@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | 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.67em 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],
[type=reset],
[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: rgba(255, 255, 255, 1);
  color: rgba(14, 16, 17, 1);
  font-family: 'Century Gothic', sans-serif;
  font-size: 15px;
  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: 'Century Gothic', sans-serif;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

a {
  color: rgba(14, 16, 17, 1);
  text-decoration: none;
}
a:visited {
  color: rgba(14, 16, 17, 1);
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

.hbs-form input,
.hbs-form textarea, .search input,
.search textarea {
  color: #000;
  font-size: 14px;
}
.hbs-form input, .search input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
  /* We use the :where selector to not increase the specificity of the selector */
}
.hbs-form input:where(:not([type=checkbox])), .search input:where(:not([type=checkbox])) {
  outline: none;
}
.hbs-form input:where(:not([type=checkbox])):focus, .search input:where(:not([type=checkbox])):focus {
  border: 1px solid rgba(14, 16, 17, 1);
}
.hbs-form input[disabled], .search input[disabled] {
  background-color: #ddd;
}
.hbs-form select, .search 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 #87929D;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}
.hbs-form select:focus, .search select:focus {
  border: 1px solid rgba(14, 16, 17, 1);
}
.hbs-form select::-ms-expand, .search select::-ms-expand {
  display: none;
}
.hbs-form textarea, .search textarea {
  border: 1px solid #87929D;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}
.hbs-form textarea:focus, .search textarea:focus {
  border: 1px solid rgba(14, 16, 17, 1);
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

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

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, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button {
  background-color: transparent;
  border: 1px solid rgba(14, 16, 17, 1);
  border-radius: 4px;
  color: rgba(14, 16, 17, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}
@media (min-width: 768px) {
  .button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button {
    width: auto;
  }
}
.button:visited, .pagination-next-link:visited, .pagination-prev-link:visited, .pagination-first-link:visited, .pagination-last-link:visited, .subscriptions-subscribe button:visited, .requests-table-toolbar .organization-subscribe button:visited, .community-follow button:visited, .article-subscribe button:visited, .section-subscribe button:visited, .split-button button:visited {
  color: rgba(14, 16, 17, 1);
}
.button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .subscriptions-subscribe button:hover, .requests-table-toolbar .organization-subscribe button:hover, .community-follow button:hover, .article-subscribe button:hover, .section-subscribe button:hover, .split-button button:hover, .button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .subscriptions-subscribe button:active, .requests-table-toolbar .organization-subscribe button:active, .community-follow button:active, .article-subscribe button:active, .section-subscribe button:active, .split-button button:active, .button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .subscriptions-subscribe button:focus, .requests-table-toolbar .organization-subscribe button:focus, .community-follow button:focus, .article-subscribe button:focus, .section-subscribe button:focus, .split-button button:focus, .button.button-primary, .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link, .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected=true], .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected=true], .community-follow button.button-primary, .article-subscribe button.button-primary, .article-subscribe button[data-selected=true], .section-subscribe button.button-primary, .section-subscribe button[data-selected=true], .split-button button.button-primary {
  background-color: rgba(14, 16, 17, 1);
  color: rgba(249, 249, 249, 1);
  text-decoration: none;
}
.button.button-primary:hover, .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button[data-selected=true]:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button[data-selected=true]:hover, .community-follow button.button-primary:hover, .article-subscribe button.button-primary:hover, .article-subscribe button[data-selected=true]:hover, .section-subscribe button.button-primary:hover, .section-subscribe button[data-selected=true]:hover, .split-button button:hover, .button.button-primary:focus, .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button[data-selected=true]:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button[data-selected=true]:focus, .community-follow button.button-primary:focus, .article-subscribe button.button-primary:focus, .article-subscribe button[data-selected=true]:focus, .section-subscribe button.button-primary:focus, .section-subscribe button[data-selected=true]:focus, .split-button button.button-primary:focus, .button.button-primary:active, .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active, .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button[data-selected=true]:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button[data-selected=true]:active, .community-follow button.button-primary:active, .article-subscribe button.button-primary:active, .article-subscribe button[data-selected=true]:active, .section-subscribe button.button-primary:active, .section-subscribe button[data-selected=true]:active, .split-button button.button-primary:active {
  background-color: #000;
  border-color: #000;
}
.button[data-disabled], [data-disabled].pagination-next-link, [data-disabled].pagination-prev-link, [data-disabled].pagination-first-link, [data-disabled].pagination-last-link, .subscriptions-subscribe button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .community-follow button[data-disabled], .article-subscribe button[data-disabled], .section-subscribe button[data-disabled], .split-button button[data-disabled] {
  cursor: default;
}

.button-large, .hbs-form input[type=submit] {
  cursor: pointer;
  background-color: rgba(14, 16, 17, 1);
  border: 0;
  border-radius: 4px;
  color: rgba(249, 249, 249, 1);
  font-size: 14px;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}
@media (min-width: 768px) {
  .button-large, .hbs-form input[type=submit] {
    width: auto;
  }
}
.button-large:visited, .hbs-form input[type=submit]:visited {
  color: rgba(249, 249, 249, 1);
}
.button-large:hover, .button-large:active, .button-large:focus, .hbs-form input[type=submit]:hover, .hbs-form input[type=submit]:active, .hbs-form input[type=submit]:focus {
  background-color: #000;
}
.button-large[disabled], .hbs-form input[type=submit][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #3c4549;
  border: 1px solid #87929D;
  background-color: transparent;
}
.button-secondary:visited {
  color: #3c4549;
}
.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(14, 16, 17, 1);
  border: 1px solid #87929D;
  background-color: #f7f7f7;
}

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

.split-button button {
  background-color: rgba(14, 16, 17, 1);
  border: 0;
  color: rgba(249, 249, 249, 1);
  height: 32px;
  line-height: 16px;
  outline-color: rgba(14, 16, 17, 1);
}

[dir=rtl] .split-button button:not(:only-child):first-child {
  border-left: 1px solid rgba(249, 249, 249, 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(249, 249, 249, 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: #3c4549;
  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 #87929D;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.form-field input:focus {
  border: 1px solid rgba(14, 16, 17, 1);
}

.form-field input[type=text] {
  border: 1px solid #87929D;
  border-radius: 4px;
}
.form-field input[type=text]:focus {
  border: 1px solid rgba(14, 16, 17, 1);
}

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

.form-field .nesty-input {
  border-radius: 4px;
  border: 1px solid #87929D;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}
.form-field .nesty-input:focus {
  border: 1px solid rgba(14, 16, 17, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle {
  border: 1px solid #87929D;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(14, 16, 17, 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: #3c4549;
  margin-left: 4px;
}

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

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

.form footer a {
  color: #3c4549;
  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(14, 16, 17, 1);
}

/***** Header *****/
.header {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  align-items: center;
  display: flex;
  height: 61px;
  justify-content: space-between;
}
/*
@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}
*/

.logo img {
  width: 100%;
  height: 61px;
  max-height: none;
  vertical-align: middle;
}

.logo span {
  margin: 0 10px;
  color: rgba(14, 16, 17, 1);
}

.logo a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

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

.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: #fff;
  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(14, 16, 17, 1);
  display: none;
  font-size: 14px;
  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(14, 16, 17, 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: rgba(14, 16, 17, 1);
  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: rgba(14, 16, 17, 1);
}
.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;
}

#zd-modal-container ~ .skip-navigation {
  display: none;
}

/* ------------------------------------------ CUSTOM HEADER START -------------------------------------------------------------*/


.btn.btn-primary{
  /*background-color: #000;
  color: #fff;
  text-transform: uppercase;
  min-width: 150px;
  padding: 8px 10px;
  text-align: center;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border: 2px solid #000;
  transition: all .2s ease;
  font-weight: bold;*/
  right: 6rem;
  font-size: 1rem;
  color: #fff;
}

/*
.btn.btn-primary:hover{
  background-color: #424242;
  color: #fff;
}

@media screen and (min-width: 992px){
  .btn.btn-primary{
    min-width: 200px;
    right: 6rem;
  }
}
*/
@media screen and (max-width: 992px){
  .btn.btn-primary{
    width: auto;
    right: 1.6rem;
  }
}

.redirect-btn:hover{
  filter: invert(0.2) brightness(1.3);
  transition: all 0.2s ease;
}

/* ------------------------------------------ CUSTOM HEADER END -------------------------------------------------------------*/


/***** 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(14, 16, 17, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info > button:hover, .user-info > button:focus {
  color: rgba(14, 16, 17, 1);
  background-color: transparent;
}
.user-info > button::after {
  color: rgba(14, 16, 17, 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 {
  height: 40px;
  width: 40px;
}
.avatar .icon-agent {
  color: rgba(14, 16, 17, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: rgba(249, 249, 249, 1);
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  /*border-top: 1px solid #ddd;*/
  margin-top: 60px;
  padding: 30px 0;
}
.footer a {
  color: #3c4549;
}
.footer-inner {
  /*max-width: 1160px;*/
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}




@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}
.footer-language-selector button {
  color: #3c4549;
  display: inline-block;
}

.powered-by-zendesk a,
.powered-by-zendesk a:visited {
  color: #3c4549;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}
.breadcrumbs li {
  color: #3c4549;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}
.breadcrumbs li a:visited {
  color: rgba(14, 16, 17, 1);
}

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

.search {
  border-color: #87929D;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
}
.search:focus-within {
  border-color: rgba(14, 16, 17, 1);
}
.search input[type=search],
.search .clear-button {
  background-color: #fff;
  border-radius: 30px;
  border: none;
}
.search-full input[type=search], .search-full .clear-button {
  border-color: #fff;
}
.search input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #666;
  flex: 1 1 auto;
  height: 40px;
  width: 100%;
}
.search input[type=search]:focus {
  color: #555;
}
.search input[type=search]::-webkit-search-decoration, .search input[type=search]::-webkit-search-cancel-button, .search input[type=search]::-webkit-search-results-button, .search input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search input[type=search]:-webkit-autofill, .search input[type=search]:-webkit-autofill:hover, .search input[type=search]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.search .clear-button {
  align-items: center;
  box-sizing: border-box;
  color: #777;
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 15px;
}
.search .clear-button:hover {
  background-color: rgba(14, 16, 17, 1);
  color: #fff;
}
.search .clear-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(14, 16, 17, 1);
}
.search-has-value .clear-button {
  display: flex;
}

[dir=ltr] .search input[type=search] {
  padding-left: 40px;
  padding-right: 20px;
}
[dir=ltr] .search-has-value input[type=search] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=ltr] .search-has-value input[type=search]:focus {
  border-right-color: rgba(14, 16, 17, 1);
}
[dir=ltr] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=ltr] .search .clear-button:focus {
  border-left-color: rgba(14, 16, 17, 1);
}

[dir=rtl] .search input[type=search] {
  padding-left: 20px;
  padding-right: 40px;
}
[dir=rtl] .search-has-value input[type=search] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=rtl] .search-has-value input[type=search]:focus {
  border-left-color: rgba(14, 16, 17, 1);
}
[dir=rtl] .search .clear-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=rtl] .search .clear-button:focus {
  border-right-color: rgba(14, 16, 17, 1);
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
  pointer-events: none;
}
[dir=rtl] .search-icon {
  left: auto;
  right: 15px;
}

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01JR8ADPWTXG3Y73XCD4T3B950);
  background-position: center;
  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;
    flex-wrap: wrap;
    gap: 16px;
    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 {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: space-between;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .sub-nav {
    flex-direction: row;
  }
}
.sub-nav .breadcrumbs {
  margin: 0;
}
.sub-nav .search-container {
  max-width: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .sub-nav .search-container {
    flex: 0 1 300px;
  }
}
.sub-nav input[type=search]::after {
  font-size: 15px;
}

.sub-nav{
  display: none;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}
.blocks-item {
  border: 1px solid rgba(14, 16, 17, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(14, 16, 17, 1);
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}
.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: rgba(14, 16, 17, 1);
}
.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: rgba(249, 249, 249, 1);
  text-decoration: none;
}
.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: rgba(14, 16, 17, 1);
}
.blocks-item-link {
  color: rgba(14, 16, 17, 1);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}
.blocks-item-link:visited, .blocks-item-link:hover, .blocks-item-link:active {
  color: inherit;
  text-decoration: none;
}
.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(14, 16, 17, 1);
  text-decoration: none;
}
.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}
.blocks-item-description {
  margin: 0;
}
.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** 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: center;
}
.community-image {
  min-height: 300px;
  margin-top: 32px;
  background-image: url(/hc/theming_assets/01JR8ADQ7Q342M0JJKH3E7PGM5);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}
.community a {
  color: rgba(14, 16, 17, 1);
  text-decoration: underline;
}
.community a:visited {
  color: rgba(14, 16, 17, 1);
}
.community a:hover, .community a:active, .community a:focus {
  color: rgba(14, 16, 17, 1);
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}
.recent-activity-list {
  padding: 0;
}
.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}
.recent-activity-item h3 {
  margin: 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;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent-activity-item-meta {
  color: rgba(14, 16, 17, 1);
  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(14, 16, 17, 1);
  text-decoration: underline;
}
.recent-activity-controls a:visited {
  color: rgba(14, 16, 17, 1);
}
.recent-activity-controls a:hover, .recent-activity-controls a:active, .recent-activity-controls a:focus {
  color: rgba(14, 16, 17, 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: rgba(14, 16, 17, 1);
  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;
}
.category-content {
  flex: 1;
  max-width: 100%;
}
@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;
  max-width: 100%;
}
@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: rgba(14, 16, 17, 1);
}
.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  font-size: 16px;
  padding: 15px 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article-list-item a {
  color: rgba(14, 16, 17, 1);
}

.icon-star {
  color: rgba(14, 16, 17, 1);
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}
.section-content {
  flex: 1;
  max-width: 100%;
}
@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: rgba(14, 16, 17, 1);
  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 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 30px;
  }
}
.article-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}
.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}
.article-avatar {
  margin-right: 10px;
}
.article-author {
  margin-bottom: 10px;
}
.article-title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@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 {
  display: flow-root;
}
.article-body a {
  color: rgba(14, 16, 17, 1);
  text-decoration: underline;
}
.article-body a:visited {
  color: rgba(14, 16, 17, 1);
}
.article-body a:hover, .article-body a:active, .article-body a:focus {
  color: rgba(14, 16, 17, 1);
}
.article-body img {
  height: auto;
  max-width: 100%;
}
.article-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figure.image {
  display: table;
  margin: 0 auto;
}
.article-body figure.image > img {
  display: block;
  width: 100%;
}
.article-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.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 :not(pre) > 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: #3c4549;
  font-style: italic;
  padding: 0 15px;
}
.article-body > p:last-child {
  margin-bottom: 0;
}
.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}
.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.article-comment-count {
  color: #3c4549;
}
.article-comment-count:hover {
  text-decoration: none;
}
.article-comment-count-icon {
  vertical-align: middle;
  color: rgba(14, 16, 17, 1);
  width: 18px;
  height: 18px;
}
.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 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;
    max-width: 17%;
  }
}
.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 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 {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}
.article-votes-question {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
}
.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(14, 16, 17, 1);
  text-decoration: underline;
}
.article-more-questions a:visited {
  color: rgba(14, 16, 17, 1);
}
.article-more-questions a:hover, .article-more-questions a:active, .article-more-questions a:focus {
  color: rgba(14, 16, 17, 1);
}
.article-return-to-top {
  border-top: 1px solid #87929D;
}
@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}
.article-return-to-top a {
  color: rgba(14, 16, 17, 1);
  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);
}
.article td > p:first-child,
.article th > p:first-child {
  margin-top: 0;
}
.article td > p:last-child,
.article th > p:last-child {
  margin-bottom: 0;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
}
.sidenav-item {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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;
}
.attachments .attachment-item:last-child {
  margin-bottom: 0;
}
.attachments .attachment-item .attachment-icon {
  color: rgba(14, 16, 17, 1);
  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: #3c4549;
}

/***** 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: #3c4549;
}
.share a:hover {
  text-decoration: none;
  color: rgba(14, 16, 17, 1);
}
.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}
.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.comment-overview p {
  margin-top: 0;
}
.comment-callout {
  color: #3c4549;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}
.comment-callout a {
  color: rgba(14, 16, 17, 1);
  text-decoration: underline;
}
.comment-callout a:visited {
  color: rgba(14, 16, 17, 1);
}
.comment-callout a:hover, .comment-callout a:active, .comment-callout a:focus {
  color: rgba(14, 16, 17, 1);
}
.comment-sorter {
  display: inline-block;
  float: right;
}
.comment-sorter .dropdown-toggle {
  color: #3c4549;
  font-size: 13px;
}
[dir=rtl] .comment-sorter {
  float: left;
}
.comment-wrapper {
  display: flex;
  position: relative;
}
.comment-wrapper.comment-official {
  border: 1px solid rgba(14, 16, 17, 1);
  padding: 40px 20px 20px;
}
@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}
.comment-info {
  min-width: 0;
  padding-right: 20px;
  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: 20px;
}
@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}
.comment-avatar {
  margin-right: 10px;
}
[dir=rtl] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.comment-meta {
  flex: 1 1 auto;
}
.comment-labels {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}
.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}
.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}
.comment-container {
  width: 100%;
}
.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  [dir=ltr] .comment-form-controls {
    text-align: right;
  }
}
.comment-form-controls input[type=submit] {
  margin-top: 15px;
}
@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(14, 16, 17, 1);
}
.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flow-root;
  font-family: 'Century Gothic', sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}
.comment-body a {
  color: rgba(14, 16, 17, 1);
  text-decoration: underline;
}
.comment-body a:visited {
  color: rgba(14, 16, 17, 1);
}
.comment-body a:hover, .comment-body a:active, .comment-body a:focus {
  color: rgba(14, 16, 17, 1);
}
.comment-body img {
  height: auto;
  max-width: 100%;
}
.comment-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figure.image {
  display: table;
  margin: 0 auto;
}
.comment-body figure.image > img {
  display: block;
  width: 100%;
}
.comment-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.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 :not(pre) > 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: #3c4549;
  font-style: italic;
  padding: 0 15px;
}
.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #3c4549;
  display: block;
  margin: 3px 0;
}
[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: rgba(14, 16, 17, 1);
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #3c4549;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: rgba(14, 16, 17, 1);
}

.vote-voted:hover {
  color: #000;
}

/***** 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/01JR8ADQ7Q342M0JJKH3E7PGM5);
  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: 18px;
  font-weight: 600;
}
.community-featured-posts, .community-activity {
  padding-top: 40px;
  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(14, 16, 17, 1);
}
.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: rgba(249, 249, 249, 1);
  color: rgba(249, 249, 249, 1);
}
.community-follow button[data-selected=true] {
  background-color: rgba(14, 16, 17, 1);
  color: rgba(249, 249, 249, 1);
}
.community-follow button[data-selected=true]::after {
  border-left: 1px solid rgba(249, 249, 249, 1);
  color: rgba(249, 249, 249, 1);
}
.community-follow button[data-selected=true]:hover {
  background-color: #000;
  border-color: #000;
}
.community-follow button::after {
  border-left: 1px solid rgba(14, 16, 17, 1);
  content: attr(data-follower-count);
  color: rgba(14, 16, 17, 1);
  display: inline-block;
  font-family: 'Century Gothic', 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(14, 16, 17, 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(14, 16, 17, 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(14, 16, 17, 1);
}
.striped-list .meta-group {
  margin: 5px 0;
}
.striped-list-count {
  color: #3c4549;
  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: rgba(14, 16, 17, 1);
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}
.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(14, 16, 17, 1);
}
.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: #3c4549;
}
.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}
.status-label-open {
  background-color: #c72a1c;
}
.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: 'Century Gothic', 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 {
  display: flow-root;
}
.post-body a {
  color: rgba(14, 16, 17, 1);
  text-decoration: underline;
}
.post-body a:visited {
  color: rgba(14, 16, 17, 1);
}
.post-body a:hover, .post-body a:active, .post-body a:focus {
  color: rgba(14, 16, 17, 1);
}
.post-body img {
  height: auto;
  max-width: 100%;
}
.post-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figure.image {
  display: table;
  margin: 0 auto;
}
.post-body figure.image > img {
  display: block;
  width: 100%;
}
.post-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.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 :not(pre) > 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: #3c4549;
  font-style: italic;
  padding: 0 15px;
}
.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.post-comment-count {
  color: #3c4549;
}
.post-comment-count:hover {
  text-decoration: none;
}
.post-comment-count .icon-comments {
  color: rgba(14, 16, 17, 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-block;
  line-height: 18px;
  vertical-align: middle;
}

.community-badge-titles {
  display: inline;
}

.community-badge-achievement {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}
.community-badge-achievement img {
  width: 100%;
  height: 100%;
}

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

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

.community-badge {
  margin: 2px;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}
.profile-info .community-badge-achievement {
  height: 40px;
  width: 40px;
}
.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: 22.5px;
  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(14, 16, 17, 1);
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}
.collapsible-nav-list li {
  color: rgba(14, 16, 17, 1);
  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: rgba(14, 16, 17, 1);
  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(14, 16, 17, 1);
    order: 1;
  }
}
.collapsible-nav-list li[aria-selected=true] a,
.collapsible-nav-list li.current a {
  color: rgba(14, 16, 17, 1);
}

.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: 22.5px;
  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(14, 16, 17, 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: #3c4549;
  font-size: 13px;
}
@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #3c4549;
}

/***** 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: #3c4549;
  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(14, 16, 17, 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(14, 16, 17, 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: #3c4549;
  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: #3c4549;
  font-size: 13px;
}
.meta-data:not(:last-child)::after {
  content: "·";
  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;
  vertical-align: middle;
  display: inline;
}

.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: #3c4549;
  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(14, 16, 17, 1);
  border-radius: 4px;
  color: rgba(14, 16, 17, 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: #3c4549;
  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: #3c4549;
  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: 15px;
  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: rgba(255, 255, 255, 1);
  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;
  }
}
.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: rgba(14, 16, 17, 1);
}
.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  text-decoration: none;
}
.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}
.search-results-sidebar .sidenav-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 0;
}
.search-results-sidebar .sidenav-tag .content-tag {
  background: #E9EBED;
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
}
.search-results-sidebar .sidenav-tag .content-tag .label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.000427656px;
  color: #49545C;
  flex-grow: 0;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .sidenav-tag .content-tag .close-icon {
  color: #555555;
  vertical-align: middle;
  display: inline-block;
}
.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(14, 16, 17, 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: " ⌄";
  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 .no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}
.search-results .no-results .headline {
  color: #2F3941;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.45px;
}
.search-results .no-results .action-prompt {
  color: #68737D;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
}
.search-results .no-results .action-prompt a {
  color: rgba(14, 16, 17, 1);
}
.search-results .no-results .action-prompt a:visited {
  color: rgba(14, 16, 17, 1);
}

.search-result-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-result-title {
  font-size: 16px;
  margin-bottom: 0;
}
.search-result-votes, .search-result-meta-count {
  color: #3c4549;
  font-size: 13px;
}
.search-result-votes-icon, .search-result-meta-count-icon {
  color: rgba(14, 16, 17, 1);
  vertical-align: middle;
  width: 13px;
  height: 13px;
}
[dir=ltr] .search-result-votes, [dir=ltr] .search-result-meta-count {
  margin-left: 20px;
}
[dir=rtl] .search-result-votes, [dir=rtl] .search-result-meta-count {
  margin-right: 20px;
}
.search-result-meta-container {
  color: #666;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .search-result-meta-container {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .search-result-meta-container nav {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  [dir=ltr] .search-result-meta-container .meta-data {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  [dir=rtl] .search-result-meta-container .meta-data {
    margin-right: 20px;
  }
}
.search-result-meta-container .meta-data::after {
  content: none;
}
.search-result-breadcrumbs {
  margin: 0;
}
.search-result-description {
  margin-top: 10px;
  margin-bottom: 0;
  word-break: break-word;
}

/* 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 0.2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-inline.notification-error::before, .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: 0.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-toggle[aria-expanded=true] + .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8dcde;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(23, 73, 77, 0.15);
  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 [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  color: #2f3941;
  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],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus,
.dropdown-menu [role=menuitemradio]:hover,
.dropdown-menu [role=menuitemradio]:focus {
  background: rgba(31, 115, 183, 0.08);
  text-decoration: none;
  color: #2f3941;
}
.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=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, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][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;
}

.content-tags > p {
  color: #68737D;
  margin-top: 32px;
  margin-bottom: 4px;
}
.content-tags-add-hint {
  color: #68737D;
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}
.content-tag-list li {
  border-right: 1px solid #C2C8CC;
  margin-bottom: 4px;
}
[dir=ltr] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}
[dir=rtl] .content-tag-list li {
  padding-left: 8px;
  margin-left: 8px;
}
.content-tag-list li:last-child {
  border: none;
}

/***** WYSIWYG Editor *****/
#hc-wysiwyg {
  border: 1px solid #87929D;
}

/***** Upload Dropzone *****/
.upload-dropzone {
  border: 1px solid #87929D;
}

/***** Summary component *****/
zd-summary-block {
  background: #f3f6f6;
}
[dir=ltr] zd-summary-block {
  border-left-color: #859fa1;
}
[dir=rtl] zd-summary-block {
  border-right-color: #859fa1;
}

/* ---------------------------------CUSTOM FORM ----------------------------------------- */
.ck.ck-editor__top.ck-reset_all{
  display: none;
}

.new-form-container{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}

#new-request-form > p {
  font-size: 1.4rem !important;
}

#new-request-form > form{
  font-size: 1.2rem !important;
}


#call-us{
  width: 50%;
  border-left: 1px solid #e9eaea;
  padding-left: 6rem;
}
#call-us > p{
    line-height: 2.4rem;
  	font-size: 1.4rem;
  }

@media screen and (min-width: 992px){
  #call-us > p{
    line-height: 2.6rem;
  }
}

.contacts{
  display: flex;
  align-items: baseline;
  gap: 20px;
  font-size: 1.4rem;
  font-family: "century-gothic-std", sans-serif !important;
  margin: 1rem 0;
}

.contact-number{
  text-decoration: underline;
  white-space: nowrap;
}

.contacts > p{
  margin: 0 !important;
}

.header{
  max-width: none;
  padding: 0 6rem;
}

.container{
  max-width: none;
  width: 100%;
  padding: 0 6rem;
}

label{
  font-weight: 400 !important;
}

[data-garden-container-id="containers.combobox"], input, textarea{
  outline: none !important;
  box-shadow: none !important;
}

main .container{
  width: 100%;
  margin: 0;
  padding: 0 1.6rem;
}

@media screen and (min-width: 992px){
  main .container{
    padding: 0 6rem;
  }
  .contacts{
    margin: 0.5rem 0;
  }
}

@media screen and (max-width: 1380px){
  .new-form-container{
    gap: 40px;
  }
}

@media screen and (max-width: 1100px){
  
  .new-form-container{
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    align-items: stretch;
  }
  
  #call-us{
    width: 100%;
    max-width: 650px;
    border-top: 1px solid #e9eaea;
    border-left: none;
    padding-left: 0rem;
    padding-top: 2rem;
  }
  
  
}

@media screen and (max-width: 576px){
  
  .contacts{
    gap: 10px;
    flex-wrap: wrap;
  }
  .header{
  max-width: none;
  padding: 0 1rem;
}

.container{
  max-width: none;
  width: 100%;
  padding: 0 1rem;
}
}

    .nav-wrapper-mobile{
    display: none;
  }

*{
  font-family: "century-gothic-std" !important;
}

h1, h2, h3, h4, h5, h6{
  font-weight: bold !important;
}

h1{
  line-height: 52px !important;
}

button[type="submit"]{
  /*min-width: 200px !important;
  font-weight: bold !important;*/
  text-transform: uppercase !important;
  border-radius: 1px !important;
  max-width: 24rem;
  font-style: normal;
  line-height: 1.2rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  letter-spacing: 0.12em;
  padding: 1.6rem 1.05rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  width: 100%;
  color: #fff;
  height: fit-content;
  border: none;
}

button[type="submit"]:hover{
  background-color: #424242;
}

div[data-test-id="notification"]{
  display: none !important;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline{
  outline: none !important;
  outline-offset: 0px !important;
  box-shadow: none !important;
}

/*
p{
  font-size: 1.4rem !important;
}
*/

p {
  font-size: 1.4rem !important;
}

label, 
input,
.bXkarH,
.NbSwG > *,
.kwFOkD > *,
div[data-garden-id="forms.input_hint"]{
  font-size: 1.2rem !important;
}


/* ------------------------------------------------------- DOONA STYLES ---------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
}

@keyframes run {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
  box-sizing: border-box;
  border: 0 solid #e5e7eb;
}

:after,
:before {
  --tw-content: "";
}

:host,
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    Apple Color Emoji,
    Segoe UI Emoji,
    Segoe UI Symbol,
    Noto Color Emoji;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: inherit;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  text-decoration: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  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;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

summary {
  display: list-item;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
}

fieldset,
legend {
  padding: 0;
}

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

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

[role="button"],
button {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

[hidden] {
  display: none;
}

:root {
  --header: 6rem;
  --preHeader: 3.6rem;
  --thumbnailHeightDesktop: 16.5rem;
}

*,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: 
;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: 
;
}

.container {
  width: 100%;
}

/*
@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}

@media (min-width: 900px) {
  .container {
    max-width: 900px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
*/

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.-bottom-\[2px\] {
  bottom: -2px;
}

.-top-\[16\.5rem\] {
  top: -16.5rem;
}

.-top-\[6\.8rem\] {
  top: -6.8rem;
}

.bottom-0 {
  bottom: 0;
}

.bottom-\[10\%\] {
  bottom: 10%;
}

.bottom-\[13\%\] {
  bottom: 13%;
}

.bottom-\[2\.8rem\] {
  bottom: 2.8rem;
}

.left-0 {
  left: 0;
}

.left-1\/2 {
  left: 50%;
}

.left-\[-999px\] {
  left: -999px;
}

.left-\[0\.5rem\] {
  left: 0.5rem;
}

.left-\[5\%\] {
  left: 5%;
}

.right-0 {
  right: 0;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-\[16px\] {
  right: 16px;
}

.right-\[5\%\] {
  right: 5%;
}

.top-0 {
  top: 0;
}

.top-1\/2 {
  top: 50%;
}

.top-4 {
  top: 1rem;
}

.top-48 {
  top: 12rem;
}

.top-6 {
  top: 1.5rem;
}

.top-auto {
  top: auto;
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

.-z-10 {
  z-index: -10;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-50 {
  z-index: 50;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[101\] {
  z-index: 101;
}

.z-\[200\] {
  z-index: 200;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[9999\] {
  z-index: 9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-full {
  grid-column: 1/-1;
}

.col-start-1 {
  grid-column-start: 1;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.m-\[2rem\] {
  margin: 2rem;
}

.m-\[4rem_1\.6rem_2\.8rem_1\.6rem\] {
  margin: 4rem 1.6rem 2.8rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-6,
.my-\[1\.5rem\] {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-\[28px\] {
  margin-top: 28px;
  margin-bottom: 28px;
}

.\!mr-0 {
  margin-right: 0 !important;
}

.-mb-\[0\.45rem\] {
  margin-bottom: -0.45rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[0\.6rem\] {
  margin-bottom: 0.6rem;
}

.mb-\[0\.714rem\] {
  margin-bottom: 0.714rem;
}

.mb-\[0\.8rem\] {
  margin-bottom: 0.8rem;
}

.mb-\[1\.2rem\] {
  margin-bottom: 1.2rem;
}

.mb-\[1\.6rem\] {
  margin-bottom: 1.6rem;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[1rem\] {
  margin-bottom: 1rem;
}

.mb-\[2\.429rem\] {
  margin-bottom: 2.429rem;
}

.mb-\[2\.4rem\] {
  margin-bottom: 2.4rem;
}

.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}

.mb-\[2\.8rem\] {
  margin-bottom: 2.8rem;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[28px\] {
  margin-bottom: 28px;
}

.mb-\[2rem\] {
  margin-bottom: 2rem;
}

.mb-\[3\.6rem\] {
  margin-bottom: 3.6rem;
}

.mb-\[36px\] {
  margin-bottom: 36px;
}

.mb-\[3rem\] {
  margin-bottom: 3rem;
}

.mb-\[4\.8rem\] {
  margin-bottom: 4.8rem;
}

.mb-\[4px\] {
  margin-bottom: 4px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-\[1\.2rem\] {
  margin-left: 1.2rem;
}

.ml-\[1\.6rem\] {
  margin-left: 1.6rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-\[0\.4rem\] {
  margin-right: 0.4rem;
}

.mr-\[1\.2rem\] {
  margin-right: 1.2rem;
}

.mr-\[1\.6rem\] {
  margin-right: 1.6rem;
}

.mr-\[2\.1rem\] {
  margin-right: 2.1rem;
}

.mr-auto {
  margin-right: auto;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-\[--offset\] {
  margin-top: var(--offset);
}

.mt-\[12px\] {
  margin-top: 12px;
}

.mt-\[2\.125rem\] {
  margin-top: 2.125rem;
}

.mt-\[2\.5rem\] {
  margin-top: 2.5rem;
}

.mt-\[2\.8rem\] {
  margin-top: 2.8rem;
}

.mt-\[28px\] {
  margin-top: 28px;
}

.mt-\[4\.1em\] {
  margin-top: 4.1em;
}

.mt-\[4\.8rem\] {
  margin-top: 4.8rem;
}

.mt-\[48px\] {
  margin-top: 48px;
}

.mt-\[4rem\] {
  margin-top: 4rem;
}

.mt-\[5rem\] {
  margin-top: 5rem;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.\!aspect-\[0\.64\] {
  aspect-ratio: 0.64 !important;
}

.\!aspect-\[6\] {
  aspect-ratio: 6 !important;
}

.aspect-\[1\.54\] {
  aspect-ratio: 1.54;
}

.aspect-\[1\.6\] {
  aspect-ratio: 1.6;
}

.aspect-\[6\.75\] {
  aspect-ratio: 6.75;
}

.aspect-\[6\.8\] {
  aspect-ratio: 6.8;
}

.aspect-square {
  aspect-ratio: 1/1;
}

.aspect-video {
  aspect-ratio: 16/9;
}

.\!size-\[1\.571rem\] {
  width: 1.571rem !important;
  height: 1.571rem !important;
}

.\!size-\[14px\] {
  width: 14px !important;
  height: 14px !important;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-\[2\.4rem\] {
  width: 2.4rem;
  height: 2.4rem;
}

.size-\[24px\] {
  width: 24px;
  height: 24px;
}

.size-fit {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.size-full {
  width: 100%;
  height: 100%;
}

.\!h-\[0\.8rem\] {
  height: 0.8rem !important;
}

.\!h-\[var\(--customHeight\)\] {
  height: var(--customHeight) !important;
}

.\!h-auto {
  height: auto !important;
}

.\!h-full {
  height: 100% !important;
}

.h-32 {
  height: 8rem;
}

.h-\[0\.8rem\] {
  height: 0.8rem;
}

.h-\[1\.2rem\] {
  height: 1.2rem;
}

.h-\[1\.6rem\] {
  height: 1.6rem;
}

.h-\[12\.4rem\] {
  height: 12.4rem;
}

.h-\[12px\] {
  height: 12px;
}

.h-\[1rem\] {
  height: 1rem;
}

.h-\[2\.8rem\] {
  height: 2.8rem;
}

.h-\[20vh\] {
  height: 20vh;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[26\.4rem\] {
  height: 26.4rem;
}

.h-\[28rem\] {
  height: 28rem;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[3\.2rem\] {
  height: 3.2rem;
}

.h-\[3\.6rem\] {
  height: 3.6rem;
}

.h-\[4\.8rem\] {
  height: 4.8rem;
}

.h-\[40rem\] {
  height: 40rem;
}

.h-\[48rem\] {
  height: 48rem;
}

.h-\[5\.3rem\] {
  height: 5.3rem;
}

.h-\[60rem\] {
  height: 60rem;
}

.h-\[7\.2rem\] {
  height: 7.2rem;
}

.h-\[calc\(100vh-\(var\(--header\)\+var\(--preHeader\)\)\)\] {
  height: calc(100vh - (var(--header) + var(--preHeader)));
}

.h-\[var\(--customHeight\)\] {
  height: var(--customHeight);
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.max-h-\[29\.571rem\] {
  max-height: 29.571rem;
}

.max-h-\[32rem\] {
  max-height: 32rem;
}

.min-h-\[--disclaimer-height\] {
  min-height: var(--disclaimer-height);
}

.min-h-\[1\.2rem\] {
  min-height: 1.2rem;
}

.min-h-\[1\.6rem\] {
  min-height: 1.6rem;
}

.min-h-\[3\.6rem\] {
  min-height: 3.6rem;
}

.min-h-\[6\.2rem\] {
  min-height: 6.2rem;
}

.min-h-\[6rem\] {
  min-height: 6rem;
}

.min-h-screen {
  min-height: 100vh;
}

.\!w-\[21px\] {
  width: 21px !important;
}

.\!w-auto {
  width: auto !important;
}

.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.\!w-full {
  width: 100% !important;
}

.w-1\/2 {
  width: 50%;
}

.w-\[1\.571rem\] {
  width: 1.571rem;
}

.w-\[2\.8rem\] {
  width: 2.8rem;
}

.w-\[21\.9rem\] {
  width: 21.9rem;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[25\.1rem\] {
  width: 25.1rem;
}

.w-\[3\.6rem\] {
  width: 3.6rem;
}

.w-\[31\.1rem\] {
  width: 31.1rem;
}

.w-\[34\.3rem\] {
  width: 34.3rem;
}

.w-\[34\.5rem\] {
  width: 34.5rem;
}

.w-\[4rem\] {
  width: 4rem;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[9\.4rem\] {
  width: 9.4rem;
}

.w-\[90\%\] {
  width: 90%;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

.min-w-\[6\.6rem\] {
  min-width: 6.6rem;
}

.min-w-\[9\.4rem\] {
  min-width: 9.4rem;
}

.min-w-\[9rem\] {
  min-width: 9rem;
}

.max-w-full {
  max-width: 100%;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-grow {
  flex-grow: 1;
}

.origin-top {
  transform-origin: top;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-x-1\/2,
.-translate-x-full {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-full {
  --tw-translate-x: -100%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-translate-y-1\/2,
.-translate-y-\[200\%\] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[200\%\] {
  --tw-translate-y: -200%;
}

.-translate-y-full {
  --tw-translate-y: -100%;
}

.-translate-y-full,
.translate-y-0 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.rotate-180,
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.\!flex-row {
  flex-direction: row !important;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.place-items-center {
  place-items: center;
}

.\!items-start {
  align-items: flex-start !important;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.\!justify-start {
  justify-content: flex-start !important;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.\!gap-\[0\.2rem\] {
  gap: 0.2rem !important;
}

.\!gap-\[0\.4rem\] {
  gap: 0.4rem !important;
}

.\!gap-\[1\.2rem\] {
  gap: 1.2rem !important;
}

.\!gap-\[1\.6rem\] {
  gap: 1.6rem !important;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-\[0\.2rem\] {
  gap: 0.2rem;
}

.gap-\[0\.6rem\] {
  gap: 0.6rem;
}

.gap-\[0\.7rem\] {
  gap: 0.7rem;
}

.gap-\[0\.8rem\] {
  gap: 0.8rem;
}

.gap-\[1\.1rem\] {
  gap: 1.1rem;
}

.gap-\[1\.2rem\] {
  gap: 1.2rem;
}

.gap-\[1\.5rem\] {
  gap: 1.5rem;
}

.gap-\[1\.6rem\] {
  gap: 1.6rem;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[1rem\] {
  gap: 1rem;
}

.gap-\[2\.125rem\] {
  gap: 2.125rem;
}

.gap-\[2\.6rem\] {
  gap: 2.6rem;
}

.gap-\[2\.8rem\] {
  gap: 2.8rem;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[28px\] {
  gap: 28px;
}

.gap-\[2px\] {
  gap: 2px;
}

.gap-\[8px\] {
  gap: 8px;
}

.gap-\[9px\] {
  gap: 9px;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.gap-x-48 {
  -moz-column-gap: 12rem;
  column-gap: 12rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.gap-x-\[0\.6rem\] {
  -moz-column-gap: 0.6rem;
  column-gap: 0.6rem;
}

.gap-x-\[1\.357rem\] {
  -moz-column-gap: 1.357rem;
  column-gap: 1.357rem;
}

.gap-x-\[15px\] {
  -moz-column-gap: 15px;
  column-gap: 15px;
}

.gap-x-\[1rem\] {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-x-\[2\.214rem\] {
  -moz-column-gap: 2.214rem;
  column-gap: 2.214rem;
}

.gap-x-\[7px\] {
  -moz-column-gap: 7px;
  column-gap: 7px;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.gap-y-\[1\.429rem\] {
  row-gap: 1.429rem;
}

.gap-y-\[1\.857rem\] {
  row-gap: 1.857rem;
}

.gap-y-\[2\.4rem\] {
  row-gap: 2.4rem;
}

.gap-y-\[20px\] {
  row-gap: 20px;
}

.gap-y-\[3\.6rem\] {
  row-gap: 3.6rem;
}

.gap-y-\[4\.286rem\] {
  row-gap: 4.286rem;
}

.gap-y-\[4rem\] {
  row-gap: 4rem;
}

.place-self-end {
  place-self: end;
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-visible {
  overflow-y: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-b-\[0\.5px\] {
  border-bottom-width: 0.5px;
}

.border-b-\[2px\] {
  border-bottom-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#707070\] {
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}

.border-\[\#707070\]\/50 {
  border-color: hsla(0, 0%, 44%, 0.5);
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-grey-5 {
  --tw-border-opacity: 1;
  border-color: rgb(233 234 234 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.\!bg-grey-6 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(247 245 244 / var(--tw-bg-opacity)) !important;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-black\/30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-grey-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 245 244 / var(--tw-bg-opacity));
}

.bg-grey-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.\!p-\[1\.2rem\] {
  padding: 1.2rem !important;
}

.p-0 {
  padding: 0;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[0\.4rem\] {
  padding: 0.4rem;
}

.p-\[0\.5rem\] {
  padding: 0.5rem;
}

.p-\[1\.6rem\] {
  padding: 1.6rem;
}

.p-\[16px\] {
  padding: 16px;
}

.p-\[2px\] {
  padding: 2px;
}

.\!py-\[0\.85rem\] {
  padding-top: 0.85rem !important;
  padding-bottom: 0.85rem !important;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[0\.8rem\] {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.px-\[1\.1rem\] {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}

.px-\[1\.429rem\] {
  padding-left: 1.429rem;
  padding-right: 1.429rem;
}

.px-\[1\.5rem\] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[1\.6rem\] {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.px-\[100px\] {
  padding-left: 100px;
  padding-right: 100px;
}

.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[2\.5rem\] {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-\[2\.6rem\] {
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[2rem\] {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[0\.357rem\] {
  padding-top: 0.357rem;
  padding-bottom: 0.357rem;
}

.py-\[0\.55rem\] {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.py-\[1\.6rem\] {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.py-\[1\.929rem\] {
  padding-top: 1.929rem;
  padding-bottom: 1.929rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[2\.286rem\] {
  padding-top: 2.286rem;
  padding-bottom: 2.286rem;
}

.py-\[2\.6rem\] {
  padding-top: 2.6rem;
  padding-bottom: 2.6rem;
}

.py-\[3\.3rem\] {
  padding-top: 3.3rem;
  padding-bottom: 3.3rem;
}

.py-\[3\.7rem\] {
  padding-top: 3.7rem;
  padding-bottom: 3.7rem;
}

.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.\!pb-0 {
  padding-bottom: 0 !important;
}

.\!pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[0\.15rem\] {
  padding-bottom: 0.15rem;
}

.pb-\[0\.9rem\] {
  padding-bottom: 0.9rem;
}

.pb-\[1rem\] {
  padding-bottom: 1rem;
}

.pb-\[2\.1rem\] {
  padding-bottom: 2.1rem;
}

.pb-\[2\.8rem\] {
  padding-bottom: 2.8rem;
}

.pb-\[2rem\] {
  padding-bottom: 2rem;
}

.pb-\[3\.7rem\] {
  padding-bottom: 3.7rem;
}

.pb-\[3rem\] {
  padding-bottom: 3rem;
}

.pb-\[4rem\] {
  padding-bottom: 4rem;
}

.pb-\[5rem\] {
  padding-bottom: 5rem;
}

.pl-\[0\.9rem\] {
  padding-left: 0.9rem;
}

.pl-\[1\.6rem\] {
  padding-left: 1.6rem;
}

.pl-\[25px\] {
  padding-left: 25px;
}

.pl-\[3\.4rem\] {
  padding-left: 3.4rem;
}

.pl-\[7px\] {
  padding-left: 7px;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-\[1\.6rem\] {
  padding-right: 1.6rem;
}

.pr-\[2\.2rem\] {
  padding-right: 2.2rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[16px\] {
  padding-top: 16px;
}

.pt-\[2\.429rem\] {
  padding-top: 2.429rem;
}

.pt-\[2\.8rem\] {
  padding-top: 2.8rem;
}

.pt-\[28px\] {
  padding-top: 28px;
}

.pt-\[5rem\] {
  padding-top: 5rem;
}

.pt-\[6\.1rem\] {
  padding-top: 6.1rem;
}

.pt-\[calc\(var\(--header\)\+2\.8rem\)\] {
  padding-top: calc(var(--header) + 2.8rem);
}

.pt-\[calc\(var\(--header\)\+2rem\)\] {
  padding-top: calc(var(--header) + 2rem);
}

.pt-\[calc\(var\(--header\)\+4rem\)\] {
  padding-top: calc(var(--header) + 4rem);
}

.\!text-left {
  text-align: left !important;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-middle {
  vertical-align: middle;
}

.font-century-gothic-sans-serif {
  font-family: "Century Gothic", sans-serif;
}

.\!text-\[0\.8rem\] {
  font-size: 0.8rem !important;
}

.\!text-\[1\.2rem\] {
  font-size: 1.2rem !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[1\.024rem\] {
  font-size: 1.024rem;
}

.text-\[1\.28rem\] {
  font-size: 1.28rem;
}

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

.text-\[1\.4rem\] {
  font-size: 1.4rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[1\.6rem\] {
  font-size: 1.6rem;
}

.text-\[1\.87rem\] {
  font-size: 1.87rem;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[2\.4rem\] {
  font-size: 2.4rem;
}

.text-\[2\.8rem\] {
  font-size: 2.8rem;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-\[3\.6rem\] {
  font-size: 3.6rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\!font-normal {
  font-weight: 400 !important;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.\!leading-\[0\.9rem\] {
  line-height: 0.9rem !important;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.2rem\] {
  line-height: 1.2rem;
}

.leading-\[1\.625\] {
  line-height: 1.625;
}

.leading-\[1\.8rem\] {
  line-height: 1.8rem;
}

.leading-\[1\.9rem\] {
  line-height: 1.9rem;
}

.leading-\[12px\] {
  line-height: 12px;
}

.leading-\[16px\] {
  line-height: 16px;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-\[1rem\] {
  line-height: 1rem;
}

.leading-\[2\.143rem\] {
  line-height: 2.143rem;
}

.leading-\[2\.191rem\] {
  line-height: 2.191rem;
}

.leading-\[2\.3rem\] {
  line-height: 2.3rem;
}

.leading-\[2\.4rem\] {
  line-height: 2.4rem;
}

.leading-\[2\.7rem\] {
  line-height: 2.7rem;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[2\] {
  line-height: 2;
}

.leading-\[3\.1rem\] {
  line-height: 3.1rem;
}

.leading-\[3\.9rem\] {
  line-height: 3.9rem;
}

.leading-normal {
  line-height: normal;
}

.-tracking-\[0\.02em\],
.-tracking-\[\.02em\],
.tracking-\[-0\.02em\],
.tracking-\[-\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-\[0\.12em\],
.tracking-\[\.12em\] {
  letter-spacing: 0.12em;
}

.tracking-\[1\.92px\] {
  letter-spacing: 1.92px;
}

.text-\[\#545454\] {
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / var(--tw-text-opacity));
}

.text-\[\#595959\] {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}

.text-\[\#707070\] {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.text-\[--color\] {
  color: var(--color);
}

.text-\[var\(--labelColor\)\] {
  color: var(--labelColor);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-grey-11 {
  --tw-text-opacity: 1;
  color: rgb(190 190 190 / var(--tw-text-opacity));
}

.text-grey-3 {
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.\!no-underline {
  text-decoration-line: none !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-\[0px_-4px_1rem_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0px -4px 1rem rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px -4px 1rem var(--tw-shadow-color);
}

.shadow-\[0px_-4px_1rem_rgba\(0\2c 0\2c 0\2c 0\.08\)\],
.shadow-lg {
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored:
    0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
}

.shadow-md {
  --tw-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored:
    0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.invert-\[1\] {
  --tw-invert: invert(1);
}

.filter,
.invert-\[1\] {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}

.transition-colors {
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.duration-200 {
  transition-duration: 0.2s;
}

.duration-500 {
  transition-duration: 0.5s;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-button {
  position: relative;
}

.icon-button:after {
  position: absolute;
  left: 50%;
  top: 50%;
  aspect-ratio: 1/1;
  width: max(44px, 100%);
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: "";
  content: var(--tw-content);
}

.\[box-shadow\:0px_-4px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.04\)\] {
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.04);
}

:root {
  --column: 1.5625rem;
  --white: #fff;
  z-index: 10;
}

@media (min-width: 900px) {
  :root {
    --column: 7.2rem;
  }
}

html {
  font-size: calc(10 / 375 * 100vw);
  overscroll-behavior-y: none;
}

@media (min-width: 900px) {
  html {
    font-size: calc(10 / 1440 * 100vw);
  }
}

body {
  font-family:
    "Century Gothic",
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    Fira Sans,
    Droid Sans,
    Helvetica Neue,
    sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  overscroll-behavior-y: none;
}

body:has(.is-nav-open) {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

a,
button,
div,
input,
li,
select,
textarea,
ul {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swiper-pagination {
  position: relative;
  bottom: 2.8rem;
}

.swiper-pagination,
.swiper-pagination-zoom {
  width: 9.6rem;
  height: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  justify-content: space-between;
}

.swiper-pagination-zoom {
  position: absolute;
  bottom: 4.8rem;
}

.swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #c2c2c2;
  display: flex;
  border-radius: 100%;
}

.swiper-pagination-bullet-active {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #8f8f8f;
  display: flex;
  border-radius: 100%;
}

.rc-slider-rail,
.rc-slider-track {
  height: 0.2rem !important;
}

.rc-slider-track {
  position: absolute;
  background-color: #000 !important;
}

.rc-slider-handle {
  position: absolute !important;
  width: 0.8rem !important;
  height: 0.8rem !important;
  cursor: pointer !important;
  cursor: -webkit-grab !important;
  margin-top: -3px !important;
  cursor: grab !important;
  border-radius: 50% !important;
  border: 2px solid #000 !important;
  background-color: #000 !important;
  touch-action: pan-x !important;
}

.overlays {
  position: relative;
  width: 100% !important;
  height: 37.5rem !important;
}

@media (min-width: 900px) {
  .overlays {
    width: 96rem !important;
    height: 80.5rem !important;
  }
}

.mapboxgl-map {
  position: relative;
  width: 100% !important;
  height: 37.5rem !important;
}

@media (min-width: 900px) {
  .mapboxgl-map {
    width: 96rem !important;
    height: 80.5rem !important;
  }
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.orderFirst {
  order: 1;
}

.orderLast {
  order: 9999;
}

@media (min-width: 900px) {
  .desktopOrderLast {
    order: 9999;
  }

  .desktopOrderFirst {
    order: 1;
  }
}

.plusSignList {
  list-style-type: "+";
  padding-inline-start: 0.8ch;
}

.splide__pagination {
  visibility: hidden;
}

.marker\:text-\[1\.6rem\] ::marker {
  font-size: 1.6rem;
}

.marker\:text-\[1\.6rem\]::marker {
  font-size: 1.6rem;
}

.placeholder\:text-\[\#595959\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}

.placeholder\:text-\[\#595959\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}

.first\:ml-5:first-child {
  margin-left: 1.25rem;
}

.last\:mr-5:last-child {
  margin-right: 1.25rem;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0;
}

.hover\:bg-\[\#D9D9D966\]\/40:hover {
  background-color: hsla(0, 0%, 85%, 0.4);
}

.hover\:\!no-underline:hover {
  text-decoration-line: none !important;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:left-4:focus {
  left: 1rem;
}

.focus\:top-4:focus {
  top: 1rem;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-2:focus {
  outline-width: 2px;
}

.focus\:outline-offset-0:focus {
  outline-offset: 0;
}

.focus\:outline-offset-1:focus {
  outline-offset: 1px;
}

.focus\:outline-offset-2:focus {
  outline-offset: 2px;
}

.focus\:outline-black:focus {
  outline-color: #000;
}

.focus\:outline-blue-500:focus {
  outline-color: #3b82f6;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-black:focus-visible {
  outline-color: #000;
}

.disabled\:hidden:disabled {
  display: none;
}

.group[open] .group-open\:translate-x-\[0\%\] {
  --tw-translate-x: 0%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:has(.has-disclaimer) .group-has-\[\.has-disclaimer\]\:block {
  display: block;
}

.data-\[active\=\'false\'\]\:pointer-events-none[data-active="false"] {
  pointer-events: none;
}
.data-\[active\=\'true\'\]\:pointer-events-auto[data-active="true"] {
  pointer-events: auto;
}
.data-\[active\=\'false\'\]\:-translate-y-\[200\%\][data-active="false"] {
  --tw-translate-y: -200%;
}
.data-\[active\=\'false\'\]\:-translate-y-\[200\%\][data-active="false"],
.data-\[active\=\'true\'\]\:translate-y-0[data-active="true"] {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[active\=\'true\'\]\:translate-y-0[data-active="true"] {
  --tw-translate-y: 0px;
}
.data-\[no-results\=true\]\:opacity-\[0\.67\][data-no-results="true"] {
  opacity: 0.67;
}
@media (min-width: 900px) {
  .md\:visible {
    visibility: visible;
  }
  .md\:invisible {
    visibility: hidden;
  }
  .md\:relative {
    position: relative;
  }
  .md\:sticky {
    position: sticky;
  }
  .md\:\!top-\[--header\] {
    top: var(--header) !important;
  }
  .md\:-top-\[6rem\] {
    top: -6rem;
  }
  .md\:-top-\[8rem\] {
    top: -8rem;
  }
  .md\:bottom-1 {
    bottom: 0.25rem;
  }
  .md\:bottom-\[10\%\] {
    bottom: 10%;
  }
  .md\:bottom-\[13\.6\%\] {
    bottom: 13.6%;
  }
  .md\:bottom-\[4\.8rem\] {
    bottom: 4.8rem;
  }
  .md\:left-1\/2 {
    left: 50%;
  }
  .md\:left-\[5\%\] {
    left: 5%;
  }
  .md\:left-\[6\%\] {
    left: 6%;
  }
  .md\:right-\[5\%\] {
    right: 5%;
  }
  .md\:right-\[60px\] {
    right: 60px;
  }
  .md\:top-0 {
    top: 0;
  }
  .md\:top-1\/2 {
    top: 50%;
  }
  .md\:top-\[11\.6rem\] {
    top: 11.6rem;
  }
  .md\:top-\[14rem\] {
    top: 14rem;
  }
  .md\:top-\[55\%\] {
    top: 55%;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .md\:row-start-3 {
    grid-row-start: 3;
  }
  .md\:m-\[4\.8rem_0px_0px_0px\] {
    margin: 4.8rem 0 0;
  }
  .md\:m-auto {
    margin: auto;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-32 {
    margin-bottom: 8rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-\[0\.8rem\] {
    margin-bottom: 0.8rem;
  }
  .md\:mb-\[1\.2rem\] {
    margin-bottom: 1.2rem;
  }
  .md\:mb-\[1\.6rem\] {
    margin-bottom: 1.6rem;
  }
  .md\:mb-\[1\.9rem\] {
    margin-bottom: 1.9rem;
  }
  .md\:mb-\[10\.8rem\] {
    margin-bottom: 10.8rem;
  }
  .md\:mb-\[2rem\] {
    margin-bottom: 2rem;
  }
  .md\:mb-\[3\.5rem\] {
    margin-bottom: 3.5rem;
  }
  .md\:mb-\[3\.6rem\] {
    margin-bottom: 3.6rem;
  }
  .md\:mb-\[5\.2rem\] {
    margin-bottom: 5.2rem;
  }
  .md\:ml-24 {
    margin-left: 6rem;
  }
  .md\:ml-\[1\.6rem\] {
    margin-left: 1.6rem;
  }
  .md\:ml-\[4\.8rem\] {
    margin-left: 4.8rem;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mr-24 {
    margin-right: 6rem;
  }
  .md\:mr-\[1\.5rem\] {
    margin-right: 1.5rem;
  }
  .md\:mr-\[12rem\] {
    margin-right: 12rem;
  }
  .md\:mr-\[2\.8rem\] {
    margin-right: 2.8rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mt-\[3\.6rem\] {
    margin-top: 3.6rem;
  }
  .md\:mt-\[7\.2rem\] {
    margin-top: 7.2rem;
  }
  .md\:mt-\[7\.392rem\] {
    margin-top: 7.392rem;
  }
  .md\:mt-\[8rem\] {
    margin-top: 8rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:aspect-\[0\.855\] {
    aspect-ratio: 0.855;
  }
  .md\:\!size-\[30rem\] {
    width: 30rem !important;
    height: 30rem !important;
  }
  .md\:\!h-\[calc\(100lvh-var\(--header\)-var\(--preHeader\)-13rem\)\] {
    height: calc(100lvh - var(--header) - var(--preHeader) - 13rem) !important;
  }
  .md\:\!h-\[var\(--customHeightDesktop\)\] {
    height: var(--customHeightDesktop) !important;
  }
  .md\:h-\[1\.4rem\] {
    height: 1.4rem;
  }
  .md\:h-\[10\.198rem\] {
    height: 10.198rem;
  }
  .md\:h-\[16\.5rem\] {
    height: 16.5rem;
  }
  .md\:h-\[34\.4rem\] {
    height: 34.4rem;
  }
  .md\:h-\[4\.8rem\] {
    height: 4.8rem;
  }
  .md\:h-\[40rem\] {
    height: 40rem;
  }
  .md\:h-\[50vh\] {
    height: 50vh;
  }
  .md\:h-\[60rem\] {
    height: 60rem;
  }
  .md\:h-\[68rem\] {
    height: 68rem;
  }
  .md\:h-\[72rem\] {
    height: 72rem;
  }
  .md\:h-\[76rem\] {
    height: 76rem;
  }
  .md\:h-\[var\(--customHeightDesktop\)\] {
    height: var(--customHeightDesktop);
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-\[102rem\] {
    width: 102rem;
  }
  .md\:w-\[12rem\] {
    width: 12rem;
  }
  .md\:w-\[2\.143rem\] {
    width: 2.143rem;
  }
  .md\:w-\[24rem\] {
    width: 24rem;
  }
  .md\:w-\[30rem\] {
    width: 30rem;
  }
  .md\:w-\[36\.7rem\] {
    width: 36.7rem;
  }
  .md\:w-\[42rem\] {
    width: 42rem;
  }
  .md\:w-\[4rem\] {
    width: 4rem;
  }
  .md\:w-\[55\%\] {
    width: 55%;
  }
  .md\:w-\[56\.4rem\] {
    width: 56.4rem;
  }
  .md\:w-\[60rem\] {
    width: 60rem;
  }
  .md\:w-\[66\.385rem\] {
    width: 66.385rem;
  }
  .md\:w-\[66rem\] {
    width: 66rem;
  }
  .md\:min-w-\[12rem\] {
    min-width: 12rem;
  }
  .md\:min-w-\[14\.1rem\] {
    min-width: 14.1rem;
  }
  .md\:max-w-\[48rem\] {
    max-width: 48rem;
  }
  .md\:max-w-\[69rem\] {
    max-width: 69rem;
  }
  .md\:max-w-\[75\%\] {
    max-width: 75%;
  }
  .md\:max-w-\[90\%\] {
    max-width: 90%;
  }
  .md\:flex-\[2\] {
    flex: 2;
  }
  .md\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }
  .md\:-translate-x-1\/2,
  .md\:-translate-y-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }
  .md\:cursor-pointer {
    cursor: pointer;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:items-baseline {
    align-items: baseline;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:gap-0 {
    gap: 0;
  }
  .md\:gap-\[0\.929rem\] {
    gap: 0.929rem;
  }
  .md\:gap-\[2\.125rem\] {
    gap: 2.125rem;
  }
  .md\:gap-\[2\.3rem\] {
    gap: 2.3rem;
  }
  .md\:gap-\[3\.1rem\] {
    gap: 3.1rem;
  }
  .md\:gap-\[6rem\] {
    gap: 6rem;
  }
  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .md\:gap-x-\[1\.5rem\] {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
  .md\:gap-y-\[4\.8rem\] {
    row-gap: 4.8rem;
  }
  .md\:gap-y-\[5\.8rem\] {
    row-gap: 5.8rem;
  }
  .md\:self-auto {
    align-self: auto;
  }
  .md\:self-start {
    align-self: flex-start;
  }
  .md\:overflow-x-auto {
    overflow-x: auto;
  }
  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .md\:border-b-2 {
    border-bottom-width: 2px;
  }
  .md\:border-r {
    border-right-width: 1px;
  }
  .md\:border-solid {
    border-style: solid;
  }
  .md\:border-grey-2 {
    --tw-border-opacity: 1;
    border-color: rgb(60 63 65 / var(--tw-border-opacity));
  }
  .md\:border-opacity-50 {
    --tw-border-opacity: 0.5;
  }
  .md\:p-\[2rem_0_0_0\] {
    padding: 2rem 0 0;
  }
  .md\:p-\[3rem_0_0_0\] {
    padding: 3rem 0 0;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:px-\[1\.3rem\] {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
  .md\:px-\[15\.929rem\] {
    padding-left: 15.929rem;
    padding-right: 15.929rem;
  }
  .md\:px-\[4rem\] {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-\[5\.667rem\] {
    padding-left: 5.667rem;
    padding-right: 5.667rem;
  }
  .md\:px-\[5rem\] {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-\[6rem\] {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .md\:px-\[9\.635rem\] {
    padding-left: 9.635rem;
    padding-right: 9.635rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-\[10rem\] {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .md\:py-\[6rem\] {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:py-\[7\.5rem\] {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .md\:py-\[8rem\] {
    padding-top: 8rem;
  }
  .md\:pb-32,
  .md\:py-\[8rem\] {
    padding-bottom: 8rem;
  }
  .md\:pb-\[1\.6rem\] {
    padding-bottom: 1.6rem;
  }
  .md\:pb-\[10rem\] {
    padding-bottom: 10rem;
  }
  .md\:pb-\[1rem\] {
    padding-bottom: 1rem;
  }
  .md\:pb-\[3\.111rem\] {
    padding-bottom: 3.111rem;
  }
  .md\:pb-\[4\.8rem\] {
    padding-bottom: 4.8rem;
  }
  .md\:pb-\[55px\] {
    padding-bottom: 55px;
  }
  .md\:pl-16 {
    padding-left: 4rem;
  }
  .md\:pl-4 {
    padding-left: 1rem;
  }
  .md\:pr-4 {
    padding-right: 1rem;
  }
  .md\:pt-32 {
    padding-top: 8rem;
  }
  .md\:pt-\[50px\] {
    padding-top: 50px;
  }
  .md\:pt-\[6rem\] {
    padding-top: 6rem;
  }
  .md\:pt-\[8rem\] {
    padding-top: 8rem;
  }
  .md\:pt-\[calc\(var\(--header\)\+8rem\)\] {
    padding-top: calc(var(--header) + 8rem);
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .md\:text-\[1\.6rem\] {
    font-size: 1.6rem;
  }
  .md\:text-\[2\.4rem\] {
    font-size: 2.4rem;
  }
  .md\:text-\[2\.8rem\] {
    font-size: 2.8rem;
  }
  .md\:text-\[2rem\] {
    font-size: 2rem;
  }
  .md\:text-\[3\.6rem\] {
    font-size: 3.6rem;
  }
  .md\:text-\[4\.8rem\] {
    font-size: 4.8rem;
  }
  .md\:leading-\[1\.2\] {
    line-height: 1.2;
  }
  .md\:leading-\[1\.2rem\] {
    line-height: 1.2rem;
  }
  .md\:leading-\[1\.9rem\] {
    line-height: 1.9rem;
  }
  .md\:leading-\[2\.3rem\] {
    line-height: 2.3rem;
  }
  .md\:leading-\[2\.6rem\] {
    line-height: 2.6rem;
  }
  .md\:leading-\[2\.7rem\] {
    line-height: 2.7rem;
  }
  .md\:leading-\[2rem\] {
    line-height: 2rem;
  }
  .md\:leading-\[3\.1rem\] {
    line-height: 3.1rem;
  }
  .md\:leading-\[3\.9rem\] {
    line-height: 3.9rem;
  }
  .md\:leading-\[5\.2rem\] {
    line-height: 5.2rem;
  }
  .md\:leading-normal {
    line-height: normal;
  }
  .md\:tracking-\[-0\.02em\] {
    letter-spacing: -0.02em;
  }
  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }
}
@media (min-width: 1440px) {
  .lg\:right-\[3\%\] {
    right: 3%;
  }
  .lg\:top-\[4\%\] {
    top: 4%;
  }
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .lg\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-\[20px\] {
    margin-bottom: 20px;
  }
  .lg\:mb-\[28px\] {
    margin-bottom: 28px;
  }
  .lg\:mb-\[36px\] {
    margin-bottom: 36px;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mt-\[16px\] {
    margin-top: 16px;
  }
  .lg\:\!block {
    display: block !important;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[20px\] {
    height: 20px;
  }
  .lg\:min-h-\[1\.5rem\] {
    min-height: 1.5rem;
  }
  .lg\:min-h-\[1\.855rem\] {
    min-height: 1.855rem;
  }
  .lg\:w-3\/12 {
    width: 25%;
  }
  .lg\:w-3\/4,
  .lg\:w-9\/12 {
    width: 75%;
  }
  .lg\:w-\[30rem\] {
    width: 30rem;
  }
  .lg\:w-\[40rem\] {
    width: 40rem;
  }
  .lg\:min-w-\[8\.5rem\] {
    min-width: 8.5rem;
  }
  .lg\:max-w-\[42\.643rem\] {
    max-width: 42.643rem;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:\!gap-\[0\.9rem\] {
    gap: 0.9rem !important;
  }
  .lg\:gap-\[0\.9rem\] {
    gap: 0.9rem;
  }
  .lg\:gap-\[15px\] {
    gap: 15px;
  }
  .lg\:gap-\[21\.571rem\] {
    gap: 21.571rem;
  }
  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .lg\:gap-x-\[15px\] {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .lg\:gap-y-7 {
    row-gap: 1.75rem;
  }
  .lg\:gap-y-\[20px\] {
    row-gap: 20px;
  }
  .lg\:border-0 {
    border-width: 0;
  }
  .lg\:border-l {
    border-left-width: 1px;
  }
  .lg\:border-t-0 {
    border-top-width: 0;
  }
  .lg\:border-solid {
    border-style: solid;
  }
  .lg\:border-grey-5 {
    --tw-border-opacity: 1;
    border-color: rgb(233 234 234 / var(--tw-border-opacity));
  }
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:px-24,
  .lg\:px-\[6rem\] {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:py-\[0\.6rem\] {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .lg\:pl-11 {
    padding-left: 2.75rem;
  }
  .lg\:pl-\[6rem\] {
    padding-left: 6rem;
  }
  .lg\:pr-\[6rem\] {
    padding-right: 6rem;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:text-\[1\.13rem\] {
    font-size: 1.13rem;
  }
  .lg\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .lg\:text-\[1\.6rem\] {
    font-size: 1.6rem;
  }
  .lg\:text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .lg\:text-\[16px\] {
    font-size: 16px;
  }
  .lg\:text-\[2\.24rem\] {
    font-size: 2.24rem;
  }
  .lg\:text-\[2\.8rem\] {
    font-size: 2.8rem;
  }
  .lg\:text-\[3\.6rem\] {
    font-size: 3.6rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:leading-\[0\.65\] {
    line-height: 0.65;
  }
  .lg\:leading-\[1\.25rem\] {
    line-height: 1.25rem;
  }
  .lg\:leading-\[20px\] {
    line-height: 20px;
  }
  .lg\:first\:ml-0:first-child {
    margin-left: 0;
  }
}
.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker,
.\[\&\:\:-webkit-search-cancel-button\]\:hidden::-webkit-search-cancel-button {
  display: none;
}
.\[\&\>a\]\:block > a {
  display: block;
}
.\[\&\>div\]\:relative > div {
  position: relative;
}
.\[\&\>div\]\:aspect-square > div {
  aspect-ratio: 1/1;
}
.\[\&\>div\]\:h-full > div {
  height: 100%;
}
.\[\&\>div\]\:w-\[1\.3rem\] > div {
  width: 1.3rem;
}
.\[\&\>div\]\:overflow-x-hidden > div {
  overflow-x: hidden;
}
.\[\&\>div\]\:rounded-full > div {
  border-radius: 9999px;
}
.\[\&\>div\]\:px-0\.5 > div {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
@media (min-width: 1440px) {
  .\[\&\>div\]\:lg\:w-6 > div {
    width: 1.5rem;
  }
}
.\[\&\>span\>img\]\:\!rounded-full > span > img {
  border-radius: 9999px !important;
}
.\[\&\>span\]\:absolute > span {
  position: absolute;
}
.\[\&\>span\]\:\!left-1\/2 > span {
  left: 50% !important;
}
.\[\&\>span\]\:\!top-1\/2 > span {
  top: 50% !important;
}
.\[\&\>span\]\:aspect-\[6\] > span {
  aspect-ratio: 6;
}
.\[\&\>span\]\:aspect-square > span {
  aspect-ratio: 1/1;
}
.\[\&\>span\]\:\!size-\[3rem\] > span {
  width: 3rem !important;
  height: 3rem !important;
}
.\[\&\>span\]\:\!h-\[12px\] > span {
  height: 12px !important;
}
.\[\&\>span\]\:\!w-\[84\%\] > span {
  width: 84% !important;
}
.\[\&\>span\]\:-translate-x-1\/2 > span {
  --tw-translate-x: -50%;
}
.\[\&\>span\]\:-translate-x-1\/2 > span,
.\[\&\>span\]\:-translate-y-1\/2 > span {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\>span\]\:-translate-y-1\/2 > span {
  --tw-translate-y: -50%;
}
.\[\&\>span\]\:-translate-y-\[55\.8\%\] > span {
  --tw-translate-y: -55.8%;
}
.\[\&\>span\]\:-translate-y-\[55\.8\%\] > span,
.\[\&\>span\]\:-translate-y-\[56\.9\%\] > span {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&\>span\]\:-translate-y-\[56\.9\%\] > span {
  --tw-translate-y: -56.9%;
}
@media (min-width: 900px) {
  .\[\&\>span\]\:md\:\!size-\[2\.5rem\] > span {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }
}
@media (min-width: 1440px) {
  .lg\:\[\&\>span\]\:aspect-\[6\.5\] > span {
    aspect-ratio: 6.5;
  }
  .lg\:\[\&\>span\]\:\!h-\[20px\] > span {
    height: 20px !important;
  }
  .\[\&\>span\]\:lg\:\!-translate-y-\[56\.2\%\] > span {
    --tw-translate-y: -56.2% !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
  }
}
.\[\&\>td\:first-child\]\:border-l > td:first-child {
  border-left-width: 1px;
}
.\[\&\>td\:last-child\]\:border-r > td:last-child {
  border-right-width: 1px;
}
.\[\&_\.react-dropdown-select-dropdown-handle\]\:absolute
  .react-dropdown-select-dropdown-handle {
  position: absolute;
}
.\[\&_\.react-dropdown-select-dropdown-handle\]\:right-\[9\.67px\]
  .react-dropdown-select-dropdown-handle {
  right: 9.67px;
}
.\[\&_\.react-dropdown-select-dropdown-handle\]\:top-\[37\%\]
  .react-dropdown-select-dropdown-handle {
  top: 37%;
}
.\[\&_\.react-dropdown-select\]\:\!static .react-dropdown-select {
  position: static !important;
}
.\[\&_\.react-dropdown-select\]\:\!h-full .react-dropdown-select {
  height: 100% !important;
}
.\[\&_\.react-dropdown-select\]\:border-x-0 .react-dropdown-select {
  border-left-width: 0;
  border-right-width: 0;
}
.\[\&_\.react-dropdown-select\]\:border-t-0 .react-dropdown-select {
  border-top-width: 0;
}
.\[\&_\.react-dropdown-select\]\:border-grey-10 .react-dropdown-select {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.\[\&_\.react-dropdown-select\]\:\!opacity-100 .react-dropdown-select {
  opacity: 1 !important;
}
.\[\&_h3\]\:my-3 h3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.\[\&_h3\]\:text-2xl h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.\[\&_h3\]\:font-bold h3 {
  font-weight: 700;
}
.\[\&_li\]\:\!list-decimal li {
  list-style-type: decimal !important;
}
.\[\&_li\]\:text-\[1\.2rem\] li {
  font-size: 1.2rem;
}
@media (min-width: 900px) {
  .\[\&_li\]\:md\:text-\[1\.6rem\] li {
    font-size: 1.6rem;
  }
}
.\[\&_p\]\:text-\[1\.4rem\] p {
  font-size: 1.4rem;
}
.\[\&_p\]\:text-\[16\.6px\] p {
  font-size: 16.6px;
}
.\[\&_p\]\:leading-\[2\.4rem\] p {
  line-height: 2.4rem;
}
@media (min-width: 1440px) {
  .\[\&_p\]\:lg\:text-\[1\.6rem\] p {
    font-size: 1.6rem;
  }
  .lg\:\[\&_p\]\:text-\[18\.55px\] p {
    font-size: 18.55px;
  }
}
.\[\&_span\]\:aspect-square span {
  aspect-ratio: 1/1;
}
.\[\&_span\]\:\!size-full span {
  width: 100% !important;
  height: 100% !important;
}
.\[\&_span\]\:\!h-full span {
  height: 100% !important;
}
.\[\&_span\]\:\!w-full span {
  width: 100% !important;
}
.\[\&_svg\]\:\!aspect-square svg {
  aspect-ratio: 1/1 !important;
}
.\[\&_svg\]\:\!size-10 svg {
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.\[\&_svg\]\:\!size-\[24px\] svg {
  width: 24px !important;
  height: 24px !important;
}
.\[\&_svg\]\:\!w-\[1\.6rem\] svg {
  width: 1.6rem !important;
}
.\[\&_table\]\:mb-24 table {
  margin-bottom: 6rem;
}
.\[\&_table\]\:mt-16 table {
  margin-top: 4rem;
}
.\[\&_table\]\:block table {
  display: block;
}
.\[\&_table\]\:min-w-full table {
  min-width: 100%;
}
.\[\&_table\]\:table-auto table {
  table-layout: auto;
}
.\[\&_table\]\:\!overflow-x-scroll table {
  overflow-x: scroll !important;
}
@media (min-width: 900px) {
  .\[\&_table\]\:md\:\!overflow-x-auto table {
    overflow-x: auto !important;
  }
}
.\[\&_td\]\:\!break-normal td {
  overflow-wrap: normal !important;
  word-break: normal !important;
}
.\[\&_td\]\:border-x td {
  border-left-width: 1px;
  border-right-width: 1px;
}
.\[\&_td\]\:border-b td {
  border-bottom-width: 1px;
}
.\[\&_td\]\:border-solid td {
  border-style: solid;
}
.\[\&_td\]\:border-grey-4 td {
  --tw-border-opacity: 1;
  border-color: rgb(194 194 194 / var(--tw-border-opacity));
}
.\[\&_th\]\:\!break-normal th {
  overflow-wrap: normal !important;
  word-break: normal !important;
}
.\[\&_th\]\:font-bold th {
  font-weight: 700;
}
.\[\&_thead\]\:border-b thead {
  border-bottom-width: 1px;
}
.\[\&_thead\]\:border-solid thead {
  border-style: solid;
}
.\[\&_thead\]\:border-grey-2 thead {
  --tw-border-opacity: 1;
  border-color: rgb(60 63 65 / var(--tw-border-opacity));
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

@keyframes preview_run__gTd6l {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.preview_preview__vpqbe {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999999999;
  pointer-events: none;
  background: #228b22;
  color: #fff;
  opacity: 0.75;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 900px) {
  .preview_preview__vpqbe {
    padding: 2rem;
    font-size: 2rem;
  }
}
.preview_message__qf1JU {
  margin-top: 1rem;
  font-size: 1rem;
}
@media (min-width: 900px) {
  .preview_message__qf1JU {
    margin-top: 1rem;
    font-size: 0.88rem;
  }
}
@keyframes sitelink_run__SLHVD {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.sitelink_link__GayAm {
  cursor: pointer;
}
.sitelink_link__GayAm:hover:not(
    .sitelink_nohover__NZx5r,
    .sitelink_btn__R0hIB
  ) {
  text-decoration: underline;
}
.sitelink_underlined__NZkhg:not(.sitelink_btn__R0hIB) {
  display: inline-block;
  text-decoration: underline;
}
.sitelink_underlined__NZkhg:not(.sitelink_btn__R0hIB):hover {
  color: #8f8f8f;
}
.sitelink_btn__R0hIB {
  width: 100%;
}
.sitelink_disabled__l_B5V {
  pointer-events: none;
  cursor: default;
}
@keyframes button_run__3TUzl {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.button_filledWhiteHover__cQGLG {
  background-color: var(--bgColor);
  color: var(--fontColor);
  font-weight: var(--fontWeight) !important;
}
@media (min-width: 900px) {
  .button_filledWhiteHover__cQGLG:hover {
    background-color: #fff;
    color: #000;
  }
}
.button_filledBlackHover__Z6c2d {
  background-color: var(--bgColor);
  color: var(--fontColor);
  font-weight: var(--fontWeight) !important;
}
@media (min-width: 900px) {
  .button_filledBlackHover__Z6c2d:hover {
    background-color: #000;
    color: #fff;
  }
}
.button_filledBrighterHover__uyQoR {
  background-color: var(--bgColor);
  color: var(--fontColor);
  font-weight: var(--fontWeight) !important;
}
@media (min-width: 900px) {
  .button_filledBrighterHover__uyQoR:hover {
    filter: invert(0.2) brightness(1.3);
  }
}
.button_default__EXDu2 {
  background-color: #000;
  color: #fff;
}
@media (min-width: 900px) {
  .button_default__EXDu2:hover {
    background-color: #fff;
    color: #000;
  }
}
.button_clear___3SB_ {
  background-color: #fff;
  color: #000;
}
@media (min-width: 900px) {
  .button_clear___3SB_:hover {
    background-color: #000;
    color: #fff;
  }
}
.button_bgGrey__YQxIW {
  background-color: #f8f8f8;
  color: #8f8f8f;
  border: 1px solid #8f8f8f;
}
@media (min-width: 900px) {
  .button_bgGrey__YQxIW:hover {
    background-color: #000;
    color: #fff;
  }
}
.button_wolfGrey__q_BOZ {
  background-color: #5c5a59;
  color: #fff;
}
.button_transparent__ESE7z {
  border: 1px solid #000;
  color: #000;
}
@media (min-width: 900px) {
  .button_transparent__ESE7z:hover {
    background-color: #000;
    color: #fff;
  }
}
.button_transparentWhite__dHNZK {
  border: 1px solid #fff;
  color: #fff;
}
@media (min-width: 900px) {
  .button_transparentWhite__dHNZK:hover {
    background-color: #000;
    color: #fff;
  }
}
.button_transparentWhiteInvertedHover__l2Fwm {
  border: 1px solid #fff;
  color: #fff;
}
@media (min-width: 900px) {
  .button_transparentWhiteInvertedHover__l2Fwm:hover {
    background-color: #fff;
    color: #000;
  }
}
.button_outline__GNw6t {
  border: 1px solid var(--fontColor);
  color: var(--fontColor);
  font-weight: var(--fontWeight) !important;
  cursor: pointer;
}
@media (min-width: 900px) {
  .button_outline__GNw6t:hover {
    background-color: hsla(0, 0%, 100%, 0.3);
    filter: contrast(1.2), brightness(1.2);
  }
}
.button_link__8Bcff {
  color: var(--fontColor);
  font-weight: var(--fontWeight) !important;
  border: none !important;
}
.button_linkUnderlined__a9Tyi {
  border: none !important;
  position: relative;
  color: var(--fontColor);
  width: -moz-fit-content !important;
  width: fit-content !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.button_btn__XHL7T {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  letter-spacing: 0.12em;
  padding: 1.6rem 1.05rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.button_btn__XHL7T p {
  width: 100%;
}
.button_fit__EvmK_,
.button_xs__gXtxq {
  width: -moz-fit-content;
  width: fit-content;
}
.button_xs__gXtxq {
  padding: 1.5rem 2.4rem 1.3rem;
}
.button_small__VyZqC {
  padding: 1rem 0;
  width: 16rem;
}
@media (min-width: 900px) {
  .button_small__VyZqC {
    width: 16rem;
  }
}
.button_medium__7XHnx {
  padding: 1.6rem 1.05rem;
  width: 100%;
  max-width: 21.9rem;
}
@media (min-width: 900px) {
  .button_medium__7XHnx {
    max-width: 24rem;
  }
}
.button_large__gmJ3H {
  height: 1.8rem 0;
  width: 34.3rem;
}
@media (min-width: 900px) {
  .button_large__gmJ3H {
    width: 36rem;
  }
}
.button_fullWidth__2cQPi {
  width: 100%;
}
.button_fitContent__gvE_v {
  width: -moz-fit-content;
  width: fit-content;
}
.button_border__cwU42 {
  border: 1px solid #000;
  box-sizing: border-box;
}
@keyframes menuDesktopItem_run___o_TW {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.menuDesktopItem_desktopMenu__zUbXy {
  display: none;
  visibility: hidden;
}
@media (min-width: 900px) {
  .menuDesktopItem_desktopMenu__zUbXy {
    height: 40rem;
    width: 100%;
    z-index: 99;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    visibility: visible;
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .menuDesktopItem_desktopMenu__zUbXy .menuDesktopItem_title__lMQOg {
    font-family: "Century Gothic", sans-serif;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 2.8rem;
  }
  .menuDesktopItem_desktopMenu__zUbXy .menuDesktopItem_title__lMQOg:hover {
    cursor: pointer;
  }
  .menuDesktopItem_desktopMenu__zUbXy .menuDesktopItem_menuItems__0XIbv {
    width: 48rem;
    min-width: 48rem;
    border-right: 1px solid #e9eaea;
    font-family: "Century Gothic", sans-serif;
    letter-spacing: -0.02em;
    font-weight: 400;
    padding: 6rem 12rem;
  }
  .menuDesktopItem_desktopMenu__zUbXy .menuDesktopItem_menuItems__0XIbv li {
    margin-bottom: 1.2rem;
  }
  .menuDesktopItem_desktopMenu__zUbXy
    .menuDesktopItem_menuItems__0XIbv
    li:hover {
    cursor: pointer;
  }
  .menuDesktopItem_desktopMenu__zUbXy
    .menuDesktopItem_highlightedProducts__u4cWe {
    padding: 6rem;
  }
  .menuDesktopItem_desktopMenu__zUbXy
    .menuDesktopItem_highlightedProducts__u4cWe
    ul {
    display: flex;
  }
  .menuDesktopItem_desktopMenu__zUbXy
    .menuDesktopItem_highlightedProduct__PILyX {
    margin-right: 1.6rem;
    flex: 1;
  }
  .menuDesktopItem_desktopMenu__zUbXy
    .menuDesktopItem_highlightedProduct__PILyX
    .menuDesktopItem_image__vrUAr {
    background-color: #f7f5f4;
    -o-object-fit: cover;
    object-fit: cover;
    width: 19.8rem;
    height: 19.8rem;
    margin-bottom: 1.6rem;
  }
  .menuDesktopItem_desktopMenu__zUbXy
    .menuDesktopItem_highlightedProduct__PILyX
    h3 {
    font-family: "Century Gothic", sans-serif;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
  .menuDesktopItem_desktopMenu__zUbXy .menuDesktopItem_highlightedLink__XQwVS {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .menuDesktopItem_desktopMenu__zUbXy
    .menuDesktopItem_highlightedLink__XQwVS
    h2 {
    font-family: "Century Gothic", sans-serif;
    letter-spacing: -0.02em;
    font-weight: 700;
    z-index: 10;
    font-size: 3.6rem;
    line-height: 3.9rem;
    color: #fff;
    margin-bottom: 2.8rem;
  }
  .menuDesktopItem_desktopMenu__zUbXy .menuDesktopItem_btnWrapper__qanh_ {
    z-index: 10;
  }
  .menuDesktopItem_desktopMenu__zUbXy
    .menuDesktopItem_highlightedLinkImage__j3l3a {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
  }
}
@keyframes icons_run__tmclZ {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.icons_viewImages__p7igA {
  position: relative;
  width: 1.867rem;
  height: 1.467rem;
}
@media (min-width: 900px) {
  .icons_viewImages__p7igA {
    width: 2.8rem;
    height: 2.2rem;
  }
}
.icons_view3D__jWDiu {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 900px) {
  .icons_view3D__jWDiu {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.icons_cartWrapper__z7AIA {
  position: relative;
}
.icons_cartWrapper__z7AIA .icons_numberOfItems__gKtlk {
  display: block;
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 0.8rem;
  left: 70%;
  bottom: 55%;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fed100;
  border-radius: 50%;
  position: absolute;
  color: #000;
  z-index: 1;
}
.icons_social__GEpp0 {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
@media (min-width: 900px) {
  .icons_social__GEpp0 {
    width: 4rem;
    height: 4rem;
  }
  .icons_social__GEpp0:hover {
    background-color: #000;
  }
  .icons_social__GEpp0:hover .icons_facebook__RGlgu,
  .icons_social__GEpp0:hover .icons_instagram__hzlGl,
  .icons_social__GEpp0:hover .icons_pinterest__ERj6e,
  .icons_social__GEpp0:hover .icons_tiktok__fE7Um,
  .icons_social__GEpp0:hover .icons_twitter___ghc2,
  .icons_social__GEpp0:hover .icons_youtube__nQ_j5 {
    filter: invert(1);
  }
}
.icons_svg__JnMbt {
  overflow: visible;
}
.icons_svg__JnMbt.icons_doona__Q_7A_ {
  width: 13rem;
  height: 6rem;
}
.icons_svg__JnMbt.icons_doonaYellow__LK1SO {
  width: 13rem;
  height: 100%;
}
.icons_svg__JnMbt.icons_cartBlack__i0hLQ,
.icons_svg__JnMbt.icons_cartWhite__BW2tE,
.icons_svg__JnMbt.icons_locationPinBlack__3WAnR,
.icons_svg__JnMbt.icons_locationPinWhite__XrExm,
.icons_svg__JnMbt.icons_menuBlack__6PgnE,
.icons_svg__JnMbt.icons_menuWhite__Y_enY,
.icons_svg__JnMbt.icons_searchBlack__PHhJH,
.icons_svg__JnMbt.icons_searchWhite__1oKxp {
  width: 2.4rem;
  height: 2.4rem;
}
.icons_svg__JnMbt.icons_arrowLeft__A_neG,
.icons_svg__JnMbt.icons_arrowRight__WsnLf {
  width: 45%;
  height: 45%;
}
.icons_svg__JnMbt.icons_arrowDown__cYVXe,
.icons_svg__JnMbt.icons_arrowUp__rLa5E {
  width: 2rem;
  height: 2rem;
}
@media (min-width: 900px) {
  .icons_svg__JnMbt.icons_arrowDown__cYVXe,
  .icons_svg__JnMbt.icons_arrowUp__rLa5E {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.icons_svg__JnMbt.icons_arrowRightFilters__lrWK3 {
  fill: none;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0.2rem 1rem;
}
@media (min-width: 900px) {
  .icons_svg__JnMbt.icons_arrowRightFilters__lrWK3 {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0.4rem 0.1rem;
  }
}
.icons_svg__JnMbt.icons_accordionArrowDown__UiDCF,
.icons_svg__JnMbt.icons_accordionArrowUp__tHbzg {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 900px) {
  .icons_svg__JnMbt.icons_accordionArrowDown__UiDCF,
  .icons_svg__JnMbt.icons_accordionArrowUp__tHbzg {
    width: 2rem;
    height: 2rem;
  }
}
.icons_svg__JnMbt.icons_mapPin__d_dL6 {
  cursor: pointer;
  width: 3rem;
  height: 3rem;
}
.icons_svg__JnMbt.icons_close__7x73j {
  max-width: 2.4rem;
  max-height: 2.4rem;
}
@media (min-width: 900px) {
  .icons_svg__JnMbt.icons_close__7x73j {
    height: 2.4rem;
    width: 2.4rem;
  }
}
.icons_svg__JnMbt.icons_pause__xEHz_,
.icons_svg__JnMbt.icons_play__Fdxyd {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 900px) {
  .icons_svg__JnMbt.icons_pause__xEHz_,
  .icons_svg__JnMbt.icons_play__Fdxyd {
    width: 3rem;
    height: 3rem;
  }
}
.icons_svg__JnMbt.icons_checkChecked__tcrw_,
.icons_svg__JnMbt.icons_check__1_kl2 {
  transform: translateY(-10%);
  width: 100%;
  height: 100%;
}
@media (min-width: 900px) {
  .icons_svg__JnMbt.icons_checkChecked__tcrw_,
  .icons_svg__JnMbt.icons_check__1_kl2 {
    transform: translateY(-11%);
  }
}
.icons_svg__JnMbt.icons_mapMarker__lWRs4 {
  width: 1.5rem;
  height: 1.5rem;
}
.icons_svg__JnMbt.icons_facebook__RGlgu,
.icons_svg__JnMbt.icons_instagram__hzlGl,
.icons_svg__JnMbt.icons_pinterest__ERj6e,
.icons_svg__JnMbt.icons_tiktok__fE7Um,
.icons_svg__JnMbt.icons_twitter___ghc2,
.icons_svg__JnMbt.icons_youtube__nQ_j5 {
  height: 2.4rem;
  width: 2.4rem;
}
.icons_svg__JnMbt.icons_star__x95Rj {
  width: 1.6rem;
  height: 1.6rem;
}
.icons_svg__JnMbt.icons_pause__xEHz_,
.icons_svg__JnMbt.icons_play__Fdxyd {
  width: min(50%, 2.8rem);
  height: min(50%, 2.8rem);
}
.icons_svg__JnMbt.icons_filter__rAYVO,
.icons_svg__JnMbt.icons_truck__K3ksO {
  width: 2.4rem;
  height: 2.4rem;
}
.icons_svg__JnMbt.icons_payments__QQxUW {
  width: 3rem;
  height: 3rem;
}
.icons_svg__JnMbt.icons_plus__cX6x6 {
  width: 1.2rem;
  height: 2rem;
}
.icons_svg__JnMbt.icons_reviewStar__tJkh8 {
  width: 1.55rem;
  height: 1.6rem;
}
@media (min-width: 900px) {
  .icons_svg__JnMbt.icons_reviewStar__tJkh8 {
    width: 1.75rem;
    height: 1.6rem;
  }
}
.icons_svg__JnMbt.icons_warranty__ctlPd {
  width: 2.4rem;
  height: 2.4rem;
}
@keyframes menuItem_run__pZEYC {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.menuItem_menuItem__7BfoK {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f8f7f9;
  overflow-x: auto;
  padding: 0 1.6rem;
}
.menuItem_title__AV4q0 {
  width: 100%;
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  height: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menuItem_swiper__Sig3i {
  position: relative;
  display: flex;
  height: 23.7rem;
  width: 100%;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  overflow-y: hidden;
}
.menuItem_item__NwNcW {
  position: relative;
  margin-bottom: 3rem;
  height: 18rem;
  min-width: 14rem;
  margin-right: 1.6rem;
}
.menuItem_itemTitle__HaMgq {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  position: relative;
  top: 19.2rem;
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.menuItem_image__iQYr0 {
  position: absolute;
  background-color: #f7f5f4;
  width: 14rem;
  height: 18rem;
}
@keyframes currentCountry_run__df3SG {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.currentCountry_countryWrapper__XYjL8 {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.currentCountry_countryWrapper__XYjL8 .currentCountry_flag__aPZuM {
  width: 1.9rem;
  margin-right: 0.8rem;
}
.currentCountry_countryWrapper__XYjL8 .currentCountry_text__XJdRp {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  line-height: 1;
}
@keyframes menuMobile_run__G4i3p {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.menuMobile_menuMobile__Uxzlx {
  height: calc(100vh - var(--header));
  background-color: #fff;
  z-index: 50;
  width: 100%;
  overflow-y: scroll;
  position: relative;
}
@media (min-width: 900px) {
  .menuMobile_menuMobile__Uxzlx {
    display: none;
    visibility: hidden;
  }
}
.menuMobile_menuItem__UUHGJ {
  width: 100%;
}
.menuMobile_title__pQFbt {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.menuMobile_locationSwitcherButton__Ul5le,
.menuMobile_title__pQFbt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menuMobile_locationSwitcherButton__Ul5le {
  padding: 0 1.6rem;
  height: 6rem;
  border-bottom: 1px solid #f8f7f9;
}
.menuMobile_locationSwitcherButton__Ul5le .menuMobile_prompt__Kfl1y {
  display: flex;
  align-items: center;
}
.menuMobile_locationSwitcherButton__Ul5le
  .menuMobile_prompt__Kfl1y
  .menuMobile_text__0vQlW {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: underline;
  transform: translateY(0.1rem);
  margin-right: 0.8rem;
}
.menuMobile_locationSwitcherButton__Ul5le
  .menuMobile_prompt__Kfl1y
  .menuMobile_arrow__AZf4W {
  width: 1.6rem;
  transform: rotate(90deg);
}
@keyframes uspBar_run__YHT8B {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.uspBar_swiperContainer__Rww26 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  max-width: 100%;
  text-align: center;
  overflow: visible;
}
@media (min-width: 900px) {
  .uspBar_swiperContainer__Rww26 {
    max-width: 60rem;
  }
}
.uspBar_swiperContainer__Rww26 p {
  font-family: "Century Gothic";
  cursor: default;
}
.uspBar_swiperContainer__Rww26 b {
  font-weight: 600;
  cursor: default;
}
.uspBar_swiperContainer__Rww26 * {
  align-items: center;
  line-height: 1.2;
  overflow-y: visible;
}
.uspBar_swiperContainer__Rww26 a {
  display: inline-block;
  padding: 0.4rem 0.2rem;
  position: relative;
  border: 2px solid transparent;
}
.uspBar_swiperContainer__Rww26 a:focus {
  outline: none;
  border-color: #3b82f6;
  border-radius: 0.2rem;
}
@keyframes preheader_run__z_qW1 {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.preheader_preheader__Wr8kT {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  height: 3.6rem;
  font-size: 1.2rem;
  line-height: 1.2;
  position: relative;
  z-index: calc(100 + 1);
  padding: 0.2rem 0;
}
@media (min-width: 900px) {
  .preheader_preheader__Wr8kT {
    justify-content: space-between;
    padding: 0 2rem;
    height: 3.6rem;
    font-size: 1.2rem;
  }
}
.preheader_preheader__Wr8kT.preheader_countdownActive__zwJ_N {
  height: 4.2rem;
}
@media (min-width: 900px) {
  .preheader_preheader__Wr8kT.preheader_countdownActive__zwJ_N {
    height: 3.4rem;
  }
}
.preheader_preheader__Wr8kT .preheader_center__18urB {
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.preheader_preheader__Wr8kT .preheader_left__nDY7h,
.preheader_preheader__Wr8kT .preheader_right__j_ixc {
  display: none;
  visibility: hidden;
}
@media (min-width: 900px) {
  .preheader_preheader__Wr8kT .preheader_left__nDY7h,
  .preheader_preheader__Wr8kT .preheader_right__j_ixc {
    font-family: "Century Gothic", sans-serif;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: visible;
  }
  .preheader_preheader__Wr8kT .preheader_left__nDY7h a,
  .preheader_preheader__Wr8kT .preheader_right__j_ixc a {
    display: block;
    margin-right: 2.8rem;
  }
}
.preheader_preheader__Wr8kT .preheader_locationSwitcherWrapper___ajzt {
  display: flex;
  align-items: center;
  margin-right: 2.8rem;
  padding: 0.4rem 0;
  justify-content: center;
  cursor: pointer;
}
.preheader_preheader__Wr8kT
  .preheader_locationSwitcherWrapper___ajzt
  .preheader_countryName__4hH_l {
  font-size: 1.2rem;
}
.preheader_preheader__Wr8kT
  .preheader_locationSwitcherWrapper___ajzt
  .preheader_arrowDown__aEucN {
  margin-left: 0.4rem;
  filter: invert(1);
}
.preheader_cursorPointer__Yj2GN:hover {
  cursor: pointer;
}
@keyframes countdownBar_run__bCNam {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.countdownBar_timer__a1NOk {
  color: currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
}
.countdownBar_number__NW0BD {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.7rem;
}
@media (min-width: 900px) {
  .countdownBar_number__NW0BD {
    font-size: 2.8rem;
    line-height: 3.1rem;
  }
}
.countdownBar_colon__8ZqYa {
  transform: translateY(-0.65rem);
  margin-right: 0.6rem;
}
.countdownBar_colon__8ZqYa.countdownBar_numberOnly__Y0ptg {
  transform: translateY(0);
}
.countdownBar_clock__pdqZZ {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.4rem;
  letter-spacing: -0.02em;
}
.countdownBar_attribute__2WJns {
  font-family: "Century Gothic", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.12em;
}
@media (min-width: 900px) {
  .countdownBar_attribute__2WJns {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
@keyframes messageBar_run__stxpa {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.messageBar_messageBar__0xQAp {
  position: relative;
  z-index: calc(100 + 1);
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  width: 100%;
  min-height: 3rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4rem;
}
@media (min-width: 900px) {
  .messageBar_messageBar__0xQAp {
    padding: 1rem 5rem;
  }
}
.messageBar_messageBar__0xQAp > * {
  transform: translateY(0.1rem);
}
.messageBar_messageBar__0xQAp b {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.messageBar_messageBar__0xQAp i {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-style: italic;
}
.messageBar_messageBar__0xQAp .messageBar_close__Rusan {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.5rem;
}
.messageBar_messageBar__0xQAp .messageBar_close__Rusan svg {
  width: 1.6rem;
  height: 1.6rem;
}
@media (min-width: 900px) {
  .messageBar_messageBar__0xQAp .messageBar_close__Rusan {
    right: 1rem;
  }
  .messageBar_messageBar__0xQAp .messageBar_close__Rusan svg {
    width: 2rem;
    height: 2rem;
  }
}
.messageBar_countdown__ejlpy {
  display: flex;
  flex-direction: column;
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
}
.messageBar_countdown__ejlpy .messageBar_countdownNumber__7AScy {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: currentColor;
}
.messageBar_countdown__ejlpy .messageBar_countdownText__yq0f2 {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: currentColor;
  letter-spacing: -0.01em;
}
@media (min-width: 900px) {
  .messageBar_countdown__ejlpy {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.messageBar_countdown__ejlpy .messageBar_richText__GW7cg {
  margin-bottom: 0.3rem;
}
@media (min-width: 900px) {
  .messageBar_countdown__ejlpy .messageBar_richText__GW7cg {
    margin-right: 1.6rem;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
@keyframes header_run__thIKJ {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.header_header__GSKJx {
  position: sticky;
  top: 0;
  z-index: 100;
}
.header_header__GSKJx nav {
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  height: 6rem;
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100vw;
}
.header_header__GSKJx nav.header_whiteBg__0eytz {
  border-bottom: 1px solid #e9eaea;
  box-sizing: content-box;
}
.header_header__GSKJx nav.header_transparentBg__pmbQu {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
@media (min-width: 900px) {
  .header_header__GSKJx nav {
    padding: 0 6rem;
    height: 6rem;
  }
}
.header_whiteBg__0eytz {
  background-color: #fff;
  color: #000;
}
.header_transparentBg__pmbQu {
  background-color: hsla(0, 0%, 100%, 0);
  color: #fff;
}
.header_menuDesktop__SF20e {
  display: none;
  visibility: hidden;
  gap: 3.2rem;
}
@media (min-width: 900px) {
  .header_menuDesktop__SF20e {
    display: flex;
    visibility: visible;
    font-family: "Century Gothic", sans-serif;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9rem;
    color: #fff;
  }
  .header_menuDesktop__SF20e button,
  .header_menuDesktop__SF20e div {
    box-sizing: border-box;
    position: relative;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
  }
  .header_menuDesktop__SF20e button.header_whiteBg__0eytz:hover:after,
  .header_menuDesktop__SF20e div.header_whiteBg__0eytz:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: -3px;
    border-bottom: 1px solid #000;
  }
  .header_menuDesktop__SF20e button.header_transparentBg__pmbQu:hover:after,
  .header_menuDesktop__SF20e div.header_transparentBg__pmbQu:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: -3px;
    border-bottom: 1px solid #fff;
  }
}
.header_menuDesktop__SF20e .header_selected__ij1qW.header_whiteBg__0eytz:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: -3px;
  border-bottom: 1px solid #000;
  animation: header_run__thIKJ 0.8s ease;
}
.header_menuDesktop__SF20e
  .header_selected__ij1qW.header_transparentBg__pmbQu:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: -3px;
  border-bottom: 1px solid #fff;
  animation: header_run__thIKJ 0.8s ease;
}
.header_menuItem__J1T_L:focus {
  outline: 2px solid #000 !important;
  outline-offset: 2px !important;
  border-radius: 0.2rem;
}
.header_menuItem__J1T_L.header_transparentBg__pmbQu:focus {
  outline: 2px solid #fff !important;
  outline-offset: 2px !important;
  border-radius: 0.2rem;
}
.header_menuItem__J1T_L a:focus {
  outline: none !important;
}
.header_menuItem__J1T_L a:hover {
  outline: none !important;
  text-decoration: none !important;
}
.header_icons__n5bzm {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 900px) {
  .header_icons__n5bzm {
    gap: 20px;
  }
}
.header_icons__n5bzm .header_search__TA30t {
  display: none;
  visibility: hidden;
}
@media (min-width: 900px) {
  .header_icons__n5bzm .header_search__TA30t {
    display: block;
    visibility: visible;
    margin-right: 2.4rem;
  }
}
.header_icons__n5bzm .header_cartButton__DGpbL {
  width: 2.6rem;
  margin-right: 2rem;
}
@media (min-width: 900px) {
  .header_icons__n5bzm .header_cartButton__DGpbL {
    width: 2.6rem;
    margin-right: 0;
  }
}
.header_icons__n5bzm .header_mobileMenu__pp_sd {
  display: block;
  visibility: visible;
}
@media (min-width: 900px) {
  .header_icons__n5bzm .header_mobileMenu__pp_sd {
    display: none;
    visibility: hidden;
  }
}
.klaviyoForm_klaviyoAccessibilityWrapper__g6vBh .kl-teaser-VQVP2y,
.klaviyoForm_klaviyoAccessibilityWrapper__g6vBh [class*="kl-teaser-"] {
  tabindex: -1 !important;
  pointer-events: none !important;
  outline: none !important;
  role: none !important;
}
.klaviyoForm_klaviyoAccessibilityWrapper__g6vBh .kl-teaser-VQVP2y *,
.klaviyoForm_klaviyoAccessibilityWrapper__g6vBh [class*="kl-teaser-"] * {
  pointer-events: auto;
}
.klaviyoForm_klaviyoAccessibilityWrapper__g6vBh #klaviyo-container {
  outline: none;
}
.klaviyoForm_klaviyoAccessibilityWrapper__g6vBh .klaviyo-form img,
.klaviyoForm_klaviyoAccessibilityWrapper__g6vBh [class*="kl-teaser-"] img {
  max-width: 100%;
  height: auto;
  border: 1px solid transparent;
}
.klaviyoForm_klaviyoAccessibilityWrapper__g6vBh
  .klaviyo-form
  img[role="presentation"],
.klaviyoForm_klaviyoAccessibilityWrapper__g6vBh
  [class*="kl-teaser-"]
  img[role="presentation"] {
  aria-hidden: true;
}
@keyframes videoPlayer_run__MeyjT {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.videoPlayer_hidden__Gkh_e {
  display: none;
  content-visibility: hidden;
}
.videoPlayer_videoControl__Ta3Kg {
  width: -moz-fit-content;
  width: fit-content;
  height: min(45%, 6rem);
  z-index: 10;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 900px) {
  .videoPlayer_videoControl__Ta3Kg {
    height: min(30%, 7rem);
  }
}
.videoPlayer_button__3G7My {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(100%, 6rem);
  width: auto;
  aspect-ratio: 1;
}
@media (min-width: 900px) {
  .videoPlayer_button__3G7My {
    height: min(100%, 7rem);
  }
}
.videoPlayer_button__3G7My .videoPlayer_play__sxZTK {
  position: relative;
}
.videoPlayer_button__3G7My .videoPlayer_play__sxZTK .videoPlayer_svg__9kQev {
  position: absolute;
}
.videoPlayer_videoTextWrapper__gst_Y {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  padding-left: 2rem;
}
.videoPlayer_videoText__A6Aoh {
  font-family: "Century Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: -0.05em;
  font-size: 1.6rem;
  color: #fff;
}
@media (min-width: 900px) {
  .videoPlayer_videoText__A6Aoh {
    font-size: 1.3rem;
  }
}
.videoPlayer_video__xxBX_ {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 900px) {
  .videoPlayer_video__xxBX_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.videoPlayer_videoPlaylistItemsContainer__NY9Rs {
  width: inherit;
  height: inherit;
}
.videoPlayer_videoPlaylistControl__Jf608 {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 15.5rem;
  top: 33.5rem;
  z-index: 10;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 900px) {
  .videoPlayer_videoPlaylistControl__Jf608 {
    left: 55rem;
    top: 45rem;
  }
}
.videoPlayer_videoPlaylist___Jk7C {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: inherit;
  height: inherit;
}
.videoPlayer_videoWithControls__PXp4m::-webkit-media-controls button:focus,
.videoPlayer_videoWithControls__PXp4m::-webkit-media-controls-panel
  button:focus {
  outline: 4px solid #fff !important;
  outline-offset: 2px;
}
.videoPlayer_videoWithControls__PXp4m::-webkit-media-text-track-display {
  color: #fff !important;
  font-size: 1.7rem !important;
  width: fit-content !important;
  line-height: 1.9rem !important;
  padding: 1.5rem !important;
  border-radius: 3px !important;
  text-align: center !important;
  position: absolute !important;
  left: 50% !important;
  height: fit-content !important;
  transform: translateX(-50%) !important;
}
.videoPlayer_videoWithControls__PXp4m::cue {
  color: #fff !important;
  font-size: 1.7rem !important;
  line-height: 1.9rem !important;
}
@keyframes sitemapSection_run__8wR1G {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.sitemapSection_siteMapSection__GWXjp {
  width: 100%;
}
@media (min-width: 900px) {
  .sitemapSection_siteMapSection__GWXjp {
    width: 19rem;
  }
}
.sitemapSection_siteMapSection__GWXjp:hover {
  cursor: pointer;
}
.sitemapSection_sectionTitle__UPK3E {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .sitemapSection_sectionTitle__UPK3E {
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 3rem;
  }
}
.sitemapSection_sectionTitle__UPK3E button {
  display: flex;
  align-items: center;
}
@media (min-width: 900px) {
  .sitemapSection_sectionTitle__UPK3E button {
    display: none;
    visibility: hidden;
  }
}
.sitemapSection_sectionItemsContainer__DMiBc {
  margin-bottom: 1.6rem;
  overflow: hidden;
}
@media (min-width: 900px) {
  .sitemapSection_sectionItemsContainer__DMiBc {
    margin-bottom: 0;
    overflow: unset;
  }
}
.sitemapSection_sectionItem__vezBY {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
@media (min-width: 900px) {
  .sitemapSection_sectionItem__vezBY {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.sitemapSection_item__M2sWN {
  margin-bottom: 1.6rem;
}
@media (min-width: 900px) {
  .sitemapSection_item__M2sWN {
    margin-bottom: 1.6rem;
  }
  .sitemapSection_item__M2sWN:last-of-type {
    margin-bottom: 0;
  }
  .sitemapSection_item__M2sWN:hover {
    cursor: pointer;
  }
}
@keyframes footer_run__5i5_Q {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.footer_footer__LV2HF {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 6.1rem 1.6rem 4rem;
  border-top: 1px solid #e9eaea;
  z-index: 0;
}
@media (min-width: 900px) {
  .footer_footer__LV2HF {
    padding: 6rem 6rem 4.8rem;
    z-index: 2;
    background-color: #fff;
  }
}
.footer_topFooter__1mV_D {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 900px) {
  .footer_topFooter__1mV_D {
    margin-bottom: 5.2rem;
    flex-direction: row;
  }
}
.footer_newsletter__v9cwF {
  width: 100%;
  margin-bottom: 4.8rem;
}
@media (min-width: 900px) {
  .footer_newsletter__v9cwF {
    margin-bottom: 0;
    width: 50%;
  }
}
.footer_newsletterTitle__NyGdz {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.7rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 900px) {
  .footer_newsletterTitle__NyGdz {
    font-size: 2.8rem;
    line-height: 3.1rem;
    margin-bottom: 3.6rem;
    width: 42rem;
  }
}
.footer_nlForm___D9Y0 {
  border: 1px solid #e9eaea;
  background-color: #fff;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 1.7rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 900px) {
  .footer_nlForm___D9Y0 {
    padding-left: 2.6rem;
    padding-right: 2.4rem;
    font-size: 1.6rem;
    letter-spacing: 1.9rem;
    width: 42rem;
  }
}
.footer_nlForm___D9Y0 input {
  font-family: "Century Gothic", sans-serif;
  font-weight: 400;
  border: none;
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  line-height: 1.7rem;
  letter-spacing: -0.02em;
  height: 4.8rem;
}
@media (min-width: 900px) {
  .footer_nlForm___D9Y0 input {
    height: 5.6rem;
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.footer_nlForm___D9Y0 input ::-moz-placeholder {
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.footer_nlForm___D9Y0 input ::placeholder {
  font-size: 1.4rem;
  line-height: 1.7rem;
}
@media (min-width: 900px) {
  .footer_nlForm___D9Y0 input ::-moz-placeholder {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .footer_nlForm___D9Y0 input ::placeholder {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.footer_nlForm___D9Y0 button {
  font-weight: 700;
}
.footer_nlForm___D9Y0 button,
.footer_subscribeMsg__Bu0xd {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
}
.footer_subscribeMsg__Bu0xd {
  font-weight: 400;
  font-size: 1.5rem;
  color: #37504d;
  animation: footer_fadeIn__B9Lyw 0.2s linear;
  margin-bottom: 1rem;
  text-align: center;
  width: inherit;
}
.footer_subscribeMsg__Bu0xd.footer_success__HdgBU {
  color: #65ad0e;
}
.footer_subscribeMsg__Bu0xd.footer_error__reKsz {
  color: #ed0303;
}
@media (min-width: 900px) {
  .footer_subscribeMsg__Bu0xd {
    text-align: left;
  }
}
@keyframes footer_fadeIn__B9Lyw {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.footer_siteMap__fusZj {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media (min-width: 900px) {
  .footer_siteMap__fusZj {
    margin-bottom: 0;
    width: 50%;
    flex-direction: row;
  }
}
.footer_bottomFooter__Zfvxt {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media (min-width: 900px) {
  .footer_bottomFooter__Zfvxt {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
.footer_footNotes__DEBxO {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1rem;
  line-height: 1rem;
  max-width: 100%;
}
@media (min-width: 900px) {
  .footer_footNotes__DEBxO {
    gap: unset;
    flex-direction: row;
    align-items: baseline;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.footer_footNotes__DEBxO span {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 1.2rem;
}
@media (min-width: 900px) {
  .footer_footNotes__DEBxO span {
    margin-right: 2.3rem;
  }
}
.footer_social__L0_TJ {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.2rem;
}
.footer_social__L0_TJ .footer_socialClickEventContainer__ZOU8I {
  margin: 0;
}
.footer_social__L0_TJ div {
  margin-right: 2rem;
}
@media (min-width: 900px) {
  .footer_social__L0_TJ div {
    margin-right: 1.2rem;
  }
}
.footer_checkboxLabel__sLjqs {
  font-family: "Century Gothic", sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: flex;
  align-items: baseline;
}
.footer_formCheckbox__rKGGN {
  position: relative;
  cursor: pointer;
  margin: 1rem 0.8rem 2.4rem 0;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 900px) {
  .footer_formCheckbox__rKGGN {
    margin-right: 1.2rem;
  }
}
.footer_formCheckbox__rKGGN:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: -1px;
  left: 0;
  border: 0.01rem solid #000;
  border-radius: none;
  background-color: #fff;
  margin-bottom: 1.2rem;
}
@media (min-width: 900px) {
  .footer_formCheckbox__rKGGN:before {
    top: -1px;
    left: 0;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.footer_formCheckbox__rKGGN:checked:after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 1.2rem;
  border: solid #000;
  border-width: 0 0.02rem 0.02rem 0;
  transform: rotate(45deg);
  position: absolute;
  top: -3px;
  left: 0.55rem;
}
@media (min-width: 900px) {
  .footer_formCheckbox__rKGGN:checked:after {
    width: 0.5rem;
    height: 1rem;
    bottom: 1rem;
    left: 0.4rem;
    top: -1.5px;
  }
}
@keyframes recommendedProducts_run__u5ByP {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.recommendedProducts_wrapper__bQVE_ {
  margin-top: 2.4rem;
}
@media (min-width: 900px) {
  .recommendedProducts_wrapper__bQVE_ {
    margin-top: 2.8rem;
    width: 36rem;
  }
}
.recommendedProducts_message__x22qz {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin-bottom: 1.6rem;
}
.recommendedProducts_item__aTzlh {
  position: relative;
  display: flex;
  margin-bottom: 0.8rem;
  border: 1px solid #e9eaea;
  overflow-y: scroll;
}
.recommendedProducts_item__aTzlh .recommendedProducts_imageWrapper__lPiKD {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  background-color: #f7f5f4;
  border-right: #e9eaea;
}
.recommendedProducts_item__aTzlh .recommendedProducts_imageDummy__3656V {
  width: 7.2rem;
  height: 7.2rem;
  background-color: #deb887;
}
.recommendedProducts_item__aTzlh .recommendedProducts_image__JaYls {
  position: relative;
  width: 7.2rem;
  height: 7.2rem;
}
.recommendedProducts_item__aTzlh .recommendedProducts_info__kASoG {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1.6rem;
  padding-right: 1rem;
  width: 13rem;
}
@media (min-width: 900px) {
  .recommendedProducts_item__aTzlh .recommendedProducts_info__kASoG {
    width: 15rem;
  }
}
.recommendedProducts_item__aTzlh .recommendedProducts_title__JWLxq {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  width: 100%;
  word-break: break-word;
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-bottom: 0.4rem;
  text-align: left;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.recommendedProducts_item__aTzlh .recommendedProducts_price__d6F2s {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-size: 1.4rem;
  line-height: 1.7rem;
  display: flex;
  font-weight: 400;
}
.recommendedProducts_item__aTzlh
  .recommendedProducts_price__d6F2s
  div:first-of-type {
  margin-right: 0.5rem;
}
.recommendedProducts_item__aTzlh
  .recommendedProducts_price__d6F2s
  .recommendedProducts_strikethrough__IkpE1 {
  color: #595959;
  text-decoration: line-through;
}
.recommendedProducts_item__aTzlh
  .recommendedProducts_price__d6F2s
  .recommendedProducts_salePrice__OnDwG {
  color: #000;
}
.recommendedProducts_item__aTzlh .recommendedProducts_addToCart__tBGiM {
  display: flex;
  align-items: center;
}
.recommendedProducts_item__aTzlh .recommendedProducts_addToCartButton__avSsu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  position: absolute;
  right: 1.2rem;
  text-transform: uppercase;
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #000;
  width: 9.6rem;
}
.recommendedProducts_item__aTzlh
  .recommendedProducts_addToCartButton__avSsu:hover {
  background-color: #3c3f41;
}
.recommendedProducts_item__aTzlh::-webkit-scrollbar {
  display: none;
}
@keyframes checkoutButton_run__rQ8Rt {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.checkoutButton_checkout__MwUsy {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  padding: 1.6rem 1rem;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.12rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 1.6rem;
  cursor: pointer;
}
@media (min-width: 900px) {
  .checkoutButton_checkout__MwUsy {
    margin-bottom: 2rem;
  }
}
.checkoutButton_checkout__MwUsy:hover {
  background-color: #3c3f41;
}
.checkoutButton_hideCheckout__mCRVM {
  display: none;
}
@keyframes checkoutShippingNotice_run__qrJxf {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.checkoutShippingNotice_wrapper__H1rm7 {
  width: 100%;
  margin-bottom: 2.4rem;
  margin-top: 2.8rem;
}
@media (min-width: 900px) and (max-width: 1440px) {
  .checkoutShippingNotice_wrapper__H1rm7 {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1441px) {
  .checkoutShippingNotice_wrapper__H1rm7 {
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
.checkoutShippingNotice_shippingNotice__frtiY {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  color: #595959;
  background: #f8f8f8;
  align-self: center;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 1rem;
}
@keyframes checkoutSubtotal_run___DI8T {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.checkoutSubtotal_wrapper__dgu4E {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 1.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
@media (min-width: 900px) and (max-width: 1440px) {
  .checkoutSubtotal_wrapper__dgu4E {
    margin-bottom: 1.1rem;
  }
}
@media (min-width: 1441px) {
  .checkoutSubtotal_wrapper__dgu4E {
    margin-bottom: 2.2rem;
  }
}
.checkoutSubtotal_subtotalItem__LHw8y {
  letter-spacing: 0.02rem;
}
.closeCheckoutButton_close__c8Hqb {
  width: 2.4rem;
}
.closeCheckoutButton_close__c8Hqb svg {
  fill: #000;
  width: unset !important;
  height: unset !important;
}
@keyframes emptyCart_run__LQHHL {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.emptyCart_wrapper__wavzG {
  position: relative;
  width: 36rem;
  height: 8.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 900px) {
  .emptyCart_wrapper__wavzG {
    height: 9.5rem;
  }
}
.emptyCart_emptyCartMessage__W_5si {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.emptyCart_discoverProductsButton__fOrjJ {
  width: 100%;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.12em;
  padding: 1.9rem 0;
}
@keyframes lineItem_run__dL6yg {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.lineItem_lineItem__g7FWE {
  display: flex;
  margin-bottom: 1.1rem;
}
@media (min-width: 900px) {
  .lineItem_lineItem__g7FWE {
    width: 36rem;
    margin-bottom: 2rem;
  }
}
.lineItem_image__0_K54 {
  position: ab;
  width: 7.2rem;
  min-height: 7.2rem;
}
.lineItem_imageWrapper__Hbu3v {
  position: relative;
  background-color: #f7f5f4;
  width: 7.8rem;
  margin-right: 1.6rem;
}
@media (min-width: 900px) {
  .lineItem_imageWrapper__Hbu3v {
    width: 8rem;
    margin-right: 2.4rem;
  }
}
.lineItem_info__ybV0h {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 0.5rem 0;
  min-height: 7.8rem;
}
@media (min-width: 900px) {
  .lineItem_info__ybV0h {
    min-height: 8rem;
  }
}
.lineItem_info__ybV0h .lineItem_row1__Q6EwE {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
@media (min-width: 900px) {
  .lineItem_info__ybV0h .lineItem_row1__Q6EwE {
    font-size: 1.4rem;
  }
}
.lineItem_info__ybV0h .lineItem_row1__Q6EwE .lineItem_title__TzUig {
  max-width: 18rem;
}
@media (min-width: 900px) {
  .lineItem_info__ybV0h .lineItem_row1__Q6EwE .lineItem_title__TzUig {
    max-width: 19rem;
  }
}
.lineItem_info__ybV0h .lineItem_row2__ko3Cv {
  display: flex;
  margin-bottom: 1rem;
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
}
@media (min-width: 900px) {
  .lineItem_info__ybV0h .lineItem_row2__ko3Cv {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.lineItem_info__ybV0h .lineItem_row2__ko3Cv .lineItem_color__xPgTS {
  margin-right: 1.2rem;
}
.lineItem_info__ybV0h .lineItem_row3__CttP_ {
  display: flex;
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
}
@media (min-width: 900px) {
  .lineItem_info__ybV0h .lineItem_row3__CttP_ {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.lineItem_info__ybV0h .lineItem_row3__CttP_ .lineItem_quantityButton__OI9Xn {
  margin-right: 1.2rem;
  color: #595959;
  text-decoration: underline;
  position: relative;
}
.lineItem_info__ybV0h .lineItem_price__g_wLF {
  position: absolute;
  top: 0.5rem;
  right: 0;
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
@media (min-width: 900px) {
  .lineItem_info__ybV0h .lineItem_price__g_wLF {
    font-size: 1.4rem;
  }
}
.lineItem_info__ybV0h .lineItem_salePriceWrapper__Gw_SX {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-weight: 400;
  gap: 2px;
}
.lineItem_info__ybV0h
  .lineItem_salePriceWrapper__Gw_SX
  .lineItem_salePrice__79Op_ {
  color: #000;
  margin-top: 0.2rem;
}
.lineItem_info__ybV0h
  .lineItem_salePriceWrapper__Gw_SX
  .lineItem_oldPrice__zEI_z {
  color: #595959;
  text-decoration: line-through;
}
.lineItem_remove__yo_wI {
  text-align: left;
}
@keyframes maxUnitsNotice_run__pGX9b {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.maxUnitsNotice_wrapper__E_xgv {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 1.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.maxUnitsNotice_close__cnRui {
  width: 1.5rem;
  padding-top: 0.5rem;
}
.maxUnitsNotice_close__cnRui svg {
  fill: #000;
}
@keyframes cart_run__3OMpj {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.cart_cart__8YxAQ {
  background: var(--white);
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: -100%;
  top: 0;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  z-index: 9147483002;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
}
@media (min-width: 900px) {
  .cart_cart__8YxAQ {
    width: 48rem;
  }
}
@media (min-width: 1441px) {
  .cart_cart__8YxAQ {
    width: 48rem;
    right: -48rem;
    transform: translateX(0);
  }
}
.cart_cart__8YxAQ.cart_cartIsOpen__Ie8Fk {
  transform: translateX(-100%);
}
@media (min-width: 900px) {
  .cart_cart__8YxAQ.cart_cartIsOpen__Ie8Fk {
    transform: translateX(-300%);
  }
}
@media (min-width: 1441px) {
  .cart_cart__8YxAQ.cart_cartIsOpen__Ie8Fk {
    transform: translateX(-48rem);
  }
}
.cart_overlay__xF3tT.cart_open__WUC3v {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 998;
  inset: 0;
  transition:
    visibility 0.3s,
    background-color 0.3s ease-out;
}
@media (min-width: 1441px) {
  .cart_overlay__xF3tT.cart_open__WUC3v {
    width: 100vw;
    left: 0;
  }
}
.cart_cartHeader__9jDMR {
  position: relative;
  display: flex;
  padding: 0 1.6rem;
  box-sizing: border-box;
  height: 7.2rem;
  min-height: 7.2rem;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e9eaea;
}
@media (min-width: 900px) {
  .cart_cartHeader__9jDMR {
    padding: 0 6rem;
    height: 8.2rem;
    min-height: 8.2rem;
  }
}
.cart_cartTitle__nLSG1 {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.3rem;
}
@media (min-width: 900px) {
  .cart_cartTitle__nLSG1 {
    font-size: 2.4rem;
    line-height: 2.7rem;
    margin-top: 0.8rem;
  }
}
.cart_lineItemWrapper__8UIfh {
  padding: 1.6rem;
  flex: 2 2 auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
@media (min-width: 900px) {
  .cart_lineItemWrapper__8UIfh {
    padding: 3.8rem 0;
    margin: 0 5.9rem;
    height: 100vh;
  }
}
.cart_lineItemWrapper__8UIfh::-webkit-scrollbar {
  display: none;
}
.cart_cartBottom__85fVq {
  position: relative;
  padding: 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  z-index: 99;
}
@media (min-width: 900px) and (max-width: 1440px) {
  .cart_cartBottom__85fVq {
    position: relative;
    padding: 3rem 6rem 0.5rem;
  }
}
@media (min-width: 1441px) {
  .cart_cartBottom__85fVq {
    position: relative;
    padding: 4.5rem 6rem 1rem;
  }
}
.cart_recommendProductsWrapper__FoDF4 {
  top: 28.5rem;
  width: 100%;
  height: 20.1rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 900px) {
  .cart_recommendProductsWrapper__FoDF4 {
    height: 20.1rem;
    top: 0;
  }
}
.cart_emptyCartWrapper__nzx6W {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes countryOption_run__nNmFK {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.countryOption_component__5ROkY {
  position: relative;
}
.countryOption_component__5ROkY .countryOption_button__QhRqo {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-inline: 0.9rem;
}
@media (min-width: 900px) {
  .countryOption_component__5ROkY .countryOption_button__QhRqo {
    padding: 1.4rem 1.1rem;
  }
}
.countryOption_component__5ROkY
  .countryOption_button__QhRqo
  .countryOption_flex__4LVq4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.countryOption_component__5ROkY
  .countryOption_button__QhRqo
  .countryOption_languageList__z79Zi {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: calc(4.6rem - 1.1rem);
  margin-bottom: 0.8rem;
}
.countryOption_component__5ROkY
  .countryOption_button__QhRqo
  .countryOption_languageList__z79Zi
  li {
  padding: 0.6rem 0;
}
.countryOption_component__5ROkY
  .countryOption_button__QhRqo
  .countryOption_languageList__z79Zi
  li:hover {
  text-decoration: underline;
}
.countryOption_component__5ROkY .countryOption_relativeContainer__5PTdF {
  position: relative;
  border: 1px solid transparent;
}
.countryOption_component__5ROkY .countryOption_absoluteContainer__XPtDP {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  border: 1px solid #000;
  background-color: #fff;
}
.countryOption_component__5ROkY .countryOption_country__qNb8T {
  display: flex;
  align-items: center;
}
.countryOption_component__5ROkY
  .countryOption_country__qNb8T
  .countryOption_text__BCIM4 {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -2%;
  transform: translateY(0.2rem);
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 11rem;
  margin-right: 0.8rem;
  padding-bottom: 0.3rem;
}
@media (min-width: 900px) {
  .countryOption_component__5ROkY
    .countryOption_country__qNb8T
    .countryOption_text__BCIM4 {
    font-size: 1.4rem;
    max-width: 14rem;
  }
}
.countryOption_component__5ROkY
  .countryOption_country__qNb8T
  .countryOption_text__BCIM4.countryOption_underline__jPg2s {
  text-decoration: underline;
}
.countryOption_component__5ROkY
  .countryOption_country__qNb8T
  .countryOption_flag__JehoF {
  width: 2.2rem;
  margin-right: 1.3rem;
}
.countryOption_component__5ROkY
  .countryOption_country__qNb8T
  .countryOption_bag__S_g2n {
  width: 2rem;
}
.countryOption_component__5ROkY .countryOption_arrow__l0__o {
  width: 2.4rem;
  visibility: hidden;
}
.countryOption_component__5ROkY
  .countryOption_arrow__l0__o.countryOption_visible__LP8SH {
  visibility: visible;
}
.countryOption_component__5ROkY
  .countryOption_arrow__l0__o.countryOption_up__1R2T7 {
  transform: rotate(180deg);
}
@keyframes locationModal_run__WmcDJ {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.locationModal_wrapper__kVdDq {
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
}
@media (min-width: 900px) {
  .locationModal_wrapper__kVdDq {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    height: var(--windowHeight);
    display: flex;
    visibility: visible;
    justify-content: center;
    align-items: center;
  }
}
.locationModal_modal__3i0kt {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100vw;
  flex-grow: 1;
  background-color: #fff;
  text-align: center;
  padding: 4.8rem 1.5rem 6rem;
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
}
.locationModal_modal__3i0kt::-webkit-scrollbar {
  display: none;
}
@media (min-width: 900px) {
  .locationModal_modal__3i0kt {
    width: 83rem;
    max-height: 54.3rem;
    padding: 4.8rem 3.9rem;
  }
}
.locationModal_modal__3i0kt .locationModal_overlay__9v68H {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.65);
  cursor: pointer;
}
.locationModal_title__SwVvU {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.7rem;
  margin-bottom: 2rem;
}
@media (min-width: 900px) {
  .locationModal_title__SwVvU {
    font-size: 2.4rem;
    line-height: 2.7rem;
    margin-bottom: 2.8rem;
  }
}
.locationModal_description__NM89G {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media (min-width: 900px) {
  .locationModal_description__NM89G {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 0 11.4rem;
  }
}
.locationModal_countryList__fSVtI {
  width: 100%;
  padding: 0.9rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-inline: -0.9rem;
}
@media (min-width: 900px) {
  .locationModal_countryList__fSVtI {
    padding: 3.2rem 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .locationModal_countryList__fSVtI .locationModal_countryWrapper__URaUF {
    padding: 0.2rem 0;
  }
}
.locationModal_bottomParagraph__xgNim {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-top: 2rem;
}
@media (min-width: 900px) {
  .locationModal_bottomParagraph__xgNim {
    margin-top: auto;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.locationModal_bottomParagraph__xgNim b {
  font-family: "Century Gothic", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
}
@keyframes layout_run__W6iaM {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.layout_wrapper__kGKFY {
  box-shadow: inset #000 0 var(--preHeader) 0 0;
  position: relative;
  width: 100%;
}
.layout_main__ljP4d {
  margin-top: calc(var(--header) * -1);
}

.ty-thank-you-text, .ty-thank-you-text{
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px){
  .ty-thank-you-text, .ty-thank-you-text{
  	margin-bottom: 0.5rem;
	}
}

.StyledParagraph-sc-zkuftz-0.fPpIbu.sc-eldPxv.chHcHc{
  line-height: 2.6rem;
}