/*  If this code works, it was written by Crismar. If not, I don't know who wrote it. */

@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT Licnse | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}


button, [type="button"] {
    -webkit-appearance: button;
}

button,
[type="reset"] {
  -webkit-appearance: button;

}

button,
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  color: #2F3941;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 1.8rem;
}

a {
  color: rgba(47, 57, 65, 1);
  text-decoration: none;
}

a:visited {
  color: rgba(57, 198, 223, 1);
}

a:hover {
  color: rgba(2, 198, 172, 1);
}

a:active, a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 17px;
}

input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
}

input:not([type="checkbox"]) {
  outline: none;
}

input:not([type="checkbox"]):focus {
  border: 1px solid rgba(21, 43, 111, 1);
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid rgba(21, 43, 111, 1);
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid rgba(21, 43, 111, 1);
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/***** Buttons *****/
.button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  background-color: transparent;
  border: 1px solid rgba(21, 43, 111, 1);
  border-radius: 4px;
  color: rgba(21, 43, 111, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, .split-button button, .section-subscribe button, .article-subscribe button, .community-follow button, .requests-table-toolbar .organization-subscribe button, .subscriptions-subscribe button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
    width: auto;
  }
}

.button:visited, .split-button button:visited, .section-subscribe button:visited, .article-subscribe button:visited, .community-follow button:visited, .requests-table-toolbar .organization-subscribe button:visited, .subscriptions-subscribe button:visited, .pagination-next-link:visited, .pagination-prev-link:visited, .pagination-first-link:visited, .pagination-last-link:visited, .button:hover, .split-button button:hover, .section-subscribe button:hover, .article-subscribe button:hover, .community-follow button:hover, .requests-table-toolbar .organization-subscribe button:hover, .subscriptions-subscribe button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .button:active, .split-button button:active, .section-subscribe button:active, .article-subscribe button:active, .community-follow button:active, .requests-table-toolbar .organization-subscribe button:active, .subscriptions-subscribe button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .button:focus, .split-button button:focus, .section-subscribe button:focus, .article-subscribe button:focus, .community-follow button:focus, .requests-table-toolbar .organization-subscribe button:focus, .subscriptions-subscribe button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .button.button-primary, .split-button button.button-primary, .section-subscribe button.button-primary, .section-subscribe button[data-selected="true"], .article-subscribe button.button-primary, .article-subscribe button[data-selected="true"], .community-follow button.button-primary, .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected="true"], .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected="true"], .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link {
  background-color: rgba(21, 43, 111, 1);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

.button.button-primary:hover, .split-button button:hover, .section-subscribe button.button-primary:hover, .section-subscribe button:hover[data-selected="true"], .article-subscribe button.button-primary:hover, .article-subscribe button:hover[data-selected="true"], .community-follow button.button-primary:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button:hover[data-selected="true"], .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button:hover[data-selected="true"], .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .button.button-primary:focus, .split-button button.button-primary:focus, .section-subscribe button.button-primary:focus, .section-subscribe button:focus[data-selected="true"], .article-subscribe button.button-primary:focus, .article-subscribe button:focus[data-selected="true"], .community-follow button.button-primary:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button:focus[data-selected="true"], .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button:focus[data-selected="true"], .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .button.button-primary:active, .split-button button.button-primary:active, .section-subscribe button.button-primary:active, .section-subscribe button:active[data-selected="true"], .article-subscribe button.button-primary:active, .article-subscribe button:active[data-selected="true"], .community-follow button.button-primary:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button:active[data-selected="true"], .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button:active[data-selected="true"], .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active {
  background-color: #050a19;
  border-color: #050a19;
}

.button[data-disabled], .split-button button[data-disabled], .section-subscribe button[data-disabled], .article-subscribe button[data-disabled], .community-follow button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .subscriptions-subscribe button[data-disabled], .pagination-next-link[data-disabled], .pagination-prev-link[data-disabled], .pagination-first-link[data-disabled], .pagination-last-link[data-disabled] {
  cursor: default;
}

.button-large, input[type="submit"] {
  cursor: pointer;
  background-color: rgba(21, 43, 111, 1);
  border: none;
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 2.72;
  min-width: 10px;
  padding: 0 1.9286em;
  width: 30%;
}

@media (min-width: 768px) {
  .button-large, input[type="submit"] {
    width: auto;
  }
}

.button-large:hover, .button-large:active, .button-large:focus, input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #050a19;
}

.button-large[disabled], input[type="submit"][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #5a6d7c;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #2F3941;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** Split button *****/
.split-button {
  display: flex;
}

.split-button button {
  background-color: rgba(21, 43, 111, 1);
  border: 0;
  color: rgba(255, 255, 255, 1);
  height: 32px;
  line-height: 16px;
  outline-color: rgba(21, 43, 111, 1);
}

[dir="rtl"] .split-button button:not(:only-child):first-child {
  border-left: 1px solid rgba(255, 255, 255, 1);
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):first-child {
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}

[dir="rtl"] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}

[dir="ltr"] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #5a6d7c;
  font-size: 13px;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid rgba(21, 43, 111, 1);
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid rgba(21, 43, 111, 1);
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid rgba(21, 43, 111, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(21, 43, 111, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: #5a6d7c;
  margin-left: 4px;
}

.form-field p {
  color: #5a6d7c;
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #5a6d7c;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: rgba(57, 198, 223, 1);
}

/***** Header *****/
.header-box {
  background: #000f41;
  color: white; /* Add text color as needed */
  padding: 20px; /* Adjust padding as needed */
  box-sizing: border-box;
}
.header-box .header {
  max-width: 1160px;
  position: relative;
  display: flex;
  margin: 0 auto;
  height: 71px;
  padding: 0;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}

.logo img {
    width: 120px;
    display: inline-block;
}

.logo span {
  margin: 0 10px;
  color: rgba(21, 43, 111, 1);
}

.logo a {
  display: inline-block;
}

.logo a:hover, .logo a:focus, .logo a:active {
  text-decoration: none;
}

.header-box.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #000f41;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.user-nav[aria-expanded="true"] > .user-nav-list li {
  display: block;
}

.user-nav[aria-expanded="true"] > .user-nav-list a {
  display: block;
  margin: 20px;
}

.user-nav-list {
  display: block;
  list-style: none;
}

.user-nav-list > li {
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}

@media (min-width: 1024px) {
  .nav-wrapper-desktop {
    display: inline-block;
  }
}

.nav-wrapper-desktop a {
  border: 0;
  color: rgba(47, 57, 65, 1);
  display: none;
  font-size: 18px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper-desktop a {
  padding: 0 0 0 20px;
}

.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
  background-color: transparent;
  color: rgba(47, 57, 65, 1);
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}

.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
}

.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu {
  background: #f3f3f3;
}

.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 2;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="false"] {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile[aria-expanded="true"] {
  display: block;
}

.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}

.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}

.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}

.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: #2F3941;
  cursor: pointer;
  text-align: start;
}

.nav-wrapper-mobile .menu-list-mobile-items button:active, .nav-wrapper-mobile .menu-list-mobile-items button:focus, .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: #f3f3f3;
  text-decoration: underline;
}

.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: #2F3941;
}

.nav-wrapper-mobile .menu-list-mobile-items a:active, .nav-wrapper-mobile .menu-list-mobile-items a:focus, .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}

.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #68737D;
}

.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}

[dir="rtl"] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}

[dir="rtl"] .skip-navigation {
  left: initial;
  right: -999px;
}

.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}

[dir="rtl"] .skip-navigation:focus, [dir="rtl"] .skip-navigation:active {
  left: initial;
  right: auto;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > button {
  border: 0;
  color: rgba(47, 57, 65, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > button:hover, .user-info > button:focus {
  color: rgba(47, 57, 65, 1);
  background-color: transparent;
}

.user-info > button::after {
  color: rgba(47, 57, 65, 1);
  padding-right: 15px;
}

[dir="rtl"] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
	border-radius: 50%;
  width: 50px;
  height: 50px;
}

.avatar .icon-agent {
  color: rgba(21, 43, 111, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: rgba(255, 255, 255, 1);
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  border-top: none;
  margin-top: 60px;
  padding: 0;
}

.footer a {
  color: #5a6d7c;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
    line-height: 2.5;

}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector button {
  color: #5a6d7c;
  display: inline-block;
}

.powered-by-zendesk a,
.powered-by-zendesk a:visited {
  color: #5a6d7c;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #5a6d7c;
  display: inline;
  font-size: 15px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-color: black;
}

.breadcrumbs li + li::before {
  font-family: 'FontAwesome';
  content: "\f054";
  margin: 0 4px;
}

.breadcrumbs li:nth-child(1n + 3) {   
  display: none;
}


.breadcrumbs li a:visited {
  color: #2F3941;
}

.breadcrumbs li a:hover {
  color: #2F3941;
}

/***** Search field *****/
.search {
  position: relative;
}

.search-container .search input[type="search"] {
    background-color: transparent;
    padding: 0 15px;
    height: 40px;
    border: 0;
    width: 100%;
    line-height: 18px;
    color: var(--h-text-color);
    border-radius: var(--btn-radius);
    font-size: 13px;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
    border: 1px solid rgba(21, 43, 111, 1);
  color: #555;
}

.search-full input[type="search"] {
    border: 1px solid rgba(21, 43, 111, 1);
}


.search input[type="search"] {
    border: 2px solid #a4ddd8;
    border-radius: 3px;
    color: #555;
    font-size: 17px;
    font-weight: 500;
    height: 50px;
    padding-left: 35px;
    padding-right: 20px;
    width: 30%;
    height: 50px;
    background-color: #ffffff;
    user-select: none;
    border-radius: 30px;
  	margin-top: 12px;
    margin-left: 30px;
}

.search:before, .hero .search-full::before {
    content: "\f002";
    font-family: 'FontAwesome';
    left: 0;
    position: absolute;
    height: 95%;
    align-items: center;
    display: flex;
    color: #6666;
    font-size: 20px;
    margin-left: 10px;
    margin-top: 5px;
    margin-left: 40px;
}

.search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100px;
    max-width: 120px;
    border-radius: 0 2px 2px 0;
    background: #a4ddd8;
    color: #fff;
    font-size: 17px;
    height: 50px;
  	display: none;
}

[dir="rtl"] .search input[type="submit"] {
    right: auto;
    left: 0;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(26px);
  position: absolute;
  left: 12px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
}

.breadcrumbs__block .search-icon,
.requests-table-toolbar .search-icon {
    transform: translateY(-8px);
}

[dir="rtl"] .search-icon,
[dir="rtl"] .hero .search-full::before {
  right: 15px;
  left: auto;
}

[dir="rtl"] .quick-articles section h2:after, 
[dir="rtl"] .search_heading:after, 
[dir="rtl"] .new-request-title:after {
    visibility: hidden;
}

.search-container {
  position: relative;
}

.breadcrumbs__block {
    background: #FFFF;
    padding-top: 15px;
    margin-bottom: 30px;
  	position: sticky;
  	top: 0px;
 		z-index: 1;
    }

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01HZKTYF36C8V4EDH7QW2EQ4NG);
  background-position: 50% 30%;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  min-height: 40px;
  padding-bottom: 15px;
}

.breadcrumbs__block .sub-nav {
    margin-bottom: 0;
    padding: 15px;
    border-bottom: none;
   	box-shadow: 0 1px 5px 0 rgb(45 62 80 / 12%);
  	border-radius: 10px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}





@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 400px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list,
.quick-articles,
._grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 20px 0 30px 0;
}

@media (min-width: 768px) {
  .blocks-list,
  ._grid {
    margin: -12px;
  }
  .quick-articles {
    margin: 0 -10px;
  }
}

.blocks-item,
.quick-articles > section {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(21, 43, 111, 1);
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

.quick-articles > section {
    display: block;
    margin: 0px 15px 10px;
    text-align: left;
    padding: 25px;
}

.quick-articles h2 {
    font-size: 1.3em;
    font-weight: 600;
    color: #333;
    margin-bottom: 0; 
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 30px 15px 15px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #fff;
  border-color: rgba(2, 198, 172, 1);
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #333;
  text-decoration: none;
}

.topics-list .blocks-item:hover i {
  color: $categories_icon_color;  
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #2F3941;
}

.blocks-item-link {
  background: #fff;
  color: #333;
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
  position: relative;
}

.blocks-item-link:hover, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-link:focus {
  outline: 0;
  box-shadow: none;
  text-decoration: none;
}

.blocks-item-title {
		margin-top: 10px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.1em;
}

.blocks-item-description {
  color: #959595;
  font-size: 0.9em;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

.blocks-list-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
}

/***** Homepage *****/
.section {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 50px;
  }
}

.home-section h2 {
  margin-bottom: 10px;
  text-align: left;
  user-select:none;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%;
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: left;
}

.community-image {
  min-height: 200px;
  margin-top: 32px;
  background-image: url(/hc/theming_assets/01HZKTYFD9KTSE9ABHJ4GBAQMP);
  background-position: left;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community a {
  color: rgba(47, 57, 65, 1);
  text-decoration: none;
  font-size: 14px;
}

.community a:after {
    content: "\f124";
    font-family: "FontAwesome";
}

.community a:visited {
  color: rgba(57, 198, 223, 1);
}

.community a:hover, .community a:active, .community a:focus {
  color: rgba(2, 198, 172, 1);
}

.community,
.activity {
  border-top: none;
  padding: 20px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: left;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}

.recent-activity-item-parent {
  font-size: 16px;
  font-weight: 600;
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 14px;
}

.recent-activity-item-meta {
  color: #2F3941;
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  display: inline-block;
  font-size: 13px;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-controls {
  padding-top: 15px;
}

.recent-activity-controls a {
  color: rgba(47, 57, 65, 1);
  text-decoration: underline;
}

.recent-activity-controls a:visited {
  color: rgba(57, 198, 223, 1);
}

.recent-activity-controls a:hover, .recent-activity-controls a:active, .recent-activity-controls a:focus {
  color: rgba(2, 198, 172, 1);
}

.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: #2F3941;
  width: 16px;
  height: 16px;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Category pages *****/
.category-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.section-tree-title a {
  color: #2F3941;
  font-size: 30px;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  font-size: 16px;
  padding: 15px 0;
}

.article-list-item a {
  color: #2F3941;
}

.icon-star {
  color: rgba(21, 43, 111, 1);
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-start;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}

.section-list {
  margin: 40px 0;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

.section-list-item:first-child {
  border-top: 1px solid #ddd;
}

.section-list-item a {
  align-items: center;
  color: #2F3941;
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}

.see-all-sections-trigger[aria-hidden="true"] {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 79%;
    max-width: 90%;
    min-width: 640px;
    padding: 0 40px 0 0px;
  }
}



.article-container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}

@media (min-width: 1025px) {
  .article-container {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1025px) {
  .article-container2 {
    flex-direction: row;
  }
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

.article-avatar {
  margin-right: 10px;
}

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-body a {
  color: rgba(2, 198, 172, 1);
}

.article-body a:visited {
  color: #02bca3;
}

.article-body a:hover {
  color: rgba(2, 198, 172, 1);
  text-decoration: underline;
}

.article-body a:active, .article-body a:focus {
  color: rgba(2, 198, 172, 1);
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}


.article-body ul li ul li {
 list-style: circle;
}

  /*Colored numbered list*/
.article-body ol {
   margin: 15px 0 0 0px;
}
.article-body ol {
    list-style-type: none;
    padding: 0;
    counter-reset: li-counter;
}
.article-body ol > li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 35px;
    min-height: 0;
    
}
.article-body ol > li:before {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 15px;
  	font-weight: 500;
    color: #ffff;
    content: counter(li-counter);
    counter-increment: li-counter;
    background-color: rgba(21, 43, 111, 1);
    border-radius: 50%;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #5a6d7c;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 0 0 30px 0;
  word-wrap: break-word;
}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #5a6d7c;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count-icon {
  vertical-align: middle;
  color: rgba(21, 43, 111, 1);
  width: 18px;
  height: 18px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
}

.article-relatives {
  border-top: none;
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

.article-relatives > *:last-child {
  padding: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}

.article-votes {
    text-align: left;
    user-select: none;
    padding: 24px 12px 24px 12px;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
  	margin-top: 70px;
  	margin-bottom: 20px;
}

.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-more-questions a {
  color: rgba(47, 57, 65, 1);
  text-decoration: underline;
}

.article-more-questions a:visited {
  color: rgba(57, 198, 223, 1);
}

.article-more-questions a:hover, .article-more-questions a:active, .article-more-questions a:focus {
  color: rgba(2, 198, 172, 1);
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: #2F3941;
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top-icon {
  transform: rotate(0.5turn);
}

.sidenav-title {
  font-size: 24px;
  position: relative;
  font-weight: 600;
}

.sidenav-item {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  margin-top: 60px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item .attachment-icon {
  color: #2F3941;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #5a6d7c;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: #5a6d7c;
}

.share a:hover {
  text-decoration: none;
  color: rgba(21, 43, 111, 1);
}

.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/

/* Styles comments inside articles, posts and requests */
.comment {
  padding: 0;
}

.comment-list .comment:last-child {
  border: 0;
}

.comment-heading {
    margin-bottom: 5px;
    margin-top: 0;
}

.comment-overview {
-sub-nav  border-top: none;
  padding: 0;
 border-bottom: 1px solid #ddd;
}

.comment-callout {
  color: #5a6d7c;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 0;
}

.comment-callout a {
  color: #FE9002;
}

.comment-callout a: hover;{
  color: #FE9002;
  text-decoration: underline;
}

.comment-overview p {
    font-size: 15px;
    user-select: none;
  	margin-top: 30px;
}	

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
    color: #5a6d7c;
    font-weight: 300;
    font-size: 15px;
    user-select: none;
  	margin-top: 30px;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    width: 100%;
}


.comment-wrapper.comment-official {
    border: 1px solid rgba(21, 43, 111, 1);
    padding: 40px 20px 20px;
}

@media (min-width: 768px) {
    .comment-wrapper.comment-official {
        padding-top: 20px;
    }
}

.comment-info {
    min-width: 0;
    padding: 0;
    width: 100%;
}

[dir=rtl] .comment-info {
    padding-right: 0;
    padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.comment-avatar {
    margin-right: 10px;
}

[dir=rtl] .comment-avatar {
    margin-left: 10px;
    margin-right: 0;
}

.comment-meta {
    flex: 1 0 auto;
    margin-top: 15px;
}

.comment-labels {
    flex-basis: 100%;
}

.comment .status-label:not(.status-label-official) {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .comment-author {
        justify-content: space-between;
    }
    .comment-labels {
        flex-basis: auto;
    }
}

.comment-published {
    display: block;
    font-weight: 300;
    font-size: 13px;
}

.comment-form {
    display: flex;
    padding-top: 30px;
    padding-bottom: 50px;
    word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-placeholder {
  color: #464646;
  font-size: 1rem;
  line-height: 66px;
  z-index: 0;
  vertical-align: top;
  cursor: pointer;
  border: solid 1px #ddd;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 0 10px;
}

textarea + .comment-placeholder {
    display: block;
}

.comment-form-controls {
    display: none;
    margin-top: 10px;
    text-align: left;
}

@media (min-width: 768px) {
    [dir=rtl] .comment-form-controls {
        text-align: right;
    }
}

.comment-form-controls input[type=submit] {
    margin-top: 15px;
    float: right;
}

@media (min-width: 1024px) {
    .comment-form-controls input[type=submit] {
        margin-left: 15px;
    }
    [dir=rtl] .comment-form-controls input[type=submit] {
        margin-left: 0;
        margin-right: 15px;
    }
}

.comment-form-controls input[type=checkbox] {
    margin-right: 5px;
}

.comment-form-controls input[type=checkbox] [dir=rtl] {
    margin-left: 5px;
}

.comment-ccs {
    display: none;
}

.comment-ccs + textarea {
    margin-top: 10px;
}

.comment-attachments {
    margin-top: 10px;
}

.comment-attachments a {
  color: rgba(21, 43, 111, 1);
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}

.comment-body a {
  color: #FE9002;
}

.comment-body a:visited {
  color: #f58a01;
}

.comment-body a:hover, .comment-body a:active, .comment-body a:focus {
  color: #FE9002;
}

.comment-body img {
  height: auto;
  max-width: 60%;
}

.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"]
.comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body li > ul,
.comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #5a6d7c;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** User comments for articles and stuff *****/

.guide__user-avatar {
    background-color: #fff;
    background-size: cover;
    border-radius: 50%;
    height: 100%;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}

.guide__user-avatar__wrap {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 50px;
    flex: none;
    align-self: start;
}

.guide__user-badge {
    background-color: #1a5ea9;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: -2px;
    box-sizing: border-box;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -2px;
    text-align: center;
    z-index: 5;
    overflow: hidden;
}

.guide__user-comment__header {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    margin-top: 10px;
}

.guide__user-comment__meta {
    margin: 0 0 0.7rem 0.7rem;
}

.guide__user-comment__menu {
    align-self: center;
    position: absolute;
    right: 0;
    top: 15px;
}

.guide__user-comment__menu button {
  font-size: 0;
  border: none;
  background: none;
  cursor: pointer;
  margin: 10px;
}

.guide__user-comment__menu button::after {
  font-size: 15px;
  font-weight: bold;
  content: '\f142\00FE0E';
  font-family: "Font Awesome 5 Free", sans-serif;
}

/***** Vote *****/

/* Used in article comments, post comments and post */


.vote {
 		align-items: center;
    display: flex;
    font-size: 0;
    text-align: center;
    flex-direction: row;
    margin-left: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
   	border-bottom: 1px solid #ddd;
}

.vote > button {
    line-height: 100%;
    margin: 0;
    font-size: 0;
    border: none;
    width: 25px;
    height: 25px;
    padding: 0;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    position: relative;
}

.vote > button:hover {
  border-color: rgba(21, 43, 111, 1);
}

.vote-sum {
    color: #666;
    line-height: 100%;
    font-size: 1rem;
  	user-select:none;
}

[dir=rtl] .vote-sum {
    direction: ltr;
    unicode-bidi: bidi-override;
}

.vote-up:hover:before {
    color: rgba(21, 43, 111, 1);
}



.vote-down:hover:before {
 		color: rgba(21, 43, 111, 1);
}


.vote-up:before, .vote-down:before {
    color: #6d8297;
    font-size: 15px;
    line-height: 22px !important;
    display: block;
}

.vote-up:before {
    content: "\f35b";
    font-family: "FontAwesome";
    margin-right: 10px;
}


.vote-down:before {
    content: "\f358";
    font-family: "FontAwesome";
    margin-left: 10px;
}

.vote-up[aria-pressed="true"]::before {
    color: #a7ecd4;
}

.vote-down[aria-pressed="true"]::before {
    color: #ff7e5c;
}

.article-vote-label {
    color: #6d8297;
    font-size: 14px;
    user-select: none;
}

.article-votes-controls {
  display: inline-block;
}

.article-vote-up {
    font-size: 15px;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.article-vote-up[aria-pressed="true"]::before {
    color: white;
}

.article-vote-up:before {
    display: inline-block;
    width: 2rem;
    font-family: "FontAwesome";
    content: '\f5b8';
    padding-right: 5px;
    position: relative;
    color: rgba(21, 43, 111, 1);
}

.article-vote-down {
    font-size: 15px;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.article-vote-down:before {
    display: inline-block;
    width: 2rem;
    font-family: "FontAwesome";
    content: '\f556';
    padding-right: 5px;
    position: relative;
    color: rgba(21, 43, 111, 1);
}

.article-vote-down[aria-pressed="true"]::before {
    color: white;
}

.article-vote-up:hover::before { 
    color: white;
}


.article-vote-down:hover::before { 
    color: white;
}

.article-vote-up:focus::before {
    color: white;
}

.article-vote-down:focus::before{
    color: white;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01HZKTYF8JBD68508KM361HWAH);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}

.community-featured-posts .title {
  font-size: 22px;
}

.community-featured-posts, .community-activity {
  padding-top: 0;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}

.community-follow button:hover {
  background-color: rgba(21, 43, 111, 1);
}

.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.community-follow button[data-selected="true"] {
  background-color: rgba(21, 43, 111, 1);
  color: rgba(255, 255, 255, 1);
}

.community-follow button[data-selected="true"]::after {
  border-left: 1px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.community-follow button[data-selected="true"]:hover {
  background-color: #050a19;
  border-color: #050a19;
}

.community-follow button::after {
  border-left: 1px solid rgba(21, 43, 111, 1);
  content: attr(data-follower-count);
  color: rgba(21, 43, 111, 1);
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}

[dir="rtl"] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid rgba(21, 43, 111, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: rgba(47, 57, 65, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: rgba(57, 198, 223, 1);
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #5a6d7c;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: #2F3941;
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  	background: #f7f7f7;
    border-radius: 4px;
    color: rgba(21, 43, 111, 1);
    font-size: 12px;
    font-weight: 600;
    margin-right: 2px;
    padding: 3px 10px;
    vertical-align: middle;
    white-space: nowrap;
    display: inline-block;
  	margin: 0 40px 25px 30px;
}


.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #e9ebed;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #5a6d7c;
}

.status-label-pending, .status-label-pending-moderation {
  background-color: #e9ebed;
  text-align: center;
}

.status-label-open {
  background-color: #e9ebed;
}

.status-label-solved {
  background-color: #68737d;
}

.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}

.status-label-hold {
  background-color: #000;
}

.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  display: flex;
  margin-bottom: 40px;
}

.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .post-info {
  padding-right: 0;
  padding-left: 20px;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body a {
  color: rgba(47, 57, 65, 1);
  text-decoration: underline;
}

.post-body a:visited {
  color: rgba(57, 198, 223, 1);
}

.post-body a:hover, .post-body a:active, .post-body a:focus {
  color: rgba(2, 198, 172, 1);
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul,
.post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .post-body ul, [dir="rtl"]
.post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body li > ul,
.post-body li > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #5a6d7c;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #5a6d7c;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: rgba(21, 43, 111, 1);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-flex;
  line-height: 18px;
  vertical-align: middle;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}

.community-badge-container-achievements {
  display: flex;
}

.community-badge-container-achievements > .community-badge-titles {
  margin-left: calc(28px - 0.5em);
}

[dir="rtl"] .community-badge-container-achievements > .community-badge-titles {
  margin-right: calc(28px - 0.5em);
}

.community-name-and-title-badges {
  display: flex;
  flex-wrap: wrap;
}

.community-badge {
  margin: 2px;
}

.community-badge-achievements {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}

.profile-info .community-badge-achievements {
  height: 40px;
  width: 40px;
}

.community-title-badges {
  flex-basis: 100%;
  margin-top: 15px;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge-achievements img {
  width: 100%;
  height: 100%;
}

.community-badge-titles img {
  width: 20px;
  height: 20px;
}

.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle-icon {
  display: none;
}

.collapsible-nav-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-nav-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid rgba(21, 43, 111, 1);
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #2F3941;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: #2F3941;
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected="true"]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid rgba(21, 43, 111, 1);
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: #2F3941;
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle-icon {
  display: none;
}

.collapsible-sidebar-toggle[aria-expanded="false"] .chevron-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle[aria-expanded="true"] .x-icon {
  display: inline-block;
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid rgba(21, 43, 111, 1);
}

.collapsible-sidebar-body {
  display: none;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}

.my-activities-sub-nav {
  margin-bottom: 30px;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #5a6d7c;
  font-size: 13px;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #5a6d7c;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #5a6d7c;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid rgba(21, 43, 111, 1);
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(21, 43, 111, 1);
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #5a6d7c;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}

.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}

.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.pagination-next-link {
  padding-right: 10px;
}

.pagination-next-text {
  margin-right: 10px;
}

[dir="rtl"] .pagination-next-link {
  padding-left: 10px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 10px;
}

.pagination-prev-link {
  padding-left: 10px;
}

.pagination-prev-text {
  margin-left: 10px;
}

[dir="rtl"] .pagination-prev-link {
  padding-right: 10px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 10px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group-opposite {
  float: right;
}

[dir="rtl"] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #6d8297;
  font-size: 14px;
}
/* DISABLED
.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}
 */

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
  line-height: 25px;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #5a6d7c;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(21, 43, 111, 1);
  border-radius: 4px;
  color: rgba(21, 43, 111, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #5a6d7c;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}

.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}

.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}

.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}

.profile-badges-item-image img {
  max-height: 40px;
}

[dir="rtl"] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}

.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.profile-badges-item-title {
  font-weight: 600;
}

.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #5a6d7c;
  font-size: 13px;
  margin: 0;
}

.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}

[dir="rtl"] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 18px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-icon {
  right: 0;
}

.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}

[dir="rtl"] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}

[dir="rtl"] .profile-activity-icon {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir="rtl"] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
.search-results {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row-reverse;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}

.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}

@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}

.search-results-sidebar .sidenav-item {
  border-radius: 4px;
  padding: 10px 36px;
  margin-bottom: 4px;
  color: #2F3941;
}

.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  text-decoration: none;
}

a.sidenav-item.current-article {
  display:none;
}

.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}

.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}

.search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
  display: none;
}

@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded="false"] .multibrand-filter-list {
    display: block;
  }
}

.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n + 6) {
  display: none;
}

.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}

.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: rgba(47, 57, 65, 1);
}

.search-results-sidebar .see-all-filters[aria-hidden="true"] {
  display: none;
}

.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}

.search-results-sidebar .see-all-filters::after {
  content: ' \2304';
  font-weight: bold;
}

.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}

.search-results-list > li h2 {
  margin-bottom: 0;
}

.search-results .meta-group {
  display: block;
  align-items: center;
  clear: both;
  color: #666;
}

@media (min-width: 1024px) {
  .search-results .meta-group {
    display: flex;
  }
}

.search-results .meta-group > li {
  display: block;
}

@media (min-width: 1024px) {
  .search-results .meta-group > li {
    display: inline;
  }
}

@media (min-width: 1024px) {
  .search-results .meta-group li:first-child {
    flex: 1;
  }
}

.search-results .meta-group .meta-data {
  color: inherit;
}

[dir="ltr"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-right: 20px;
}

[dir="rtl"] .search-results .meta-group .meta-data:not(:last-child) {
  margin-left: 20px;
}

.search-results .meta-group .meta-data::after {
  content: none;
}

.search-results-description {
  margin-top: 10px;
  word-break: break-word;
}

.search-result-title {
  font-size: 16px;
  display: inline-block;
}

[dir="ltr"] .search-result-icons {
  float: right;
}

[dir="rtl"] .search-result-icons {
  float: left;
}

.search-result-votes, .search-result-meta-count {
  color: #5a6d7c;
  display: inline-block;
  font-size: 13px;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes-icon, .search-result-meta-count-icon {
  color: rgba(21, 43, 111, 1);
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs {
    display: table-row;
  }
}

@media (min-width: 1024px) {
  .search-result-breadcrumbs li {
    display: table-cell;
  }
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|="zh"] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 12px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}

.dropdown-menu [role="menuitem"] {
  color: #333;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover, .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}

.dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.dropdown-menu [role="menuitem"][hidden], .dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}

[dir="rtl"] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

  /* Erase in Search bar*/

input::-webkit-search-cancel-button {
 -webkit-appearance: none;
 content: URL($assets-x-erase-search-svg);
 cursor: pointer;
 margin-right: 110px;
}


search-container {
position: absolute;
right: 200px;
width: 33%;
padding-right: 25px;
}

@media (min-width:768px) {
.welcome_text {
color: black;
font-weight: 600;
line-height: 1.2;
margin-bottom: 20px;
user-select: none;
	}
}


@media (max-width: 600px){
  .welcome_text {
    color: black;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 20px;
    user-select: none;
    font-size: 30px;
	}
}



      /***** Homepage icon on the Category e.g. 🏠 *****/
.breadcrumbs li:first-child a:before {
	display: inline-block;
	content: url('https://icongr.am/entypo/home.svg?size=14&color=currentColor');
	font-family: "entypo";
	padding-right: 5px;
}


.footer {
  border-top: none;
  color: #FFFFFF;
  margin-top: 40px;
}

.footer a {
  color:  #2F3941;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 180px;
  flex: 1 0 180px;
  margin-bottom: 0px;
  max-width: 50%;
}
@media (min-width: 420px) {
  .footer-links {
    max-width: 100%;
  }
}

.footer-language-selector {
  color: #fff;
  display: inline-block;
  font-weight: 300;
}

.footer-top {
  background-color: #FFFFFF;
  padding: 0;
  border-top:1px solid;
  border-top-color:rgba(21, 43, 111, 0.1)
}

.footer-bottom {
  background-color: #FFFFFF;
  padding: 10px 0;
}

.footer-bottom > .footer-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 920px) {
  .footer-bottom > .footer-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: justify;
    margin-bottom: 0;
  }
}

.footer-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-inner ul.share {
  margin-right: 15px;
}

[dir="rtl"] .footer-inner ul.share {
  margin-right: 0;
  margin-left: 15px;
}

.footer-inner ul.share,
.footer-inner ul.share > li {
  height: 25px;
}

.footer-inner ul.share > li > a {
  color: #fff;
  font-size: .9em;
  text-align: center;
}

.social {
  	margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  	user-select:none;
}
.social li {
    display: inline-block;
    margin: 2px;
}

.social li a {
    border: none;
    height: 35px;
    display: block;
    width: 35px;
    line-height: 32px;
}

}
.social li i {
    font-size: 0.9em;
}


.copyright {
  margin-top: 0;
}
@media (min-width: 920px) {
  .copyright {
    margin-top: 15px;
  }
}

/***** Clear breadcrumbs in search*****/
zd-autocomplete-breadcrumbs-multibrand {display: none !important;}

/***** Search field mobile*****/

@media only screen 
and (max-device-width: 600px) {
.search input[type="search"] {
  	border: 1px solid rgba(21, 43, 111, 1);
    border-radius: 3px;
    color: #555;
  	font-size: 15px;
    font-weight: 500;
    height: 50px;
    padding-left: 35px;
    padding-right: 20px;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
	}
}

  @media only screen 
and (max-device-width: 600px) {
  .vote-up:before, .vote-down:before {
    color: #6d8297;
    font-size: 20px;
    line-height: 22px !important;
    display: block;
	}
}

  @media only screen 
and (max-device-width: 600px) {
.vote-sum {
    color: #666;
    line-height: 100%;
    font-size: 1rem;
    user-select: none;
    margin-left: 5px;
	}
}


.category-icon  {
    background: none;
    width: 50px;
    margin: auto;
  	user-select: none;
}

.category-icon: hover {
color: white;
}

/* Notification banner*/

/* change the background color by editing "background"  */
/* change the text color by editing "color"  */
.ns-box {
	position: relative;
	background: #2C3970;
	padding: 0 20px 10px 20px;
	line-height: 1.4;
	z-index: 1;
	pointer-events: none;
	color: rgba(250,251,255,0.95);
	font-size: 85%;
  border-bottom: 1px solid #DDD;
}

.ns-box.ns-show {
	pointer-events: auto;
  user-select: none;
}

.ns-box a {
	color: rgba(250,251,255,0.95);
  opacity: 1;
	font-weight: 700;
  text-decoration: underline;
  text-underline-position: under;
}

.ns-box a:hover,
.ns-box a:focus {
	opacity: 1;
}

.ns-box p {
    margin: 0;
}

.ns-box.ns-show,
.ns-box.ns-visible {
	pointer-events: auto;
  user-select: none;
}

.ns-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 4px;
	top: 4px;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ns-close:hover,
.ns-close:focus {
	outline: none;
}

.ns-close::before,
.ns-close::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 60%;
	top: 50%;
	left: 50%;
	background: #6e6e6e;
}

.ns-close:hover::before,
.ns-close:hover::after {
	background: #fff;
}

.ns-close::before {
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}

.ns-close::after {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}

.ns-box-inner i {
    color: #fff;
    font-size: 3.8em;
}

.alerticon:before {
  content:'\f086';
  font-family: "FontAwesome";
  font-size: 2.2em;
}

/* Top bar notifications */
.ns-box.ns-bar {
	top: 0;
	left: 0;
	width: 100%;
}

.ns-bar .ns-close {
	background: transparent;
	margin-top: 15px;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ns-bar .ns-close::before,
.ns-bar .ns-close::after {
	background: #b7b5b3;
}

[class^="ns-effect-"].ns-bar.ns-hide,
[class*=" ns-effect-"].ns-bar.ns-hide {
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

/* Slide on top */
.ns-effect-slidetop {
	box-shadow: inset 5.4em 0 rgba(0,0,0,0.1);
}

.ns-effect-slidetop .icon {
	position: absolute;
	display: block;
	font-size: 109%;
	top: 50%;
	left: 1em;
	-webkit-transform: translate3d(0,-20%,0);
	transform: translate3d(0,-20%,0);
}

.ns-effect-slidetop p {
	padding: 0 3.2em;
	font-size: 1.2em;
	display: inline-block;
}

.ns-effect-slidetop .ns-close::before,
.ns-effect-slidetop .ns-close::after {
	width: 2px;
	background: #fff;
}

.ns-effect-slidetop .ns-close:hover::before,
.ns-effect-slidetop .ns-close:hover::after {
	background: #fff;
}

.ns-effect-slidetop.ns-show .icon,
.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animScaleUp;
	animation-name: animScaleUp;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.ns-effect-slidetop.ns-show p {
	-webkit-animation-name: animFade;
	animation-name: animFade;
}

@-webkit-keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

@keyframes animScaleUp {
	0% { opacity: 0; -webkit-transform: translate3d(0,-50%,0) scale3d(0,0,1); transform: translate3d(0,-50%,0) scale3d(0,0,1); }
	100% { opacity 1; -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1); transform: translate3d(0,-50%,0) scale3d(1,1,1); }
}

.ns-effect-slidetop.ns-show,
.ns-effect-slidetop.ns-hide {
	-webkit-animation-name: animSlideTop;
	animation-name: animSlideTop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
}

@-webkit-keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); }
}

@keyframes animSlideTop {
	0% { -webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}


/*================ Module-specific styles ================*/
/*================ Module | Footer promotions ================*/
.footer-promotions {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .footer-promotions .grid__item {
      margin-bottom: 32px; }
      .footer-promotions .grid__item:last-child {
        margin-bottom: 0; } }

/*================ Module | Footer ================*/
.site-footer {
  padding-bottom: 30px;
  background-color: white;
  color: black;
  border-top: 1px solid #e8e8e1; }
  @media only screen and (min-width: 769px) {
    .site-footer {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .site-footer .footer__collapsible {
    font-size: 15.3px; }
  @media only screen and (min-width: 769px) {
    .site-footer textarea,
    .site-footer select,
    .site-footer input {
      font-size: 15.3px; } }
  @media only screen and (max-width: 768px) {
    .site-footer {
      text-align: center;
      overflow: hidden;
      padding-bottom: 0; }
      .site-footer .grid__item {
        padding-bottom: 5px; }
        .site-footer .grid__item:after {
          content: '';
          border-bottom: 1px solid black;
          opacity: 0.12;
          display: block; }
        .site-footer .grid__item:first-child {
          padding-top: 7.5px; }
        .site-footer .grid__item:last-child:after {
          display: none; } }
  .site-footer a {
    color: black; }

.footer__small-text {
  font-size: 12.6px;
  padding: 7.5px 0;
  margin: 0;
  text-align: center; 
  color: black;
}


  ul + .footer__small-text {
    padding-top: 15px; }

.footer__clear {
  clear: both;
  height: 30px; }

.footer__section {
  margin-bottom: 15px; }
  @media only screen and (min-width: 769px) {
    .footer__section {
      margin-top: 30px;
      margin-bottom: 0; } }

@media only screen and (min-width: 769px) {
  .footer__item-padding {
    padding-right: 60px; } }

.footer__title {
  color: black; }
  @media only screen and (min-width: 769px) {
    .footer__title {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 768px) {
    .footer__title {
      text-align: center; } }

/*================ Footer menus ================*/
.site-footer__linklist {
  margin: 0; }
  .site-footer__linklist a {
    display: inline-block;
    padding: 4px 0; }

/*================ Footer newsletter ================*/
.footer__newsletter {
  position: relative;
  display: inline-block;
  max-width: 300px;
  width: 100%; }

.footer__newsletter-input {
  padding: 10px 45px 10px 0;
  background-color: white;
  color: black;
  max-width: 300px;
  width: 100%;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid black; }
  .footer__newsletter-input:focus {
    border: 0;
    border-bottom: 2px solid black; }
  .footer__newsletter-input::-webkit-input-placeholder {
    color: black;
    opacity: 1; }
  .footer__newsletter-input:-moz-placeholder {
    color: black;
    opacity: 1; }
  .footer__newsletter-input::-moz-placeholder {
    color: black;
    opacity: 1; }
  .footer__newsletter-input:-ms-input-placeholder {
    color: black;
    opacity: 1; }
  .footer__newsletter-input::-ms-input-placeholder {
    color: black;
    opacity: 1; }

.footer__newsletter-input--active {
  padding-right: 80px; }

.footer__newsletter-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: black;
  padding: 0; }
  .footer__newsletter-btn .icon {
    width: 26px;
    height: 24px; }

  .footer__newsletter-input--active + .footer__newsletter-btn .icon {
    display: none; }

  .footer__newsletter-input--active + .footer__newsletter-btn .footer__newsletter-btn-label {
    display: block; }

.footer__newsletter-btn-label {
  display: none;
  font-size: 15.3px; }

.footer__logo {
  margin: 15px 0; }
  @media only screen and (min-width: 769px) {
    .footer__logo {
      margin: 0 0 20px; } }
  .footer__logo a {
    display: block; }
  .footer__logo img {
    display: inline-block;
    transform: translateZ(0);
    max-height: 100%; }

.footer__social {
  margin: 0; }
  form + .footer__social {
    margin-top: 30px; }.footer-inner
  .footer__social li {
    display: inline-block;
    margin: 0 15px 15px 0; }
  .footer__social a {
    display: block; }
  .footer__social .icon {
    width: 22px;
    height: 22px; }
    @media only screen and (min-width: 769px) {
      .footer__social .icon {
        width: 24px;
        height: 24px; } }
    .footer__social .icon.icon--wide {
      width: 40px; }

@media only screen and (max-width: 768px) {
  .footer__collapsible {
    padding: 0 0 15px 0; } }

@media only screen and (max-width: 768px) {
  .footer_collapsible--disabled {
    padding-top: 15px; } }

.collapsible-content__inner p a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  border-bottom: 2px solid black;
  transition: width 0.5s ease; }
.collapsible-content__inner p a {
  position: relative;
  text-decoration: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  .collapsible-content__inner p a:hover:after, .collapsible-content__inner p a:focus:after {
    width: 100%; }

/*================ Payment Icons ================*/
.payment-icons {
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }
  .payment-icons li {
    cursor: default;
    margin: 0 4px 0; }

 .collapsible-content--all .collapsible-content__inner {
    transform: translateY(40px); }
  .collapsible-content--all .collapsible-content__inner--no-translate {
    transform: translateY(0); }


.inline-list {
  padding: 0;
  margin: 0; }
  .inline-list li {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

.footer-support {
    text-align: center;
    width: 100%;
    display: block;
    padding: 20px;
    margin-bottom: 0;
    font-size: 14px;
}


.grid {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -22px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (max-width: 768px) {
    .grid {
      margin-left: -17px; } }

.grid--small {
  margin-left: -10px; }
  .grid--small .grid__item {
    padding-left: 10px; }

.grid__item {
  float: left;
  padding-left: 22px;
  width: 100%;
  min-height: 1px; }
  @media only screen and (max-width: 768px) {
    .grid__item {
      padding-left: 17px; } }
  .grid__item[class*="--push"] {
    position: relative; }

.grid--no-gutters {
  margin-left: 0; }
  .grid--no-gutters .grid__item {
    padding-left: 0; }

.grid--small-gutters {
  margin-left: -10px;
  margin-bottom: -10px; }
  .grid--small-gutters .grid__item {
    padding-left: 10px;
    padding-bottom: 10px; }

.grid--flush-bottom {
  margin-bottom: -22px;
  overflow: auto; }
  .grid--flush-bottom > .grid__item {
    margin-bottom: 22px; }

.grid--center {
  text-align: center; }
  .grid--center .grid__item {
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left; }

/*============================================================================
  Gutterless grids have all the properties of regular grids, minus any spacing.
==============================================================================*/
.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item {
    padding-left: 0; }

@media only screen and (min-width: 769px) {
  .grid--table-large {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .grid--table-large > .grid__item {
      display: table-cell;
      vertical-align: middle;
      float: none; } }
@media only screen and (max-width: 768px) {
  .small--grid--flush {
    margin-left: -2px; }
    .page-width .small--grid--flush {
      margin-left: -19px;
      margin-right: -17px; }
    .small--grid--flush > .grid__item {
      padding-left: 2px; } }
/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/* Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 768px) {
  /* Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small--one-half:nth-of-type(2n+1),
  .grid--uniform .small--one-third:nth-of-type(3n+1),
  .grid--uniform .small--one-quarter:nth-of-type(4n+1),
  .grid--uniform .small--one-fifth:nth-of-type(5n+1),
  .grid--uniform .small--one-sixth:nth-of-type(6n+1),
  .grid--uniform .small--two-sixths:nth-of-type(3n+1),
  .grid--uniform .small--three-sixths:nth-of-type(2n+1),
  .grid--uniform .small--one-eighth:nth-of-type(8n+1),
  .grid--uniform .small--two-eighths:nth-of-type(4n+1),
  .grid--uniform .small--four-eighths:nth-of-type(2n+1),
  .grid--uniform .small--five-tenths:nth-of-type(2n+1),
  .grid--uniform .small--one-twelfth:nth-of-type(12n+1),
  .grid--uniform .small--two-twelfths:nth-of-type(6n+1),
  .grid--uniform .small--three-twelfths:nth-of-type(4n+1),
  .grid--uniform .small--four-twelfths:nth-of-type(3n+1),
  .grid--uniform .small--six-twelfths:nth-of-type(2n+1) {
    clear: both; } }
@media only screen and (min-width: 769px) {
  /* Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-of-type(2n+1),
  .grid--uniform .medium-up--one-third:nth-of-type(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-of-type(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-of-type(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-of-type(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-of-type(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-of-type(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-of-type(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-of-type(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-of-type(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-of-type(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-of-type(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-of-type(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-of-type(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-of-type(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-of-type(2n+1) {
    clear: both; } }
@media only screen and (min-width: 1050px) {
  /* Whole */
  .widescreen--one-whole {
    width: 100%; }

  /* Halves */
  .widescreen--one-half {
    width: 50%; }

  /* Thirds */
  .widescreen--one-third {
    width: 33.33333%; }

  .widescreen--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .widescreen--one-quarter {
    width: 25%; }

  .widescreen--two-quarters {
    width: 50%; }

  .widescreen--three-quarters {
    width: 75%; }

  /* Fifths */
  .widescreen--one-fifth {
    width: 20%; }

  .widescreen--two-fifths {
    width: 40%; }

  .widescreen--three-fifths {
    width: 60%; }

  .widescreen--four-fifths {
    width: 80%; }

  /* Sixths */
  .widescreen--one-sixth {
    width: 16.66667%; }

  .widescreen--two-sixths {
    width: 33.33333%; }

  .widescreen--three-sixths {
    width: 50%; }

  .widescreen--four-sixths {
    width: 66.66667%; }

  .widescreen--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .widescreen--one-eighth {
    width: 12.5%; }

  .widescreen--two-eighths {
    width: 25%; }

  .widescreen--three-eighths {
    width: 37.5%; }

  .widescreen--four-eighths {
    width: 50%; }

  .widescreen--five-eighths {
    width: 62.5%; }

  .widescreen--six-eighths {
    width: 75%; }

  .widescreen--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .widescreen--one-tenth {
    width: 10%; }

  .widescreen--two-tenths {
    width: 20%; }

  .widescreen--three-tenths {
    width: 30%; }

  .widescreen--four-tenths {
    width: 40%; }

  .widescreen--five-tenths {
    width: 50%; }

  .widescreen--six-tenths {
    width: 60%; }

  .widescreen--seven-tenths {
    width: 70%; }

  .widescreen--eight-tenths {
    width: 80%; }

  .widescreen--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .widescreen--one-twelfth {
    width: 8.33333%; }

  .widescreen--two-twelfths {
    width: 16.66667%; }

  .widescreen--three-twelfths {
    width: 25%; }

  .widescreen--four-twelfths {
    width: 33.33333%; }

  .widescreen--five-twelfths {
    width: 41.66667%; }

  .widescreen--six-twelfths {
    width: 50%; }

  .widescreen--seven-twelfths {
    width: 58.33333%; }

  .widescreen--eight-twelfths {
    width: 66.66667%; }

  .widescreen--nine-twelfths {
    width: 75%; }

  .widescreen--ten-twelfths {
    width: 83.33333%; }

  .widescreen--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .widescreen--one-half:nth-of-type(2n+1),
  .grid--uniform .widescreen--one-third:nth-of-type(3n+1),
  .grid--uniform .widescreen--one-quarter:nth-of-type(4n+1),
  .grid--uniform .widescreen--one-fifth:nth-of-type(5n+1),
  .grid--uniform .widescreen--one-sixth:nth-of-type(6n+1),
  .grid--uniform .widescreen--two-sixths:nth-of-type(3n+1),
  .grid--uniform .widescreen--three-sixths:nth-of-type(2n+1),
  .grid--uniform .widescreen--one-eighth:nth-of-type(8n+1),
  .grid--uniform .widescreen--two-eighths:nth-of-type(4n+1),
  .grid--uniform .widescreen--four-eighths:nth-of-type(2n+1),
  .grid--uniform .widescreen--five-tenths:nth-of-type(2n+1),
  .grid--uniform .widescreen--one-twelfth:nth-of-type(12n+1),
  .grid--uniform .widescreen--two-twelfths:nth-of-type(6n+1),
  .grid--uniform .widescreen--three-twelfths:nth-of-type(4n+1),
  .grid--uniform .widescreen--four-twelfths:nth-of-type(3n+1),
  .grid--uniform .widescreen--six-twelfths:nth-of-type(2n+1) {
    clear: both; } }
@media only screen and (max-width: 768px) {
  .small--show {
    display: block !important; }

  .small--hide {
    display: none !important; }

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 959px) {
  .medium-down--show {
    display: block !important; }

  .medium-down--hide {
    display: none !important; }

  .medium-down--text-left {
    text-align: left !important; }

  .medium-down--text-right {
    text-align: right !important; }

  .medium-down--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 769px) {
  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 1050px) {
  .widescreen--show {
    display: block !important; }

  .widescreen--hide {
    display: none !important; }

  .widescreen--text-left {
    text-align: left !important; }

  .widescreen--text-right {
    text-align: right !important; }

  .widescreen--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
@media only screen and (min-width: 769px) {
  /* Halves */
  .medium-up--push-one-half {
    left: 50%; }

  /* Thirds */
  .medium-up--push-one-third {
    left: 33.33333%; }

  .medium-up--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .medium-up--push-one-quarter {
    left: 25%; }

  .medium-up--push-two-quarters {
    left: 50%; }

  .medium-up--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .medium-up--push-one-fifth {
    left: 20%; }

  .medium-up--push-two-fifths {
    left: 40%; }

  .medium-up--push-three-fifths {
    left: 60%; }

  .medium-up--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .medium-up--push-one-sixth {
    left: 16.66667%; }

  .medium-up--push-two-sixths {
    left: 33.33333%; }

  .medium-up--push-three-sixths {
    left: 50%; }

  .medium-up--push-four-sixths {
    left: 66.66667%; }

  .medium-up--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .medium-up--push-one-eighth {
    left: 12.5%; }

  .medium-up--push-two-eighths {
    left: 25%; }

  .medium-up--push-three-eighths {
    left: 37.5%; }

  .medium-up--push-four-eighths {
    left: 50%; }

  .medium-up--push-five-eighths {
    left: 62.5%; }

  .medium-up--push-six-eighths {
    left: 75%; }

  .medium-up--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .medium-up--push-one-tenth {
    left: 10%; }

  .medium-up--push-two-tenths {
    left: 20%; }

  .medium-up--push-three-tenths {
    left: 30%; }

  .medium-up--push-four-tenths {
    left: 40%; }

  .medium-up--push-five-tenths {
    left: 50%; }

  .medium-up--push-six-tenths {
    left: 60%; }

  .medium-up--push-seven-tenths {
    left: 70%; }

  .medium-up--push-eight-tenths {
    left: 80%; }

  .medium-up--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .medium-up--push-one-twelfth {
    left: 8.33333%; }

  .medium-up--push-two-twelfths {
    left: 16.66667%; }

  .medium-up--push-three-twelfths {
    left: 25%; }

  .medium-up--push-four-twelfths {
    left: 33.33333%; }

  .medium-up--push-five-twelfths {
    left: 41.66667%; }

  .medium-up--push-six-twelfths {
    left: 50%; }

  .medium-up--push-seven-twelfths {
    left: 58.33333%; }

  .medium-up--push-eight-twelfths {
    left: 66.66667%; }

  .medium-up--push-nine-twelfths {
    left: 75%; }

  .medium-up--push-ten-twelfths {
    left: 83.33333%; }

  .medium-up--push-eleven-twelfths {
    left: 91.66667%; } }
@media only screen and (min-width: 1050px) {
  /* Halves */
  .widescreen--push-one-half {
    left: 50%; }

  /* Thirds */
  .widescreen--push-one-third {
    left: 33.33333%; }

  .widescreen--push-two-thirds {
    left: 66.66667%; }

  /* Quarters */
  .widescreen--push-one-quarter {
    left: 25%; }

  .widescreen--push-two-quarters {
    left: 50%; }

  .widescreen--push-three-quarters {
    left: 75%; }

  /* Fifths */
  .widescreen--push-one-fifth {
    left: 20%; }

  .widescreen--push-two-fifths {
    left: 40%; }

  .widescreen--push-three-fifths {
    left: 60%; }

  .widescreen--push-four-fifths {
    left: 80%; }

  /* Sixths */
  .widescreen--push-one-sixth {
    left: 16.66667%; }

  .widescreen--push-two-sixths {
    left: 33.33333%; }

  .widescreen--push-three-sixths {
    left: 50%; }

  .widescreen--push-four-sixths {
    left: 66.66667%; }

  .widescreen--push-five-sixths {
    left: 83.33333%; }

  /* Eighths */
  .widescreen--push-one-eighth {
    left: 12.5%; }

  .widescreen--push-two-eighths {
    left: 25%; }

  .widescreen--push-three-eighths {
    left: 37.5%; }

  .widescreen--push-four-eighths {
    left: 50%; }

  .widescreen--push-five-eighths {
    left: 62.5%; }

  .widescreen--push-six-eighths {
    left: 75%; }

  .widescreen--push-seven-eighths {
    left: 87.5%; }

  /* Tenths */
  .widescreen--push-one-tenth {
    left: 10%; }

  .widescreen--push-two-tenths {
    left: 20%; }

  .widescreen--push-three-tenths {
    left: 30%; }

  .widescreen--push-four-tenths {
    left: 40%; }

  .widescreen--push-five-tenths {
    left: 50%; }

  .widescreen--push-six-tenths {
    left: 60%; }

  .widescreen--push-seven-tenths {
    left: 70%; }

  .widescreen--push-eight-tenths {
    left: 80%; }

  .widescreen--push-nine-tenths {
    left: 90%; }

  /* Twelfths */
  .widescreen--push-one-twelfth {
    left: 8.33333%; }

  .widescreen--push-two-twelfths {
    left: 16.66667%; }

  .widescreen--push-three-twelfths {
    left: 25%; }

  .widescreen--push-four-twelfths {
    left: 33.33333%; }

  .widescreen--push-five-twelfths {
    left: 41.66667%; }

  .widescreen--push-six-twelfths {
    left: 50%; }

  .widescreen--push-seven-twelfths {
    left: 58.33333%; }

  .widescreen--push-eight-twelfths {
    left: 66.66667%; }

  .widescreen--push-nine-twelfths {
    left: 75%; }

  .widescreen--push-ten-twelfths {
    left: 83.33333%; }

  .widescreen--push-eleven-twelfths {
    left: 91.66667%; } }
.flex-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-grid--center {
  -ms-flex-align: center;
  align-items: center; }

.flex-grid--gutters {
  margin-top: -15px;
  margin-left: -15px; }

.flex-grid__item {
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .flex-grid--gutters .flex-grid__item {
    padding-top: 15px;
    padding-left: 15px; }
  .flex-grid__item > * {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }

.flex-grid__item--stretch {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%; }
  .flex-grid__item--stretch:first-child {
    min-width: 250px; }

@media only screen and (min-width: 769px) {
  .flex-grid__item--33 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%; }

  .flex-grid__item--50 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }
@media only screen and (max-width: 768px) {
  .flex-grid__item--mobile-second {
    -ms-flex-order: 2;
    order: 2; } }


.site-footer, .footer__newsletter input {
    background-color: #fe9002!important;
}

.site-footer ::placeholder, .site-footer button, .site-footer p, .site-footer a, .site-footer input, .footer__newsletter-btn, .footer__newsletter-input, #newsletter-footer label {
    color: #fff!important;
}

.page-width {
  max-width: 1500px;
  margin: 0 auto; }

.page-width,
.page-full {
  padding: 0 17px; }
  @media only screen and (min-width: 769px) {
    .page-width,
    .page-full {
      padding: 0 65px; } }

.footer__newsletter input {
    border-bottom-color: #fff!important;
}


/*Contact Us article page*/

@media (min-width:768px){
  .contactContainerArticle.contactList {
  	flex-direction: column;
	}
}

@media (min-width:1224px){
  .contactContainerArticle.contactList {
  	flex-direction: row;
	}
}


.contactUsArticle {
  position: relative;
  height: auto;
  margin-bottom: 73px;
  text-align: left;
  margin-top: 0;
  padding: 0 5%;
}

@media (min-width:768px){
  .contactUsArticle {
    padding: 0;
  }
}

@media (min-width:1224px){
  .contactUsArticle {
    padding: 0;
  }
}

.contactUsArticle .contactContainer:first-child {
  text-align: center;
}

.contactUsArticle .contactUs {
	height: 48px;
  min-width: 136px;
  background-color: #009c6d;
  font-family: "Bryant MOO Pro Medium";
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 0 25px;
  padding-top: 2px;
  border: none;
  width: fit-content;
}

.contactUsArticle .contactUs:hover {
  background-color: #007e5a;
  color: #fff;
}

.contactUsArticle .contactUs:focus {
  background-color: #009c6d;
}

.contactUsArticle .contactUs:active {
  background-color: #006247;
}

.contactUsListItem {
  flex:1;
  margin-right: 0;
  font-family: "Avenir Next Rounded Pro Regular";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #434f61;
  box-shadow: 0 2px 4px 0 rgba(75, 89, 109, 0.25);
  margin-bottom: 24px;
}

.bottom-divider {
  padding: 24px 22px 28px 22px;
}

@media (min-width:768px) {
  .contactUsListItem {
  margin-right: 24px;
	}
}

.contactUsListItem::after {
  content:" ";
  position: relative;
  width:100%;
  height: 3px;
  display: block;
  width: 100%;
}

.contactUsArticle .contactUsListItem:nth-child(1)::after { background-color: #8ccaae; }
.contactUsArticle .contactUsListItem:nth-child(2)::after { background-color: #f5c956; }
.contactUsArticle .contactUsListItem:nth-child(3)::after { background-color: #6e9cc6; }

.contactUsListItem h4 {
	font-family: "Bryant MOO Pro Medium";
  font-size: 21px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.9;
  letter-spacing: normal;
  color: #323c49;
  margin-bottom: 10px;
}

.contactUsListItem .contactIcon {
  width: 64px;
  height: 64px; 
  background-color: #4b596d;
  border-radius: 100px;
  margin-bottom: 12px;
}
.contactUsListItem .contactIcon::before {
  position:relative;
  display: block;  
}

.contactUsListItem .iconChat::before {
  content: url("//theme.zdassets.com/theme_assets/148033/9fbdaf6348cc96e1c6b72bcef43132cb9270f595.svg");
  width:31px;
  height:30px;
  left: 16px;
  top: 19px;
}
.contactUsListItem .iconEmail::before {
c  width:34px;
  height:24px;
  left: 15px;
  top: 20px;
}

.contactUsListItem .iconCall::before {
  content: url("//theme.zdassets.com/theme_assets/148033/c485355245125820355dc71d20b59c4ed372033a.svg");
  width:32px;
  height:39px;
  left: 16px;
  top: 13px;
}

.contactContainerArticle {
  position: relative;
  top: 0px;
  left: 0px;  
  opacity: 1;
  pointer-events: all;
  width: 100%;
  height: max-content;
  transition: all 0.5s var(--ease-out-quart);
  margin-top: 0px;
}

/* Homepage Contact Us */

.needHelp h3 {
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #323c49;
}

.needHelp .contactUs {
	height: 48px;
  background-color: rgba(21, 43, 111, 1);
  font-size: 19px;
  color: #fff;
  padding: 0 25px;
  padding-top: 2px;
  border: none;
  width: auto;
}

.needHelp .contactUs:hover {
  background-color: rgba(21, 43, 111, 1);
  color: #fff;
}

.needHelp .contactUs:focus {
  background-color: rgba(21, 43, 111, 1);
}

.needHelp .contactUs:active {
  background-color: rgba(21, 43, 111, 1);
}

.contactIcon {
  width: 48px;
  height: 48px; 
  background-color: #4b596d;
  border-radius: 24px;
  margin-bottom: 12px;
}
.contactIcon::before {
  position:relative;
  display: block;  
  
}

.iconChat::before {
  content: url("//theme.zdassets.com/theme_assets/148033/9fbdaf6348cc96e1c6b72bcef43132cb9270f595.svg");
  width:22px;
  height:21px;
  left: 13px;
  top: 14px;
}
.iconEmail::before {
  content: URL(/hc/theming_assets/01HZKTYC8KNGB2GWVY0BTCF66V);
  width: 24px;
  height: 16px;
  left: 12px;
  top: 12px;
}

.iconCall::before {
  content: url("//theme.zdassets.com/theme_assets/148033/c485355245125820355dc71d20b59c4ed372033a.svg");
    width: 24px;
    height: 16px;
    left: 12px;
    top: 15px;
}

.contactList {
  display: flex;
  flex-direction: column;
}

@media (min-width:768px) {
  .contactList {
  flex-direction: row;
	}
}

.contactListItem {
  flex:1;
  margin-right: 0;
  font-family: "Avenir Next Rounded Pro Regular";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #434f61;
  margin-bottom:40px;
}

@media (min-width:768px) {
  .contactListItem {
  margin-right: 20px;
	}
}

.contactListItem h4 {
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #323c49;
  margin-bottom: 10px;
}

.needHelp {
  position: relative;
  height: 224px;
  margin-bottom: 0px;
  text-align: left;
  margin-top: 0;
  overflow: hidden;
}

.contactContainer:first-child {
  text-align: center;
}


@media (min-width:768px) {
  .needHelp {
     margin-top: 35px;
  }
}

.contactContainer {
  position: absolute;
  top: 0px;
  left: 0px;  
  opacity: 1;
  pointer-events: all;
  width: 100%;
  height: max-content;
  transition: all 0.5s var(--ease-out-quart);
  margin-top: 38px;
}

.contHidden {
  pointer-events: none;
  top: 50px;
  opacity: 0;
}


/* ---- new header ----------- */
.lt-menu-toggle {
  position: relative;
  display: block;
  height: auto;
  padding: 1rem 0.5rem;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: none;
  -webkit-appearance: none;
  order: 1;
  right: 10px;
}

[dir="ltr"] .lt-menu-toggle {
  margin-right: -0.5rem;
}

[dir="rtl"] .lt-menu-toggle {
  margin-left: -0.5rem;
}
@media (min-width: 992px) {
  .lt-menu-toggle {
    display: none;
  }
}

.lt-menu-toggle span {
  position: relative;
  display: block;
  pointer-events: none;
}

.lt-menu-toggle span,
.lt-menu-toggle span:after,
.lt-menu-toggle span:before {
  width: 26px;
  height: 2px;
  background-color: #d9d6d6;
  outline: 1px solid transparent;
  transition: background-color 0.15s, transform 0.15s;
}

.lt-menu-toggle span:after,
.lt-menu-toggle span:before {
  position: absolute;
  content: "";
}

[dir="ltr"] .lt-menu-toggle span:after,
[dir="ltr"] .lt-menu-toggle span:before {
  left: 0;
}

[dir="rtl"] .lt-menu-toggle span:after,
[dir="rtl"] .lt-menu-toggle span:before {
  right: 0;
}

.lt-menu-toggle span:before {
  top: -7px;
}

.lt-menu-toggle span:after {
  top: 7px;
}

.lt-menu-toggle.is-active {
  outline: 0;
}

.lt-menu-toggle.is-active span {
  background-color: transparent;
}

.lt-menu-toggle.is-active span:after,
.lt-menu-toggle.is-active span:before {
  top: 0;
}

[dir="ltr"] .lt-menu-toggle.is-active span:before {
  transform: rotate(-45deg);
}

[dir="rtl"] .lt-menu-toggle.is-active span:before {
  transform: rotate(45deg);
}

[dir="ltr"] .lt-menu-toggle.is-active span:after {
  transform: rotate(45deg);
}

[dir="rtl"] .lt-menu-toggle.is-active span:after {
  transform: rotate(-45deg);
}

.lt-layout {
  display: -ms-grid;
  display: grid;
  min-height: 100%;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
}

.lt-layout > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.lt-layout > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.lt-layout > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.lt-topbar {
    font-size: 14px;
    color: white;
    background-color: #000f41;
}

.lt-topbar__logo {
  display: block;
  height: 25px;
}

.lt-topbar__link {
  color: white;
  font-size: 16px;
}


@media (max-width: 991px) {
  .lt-topbar__link {
    color: black;
    font-size: 18px;
  }



  .lt-topbar__controls {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 80%;
    max-width: 250px;
    padding: 2rem;
    color: #292929;
    background-color: #fff;
    transition: transform 600ms ease;
  }

  [dir="ltr"] .lt-topbar__controls {
    left: 0;
    transform: translateX(-100%);
  }

  [dir="rtl"] .lt-topbar__controls {
    right: 0;
    transform: translateX(100%);
  }

  .lt-topbar__controls > * + * {
    margin-top: 1rem;
  }

  .lt-topbar__controls.is-active {
    transform: translateX(0);
  }

  [dir="ltr"] .lt-topbar__controls.is-active {
    left: 0;
    box-shadow: 5px 0 40px rgb(0 0 0 / 45%);
  }

  @media (max-width: 991px)
[dir="ltr"] .lt-topbar__controls.is-active {
    left: 0;
    box-shadow: 5px 0 40px rgb(0 0 0 / 45%);
}
  
  [dir="rtl"] .lt-topbar__controls.is-active {
    right: 0;
    box-shadow: -5px 0 40px rgb(0 0 0 / 45%);
  }

  .lt-topbar-open {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .lt-topbar__controls > * + * {
    margin-left: 1rem;
  }

  [dir="rtl"] .lt-topbar__controls > * + * {
    margin-right: 1rem;
  }
}

.lt-container {
  padding-right: var(--grid-gutter-width);
  padding-left: var(--grid-gutter-width);
}
@media (min-width: 576px) {
  .lt-container {
    padding-right: calc(var(--grid-gutter-width) * 2);
    padding-left: calc(var(--grid-gutter-width) * 2);
  }
}

.lt-container-inner {
  max-width: 1200px; /* 1320px original */
  margin: 0 auto;
}

.lt-align-items-center {
  align-items: center !important;
}

.lt-d-flex {
  display: flex !important;
}

.lt-flex-column {
  flex-direction: column !important;
}

.lt-justify-content-between {
  justify-content: space-between !important;
}

.lt-w-100 {
  width: 100% !important;
  padding: 10px;
}

.lt-d-none {
  display: none !important;
}

 .lt-d-sm-inline-flex {
    display: inline-flex !important;
  }


[dir="ltr"] .lt-ms-3 {
  margin-left: 1rem !important;
}

lt-flex-column {
  flex-direction: column !important;
}

.lt-align-items-start {
  align-items: flex-start !important;
}


  .lt-flex-lg-row {
    flex-direction: row !important;
  }

  .lt-align-items-lg-center {
    align-items: center !important;
  }



.lt-py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 0;
}


lt-row {
  --lt-gutter-x: 2rem;
  --lt-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--lt-gutter-y) * -1);
  margin-right: calc(var(--lt-gutter-x) / -2);
  margin-left: calc(var(--lt-gutter-x) / -2);
}
.lt-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--lt-gutter-x) / 2);
  padding-left: calc(var(--lt-gutter-x) / 2);
  margin-top: var(--lt-gutter-y);
}

.lt-col {
  flex: 1 0 0%;
}

.lt-row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.lt-row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.lt-row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.lt-row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.lt-row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.lt-row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.lt-row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.lt-col-auto {
  flex: 0 0 auto;
  width: auto;
}

.lt-col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.lt-col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.lt-col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.lt-col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.lt-col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.lt-col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.lt-col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.lt-col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.lt-col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.lt-col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.lt-col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.lt-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

[dir="ltr"] .lt-offset-1 {
  margin-left: 8.3333333333%;
}

[dir="rtl"] .lt-offset-1 {
  margin-right: 8.3333333333%;
}

[dir="ltr"] .lt-offset-2 {
  margin-left: 16.6666666667%;
}

[dir="rtl"] .lt-offset-2 {
  margin-right: 16.6666666667%;
}

[dir="ltr"] .lt-offset-3 {
  margin-left: 25%;
}

[dir="rtl"] .lt-offset-3 {
  margin-right: 25%;
}

[dir="ltr"] .lt-offset-4 {
  margin-left: 33.3333333333%;
}

[dir="rtl"] .lt-offset-4 {
  margin-right: 33.3333333333%;
}

[dir="ltr"] .lt-offset-5 {
  margin-left: 41.6666666667%;
}

[dir="rtl"] .lt-offset-5 {
  margin-right: 41.6666666667%;
}

[dir="ltr"] .lt-offset-6 {
  margin-left: 50%;
}

[dir="rtl"] .lt-offset-6 {
  margin-right: 50%;
}

[dir="ltr"] .lt-offset-7 {
  margin-left: 58.3333333333%;
}

[dir="rtl"] .lt-offset-7 {
  margin-right: 58.3333333333%;
}

[dir="ltr"] .lt-offset-8 {
  margin-left: 66.6666666667%;
}

[dir="rtl"] .lt-offset-8 {
  margin-right: 66.6666666667%;
}

[dir="ltr"] .lt-offset-9 {
  margin-left: 75%;
}

[dir="rtl"] .lt-offset-9 {
  margin-right: 75%;
}

[dir="ltr"] .lt-offset-10 {
  margin-left: 83.3333333333%;
}

[dir="rtl"] .lt-offset-10 {
  margin-right: 83.3333333333%;
}

[dir="ltr"] .lt-offset-11 {
  margin-left: 91.6666666667%;
}

[dir="rtl"] .lt-offset-11 {
  margin-right: 91.6666666667%;
}

.lt-g-0,
.lt-gx-0 {
  --lt-gutter-x: 0;
}

.lt-g-0,
.lt-gy-0 {
  --lt-gutter-y: 0;
}

.lt-g-1,
.lt-gx-1 {
  --lt-gutter-x: 0.25rem;
}

.lt-g-1,
.lt-gy-1 {
  --lt-gutter-y: 0.25rem;
}

.lt-g-2,
.lt-gx-2 {
  --lt-gutter-x: 0.5rem;
}

.lt-g-2,
.lt-gy-2 {
  --lt-gutter-y: 0.5rem;
}

.lt-g-3,
.lt-gx-3 {
  --lt-gutter-x: 1rem;
}

.lt-g-3,
.lt-gy-3 {
  --lt-gutter-y: 1rem;
}

.lt-g-4,
.lt-gx-4 {
  --lt-gutter-x: 1.5rem;
}

.lt-g-4,
.lt-gy-4 {
  --lt-gutter-y: 1.5rem;
}

.lt-g-5,
.lt-gx-5 {
  --lt-gutter-x: 2rem;
}

.lt-g-5,
.lt-gy-5 {
  --lt-gutter-y: 2rem;
}

.lt-g-6,
.lt-gx-6 {
  --lt-gutter-x: 2.5rem;
}

.lt-g-6,
.lt-gy-6 {
  --lt-gutter-y: 2.5rem;
}

.lt-g-7,
.lt-gx-7 {
  --lt-gutter-x: 3rem;
}

.lt-g-7,
.lt-gy-7 {
  --lt-gutter-y: 3rem;
}

.lt-g-8,
.lt-gx-8 {
  --lt-gutter-x: 3.5rem;
}

.lt-g-8,
.lt-gy-8 {
  --lt-gutter-y: 3.5rem;
}

.lt-g-9,
.lt-gx-9 {
  --lt-gutter-x: 4rem;
}

.lt-g-9,
.lt-gy-9 {
  --lt-gutter-y: 4rem;
}

@media (min-width: 576px) {
  .lt-col-sm {
    flex: 1 0 0%;
  }

  .lt-row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .lt-row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .lt-row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .lt-col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .lt-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .lt-col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .lt-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .lt-col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .lt-col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .lt-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  [dir="ltr"] .lt-offset-sm-0 {
    margin-left: 0;
  }

  [dir="rtl"] .lt-offset-sm-0 {
    margin-right: 0;
  }

  [dir="ltr"] .lt-offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  [dir="rtl"] .lt-offset-sm-1 {
    margin-right: 8.3333333333%;
  }

  [dir="ltr"] .lt-offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  [dir="rtl"] .lt-offset-sm-2 {
    margin-right: 16.6666666667%;
  }

  [dir="ltr"] .lt-offset-sm-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .lt-offset-sm-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .lt-offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  [dir="rtl"] .lt-offset-sm-4 {
    margin-right: 33.3333333333%;
  }

  [dir="ltr"] .lt-offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  [dir="rtl"] .lt-offset-sm-5 {
    margin-right: 41.6666666667%;
  }

  [dir="ltr"] .lt-offset-sm-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .lt-offset-sm-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .lt-offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  [dir="rtl"] .lt-offset-sm-7 {
    margin-right: 58.3333333333%;
  }

  [dir="ltr"] .lt-offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  [dir="rtl"] .lt-offset-sm-8 {
    margin-right: 66.6666666667%;
  }

  [dir="ltr"] .lt-offset-sm-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .lt-offset-sm-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .lt-offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  [dir="rtl"] .lt-offset-sm-10 {
    margin-right: 83.3333333333%;
  }

  [dir="ltr"] .lt-offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  [dir="rtl"] .lt-offset-sm-11 {
    margin-right: 91.6666666667%;
  }

  .lt-g-sm-0,
.lt-gx-sm-0 {
    --lt-gutter-x: 0;
  }

  .lt-g-sm-0,
.lt-gy-sm-0 {
    --lt-gutter-y: 0;
  }

  .lt-g-sm-1,
.lt-gx-sm-1 {
    --lt-gutter-x: 0.25rem;
  }

  .lt-g-sm-1,
.lt-gy-sm-1 {
    --lt-gutter-y: 0.25rem;
  }

  .lt-g-sm-2,
.lt-gx-sm-2 {
    --lt-gutter-x: 0.5rem;
  }

  .lt-g-sm-2,
.lt-gy-sm-2 {
    --lt-gutter-y: 0.5rem;
  }

  .lt-g-sm-3,
.lt-gx-sm-3 {
    --lt-gutter-x: 1rem;
  }

  .lt-g-sm-3,
.lt-gy-sm-3 {
    --lt-gutter-y: 1rem;
  }

  .lt-g-sm-4,
.lt-gx-sm-4 {
    --lt-gutter-x: 1.5rem;
  }

  .lt-g-sm-4,
.lt-gy-sm-4 {
    --lt-gutter-y: 1.5rem;
  }

  .lt-g-sm-5,
.lt-gx-sm-5 {
    --lt-gutter-x: 2rem;
  }

  .lt-g-sm-5,
.lt-gy-sm-5 {
    --lt-gutter-y: 2rem;
  }

  .lt-g-sm-6,
.lt-gx-sm-6 {
    --lt-gutter-x: 2.5rem;
  }

  .lt-g-sm-6,
.lt-gy-sm-6 {
    --lt-gutter-y: 2.5rem;
  }

  .lt-g-sm-7,
.lt-gx-sm-7 {
    --lt-gutter-x: 3rem;
  }

  .lt-g-sm-7,
.lt-gy-sm-7 {
    --lt-gutter-y: 3rem;
  }

  .lt-g-sm-8,
.lt-gx-sm-8 {
    --lt-gutter-x: 3.5rem;
  }

  .lt-g-sm-8,
.lt-gy-sm-8 {
    --lt-gutter-y: 3.5rem;
  }

  .lt-g-sm-9,
.lt-gx-sm-9 {
    --lt-gutter-x: 4rem;
  }

  .lt-g-sm-9,
.lt-gy-sm-9 {
    --lt-gutter-y: 4rem;
  }
}
@media (min-width: 768px) {
  .lt-col-md {
    flex: 1 0 0%;
  }

  .lt-row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .lt-row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .lt-row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .lt-col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .lt-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .lt-col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .lt-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .lt-col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .lt-col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .lt-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  [dir="ltr"] .lt-offset-md-0 {
    margin-left: 0;
  }

  [dir="rtl"] .lt-offset-md-0 {
    margin-right: 0;
  }

  [dir="ltr"] .lt-offset-md-1 {
    margin-left: 8.3333333333%;
  }

  [dir="rtl"] .lt-offset-md-1 {
    margin-right: 8.3333333333%;
  }

  [dir="ltr"] .lt-offset-md-2 {
    margin-left: 16.6666666667%;
  }

  [dir="rtl"] .lt-offset-md-2 {
    margin-right: 16.6666666667%;
  }

  [dir="ltr"] .lt-offset-md-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .lt-offset-md-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .lt-offset-md-4 {
    margin-left: 33.3333333333%;
  }

  [dir="rtl"] .lt-offset-md-4 {
    margin-right: 33.3333333333%;
  }

  [dir="ltr"] .lt-offset-md-5 {
    margin-left: 41.6666666667%;
  }

  [dir="rtl"] .lt-offset-md-5 {
    margin-right: 41.6666666667%;
  }

  [dir="ltr"] .lt-offset-md-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .lt-offset-md-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .lt-offset-md-7 {
    margin-left: 58.3333333333%;
  }

  [dir="rtl"] .lt-offset-md-7 {
    margin-right: 58.3333333333%;
  }

  [dir="ltr"] .lt-offset-md-8 {
    margin-left: 66.6666666667%;
  }

  [dir="rtl"] .lt-offset-md-8 {
    margin-right: 66.6666666667%;
  }

  [dir="ltr"] .lt-offset-md-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .lt-offset-md-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .lt-offset-md-10 {
    margin-left: 83.3333333333%;
  }

  [dir="rtl"] .lt-offset-md-10 {
    margin-right: 83.3333333333%;
  }

  [dir="ltr"] .lt-offset-md-11 {
    margin-left: 91.6666666667%;
  }

  [dir="rtl"] .lt-offset-md-11 {
    margin-right: 91.6666666667%;
  }

  .lt-g-md-0,
.lt-gx-md-0 {
    --lt-gutter-x: 0;
  }

  .lt-g-md-0,
.lt-gy-md-0 {
    --lt-gutter-y: 0;
  }

  .lt-g-md-1,
.lt-gx-md-1 {
    --lt-gutter-x: 0.25rem;
  }

  .lt-g-md-1,
.lt-gy-md-1 {
    --lt-gutter-y: 0.25rem;
  }

  .lt-g-md-2,
.lt-gx-md-2 {
    --lt-gutter-x: 0.5rem;
  }

  .lt-g-md-2,
.lt-gy-md-2 {
    --lt-gutter-y: 0.5rem;
  }

  .lt-g-md-3,
.lt-gx-md-3 {
    --lt-gutter-x: 1rem;
  }

  .lt-g-md-3,
.lt-gy-md-3 {
    --lt-gutter-y: 1rem;
  }

  .lt-g-md-4,
.lt-gx-md-4 {
    --lt-gutter-x: 1.5rem;
  }

  .lt-g-md-4,
.lt-gy-md-4 {
    --lt-gutter-y: 1.5rem;
  }

  .lt-g-md-5,
.lt-gx-md-5 {
    --lt-gutter-x: 2rem;
  }

  .lt-g-md-5,
.lt-gy-md-5 {
    --lt-gutter-y: 2rem;
  }

  .lt-g-md-6,
.lt-gx-md-6 {
    --lt-gutter-x: 2.5rem;
  }

  .lt-g-md-6,
.lt-gy-md-6 {
    --lt-gutter-y: 2.5rem;
  }

  .lt-g-md-7,
.lt-gx-md-7 {
    --lt-gutter-x: 3rem;
  }

  .lt-g-md-7,
.lt-gy-md-7 {
    --lt-gutter-y: 3rem;
  }

  .lt-g-md-8,
.lt-gx-md-8 {
    --lt-gutter-x: 3.5rem;
  }

  .lt-g-md-8,
.lt-gy-md-8 {
    --lt-gutter-y: 3.5rem;
  }

  .lt-g-md-9,
.lt-gx-md-9 {
    --lt-gutter-x: 4rem;
  }

  .lt-g-md-9,
.lt-gy-md-9 {
    --lt-gutter-y: 4rem;
  }
}
@media (min-width: 992px) {
  .lt-col-lg {
    flex: 1 0 0%;
  }

  .lt-row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .lt-row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .lt-row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .lt-col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .lt-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .lt-col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .lt-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .lt-col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .lt-col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .lt-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  [dir="ltr"] .lt-offset-lg-0 {
    margin-left: 0;
  }

  [dir="rtl"] .lt-offset-lg-0 {
    margin-right: 0;
  }

  [dir="ltr"] .lt-offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  [dir="rtl"] .lt-offset-lg-1 {
    margin-right: 8.3333333333%;
  }

  [dir="ltr"] .lt-offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  [dir="rtl"] .lt-offset-lg-2 {
    margin-right: 16.6666666667%;
  }

  [dir="ltr"] .lt-offset-lg-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .lt-offset-lg-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .lt-offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  [dir="rtl"] .lt-offset-lg-4 {
    margin-right: 33.3333333333%;
  }

  [dir="ltr"] .lt-offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  [dir="rtl"] .lt-offset-lg-5 {
    margin-right: 41.6666666667%;
  }

  [dir="ltr"] .lt-offset-lg-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .lt-offset-lg-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .lt-offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  [dir="rtl"] .lt-offset-lg-7 {
    margin-right: 58.3333333333%;
  }

  [dir="ltr"] .lt-offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  [dir="rtl"] .lt-offset-lg-8 {
    margin-right: 66.6666666667%;
  }

  [dir="ltr"] .lt-offset-lg-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .lt-offset-lg-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .lt-offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  [dir="rtl"] .lt-offset-lg-10 {
    margin-right: 83.3333333333%;
  }

  [dir="ltr"] .lt-offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  [dir="rtl"] .lt-offset-lg-11 {
    margin-right: 91.6666666667%;
  }

  .lt-g-lg-0,
.lt-gx-lg-0 {
    --lt-gutter-x: 0;
  }

  .lt-g-lg-0,
.lt-gy-lg-0 {
    --lt-gutter-y: 0;
  }

  .lt-g-lg-1,
.lt-gx-lg-1 {
    --lt-gutter-x: 0.25rem;
  }

  .lt-g-lg-1,
.lt-gy-lg-1 {
    --lt-gutter-y: 0.25rem;
  }

  .lt-g-lg-2,
.lt-gx-lg-2 {
    --lt-gutter-x: 0.5rem;
  }

  .lt-g-lg-2,
.lt-gy-lg-2 {
    --lt-gutter-y: 0.5rem;
  }

  .lt-g-lg-3,
.lt-gx-lg-3 {
    --lt-gutter-x: 1rem;
  }

  .lt-g-lg-3,
.lt-gy-lg-3 {
    --lt-gutter-y: 1rem;
  }

  .lt-g-lg-4,
.lt-gx-lg-4 {
    --lt-gutter-x: 1.5rem;
  }

  .lt-g-lg-4,
.lt-gy-lg-4 {
    --lt-gutter-y: 1.5rem;
  }

  .lt-g-lg-5,
.lt-gx-lg-5 {
    --lt-gutter-x: 2rem;
  }

  .lt-g-lg-5,
.lt-gy-lg-5 {
    --lt-gutter-y: 2rem;
  }

  .lt-g-lg-6,
.lt-gx-lg-6 {
    --lt-gutter-x: 2.5rem;
  }

  .lt-g-lg-6,
.lt-gy-lg-6 {
    --lt-gutter-y: 2.5rem;
  }

  .lt-g-lg-7,
.lt-gx-lg-7 {
    --lt-gutter-x: 3rem;
  }

  .lt-g-lg-7,
.lt-gy-lg-7 {
    --lt-gutter-y: 3rem;
  }

  .lt-g-lg-8,
.lt-gx-lg-8 {
    --lt-gutter-x: 3.5rem;
  }

  .lt-g-lg-8,
.lt-gy-lg-8 {
    --lt-gutter-y: 3.5rem;
  }

  .lt-g-lg-9,
.lt-gx-lg-9 {
    --lt-gutter-x: 4rem;
  }

  .lt-g-lg-9,
.lt-gy-lg-9 {
    --lt-gutter-y: 4rem;
  }
}
@media (min-width: 1200px) {
  .lt-col-xl {
    flex: 1 0 0%;
  }

  .lt-row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .lt-row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .lt-row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .lt-col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .lt-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .lt-col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .lt-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .lt-col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .lt-col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .lt-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  [dir="ltr"] .lt-offset-xl-0 {
    margin-left: 0;
  }

  [dir="rtl"] .lt-offset-xl-0 {
    margin-right: 0;
  }

  [dir="ltr"] .lt-offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  [dir="rtl"] .lt-offset-xl-1 {
    margin-right: 8.3333333333%;
  }

  [dir="ltr"] .lt-offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  [dir="rtl"] .lt-offset-xl-2 {
    margin-right: 16.6666666667%;
  }

  [dir="ltr"] .lt-offset-xl-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .lt-offset-xl-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .lt-offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  [dir="rtl"] .lt-offset-xl-4 {
    margin-right: 33.3333333333%;
  }

  [dir="ltr"] .lt-offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  [dir="rtl"] .lt-offset-xl-5 {
    margin-right: 41.6666666667%;
  }

  [dir="ltr"] .lt-offset-xl-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .lt-offset-xl-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .lt-offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  [dir="rtl"] .lt-offset-xl-7 {
    margin-right: 58.3333333333%;
  }

  [dir="ltr"] .lt-offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  [dir="rtl"] .lt-offset-xl-8 {
    margin-right: 66.6666666667%;
  }

  [dir="ltr"] .lt-offset-xl-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .lt-offset-xl-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .lt-offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  [dir="rtl"] .lt-offset-xl-10 {
    margin-right: 83.3333333333%;
  }

  [dir="ltr"] .lt-offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  [dir="rtl"] .lt-offset-xl-11 {
    margin-right: 91.6666666667%;
  }

  .lt-g-xl-0,
.lt-gx-xl-0 {
    --lt-gutter-x: 0;
  }

  .lt-g-xl-0,
.lt-gy-xl-0 {
    --lt-gutter-y: 0;
  }

  .lt-g-xl-1,
.lt-gx-xl-1 {
    --lt-gutter-x: 0.25rem;
  }

  .lt-g-xl-1,
.lt-gy-xl-1 {
    --lt-gutter-y: 0.25rem;
  }

  .lt-g-xl-2,
.lt-gx-xl-2 {
    --lt-gutter-x: 0.5rem;
  }

  .lt-g-xl-2,
.lt-gy-xl-2 {
    --lt-gutter-y: 0.5rem;
  }

  .lt-g-xl-3,
.lt-gx-xl-3 {
    --lt-gutter-x: 1rem;
  }

  .lt-g-xl-3,
.lt-gy-xl-3 {
    --lt-gutter-y: 1rem;
  }

  .lt-g-xl-4,
.lt-gx-xl-4 {
    --lt-gutter-x: 1.5rem;
  }

  .lt-g-xl-4,
.lt-gy-xl-4 {
    --lt-gutter-y: 1.5rem;
  }

  .lt-g-xl-5,
.lt-gx-xl-5 {
    --lt-gutter-x: 2rem;
  }

  .lt-g-xl-5,
.lt-gy-xl-5 {
    --lt-gutter-y: 2rem;
  }

  .lt-g-xl-6,
.lt-gx-xl-6 {
    --lt-gutter-x: 2.5rem;
  }

  .lt-g-xl-6,
.lt-gy-xl-6 {
    --lt-gutter-y: 2.5rem;
  }

  .lt-g-xl-7,
.lt-gx-xl-7 {
    --lt-gutter-x: 3rem;
  }

  .lt-g-xl-7,
.lt-gy-xl-7 {
    --lt-gutter-y: 3rem;
  }

  .lt-g-xl-8,
.lt-gx-xl-8 {
    --lt-gutter-x: 3.5rem;
  }

  .lt-g-xl-8,
.lt-gy-xl-8 {
    --lt-gutter-y: 3.5rem;
  }

  .lt-g-xl-9,
.lt-gx-xl-9 {
    --lt-gutter-x: 4rem;
  }

  .lt-g-xl-9,
.lt-gy-xl-9 {
    --lt-gutter-y: 4rem;
  }
}
@media (min-width: 1400px) {
  .lt-col-xxl {
    flex: 1 0 0%;
  }

  .lt-row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .lt-row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .lt-row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .lt-col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .lt-col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .lt-col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .lt-col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .lt-col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .lt-col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .lt-col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .lt-col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .lt-col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .lt-col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .lt-col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .lt-col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  [dir="ltr"] .lt-offset-xxl-0 {
    margin-left: 0;
  }

  [dir="rtl"] .lt-offset-xxl-0 {
    margin-right: 0;
  }

  [dir="ltr"] .lt-offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  [dir="rtl"] .lt-offset-xxl-1 {
    margin-right: 8.3333333333%;
  }

  [dir="ltr"] .lt-offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  [dir="rtl"] .lt-offset-xxl-2 {
    margin-right: 16.6666666667%;
  }

  [dir="ltr"] .lt-offset-xxl-3 {
    margin-left: 25%;
  }

  [dir="rtl"] .lt-offset-xxl-3 {
    margin-right: 25%;
  }

  [dir="ltr"] .lt-offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  [dir="rtl"] .lt-offset-xxl-4 {
    margin-right: 33.3333333333%;
  }

  [dir="ltr"] .lt-offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  [dir="rtl"] .lt-offset-xxl-5 {
    margin-right: 41.6666666667%;
  }

  [dir="ltr"] .lt-offset-xxl-6 {
    margin-left: 50%;
  }

  [dir="rtl"] .lt-offset-xxl-6 {
    margin-right: 50%;
  }

  [dir="ltr"] .lt-offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  [dir="rtl"] .lt-offset-xxl-7 {
    margin-right: 58.3333333333%;
  }

  [dir="ltr"] .lt-offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  [dir="rtl"] .lt-offset-xxl-8 {
    margin-right: 66.6666666667%;
  }

  [dir="ltr"] .lt-offset-xxl-9 {
    margin-left: 75%;
  }

  [dir="rtl"] .lt-offset-xxl-9 {
    margin-right: 75%;
  }

  [dir="ltr"] .lt-offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  [dir="rtl"] .lt-offset-xxl-10 {
    margin-right: 83.3333333333%;
  }

  [dir="ltr"] .lt-offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  [dir="rtl"] .lt-offset-xxl-11 {
    margin-right: 91.6666666667%;
  }

  .lt-g-xxl-0,
.lt-gx-xxl-0 {
    --lt-gutter-x: 0;
  }

  .lt-g-xxl-0,
.lt-gy-xxl-0 {
    --lt-gutter-y: 0;
  }

  .lt-g-xxl-1,
.lt-gx-xxl-1 {
    --lt-gutter-x: 0.25rem;
  }

  .lt-g-xxl-1,
.lt-gy-xxl-1 {
    --lt-gutter-y: 0.25rem;
  }

  .lt-g-xxl-2,
.lt-gx-xxl-2 {
    --lt-gutter-x: 0.5rem;
  }

  .lt-g-xxl-2,
.lt-gy-xxl-2 {
    --lt-gutter-y: 0.5rem;
  }

  .lt-g-xxl-3,
.lt-gx-xxl-3 {
    --lt-gutter-x: 1rem;
  }

  .lt-g-xxl-3,
.lt-gy-xxl-3 {
    --lt-gutter-y: 1rem;
  }

  .lt-g-xxl-4,
.lt-gx-xxl-4 {
    --lt-gutter-x: 1.5rem;
  }

  .lt-g-xxl-4,
.lt-gy-xxl-4 {
    --lt-gutter-y: 1.5rem;
  }

  .lt-g-xxl-5,
.lt-gx-xxl-5 {
    --lt-gutter-x: 2rem;
  }

  .lt-g-xxl-5,
.lt-gy-xxl-5 {
    --lt-gutter-y: 2rem;
  }

  .lt-g-xxl-6,
.lt-gx-xxl-6 {
    --lt-gutter-x: 2.5rem;
  }

  .lt-g-xxl-6,
.lt-gy-xxl-6 {
    --lt-gutter-y: 2.5rem;
  }

  .lt-g-xxl-7,
.lt-gx-xxl-7 {
    --lt-gutter-x: 3rem;
  }

  .lt-g-xxl-7,
.lt-gy-xxl-7 {
    --lt-gutter-y: 3rem;
  }

  .lt-g-xxl-8,
.lt-gx-xxl-8 {
    --lt-gutter-x: 3.5rem;
  }

  .lt-g-xxl-8,
.lt-gy-xxl-8 {
    --lt-gutter-y: 3.5rem;
  }

  .lt-g-xxl-9,
.lt-gx-xxl-9 {
    --lt-gutter-x: 4rem;
  }

  .lt-g-xxl-9,
.lt-gy-xxl-9 {
    --lt-gutter-y: 4rem;
  }
}
.lt-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.lt-list-unstyled {
  list-style: none;
}

[dir="ltr"] .lt-list-unstyled {
  padding-left: 0;
}

[dir="rtl"] .lt-list-unstyled {
  padding-right: 0;
}

.lt-visually-hidden,
.lt-visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.lt-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lt-align-baseline {
  vertical-align: baseline !important;
}

.lt-align-top {
  vertical-align: top !important;
}

.lt-align-middle {
  vertical-align: middle !important;
}

.lt-align-bottom {
  vertical-align: bottom !important;
}

.lt-align-text-bottom {
  vertical-align: text-bottom !important;
}

.lt-align-text-top {
  vertical-align: text-top !important;
}

[dir="ltr"] .lt-float-start {
  float: left !important;
}

[dir="rtl"] .lt-float-start {
  float: right !important;
}

[dir="ltr"] .lt-float-end {
  float: right !important;
}

[dir="rtl"] .lt-float-end {
  float: left !important;
}

.lt-float-none {
  float: none !important;
}

.lt-overflow-auto {
  overflow: auto !important;
}

.lt-overflow-hidden {
  overflow: hidden !important;
}

.lt-overflow-visible {
  overflow: visible !important;
}

.lt-overflow-scroll {
  overflow: scroll !important;
}

.lt-d-inline {
  display: inline !important;
}

.lt-d-inline-block {
  display: inline-block !important;
}

.lt-d-block {
  display: block !important;
}

.lt-d-grid {
  display: grid !important;
}

.lt-d-table {
  display: table !important;
}

.lt-d-table-row {
  display: table-row !important;
}

.lt-d-table-cell {
  display: table-cell !important;
}

.lt-d-flex {
  display: flex !important;
}

.lt-d-inline-flex {
  display: inline-flex !important;
}

.lt-d-none {
  display: none !important;
}

.lt-position-static {
  position: static !important;
}

.lt-position-relative {
  position: relative !important;
}

.lt-position-absolute {
  position: absolute !important;
}

.lt-position-fixed {
  position: fixed !important;
}

.lt-position-sticky {
  position: sticky !important;
}

.lt-top-0 {
  top: 0 !important;
}

.lt-top-50 {
  top: 50% !important;
}

.lt-top-100 {
  top: 100% !important;
}

.lt-bottom-0 {
  bottom: 0 !important;
}

.lt-bottom-50 {
  bottom: 50% !important;
}

.lt-bottom-100 {
  bottom: 100% !important;
}

[dir="ltr"] .lt-start-0 {
  left: 0 !important;
}

[dir="rtl"] .lt-start-0 {
  right: 0 !important;
}

[dir="ltr"] .lt-start-50 {
  left: 50% !important;
}

[dir="rtl"] .lt-start-50 {
  right: 50% !important;
}

[dir="ltr"] .lt-start-100 {
  left: 100% !important;
}

[dir="rtl"] .lt-start-100 {
  right: 100% !important;
}

[dir="ltr"] .lt-end-0 {
  right: 0 !important;
}

[dir="rtl"] .lt-end-0 {
  left: 0 !important;
}

[dir="ltr"] .lt-end-50 {
  right: 50% !important;
}

[dir="rtl"] .lt-end-50 {
  left: 50% !important;
}

[dir="ltr"] .lt-end-100 {
  right: 100% !important;
}

[dir="rtl"] .lt-end-100 {
  left: 100% !important;
}

[dir="ltr"] .lt-translate-middle {
  transform: translate(-50%, -50%) !important;
}

[dir="rtl"] .lt-translate-middle {
  transform: translate(50%, -50%) !important;
}

[dir="ltr"] .lt-translate-middle-x {
  transform: translateX(-50%) !important;
}

[dir="rtl"] .lt-translate-middle-x {
  transform: translateX(50%) !important;
}

.lt-translate-middle-y {
  transform: translateY(-50%) !important;
}

.lt-border {
  border: 1px solid #dee2e6 !important;
}

.lt-border-0 {
  border: 0 !important;
}

.lt-border-top {
  border-top: 1px solid #dee2e6 !important;
}

.lt-border-top-0 {
  border-top: 0 !important;
}

[dir="ltr"] .lt-border-end {
  border-right: 1px solid #dee2e6 !important;
}

[dir="rtl"] .lt-border-end {
  border-left: 1px solid #dee2e6 !important;
}

[dir="ltr"] .lt-border-end-0 {
  border-right: 0 !important;
}

[dir="rtl"] .lt-border-end-0 {
  border-left: 0 !important;
}

.lt-border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.lt-border-bottom-0 {
  border-bottom: 0 !important;
}

[dir="ltr"] .lt-border-start {
  border-left: 1px solid #dee2e6 !important;
}

[dir="rtl"] .lt-border-start {
  border-right: 1px solid #dee2e6 !important;
}

[dir="ltr"] .lt-border-start-0 {
  border-left: 0 !important;
}

[dir="rtl"] .lt-border-start-0 {
  border-right: 0 !important;
}

.lt-border-0 {
  border-width: 0 !important;
}

.lt-border-1 {
  border-width: 1px !important;
}

.lt-border-2 {
  border-width: 2px !important;
}

.lt-border-3 {
  border-width: 3px !important;
}

.lt-border-4 {
  border-width: 4px !important;
}

.lt-border-5 {
  border-width: 5px !important;
}

.lt-w-25 {
  width: 25% !important;
}

.lt-w-50 {
  width: 50% !important;
}

.lt-w-75 {
  width: 75% !important;
}

.lt-w-100 {
  width: 100% !important;
}

.lt-w-auto {
  width: auto !important;
}

.lt-mw-100 {
  max-width: 100% !important;
}

.lt-vw-100 {
  width: 100vw !important;
}

.lt-min-vw-100 {
  min-width: 100vw !important;
}

.lt-h-25 {
  height: 25% !important;
}

.lt-h-50 {
  height: 50% !important;
}

.lt-h-75 {
  height: 75% !important;
}

.lt-h-100 {
  height: 100% !important;
}

.lt-h-auto {
  height: auto !important;
}

.lt-mh-100 {
  max-height: 100% !important;
}

.lt-vh-100 {
  height: 100vh !important;
}

.lt-min-vh-100 {
  min-height: 100vh !important;
}

.lt-flex-fill {
  flex: 1 1 auto !important;
}

.lt-flex-row {
  flex-direction: row !important;
}

.lt-flex-column {
  flex-direction: column !important;
}

.lt-flex-row-reverse {
  flex-direction: row-reverse !important;
}

.lt-flex-column-reverse {
  flex-direction: column-reverse !important;
}

.lt-flex-grow-0 {
  flex-grow: 0 !important;
}

.lt-flex-grow-1 {
  flex-grow: 1 !important;
}

.lt-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.lt-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.lt-flex-wrap {
  flex-wrap: wrap !important;
}

.lt-flex-nowrap {
  flex-wrap: nowrap !important;
}

.lt-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.lt-gap-0 {
  gap: 0 !important;
}

.lt-gap-1 {
  gap: 0.25rem !important;
}

.lt-gap-2 {
  gap: 0.5rem !important;
}

.lt-gap-3 {
  gap: 1rem !important;
}

.lt-gap-4 {
  gap: 1.5rem !important;
}

.lt-gap-5 {
  gap: 2rem !important;
}

.lt-gap-6 {
  gap: 2.5rem !important;
}

.lt-gap-7 {
  gap: 3rem !important;
}

.lt-gap-8 {
  gap: 3.5rem !important;
}

.lt-gap-9 {
  gap: 4rem !important;
}

.lt-justify-content-start {
  justify-content: flex-start !important;
}

.lt-justify-content-end {
  justify-content: flex-end !important;
}

.lt-justify-content-center {
  justify-content: center !important;
}

.lt-justify-content-between {
  justify-content: space-between !important;
}

.lt-justify-content-around {
  justify-content: space-around !important;
}

.lt-justify-content-evenly {
  justify-content: space-evenly !important;
}

.lt-align-items-start {
  align-items: flex-start !important;
}

.lt-align-items-end {
  align-items: flex-end !important;
}

.lt-align-items-center {
  align-items: center !important;
}

.lt-align-items-baseline {
  align-items: baseline !important;
}

.lt-align-items-stretch {
  align-items: stretch !important;
}

.lt-align-content-start {
  align-content: flex-start !important;
}

.lt-align-content-end {
  align-content: flex-end !important;
}

.lt-align-content-center {
  align-content: center !important;
}

.lt-align-content-between {
  align-content: space-between !important;
}

.lt-align-content-around {
  align-content: space-around !important;
}

.lt-align-content-stretch {
  align-content: stretch !important;
}

.lt-align-self-auto {
  align-self: auto !important;
}

.lt-align-self-start {
  align-self: flex-start !important;
}

.lt-align-self-end {
  align-self: flex-end !important;
}

.lt-align-self-center {
  align-self: center !important;
}

.lt-align-self-baseline {
  align-self: baseline !important;
}

.lt-align-self-stretch {
  align-self: stretch !important;
}

.lt-order-first {
  order: -1 !important;
}

.lt-order-0 {
  order: 0 !important;
}

.lt-order-1 {
  order: 1 !important;
}

.lt-order-2 {
  order: 2 !important;
}

.lt-order-3 {
  order: 3 !important;
}

.lt-order-4 {
  order: 4 !important;
}

.lt-order-5 {
  order: 5 !important;
}

.lt-order-last {
  order: 6 !important;
}

.lt-m-0 {
  margin: 0 !important;
}

.lt-m-1 {
  margin: 0.25rem !important;
}

.lt-m-2 {
  margin: 0.5rem !important;
}

.lt-m-3 {
  margin: 1rem !important;
}

.lt-m-4 {
  margin: 1.5rem !important;
}

.lt-m-5 {
  margin: 2rem !important;
}

.lt-m-6 {
  margin: 2.5rem !important;
}

.lt-m-7 {
  margin: 3rem !important;
}

.lt-m-8 {
  margin: 3.5rem !important;
}

.lt-m-9 {
  margin: 4rem !important;
}

.lt-m-auto {
  margin: auto !important;
}

.lt-mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.lt-mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.lt-mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.lt-mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.lt-mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.lt-mx-5 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.lt-mx-6 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.lt-mx-7 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.lt-mx-8 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.lt-mx-9 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.lt-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.lt-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.lt-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.lt-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.lt-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.lt-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.lt-my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.lt-my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.lt-my-7 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.lt-my-8 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.lt-my-9 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.lt-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.lt-mt-0 {
  margin-top: 0 !important;
}

.lt-mt-1 {
  margin-top: 0.25rem !important;
}

.lt-mt-2 {
  margin-top: 0.5rem !important;
}

.lt-mt-3 {
  margin-top: 1rem !important;
}

.lt-mt-4 {
  margin-top: 1.5rem !important;
}

.lt-mt-5 {
  margin-top: 2rem !important;
}

.lt-mt-6 {
  margin-top: 2.5rem !important;
}

.lt-mt-7 {
  margin-top: 3rem !important;
}

.lt-mt-8 {
  margin-top: 3.5rem !important;
}

.lt-mt-9 {
  margin-top: 4rem !important;
}

.lt-mt-auto {
  margin-top: auto !important;
}

[dir="ltr"] .lt-me-0 {
  margin-right: 0 !important;
}

[dir="rtl"] .lt-me-0 {
  margin-left: 0 !important;
}

[dir="ltr"] .lt-me-1 {
  margin-right: 0.25rem !important;
}

[dir="rtl"] .lt-me-1 {
  margin-left: 0.25rem !important;
}

[dir="ltr"] .lt-me-2 {
  margin-right: 0.5rem !important;
}

[dir="rtl"] .lt-me-2 {
  margin-left: 0.5rem !important;
}

[dir="ltr"] .lt-me-3 {
  margin-right: 1rem !important;
}

[dir="rtl"] .lt-me-3 {
  margin-left: 1rem !important;
}

[dir="ltr"] .lt-me-4 {
  margin-right: 1.5rem !important;
}

[dir="rtl"] .lt-me-4 {
  margin-left: 1.5rem !important;
}

[dir="ltr"] .lt-me-5 {
  margin-right: 2rem !important;
}

[dir="rtl"] .lt-me-5 {
  margin-left: 2rem !important;
}

[dir="ltr"] .lt-me-6 {
  margin-right: 2.5rem !important;
}

[dir="rtl"] .lt-me-6 {
  margin-left: 2.5rem !important;
}

[dir="ltr"] .lt-me-7 {
  margin-right: 3rem !important;
}

[dir="rtl"] .lt-me-7 {
  margin-left: 3rem !important;
}

[dir="ltr"] .lt-me-8 {
  margin-right: 3.5rem !important;
}

[dir="rtl"] .lt-me-8 {
  margin-left: 3.5rem !important;
}

[dir="ltr"] .lt-me-9 {
  margin-right: 4rem !important;
}

[dir="rtl"] .lt-me-9 {
  margin-left: 4rem !important;
}

[dir="ltr"] .lt-me-auto {
  margin-right: auto !important;
}

[dir="rtl"] .lt-me-auto {
  margin-left: auto !important;
}

.lt-mb-0 {
  margin-bottom: 0 !important;
}

.lt-mb-1 {
  margin-bottom: 0.25rem !important;
}

.lt-mb-2 {
  margin-bottom: 0.5rem !important;
}

.lt-mb-3 {
  margin-bottom: 1rem !important;
}

.lt-mb-4 {
  margin-bottom: 1.5rem !important;
}

.lt-mb-5 {
  margin-bottom: 2rem !important;
}

.lt-mb-6 {
  margin-bottom: 2.5rem !important;
}

.lt-mb-7 {
  margin-bottom: 3rem !important;
}

.lt-mb-8 {
  margin-bottom: 3.5rem !important;
}

.lt-mb-9 {
  margin-bottom: 4rem !important;
}

.lt-mb-auto {
  margin-bottom: auto !important;
}

[dir="ltr"] .lt-ms-0 {
  margin-left: 0 !important;
}

[dir="rtl"] .lt-ms-0 {
  margin-right: 0 !important;
}

[dir="ltr"] .lt-ms-1 {
  margin-left: 0.25rem !important;
}

[dir="rtl"] .lt-ms-1 {
  margin-right: 0.25rem !important;
}

[dir="ltr"] .lt-ms-2 {
  margin-left: 0.5rem !important;
}

[dir="rtl"] .lt-ms-2 {
  margin-right: 0.5rem !important;
}

[dir="ltr"] .lt-ms-3 {
  margin-left: 1rem !important;
}

[dir="rtl"] .lt-ms-3 {
  margin-right: 1rem !important;
}

[dir="ltr"] .lt-ms-4 {
  margin-left: 1.5rem !important;
}

[dir="rtl"] .lt-ms-4 {
  margin-right: 1.5rem !important;
}

[dir="ltr"] .lt-ms-5 {
  margin-left: 2rem !important;
}

[dir="rtl"] .lt-ms-5 {
  margin-right: 2rem !important;
}

[dir="ltr"] .lt-ms-6 {
  margin-left: 2.5rem !important;
}

[dir="rtl"] .lt-ms-6 {
  margin-right: 2.5rem !important;
}

[dir="ltr"] .lt-ms-7 {
  margin-left: 3rem !important;
}

[dir="rtl"] .lt-ms-7 {
  margin-right: 3rem !important;
}

[dir="ltr"] .lt-ms-8 {
  margin-left: 3.5rem !important;
}

[dir="rtl"] .lt-ms-8 {
  margin-right: 3.5rem !important;
}

[dir="ltr"] .lt-ms-9 {
  margin-left: 4rem !important;
}

[dir="rtl"] .lt-ms-9 {
  margin-right: 4rem !important;
}

[dir="ltr"] .lt-ms-auto {
  margin-left: auto !important;
}

[dir="rtl"] .lt-ms-auto {
  margin-right: auto !important;
}

.lt-m-n1 {
  margin: -0.25rem !important;
}

.lt-m-n2 {
  margin: -0.5rem !important;
}

.lt-m-n3 {
  margin: -1rem !important;
}

.lt-m-n4 {
  margin: -1.5rem !important;
}

.lt-m-n5 {
  margin: -2rem !important;
}

.lt-m-n6 {
  margin: -2.5rem !important;
}

.lt-m-n7 {
  margin: -3rem !important;
}

.lt-m-n8 {
  margin: -3.5rem !important;
}

.lt-m-n9 {
  margin: -4rem !important;
}

.lt-mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.lt-mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.lt-mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.lt-mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.lt-mx-n5 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}

.lt-mx-n6 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.lt-mx-n7 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.lt-mx-n8 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}

.lt-mx-n9 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}

.lt-my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.lt-my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.lt-my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.lt-my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.lt-my-n5 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.lt-my-n6 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.lt-my-n7 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.lt-my-n8 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}

.lt-my-n9 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.lt-mt-n1 {
  margin-top: -0.25rem !important;
}

.lt-mt-n2 {
  margin-top: -0.5rem !important;
}

.lt-mt-n3 {
  margin-top: -1rem !important;
}

.lt-mt-n4 {
  margin-top: -1.5rem !important;
}

.lt-mt-n5 {
  margin-top: -2rem !important;
}

.lt-mt-n6 {
  margin-top: -2.5rem !important;
}

.lt-mt-n7 {
  margin-top: -3rem !important;
}

.lt-mt-n8 {
  margin-top: -3.5rem !important;
}

.lt-mt-n9 {
  margin-top: -4rem !important;
}

[dir="ltr"] .lt-me-n1 {
  margin-right: -0.25rem !important;
}

[dir="rtl"] .lt-me-n1 {
  margin-left: -0.25rem !important;
}

[dir="ltr"] .lt-me-n2 {
  margin-right: -0.5rem !important;
}

[dir="rtl"] .lt-me-n2 {
  margin-left: -0.5rem !important;
}

[dir="ltr"] .lt-me-n3 {
  margin-right: -1rem !important;
}

[dir="rtl"] .lt-me-n3 {
  margin-left: -1rem !important;
}

[dir="ltr"] .lt-me-n4 {
  margin-right: -1.5rem !important;
}

[dir="rtl"] .lt-me-n4 {
  margin-left: -1.5rem !important;
}

[dir="ltr"] .lt-me-n5 {
  margin-right: -2rem !important;
}

[dir="rtl"] .lt-me-n5 {
  margin-left: -2rem !important;
}

[dir="ltr"] .lt-me-n6 {
  margin-right: -2.5rem !important;
}

[dir="rtl"] .lt-me-n6 {
  margin-left: -2.5rem !important;
}

[dir="ltr"] .lt-me-n7 {
  margin-right: -3rem !important;
}

[dir="rtl"] .lt-me-n7 {
  margin-left: -3rem !important;
}

[dir="ltr"] .lt-me-n8 {
  margin-right: -3.5rem !important;
}

[dir="rtl"] .lt-me-n8 {
  margin-left: -3.5rem !important;
}

[dir="ltr"] .lt-me-n9 {
  margin-right: -4rem !important;
}

[dir="rtl"] .lt-me-n9 {
  margin-left: -4rem !important;
}

.lt-mb-n1 {
  margin-bottom: -0.25rem !important;
}

.lt-mb-n2 {
  margin-bottom: -0.5rem !important;
}

.lt-mb-n3 {
  margin-bottom: -1rem !important;
}

.lt-mb-n4 {
  margin-bottom: -1.5rem !important;
}

.lt-mb-n5 {
  margin-bottom: -2rem !important;
}

.lt-mb-n6 {
  margin-bottom: -2.5rem !important;
}

.lt-mb-n7 {
  margin-bottom: -3rem !important;
}

.lt-mb-n8 {
  margin-bottom: -3.5rem !important;
}

.lt-mb-n9 {
  margin-bottom: -4rem !important;
}

[dir="ltr"] .lt-ms-n1 {
  margin-left: -0.25rem !important;
}

[dir="rtl"] .lt-ms-n1 {
  margin-right: -0.25rem !important;
}

[dir="ltr"] .lt-ms-n2 {
  margin-left: -0.5rem !important;
}

[dir="rtl"] .lt-ms-n2 {
  margin-right: -0.5rem !important;
}

[dir="ltr"] .lt-ms-n3 {
  margin-left: -1rem !important;
}

[dir="rtl"] .lt-ms-n3 {
  margin-right: -1rem !important;
}

[dir="ltr"] .lt-ms-n4 {
  margin-left: -1.5rem !important;
}

[dir="rtl"] .lt-ms-n4 {
  margin-right: -1.5rem !important;
}

[dir="ltr"] .lt-ms-n5 {
  margin-left: -2rem !important;
}

[dir="rtl"] .lt-ms-n5 {
  margin-right: -2rem !important;
}

[dir="ltr"] .lt-ms-n6 {
  margin-left: -2.5rem !important;
}

[dir="rtl"] .lt-ms-n6 {
  margin-right: -2.5rem !important;
}

[dir="ltr"] .lt-ms-n7 {
  margin-left: -3rem !important;
}

[dir="rtl"] .lt-ms-n7 {
  margin-right: -3rem !important;
}

[dir="ltr"] .lt-ms-n8 {
  margin-left: -3.5rem !important;
}

[dir="rtl"] .lt-ms-n8 {
  margin-right: -3.5rem !important;
}

[dir="ltr"] .lt-ms-n9 {
  margin-left: -4rem !important;
}

[dir="rtl"] .lt-ms-n9 {
  margin-right: -4rem !important;
}

.lt-p-0 {
  padding: 0 !important;
}

.lt-p-1 {
  padding: 0.25rem !important;
}

.lt-p-2 {
  padding: 0.5rem !important;
}

.lt-p-3 {
  padding: 1rem !important;
}

.lt-p-4 {
  padding: 1.5rem !important;
}

.lt-p-5 {
  padding: 2rem !important;
}

.lt-p-6 {
  padding: 2.5rem !important;
}

.lt-p-7 {
  padding: 3rem !important;
}

.lt-p-8 {
  padding: 3.5rem !important;
}

.lt-p-9 {
  padding: 4rem !important;
}

.lt-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.lt-px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.lt-px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.lt-px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.lt-px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.lt-px-5 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.lt-px-6 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.lt-px-7 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.lt-px-8 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.lt-px-9 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.lt-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.lt-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.lt-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.lt-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}


.lt-py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.lt-py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.lt-py-7 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.lt-py-8 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.lt-py-9 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.lt-pt-0 {
  padding-top: 0 !important;
}

.lt-pt-1 {
  padding-top: 0.25rem !important;
}

.lt-pt-2 {
  padding-top: 0.5rem !important;
}

.lt-pt-3 {
  padding-top: 1rem !important;
}

.lt-pt-4 {
  padding-top: 1.5rem !important;
}

.lt-pt-5 {
  padding-top: 2rem !important;
}

.lt-pt-6 {
  padding-top: 2.5rem !important;
}

.lt-pt-7 {
  padding-top: 3rem !important;
}

.lt-pt-8 {
  padding-top: 3.5rem !important;
}

.lt-pt-9 {
  padding-top: 4rem !important;
}

[dir="ltr"] .lt-pe-0 {
  padding-right: 0 !important;
}

[dir="rtl"] .lt-pe-0 {
  padding-left: 0 !important;
}

[dir="ltr"] .lt-pe-1 {
  padding-right: 0.25rem !important;
}

[dir="rtl"] .lt-pe-1 {
  padding-left: 0.25rem !important;
}

[dir="ltr"] .lt-pe-2 {
  padding-right: 0.5rem !important;
}

[dir="rtl"] .lt-pe-2 {
  padding-left: 0.5rem !important;
}

[dir="ltr"] .lt-pe-3 {
  padding-right: 1rem !important;
}

[dir="rtl"] .lt-pe-3 {
  padding-left: 1rem !important;
}

[dir="ltr"] .lt-pe-4 {
  padding-right: 1.5rem !important;
}

[dir="rtl"] .lt-pe-4 {
  padding-left: 1.5rem !important;
}

[dir="ltr"] .lt-pe-5 {
  padding-right: 2rem !important;
}

[dir="rtl"] .lt-pe-5 {
  padding-left: 2rem !important;
}

[dir="ltr"] .lt-pe-6 {
  padding-right: 2.5rem !important;
}

[dir="rtl"] .lt-pe-6 {
  padding-left: 2.5rem !important;
}

[dir="ltr"] .lt-pe-7 {
  padding-right: 3rem !important;
}

[dir="rtl"] .lt-pe-7 {
  padding-left: 3rem !important;
}

[dir="ltr"] .lt-pe-8 {
  padding-right: 3.5rem !important;
}

[dir="rtl"] .lt-pe-8 {
  padding-left: 3.5rem !important;
}

[dir="ltr"] .lt-pe-9 {
  padding-right: 4rem !important;
}

[dir="rtl"] .lt-pe-9 {
  padding-left: 4rem !important;
}

.lt-pb-0 {
  padding-bottom: 0 !important;
}

.lt-pb-1 {
  padding-bottom: 0.25rem !important;
}

.lt-pb-2 {
  padding-bottom: 0.5rem !important;
}

.lt-pb-3 {
  padding-bottom: 1rem !important;
}

.lt-pb-4 {
  padding-bottom: 1.5rem !important;
}

.lt-pb-5 {
  padding-bottom: 2rem !important;
}

.lt-pb-6 {
  padding-bottom: 2.5rem !important;
}

.lt-pb-7 {
  padding-bottom: 3rem !important;
}

.lt-pb-8 {
  padding-bottom: 3.5rem !important;
}

.lt-pb-9 {
  padding-bottom: 4rem !important;
}

[dir="ltr"] .lt-ps-0 {
  padding-left: 0 !important;
}

[dir="rtl"] .lt-ps-0 {
  padding-right: 0 !important;
}

[dir="ltr"] .lt-ps-1 {
  padding-left: 0.25rem !important;
}

[dir="rtl"] .lt-ps-1 {
  padding-right: 0.25rem !important;
}

[dir="ltr"] .lt-ps-2 {
  padding-left: 0.5rem !important;
}

[dir="rtl"] .lt-ps-2 {
  padding-right: 0.5rem !important;
}

[dir="ltr"] .lt-ps-3 {
  padding-left: 1rem !important;
}

[dir="rtl"] .lt-ps-3 {
  padding-right: 1rem !important;
}

[dir="ltr"] .lt-ps-4 {
  padding-left: 1.5rem !important;
}

[dir="rtl"] .lt-ps-4 {
  padding-right: 1.5rem !important;
}

[dir="ltr"] .lt-ps-5 {
  padding-left: 2rem !important;
}

[dir="rtl"] .lt-ps-5 {
  padding-right: 2rem !important;
}

[dir="ltr"] .lt-ps-6 {
  padding-left: 2.5rem !important;
}

[dir="rtl"] .lt-ps-6 {
  padding-right: 2.5rem !important;
}

[dir="ltr"] .lt-ps-7 {
  padding-left: 3rem !important;
}

[dir="rtl"] .lt-ps-7 {
  padding-right: 3rem !important;
}

[dir="ltr"] .lt-ps-8 {
  padding-left: 3.5rem !important;
}

[dir="rtl"] .lt-ps-8 {
  padding-right: 3.5rem !important;
}

[dir="ltr"] .lt-ps-9 {
  padding-left: 4rem !important;
}

[dir="rtl"] .lt-ps-9 {
  padding-right: 4rem !important;
}

.lt-font-monospace {
  font-family: var(--lt-font-monospace) !important;
}

.lt-fs-1 {
  font-size: var(--font-size-h1) !important;
}

.lt-fs-2 {
  font-size: var(--font-size-h2) !important;
}

.lt-fs-3 {
  font-size: var(--font-size-h3) !important;
}

.lt-fs-4 {
  font-size: var(--font-size-h4) !important;
}

.lt-fs-5 {
  font-size: var(--font-size-h5) !important;
}

.lt-fs-6 {
  font-size: var(--font-size-h6) !important;
}

.lt-fst-italic {
  font-style: italic !important;
}

.lt-fst-normal {
  font-style: normal !important;
}

.lt-fw-light {
  font-weight: 300 !important;
}

.lt-fw-lighter {
  font-weight: lighter !important;
}

.lt-fw-normal {
  font-weight: 400 !important;
}

.lt-fw-bold {
  font-weight: 700 !important;
}

.lt-fw-bolder {
  font-weight: bolder !important;
}

.lt-lh-1 {
  line-height: 1 !important;
}

.lt-lh-sm {
  line-height: 1.25 !important;
}

.lt-lh-base {
  line-height: 1.5 !important;
}

.lt-lh-lg {
  line-height: 2 !important;
}

[dir="ltr"] .lt-text-start {
  text-align: left !important;
}

[dir="rtl"] .lt-text-start {
  text-align: right !important;
}

[dir="ltr"] .lt-text-end {
  text-align: right !important;
}

[dir="rtl"] .lt-text-end {
  text-align: left !important;
}

.lt-text-center {
  text-align: center !important;
}

.lt-text-decoration-none {
  text-decoration: none !important;
}

.lt-text-decoration-underline {
  text-decoration: underline !important;
}

.lt-text-decoration-line-through {
  text-decoration: line-through !important;
}

.lt-text-lowercase {
  text-transform: lowercase !important;
}

.lt-text-uppercase {
  text-transform: uppercase !important;
}

.lt-text-capitalize {
  text-transform: capitalize !important;
}

.lt-text-wrap {
  white-space: normal !important;
}

.lt-text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.lt-text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.lt-text-primary {
  color: #0d6efd !important;
}

.lt-text-secondary {
  color: #6c757d !important;
}

.lt-text-success {
  color: #198754 !important;
}

.lt-text-info {
  color: #0dcaf0 !important;
}

.lt-text-warning {
  color: #ffc107 !important;
}

.lt-text-danger {
  color: #dc3545 !important;
}

.lt-text-light {
  color: #f8f9fa !important;
}

.lt-text-dark {
  color: #212529 !important;
}

.lt-text-white {
  color: #fff !important;
}

.lt-text-body {
  color: #212529 !important;
}

.lt-text-muted {
  color: #6c757d !important;
}

.lt-text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.lt-text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.lt-text-reset {
  color: inherit !important;
}

.lt-bg-primary {
  background-color: #0d6efd !important;
}

.lt-bg-secondary {
  background-color: #6c757d !important;
}

.lt-bg-success {
  background-color: #198754 !important;
}

.lt-bg-info {
  background-color: #0dcaf0 !important;
}

.lt-bg-warning {
  background-color: #ffc107 !important;
}

.lt-bg-danger {
  background-color: #dc3545 !important;
}

.lt-bg-light {
  background-color: #f8f9fa !important;
}

.lt-bg-dark {
  background-color: #212529 !important;
}

.lt-bg-body {
  background-color: #fff !important;
}

.lt-bg-white {
  background-color: #fff !important;
}

.lt-bg-transparent {
  background-color: transparent !important;
}

.lt-user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.lt-user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.lt-user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.lt-pe-none {
  pointer-events: none !important;
}

.lt-pe-auto {
  pointer-events: auto !important;
}

.lt-rounded {
  border-radius: 0.25rem !important;
}

.lt-rounded-0 {
  border-radius: 0 !important;
}

.lt-rounded-1 {
  border-radius: 0.2rem !important;
}

.lt-rounded-2 {
  border-radius: 0.25rem !important;
}

.lt-rounded-3 {
  border-radius: 0.3rem !important;
}

.lt-rounded-circle {
  border-radius: 50% !important;
}

.lt-rounded-pill {
  border-radius: 50rem !important;
}

.lt-rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

[dir="ltr"] .lt-rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

[dir="rtl"] .lt-rounded-end {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.lt-rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

[dir="ltr"] .lt-rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

[dir="rtl"] .lt-rounded-start {
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.lt-visible {
  visibility: visible !important;
}

.lt-invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  [dir="ltr"] .lt-float-sm-start {
    float: left !important;
  }

  [dir="rtl"] .lt-float-sm-start {
    float: right !important;
  }

  [dir="ltr"] .lt-float-sm-end {
    float: right !important;
  }

  [dir="rtl"] .lt-float-sm-end {
    float: left !important;
  }

  .lt-float-sm-none {
    float: none !important;
  }

  .lt-d-sm-inline {
    display: inline !important;
  }

  .lt-d-sm-inline-block {
    display: inline-block !important;
  }

  .lt-d-sm-block {
    display: block !important;
  }

  .lt-d-sm-grid {
    display: grid !important;
  }

  .lt-d-sm-table {
    display: table !important;
  }

  .lt-d-sm-table-row {
    display: table-row !important;
  }

  .lt-d-sm-table-cell {
    display: table-cell !important;
  }

  .lt-d-sm-flex {
    display: flex !important;
  }

  .lt-d-sm-inline-flex {
    display: inline-flex !important;
  }

  .lt-d-sm-none {
    display: none !important;
  }

  .lt-flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .lt-flex-sm-row {
    flex-direction: row !important;
  }

  .lt-flex-sm-column {
    flex-direction: column !important;
  }

  .lt-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lt-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .lt-flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .lt-flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .lt-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lt-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .lt-flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .lt-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .lt-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lt-gap-sm-0 {
    gap: 0 !important;
  }

  .lt-gap-sm-1 {
    gap: 0.25rem !important;
  }

  .lt-gap-sm-2 {
    gap: 0.5rem !important;
  }

  .lt-gap-sm-3 {
    gap: 1rem !important;
  }

  .lt-gap-sm-4 {
    gap: 1.5rem !important;
  }

  .lt-gap-sm-5 {
    gap: 2rem !important;
  }

  .lt-gap-sm-6 {
    gap: 2.5rem !important;
  }

  .lt-gap-sm-7 {
    gap: 3rem !important;
  }

  .lt-gap-sm-8 {
    gap: 3.5rem !important;
  }

  .lt-gap-sm-9 {
    gap: 4rem !important;
  }

  .lt-justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .lt-justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .lt-justify-content-sm-center {
    justify-content: center !important;
  }

  .lt-justify-content-sm-between {
    justify-content: space-between !important;
  }

  .lt-justify-content-sm-around {
    justify-content: space-around !important;
  }

  .lt-justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .lt-align-items-sm-start {
    align-items: flex-start !important;
  }

  .lt-align-items-sm-end {
    align-items: flex-end !important;
  }

  .lt-align-items-sm-center {
    align-items: center !important;
  }

  .lt-align-items-sm-baseline {
    align-items: baseline !important;
  }

  .lt-align-items-sm-stretch {
    align-items: stretch !important;
  }

  .lt-align-content-sm-start {
    align-content: flex-start !important;
  }

  .lt-align-content-sm-end {
    align-content: flex-end !important;
  }

  .lt-align-content-sm-center {
    align-content: center !important;
  }

  .lt-align-content-sm-between {
    align-content: space-between !important;
  }

  .lt-align-content-sm-around {
    align-content: space-around !important;
  }

  .lt-align-content-sm-stretch {
    align-content: stretch !important;
  }

  .lt-align-self-sm-auto {
    align-self: auto !important;
  }

  .lt-align-self-sm-start {
    align-self: flex-start !important;
  }

  .lt-align-self-sm-end {
    align-self: flex-end !important;
  }

  .lt-align-self-sm-center {
    align-self: center !important;
  }

  .lt-align-self-sm-baseline {
    align-self: baseline !important;
  }

  .lt-align-self-sm-stretch {
    align-self: stretch !important;
  }

  .lt-order-sm-first {
    order: -1 !important;
  }

  .lt-order-sm-0 {
    order: 0 !important;
  }

  .lt-order-sm-1 {
    order: 1 !important;
  }

  .lt-order-sm-2 {
    order: 2 !important;
  }

  .lt-order-sm-3 {
    order: 3 !important;
  }

  .lt-order-sm-4 {
    order: 4 !important;
  }

  .lt-order-sm-5 {
    order: 5 !important;
  }

  .lt-order-sm-last {
    order: 6 !important;
  }

  .lt-m-sm-0 {
    margin: 0 !important;
  }

  .lt-m-sm-1 {
    margin: 0.25rem !important;
  }

  .lt-m-sm-2 {
    margin: 0.5rem !important;
  }

  .lt-m-sm-3 {
    margin: 1rem !important;
  }

  .lt-m-sm-4 {
    margin: 1.5rem !important;
  }

  .lt-m-sm-5 {
    margin: 2rem !important;
  }

  .lt-m-sm-6 {
    margin: 2.5rem !important;
  }

  .lt-m-sm-7 {
    margin: 3rem !important;
  }

  .lt-m-sm-8 {
    margin: 3.5rem !important;
  }

  .lt-m-sm-9 {
    margin: 4rem !important;
  }

  .lt-m-sm-auto {
    margin: auto !important;
  }

  .lt-mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .lt-mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .lt-mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .lt-mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .lt-mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .lt-mx-sm-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .lt-mx-sm-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .lt-mx-sm-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .lt-mx-sm-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .lt-mx-sm-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .lt-mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .lt-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lt-my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lt-my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lt-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lt-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lt-my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lt-my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lt-my-sm-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lt-my-sm-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lt-my-sm-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lt-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lt-mt-sm-0 {
    margin-top: 0 !important;
  }

  .lt-mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .lt-mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .lt-mt-sm-3 {
    margin-top: 1rem !important;
  }

  .lt-mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .lt-mt-sm-5 {
    margin-top: 2rem !important;
  }

  .lt-mt-sm-6 {
    margin-top: 2.5rem !important;
  }

  .lt-mt-sm-7 {
    margin-top: 3rem !important;
  }

  .lt-mt-sm-8 {
    margin-top: 3.5rem !important;
  }

  .lt-mt-sm-9 {
    margin-top: 4rem !important;
  }

  .lt-mt-sm-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .lt-me-sm-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .lt-me-sm-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .lt-me-sm-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .lt-me-sm-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .lt-me-sm-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .lt-me-sm-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .lt-me-sm-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .lt-me-sm-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .lt-me-sm-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .lt-me-sm-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .lt-me-sm-5 {
    margin-right: 2rem !important;
  }

  [dir="rtl"] .lt-me-sm-5 {
    margin-left: 2rem !important;
  }

  [dir="ltr"] .lt-me-sm-6 {
    margin-right: 2.5rem !important;
  }

  [dir="rtl"] .lt-me-sm-6 {
    margin-left: 2.5rem !important;
  }

  [dir="ltr"] .lt-me-sm-7 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .lt-me-sm-7 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .lt-me-sm-8 {
    margin-right: 3.5rem !important;
  }

  [dir="rtl"] .lt-me-sm-8 {
    margin-left: 3.5rem !important;
  }

  [dir="ltr"] .lt-me-sm-9 {
    margin-right: 4rem !important;
  }

  [dir="rtl"] .lt-me-sm-9 {
    margin-left: 4rem !important;
  }

  [dir="ltr"] .lt-me-sm-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .lt-me-sm-auto {
    margin-left: auto !important;
  }

  .lt-mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .lt-mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .lt-mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .lt-mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .lt-mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .lt-mb-sm-5 {
    margin-bottom: 2rem !important;
  }

  .lt-mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }

  .lt-mb-sm-7 {
    margin-bottom: 3rem !important;
  }

  .lt-mb-sm-8 {
    margin-bottom: 3.5rem !important;
  }

  .lt-mb-sm-9 {
    margin-bottom: 4rem !important;
  }

  .lt-mb-sm-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .lt-ms-sm-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .lt-ms-sm-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .lt-ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .lt-ms-sm-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .lt-ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .lt-ms-sm-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .lt-ms-sm-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .lt-ms-sm-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .lt-ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .lt-ms-sm-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .lt-ms-sm-5 {
    margin-left: 2rem !important;
  }

  [dir="rtl"] .lt-ms-sm-5 {
    margin-right: 2rem !important;
  }

  [dir="ltr"] .lt-ms-sm-6 {
    margin-left: 2.5rem !important;
  }

  [dir="rtl"] .lt-ms-sm-6 {
    margin-right: 2.5rem !important;
  }

  [dir="ltr"] .lt-ms-sm-7 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .lt-ms-sm-7 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .lt-ms-sm-8 {
    margin-left: 3.5rem !important;
  }

  [dir="rtl"] .lt-ms-sm-8 {
    margin-right: 3.5rem !important;
  }

  [dir="ltr"] .lt-ms-sm-9 {
    margin-left: 4rem !important;
  }

  [dir="rtl"] .lt-ms-sm-9 {
    margin-right: 4rem !important;
  }

  [dir="ltr"] .lt-ms-sm-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .lt-ms-sm-auto {
    margin-right: auto !important;
  }

  .lt-m-sm-n1 {
    margin: -0.25rem !important;
  }

  .lt-m-sm-n2 {
    margin: -0.5rem !important;
  }

  .lt-m-sm-n3 {
    margin: -1rem !important;
  }

  .lt-m-sm-n4 {
    margin: -1.5rem !important;
  }

  .lt-m-sm-n5 {
    margin: -2rem !important;
  }

  .lt-m-sm-n6 {
    margin: -2.5rem !important;
  }

  .lt-m-sm-n7 {
    margin: -3rem !important;
  }

  .lt-m-sm-n8 {
    margin: -3.5rem !important;
  }

  .lt-m-sm-n9 {
    margin: -4rem !important;
  }

  .lt-mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .lt-mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .lt-mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .lt-mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .lt-mx-sm-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .lt-mx-sm-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .lt-mx-sm-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .lt-mx-sm-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .lt-mx-sm-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .lt-my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lt-my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lt-my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lt-my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lt-my-sm-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lt-my-sm-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lt-my-sm-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lt-my-sm-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lt-my-sm-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lt-mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .lt-mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .lt-mt-sm-n3 {
    margin-top: -1rem !important;
  }

  .lt-mt-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .lt-mt-sm-n5 {
    margin-top: -2rem !important;
  }

  .lt-mt-sm-n6 {
    margin-top: -2.5rem !important;
  }

  .lt-mt-sm-n7 {
    margin-top: -3rem !important;
  }

  .lt-mt-sm-n8 {
    margin-top: -3.5rem !important;
  }

  .lt-mt-sm-n9 {
    margin-top: -4rem !important;
  }

  [dir="ltr"] .lt-me-sm-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .lt-me-sm-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .lt-me-sm-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .lt-me-sm-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .lt-me-sm-n3 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .lt-me-sm-n3 {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .lt-me-sm-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .lt-me-sm-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .lt-me-sm-n5 {
    margin-right: -2rem !important;
  }

  [dir="rtl"] .lt-me-sm-n5 {
    margin-left: -2rem !important;
  }

  [dir="ltr"] .lt-me-sm-n6 {
    margin-right: -2.5rem !important;
  }

  [dir="rtl"] .lt-me-sm-n6 {
    margin-left: -2.5rem !important;
  }

  [dir="ltr"] .lt-me-sm-n7 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .lt-me-sm-n7 {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .lt-me-sm-n8 {
    margin-right: -3.5rem !important;
  }

  [dir="rtl"] .lt-me-sm-n8 {
    margin-left: -3.5rem !important;
  }

  [dir="ltr"] .lt-me-sm-n9 {
    margin-right: -4rem !important;
  }

  [dir="rtl"] .lt-me-sm-n9 {
    margin-left: -4rem !important;
  }

  .lt-mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .lt-mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .lt-mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .lt-mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .lt-mb-sm-n5 {
    margin-bottom: -2rem !important;
  }

  .lt-mb-sm-n6 {
    margin-bottom: -2.5rem !important;
  }

  .lt-mb-sm-n7 {
    margin-bottom: -3rem !important;
  }

  .lt-mb-sm-n8 {
    margin-bottom: -3.5rem !important;
  }

  .lt-mb-sm-n9 {
    margin-bottom: -4rem !important;
  }

  [dir="ltr"] .lt-ms-sm-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .lt-ms-sm-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .lt-ms-sm-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .lt-ms-sm-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .lt-ms-sm-n3 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .lt-ms-sm-n3 {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .lt-ms-sm-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .lt-ms-sm-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .lt-ms-sm-n5 {
    margin-left: -2rem !important;
  }

  [dir="rtl"] .lt-ms-sm-n5 {
    margin-right: -2rem !important;
  }

  [dir="ltr"] .lt-ms-sm-n6 {
    margin-left: -2.5rem !important;
  }

  [dir="rtl"] .lt-ms-sm-n6 {
    margin-right: -2.5rem !important;
  }

  [dir="ltr"] .lt-ms-sm-n7 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .lt-ms-sm-n7 {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .lt-ms-sm-n8 {
    margin-left: -3.5rem !important;
  }

  [dir="rtl"] .lt-ms-sm-n8 {
    margin-right: -3.5rem !important;
  }

  [dir="ltr"] .lt-ms-sm-n9 {
    margin-left: -4rem !important;
  }

  [dir="rtl"] .lt-ms-sm-n9 {
    margin-right: -4rem !important;
  }

  .lt-p-sm-0 {
    padding: 0 !important;
  }

  .lt-p-sm-1 {
    padding: 0.25rem !important;
  }

  .lt-p-sm-2 {
    padding: 0.5rem !important;
  }

  .lt-p-sm-3 {
    padding: 1rem !important;
  }

  .lt-p-sm-4 {
    padding: 1.5rem !important;
  }

  .lt-p-sm-5 {
    padding: 2rem !important;
  }

  .lt-p-sm-6 {
    padding: 2.5rem !important;
  }

  .lt-p-sm-7 {
    padding: 3rem !important;
  }

  .lt-p-sm-8 {
    padding: 3.5rem !important;
  }

  .lt-p-sm-9 {
    padding: 4rem !important;
  }

  .lt-px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .lt-px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .lt-px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .lt-px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .lt-px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .lt-px-sm-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .lt-px-sm-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .lt-px-sm-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .lt-px-sm-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .lt-px-sm-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .lt-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lt-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lt-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lt-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lt-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lt-py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lt-py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lt-py-sm-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lt-py-sm-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lt-py-sm-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lt-pt-sm-0 {
    padding-top: 0 !important;
  }

  .lt-pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .lt-pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .lt-pt-sm-3 {
    padding-top: 1rem !important;
  }

  .lt-pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .lt-pt-sm-5 {
    padding-top: 2rem !important;
  }

  .lt-pt-sm-6 {
    padding-top: 2.5rem !important;
  }

  .lt-pt-sm-7 {
    padding-top: 3rem !important;
  }

  .lt-pt-sm-8 {
    padding-top: 3.5rem !important;
  }

  .lt-pt-sm-9 {
    padding-top: 4rem !important;
  }

  [dir="ltr"] .lt-pe-sm-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .lt-pe-sm-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .lt-pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .lt-pe-sm-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .lt-pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .lt-pe-sm-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .lt-pe-sm-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .lt-pe-sm-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .lt-pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .lt-pe-sm-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .lt-pe-sm-5 {
    padding-right: 2rem !important;
  }

  [dir="rtl"] .lt-pe-sm-5 {
    padding-left: 2rem !important;
  }

  [dir="ltr"] .lt-pe-sm-6 {
    padding-right: 2.5rem !important;
  }

  [dir="rtl"] .lt-pe-sm-6 {
    padding-left: 2.5rem !important;
  }

  [dir="ltr"] .lt-pe-sm-7 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .lt-pe-sm-7 {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .lt-pe-sm-8 {
    padding-right: 3.5rem !important;
  }

  [dir="rtl"] .lt-pe-sm-8 {
    padding-left: 3.5rem !important;
  }

  [dir="ltr"] .lt-pe-sm-9 {
    padding-right: 4rem !important;
  }

  [dir="rtl"] .lt-pe-sm-9 {
    padding-left: 4rem !important;
  }

  .lt-pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .lt-pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .lt-pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .lt-pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .lt-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .lt-pb-sm-5 {
    padding-bottom: 2rem !important;
  }

  .lt-pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }

  .lt-pb-sm-7 {
    padding-bottom: 3rem !important;
  }

  .lt-pb-sm-8 {
    padding-bottom: 3.5rem !important;
  }

  .lt-pb-sm-9 {
    padding-bottom: 4rem !important;
  }

  [dir="ltr"] .lt-ps-sm-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .lt-ps-sm-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .lt-ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .lt-ps-sm-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .lt-ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .lt-ps-sm-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .lt-ps-sm-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .lt-ps-sm-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .lt-ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .lt-ps-sm-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .lt-ps-sm-5 {
    padding-left: 2rem !important;
  }

  [dir="rtl"] .lt-ps-sm-5 {
    padding-right: 2rem !important;
  }

  [dir="ltr"] .lt-ps-sm-6 {
    padding-left: 2.5rem !important;
  }

  [dir="rtl"] .lt-ps-sm-6 {
    padding-right: 2.5rem !important;
  }

  [dir="ltr"] .lt-ps-sm-7 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .lt-ps-sm-7 {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .lt-ps-sm-8 {
    padding-left: 3.5rem !important;
  }

  [dir="rtl"] .lt-ps-sm-8 {
    padding-right: 3.5rem !important;
  }

  [dir="ltr"] .lt-ps-sm-9 {
    padding-left: 4rem !important;
  }

  [dir="rtl"] .lt-ps-sm-9 {
    padding-right: 4rem !important;
  }

  .lt-fs-sm-1 {
    font-size: var(--font-size-h1) !important;
  }

  .lt-fs-sm-2 {
    font-size: var(--font-size-h2) !important;
  }

  .lt-fs-sm-3 {
    font-size: var(--font-size-h3) !important;
  }

  .lt-fs-sm-4 {
    font-size: var(--font-size-h4) !important;
  }

  .lt-fs-sm-5 {
    font-size: var(--font-size-h5) !important;
  }

  .lt-fs-sm-6 {
    font-size: var(--font-size-h6) !important;
  }

  [dir="ltr"] .lt-text-sm-start {
    text-align: left !important;
  }

  [dir="rtl"] .lt-text-sm-start {
    text-align: right !important;
  }

  [dir="ltr"] .lt-text-sm-end {
    text-align: right !important;
  }

  [dir="rtl"] .lt-text-sm-end {
    text-align: left !important;
  }

  .lt-text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .lt-float-md-start {
    float: left !important;
  }

  [dir="rtl"] .lt-float-md-start {
    float: right !important;
  }

  [dir="ltr"] .lt-float-md-end {
    float: right !important;
  }

  [dir="rtl"] .lt-float-md-end {
    float: left !important;
  }

  .lt-float-md-none {
    float: none !important;
  }

  .lt-d-md-inline {
    display: inline !important;
  }

  .lt-d-md-inline-block {
    display: inline-block !important;
  }

  .lt-d-md-block {
    display: block !important;
  }

  .lt-d-md-grid {
    display: grid !important;
  }

  .lt-d-md-table {
    display: table !important;
  }

  .lt-d-md-table-row {
    display: table-row !important;
  }

  .lt-d-md-table-cell {
    display: table-cell !important;
  }

  .lt-d-md-flex {
    display: flex !important;
  }

  .lt-d-md-inline-flex {
    display: inline-flex !important;
  }

  .lt-d-md-none {
    display: none !important;
  }

  .lt-flex-md-fill {
    flex: 1 1 auto !important;
  }

  .lt-flex-md-row {
    flex-direction: row !important;
  }

  .lt-flex-md-column {
    flex-direction: column !important;
  }

  .lt-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lt-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .lt-flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .lt-flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .lt-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lt-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .lt-flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .lt-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .lt-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lt-gap-md-0 {
    gap: 0 !important;
  }

  .lt-gap-md-1 {
    gap: 0.25rem !important;
  }

  .lt-gap-md-2 {
    gap: 0.5rem !important;
  }

  .lt-gap-md-3 {
    gap: 1rem !important;
  }

  .lt-gap-md-4 {
    gap: 1.5rem !important;
  }

  .lt-gap-md-5 {
    gap: 2rem !important;
  }

  .lt-gap-md-6 {
    gap: 2.5rem !important;
  }

  .lt-gap-md-7 {
    gap: 3rem !important;
  }

  .lt-gap-md-8 {
    gap: 3.5rem !important;
  }

  .lt-gap-md-9 {
    gap: 4rem !important;
  }

  .lt-justify-content-md-start {
    justify-content: flex-start !important;
  }

  .lt-justify-content-md-end {
    justify-content: flex-end !important;
  }

  .lt-justify-content-md-center {
    justify-content: center !important;
  }

  .lt-justify-content-md-between {
    justify-content: space-between !important;
  }

  .lt-justify-content-md-around {
    justify-content: space-around !important;
  }

  .lt-justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .lt-align-items-md-start {
    align-items: flex-start !important;
  }

  .lt-align-items-md-end {
    align-items: flex-end !important;
  }

  .lt-align-items-md-center {
    align-items: center !important;
  }

  .lt-align-items-md-baseline {
    align-items: baseline !important;
  }

  .lt-align-items-md-stretch {
    align-items: stretch !important;
  }

  .lt-align-content-md-start {
    align-content: flex-start !important;
  }

  .lt-align-content-md-end {
    align-content: flex-end !important;
  }

  .lt-align-content-md-center {
    align-content: center !important;
  }

  .lt-align-content-md-between {
    align-content: space-between !important;
  }

  .lt-align-content-md-around {
    align-content: space-around !important;
  }

  .lt-align-content-md-stretch {
    align-content: stretch !important;
  }

  .lt-align-self-md-auto {
    align-self: auto !important;
  }

  .lt-align-self-md-start {
    align-self: flex-start !important;
  }

  .lt-align-self-md-end {
    align-self: flex-end !important;
  }

  .lt-align-self-md-center {
    align-self: center !important;
  }

  .lt-align-self-md-baseline {
    align-self: baseline !important;
  }

  .lt-align-self-md-stretch {
    align-self: stretch !important;
  }

  .lt-order-md-first {
    order: -1 !important;
  }

  .lt-order-md-0 {
    order: 0 !important;
  }

  .lt-order-md-1 {
    order: 1 !important;
  }

  .lt-order-md-2 {
    order: 2 !important;
  }

  .lt-order-md-3 {
    order: 3 !important;
  }

  .lt-order-md-4 {
    order: 4 !important;
  }

  .lt-order-md-5 {
    order: 5 !important;
  }

  .lt-order-md-last {
    order: 6 !important;
  }

  .lt-m-md-0 {
    margin: 0 !important;
  }

  .lt-m-md-1 {
    margin: 0.25rem !important;
  }

  .lt-m-md-2 {
    margin: 0.5rem !important;
  }

  .lt-m-md-3 {
    margin: 1rem !important;
  }

  .lt-m-md-4 {
    margin: 1.5rem !important;
  }

  .lt-m-md-5 {
    margin: 2rem !important;
  }

  .lt-m-md-6 {
    margin: 2.5rem !important;
  }

  .lt-m-md-7 {
    margin: 3rem !important;
  }

  .lt-m-md-8 {
    margin: 3.5rem !important;
  }

  .lt-m-md-9 {
    margin: 4rem !important;
  }

  .lt-m-md-auto {
    margin: auto !important;
  }

  .lt-mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .lt-mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .lt-mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .lt-mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .lt-mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .lt-mx-md-5 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .lt-mx-md-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .lt-mx-md-7 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .lt-mx-md-8 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .lt-mx-md-9 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .lt-mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .lt-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lt-my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lt-my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lt-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lt-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lt-my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lt-my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lt-my-md-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lt-my-md-8 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .lt-my-md-9 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lt-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lt-mt-md-0 {
    margin-top: 0 !important;
  }

  .lt-mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .lt-mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .lt-mt-md-3 {
    margin-top: 1rem !important;
  }

  .lt-mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .lt-mt-md-5 {
    margin-top: 2rem !important;
  }

  .lt-mt-md-6 {
    margin-top: 2.5rem !important;
  }

  .lt-mt-md-7 {
    margin-top: 3rem !important;
  }

  .lt-mt-md-8 {
    margin-top: 3.5rem !important;
  }

  .lt-mt-md-9 {
    margin-top: 4rem !important;
  }

  .lt-mt-md-auto {
    margin-top: auto !important;
  }

  [dir="ltr"] .lt-me-md-0 {
    margin-right: 0 !important;
  }

  [dir="rtl"] .lt-me-md-0 {
    margin-left: 0 !important;
  }

  [dir="ltr"] .lt-me-md-1 {
    margin-right: 0.25rem !important;
  }

  [dir="rtl"] .lt-me-md-1 {
    margin-left: 0.25rem !important;
  }

  [dir="ltr"] .lt-me-md-2 {
    margin-right: 0.5rem !important;
  }

  [dir="rtl"] .lt-me-md-2 {
    margin-left: 0.5rem !important;
  }

  [dir="ltr"] .lt-me-md-3 {
    margin-right: 1rem !important;
  }

  [dir="rtl"] .lt-me-md-3 {
    margin-left: 1rem !important;
  }

  [dir="ltr"] .lt-me-md-4 {
    margin-right: 1.5rem !important;
  }

  [dir="rtl"] .lt-me-md-4 {
    margin-left: 1.5rem !important;
  }

  [dir="ltr"] .lt-me-md-5 {
    margin-right: 2rem !important;
  }

  [dir="rtl"] .lt-me-md-5 {
    margin-left: 2rem !important;
  }

  [dir="ltr"] .lt-me-md-6 {
    margin-right: 2.5rem !important;
  }

  [dir="rtl"] .lt-me-md-6 {
    margin-left: 2.5rem !important;
  }

  [dir="ltr"] .lt-me-md-7 {
    margin-right: 3rem !important;
  }

  [dir="rtl"] .lt-me-md-7 {
    margin-left: 3rem !important;
  }

  [dir="ltr"] .lt-me-md-8 {
    margin-right: 3.5rem !important;
  }

  [dir="rtl"] .lt-me-md-8 {
    margin-left: 3.5rem !important;
  }

  [dir="ltr"] .lt-me-md-9 {
    margin-right: 4rem !important;
  }

  [dir="rtl"] .lt-me-md-9 {
    margin-left: 4rem !important;
  }

  [dir="ltr"] .lt-me-md-auto {
    margin-right: auto !important;
  }

  [dir="rtl"] .lt-me-md-auto {
    margin-left: auto !important;
  }

  .lt-mb-md-0 {
    margin-bottom: 0 !important;
  }

  .lt-mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .lt-mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .lt-mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .lt-mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .lt-mb-md-5 {
    margin-bottom: 2rem !important;
  }

  .lt-mb-md-6 {
    margin-bottom: 2.5rem !important;
  }

  .lt-mb-md-7 {
    margin-bottom: 3rem !important;
  }

  .lt-mb-md-8 {
    margin-bottom: 3.5rem !important;
  }

  .lt-mb-md-9 {
    margin-bottom: 4rem !important;
  }

  .lt-mb-md-auto {
    margin-bottom: auto !important;
  }

  [dir="ltr"] .lt-ms-md-0 {
    margin-left: 0 !important;
  }

  [dir="rtl"] .lt-ms-md-0 {
    margin-right: 0 !important;
  }

  [dir="ltr"] .lt-ms-md-1 {
    margin-left: 0.25rem !important;
  }

  [dir="rtl"] .lt-ms-md-1 {
    margin-right: 0.25rem !important;
  }

  [dir="ltr"] .lt-ms-md-2 {
    margin-left: 0.5rem !important;
  }

  [dir="rtl"] .lt-ms-md-2 {
    margin-right: 0.5rem !important;
  }

  [dir="ltr"] .lt-ms-md-3 {
    margin-left: 1rem !important;
  }

  [dir="rtl"] .lt-ms-md-3 {
    margin-right: 1rem !important;
  }

  [dir="ltr"] .lt-ms-md-4 {
    margin-left: 1.5rem !important;
  }

  [dir="rtl"] .lt-ms-md-4 {
    margin-right: 1.5rem !important;
  }

  [dir="ltr"] .lt-ms-md-5 {
    margin-left: 2rem !important;
  }

  [dir="rtl"] .lt-ms-md-5 {
    margin-right: 2rem !important;
  }

  [dir="ltr"] .lt-ms-md-6 {
    margin-left: 2.5rem !important;
  }

  [dir="rtl"] .lt-ms-md-6 {
    margin-right: 2.5rem !important;
  }

  [dir="ltr"] .lt-ms-md-7 {
    margin-left: 3rem !important;
  }

  [dir="rtl"] .lt-ms-md-7 {
    margin-right: 3rem !important;
  }

  [dir="ltr"] .lt-ms-md-8 {
    margin-left: 3.5rem !important;
  }

  [dir="rtl"] .lt-ms-md-8 {
    margin-right: 3.5rem !important;
  }

  [dir="ltr"] .lt-ms-md-9 {
    margin-left: 4rem !important;
  }

  [dir="rtl"] .lt-ms-md-9 {
    margin-right: 4rem !important;
  }

  [dir="ltr"] .lt-ms-md-auto {
    margin-left: auto !important;
  }

  [dir="rtl"] .lt-ms-md-auto {
    margin-right: auto !important;
  }

  .lt-m-md-n1 {
    margin: -0.25rem !important;
  }

  .lt-m-md-n2 {
    margin: -0.5rem !important;
  }

  .lt-m-md-n3 {
    margin: -1rem !important;
  }

  .lt-m-md-n4 {
    margin: -1.5rem !important;
  }

  .lt-m-md-n5 {
    margin: -2rem !important;
  }

  .lt-m-md-n6 {
    margin: -2.5rem !important;
  }

  .lt-m-md-n7 {
    margin: -3rem !important;
  }

  .lt-m-md-n8 {
    margin: -3.5rem !important;
  }

  .lt-m-md-n9 {
    margin: -4rem !important;
  }

  .lt-mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .lt-mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .lt-mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .lt-mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .lt-mx-md-n5 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .lt-mx-md-n6 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .lt-mx-md-n7 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .lt-mx-md-n8 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .lt-mx-md-n9 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .lt-my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lt-my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lt-my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lt-my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lt-my-md-n5 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lt-my-md-n6 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lt-my-md-n7 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lt-my-md-n8 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .lt-my-md-n9 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lt-mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .lt-mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .lt-mt-md-n3 {
    margin-top: -1rem !important;
  }

  .lt-mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .lt-mt-md-n5 {
    margin-top: -2rem !important;
  }

  .lt-mt-md-n6 {
    margin-top: -2.5rem !important;
  }

  .lt-mt-md-n7 {
    margin-top: -3rem !important;
  }

  .lt-mt-md-n8 {
    margin-top: -3.5rem !important;
  }

  .lt-mt-md-n9 {
    margin-top: -4rem !important;
  }

  [dir="ltr"] .lt-me-md-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="rtl"] .lt-me-md-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="ltr"] .lt-me-md-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="rtl"] .lt-me-md-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="ltr"] .lt-me-md-n3 {
    margin-right: -1rem !important;
  }

  [dir="rtl"] .lt-me-md-n3 {
    margin-left: -1rem !important;
  }

  [dir="ltr"] .lt-me-md-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="rtl"] .lt-me-md-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="ltr"] .lt-me-md-n5 {
    margin-right: -2rem !important;
  }

  [dir="rtl"] .lt-me-md-n5 {
    margin-left: -2rem !important;
  }

  [dir="ltr"] .lt-me-md-n6 {
    margin-right: -2.5rem !important;
  }

  [dir="rtl"] .lt-me-md-n6 {
    margin-left: -2.5rem !important;
  }

  [dir="ltr"] .lt-me-md-n7 {
    margin-right: -3rem !important;
  }

  [dir="rtl"] .lt-me-md-n7 {
    margin-left: -3rem !important;
  }

  [dir="ltr"] .lt-me-md-n8 {
    margin-right: -3.5rem !important;
  }

  [dir="rtl"] .lt-me-md-n8 {
    margin-left: -3.5rem !important;
  }

  [dir="ltr"] .lt-me-md-n9 {
    margin-right: -4rem !important;
  }

  [dir="rtl"] .lt-me-md-n9 {
    margin-left: -4rem !important;
  }

  .lt-mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .lt-mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .lt-mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .lt-mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .lt-mb-md-n5 {
    margin-bottom: -2rem !important;
  }

  .lt-mb-md-n6 {
    margin-bottom: -2.5rem !important;
  }

  .lt-mb-md-n7 {
    margin-bottom: -3rem !important;
  }

  .lt-mb-md-n8 {
    margin-bottom: -3.5rem !important;
  }

  .lt-mb-md-n9 {
    margin-bottom: -4rem !important;
  }

  [dir="ltr"] .lt-ms-md-n1 {
    margin-left: -0.25rem !important;
  }

  [dir="rtl"] .lt-ms-md-n1 {
    margin-right: -0.25rem !important;
  }

  [dir="ltr"] .lt-ms-md-n2 {
    margin-left: -0.5rem !important;
  }

  [dir="rtl"] .lt-ms-md-n2 {
    margin-right: -0.5rem !important;
  }

  [dir="ltr"] .lt-ms-md-n3 {
    margin-left: -1rem !important;
  }

  [dir="rtl"] .lt-ms-md-n3 {
    margin-right: -1rem !important;
  }

  [dir="ltr"] .lt-ms-md-n4 {
    margin-left: -1.5rem !important;
  }

  [dir="rtl"] .lt-ms-md-n4 {
    margin-right: -1.5rem !important;
  }

  [dir="ltr"] .lt-ms-md-n5 {
    margin-left: -2rem !important;
  }

  [dir="rtl"] .lt-ms-md-n5 {
    margin-right: -2rem !important;
  }

  [dir="ltr"] .lt-ms-md-n6 {
    margin-left: -2.5rem !important;
  }

  [dir="rtl"] .lt-ms-md-n6 {
    margin-right: -2.5rem !important;
  }

  [dir="ltr"] .lt-ms-md-n7 {
    margin-left: -3rem !important;
  }

  [dir="rtl"] .lt-ms-md-n7 {
    margin-right: -3rem !important;
  }

  [dir="ltr"] .lt-ms-md-n8 {
    margin-left: -3.5rem !important;
  }

  [dir="rtl"] .lt-ms-md-n8 {
    margin-right: -3.5rem !important;
  }

  [dir="ltr"] .lt-ms-md-n9 {
    margin-left: -4rem !important;
  }

  [dir="rtl"] .lt-ms-md-n9 {
    margin-right: -4rem !important;
  }

  .lt-p-md-0 {
    padding: 0 !important;
  }

  .lt-p-md-1 {
    padding: 0.25rem !important;
  }

  .lt-p-md-2 {
    padding: 0.5rem !important;
  }

  .lt-p-md-3 {
    padding: 1rem !important;
  }

  .lt-p-md-4 {
    padding: 1.5rem !important;
  }

  .lt-p-md-5 {
    padding: 2rem !important;
  }

  .lt-p-md-6 {
    padding: 2.5rem !important;
  }

  .lt-p-md-7 {
    padding: 3rem !important;
  }

  .lt-p-md-8 {
    padding: 3.5rem !important;
  }

  .lt-p-md-9 {
    padding: 4rem !important;
  }

  .lt-px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .lt-px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .lt-px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .lt-px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .lt-px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .lt-px-md-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .lt-px-md-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .lt-px-md-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .lt-px-md-8 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .lt-px-md-9 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .lt-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lt-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lt-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lt-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lt-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lt-py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lt-py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lt-py-md-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lt-py-md-8 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .lt-py-md-9 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lt-pt-md-0 {
    padding-top: 0 !important;
  }

  .lt-pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .lt-pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .lt-pt-md-3 {
    padding-top: 1rem !important;
  }

  .lt-pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .lt-pt-md-5 {
    padding-top: 2rem !important;
  }

  .lt-pt-md-6 {
    padding-top: 2.5rem !important;
  }

  .lt-pt-md-7 {
    padding-top: 3rem !important;
  }

  .lt-pt-md-8 {
    padding-top: 3.5rem !important;
  }

  .lt-pt-md-9 {
    padding-top: 4rem !important;
  }

  [dir="ltr"] .lt-pe-md-0 {
    padding-right: 0 !important;
  }

  [dir="rtl"] .lt-pe-md-0 {
    padding-left: 0 !important;
  }

  [dir="ltr"] .lt-pe-md-1 {
    padding-right: 0.25rem !important;
  }

  [dir="rtl"] .lt-pe-md-1 {
    padding-left: 0.25rem !important;
  }

  [dir="ltr"] .lt-pe-md-2 {
    padding-right: 0.5rem !important;
  }

  [dir="rtl"] .lt-pe-md-2 {
    padding-left: 0.5rem !important;
  }

  [dir="ltr"] .lt-pe-md-3 {
    padding-right: 1rem !important;
  }

  [dir="rtl"] .lt-pe-md-3 {
    padding-left: 1rem !important;
  }

  [dir="ltr"] .lt-pe-md-4 {
    padding-right: 1.5rem !important;
  }

  [dir="rtl"] .lt-pe-md-4 {
    padding-left: 1.5rem !important;
  }

  [dir="ltr"] .lt-pe-md-5 {
    padding-right: 2rem !important;
  }

  [dir="rtl"] .lt-pe-md-5 {
    padding-left: 2rem !important;
  }

  [dir="ltr"] .lt-pe-md-6 {
    padding-right: 2.5rem !important;
  }

  [dir="rtl"] .lt-pe-md-6 {
    padding-left: 2.5rem !important;
  }

  [dir="ltr"] .lt-pe-md-7 {
    padding-right: 3rem !important;
  }

  [dir="rtl"] .lt-pe-md-7 {
    padding-left: 3rem !important;
  }

  [dir="ltr"] .lt-pe-md-8 {
    padding-right: 3.5rem !important;
  }

  [dir="rtl"] .lt-pe-md-8 {
    padding-left: 3.5rem !important;
  }

  [dir="ltr"] .lt-pe-md-9 {
    padding-right: 4rem !important;
  }

  [dir="rtl"] .lt-pe-md-9 {
    padding-left: 4rem !important;
  }

  .lt-pb-md-0 {
    padding-bottom: 0 !important;
  }

  .lt-pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .lt-pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .lt-pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .lt-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .lt-pb-md-5 {
    padding-bottom: 2rem !important;
  }

  .lt-pb-md-6 {
    padding-bottom: 2.5rem !important;
  }

  .lt-pb-md-7 {
    padding-bottom: 3rem !important;
  }

  .lt-pb-md-8 {
    padding-bottom: 3.5rem !important;
  }

  .lt-pb-md-9 {
    padding-bottom: 4rem !important;
  }

  [dir="ltr"] .lt-ps-md-0 {
    padding-left: 0 !important;
  }

  [dir="rtl"] .lt-ps-md-0 {
    padding-right: 0 !important;
  }

  [dir="ltr"] .lt-ps-md-1 {
    padding-left: 0.25rem !important;
  }

  [dir="rtl"] .lt-ps-md-1 {
    padding-right: 0.25rem !important;
  }

  [dir="ltr"] .lt-ps-md-2 {
    padding-left: 0.5rem !important;
  }

  [dir="rtl"] .lt-ps-md-2 {
    padding-right: 0.5rem !important;
  }

  [dir="ltr"] .lt-ps-md-3 {
    padding-left: 1rem !important;
  }

  [dir="rtl"] .lt-ps-md-3 {
    padding-right: 1rem !important;
  }

  [dir="ltr"] .lt-ps-md-4 {
    padding-left: 1.5rem !important;
  }

  [dir="rtl"] .lt-ps-md-4 {
    padding-right: 1.5rem !important;
  }

  [dir="ltr"] .lt-ps-md-5 {
    padding-left: 2rem !important;
  }

  [dir="rtl"] .lt-ps-md-5 {
    padding-right: 2rem !important;
  }

  [dir="ltr"] .lt-ps-md-6 {
    padding-left: 2.5rem !important;
  }

  [dir="rtl"] .lt-ps-md-6 {
    padding-right: 2.5rem !important;
  }

  [dir="ltr"] .lt-ps-md-7 {
    padding-left: 3rem !important;
  }

  [dir="rtl"] .lt-ps-md-7 {
    padding-right: 3rem !important;
  }

  [dir="ltr"] .lt-ps-md-8 {
    padding-left: 3.5rem !important;
  }

  [dir="rtl"] .lt-ps-md-8 {
    padding-right: 3.5rem !important;
  }

  [dir="ltr"] .lt-ps-md-9 {
    padding-left: 4rem !important;
  }

  [dir="rtl"] .lt-ps-md-9 {
    padding-right: 4rem !important;
  }

  .lt-fs-md-1 {
    font-size: var(--font-size-h1) !important;
  }

  .lt-fs-md-2 {
    font-size: var(--font-size-h2) !important;
  }

  .lt-fs-md-3 {
    font-size: var(--font-size-h3) !important;
  }

  .lt-fs-md-4 {
    font-size: var(--font-size-h4) !important;
  }

  .lt-fs-md-5 {
    font-size: var(--font-size-h5) !important;
  }

  .lt-fs-md-6 {
    font-size: var(--font-size-h6) !important;
  }

  [dir="ltr"] .lt-text-md-start {
    text-align: left !important;
  }

  [dir="rtl"] .lt-text-md-start {
    text-align: right !important;
  }

  [dir="ltr"] .lt-text-md-end {
    text-align: right !important;
  }

  [dir="rtl"] .lt-text-md-end {
    text-align: left !important;
  }

  .lt-text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  [dir="ltr"] .lt-float-lg-start {
    float: left !important;
  }

  [dir="rtl"] .lt-float-lg-start {
    float: right !important;
  }

  [dir="ltr"] .lt-float-lg-end {
    float: right !important;
  }

  [dir="rtl"] .lt-float-lg-end {
    float: left !important;
  }

  .lt-float-lg-none {
    float: none !important;
  }

  .lt-d-lg-inline {
    display: inline !important;
  }

  .lt-d-lg-inline-block {
    display: inline-block !important;
  }

  .lt-d-lg-block {
    display: block !important;
  }

  .lt-d-lg-grid {
    display: grid !important;
  }

  .lt-d-lg-table {
    display: table !important;
  }

  .lt-d-lg-table-row {
    display: table-row !important;
  }

  .lt-d-lg-table-cell {
    display: table-cell !important;
  }

  .lt-d-lg-flex {
    display: flex !important;
  }

  .lt-d-lg-inline-flex {
    display: inline-flex !important;
  }

  .lt-d-lg-none {
    display: none !important;
  }

  .lt-flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .lt-flex-lg-row {
    flex-direction: row !important;
  }

  .lt-flex-lg-column {
    flex-direction: column !important;
  }

  .lt-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .lt-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .lt-flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .lt-flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .lt-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .lt-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .lt-flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .lt-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .lt-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .lt-gap-lg-0 {
    gap: 0 !important;
  }

  .lt-gap-lg-1 {
    gap: 0.25rem !important;
  }

  .lt-gap-lg-2 {
    gap: 0.5rem !important;
  }

  .lt-gap-lg-3 {
    gap: 1rem !important;
  }

  .lt-gap-lg-4 {
    gap: 1.5rem !important;
  }

  .lt-gap-lg-5 {
    gap: 2rem !important;
  }

  .lt-gap-lg-6 {
    gap: 2.5rem !important;
  }

  .lt-gap-lg-7 {
    gap: 3rem !important;
  }

  .lt-gap-lg-8 {
    gap: 3.5rem !important;
  }

  .lt-gap-lg-9 {
    gap: 4rem !important;
  }

  .lt-justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .lt-justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .lt-justify-content-lg-center {
    justify-content: center !important;
  }

  .lt-justify-content-lg-between {
    justify-content: space-between !important;
  }

  .lt-justify-content-lg-around {
    justify-content: space-around !important;
  }

  .lt-justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .lt-align-items-lg-start {
    align-items: flex-start !important;
  }

  .lt-align-items-lg-end {
    align-items: flex-end !important;
  }

  .lt-align-items-lg-center {
    align-items: center !important;
  }

  .lt-align-items-lg-baseline {
    align-items: baseline !important;
  }

  .lt-align-items-lg-stretch {
    align-items: stretch !important;
  }

  .lt-align-content-lg-start {
    align-content: flex-start !important;
  }

  .lt-align-content-lg-end {
    align-content: flex-end !important;
  }

  
   .colored-box {
      background-color: #A4DCD8; /* Set the background color to A4DCD8 */
      width: 100%; /* Set the width of the box */
      min-height: 73px; /* Set the minimum height of the box to 73 pixels */
    }

