@charset "UTF-8";
@font-face {
    font-family: "BigShoulders-thin";
    src: url("../fonts/webfonts/BigShoulders/BigShouldersText-Thin.woff2") format("woff2"), url("../fonts/webfonts/BigShoulders/BigShouldersText-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BigShoulders-regular";
    src: url("../fonts/webfonts/BigShoulders/BigShouldersText-Regular.woff2") format("woff2"), url("../fonts/webfonts/BigShoulders/BigShouldersText-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BigShoulders-medium";
    src: url("../fonts/webfonts/BigShoulders/BigShouldersText-Medium.woff2") format("woff2"), url("../fonts/webfonts/BigShoulders/BigShouldersText-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BigShoulders-semibold";
    src: url("../fonts/webfonts/BigShoulders/BigShouldersText-SemiBold.woff2") format("woff2"), url("../fonts/webfonts/BigShoulders/BigShouldersText-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BigShoulders-bold";
    src: url("../fonts/webfonts/BigShoulders/BigShouldersText-Bold.woff2") format("woff2"), url("../fonts/webfonts/BigShoulders/BigShouldersText-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BigShoulders-extrabold";
    src: url("../fonts/webfonts/BigShoulders/BigShouldersText-ExtraBold.woff2") format("woff2"), url("../fonts/webfonts/BigShoulders/BigShouldersText-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sora-Regular";
    src: url("../fonts/webfonts/Sora/Sora-Regular.woff2") format("woff2"), url("../fonts/webfonts/Sora/Sora-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sora-bold";
    src: url("../fonts/webfonts/Sora/Sora-Bold.woff2") format("woff2"), url("../fonts/webfonts/Sora/Sora-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Sora-extralight";
    src: url("../fonts/webfonts/Sora/Sora-ExtraLight.woff2") format("woff2"), url("../fonts/webfonts/Sora/Sora-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

.dzxenl1 {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.body-test main,
.body-test header,
.body-test footer {
  opacity: 0.4 !important;
}

.body-test .img-test {
  display: block;
}

.img-test {
  display: none;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/* Animate helpers */
@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.content-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.loading-spinner {
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-animation-name: rotate-forever;
          animation-name: rotate-forever;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: 5px solid #ec1c24;
  border-right-color: transparent;
  border-radius: 50%;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-40%, 0, 0);
    transform: translate3d(-40%, 0, 0);
  }
}

/* Typography */
.d31a3ez0bh p,
.d31a3ez0bh li,
.d31a3ez0bh td,
.d31a3ez0bh th {
  line-height: 1.5em;
}

.d31a3ez0bh p,
.d31a3ez0bh ul,
.d31a3ez0bh ol,
.d31a3ez0bh h1,
.d31a3ez0bh h2,
.d31a3ez0bh h3,
.d31a3ez0bh h4,
.d31a3ez0bh h5,
.d31a3ez0bh h6,
.d31a3ez0bh table,
.d31a3ez0bh fieldset,
.d31a3ez0bh blockquote,
.d31a3ez0bh iframe {
  margin-bottom: 1em;
}

.d31a3ez0bh h1 {
  display: block;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #ec1c24;
  font-size: 36px;
  font-size: 2.25rem;
}

@media (min-width: 576px) {
  .d31a3ez0bh h1 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (min-width: 771px) {
  .d31a3ez0bh h1 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (min-width: 992px) {
  .d31a3ez0bh h1 {
    font-size: 72px;
    font-size: 4.5rem;
  }
}

.d31a3ez0bh h2 {
  display: block;
  margin-top: 2rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #000000;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (min-width: 576px) {
  .d31a3ez0bh h2 {
    color: #ec1c24;
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media (min-width: 771px) {
  .d31a3ez0bh h2 {
    margin-top: 0;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.d31a3ez0bh h3 {
  display: block;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 576px) {
  .d31a3ez0bh h3 {
    color: #ec1c24;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 771px) {
  .d31a3ez0bh h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.d31a3ez0bh h4 {
  display: block;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .d31a3ez0bh h4 {
    color: #ec1c24;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 771px) {
  .d31a3ez0bh h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.d31a3ez0bh h5 {
  display: block;
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 700;
  color: #000000;
  font-size: 17px;
  font-size: 1.0625rem;
}

.d31a3ez0bh h6 {
  display: block;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 700;
  color: #ec1c24;
  font-size: 18px;
  font-size: 1.125rem;
}

.d31a3ez0bh a {
  text-decoration: underline;
  color: #ec1c24;
  font-weight: 700;
}

.d31a3ez0bh a:hover {
  color: #ec1c24;
  text-decoration: underline;
}

.d31a3ez0bh p {
  display: block;
  margin-top: 0;
  margin-bottom: 1.2rem;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 32px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .d31a3ez0bh p {
    line-height: 40px;
    margin-bottom: 1.8rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.d31a3ez0bh .altxsdmlw1 {
  color: #525252;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 28px;
}

@media (min-width: 771px) {
  .d31a3ez0bh .altxsdmlw1 {
    line-height: 40px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.d31a3ez0bh strong {
  font-weight: 700;
  color: #ec1c24;
}

.d31a3ez0bh img {
  max-width: 100%;
  margin-bottom: 2em;
}

.d31a3ez0bh ul,
.d31a3ez0bh ol {
  margin-bottom: 40px;
  padding-left: 0;
  list-style: none;
}

.d31a3ez0bh ul li,
.d31a3ez0bh ol li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 40px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 32px;
}

@media (min-width: 771px) {
  .d31a3ez0bh ul li,
  .d31a3ez0bh ol li {
    line-height: 36px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 576px) {
  .d31a3ez0bh ul.list-2,
  .d31a3ez0bh ol.list-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.d31a3ez0bh ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 3px;
  display: block;
  width: 6px;
  height: 6px;
  color: #000000;
  border-radius: 100%;
  background-color: #000000;
}

@media (min-width: 771px) {
  .d31a3ez0bh ul li:before {
    top: 15px;
  }
}

.d31a3ez0bh ul.list-red li:before {
  background-color: #ec1c24;
}

.d31a3ez0bh ol {
  list-style-position: inside;
  counter-reset: item;
}

.d31a3ez0bh ol li:before {
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  line-height: 1.4;
  content: counter(item) ".";
  counter-increment: item;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .d31a3ez0bh ol li:before {
    top: 8px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.d31a3ez0bh figure {
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 5;
}

.d31a3ez0bh figure img {
  width: 100%;
  margin: 0;
}

.d31a3ez0bh figcaption {
  margin-top: 10px;
  text-align: center;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}

.main-content--dashboard .d31a3ez0bh p {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .main-content--dashboard .d31a3ez0bh p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.main-content--dashboard .d31a3ez0bh .altxsdmlw1 {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 771px) {
  .main-content--dashboard .d31a3ez0bh .altxsdmlw1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.info-block {
  position: relative;
  margin-bottom: 3rem;
}

.info-block:after {
  content: "!";
  position: absolute;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: white;
  text-align: center;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  border-radius: 100px;
  background-color: #ec1c24;
  z-index: 2;
}

.info-list-block {
  margin-bottom: 3rem;
}

.info-list-block p {
  margin-bottom: 0;
}

.info-list-item {
  margin-bottom: 1.2rem;
}

@media (min-width: 576px) {
  .info-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.4rem;
  }
}

.info-list-left {
  margin-bottom: 0.1rem;
}

@media (min-width: 576px) {
  .info-list-left {
    width: 230px;
    max-width: 230px;
  }
}

@media (max-width: 575px) {
  .info-list-left p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.info-list-right {
  margin-bottom: 0.4rem;
}

@media (min-width: 576px) {
  .info-list-right {
    padding-left: 2rem;
    width: calc(100% - 230px);
    max-width: calc(100% - 230px);
  }
}

@media (min-width: 992px) {
  .info-list-right {
    padding-left: 6rem;
  }
}

.info-list-right p {
  color: #ec1c24;
  font-weight: 700;
}

/* Form helpers */
.form-input, .form-textarea {
  width: 100%;
  height: 50px;
  padding: 0.2rem 1.2rem;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  border: 2px solid #000000;
  outline: none !important;
  background-color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 10px;
  -webkit-appearance: none;
}

.form-input:focus, .form-textarea:focus {
  border-color: #000000;
}

.form-input:disabled, .form-textarea:disabled {
  border-color: #d5d5d5;
  color: #d5d5d5;
}

@media (min-width: 576px) {
  .form-input-ext {
    height: 60px;
    border-radius: 10px 0 0 10px;
  }
}

.form-input-small {
  padding: 0.2rem 3rem 0.2rem 0.6rem;
  height: 40px;
  font-size: 16px;
  font-size: 1rem;
}

.form-input-small-ext {
  padding: 0.2rem 0.6rem 0.2rem 0.6rem;
  padding-right: 35px;
  height: 40px;
  font-size: 16px;
  font-size: 1rem;
}

.form-input-blue {
  border: 1px solid #000000;
}

.form-input-gray {
  background-color: #eeeeee;
}

@media (min-width: 992px) {
  .form-md-input-gray {
    background-color: #eeeeee;
  }
}

.form-input-gray-ext {
  background-color: #eeeeee;
}

.form-input-header {
  height: 50px;
  border: 0;
  padding-left: 1rem;
  padding-right: 60px !important;
  border: 2px solid #000000;
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .form-input-header {
    border-bottom: 2px solid #000000;
  }
}

@media (min-width: 992px) {
  .form-input-header {
    padding-left: 2rem;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media (min-width: 1200px) {
  .form-input-header {
    padding-right: 70px !important;
    padding-left: 2rem;
    font-size: 16px;
    font-size: 1rem;
  }
}

.form-textarea {
  height: 100px;
  padding: 1rem 1.5rem;
  line-height: 1.5rem;
  resize: none;
}

@media (min-width: 576px) {
  .form-textarea-limit {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    min-height: 160px;
    max-height: 250px;
  }
}

@media (max-width: 575px) {
  .form-textarea-limit {
    height: 200px !important;
  }
}

@media (min-width: 576px) {
  .form-textarea-limit--small {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
    min-height: 80px;
    max-height: 200px;
  }
}

@media (max-width: 575px) {
  .form-textarea-limit--small {
    height: 200px !important;
  }
}

.form-textarea-gray {
  background-color: #eeeeee;
}

@media (min-width: 992px) {
  .form-md-textarea-gray {
    background-color: #eeeeee;
  }
}

.form-select {
  width: 100%;
  height: 50px;
  padding: 0.2rem 1.5rem;
  font-family: "BigShoulders-thin", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  border: 2px solid #000000;
  outline: none;
  background-color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 10px;
  -webkit-appearance: value;
  -moz-appearance: value;
  -ms-appearance: value;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.form-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  z-index: 11;
}

.form-icon-left {
  right: auto;
  left: 0;
  width: 20px;
}

.form-icon-right-ext {
  width: 30px;
}

.form-icon-right-ext-1 {
  right: -44px;
}

@media (max-width: 770px) {
  .form-icon-right-ext-1 {
    right: -20px;
  }
}

.form-icon-right-ext-2 {
  right: -15px;
  height: 40px;
  width: 30px;
  font-size: 16px;
  font-size: 1rem;
}

.form-icon--small {
  height: 40px;
  width: 40px;
  right: 10px;
  font-size: 16px;
  font-size: 1rem;
}

.form-icon--small sup {
  display: inline-block;
  position: relative;
  top: -4px;
}

.form-icon-red svg {
  font-size: 16px;
  font-size: 1rem;
  fill: #ec1c24;
}

.form-icon-gray {
  pointer-events: auto;
}

.form-icon-gray svg {
  fill: #d5d5d5;
}

.form-icon-block .form-input {
  padding-right: 50px;
}

.form-label {
  display: block;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.2px;
  font-size: 16px;
  font-size: 1rem;
}

.form-label-bold {
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .form-label-bold {
    font-family: "Sora-bold", Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 770px) {
  .form-line-icon {
    padding-right: 20px;
  }
}

.form-line-small {
  position: relative;
  margin-bottom: 0.6rem;
}

.form-line-normal {
  position: relative;
  margin-bottom: 1rem;
}

.form-line-big {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-placeholder {
  position: relative;
  z-index: 1;
}

.form-placeholder.alhuea1cd .form-label {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  -webkit-transform: translateX(15px) translateY(-9px);
      -ms-transform: translateX(15px) translateY(-9px);
          transform: translateX(15px) translateY(-9px);
  padding: 4px 8px 4px;
}

.form-placeholder .form-input,
.form-placeholder .form-textarea {
  padding: 1rem 40px 1rem 20px;
}

.form-placeholder .select2-container .select2-selection--single {
  padding: 0 60px 0 1.2rem;
}

.form-placeholder .form-label {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  margin: 0;
  cursor: text;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: none;
  pointer-events: none;
  padding: 10px 8px 10px;
  background-color: #ffffff;
  -webkit-transform: translateX(15px) translateY(8px);
      -ms-transform: translateX(15px) translateY(8px);
          transform: translateX(15px) translateY(8px);
}

.form-placeholder-big.alhuea1cd .form-label {
  -webkit-transform: translateX(15px) translateY(-9px);
      -ms-transform: translateX(15px) translateY(-9px);
          transform: translateX(15px) translateY(-9px);
  padding: 4px 8px 4px;
}

.form-placeholder-big .form-input,
.form-placeholder-big .form-textarea {
  padding: 1rem 40px 1rem 20px;
}

.form-placeholder-big .form-label {
  padding: 10px 8px 10px;
  -webkit-transform: translateX(15px) translateY(8px);
      -ms-transform: translateX(15px) translateY(8px);
          transform: translateX(15px) translateY(8px);
}

@media (min-width: 576px) {
  .form-placeholder-big .form-label {
    -webkit-transform: translateX(15px) translateY(12px);
        -ms-transform: translateX(15px) translateY(12px);
            transform: translateX(15px) translateY(12px);
  }
}

.form-placeholder-bold.alhuea1cd .form-label {
  -webkit-transform: translateX(14px) translateY(-9px);
      -ms-transform: translateX(14px) translateY(-9px);
          transform: translateX(14px) translateY(-9px);
  font-size: 14px;
  font-size: 0.875rem;
  color: #ec1c24;
  padding: 4px 8px 4px;
}

.form-placeholder-bold .form-label {
  color: #ec1c24;
  font-weight: 700;
  -webkit-transform: translateX(14px) translateY(17px);
      -ms-transform: translateX(14px) translateY(17px);
          transform: translateX(14px) translateY(17px);
}

.form-placeholder-textarea .form-label {
  top: 1px;
  left: 2px;
  background: white;
}

.form-placeholder-gray .form-label {
  background-color: #eeeeee;
}

.form-placeholder-gray .select2-container .select2-selection--single {
  background-color: #eeeeee;
}

@media (min-width: 992px) {
  .form-md-placeholder-gray .form-label {
    background-color: #eeeeee;
  }
  .form-md-placeholder-gray .select2-container .select2-selection--single {
    background-color: #eeeeee;
  }
}

.d863q835bc {
  position: relative;
}

.d863q835bc:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  z-index: 91;
}

.d863q835bc.is-field-error:after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/warning.svg");
}

.d863q835bc.is-field-success:after {
  display: block;
  width: 7px;
  height: 13px;
  border: solid #00a713;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.d863q835bc.is-field-success .s771e69aky {
  display: none;
}

.d863q835bc.is-field-success.nrmd20n2o5:after {
  width: 10px;
  height: 16px;
}

.nrmd20n2o5:after {
  top: 20px;
}

.field-error-block-offset:after,
.field-error-block-date:after,
.sq1142u3gs:after {
  right: 60px;
}

.is-field-error .field-message {
  display: block;
}

.is-field-error .select2-container .select2-selection--single,
.is-field-error .select-classic .select2-container .select2-selection--multiple,
.is-field-error .form-textarea,
.is-field-error .form-input {
  border-width: 3px !important;
  border-color: #870000 !important;
}

.is-field-error .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}

.field-message {
  display: none;
  margin-top: 5px;
  text-align: right;
  color: #870000;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}

.parsley-error.select2-container .select2-selection--single,
.parsley-error.select-classic .select2-container .select2-selection--multiple, .parsley-error.form-textarea, .parsley-error.form-input {
  border-color: #ec1c24 !important;
}

.parsley-error + .select2-container .select2-selection--single,
.parsley-error + .select-classic .select2-container .select2-selection--multiple {
  border-color: #ec1c24 !important;
}

.s771e69aky {
  color: #ec1c24;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
}

.s771e69aky li {
  display: block;
  margin-top: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 2px solid #000000;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form-input-gray input:-webkit-autofill,
.form-input-gray input:-webkit-autofill:hover,
.form-input-gray input:-webkit-autofill:focus,
.form-textarea-gray textarea:-webkit-autofill,
.form-textarea-gray textarea:-webkit-autofill:hover,
.form-textarea-gray textarea:-webkit-autofill:focus {
  border: 2px solid #000000;
  -webkit-text-fill-color: #000000;
  -webkit-box-shadow: 0 0 0px 1000px #eeeeee inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* Checkbox helpers */
.mydyjqn5 {
  margin-bottom: 2rem;
}

.checkbox-small {
  margin-bottom: 1rem;
}

.e863x2cgw7 {
  margin-bottom: 1.5rem;
}

.cl8yea2mvn {
  margin-bottom: 0.4rem;
}

.cl8yea2mvn .oai0d8auxn {
  width: 100%;
}

.cl8yea2mvn .wzmtbagt0u {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  top: 1px;
  border-radius: 3px;
  border: 2px solid #000000;
}

.cl8yea2mvn .vtyhxfwgc6 {
  padding-left: 8px;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
}

.cl8yea2mvn .erjcd0u5ue {
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
}

.cl8yea2mvn .ylth7pcxq8:checked + .oai0d8auxn .vtyhxfwgc6 {
  color: #000000;
}

.cl8yea2mvn .ylth7pcxq8:checked + .oai0d8auxn .wzmtbagt0u {
  border-color: #000000;
  background-color: #000000;
}

.cl8yea2mvn .ylth7pcxq8:checked + .oai0d8auxn .wzmtbagt0u:after {
  display: none;
}

.cl8yea2mvn.radiobox {
  margin-bottom: 1rem;
}

.cl8yea2mvn.radiobox .ylth7pcxq8:checked + .oai0d8auxn .wzmtbagt0u {
  background-color: transparent;
}

.cl8yea2mvn.radiobox .ylth7pcxq8:checked + .oai0d8auxn .wzmtbagt0u:after {
  background-color: #ec1c24;
}

.checkbox-type-small-ext.radiobox {
  margin-bottom: 0;
}

@media (min-width: 771px) {
  .checkbox-type-small-ext.radiobox {
    margin-bottom: 0.4rem;
  }
}

.checkbox-type-small-ext.radiobox .wzmtbagt0u {
  top: -2px;
}

.checkbox-type-small-ext.radiobox .vtyhxfwgc6 {
  font-weight: 400;
  padding-left: 2rem;
}

.checkbox-type-small-ext.radiobox .oai0d8auxn {
  padding: 0.4rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.q6re4g40v4 .wzmtbagt0u {
  border-radius: 3px;
  border: 2px solid #000000;
}

.q6re4g40v4 .vtyhxfwgc6 {
  color: #333333;
}

.checkbox-black-ext {
  margin-bottom: 0.8rem;
}

.checkbox-black-ext .oai0d8auxn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-black-ext .wzmtbagt0u {
  border-radius: 3px;
  border: 2px solid #000000;
}

.checkbox-black-ext .vtyhxfwgc6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  color: #000000;
  padding-left: 0.8rem;
}

.input-hidden,
.ylth7pcxq8 {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.oai0d8auxn {
  margin: 0;
  padding-left: 0;
  min-height: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  padding-top: 0;
  cursor: pointer;
  text-transform: none;
}

.g1tzb63rlg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g1tzb63rlg .oai0d8auxn {
  padding-right: 15px;
}

.g1tzb63rlg .tooltip-icon {
  display: inline-block;
}

.wzmtbagt0u {
  position: relative;
  max-width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  border: 2px solid #525252;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}

.vtyhxfwgc6 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  position: relative;
  cursor: pointer;
  text-align: left;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  color: #525252;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 0.6rem;
  line-height: 1.6;
}

.vtyhxfwgc6 a {
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  color: #525252;
  text-decoration: underline;
}

.vtyhxfwgc6 a:hover {
  color: #ec1c24;
}

.vtyhxfwgc6 strong {
  font-weight: 700;
}

.erjcd0u5ue {
  font-weight: 300;
  color: #333333;
  font-size: 10px;
  font-size: 0.625rem;
}

.checkbox-text-normal {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}

.ylth7pcxq8:checked + .oai0d8auxn .wzmtbagt0u {
  background-color: #000000;
}

.ylth7pcxq8:checked + .oai0d8auxn .wzmtbagt0u:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

.radiobox {
  margin-bottom: 2rem;
}

.radiobox .wzmtbagt0u {
  top: 0;
  max-width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #000000;
  border-radius: 100%;
}

.radiobox .vtyhxfwgc6 {
  font-weight: 700;
}

.radiobox .ylth7pcxq8:checked + .oai0d8auxn .wzmtbagt0u:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background-color: #000000;
  border: 0;
}

.checkbox-type-btn {
  position: relative;
  margin-bottom: 2rem;
}

.checkbox-type-btn .oai0d8auxn {
  border-radius: 3px;
  background-color: #ffffff;
  padding: 2em 1.5rem 1.2rem;
}

@media (min-width: 992px) {
  .checkbox-type-btn .oai0d8auxn {
    padding: 2.5rem 2.5rem 1.5rem;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
  }
}

.checkbox-type-btn .vtyhxfwgc6 {
  padding-left: 0.8rem;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .checkbox-type-btn .vtyhxfwgc6 {
    padding-left: 1.5rem;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.checkbox-type-btn .wzmtbagt0u {
  top: 3px;
}

@media (min-width: 992px) {
  .checkbox-type-btn .wzmtbagt0u {
    top: 8px;
  }
}

.checkbox-type-btn .ylth7pcxq8:checked + .oai0d8auxn {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
}

.checkbox-type-btn .ylth7pcxq8:checked + .oai0d8auxn .vtyhxfwgc6 {
  color: #ec1c24;
}

.checkbox-type-btn .ylth7pcxq8:checked + .oai0d8auxn .wzmtbagt0u {
  border-color: #ec1c24;
}

.checkbox-type-btn .ylth7pcxq8:checked + .oai0d8auxn .wzmtbagt0u:after {
  background-color: #ec1c24;
}

.checkbox-type-btn .erjcd0u5ue {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 12px;
}

.checkbox-type-btn .list-style {
  margin-bottom: 0;
  margin-top: 20px;
}

.checkbox-type-btn .checkbox-image {
  position: absolute;
  display: block;
}

@media (max-width: 575px) {
  .checkbox-type-btn .checkbox-image {
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
  }
}

@media (min-width: 576px) {
  .checkbox-type-btn .checkbox-image {
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}

@media (min-width: 771px) {
  .checkbox-type-btn .checkbox-image {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .checkbox-type-btn .checkbox-image {
    width: 50%;
  }
}

.checkbox-type-btn-no-shadow {
  margin-bottom: 1.4rem;
}

.checkbox-type-btn-no-shadow .oai0d8auxn {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 2em 1.5rem 0.8rem;
}

@media (min-width: 992px) {
  .checkbox-type-btn-no-shadow .oai0d8auxn {
    padding: 2rem 1.5rem 0.8rem;
  }
}

.checkbox-type-btn-no-shadow .ylth7pcxq8:checked + .oai0d8auxn {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
}

.checkbox-type-btn-no-shadow .vtyhxfwgc6 {
  font-size: 16px;
  font-size: 1rem;
}

.checkbox-type-btn-no-shadow .wzmtbagt0u {
  top: 0;
}

@media (min-width: 992px) {
  .checkbox-type-btn-no-shadow .wzmtbagt0u {
    top: 0;
  }
}

@media (max-width: 770px) {
  .checkbox-type-btn-no-shadow-ext {
    margin-bottom: 0.5rem;
  }
}

.checkbox-type-btn-no-shadow-ext .wzmtbagt0u {
  top: 0;
}

@media (min-width: 771px) {
  .checkbox-type-btn-no-shadow-ext .wzmtbagt0u {
    top: 2px;
  }
}

.checkbox-type-btn-no-shadow-ext .oai0d8auxn {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1.5rem 1rem 1.5rem;
}

@media (min-width: 771px) {
  .checkbox-type-btn-no-shadow-ext .oai0d8auxn {
    padding: 2rem 1rem 2rem;
  }
}

@media (min-width: 992px) {
  .checkbox-type-btn-no-shadow-ext .oai0d8auxn {
    padding: 2rem 1.5rem 2rem;
  }
}

.checkbox-type-btn-no-shadow-ext .vtyhxfwgc6 {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .checkbox-type-btn-no-shadow-ext .vtyhxfwgc6 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.checkbox-type-btn-no-shadow-ext .erjcd0u5ue {
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .checkbox-type-btn-no-shadow-ext .erjcd0u5ue {
    font-size: 16px;
    font-size: 1rem;
  }
}

.checkbox-type-btn-no-shadow-ext .ylth7pcxq8:checked + .oai0d8auxn .checkbox-text-price {
  color: #ec1c24;
}

.checkbox-type-btn-no-shadow-ext small {
  font-size: 14px;
  font-size: 0.875rem;
  color: #333333;
  font-weight: 300;
  margin-left: 0.3rem;
}

@media (max-width: 770px) {
  .checkbox-type-btn-no-shadow-ext small {
    display: none;
  }
}

@media (min-width: 771px) {
  .checkbox-type-min-height {
    min-height: 200px;
  }
}

@media (min-width: 992px) {
  .checkbox-type-min-height {
    min-height: 250px;
  }
}

@media (min-width: 771px) {
  .checkbox-type-min-height .vtyhxfwgc6 {
    max-width: 65%;
  }
}

@media (min-width: 992px) {
  .checkbox-type-min-height .vtyhxfwgc6 {
    max-width: 40%;
  }
}

.checkbox-type-btn-table-row {
  margin-bottom: 0;
}

@media (max-width: 770px) {
  .checkbox-type-btn-table-row:last-child .oai0d8auxn.table-body-row {
    border-bottom: 1px solid #d3d3d3;
  }
  .checkbox-type-btn-table-row .table-body-row.oai0d8auxn {
    border-bottom: 0;
    padding: 3px 10px;
    min-height: 95px;
  }
}

@media (max-width: 770px) and (max-width: 770px) {
  .checkbox-type-btn-table-row .table-body-cell {
    padding: 20px 10px;
  }
}

.checkbox-type-btn-table-row .oai0d8auxn {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-type-btn-table-row .ylth7pcxq8:checked + .oai0d8auxn {
  z-index: 2;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
}

@media (min-width: 771px) {
  .checkbox-type-btn-table-row .ylth7pcxq8:checked + .oai0d8auxn {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.checkbox-type-btn-table-row .vtyhxfwgc6 {
  padding-left: 20px;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 771px) {
  .checkbox-type-btn-table-row .vtyhxfwgc6 {
    padding-left: 40px;
  }
}

.checkbox-type-btn-table-row .erjcd0u5ue {
  margin-top: 2px;
}

@media (max-width: 575px) {
  .checkbox-type-btn-table-row .erjcd0u5ue {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.checkbox-type-btn-table-row .wzmtbagt0u {
  top: 0;
}

@media (min-width: 992px) {
  .checkbox-type-btn-table-row .wzmtbagt0u {
    top: 0;
  }
}

.checkbox-tag {
  position: absolute;
  top: 15px;
  right: 8px;
  border-radius: 5px;
  padding: 0.2rem 0.8rem;
  min-width: 70px;
  background-color: #ec1c24;
  color: #ffffff;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 992px) {
  .checkbox-tag {
    padding: 0.3rem 0.5rem;
    min-width: 110px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* Placeholder helpers */
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333333;
  font-weight: 300;
}

input::-moz-input-placeholder,
select::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  color: #333333;
  font-weight: 300;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333333;
  font-weight: 300;
}

.input-white input::-webkit-input-placeholder,
.input-white select::-webkit-input-placeholder,
.input-white textarea::-webkit-input-placeholder {
  color: white;
}

.input-white input::-moz-input-placeholder,
.input-white select::-moz-input-placeholder,
.input-white textarea::-moz-input-placeholder {
  color: white;
}

.input-white input:-ms-input-placeholder,
.input-white select:-ms-input-placeholder,
.input-white textarea:-ms-input-placeholder {
  color: white;
}

.input-black input::-webkit-input-placeholder,
.input-black select::-webkit-input-placeholder,
.input-black textarea::-webkit-input-placeholder {
  color: #000000;
}

.input-black input::-moz-input-placeholder,
.input-black select::-moz-input-placeholder,
.input-black textarea::-moz-input-placeholder {
  color: #000000;
}

.input-black input:-ms-input-placeholder,
.input-black select:-ms-input-placeholder,
.input-black textarea:-ms-input-placeholder {
  color: #000000;
}

.input-gray input::-webkit-input-placeholder,
.input-gray select::-webkit-input-placeholder,
.input-gray textarea::-webkit-input-placeholder {
  color: #d5d5d5;
}

.input-gray input::-moz-input-placeholder,
.input-gray select::-moz-input-placeholder,
.input-gray textarea::-moz-input-placeholder {
  color: #d5d5d5;
}

.input-gray input:-ms-input-placeholder,
.input-gray select:-ms-input-placeholder,
.input-gray textarea:-ms-input-placeholder {
  color: #d5d5d5;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus::-moz-input-placeholder,
textarea:focus::-moz-input-placeholder {
  color: transparent;
  opacity: 1;
}

input:focus:-moz-input-placeholder,
textarea:focus:-moz-input-placeholder {
  color: transparent;
  opacity: 1;
}

/* Form helpers */
.quantity-group {
  position: relative;
}

.quantity-input {
  text-align: center;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  border: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #000000;
  height: 35px;
  font-weight: 300;
}

@media (min-width: 771px) {
  .quantity-input {
    height: 25px;
  }
}

.quantity-up,
.quantity-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  text-align: center;
  position: absolute;
  top: 0;
  cursor: pointer;
  border-radius: 3px;
  background-color: #ec1c24;
  color: #eeeeee;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

@media (min-width: 771px) {
  .quantity-up,
  .quantity-down {
    width: 25px;
    height: 25px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.quantity-up:hover,
.quantity-down:hover {
  background-color: #c51017;
}

.quantity-up {
  right: 0;
}

.quantity-down {
  left: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/* Buttons helper */
.btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 1.15em 1.2rem;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  border: 0;
  outline: none !important;
  background: #000000;
  text-align: center;
  letter-spacing: 0.96px;
  border-radius: 0;
  font-size: 16px;
  font-size: 1rem;
  -webkit-appearance: none;
}

.btn, .btn:visited, .btn:active, .btn:focus {
  color: white;
}

@media (pointer: fine) {
  .btn {
    -webkit-transition: background-color 250ms ease, border-radius 250ms ease;
    -o-transition: background-color 250ms ease, border-radius 250ms ease;
    transition: background-color 250ms ease, border-radius 250ms ease;
  }
}

@media (min-width: 992px) {
  .btn:hover {
    cursor: pointer;
    text-decoration: none;
    color: white;
  }
}

.btn-responsive {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

@media (max-width: 770px) {
  .btn-sm-responsive {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
}

.btn-absolute {
  position: absolute;
  bottom: 0;
  right: 0;
}

.btn-absolute-top {
  position: absolute;
  top: 0;
  right: 0;
}

.btn-size-xsmall {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.48px;
}

.btn-size-small {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.56px;
}

.btn-size-normal {
  font-size: 14px;
  font-size: 0.875rem;
}

.btn-size-big {
  font-size: 18px;
  font-size: 1.125rem;
}

.btn-size-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.btn-size-xlarge {
  font-size: 24px;
  font-size: 1.5rem;
}

.btn-xsmall {
  padding: 0.6em 1rem;
}

.btn-small {
  padding: 0.55em 1rem;
}

.btn-normal {
  padding: 0.8em 1.5rem;
}

.btn-big {
  padding: 1.3em 1rem;
}

.btn-min-width-small {
  min-width: 130px;
}

.btn-min-width-small-ext {
  min-width: 170px;
}

.btn-min-width-small-ext-1 {
  min-width: 150px;
}

.btn-min-width-normal {
  min-width: 250px;
}

.btn-min-width-normal-ext {
  min-width: 200px;
}

.btn-min-width-big {
  min-width: 300px;
}

.btn-black-outline {
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
}

.btn-black-outline, .btn-black-outline:visited, .btn-black-outline:active, .btn-black-outline:focus {
  color: #000000;
}

@media (pointer: fine) {
  .btn-black-outline:hover {
    color: #ffffff;
    border-color: #000000;
    background-color: #000000;
    border-radius: 12px;
  }
}

.btn-black-fill {
  color: #ffffff;
  border: 2px solid transparent;
  background-color: #000000;
}

.btn-black-fill, .btn-black-fill:visited, .btn-black-fill:active, .btn-black-fill:focus {
  color: #ffffff;
}

@media (pointer: fine) {
  .btn-black-fill:hover {
    color: #ffffff;
    border-color: #000000;
    background-color: #000000;
    border-radius: 12px;
  }
}

.btn-green-fill {
  color: #ffffff;
  border: 2px solid transparent;
  background-color: #00a713;
}

.btn-green-fill, .btn-green-fill:visited, .btn-green-fill:active, .btn-green-fill:focus {
  color: #ffffff;
}

@media (pointer: fine) {
  .btn-green-fill:hover {
    color: #ffffff;
    border-color: #00a713;
    background-color: #00a713;
    border-radius: 12px;
  }
}

.btn-search-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  background-color: transparent;
  padding: 0;
}

.btn-search-filter svg {
  fill: #000000;
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 575px) {
  .btn-newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 8px;
    padding: 0.2em 0.2rem !important;
    height: 50px;
  }
}

@media (pointer: fine) {
  .btn-newsletter:hover {
    border-radius: 0 8px 8px 0;
  }
}

.btn-facebook {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  background-color: #4e6cad;
  text-transform: none;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .btn-facebook {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (pointer: fine) {
  .btn-facebook:hover {
    background-color: #3e568a;
  }
}

.btn-facebook .btn-icon {
  position: relative;
  top: 2px;
}

.btn-google {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  background-color: #4285f4;
  text-transform: none;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  padding-left: 60px;
  padding-right: 10px;
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .btn-google {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (pointer: fine) {
  .btn-google:hover {
    background-color: #1266f1;
  }
}

.btn-google .btn-icon {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 46px;
  height: 46px;
  border-radius: 1px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-icon-google {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  height: 26px;
}

/* Color helpers */
.bg-white {
  background-color: #ffffff;
}

.bg-black-normal {
  background-color: #000000;
}

.bg-gray-light {
  background-color: #eeeeee;
}

.bg-red {
  background-color: #ec1c24;
}

@media (max-width: 991px) {
  .bg-md-gray-light {
    background-color: #eeeeee;
  }
}

@media (max-width: 770px) {
  .bg-sm-gray-light {
    background-color: #eeeeee;
  }
}

.txt-color-white {
  color: #ffffff;
}

.txt-color-black {
  color: #000000;
}

.txt-color-gray {
  color: #333333;
}

.bw3ikyq4fc {
  color: #ec1c24;
}

.txt-color-blue-dark {
  color: #ec1c24;
}

.txt-color-blue-light {
  color: #ec1c24;
}

.h-color-white h1,
.h-color-white .zu4a0o,
.h-color-white h2,
.h-color-white .au3iwp,
.h-color-white h3,
.h-color-white .lu5a4b,
.h-color-white h4,
.h-color-white .a2zre0,
.h-color-white h5,
.h-color-white .y9ioaxf,
.h-color-white h6,
.h-color-white .zeta {
  color: #ffffff;
}

.h-color-black h1,
.h-color-black .zu4a0o,
.h-color-black h2,
.h-color-black .au3iwp,
.h-color-black h3,
.h-color-black .lu5a4b,
.h-color-black h4,
.h-color-black .a2zre0,
.h-color-black h5,
.h-color-black .y9ioaxf,
.h-color-black h6,
.h-color-black .zeta {
  color: #000000;
}

.h-color-red h1,
.h-color-red .zu4a0o,
.h-color-red h2,
.h-color-red .au3iwp,
.h-color-red h3,
.h-color-red .lu5a4b,
.h-color-red h4,
.h-color-red .a2zre0,
.h-color-red h5,
.h-color-red .y9ioaxf,
.h-color-red h6,
.h-color-red .zeta {
  color: #ec1c24;
}

.h-color-pink h1,
.h-color-pink .zu4a0o,
.h-color-pink h2,
.h-color-pink .au3iwp,
.h-color-pink h3,
.h-color-pink .lu5a4b,
.h-color-pink h4,
.h-color-pink .a2zre0,
.h-color-pink h5,
.h-color-pink .y9ioaxf,
.h-color-pink h6,
.h-color-pink .zeta {
  color: #ec1c24;
}

.h-color-blue-light h1,
.h-color-blue-light .zu4a0o,
.h-color-blue-light h2,
.h-color-blue-light .au3iwp,
.h-color-blue-light h3,
.h-color-blue-light .lu5a4b,
.h-color-blue-light h4,
.h-color-blue-light .a2zre0,
.h-color-blue-light h5,
.h-color-blue-light .y9ioaxf,
.h-color-blue-light h6,
.h-color-blue-light .zeta {
  color: #ec1c24;
}

.p-color-white p {
  color: #ffffff;
}

.p-color-gray p {
  color: #333333;
}

.p-color-blue-dark p {
  color: #ec1c24;
}

.ul-color-white li {
  color: #ffffff !important;
}

.ul-color-white li:before {
  background-color: #ffffff !important;
}

.ol-color-white li {
  color: #ffffff !important;
}

.ol-color-white li:before {
  color: #ffffff !important;
}

/* Gutter helpers */
.whweu1kji {
  margin: 0;
}

.whweu1kji > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.gutter-4.row {
  margin-right: -2px;
  margin-left: -2px;
}

.gutter-4 > [class*="col-"],
.gutter-4 > [class*=" col-"] {
  padding-right: 2px;
  padding-left: 2px;
}

.gutter-6.row {
  margin-right: -3px;
  margin-left: -3px;
}

.gutter-6 > [class*="col-"],
.gutter-6 > [class*=" col-"] {
  padding-right: 3px;
  padding-left: 3px;
}

.x7ob5q3nl.row {
  margin-right: -5px;
  margin-left: -5px;
}

.x7ob5q3nl > [class*="col-"],
.x7ob5q3nl > [class*=" col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.vao3a385o.row {
  margin-right: -10px;
  margin-left: -10px;
}

.vao3a385o > [class*="col-"],
.vao3a385o > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutter-30.row {
  margin-right: -15px;
  margin-left: -15px;
}

.gutter-30 > [class*="col-"],
.gutter-30 > [class*=" col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.gutter-40.row {
  margin-right: -20px;
  margin-left: -20px;
}

.gutter-40 > [class*="col-"],
.gutter-40 > [class*=" col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.gutter-50.row {
  margin-right: -25px;
  margin-left: -25px;
}

.gutter-50 > [class*="col-"],
.gutter-50 > [class*=" col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.gutter-60.row {
  margin-right: -30px;
  margin-left: -30px;
}

.gutter-60 > [class*="col-"],
.gutter-60 > [class*=" col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 576px) {
  .gutter-xs-10.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutter-xs-10 > [class*="col-"],
  .gutter-xs-10 > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutter-xs-20.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutter-xs-20 > [class*="col-"],
  .gutter-xs-20 > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .xamnt2axek.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .xamnt2axek > [class*="col-"],
  .xamnt2axek > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-xs-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-xs-40 > [class*="col-"],
  .gutter-xs-40 > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-xs-50.row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .gutter-xs-50 > [class*="col-"],
  .gutter-xs-50 > [class*=" col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .gutter-xs-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-xs-60 > [class*="col-"],
  .gutter-xs-60 > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-xs-100.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .gutter-xs-100 > [class*="col-"],
  .gutter-xs-100 > [class*=" col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 771px) {
  .gutter-sm-10.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutter-sm-10 > [class*="col-"],
  .gutter-sm-10 > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutter-sm-20.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutter-sm-20 > [class*="col-"],
  .gutter-sm-20 > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gutter-sm-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-sm-30 > [class*="col-"],
  .gutter-sm-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-sm-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-sm-40 > [class*="col-"],
  .gutter-sm-40 > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-sm-50.row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .gutter-sm-50 > [class*="col-"],
  .gutter-sm-50 > [class*=" col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .gr2fw1hxy2.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gr2fw1hxy2 > [class*="col-"],
  .gr2fw1hxy2 > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .t7p9g0w59g.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .t7p9g0w59g > [class*="col-"],
  .t7p9g0w59g > [class*=" col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 992px) {
  .no-md-gutter {
    margin: 0;
  }
  .no-md-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .gutter-md-10.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutter-md-10 > [class*="col-"],
  .gutter-md-10 > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutter-md-20.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutter-md-20 > [class*="col-"],
  .gutter-md-20 > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gfu6y9tztx.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gfu6y9tztx > [class*="col-"],
  .gfu6y9tztx > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .rfj79cithk.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .rfj79cithk > [class*="col-"],
  .rfj79cithk > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-md-50.row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .gutter-md-50 > [class*="col-"],
  .gutter-md-50 > [class*=" col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .po1sspcay0.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .po1sspcay0 > [class*="col-"],
  .po1sspcay0 > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-md-100.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .gutter-md-100 > [class*="col-"],
  .gutter-md-100 > [class*=" col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
  .gutter-md-160.row {
    margin-right: -80px;
    margin-left: -80px;
  }
  .gutter-md-160 > [class*="col-"],
  .gutter-md-160 > [class*=" col-"] {
    padding-right: 80px;
    padding-left: 80px;
  }
  .ydunheyugv.row {
    margin-right: -100px;
    margin-left: -100px;
  }
  .ydunheyugv > [class*="col-"],
  .ydunheyugv > [class*=" col-"] {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (min-width: 1200px) {
  .gutter-lg-10.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .gutter-lg-10 > [class*="col-"],
  .gutter-lg-10 > [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .gutter-lg-20.row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .gutter-lg-20 > [class*="col-"],
  .gutter-lg-20 > [class*=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .gutter-lg-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-lg-30 > [class*="col-"],
  .gutter-lg-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-lg-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-lg-40 > [class*="col-"],
  .gutter-lg-40 > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .gutter-lg-50.row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .gutter-lg-50 > [class*="col-"],
  .gutter-lg-50 > [class*=" col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .mv0yrmwvn1.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .mv0yrmwvn1 > [class*="col-"],
  .mv0yrmwvn1 > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .vyhshb0uwe.row {
    margin-right: -40px;
    margin-left: -40px;
  }
  .vyhshb0uwe > [class*="col-"],
  .vyhshb0uwe > [class*=" col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
  .ufeggd1hju.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .ufeggd1hju > [class*="col-"],
  .ufeggd1hju > [class*=" col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media (min-width: 1440px) {
  .gutter-xl-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-xl-30 > [class*="col-"],
  .gutter-xl-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-xl-40.row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .gutter-xl-40 > [class*="col-"],
  .gutter-xl-40 > [class*=" col-"] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h5y40jqd00.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .h5y40jqd00 > [class*="col-"],
  .h5y40jqd00 > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .gutter-xl-80.row {
    margin-right: -40px;
    margin-left: -40px;
  }
  .gutter-xl-80 > [class*="col-"],
  .gutter-xl-80 > [class*=" col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
  .bf388l5l1q.row {
    margin-right: -50px;
    margin-left: -50px;
  }
  .bf388l5l1q > [class*="col-"],
  .bf388l5l1q > [class*=" col-"] {
    padding-right: 50px;
    padding-left: 50px;
  }
  .gutter-xl-120.row {
    margin-right: -60px;
    margin-left: -60px;
  }
  .gutter-xl-120 > [class*="col-"],
  .gutter-xl-120 > [class*=" col-"] {
    padding-right: 60px;
    padding-left: 60px;
  }
}

@media (min-width: 1600px) {
  .gutter-xxl-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-xxl-30 > [class*="col-"],
  .gutter-xxl-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gutter-xxl-60.row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .gutter-xxl-60 > [class*="col-"],
  .gutter-xxl-60 > [class*=" col-"] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .t6641mpmgh.row {
    margin-right: -60px;
    margin-left: -60px;
  }
  .t6641mpmgh > [class*="col-"],
  .t6641mpmgh > [class*=" col-"] {
    padding-right: 60px;
    padding-left: 60px;
  }
  .sz96wbi96r.row {
    margin-right: -90px;
    margin-left: -90px;
  }
  .sz96wbi96r > [class*="col-"],
  .sz96wbi96r > [class*=" col-"] {
    padding-right: 90px;
    padding-left: 90px;
  }
  .vavkhq9cgo.row {
    margin-right: -160px;
    margin-left: -160px;
  }
  .vavkhq9cgo > [class*="col-"],
  .vavkhq9cgo > [class*=" col-"] {
    padding-right: 160px;
    padding-left: 160px;
  }
}

@media (min-width: 1800px) {
  .gutter-xxxl-80.row {
    margin-right: -40px;
    margin-left: -40px;
  }
  .gutter-xxxl-80 > [class*="col-"],
  .gutter-xxxl-80 > [class*=" col-"] {
    padding-right: 40px;
    padding-left: 40px;
  }
  .gutter-xxxl-30.row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .gutter-xxxl-30 > [class*="col-"],
  .gutter-xxxl-30 > [class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Hidden content */
.hidden-content {
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.hidden-content.alhuea1cd {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

@media (max-width: 575px) {
  .hidden-xs-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-xs-content.alhuea1cd {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}

@media (max-width: 770px) {
  .hidden-sm-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-sm-content.alhuea1cd {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}

@media (max-width: 991px) {
  .hidden-md-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-md-content.alhuea1cd {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}

@media (min-width: 992px) {
  .hidden-bp-md-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-bp-md-content.alhuea1cd {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .hidden-lg-content.alhuea1cd {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
}

/* Hidden class */
.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.overflow {
  overflow: auto;
}

.shug6c5fz4 {
  overflow: hidden;
}

.tuywb10fq5 {
  overflow-x: hidden;
}

.overflow-visible {
  overflow: visible;
}

/* HR helper */
.hr-line {
  position: relative;
  margin: 30px 0;
  height: 1px;
  background-color: #eeeeee;
}

.hr-line-1 {
  height: 1px;
}

.hr-line-small {
  margin: 10px 0;
}

.hr-line-normal {
  margin: 20px 0;
}

.hr-line-big {
  margin: 50px 0;
}

.hr-line-width-small {
  width: 100px;
}

.hr-line-width-normal {
  width: 200px;
}

.hr-line-width-big {
  width: 300px;
}

.hr-line-center {
  margin: 0 auto;
}

.hr-line-black {
  background-color: #000000;
}

.hr-line-blue-light {
  background-color: #ec1c24;
  opacity: 0.3;
}

.hr-line-gray {
  background-color: #e2e2e2;
}

.hr-line-gray-ext {
  background-color: #d4d4d4;
}

/* Icon helpers */
.ico-size-10 svg {
  font-size: 10px;
  font-size: 0.625rem;
}

.hmpl6t2pyn svg {
  font-size: 12px;
  font-size: 0.75rem;
}

.ico-size-16 svg {
  font-size: 16px;
  font-size: 1rem;
}

.m753wgb166 svg {
  font-size: 18px;
  font-size: 1.125rem;
}

.iz88wmqqn6 svg {
  font-size: 20px;
  font-size: 1.25rem;
}

.ico-size-22 svg {
  font-size: 22px;
  font-size: 1.375rem;
}

.ico-size-24 svg {
  font-size: 24px;
  font-size: 1.5rem;
}

.frd2qht78a svg {
  font-size: 26px;
  font-size: 1.625rem;
}

.la1azzx29o svg {
  font-size: 28px;
  font-size: 1.75rem;
}

.ico-size-30 svg {
  font-size: 30px;
  font-size: 1.875rem;
}

.w7d55yiyfg svg {
  font-size: 60px;
  font-size: 3.75rem;
}

.gdt2uq0348 svg {
  font-size: 80px;
  font-size: 5rem;
}

.deb2ogllik svg {
  fill: #ffffff;
}

.ico-color-gray svg {
  fill: #333333;
}

.o42m3ejoaq svg {
  fill: #000000;
}

.ico-color-red svg {
  fill: #ec1c24;
}

/* Image helpers */
.glhv7k {
  display: block;
}

.uylhvcce {
  width: 100%;
}

.h626fzri4k {
  display: block;
  max-width: 100%;
  height: auto;
}

.n2q2degv2 {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-contain {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-hover {
  display: block;
  overflow: hidden;
}

.img-hover:hover > img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.img-hover img {
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.bg-image-hover {
  display: block;
  overflow: hidden;
}

.bg-image-hover:hover > .bg-image {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.bg-image-hover .bg-image {
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.vrab8552ha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vrab8552ha img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-flex-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-flex-contain img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-flex-product-row-small {
  height: 110px;
}

.img-flex-product-row-xsmall {
  height: 80px;
}

.img-flex-product-row-normal {
  height: 170px;
}

@media (min-width: 771px) {
  .img-flex-product-row-normal {
    height: 245px;
  }
}

.img-flex-product-row-small-header {
  height: 55px;
}

.img-flex-product {
  height: 140px;
}

.img-flex-offer {
  height: 180px;
}

@media (min-width: 576px) {
  .img-flex-offer {
    height: 250px;
  }
}

.img-flex-cultural-trip {
  height: 510px;
}

@media (max-width: 991px) {
  .img-flex-cultural-trip {
    height: 400px;
    margin: 0 -2rem;
  }
}

@media (max-width: 770px) {
  .img-flex-cultural-trip {
    margin: 0 -1.2rem;
  }
}

@media (max-width: 575px) {
  .img-flex-cultural-trip {
    height: 320px;
  }
}

.img-flex-contact {
  height: 100%;
}

@media (max-width: 1199px) {
  .img-flex-contact {
    height: 300px;
  }
}

@media (max-width: 770px) {
  .img-offset {
    margin: 0 -15px;
  }
}

@media (min-width: 771px) {
  .img-offset {
    position: relative;
    top: 0;
    max-width: none;
    width: calc(100% + ((100vw - 700px) / 2));
  }
}

@media (min-width: 992px) {
  .img-offset {
    width: calc(100% + ((100vw - 920px) / 2));
  }
}

@media (min-width: 1200px) {
  .img-offset {
    left: calc((-100vw + 1110px) / 2);
    width: calc(100% + ((100vw - 1110px) / 2));
  }
}

@media (min-width: 1440px) {
  .img-offset {
    left: calc((-100vw + 1330px) / 2);
    width: calc(100% + ((100vw - 1330px) / 2));
  }
}

@media (min-width: 1600px) {
  .img-offset {
    left: calc((-100vw + 1410px) / 2);
    width: calc(100% + ((100vw - 1410px) / 2));
  }
}

@media (min-width: 1800px) {
  .img-offset {
    left: calc((-100vw + 1610px) / 2);
    width: calc(100% + ((100vw - 1610px) / 2));
  }
}

@media (min-width: 2000px) {
  .img-offset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 600px;
  }
  .img-offset img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.img-offset-right {
  overflow: hidden;
}

@media (max-width: 770px) {
  .img-offset-right {
    margin: 0 -15px;
  }
}

@media (min-width: 771px) {
  .img-offset-right {
    position: relative;
    top: 0;
    max-width: none;
    width: calc(100% + ((100vw - 700px) / 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .img-offset-right img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 992px) {
  .img-offset-right {
    width: calc(100% + ((100vw - 920px) / 2));
  }
}

@media (min-width: 1200px) {
  .img-offset-right {
    max-height: 450px;
    width: calc(100% + ((100vw - 1110px) / 2));
  }
}

@media (min-width: 1440px) {
  .img-offset-right {
    width: calc(100% + ((100vw - 1330px) / 2));
  }
}

@media (min-width: 1600px) {
  .img-offset-right {
    width: calc(100% + ((100vw - 1410px) / 2));
  }
}

@media (min-width: 1800px) {
  .img-offset-right {
    width: calc(100% + ((100vw - 1730px) / 2));
  }
}

@media (min-width: 2000px) {
  .img-offset-right {
    height: 450px;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .img-offset-left {
    left: calc((-100vw + 700px) / 2);
    width: calc(100% + ((100vw - 700px) / 2));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 360px;
  }
  .img-offset-left img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .img-offset-left {
    left: calc((-100vw + 920px) / 2);
    width: calc(100% + ((100vw - 920px) / 2));
  }
}

.bg-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-image-top-right {
  position: absolute;
  left: 50%;
  top: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%) rotateZ(-5deg);
      -ms-transform: translate(-50%, -50%) rotate(-5deg);
          transform: translate(-50%, -50%) rotateZ(-5deg);
  width: 120%;
  height: 120%;
}

.bg-image-detail-makler-hero {
  position: absolute;
  left: 45%;
  top: auto;
  bottom: -70px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateX(-50%) rotateZ(-5deg);
      -ms-transform: translateX(-50%) rotate(-5deg);
          transform: translateX(-50%) rotateZ(-5deg);
  width: 283px;
  height: 460px;
}

@media (min-width: 771px) {
  .bg-image-detail-makler-hero {
    left: 40%;
    bottom: -20px;
    height: 562px;
    width: 347px;
  }
}

@media (min-width: 992px) {
  .bg-image-detail-makler-hero {
    bottom: -30px;
    left: 120px;
    -webkit-transform: rotateZ(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotateZ(-5deg);
    height: 422px;
    width: 297px;
  }
}

@media (min-width: 1200px) {
  .bg-image-detail-makler-hero {
    left: 180px;
    height: 502px;
    width: 297px;
  }
}

@media (min-width: 1800px) {
  .bg-image-detail-makler-hero {
    height: 602px;
    width: 357px;
  }
}

@media (min-width: 1800px) {
  .bg-image-top-right-ext {
    right: -200px;
    width: 1274px;
    height: 852px;
  }
}

.bg-image-contact-form {
  top: 63%;
  left: 30%;
  -webkit-transform: rotate(5deg) translate(-50%, -50%);
      -ms-transform: rotate(5deg) translate(-50%, -50%);
          transform: rotate(5deg) translate(-50%, -50%);
  -webkit-box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.21);
          box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.21);
  background-color: #eeeeee;
  z-index: -1;
  border-radius: 60px;
  width: 135%;
  height: 130%;
}

@media (min-width: 576px) {
  .bg-image-contact-form {
    top: 65%;
  }
}

@media (min-width: 992px) {
  .bg-image-contact-form {
    top: 45%;
    left: 55%;
    width: 135%;
    height: 125%;
  }
}

@media (min-width: 1200px) {
  .bg-image-contact-form {
    left: 45%;
    width: 115%;
    height: 125%;
  }
}

@media (min-width: 1600px) {
  .bg-image-contact-form {
    top: 50%;
    width: 100%;
    left: 40%;
  }
}

@media (min-width: 992px) {
  .bg-image-contact-form--left {
    top: 38%;
    left: 25%;
    width: 135%;
    height: 145%;
  }
}

@media (min-width: 1200px) {
  .bg-image-contact-form--left {
    left: 40%;
    width: 115%;
    height: 145%;
  }
}

@media (min-width: 1440px) {
  .bg-image-contact-form--left {
    height: 125%;
  }
}

@media (min-width: 1600px) {
  .bg-image-contact-form--left {
    top: 40%;
    width: 100%;
    left: 50%;
  }
}

.bg-image-hero {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.bg-image-destination {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  mix-blend-mode: multiply;
}

.bg-rectangle {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bg-rectangle-category {
  top: 50px;
  height: 380px;
  width: 100vw;
  left: calc(50% - 50vw);
  background-color: #ec1c24;
}

@media (max-width: 991px) {
  .bg-rectangle-category {
    display: none;
  }
}

.bg-image-category {
  z-index: 1;
}

.bg-image-newsletter {
  top: -82px;
  width: 100%;
  height: 161px;
  pointer-events: none;
  background-repeat: repeat;
  background-size: auto;
  background-position: center;
  cursor: pointer;
}

@media (min-width: 771px) {
  .bg-image-newsletter {
    top: -3px;
    height: 100px;
    background-position: bottom left;
  }
}

.bg-image-footer {
  pointer-events: none;
  top: -100px;
  left: 50%;
  width: 659px;
  height: 519px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 771px) {
  .bg-image-footer {
    top: -70px;
  }
}

@media (min-width: 992px) {
  .bg-image-footer {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    top: -130px;
    left: -405px;
    width: 703px;
    height: 1091px;
  }
}

@media (min-width: 1200px) {
  .bg-image-footer {
    top: -160px;
    left: -360px;
  }
}

@media (min-width: 1440px) {
  .bg-image-footer {
    left: -340px;
  }
}

@media (min-width: 1600px) {
  .bg-image-footer {
    left: -280px;
  }
}

@media (min-width: 1800px) {
  .bg-image-footer {
    left: -200px;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .bg-square-recommend:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100vw;
    left: calc(-50vw + 50%);
    background: #eeeeee;
    z-index: -1;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .hide-header .img-author {
    top: 90px;
  }
}

@media (min-width: 577px) and (max-width: 771px) {
  .hide-header .img-author {
    top: 90px;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .img-author {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    -webkit-transition: top 400ms ease-out;
    -o-transition: top 400ms ease-out;
    transition: top 400ms ease-out;
  }
}

@media (min-width: 577px) and (max-width: 771px) {
  .img-author {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    -webkit-transition: top 400ms ease-out;
    -o-transition: top 400ms ease-out;
    transition: top 400ms ease-out;
  }
}

.bg-image-square {
  position: absolute;
  height: 30px;
  width: 100%;
  left: 0;
}

@media (min-width: 992px) {
  .bg-square-140 {
    height: 140px;
  }
  .bg-square-140.bg-image-square-top {
    top: -139px;
  }
  .bg-square-140.bg-image-square-bottom {
    bottom: -139px;
  }
}

.bg-md-square-140 {
  height: 140px;
}

.bg-md-square-140.bg-image-square-top {
  top: -140px;
}

.bg-md-square-140.bg-image-square-bottom {
  bottom: -140px;
}

.bg-image-square-top {
  top: -30px;
  -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
          clip-path: polygon(100% 100%, 0 0, 0 100%);
}

.bg-image-square-bottom {
  bottom: -30px;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.bg-image-square-red {
  background-color: #ec1c24;
}

.bg-image-square-gray {
  background-color: #eeeeee;
}

.bg-image-square-white {
  background-color: #ffffff;
}

.bg-image-square-top-right {
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0%);
          clip-path: polygon(100% 100%, 100% 0, 0 0%);
}

.bg-image-square-50 {
  top: 0;
  width: 100vw;
  left: calc(-50vw + 50%);
  height: 30px;
}

.bg-image-square-offset {
  width: 100vw;
  left: calc(-50vw + 50%);
}

.bg-square-reference {
  position: absolute;
  top: 260px;
  left: -200px;
  display: block;
  width: 200%;
  height: calc(100% - 700px);
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  background-color: #eeeeee;
}

@media (min-width: 576px) {
  .bg-square-reference {
    left: 50%;
    top: 55%;
    -webkit-transform: rotate(5deg) translate(-50%, -50%);
        -ms-transform: rotate(5deg) translate(-50%, -50%);
            transform: rotate(5deg) translate(-50%, -50%);
  }
}

@media (min-width: 771px) {
  .bg-square-reference {
    left: 50%;
    width: 160%;
  }
}

@media (min-width: 992px) {
  .bg-square-reference {
    width: 130%;
  }
}

.bg-square-detail-form {
  position: absolute;
  top: 260px;
  right: -200px;
  display: block;
  width: 58vw;
  height: 853px;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  border-radius: 70px;
  background-color: #eeeeee;
}

@media (min-width: 576px) {
  .bg-square-detail-form {
    top: -50px;
  }
}

@media (min-width: 1200px) {
  .bg-square-detail-form {
    width: 62vw;
  }
}

@media (min-width: 1440px) {
  .bg-square-detail-form {
    width: 58vw;
  }
}

.bg-square-detail-form--ext {
  position: absolute;
  top: 260px;
  right: -200px;
  display: block;
  width: 58vw;
  height: 700px;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  border-radius: 70px;
  background-color: #eeeeee;
}

@media (min-width: 576px) {
  .bg-square-detail-form--ext {
    top: -50px;
  }
}

@media (min-width: 1200px) {
  .bg-square-detail-form--ext {
    width: 62vw;
  }
}

@media (min-width: 1440px) {
  .bg-square-detail-form--ext {
    width: 58vw;
  }
}

[class*="aspect-ratio-"] {
  display: block;
  position: relative;
}

[class*="aspect-ratio-"] > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.aspect-ratio-wide {
  padding-top: 56.25%;
}

.aspect-ratio-wide-45 {
  padding-top: 45%;
}

.aspect-ratio-wide-62 {
  padding-top: 62%;
}

.aspect-ratio-wide-45-detail {
  padding-top: 56.25%;
}

@media (min-width: 992px) {
  .aspect-ratio-wide-45-detail {
    padding-top: 45%;
  }
}

.iah3ktijzb {
  padding-top: 100%;
}

@media (min-width: 576px) {
  .iah3ktijzb {
    padding-top: 75%;
  }
}

@media (min-width: 771px) {
  .iah3ktijzb {
    padding-top: 56.25%;
  }
}

@media (min-width: 1440px) {
  .iah3ktijzb {
    padding-top: 45%;
  }
}

.aspect-ratio-wide-45-modal {
  padding-top: 70%;
}

@media (min-width: 576px) {
  .aspect-ratio-wide-45-modal {
    padding-top: 56.25%;
  }
}

@media (min-width: 992px) {
  .aspect-ratio-wide-45-modal {
    padding-top: 45%;
  }
}

.aspect-ratio-wide-60 {
  padding-top: 60%;
}

.aspect-ratio-wide-70 {
  padding-top: 80%;
}

@media (min-width: 576px) {
  .aspect-ratio-wide-70 {
    padding-top: 70%;
  }
}

@media (min-width: 992px) {
  .aspect-ratio-wide-70 {
    padding-top: 70%;
  }
}

@media (min-width: 1440px) {
  .aspect-ratio-wide-70 {
    padding-top: 70%;
  }
}

.aspect-ratio-wide-80 {
  padding-top: 80%;
}

@media (min-width: 992px) {
  .aspect-ratio-wide-80 {
    padding-top: 100%;
  }
}

@media (min-width: 1440px) {
  .aspect-ratio-wide-80 {
    padding-top: 80%;
  }
}

.aspect-ratio-wide-80-ext {
  padding-top: 80%;
}

@media (min-width: 992px) {
  .aspect-ratio-wide-80-ext {
    padding-top: 80%;
  }
}

@media (min-width: 1440px) {
  .aspect-ratio-wide-80-ext {
    padding-top: 80%;
  }
}

.aspect-ratio-square {
  padding-top: 100%;
}

/* Margin helpers */
.margin-0 {
  margin: 0 !important;
}

@media (min-width: 576px) {
  .margin-xs-0 {
    margin: 0 !important;
  }
}

@media (min-width: 771px) {
  .margin-sm-0 {
    margin: 0 !important;
  }
}

@media (min-width: 992px) {
  .margin-md-0 {
    margin: 0 !important;
  }
}

@media (min-width: 1200px) {
  .margin-lg-0 {
    margin: 0 !important;
  }
}

@media (min-width: 1440px) {
  .margin-xl-0 {
    margin: 0 !important;
  }
}

.margin-bottom-01 {
  margin-bottom: 0.1rem;
}

.margin-bottom-02 {
  margin-bottom: 0.2rem;
}

.margin-bottom-03 {
  margin-bottom: 0.3rem;
}

.margin-bottom-04 {
  margin-bottom: 0.4rem;
}

.c631vayh47 {
  margin-bottom: 0.5rem;
}

.margin-bottom-06 {
  margin-bottom: 0.6rem;
}

.margin-bottom-07 {
  margin-bottom: 0.7rem;
}

.ltydmotvuu {
  margin-bottom: 0.8rem;
}

.tu0ai7cmi1 {
  margin-bottom: 1rem;
}

.byd6c25skc {
  margin-bottom: 1.2rem;
}

.iu6wzywprq {
  margin-bottom: 1.5rem;
}

.d67ynbzczq {
  margin-bottom: 2rem;
}

.ncpiwuosv9 {
  margin-bottom: 2.5rem;
}

.zswc99hs67 {
  margin-bottom: 3rem;
}

.khebcdhqjq {
  margin-bottom: 3.5rem;
}

.kxshceoxvj {
  margin-bottom: 4rem;
}

.auqt41hfrm {
  margin-bottom: 5rem;
}

.miwbl6zz6f {
  margin-bottom: 6rem;
}

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

.tnipfzeqy0 {
  margin-bottom: 8rem;
}

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

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

@media (min-width: 576px) {
  .margin-bottom-xs-1 {
    margin-bottom: 1rem;
  }
  .hgwghjmpeb {
    margin-bottom: 1.5rem;
  }
  .d5qslhrkrf {
    margin-bottom: 2rem;
  }
  .oxwdze7hqb {
    margin-bottom: 3rem;
  }
  .margin-bottom-xs-4 {
    margin-bottom: 4rem;
  }
  .l3mpet3scn {
    margin-bottom: 5rem;
  }
  .ill5kbfst5 {
    margin-bottom: 6rem;
  }
}

@media (min-width: 771px) {
  .ljhkm9rrhd {
    margin-bottom: 1rem;
  }
  .margin-bottom-sm-1-5 {
    margin-bottom: 1.5rem;
  }
  .margin-bottom-sm-2 {
    margin-bottom: 2rem;
  }
  .margin-bottom-sm-2-5 {
    margin-bottom: 2.5rem;
  }
  .margin-bottom-sm-3 {
    margin-bottom: 3rem;
  }
  .margin-bottom-sm-4 {
    margin-bottom: 4rem;
  }
  .oosutl4mya {
    margin-bottom: 5rem;
  }
  .alh034sje6 {
    margin-bottom: 6rem;
  }
}

@media (min-width: 992px) {
  .drxsn1dw5u {
    margin-bottom: 1rem;
  }
  .lq0k2kawtl {
    margin-bottom: 1.5rem;
  }
  .pvjoefna3j {
    margin-bottom: 2rem;
  }
  .kqqhijlv39 {
    margin-bottom: 2.5rem;
  }
  .ohocqfagd7 {
    margin-bottom: 3rem;
  }
  .s93prs0g40 {
    margin-bottom: 4rem;
  }
  .sk3nl0mua2 {
    margin-bottom: 5rem;
  }
  .h24io8hszp {
    margin-bottom: 6rem;
  }
  .margin-bottom-md-7 {
    margin-bottom: 7rem;
  }
  .margin-bottom-md-8 {
    margin-bottom: 8rem;
  }
  .margin-bottom-md-10 {
    margin-bottom: 10rem;
  }
}

@media (min-width: 1200px) {
  .qaoj2yqzm0 {
    margin-bottom: 1rem;
  }
  .wujvf0no9t {
    margin-bottom: 2rem;
  }
  .margin-bottom-lg-2-5 {
    margin-bottom: 2.5rem;
  }
  .b8esgs7q7c {
    margin-bottom: 3rem;
  }
  .margin-bottom-lg-4 {
    margin-bottom: 4rem;
  }
  .margin-bottom-lg-5 {
    margin-bottom: 5rem;
  }
  .margin-bottom-lg-6 {
    margin-bottom: 6rem;
  }
  .a8lq2qe8x1 {
    margin-bottom: 7rem;
  }
  .g6i0rl4thx {
    margin-bottom: 8rem;
  }
  .margin-bottom-lg-10 {
    margin-bottom: 10rem;
  }
}

@media (min-width: 1440px) {
  .margin-bottom-xl-0 {
    margin-bottom: 0rem;
  }
  .margin-bottom-xl-1 {
    margin-bottom: 1rem;
  }
  .margin-bottom-xl-2 {
    margin-bottom: 2rem;
  }
  .margin-bottom-xl-2-5 {
    margin-bottom: 2.5rem;
  }
  .margin-bottom-xl-3 {
    margin-bottom: 3rem;
  }
  .margin-bottom-xl-4 {
    margin-bottom: 4rem;
  }
  .margin-bottom-xl-5 {
    margin-bottom: 5rem;
  }
  .margin-bottom-xl-6 {
    margin-bottom: 6rem;
  }
}

.margin-top-01 {
  margin-top: 0.1rem;
}

.margin-top-02 {
  margin-top: 0.2rem;
}

.margin-top-03 {
  margin-top: 0.3rem;
}

.margin-top-04 {
  margin-top: 0.4rem;
}

.nrl9iagt3h {
  margin-top: 0.5rem;
}

.margin-top-08 {
  margin-top: 0.8rem;
}

.vo1ujclnyz {
  margin-top: 1rem;
}

.v5wez5puw2 {
  margin-top: 1.5rem;
}

.e2ky9c9bgf {
  margin-top: 2rem;
}

.margin-top-2-5 {
  margin-top: 2.5rem;
}

.margin-top-3 {
  margin-top: 3rem;
}

.bs0ifp8yb0 {
  margin-top: 4rem;
}

.margin-top-5 {
  margin-top: 5rem;
}

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

.margin-top-7 {
  margin-top: 7rem;
}

.margin-top-8 {
  margin-top: 8rem;
}

.margin-top-9 {
  margin-top: 9rem;
}

.margin-top-10 {
  margin-top: 10rem;
}

@media (min-width: 576px) {
  .margin-top-xs-1 {
    margin-top: 1rem;
  }
  .margin-top-xs-2 {
    margin-top: 2rem;
  }
  .margin-top-xs-3 {
    margin-top: 3rem;
  }
  .margin-top-xs-4 {
    margin-top: 4rem;
  }
  .margin-top-xs-5 {
    margin-top: 5rem;
  }
  .margin-top-xs-6 {
    margin-top: 6rem;
  }
}

@media (min-width: 771px) {
  .fqp9ua4y31 {
    margin-top: 1rem;
  }
  .margin-top-sm-2 {
    margin-top: 2rem;
  }
  .margin-top-sm-3 {
    margin-top: 3rem;
  }
  .margin-top-sm-4 {
    margin-top: 4rem;
  }
  .margin-top-sm-5 {
    margin-top: 5rem;
  }
  .margin-top-sm-6 {
    margin-top: 6rem;
  }
}

@media (min-width: 992px) {
  .margin-top-md-08 {
    margin-top: 0.8rem;
  }
  .h56e8bo46b {
    margin-top: 1rem;
  }
  .margin-top-md-1-5 {
    margin-top: 1.5rem;
  }
  .margin-top-md-2 {
    margin-top: 2rem;
  }
  .margin-top-md-3 {
    margin-top: 3rem;
  }
  .q5icwi02d5 {
    margin-top: 4rem;
  }
  .margin-top-md-5 {
    margin-top: 5rem;
  }
  .margin-top-md-6 {
    margin-top: 6rem;
  }
}

@media (min-width: 1200px) {
  .mpq6i2lmyt {
    margin-top: 1rem;
  }
  .j882bve5o0 {
    margin-top: 2rem;
  }
  .margin-top-lg-3 {
    margin-top: 3rem;
  }
  .margin-top-lg-4 {
    margin-top: 4rem;
  }
  .margin-top-lg-5 {
    margin-top: 5rem;
  }
  .margin-top-lg-6 {
    margin-top: 6rem;
  }
}

@media (min-width: 1440px) {
  .margin-top-xl-1 {
    margin-top: 1rem;
  }
  .margin-top-xl-2 {
    margin-top: 2rem;
  }
  .margin-top-xl-3 {
    margin-top: 3rem;
  }
  .margin-top-xl-4 {
    margin-top: 4rem;
  }
  .margin-top-xl-5 {
    margin-top: 5rem;
  }
  .margin-top-xl-6 {
    margin-top: 6rem;
  }
}

.margin-left-01 {
  margin-left: 0.1rem;
}

.margin-left-02 {
  margin-left: 0.2rem;
}

.cxi575wedt {
  margin-left: 0.3rem;
}

.margin-left-04 {
  margin-left: 0.4rem;
}

.y7qb9lc357 {
  margin-left: 0.5rem;
}

.vu5aisvidm {
  margin-left: 0.8rem;
}

.q9a5j3olb4 {
  margin-left: 1rem;
}

.oqbrwwvut8 {
  margin-left: 1.5rem;
}

.margin-left-2 {
  margin-left: 2rem;
}

.margin-left-3 {
  margin-left: 3rem;
}

.margin-left-4 {
  margin-left: 4rem;
}

.margin-left-5 {
  margin-left: 5rem;
}

.margin-left-6 {
  margin-left: 6rem;
}

.margin-left-7 {
  margin-left: 7rem;
}

.margin-left-8 {
  margin-left: 8rem;
}

.margin-left-9 {
  margin-left: 9rem;
}

.margin-left-10 {
  margin-left: 10rem;
}

@media (min-width: 576px) {
  .margin-left-xs-1 {
    margin-left: 1rem;
  }
  .d445btqtkj {
    margin-left: 2rem;
  }
  .margin-left-xs-3 {
    margin-left: 3rem;
  }
  .margin-left-xs-4 {
    margin-left: 4rem;
  }
  .margin-left-xs-5 {
    margin-left: 5rem;
  }
  .margin-left-xs-6 {
    margin-left: 6rem;
  }
}

@media (min-width: 771px) {
  .margin-left-sm-1 {
    margin-left: 1rem;
  }
  .margin-left-sm-2 {
    margin-left: 2rem;
  }
  .margin-left-sm-3 {
    margin-left: 3rem;
  }
  .margin-left-sm-4 {
    margin-left: 4rem;
  }
  .margin-left-sm-5 {
    margin-left: 5rem;
  }
  .margin-left-sm-6 {
    margin-left: 6rem;
  }
}

@media (min-width: 992px) {
  .margin-left-md-1 {
    margin-left: 1rem;
  }
  .margin-left-md-2 {
    margin-left: 2rem;
  }
  .margin-left-md-3 {
    margin-left: 3rem;
  }
  .margin-left-md-4 {
    margin-left: 4rem;
  }
  .margin-left-md-5 {
    margin-left: 5rem;
  }
  .margin-left-md-6 {
    margin-left: 6rem;
  }
}

@media (min-width: 1200px) {
  .margin-left-lg-1 {
    margin-left: 1rem;
  }
  .margin-left-lg-2 {
    margin-left: 2rem;
  }
  .margin-left-lg-3 {
    margin-left: 3rem;
  }
  .margin-left-lg-4 {
    margin-left: 4rem;
  }
  .margin-left-lg-5 {
    margin-left: 5rem;
  }
  .margin-left-lg-6 {
    margin-left: 6rem;
  }
}

@media (min-width: 1440px) {
  .margin-left-xl-1 {
    margin-left: 1rem;
  }
  .margin-left-xl-2 {
    margin-left: 2rem;
  }
  .margin-left-xl-3 {
    margin-left: 3rem;
  }
  .margin-left-xl-4 {
    margin-left: 4rem;
  }
  .margin-left-xl-5 {
    margin-left: 5rem;
  }
  .margin-left-xl-6 {
    margin-left: 6rem;
  }
}

@media (min-width: 1600px) {
  .margin-left-xxl-3 {
    margin-left: 3rem;
  }
  .margin-left-xxl-4 {
    margin-left: 4rem;
  }
}

@media (min-width: 1800px) {
  .margin-left-xxxl-3 {
    margin-left: 3rem;
  }
  .margin-left-xxxl-4 {
    margin-left: 4rem;
  }
}

.drii25vhw8 {
  margin-right: 0.5rem;
}

.margin-right-01 {
  margin-right: 0.1rem;
}

.margin-right-02 {
  margin-right: 0.2rem;
}

.margin-right-03 {
  margin-right: 0.3rem;
}

.margin-right-04 {
  margin-right: 0.4rem;
}

.drii25vhw8 {
  margin-right: 0.5rem;
}

.margin-right-08 {
  margin-right: 0.8rem;
}

.tgtf4g4lhf {
  margin-right: 1rem;
}

.iqv3xo9m4a {
  margin-right: 1.5rem;
}

.ihcbtjgn9s {
  margin-right: 2rem;
}

.ztbbq6adnd {
  margin-right: 2.5rem;
}

.margin-right-3 {
  margin-right: 3rem;
}

.margin-right-4 {
  margin-right: 4rem;
}

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

.margin-right-6 {
  margin-right: 6rem;
}

.margin-right-7 {
  margin-right: 7rem;
}

.margin-right-8 {
  margin-right: 8rem;
}

.margin-right-9 {
  margin-right: 9rem;
}

.margin-right-10 {
  margin-right: 10rem;
}

@media (min-width: 576px) {
  .margin-right-xs-1 {
    margin-right: 1rem;
  }
  .ysg4nqssgo {
    margin-right: 2rem;
  }
  .kqp36mfr6h {
    margin-right: 3rem;
  }
  .margin-right-xs-4 {
    margin-right: 4rem;
  }
  .margin-right-xs-5 {
    margin-right: 5rem;
  }
  .margin-right-xs-6 {
    margin-right: 6rem;
  }
}

@media (min-width: 771px) {
  .margin-right-sm-1 {
    margin-right: 1rem;
  }
  .margin-right-sm-2 {
    margin-right: 2rem;
  }
  .margin-right-sm-2-5 {
    margin-right: 2.5rem;
  }
  .margin-right-sm-3 {
    margin-right: 3rem;
  }
  .margin-right-sm-4 {
    margin-right: 4rem;
  }
  .margin-right-sm-5 {
    margin-right: 5rem;
  }
  .margin-right-sm-6 {
    margin-right: 6rem;
  }
}

@media (min-width: 992px) {
  .margin-right-md-1 {
    margin-right: 1rem;
  }
  .margin-right-md-1-5 {
    margin-right: 1.5rem;
  }
  .margin-right-md-2 {
    margin-right: 2rem;
  }
  .margin-right-md-2-5 {
    margin-right: 2.5rem;
  }
  .margin-right-md-3 {
    margin-right: 3rem;
  }
  .margin-right-md-4 {
    margin-right: 4rem;
  }
  .margin-right-md-5 {
    margin-right: 5rem;
  }
  .margin-right-md-6 {
    margin-right: 6rem;
  }
}

@media (min-width: 1200px) {
  .margin-right-lg-1 {
    margin-right: 1rem;
  }
  .margin-right-lg-2 {
    margin-right: 2rem;
  }
  .margin-right-lg-3 {
    margin-right: 3rem;
  }
  .margin-right-lg-4 {
    margin-right: 4rem;
  }
  .margin-right-lg-5 {
    margin-right: 5rem;
  }
  .margin-right-lg-6 {
    margin-right: 6rem;
  }
}

@media (min-width: 1440px) {
  .margin-right-xl-1 {
    margin-right: 1rem;
  }
  .margin-right-xl-2 {
    margin-right: 2rem;
  }
  .margin-right-xl-3 {
    margin-right: 3rem;
  }
  .margin-right-xl-4 {
    margin-right: 4rem;
  }
  .margin-right-xl-5 {
    margin-right: 5rem;
  }
  .margin-right-xl-6 {
    margin-right: 6rem;
  }
}

@media (min-width: 1440px) {
  .margin-right-xxl-3 {
    margin-right: 3rem;
  }
}

@media (min-width: 1800px) {
  .margin-right-xxxl-2 {
    margin-right: 2rem;
  }
  .margin-right-xxxl-3 {
    margin-right: 3rem;
  }
  .margin-right-xxxl-4 {
    margin-right: 4rem;
  }
}

.yfxdus1bxq {
  margin: 0 auto;
}

.a4jjx4e22c {
  margin-left: auto;
}

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

@media (min-width: 576px) {
  .margin-xs-center {
    margin: 0 auto;
  }
  .margin-xs-left-auto {
    margin-left: auto;
  }
  .margin-xs-right-auto {
    margin-right: auto;
  }
}

@media (min-width: 771px) {
  .margin-sm-center {
    margin: 0 auto;
  }
  .margin-sm-left-auto {
    margin-left: auto;
  }
  .margin-sm-right-auto {
    margin-right: auto;
  }
  .ouq1h69cx9 {
    margin-left: 0;
  }
  .margin-sm-right-0 {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .margin-md-center {
    margin: 0 auto;
  }
  .margin-md-left-auto {
    margin-left: auto;
  }
  .margin-md-right-auto {
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .margin-lg-center {
    margin: 0 auto;
  }
  .margin-lg-left-auto {
    margin-left: auto;
  }
  .margin-lg-right-auto {
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .margin-md-top-negative-3 {
    margin-top: -3rem;
  }
}

@media (max-width: 770px) {
  .margin-sm-negative-15 {
    margin: 0 -15px;
  }
}

.g92vzsfqmv {
  margin-top: 0 !important;
}

@media (min-width: 576px) {
  .s9vbu5l814 {
    margin-top: 0 !important;
  }
}

@media (min-width: 771px) {
  .margin-top-sm-0 {
    margin-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .bccuvu7okm {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .margin-top-lg-0 {
    margin-top: 0 !important;
  }
}

@media (max-width: 1199px) {
  .margin-bp-top-lg-0 {
    margin-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .margin-bp-top-md-0 {
    margin-top: 0 !important;
  }
}

@media (max-width: 770px) {
  .margin-bp-top-sm-0 {
    margin-top: 0 !important;
  }
}

@media (max-width: 575px) {
  .margin-bp-top-xs-0 {
    margin-top: 0 !important;
  }
}

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

@media (min-width: 576px) {
  .margin-right-xs-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 771px) {
  .margin-right-sm-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .margin-right-md-0 {
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .margin-right-lg-0 {
    margin-right: 0 !important;
  }
}

@media (max-width: 1199px) {
  .margin-bp-right-lg-0 {
    margin-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .margin-bp-right-md-0 {
    margin-right: 0 !important;
  }
}

@media (max-width: 770px) {
  .margin-bp-right-sm-0 {
    margin-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .margin-bp-right-xs-0 {
    margin-right: 0 !important;
  }
}

.gcqlhm2iz7 {
  margin-bottom: 0 !important;
}

@media (min-width: 576px) {
  .itddfyri0r {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 771px) {
  .q7nt3dg6cg {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .bfsjy46fbm {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .neou6vygaz {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .margin-bp-bottom-lg-0 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .margin-bp-bottom-md-0 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 770px) {
  .margin-bp-bottom-sm-0 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 575px) {
  .margin-bp-bottom-xs-0 {
    margin-bottom: 0 !important;
  }
}

.margin-left-0 {
  margin-left: 0 !important;
}

@media (min-width: 576px) {
  .margin-left-xs-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 771px) {
  .margin-left-sm-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .margin-left-md-0 {
    margin-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .margin-left-lg-0 {
    margin-left: 0 !important;
  }
}

@media (max-width: 1199px) {
  .margin-bp-left-lg-0 {
    margin-left: 0 !important;
  }
}

@media (max-width: 991px) {
  .margin-bp-left-md-0 {
    margin-left: 0 !important;
  }
}

@media (max-width: 770px) {
  .margin-bp-left-sm-0 {
    margin-left: 0 !important;
  }
}

@media (max-width: 575px) {
  .margin-bp-left-xs-0 {
    margin-left: 0 !important;
  }
}

/* Padding block */
.fiqw31t9k {
  padding: 0 !important;
}

@media (min-width: 576px) {
  .padding-xs-0 {
    padding: 0 !important;
  }
}

@media (min-width: 771px) {
  .padding-sm-0 {
    padding: 0 !important;
  }
}

@media (min-width: 992px) {
  .padding-md-0 {
    padding: 0 !important;
  }
}

@media (min-width: 1440px) {
  .padding-xl-0 {
    padding: 0 !important;
  }
}

.padding-left-3 {
  padding-left: 3rem;
}

@media (min-width: 992px) {
  .padding-left-md-3 {
    padding-left: 3rem;
  }
}

.a8ek2dd955 {
  padding-top: 0 !important;
}

.padding-top-xs-0 {
  padding-top: 0 !important;
}

@media (min-width: 771px) {
  .yfqastuxdb {
    padding-top: 0 !important;
  }
}

@media (min-width: 992px) {
  .tpp9osqg31 {
    padding-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .padding-top-lg-0 {
    padding-top: 0 !important;
  }
}

@media (max-width: 1199px) {
  .padding-bp-top-lg-0 {
    padding-top: 0 !important;
  }
}

@media (max-width: 991px) {
  .obg1w5j1mv {
    padding-top: 0 !important;
  }
}

@media (max-width: 770px) {
  .e3f7zh3yp7 {
    padding-top: 0 !important;
  }
}

@media (max-width: 575px) {
  .padding-bp-top-xs-0 {
    padding-top: 0 !important;
  }
}

.padding-right-0 {
  padding-right: 0 !important;
}

.padding-right-xs-0 {
  padding-right: 0 !important;
}

@media (min-width: 771px) {
  .padding-right-sm-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 992px) {
  .padding-right-md-0 {
    padding-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  .padding-right-lg-0 {
    padding-right: 0 !important;
  }
}

@media (max-width: 1199px) {
  .padding-bp-right-lg-0 {
    padding-right: 0 !important;
  }
}

@media (max-width: 991px) {
  .padding-bp-right-md-0 {
    padding-right: 0 !important;
  }
}

@media (max-width: 770px) {
  .padding-bp-right-sm-0 {
    padding-right: 0 !important;
  }
}

@media (max-width: 575px) {
  .padding-bp-right-xs-0 {
    padding-right: 0 !important;
  }
}

.fsorqdwd6i {
  padding-bottom: 0 !important;
}

.padding-bottom-xs-0 {
  padding-bottom: 0 !important;
}

@media (min-width: 771px) {
  .udaltgctej {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .padding-bottom-md-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .padding-bottom-lg-0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1199px) {
  .padding-bp-bottom-lg-0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .cctt5r8dyu {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 770px) {
  .padding-bp-bottom-sm-0 {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 575px) {
  .padding-bp-bottom-xs-0 {
    padding-bottom: 0 !important;
  }
}

.padding-left-0 {
  padding-left: 0 !important;
}

.padding-left-xs-0 {
  padding-left: 0 !important;
}

@media (min-width: 771px) {
  .padding-left-sm-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .padding-left-md-0 {
    padding-left: 0 !important;
  }
}

@media (min-width: 1200px) {
  .padding-left-lg-0 {
    padding-left: 0 !important;
  }
}

@media (max-width: 1199px) {
  .padding-bp-left-lg-0 {
    padding-left: 0 !important;
  }
}

@media (max-width: 991px) {
  .padding-bp-left-md-0 {
    padding-left: 0 !important;
  }
}

@media (max-width: 770px) {
  .padding-bp-left-sm-0 {
    padding-left: 0 !important;
  }
}

@media (max-width: 575px) {
  .padding-bp-left-xs-0 {
    padding-left: 0 !important;
  }
}

/* Position helpers */
.pos-r {
  position: relative;
}

.pos-f {
  position: fixed;
}

.pos-s {
  position: static;
}

.pos-sticky {
  position: -webkit-sticky;
  position: sticky;
}

.pos-a {
  position: absolute;
}

.pos-auto {
  position: inherit;
}

/* Row helpers */
.row-40 {
  margin-right: -40px;
  margin-left: -40px;
}

.row-40 .row-item {
  padding-left: 40px;
  padding-right: 40px;
}

.row-30 {
  margin-right: -30px;
  margin-left: -30px;
}

.row-30 .row-item {
  padding-left: 30px;
  padding-right: 30px;
}

.row-20 {
  margin-right: -20px;
  margin-left: -20px;
}

.row-20 .row-item {
  padding-left: 20px;
  padding-right: 20px;
}

.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.row-10 .row-item {
  padding-left: 10px;
  padding-right: 10px;
}

/* Size helpers */
.w-full {
  width: 100%;
}

.w-half {
  width: 50%;
}

.w-quarter {
  width: 25%;
}

.h-full-vh {
  height: 100vh;
}

.h-full {
  height: 100%;
}

.h-half {
  height: 50%;
}

.h-quarter {
  height: 25%;
}

/* Text helpers */
.cursor-pointer {
  cursor: pointer;
}

.p6abik {
  text-align: right;
}

.gpfn8r {
  text-align: center;
}

.q6min3 {
  text-align: left;
}

.hk9q5bfeq {
  text-transform: uppercase;
}

.txt-lower {
  text-transform: lowercase;
}

.txt-italic {
  font-style: italic;
}

.txt-light {
  font-weight: 300;
}

.txt-regular {
  font-weight: 300;
}

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

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

.p1s5et4ux1 {
  text-decoration: underline;
}

.p-regular p {
  font-weight: 400;
}

.p-size-22 p {
  font-size: 22px;
  font-size: 1.375rem;
}

.p-size-20 p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .p-size-20 p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 771px) {
  .p-size-20 p {
    line-height: 1.5;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-lg-size-20 p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .p-lg-size-20 p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1200px) {
  .p-lg-size-20 p {
    line-height: 1.5;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-size-18 p {
  font-size: 18px;
  font-size: 1.125rem;
}

.p-size-17 p {
  font-size: 17px;
  font-size: 1.0625rem;
}

.p-size-16 p {
  font-size: 16px;
  font-size: 1rem;
}

.p-size-15 p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.p-size-14 p {
  font-size: 14px;
  font-size: 0.875rem;
}

.p-size-12 p {
  font-size: 12px;
  font-size: 0.75rem;
}

.p-size-10 p {
  font-size: 10px;
  font-size: 0.625rem;
}

@media (max-width: 770px) {
  .p-sm-size-12 p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-sm-size-14 p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-sm-size-15 p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-sm-size-18 p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 575px) {
  .p-xs-bold p {
    font-family: "Sora-bold", Arial, sans-serif;
    font-weight: 700;
  }
  .p-xs-size-12 p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-xs-size-14 p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-xs-size-18 p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-line-2 p {
  line-height: 2;
}

.p-line-1-8 p {
  line-height: 1.8;
}

.p-line-1-6 p {
  line-height: 1.6;
}

.p-line-1-5 p {
  line-height: 1.5;
}

.p-line-1-4 p {
  line-height: 1.4;
}

.p-line-1-2 p {
  line-height: 1.2;
}

.p-line-1 p {
  line-height: 1;
}

.h-light h1,
.h-light .zu4a0o,
.h-light h2,
.h-light .au3iwp,
.h-light h3,
.h-light .lu5a4b,
.h-light h4,
.h-light .a2zre0,
.h-light h5,
.h-light .y9ioaxf,
.h-light h6,
.h-light .zeta {
  font-weight: 300;
}

.h-regular h1,
.h-regular .zu4a0o,
.h-regular h2,
.h-regular .au3iwp,
.h-regular h3,
.h-regular .lu5a4b,
.h-regular h4,
.h-regular .a2zre0,
.h-regular h5,
.h-regular .y9ioaxf,
.h-regular h6,
.h-regular .zeta {
  font-weight: 400;
}

.h-semibold h1,
.h-semibold .zu4a0o,
.h-semibold h2,
.h-semibold .au3iwp,
.h-semibold h3,
.h-semibold .lu5a4b,
.h-semibold h4,
.h-semibold .a2zre0,
.h-semibold h5,
.h-semibold .y9ioaxf,
.h-semibold h6,
.h-semibold .zeta {
  font-family: "BigShoulders-thin", Arial, sans-serif;
  font-weight: 600;
}

.h-bold h1,
.h-bold .zu4a0o,
.h-bold h2,
.h-bold .au3iwp,
.h-bold h3,
.h-bold .lu5a4b,
.h-bold h4,
.h-bold .a2zre0,
.h-bold h5,
.h-bold .y9ioaxf,
.h-bold h6,
.h-bold .zeta {
  font-family: "BigShoulders-thin", Arial, sans-serif;
  font-weight: 700;
}

.h-black h1,
.h-black .zu4a0o,
.h-black h2,
.h-black .au3iwp,
.h-black h3,
.h-black .lu5a4b,
.h-black h4,
.h-black .a2zre0,
.h-black h5,
.h-black .y9ioaxf,
.h-black h6,
.h-black .zeta {
  font-family: "BigShoulders-extrabold", Arial, sans-serif;
  font-weight: 900;
}

.h-primary-bold h1,
.h-primary-bold .zu4a0o,
.h-primary-bold h2,
.h-primary-bold .au3iwp,
.h-primary-bold h3,
.h-primary-bold .lu5a4b,
.h-primary-bold h4,
.h-primary-bold .a2zre0,
.h-primary-bold h5,
.h-primary-bold .y9ioaxf,
.h-primary-bold h6,
.h-primary-bold .zeta {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

.h-upper h1,
.h-upper .zu4a0o,
.h-upper h2,
.h-upper .au3iwp,
.h-upper h3,
.h-upper .lu5a4b,
.h-upper h4,
.h-upper .a2zre0,
.h-upper h5,
.h-upper .y9ioaxf,
.h-upper h6,
.h-upper .zeta {
  text-transform: uppercase;
}

.h-line-1 h1,
.h-line-1 .zu4a0o,
.h-line-1 h2,
.h-line-1 .au3iwp,
.h-line-1 h3,
.h-line-1 .lu5a4b,
.h-line-1 h4,
.h-line-1 .a2zre0,
.h-line-1 h5,
.h-line-1 .y9ioaxf,
.h-line-1 h6,
.h-line-1 .zeta {
  line-height: 1;
}

.h-line-1-2 h1,
.h-line-1-2 .zu4a0o,
.h-line-1-2 h2,
.h-line-1-2 .au3iwp,
.h-line-1-2 h3,
.h-line-1-2 .lu5a4b,
.h-line-1-2 h4,
.h-line-1-2 .a2zre0,
.h-line-1-2 h5,
.h-line-1-2 .y9ioaxf,
.h-line-1-2 h6,
.h-line-1-2 .zeta {
  line-height: 1.2;
}

.h-line-1-4 h1,
.h-line-1-4 .zu4a0o,
.h-line-1-4 h2,
.h-line-1-4 .au3iwp,
.h-line-1-4 h3,
.h-line-1-4 .lu5a4b,
.h-line-1-4 h4,
.h-line-1-4 .a2zre0,
.h-line-1-4 h5,
.h-line-1-4 .y9ioaxf,
.h-line-1-4 h6,
.h-line-1-4 .zeta {
  line-height: 1.4;
}

.h-line-1-6 h1,
.h-line-1-6 .zu4a0o,
.h-line-1-6 h2,
.h-line-1-6 .au3iwp,
.h-line-1-6 h3,
.h-line-1-6 .lu5a4b,
.h-line-1-6 h4,
.h-line-1-6 .a2zre0,
.h-line-1-6 h5,
.h-line-1-6 .y9ioaxf,
.h-line-1-6 h6,
.h-line-1-6 .zeta {
  line-height: 1.6;
}

.h-line-1-8 h1,
.h-line-1-8 .zu4a0o,
.h-line-1-8 h2,
.h-line-1-8 .au3iwp,
.h-line-1-8 h3,
.h-line-1-8 .lu5a4b,
.h-line-1-8 h4,
.h-line-1-8 .a2zre0,
.h-line-1-8 h5,
.h-line-1-8 .y9ioaxf,
.h-line-1-8 h6,
.h-line-1-8 .zeta {
  line-height: 1.8;
}

.h-line-2 h1,
.h-line-2 .zu4a0o,
.h-line-2 h2,
.h-line-2 .au3iwp,
.h-line-2 h3,
.h-line-2 .lu5a4b,
.h-line-2 h4,
.h-line-2 .a2zre0,
.h-line-2 h5,
.h-line-2 .y9ioaxf,
.h-line-2 h6,
.h-line-2 .zeta {
  line-height: 2;
}

@media (min-width: 576px) {
  .h-line-xs-1-2 h1,
  .h-line-xs-1-2 .zu4a0o,
  .h-line-xs-1-2 h2,
  .h-line-xs-1-2 .au3iwp,
  .h-line-xs-1-2 h3,
  .h-line-xs-1-2 .lu5a4b,
  .h-line-xs-1-2 h4,
  .h-line-xs-1-2 .a2zre0,
  .h-line-xs-1-2 h5,
  .h-line-xs-1-2 .y9ioaxf,
  .h-line-xs-1-2 h6,
  .h-line-xs-1-2 .zeta {
    line-height: 1.2;
  }
}

@media (min-width: 771px) {
  .h-line-sm-1-2 h1,
  .h-line-sm-1-2 .zu4a0o,
  .h-line-sm-1-2 h2,
  .h-line-sm-1-2 .au3iwp,
  .h-line-sm-1-2 h3,
  .h-line-sm-1-2 .lu5a4b,
  .h-line-sm-1-2 h4,
  .h-line-sm-1-2 .a2zre0,
  .h-line-sm-1-2 h5,
  .h-line-sm-1-2 .y9ioaxf,
  .h-line-sm-1-2 h6,
  .h-line-sm-1-2 .zeta {
    line-height: 1.2;
  }
}

@media (min-width: 370px) {
  .txt-xss-c {
    text-align: center;
  }
  .txt-xss-l {
    text-align: left;
  }
  .txt-xss-r {
    text-align: right;
  }
}

@media (min-width: 576px) {
  .qcxhs3fe {
    text-align: center;
  }
  .vhvefwr8 {
    text-align: left;
  }
  .txt-xs-r {
    text-align: right;
  }
}

@media (min-width: 771px) {
  .o8h74x01 {
    text-align: left;
  }
  .txt-sm-r {
    text-align: right;
  }
  .txt-sm-c {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .amsvljve {
    text-align: left;
  }
  .y3nf61su {
    text-align: right;
  }
  .txt-md-c {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .lyd3q0ew {
    text-align: right;
  }
  .txt-lg-l {
    text-align: left;
  }
  .nxo4tuvx {
    text-align: center;
  }
}

.h-margin-0 .zu4a0o,
.h-margin-0 .au3iwp,
.h-margin-0 .lu5a4b,
.h-margin-0 .a2zre0,
.h-margin-0 .y9ioaxf,
.h-margin-0 .zeta,
.h-margin-0 h1,
.h-margin-0 h2,
.h-margin-0 h3,
.h-margin-0 h4,
.h-margin-0 h5,
.h-margin-0 h6 {
  margin-bottom: 0;
}

.h-margin-01 .zu4a0o,
.h-margin-01 .au3iwp,
.h-margin-01 .lu5a4b,
.h-margin-01 .a2zre0,
.h-margin-01 .y9ioaxf,
.h-margin-01 .zeta,
.h-margin-01 h1,
.h-margin-01 h2,
.h-margin-01 h3,
.h-margin-01 h4,
.h-margin-01 h5,
.h-margin-01 h6 {
  margin-bottom: 0.1rem;
}

.h-margin-02 .zu4a0o,
.h-margin-02 .au3iwp,
.h-margin-02 .lu5a4b,
.h-margin-02 .a2zre0,
.h-margin-02 .y9ioaxf,
.h-margin-02 .zeta,
.h-margin-02 h1,
.h-margin-02 h2,
.h-margin-02 h3,
.h-margin-02 h4,
.h-margin-02 h5,
.h-margin-02 h6 {
  margin-bottom: 0.2rem;
}

.h-margin-03 .zu4a0o,
.h-margin-03 .au3iwp,
.h-margin-03 .lu5a4b,
.h-margin-03 .a2zre0,
.h-margin-03 .y9ioaxf,
.h-margin-03 .zeta,
.h-margin-03 h1,
.h-margin-03 h2,
.h-margin-03 h3,
.h-margin-03 h4,
.h-margin-03 h5,
.h-margin-03 h6 {
  margin-bottom: 0.3rem;
}

.h-margin-04 .zu4a0o,
.h-margin-04 .au3iwp,
.h-margin-04 .lu5a4b,
.h-margin-04 .a2zre0,
.h-margin-04 .y9ioaxf,
.h-margin-04 .zeta,
.h-margin-04 h1,
.h-margin-04 h2,
.h-margin-04 h3,
.h-margin-04 h4,
.h-margin-04 h5,
.h-margin-04 h6 {
  margin-bottom: 0.4rem;
}

.h-margin-05 .zu4a0o,
.h-margin-05 .au3iwp,
.h-margin-05 .lu5a4b,
.h-margin-05 .a2zre0,
.h-margin-05 .y9ioaxf,
.h-margin-05 .zeta,
.h-margin-05 h1,
.h-margin-05 h2,
.h-margin-05 h3,
.h-margin-05 h4,
.h-margin-05 h5,
.h-margin-05 h6 {
  margin-bottom: 0.5rem;
}

.h-margin-06 .zu4a0o,
.h-margin-06 .au3iwp,
.h-margin-06 .lu5a4b,
.h-margin-06 .a2zre0,
.h-margin-06 .y9ioaxf,
.h-margin-06 .zeta,
.h-margin-06 h1,
.h-margin-06 h2,
.h-margin-06 h3,
.h-margin-06 h4,
.h-margin-06 h5,
.h-margin-06 h6 {
  margin-bottom: 0.6rem;
}

.h-margin-08 .zu4a0o,
.h-margin-08 .au3iwp,
.h-margin-08 .lu5a4b,
.h-margin-08 .a2zre0,
.h-margin-08 .y9ioaxf,
.h-margin-08 .zeta,
.h-margin-08 h1,
.h-margin-08 h2,
.h-margin-08 h3,
.h-margin-08 h4,
.h-margin-08 h5,
.h-margin-08 h6 {
  margin-bottom: 0.8rem;
}

.h-margin-1 .zu4a0o,
.h-margin-1 .au3iwp,
.h-margin-1 .lu5a4b,
.h-margin-1 .a2zre0,
.h-margin-1 .y9ioaxf,
.h-margin-1 .zeta,
.h-margin-1 h1,
.h-margin-1 h2,
.h-margin-1 h3,
.h-margin-1 h4,
.h-margin-1 h5,
.h-margin-1 h6 {
  margin-bottom: 1rem;
}

.h-margin-1-2 .zu4a0o,
.h-margin-1-2 .au3iwp,
.h-margin-1-2 .lu5a4b,
.h-margin-1-2 .a2zre0,
.h-margin-1-2 .y9ioaxf,
.h-margin-1-2 .zeta,
.h-margin-1-2 h1,
.h-margin-1-2 h2,
.h-margin-1-2 h3,
.h-margin-1-2 h4,
.h-margin-1-2 h5,
.h-margin-1-2 h6 {
  margin-bottom: 1.2rem;
}

.h-margin-1-5 .zu4a0o,
.h-margin-1-5 .au3iwp,
.h-margin-1-5 .lu5a4b,
.h-margin-1-5 .a2zre0,
.h-margin-1-5 .y9ioaxf,
.h-margin-1-5 .zeta,
.h-margin-1-5 h1,
.h-margin-1-5 h2,
.h-margin-1-5 h3,
.h-margin-1-5 h4,
.h-margin-1-5 h5,
.h-margin-1-5 h6 {
  margin-bottom: 1.5rem;
}

.h-margin-2 .zu4a0o,
.h-margin-2 .au3iwp,
.h-margin-2 .lu5a4b,
.h-margin-2 .a2zre0,
.h-margin-2 .y9ioaxf,
.h-margin-2 .zeta,
.h-margin-2 h1,
.h-margin-2 h2,
.h-margin-2 h3,
.h-margin-2 h4,
.h-margin-2 h5,
.h-margin-2 h6 {
  margin-bottom: 2rem;
}

@media (max-width: 770px) {
  .h-margin-sm-1 .zu4a0o,
  .h-margin-sm-1 .au3iwp,
  .h-margin-sm-1 .lu5a4b,
  .h-margin-sm-1 .a2zre0,
  .h-margin-sm-1 .y9ioaxf,
  .h-margin-sm-1 .zeta,
  .h-margin-sm-1 h1,
  .h-margin-sm-1 h2,
  .h-margin-sm-1 h3,
  .h-margin-sm-1 h4,
  .h-margin-sm-1 h5,
  .h-margin-sm-1 h6 {
    margin-bottom: 1rem;
  }
}

.p-margin-0 p {
  margin-bottom: 0;
}

.p-margin-01 p {
  margin-bottom: 0.1rem;
}

.p-margin-02 p {
  margin-bottom: 0.2rem;
}

.p-margin-03 p {
  margin-bottom: 0.3rem;
}

.p-margin-04 p {
  margin-bottom: 0.4rem;
}

.p-margin-05 p {
  margin-bottom: 0.5rem;
}

.p-margin-08 p {
  margin-bottom: 0.8rem;
}

.p-margin-1 p {
  margin-bottom: 1rem;
}

.p-margin-1-5 p {
  margin-bottom: 1.5rem;
}

.p-margin-2 p {
  margin-bottom: 2rem;
}

/* Z-index helpers */
.z-index--1 {
  z-index: -1;
}

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

.gc9haai7l {
  z-index: 2;
}

.mudjm2mty {
  z-index: 3;
}

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

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

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

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

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

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

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

.o3une6ula9 {
  z-index: 100;
}

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

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

@media (max-width: 991px) {
  .nhu3qofk29 {
    z-index: 4;
  }
}

.ms6nbdlo9 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.k0mqobewlr {
  -webkit-line-clamp: 2;
}

.kcvd3z5mgd {
  -webkit-line-clamp: 3;
}

.aknfdyni3j {
  -webkit-line-clamp: 4;
}

.no-object-fit .vrab8552ha img {
  height: auto;
  width: auto;
  vertical-align: middle;
  margin: 0 auto;
}

.no-object-fit .img-flex-contain {
  display: block;
  height: auto;
}

.no-object-fit .img-flex-contain img {
  height: 100%;
  width: auto;
  vertical-align: middle;
  margin: 0 auto;
}

.ie .destination-overlay {
  background-image: none;
}

.ie .destination-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 92, 116, 0.4);
  z-index: 1;
}

/* Base settings */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-transition: color 0.15s, background 0.15s, border 0.15s, opacity 0.15s;
  -o-transition: color 0.15s, background 0.15s, border 0.15s, opacity 0.15s;
  transition: color 0.15s, background 0.15s, border 0.15s, opacity 0.15s;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #eeeeee;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ec1c24;
}

::-webkit-scrollbar-thumb:hover {
  background: #dc121a;
}

@-ms-viewport {
  width: device-width;
}

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

html {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-size: 100%;
}

body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 310px;
  height: 100%;
  margin: 0;
  color: #000;
  background-color: #ffffff;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  outline: none;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
}

a:focus,
a:active,
a:visited {
  outline: none;
}

.a-hover:hover, .a-hover:focus {
  text-decoration: underline;
}

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

em,
i,
.italic {
  font-style: italic;
}

strong,
.strong {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

small,
.small {
  font-size: 12px;
  font-size: 0.75rem;
}

h1,
.zu4a0o,
h2,
.au3iwp,
h3,
.lu5a4b,
h4,
.a2zre0,
h5,
.y9ioaxf,
h6,
.zeta {
  margin: 0;
  margin-bottom: 1.5rem;
  color: #000000;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1 a,
.zu4a0o a,
h2 a,
.au3iwp a,
h3 a,
.lu5a4b a,
h4 a,
.a2zre0 a,
h5 a,
.y9ioaxf a,
h6 a,
.zeta a {
  color: inherit;
}

h1,
.zu4a0o {
  font-size: 34px;
  font-size: 2.125rem;
}

@media (min-width: 576px) {
  h1,
  .zu4a0o {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media (min-width: 771px) {
  h1,
  .zu4a0o {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (max-width: 575px) {
  .q0abm7yn02 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.zxlynzd6 {
  font-size: 34px;
  font-size: 2.125rem;
}

@media (min-width: 771px) {
  .zxlynzd6 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .zxlynzd6 {
    font-size: 72px;
    font-size: 4.5rem;
  }
}

h2,
.au3iwp {
  font-size: 25px;
  font-size: 1.5625rem;
}

@media (min-width: 576px) {
  h2,
  .au3iwp {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (min-width: 771px) {
  h2,
  .au3iwp {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media (min-width: 771px) {
  .go5gmmj7 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

h3,
.lu5a4b {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  h3,
  .lu5a4b {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 771px) {
  h3,
  .lu5a4b {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

h4,
.a2zre0 {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 576px) {
  h4,
  .a2zre0 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 771px) {
  h4,
  .a2zre0 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

h5,
.y9ioaxf {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 576px) {
  h5,
  .y9ioaxf {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 771px) {
  h5,
  .y9ioaxf {
    font-size: 16px;
    font-size: 1rem;
  }
}

h6,
.zeta {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  h6,
  .zeta {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 771px) {
  h6,
  .zeta {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.h-divider-ext {
  position: relative;
}

.h-divider-ext:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: calc(100%);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background-color: #efefef;
  z-index: 1;
}

.h-divider-ext h1,
.h-divider-ext .zu4a0o,
.h-divider-ext h2,
.h-divider-ext .au3iwp,
.h-divider-ext h3,
.h-divider-ext .lu5a4b,
.h-divider-ext h4,
.h-divider-ext .a2zre0,
.h-divider-ext h5,
.h-divider-ext .y9ioaxf,
.h-divider-ext h6,
.h-divider-ext .zeta {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-right: 10px;
  background-color: #ffffff;
}

.tv2zqj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0.4rem 0;
}

.qw6o3ya02s {
  padding: 0.2rem 0;
}

.a-link-big {
  padding: 0.6rem 0;
}

.rjwe61dt13 {
  color: #ec1c24;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (min-width: 576px) {
  .rjwe61dt13 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.vp9nsz458k {
  font-size: 12px;
  font-size: 0.75rem;
}

.a-link-text-normal {
  font-size: 14px;
  font-size: 0.875rem;
}

.ywj209bb68 {
  font-size: 12px;
  font-size: 0.75rem;
}

.l26vfhbb3a {
  font-size: 13px;
  font-size: 0.8125rem;
}

.a-link-text-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.zzzzr2ziyn {
  font-size: 16px;
  font-size: 1rem;
}

.iskeu2rued {
  font-size: 18px;
  font-size: 1.125rem;
}

.u5dr50yn24 {
  font-size: 20px;
  font-size: 1.25rem;
}

.a-link-text-big-ext {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 1600px) {
  .a-link-text-big-ext {
    font-size: 16px;
    font-size: 1rem;
  }
}

.a-link-text-large {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .a-link-text-large {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 575px) {
  .a-link-xs-text-large {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .lgysi2q56d {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (max-width: 575px) {
  .a-link-xs-text-14 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.zlqv80dhp7 {
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
}

.a-link-text-primary-bold {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

.a-link-gray {
  color: #333333;
}

.vjviigg6g2 {
  color: #000000;
}

.a-link-blue-light {
  color: #ec1c24;
}

.j8wg6h09ze {
  color: #ffffff;
}

@media (max-width: 575px) {
  .tv80v90ep6 {
    margin-left: 0.6rem;
  }
}

.a-link-icon-right {
  margin-left: 0;
  margin-right: 1.2rem;
}

.a-link-icon-right svg {
  font-size: 16px;
  font-size: 1rem;
}

.ol83u4cnd4:hover strong,
.ol83u4cnd4:hover .rjwe61dt13 {
  color: #ec1c24;
}

.ol83u4cnd4:hover .ihms4hy5fq svg {
  fill: #ec1c24;
}

.ol83u4cnd4:hover svg {
  fill: #ec1c24;
}

.a-link-underline {
  text-decoration: underline;
}

.aahr56op8v {
  position: relative;
}

.aahr56op8v:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  -webkit-transition: width 250ms ease-out;
  -o-transition: width 250ms ease-out;
  transition: width 250ms ease-out;
  background-color: currentColor;
}

.aahr56op8v:hover:after {
  width: 100%;
}

.ayqygaq7en .aahr56op8v {
  position: relative;
}

.ayqygaq7en .aahr56op8v:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 2px;
  -webkit-transition: width 250ms ease-out;
  -o-transition: width 250ms ease-out;
  transition: width 250ms ease-out;
  background-color: currentColor;
}

.ayqygaq7en:hover .aahr56op8v:after {
  width: 100%;
}

.a-hover-link-bold:hover {
    font-weight: 700;
}

.a-link-absolute {
  position: absolute;
  top: 50%;
  background-color: #ffffff;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 1.2rem;
  z-index: 4;
}

@media (min-width: 1440px) {
  .a-link-absolute {
    padding-left: 3rem;
  }
}

p {
  display: block;
  margin-top: 0;
  margin-bottom: 2.5em;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 16px;
  font-size: 1rem;
}

.p-font-secondary p {
  font-family: "BigShoulders-regular", Arial, sans-serif;
  font-weight: 400;
}

.p-font-secondary p strong {
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
}

ul.list-style,
ol.list-style {
  margin-bottom: 2em;
}

ul.list-style li,
ol.list-style li {
  position: relative;
  display: block;
  margin-bottom: 8px;
  padding-left: 25px;
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}

ul.list-style a,
ol.list-style a {
  color: #ec1c24;
}

ul.list-style a:hover,
ol.list-style a:hover {
  text-decoration: underline;
}

ul.list-style li:before {
  position: absolute;
  top: 9px;
  left: 3px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  color: #000000;
  border-radius: 100%;
  background-color: #000000;
}

ul.list-style-small-margin {
  margin-bottom: 1rem;
}

ul.list-style-small li {
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

ul.list-style-small li:before {
  top: 7px;
}

ul.list-style-big li {
  font-size: 16px;
  font-size: 1rem;
  color: #ec1c24;
  padding-left: 40px;
  margin-bottom: 40px;
}

ul.list-style-big li:before {
  top: 3px;
  width: 16px;
  height: 16px;
  background-color: #eeeeee;
}

ol.list-style {
  list-style-position: inside;
  counter-reset: item;
}

ol.list-style li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: counter(item) ".";
  counter-increment: item;
  color: #000000;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.js-slider {
  display: none;
}

.js-slider.slick-initialized {
  display: block;
}

.js-slider .slick-slide {
  outline: none;
}

.js-slider .js-slide-item {
  outline: none;
}

.slick-arrows {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: block;
  margin-top: -25px;
  cursor: pointer;
}

.slick-arrows .slick-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
}

.slick-arrows .slick-icon:hover {
  background-color: #ec1c24;
}

.slick-arrows .slick-icon:hover svg {
  fill: #ffffff;
}

.slick-arrows .slick-icon svg {
  fill: #ec1c24;
  font-size: 16px;
  font-size: 1rem;
}

.slick-arrows.slick-disabled {
  opacity: 1;
}

.slick-arrows.slick-disabled .slick-icon:hover {
  background: #ffffff;
}

.slick-arrows.slick-disabled .slick-icon:hover svg {
  fill: #ec1c24;
}

.slick-arrows.slick-prev {
  left: 0;
}

.slick-arrows.slick-next {
  right: 0;
}

@media (min-width: 771px) {
  .swiper--sm-no-swipe {
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
  }
}

@media (min-width: 992px) {
  .swiper--md-no-swipe {
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
  }
}

.slider-padding {
  position: relative;
}

@media (min-width: 771px) {
  .slider-padding {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .slider-margin {
    margin: 0 -40px;
  }
}

@media (max-width: 1199px) {
  .slider-padding-ext {
    position: relative;
    padding: 0 40px;
  }
}

@media (min-width: 771px) {
  .slider-padding-60 {
    position: relative;
    padding: 0 60px;
  }
}

@media (min-width: 992px) {
  .slider-shadow .swiper-arrow-next {
    right: 0;
  }
  .slider-shadow .swiper-arrow-prev {
    left: -50px;
  }
}

@media (min-width: 1200px) {
  .slider-shadow .swiper-arrow-next {
    right: 0;
  }
}

@media (max-width: 991px) {
  .slider-black .swiper-arrow-next {
    right: -50px;
  }
}

.slider-black .swiper-arrow-prev {
  left: -50px;
}

.slider-black .swiper-arrow-content:hover svg {
  fill: #000000;
}

.slider-black .swiper-arrow-content svg {
  fill: #000000;
}

.slider-small .swiper-arrow-next {
  right: -5px;
}

.slider-small .swiper-arrow-prev {
  left: -5px;
}

.slider-small .swiper-arrow-content:hover svg {
  fill: #000000;
}

.slider-small .swiper-arrow-content svg {
  fill: #000000;
}

.slider-top-right .swiper-arrow {
  top: -70px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.slider-top-right .swiper-arrow-next {
  right: 0;
}

.slider-top-right .swiper-arrow-prev {
  left: auto;
  right: 80px;
}

.swiper-arrow {
  position: absolute;
  top: 50%;
  outline: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.swiper-arrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.swiper-arrow-history {
  width: 160px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 50px;
  z-index: 4;
}

.swiper-arrow-about .swiper-arrow {
  top: 20px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.swiper-arrow-benefits .swiper-arrow {
  top: 6px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.swiper-arrow-gallery .swiper-arrow-next {
  right: 0;
}

@media (min-width: 576px) {
  .swiper-arrow-gallery .swiper-arrow-next {
    right: 80px;
  }
}

@media (min-width: 992px) {
  .swiper-arrow-gallery .swiper-arrow-next {
    right: 230px;
  }
}

.swiper-arrow-gallery .swiper-arrow-prev {
  left: 0;
}

@media (min-width: 576px) {
  .swiper-arrow-gallery .swiper-arrow-prev {
    left: 80px;
  }
}

@media (min-width: 992px) {
  .swiper-arrow-gallery .swiper-arrow-prev {
    left: 230px;
  }
}

.swiper-arrow-gallery .swiper-arrow-content {
  width: 60px;
  height: 60px;
}

.swiper-arrow-gallery .swiper-arrow-content:hover svg {
  fill: #ec1c24;
}

.swiper-arrow-gallery .swiper-arrow-content svg {
  fill: #ec1c24;
  font-size: 40px;
  font-size: 2.5rem;
}

@media (min-width: 992px) {
  .swiper-arrow-gallery .swiper-arrow-content svg {
    font-size: 90px;
    font-size: 5.625rem;
  }
}

.swiper-arrow-service .swiper-arrow {
  top: 40%;
}

@media (min-width: 771px) {
  .swiper-arrow-service .swiper-arrow {
    top: 35%;
  }
}

.swiper-arrow-bg .swiper-arrow-next {
  right: 0;
}

.swiper-arrow-bg .swiper-arrow-prev {
  left: 0;
}

.swiper-arrow-bg .swiper-arrow-content {
  width: 40px;
  height: 40px;
  background-color: transparent;
}

@media (min-width: 771px) {
  .swiper-arrow-bg .swiper-arrow-content {
    background-color: transparent;
  }
}

.swiper-arrow-bg .swiper-arrow-content:hover {
  background-color: transparent;
}

@media (min-width: 771px) {
  .swiper-arrow-bg .swiper-arrow-content:hover {
    background-color: transparent;
  }
}

.swiper-arrow-bg .swiper-arrow-content:hover svg {
  fill: #ec1c24;
}

@media (min-width: 771px) {
  .swiper-arrow-bg .swiper-arrow-content:hover svg {
    fill: #ec1c24;
  }
}

.swiper-arrow-bg .swiper-arrow-content svg {
  font-size: 16px;
  font-size: 1rem;
  fill: #ffffff;
}

@media (min-width: 771px) {
  .swiper-arrow-bg .swiper-arrow-content svg {
    fill: #ffffff;
  }
}

.swiper-arrow-big .swiper-arrow-next {
  right: 0;
}

.swiper-arrow-big .swiper-arrow-prev {
  left: 0;
}

.swiper-arrow-big .swiper-arrow-content {
  width: 50px;
  height: 40px;
  background-color: transparent;
}

@media (min-width: 771px) {
  .swiper-arrow-big .swiper-arrow-content {
    background-color: transparent;
  }
}

.swiper-arrow-big .swiper-arrow-content:hover {
  background-color: transparent;
}

@media (min-width: 771px) {
  .swiper-arrow-big .swiper-arrow-content:hover {
    background-color: transparent;
  }
}

.swiper-arrow-big .swiper-arrow-content:hover svg {
  fill: #ec1c24;
}

@media (min-width: 771px) {
  .swiper-arrow-big .swiper-arrow-content:hover svg {
    fill: #ec1c24;
  }
}

.swiper-arrow-big .swiper-arrow-content svg {
  font-size: 28px;
  font-size: 1.75rem;
  fill: #000000;
}

@media (min-width: 771px) {
  .swiper-arrow-big .swiper-arrow-content svg {
    font-size: 40px;
    font-size: 2.5rem;
    fill: #000000;
  }
}

.swiper-arrow-big--red .swiper-arrow-content svg {
  fill: #ec1c24;
}

@media (min-width: 771px) {
  .swiper-arrow-big--red .swiper-arrow-content svg {
    fill: #ec1c24;
  }
}

.swiper-arrow-next {
  right: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.swiper-arrow-prev {
  left: 0;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.swiper-arrow-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 40px;
  cursor: pointer;
}

.swiper-arrow-content:hover svg {
  fill: #ffffff;
}

.swiper-arrow-content svg {
  fill: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}

.swiper-arrow-content-red:hover svg {
  fill: #ec1c24;
}

.swiper-arrow-content-red svg {
  fill: #ec1c24;
}

.swiper-pagination {
  width: 100%;
  margin-top: 0.5rem;
}

.swiper-pagination-bottom--offset {
  width: calc(100% - 30px);
}

.swiper-pagination-bottom {
  margin-top: 0;
  bottom: -35px;
}

.swiper-pagination-bottom-ext {
  margin-top: 0;
  bottom: -50px;
}

.swiper-pagination-bottom-ext-1 {
  margin-top: 0;
  bottom: -15px;
}

.swiper-pagination-gallery {
  margin-top: 0;
  bottom: 15px;
}

@media (min-width: 576px) {
  .swiper-pagination-gallery {
    bottom: 35px;
  }
}

@media (min-width: 992px) {
  .swiper-pagination-gallery {
    bottom: 60px;
  }
}

.swiper-pagination-gallery .swiper-pagination-bullet {
  width: 30px;
}

.swiper-pagination-gallery .swiper-pagination-bullet:after {
  width: 19px;
  height: 19px;
}

.swiper-pagination-red .swiper-pagination-bullet:after {
  border: 1px solid #ec1c24;
}

.swiper-pagination-red .swiper-pagination-bullet-active:after {
  border-color: #ec1c24;
  background-color: #ec1c24;
}

.swiper-pagination-white .swiper-pagination-bullet:after {
  border: 1px solid #ffffff;
}

.swiper-pagination-white .swiper-pagination-bullet-active:after {
  border-color: #ffffff;
  background-color: #ffffff;
}

.swiper-pagination-bullet {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 40px;
  border-radius: 0;
  opacity: 1;
  background: transparent;
  outline: none;
}

.swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  border-radius: 100%;
  border: 1px solid #000000;
}

.swiper-pagination-bullet-active:after {
  border-color: #000000;
  background-color: #000000;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

@media (max-width: 770px) {
  .slider-padding-sm-negative {
    margin: 0 -15px;
  }
  .slider-padding-sm-negative .swiper-wrapper {
    padding-left: 15px;
  }
  .slider-padding-sm-negative .swiper-slide {
    width: 260px;
  }
  .slider-padding-sm-negative .swiper-slide:last-child {
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .slider-padding-sm-negative {
    margin: 0 -15px;
  }
  .slider-padding-sm-negative .swiper-slide {
    width: 260px;
  }
}

.swiper-scrollbar {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  height: 5px;
  border-radius: 10px;
  width: 100%;
  height: 3px;
  background-color: #000000;
}

.swiper-scrollbar-ext {
  bottom: 15px;
}

.swiper-scrollbar-drag {
  top: -1px;
  height: 5px;
  background-color: #ec1c24;
}

.slider-top-products-margin {
  margin: 0 -15px;
}

@media (min-width: 992px) {
  .slider-top-products-margin {
    margin: 0 -26px;
  }
}

.slider-top-products-margin > .swiper-wrapper > .swiper-slide {
  padding: 0 15px;
}

@media (min-width: 992px) {
  .slider-top-products-margin > .swiper-wrapper > .swiper-slide {
    padding: 0 26px;
  }
}

.is-filter-open .select2-container {
  z-index: 9999;
}

.is-gallery-open .select2-container {
  z-index: 999999;
}

.is-modal-open .select2-container {
  z-index: 999999;
}

.select-shadow .select2-container .select2-selection--single,
.select-shadow .select2-container .select2-selection--multiple {
  width: 100%;
  height: 80px;
  padding: 0 50px 1px 40px;
  color: #000000;
  border: 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  font-size: 1rem;
  border-radius: 3px;
}

.select-shadow .select2-container .select2-selection--single .select2-selection__rendered,
.select-shadow .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  line-height: 80px;
  color: #000000;
  font-weight: 700;
}

.select-shadow .select2-container .select2-selection--single .select2-selection__placeholder,
.select-shadow .select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: #000000;
  font-weight: 300;
}

.select-shadow .select2-container .select2-selection--single .select2-selection__arrow,
.select-shadow .select2-container .select2-selection--multiple .select2-selection__arrow {
  height: 80px;
  line-height: 80px;
}

.select-shadow .select2-container .select2-selection--single .select2-selection__arrow:after,
.select-shadow .select2-container .select2-selection--multiple .select2-selection__arrow:after {
  content: "" !important;
  width: 20px;
  height: 11px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down.svg");
}

.select-shadow .select2-container .select2-selection--single .select2-selection__arrow b,
.select-shadow .select2-container .select2-selection--multiple .select2-selection__arrow b {
  display: none;
}

.select-small .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after,
.select-small .select2-container.select2-container--open .select2-selection--multiple .select2-selection__arrow:after,
.select-small .select2-container .select2-container--focus .select2-selection--single .select2-selection__arrow:after,
.select-small .select2-container .select2-container--focus .select2-selection--multiple .select2-selection__arrow:after {
  background-image: url("../images/icons/chevron-up-black.svg.html");
}

.select-small .select2-container .select2-selection--single,
.select-small .select2-container .select2-selection--multiple {
  width: 100%;
  padding: 0 20px 1px 10px;
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 3px;
  height: 30px;
  border: 2px solid #000000;
}

.select-small .select2-container .select2-selection--single .select2-selection__rendered,
.select-small .select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  line-height: 28px;
  color: #000000;
  font-weight: 700;
}

.select-small .select2-container .select2-selection--single .select2-selection__placeholder,
.select-small .select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: #000000;
  font-weight: 700;
}

.select-small .select2-container .select2-selection--single .select2-selection__arrow,
.select-small .select2-container .select2-selection--multiple .select2-selection__arrow {
  height: 30px;
  width: 35px;
  line-height: 30px;
}

.select-small .select2-container .select2-selection--single .select2-selection__arrow:after,
.select-small .select2-container .select2-selection--multiple .select2-selection__arrow:after {
  content: "" !important;
  width: 8px;
  height: 5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-thin-down.svg");
}

.select-small .select2-container .select2-selection--single .select2-selection__arrow b,
.select-small .select2-container .select2-selection--multiple .select2-selection__arrow b {
  display: none;
}

.select-green .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after,
.select-green .select2-container.select2-container--open .select2-selection--multiple .select2-selection__arrow:after,
.select-green .select2-container .select2-container--focus .select2-selection--single .select2-selection__arrow:after,
.select-green .select2-container .select2-container--focus .select2-selection--multiple .select2-selection__arrow:after {
  background-image: url("../images/icons/chevron-up-green.svg.html");
}

.select-green .select2-container .select2-selection--single,
.select-green .select2-container .select2-selection--multiple {
  text-align: left;
  border: 2px solid #ec1c24;
  border-radius: 7px;
  padding-right: 25px;
}

.select-green .select2-container .select2-selection--single .select2-selection__arrow:after,
.select-green .select2-container .select2-selection--multiple .select2-selection__arrow:after {
  background-image: url("../images/icons/chevron-down-green.svg.html");
}

.select-green-gray .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after,
.select-green-gray .select2-container.select2-container--open .select2-selection--multiple .select2-selection__arrow:after,
.select-green-gray .select2-container .select2-container--focus .select2-selection--single .select2-selection__arrow:after,
.select-green-gray .select2-container .select2-container--focus .select2-selection--multiple .select2-selection__arrow:after {
  background-image: url("../images/icons/chevron-up-green.svg.html");
}

.select-green-gray .select2-container .select2-selection--single,
.select-green-gray .select2-container .select2-selection--multiple {
  text-align: left;
  border: 2px solid #ec1c24;
  border-radius: 7px;
  padding-right: 30px;
  background-color: #eeeeee;
}

.select-green-gray .select2-container .select2-selection--single .select2-selection__arrow:after,
.select-green-gray .select2-container .select2-selection--multiple .select2-selection__arrow:after {
  background-image: url("../images/icons/chevron-down-green.svg.html");
}

.select-green-gray .select2-container .select2-selection--single .select2-selection__rendered,
.select-green-gray .select2-container .select2-selection--multiple .select2-selection__rendered {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
}

.select2-container {
  z-index: 9;
}

.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after,
.select2-container.select2-container--open .select2-selection--multiple .select2-selection__arrow:after,
.select2-container .select2-container--focus .select2-selection--single .select2-selection__arrow:after,
.select2-container .select2-container--focus .select2-selection--multiple .select2-selection__arrow:after {
  background-image: url("../images/icons/chevron-up.svg");
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0;
}

.select2-container .select2-search--inline {
  display: block;
  width: 100%;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  width: 100%;
  height: 50px;
  padding: 0 50px 1px 25px;
  padding-bottom: 1px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #000000;
  border: 2px solid #000000;
  outline: none !important;
  background-color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 10px;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
  line-height: 46px;
  color: #000000;
  font-weight: 400;
}

.select2-container .select2-selection--single .select2-selection__placeholder,
.select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: #000000;
  font-weight: 400;
}

.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--multiple .select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0px;
  width: 60px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.select2-container .select2-selection--single .select2-selection__arrow:after,
.select2-container .select2-selection--multiple .select2-selection__arrow:after {
  content: "" !important;
  width: 20px;
  height: 11px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down.svg");
}

.select2-container .select2-selection--single .select2-selection__arrow b,
.select2-container .select2-selection--multiple .select2-selection__arrow b {
  display: none;
}

.select2-container .select2-container--focus .select2-selection--single .select2-selection__arrow:after,
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  content: "\e91a";
}

.select2-dropdown {
  border: 2px solid #333333;
  border-radius: 0 0 3px 3px;
  background-color: white;
  overflow: hidden;
}

.select2-dropdown .select2-results__options--nested .select2-results__option {
  padding: 0 25px;
}

.select2-dropdown .select2-results__options {
  max-height: 220px !important;
}

.select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"] {
  color: #000000;
  background-color: #f5f5f5;
}

.select2-dropdown .select2-results__options .select2-results__option {
  padding: 16px 20px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}

.select2-dropdown .select2-results__options .text-option .status {
  float: left;
  margin-right: 15px;
}

.select2-dropdown .select2-results__options .text-option .text {
  display: block;
  overflow: hidden;
  height: 100%;
}

.select2-dropdown .select2-results__options .select2-results__option--highlighted {
  color: #000000;
  background-color: #f5f5f5;
}

.select-big-dropdown.select2-dropdown {
  border: 0;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
}

.select-big-dropdown.select2-dropdown .select2-results__options .select2-results__option {
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 700;
  padding: 18px 40px;
  font-size: 16px;
  font-size: 1rem;
}

.select-small-dropdown.select2-dropdown {
  border: 2px solid #000000;
}

.select-small-dropdown.select2-dropdown .select2-results__options .select2-results__option {
  font-family: "Sora-extralight", Arial, sans-serif;
  text-align: left;
  font-weight: 700;
  padding: 10px 10px;
  font-size: 16px;
  font-size: 1rem;
}

.select-small-dropdown-green.select2-dropdown {
  border: 2px solid #ec1c24;
}

.select-small-dropdown-green.select2-dropdown .select2-results__options .select2-results__option {
  font-family: "Sora-extralight", Arial, sans-serif;
  text-align: left;
  font-weight: 700;
  padding: 10px 10px;
  font-size: 16px;
  font-size: 1rem;
}

.select-small-dropdown-green-gray.select2-dropdown {
  border: 2px solid #ec1c24;
  background-color: #eeeeee;
}

.select-small-dropdown-green-gray.select2-dropdown .select2-results__options .select2-results__option {
  font-family: "Sora-extralight", Arial, sans-serif;
  text-align: left;
  font-weight: 300;
  padding: 10px 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

.is-modal-open .flatpickr-calendar.open {
  z-index: 999999;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  color: #fff;
  border-color: #00a713;
  background: #00a713;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.flatpickr-calendar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  display: none;
}

.flatpickr-day {
  font-size: 14px;
  font-size: 0.875rem;
  border: 1px solid #ffffff;
  color: #000000;
  background-color: #eeeeee;
  border-radius: 3px;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.today:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  border: 1px solid #000000;
  background-color: #eeeeee;
  color: #000000;
}

.flatpickr-day.inRange.selected,
.flatpickr-day.prevMonthDay.inRange.selected,
.flatpickr-day.nextMonthDay.inRange.selected,
.flatpickr-day.today.inRange.selected,
.flatpickr-day.prevMonthDay.today.inRange.selected,
.flatpickr-day.nextMonthDay.today.inRange.selected,
.flatpickr-day:hover.selected,
.flatpickr-day.today:hover.selected,
.flatpickr-day.prevMonthDay:hover.selected,
.flatpickr-day.nextMonthDay:hover.selected,
.flatpickr-day:focus.selected,
.flatpickr-day.prevMonthDay:focus.selected,
.flatpickr-day.nextMonthDay:focus.selected {
  color: #ffffff;
  background-color: #ec1c24;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  background-color: #333333;
  text-decoration: line-through;
  color: #333333;
  border-color: #ffffff;
  cursor: not-allowed;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  background-color: transparent;
  border-color: #ffffff;
  color: #333333;
}

.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  cursor: not-allowed;
}

.flatpickr-day.today {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #000000;
}

.flatpickr-day.inRange {
  border: 1px solid #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #000000;
  background-color: #eeeeee;
}

.rangeMode .flatpickr-day {
  margin-top: 0;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 3px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 3px;
}

.flatpickr-months .flatpickr-month {
  height: 50px;
  overflow: visible;
  margin-bottom: 1.5rem;
}

.flatpickr-current-month {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0;
  left: 16%;
  width: 65%;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  padding: 0;
}

.flatpickr-current-month input.cur-year {
  padding: 0 2px;
}

.flatpickr-calendar.hasTime {
  width: 260px;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  border-top: 0;
}

.flatpickr-current-month .numInputWrapper {
  width: 46px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flatpickr-time {
  line-height: 50px;
  max-height: 50px;
}

.flatpickr-time .numInputWrapper {
  height: 50px;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  left: 15px;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  right: 15px;
}

span.flatpickr-weekday {
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
}

.numInputWrapper span {
  width: 25px;
  right: -25px;
  padding: 0 5px 0 7px;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #003057;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #003057;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  width: 25px;
  height: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  top: 15px;
  padding: 0;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  border-color: #000000;
  background-color: #eeeeee;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #000000;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  fill: #000000;
  font-size: 27px;
  font-size: 1.6875rem;
  width: 27px;
}

.flatpickr-current-month {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 400;
}

.flatpickr-current-month span.cur-month {
  font-weight: 400;
  margin-left: 0;
  padding-right: 5px;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filter-range {
  margin-bottom: 3rem;
}

@media (max-width: 991px) {
  .filter-range {
    padding: 0 40px;
  }
}

.filter-range--ext {
  padding: 0 70px;
}

@media (min-width: 992px) {
  .filter-range--ext {
    padding: 0 40px;
  }
}

.irs {
  display: inline-block;
  width: 100%;
  height: 40px;
  cursor: pointer;
  vertical-align: middle;
}

.irs-line {
  top: 0px;
  height: 40px;
}

.irs-line-left {
  width: 20px;
}

.range-block-year .irs-single {
  top: auto;
  bottom: 35px;
  position: absolute;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

.range-block-year .filter-range {
  margin-bottom: 1rem;
  padding: 0;
}

.range-block-year .irs-max,
.range-block-year .irs-min {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: visible !important;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
}

.range-block-year .irs-max:after,
.range-block-year .irs-min:after {
  content: "rokov";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3rem;
}

.irs-single {
  position: absolute;
  z-index: 3;
  top: 5px;
  font-family: "BigShoulders-thin", Arial, sans-serif;
  font-weight: 300;
  line-height: 1.2;
  cursor: pointer;
  color: #000000;
  background-color: transparent;
  font-size: 16px;
  font-size: 1rem;
}

.irs-single {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
}

.irs-max,
.irs-min {
  top: auto;
  bottom: -8px;
  font-weight: 400;
  color: #000000;
  background-color: transparent;
  font-size: 14px;
  font-size: 0.875rem;
}

.irs-from,
.irs-single,
.irs-to {
  top: auto;
  bottom: -25px;
  font-weight: 400;
  color: #000000;
  background-color: transparent;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .irs-from,
  .irs-single,
  .irs-to {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.irs-single {
  bottom: -26px;
}

@media (min-width: 992px) {
  .irs-single {
    bottom: -26px;
  }
}

.irs-line-left,
.irs-line-mid,
.irs-line-right,
.irs-bar {
  top: 20px;
  height: 3px;
  background-color: #000000;
  background-image: none;
}

.irs-line-mid {
  left: 0;
  width: 100%;
  border-right: 0;
}

.irs-bar {
  border-right: 0;
  border-left: 0;
}

.irs-line-right {
  border-left: 0;
}

.irs-line-left,
.irs-line-right {
  border-radius: 0;
}

.irs-line-right {
  width: 20px;
  border-radius: 0 0 0 0;
}

.irs-line-left {
  z-index: 1;
  width: 0;
  border-right: 0;
  background-color: #000000;
}

.irs-bar-edge {
  display: none;
}

.irs-slider {
  top: 14px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-color: #000000;
  border: 2px solid #ffffff;
  background-image: none;
  border-radius: 100px;
}

.irs-slider:hover {
  background-color: #000000;
  border-color: #000000;
}

.irs-bar {
  top: 20px;
  height: 3px;
  background-color: #000000;
  background-image: none;
}

.gallery-product .lg-inner {
  background-color: #ffffff;
}

.gallery-product .lg {
  top: 50% !important;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 95%;
  max-height: 95%;
}

.gallery-product .lg-toolbar {
  top: 10px;
  opacity: 1;
  background-color: transparent;
  width: auto;
  right: 10px;
}

.gallery-product .lg-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ec1c24;
  background-color: #ffffff;
}

.gallery-product .lg-close:hover {
  background-color: #ec1c24;
  color: #ffffff;
}

.gallery-product .lg-thumb-item {
  border-radius: 0;
  border: 0;
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.gallery-product .lg-thumb-item.active,
.gallery-product .lg-thumb-item:hover {
  position: relative;
  border: 0;
}

.gallery-product .lg-thumb-item.active:after,
.gallery-product .lg-thumb-item:hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #ec1c24;
}

.gallery-product .lg-fullscreen,
.gallery-product .lg-autoplay-button {
  display: none;
}

.gallery-product .lg-thumb-outer {
  height: 130px !important;
  background: #ffffff;
}

.gallery-product .lg-thumb-outer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 6;
}

.gallery-product .lg-thumb-outer:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 100%;
  display: block;
  background-color: #ffffff;
  z-index: 6;
}

.gallery-product .lg-img-wrap {
  padding: 10px 10px 130px;
}

.gallery-product.lg-hide-items .lg-toolbar {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.gallery-product.lg-hide-items .lg-prev,
.gallery-product.lg-hide-items .lg-next {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.gallery-product .lg-actions .lg-next,
.gallery-product .lg-actions .lg-prev {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  -webkit-transform: translate3d(0, calc(-50% - 50px), 0);
          transform: translate3d(0, calc(-50% - 50px), 0);
}

@media (min-width: 771px) {
  .gallery-product .lg-actions .lg-next,
  .gallery-product .lg-actions .lg-prev {
    width: 50px;
    height: 50px;
  }
}

.gallery-product .lg-actions .lg-next:hover,
.gallery-product .lg-actions .lg-prev:hover {
  background-color: #ec1c24;
}

.gallery-product .lg-actions .lg-next:hover svg,
.gallery-product .lg-actions .lg-prev:hover svg {
  fill: #ffffff;
}

.gallery-product .lg-actions .lg-next:before, .gallery-product .lg-actions .lg-next:after,
.gallery-product .lg-actions .lg-prev:before,
.gallery-product .lg-actions .lg-prev:after {
  display: none;
}

.gallery-product .lg-actions .lg-next svg,
.gallery-product .lg-actions .lg-prev svg {
  fill: #ec1c24;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 771px) {
  .gallery-product .lg-actions .lg-next svg,
  .gallery-product .lg-actions .lg-prev svg {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.gallery-product .lg-actions .lg-next {
  right: 15px;
}

@media (min-width: 771px) {
  .gallery-product .lg-actions .lg-next {
    right: 35px;
  }
}

.gallery-product .lg-actions .lg-prev {
  left: 15px;
}

@media (min-width: 771px) {
  .gallery-product .lg-actions .lg-prev {
    left: 35px;
  }
}

.gallery-product .lg-item {
  background: none;
}

.gallery-product .lg-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -25px;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-animation-name: rotate-forever;
          animation-name: rotate-forever;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: 5px solid #ec1c24;
  border-right-color: transparent;
  border-radius: 50%;
  z-index: 1;
}

.gallery-product .lg-img-wrap {
  z-index: 2;
}

.lg-backdrop.in {
  background-color: #ec1c24;
  opacity: 0.6;
}

.fixed-size.lg-outer .lg-inner {
  background-color: #fff;
}

.fixed-size.lg-outer .lg-sub-html {
  position: absolute;
  text-align: left;
}

.fixed-size.lg-outer .lg-toolbar {
  background-color: transparent;
  height: 0;
}

.fixed-size.lg-outer .lg-toolbar .lg-icon {
  color: #fff;
}

.fixed-size.lg-outer .lg-img-wrap {
  padding: 12px;
}

.gallery-detail {
  height: calc(100% - 40px);
  top: auto;
  bottom: 0;
}

@media (min-width: 992px) {
  .gallery-detail {
    display: none;
  }
}

.gallery-detail .lg-inner {
  background-color: #333333;
}

.gallery-detail .lg-toolbar {
  top: 10px;
  opacity: 1;
  background-color: transparent;
  width: auto;
  right: 10px;
}

.gallery-detail .lg-close {
  opacity: 0;
  visibility: hidden;
}

.gallery-detail .lg-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
}

.gallery-detail .lg-thumb-item {
  border-radius: 0;
  border: 0;
  overflow: visible;
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.gallery-detail .lg-thumb-item.active,
.gallery-detail .lg-thumb-item:hover {
  position: relative;
  border: 0;
}

.gallery-detail .lg-thumb-item.active:after,
.gallery-detail .lg-thumb-item:hover:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 3px solid #ec1c24;
}

.gallery-detail .lg-fullscreen,
.gallery-detail .lg-autoplay-button {
  display: none;
}

.gallery-detail.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  opacity: 1;
}

.gallery-detail .lg-thumb-outer {
  background-color: transparent;
  height: 70px !important;
  left: 50%;
  width: calc(100% - 110px);
  overflow: hidden;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  opacity: 0;
  bottom: 15px;
}

@media (min-width: 576px) {
  .gallery-detail .lg-thumb-outer {
    height: 100px !important;
  }
}

.gallery-detail .lg-img-wrap {
  padding: 10px 0 100px;
}

@media (min-width: 576px) {
  .gallery-detail .lg-img-wrap {
    padding: 10px 0 120px;
  }
}

.gallery-detail.lg-hide-items .lg-toolbar {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.gallery-detail.lg-hide-items .lg-prev,
.gallery-detail.lg-hide-items .lg-next {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.gallery-detail .lg-actions .lg-next,
.gallery-detail .lg-actions .lg-prev {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  opacity: 1;
  top: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  bottom: 25px;
}

@media (min-width: 576px) {
  .gallery-detail .lg-actions .lg-next,
  .gallery-detail .lg-actions .lg-prev {
    bottom: 40px;
  }
}

.gallery-detail .lg-actions .lg-next:before, .gallery-detail .lg-actions .lg-next:after,
.gallery-detail .lg-actions .lg-prev:before,
.gallery-detail .lg-actions .lg-prev:after {
  display: none;
}

.gallery-detail .lg-actions .lg-next svg,
.gallery-detail .lg-actions .lg-prev svg {
  fill: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}

.gallery-detail .lg-actions .lg-next {
  right: 5px;
}

.gallery-detail .lg-actions .lg-prev {
  left: 5px;
}

.gallery-detail .lg-item {
  background: none;
}

.gallery-detail .lg-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -25px;
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-animation-name: rotate-forever;
          animation-name: rotate-forever;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: 5px solid #ec1c24;
  border-right-color: transparent;
  border-radius: 50%;
  z-index: 1;
}

.gallery-detail .lg-img-wrap {
  z-index: 2;
}

.lg-toolbar .lg-icon.lg-close:before {
  display: none;
}

.lg-outer .lg-video-cont {
  position: relative;
  z-index: 2;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  border-radius: 0;
}

.lg-toolbar .lg-icon {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: #ec1c24;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
}

.lg-toolbar .lg-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 60%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #eeeeee;
}

@media (min-width: 771px) {
  .lg-toolbar .lg-icon {
    width: 50px;
    height: 50px;
  }
}

.lg-toolbar .lg-icon:hover {
  background-color: #ec1c24;
}

.lg-toolbar .lg-icon:hover:before {
  display: none;
}

.lg-toolbar .lg-icon:hover svg {
  fill: #ffffff;
}

.lg-toolbar #lg-zoom-in,
.lg-toolbar #lg-zoom-out,
.lg-toolbar #lg-actual-size,
.lg-toolbar #lg-fullscreen {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: auto;
}

/* Tooltip block */
.js-tooltip {
  cursor: pointer;
}

.tippy-popper {
  max-width: 280px;
  z-index: 9 !important;
}

@media (min-width: 992px) {
  .tippy-popper {
    z-index: 99999999 !important;
  }
}

@media (max-width: 575px) {
  .tippy-popper {
    max-width: 280px;
  }
}

.tippy-tooltip {
  padding: 8px 10px;
  font-weight: 300;
  text-align: left;
  line-height: 1.4;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  color: #000000;
  border-radius: 0;
  background-color: #eeeeee;
  border: 1px solid #000000;
  font-size: 14px;
  font-size: 0.875rem;
}

.tippy-tooltip.dark-big-theme, .tippy-tooltip.dark-theme {
  border-radius: 10px;
  background-color: #000000;
  border-color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 130px;
  color: #ffffff;
}

.tippy-tooltip.dark-big-theme .tippy-content, .tippy-tooltip.dark-theme .tippy-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.tippy-popper[x-placement^="bottom-start"] .tooltip-white-theme .tippy-arrow {
  left: 25px !important;
  border-bottom-color: #ffffff;
}

.tippy-popper[x-placement^="top"] .tippy-arrow {
  border-top-color: #ec1c24;
  border-top: 14px solid #333;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  bottom: -13px;
}

.tippy-popper[x-placement^="top"] .dark-big-theme .tippy-arrow,
.tippy-popper[x-placement^="top"] .dark-theme .tippy-arrow {
  border-top-color: #000000;
}

.tippy-popper[x-placement^="bottom"] .tippy-arrow {
  border-bottom-color: #ec1c24;
}

.tippy-popper[x-placement^="bottom"] .tippy-arrow {
  border-bottom-color: #ec1c24;
  border-bottom: 14px solid #333;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  top: -13px;
}

.tippy-popper[x-placement^="bottom"] .dark-big-theme .tippy-arrow,
.tippy-popper[x-placement^="bottom"] .dark-theme .tippy-arrow {
  border-bottom-color: #000000;
}

.tippy-popper[x-placement^="top"] [data-animation="shift-away"][data-state="visible"] {
  -webkit-transform: translateY(-22px);
      -ms-transform: translateY(-22px);
          transform: translateY(-22px);
}

@media (min-width: 771px) {
  .tippy-popper[x-placement^="top"] [data-animation="shift-away"][data-state="visible"] {
    -webkit-transform: translateY(-22px);
        -ms-transform: translateY(-22px);
            transform: translateY(-22px);
  }
}

.tippy-popper[x-placement^="bottom"] [data-animation="shift-away"][data-state="visible"] {
  -webkit-transform: translateY(22px);
      -ms-transform: translateY(22px);
          transform: translateY(22px);
}

@media (min-width: 771px) {
  .tippy-popper[x-placement^="bottom"] [data-animation="shift-away"][data-state="visible"] {
    -webkit-transform: translateY(22px);
        -ms-transform: translateY(22px);
            transform: translateY(22px);
  }
}

.tippy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tooltip-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}

.tooltip-icon svg {
  fill: #000000;
  font-size: 16px;
  font-size: 1rem;
}

/* Content */
section {
  position: relative;
  padding: 3rem 0 3rem;
}

@media (min-width: 771px) {
  section {
    padding: 3rem 0 3rem;
  }
}

.drxsn1dw5u {
  padding: 0;
}

@media (min-width: 576px) {
  .no-xs-padding {
    padding: 0;
  }
}

@media (min-width: 771px) {
  .no-sm-padding {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .no-md-padding {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .no-lg-padding {
    padding: 0;
  }
}

.hlmvg32agb {
  padding: 2rem 0 4rem;
}

@media (min-width: 992px) {
  .hlmvg32agb {
    padding: 0 0 4rem;
    margin-top: 100px;
  }
  .hlmvg32agb .ffkt2rxqne {
    margin-top: -60px;
  }
}

.padding-style-0-6 {
  padding: 0 0 4rem;
}

@media (min-width: 992px) {
  .padding-style-0-6 {
    padding: 0 0 4rem;
  }
}

.tehck9pze9 {
  padding: 4rem 0 4rem;
}

@media (min-width: 992px) {
  .tehck9pze9 {
    padding: 6rem 0 4rem;
  }
}

@media (min-width: 1200px) {
  .tehck9pze9 {
    padding: 4rem 0 9rem;
  }
}

@media (min-width: 1440px) {
  .tehck9pze9 {
    padding: 4rem 0 9rem;
  }
}

@media (min-width: 1600px) {
  .tehck9pze9 {
    padding: 0 0 9rem;
  }
}

@media (min-width: 1600px) {
  .gks8el27ju .row-offset {
    margin-top: -50px;
  }
}

@media (min-width: 992px) {
  .pqw2sfc4bq .row-offset {
    margin-top: -100px;
  }
}

.a13p38bdg9 {
  padding: 3rem 0 3rem;
}

@media (min-width: 992px) {
  .a13p38bdg9 {
    padding: 0 0 7rem;
  }
}

.mu4uv1zok8 {
  padding: 1rem 0 1rem;
}

@media (min-width: 771px) {
  .mu4uv1zok8 {
    padding: 1rem 0 1rem;
  }
}

.owtm44z77u {
  padding: 1.5rem 0 4rem;
}

@media (min-width: 771px) {
  .owtm44z77u {
    padding: 1.5rem 0 6rem;
  }
}

.padding-style-2 {
  padding: 2rem 0 2rem;
}

@media (min-width: 771px) {
  .padding-style-2 {
    padding: 2rem 0 2rem;
  }
}

.padding-style-3 {
  padding: 2rem 0 2rem;
}

@media (min-width: 771px) {
  .padding-style-3 {
    padding: 3rem 0 3rem;
  }
}

.padding-style-3-0 {
  padding: 3rem 0 3rem;
}

@media (min-width: 992px) {
  .padding-style-3-0 {
    padding: 3rem 0 3rem;
  }
}

.padding-style-3-1 {
  padding: 2rem 0 0;
}

@media (min-width: 992px) {
  .padding-style-3-1 {
    padding: 3rem 0 1rem;
  }
}

.padding-style-3-4 {
  padding: 2rem 0 0;
}

@media (min-width: 992px) {
  .padding-style-3-4 {
    padding: 3rem 0 4rem;
  }
}

.padding-style-3-5 {
  padding: 2rem 0 1rem;
}

@media (min-width: 992px) {
  .padding-style-3-5 {
    padding: 3rem 0 5rem;
  }
}

.padding-style-3-7 {
  padding: 3rem 0 3rem;
}

@media (min-width: 992px) {
  .padding-style-3-7 {
    padding: 3rem 0 7rem;
  }
}

.padding-style-3-10 {
  padding: 3rem 0 3rem;
}

@media (min-width: 771px) {
  .padding-style-3-10 {
    padding: 5rem 0 3rem;
  }
}

@media (min-width: 992px) {
  .padding-style-3-10 {
    padding: 7rem 0 5rem;
  }
}

.pxeowsoose {
  padding: 1rem 0 3rem;
}

@media (min-width: 576px) {
  .pxeowsoose {
    padding: 2rem 0 3rem;
  }
}

@media (min-width: 771px) {
  .pxeowsoose {
    padding: 3rem 0 11rem;
  }
}

@media (min-width: 1440px) {
  .pxeowsoose {
    padding: 5rem 0 11rem;
  }
}

.knmph7hfct {
  padding: 3rem 0 3rem;
}

@media (min-width: 771px) {
  .knmph7hfct {
    padding: 4rem 0 3.5rem;
  }
}

.eb70gyzeo4 {
  padding: 1rem 0 6rem;
}

@media (min-width: 771px) {
  .eb70gyzeo4 {
    padding: 1rem 0 2rem;
  }
}

@media (min-width: 992px) {
  .eb70gyzeo4 {
    padding: 4rem 0 2rem;
  }
}

.n9cj0xu96f {
  padding: 4rem 0 6rem;
}

@media (min-width: 992px) {
  .n9cj0xu96f {
    padding: 4rem 0 11rem;
  }
}

.padding-style-1-4 {
  padding: 1rem 0 3rem;
}

@media (min-width: 771px) {
  .padding-style-1-4 {
    padding: 1.8rem 0 4rem;
  }
}

.padding-style-1-6 {
  padding: 1rem 0 1rem;
}

@media (min-width: 992px) {
  .padding-style-1-6 {
    padding: 1rem 0 6rem;
  }
}

.dqtd9vexyn {
  padding: 2rem 0 4rem;
}

@media (min-width: 992px) {
  .dqtd9vexyn {
    padding: 0;
  }
}

.padding-style-3-4 {
  padding: 2.5rem 0 3rem;
}

@media (min-width: 771px) {
  .padding-style-3-4 {
    padding: 4.2rem 0 4rem;
  }
}

.padding-style-4-2 {
  padding: 2rem 1.5rem 1rem;
}

@media (min-width: 576px) {
  .padding-style-4-2 {
    padding: 3rem 1.5rem 2rem;
  }
}

@media (min-width: 992px) {
  .padding-style-4-2 {
    padding: 4.5rem 2rem 4.5rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .padding-style-4-2 {
    padding-bottom: 2rem;
  }
}

.padding-style-5 {
  padding: 3rem 0 3rem;
}

@media (min-width: 771px) {
  .padding-style-5 {
    padding: 5rem 0 5rem;
  }
}

.g332gqlf0b {
  padding: 3rem 0 4rem;
}

@media (min-width: 992px) {
  .g332gqlf0b {
    padding: 5rem 0 0;
  }
}

.d9hkmbfpqy {
  padding: 3rem 0 3rem;
}

@media (min-width: 992px) {
  .d9hkmbfpqy {
    padding: 3rem 0 1rem;
  }
}

@media (min-width: 1200px) {
  .d9hkmbfpqy {
    padding: 6rem 0 6rem;
  }
}

.padding-style-5-9 {
  padding: 3rem 0 5rem;
}

@media (min-width: 992px) {
  .padding-style-5-9 {
    padding: 5rem 0 9rem;
  }
}

.sl0ffypp8o {
  padding: 3rem 0 3rem;
}

@media (min-width: 992px) {
  .sl0ffypp8o {
    padding: 5rem 0 5rem;
  }
}

.padding-style-6-13 {
  padding: 4rem 0 4rem;
}

@media (min-width: 992px) {
  .padding-style-6-13 {
    padding: 6rem 0 15rem;
  }
}

.kwp07m52ku {
  padding: 4rem 0 4rem;
}

@media (min-width: 992px) {
  .kwp07m52ku {
    padding: 6rem 0 3rem;
  }
}

.padding-style-6-3-ext {
  padding: 3rem 0 3rem;
}

@media (min-width: 992px) {
  .padding-style-6-3-ext {
    padding: 6rem 0 3rem;
  }
}

@media (min-width: 1600px) {
  .padding-style-6-3-ext {
    padding: 6rem 0 3rem;
  }
}

.l5weoe08ha {
  padding: 2rem 0 6rem;
}

@media (min-width: 771px) {
  .l5weoe08ha {
    padding: 3rem 0 6rem;
  }
}

@media (min-width: 992px) {
  .l5weoe08ha {
    padding: 6rem 0 6rem;
  }
}

.padding-style-6-1 {
  padding: 3rem 0 1rem;
}

@media (min-width: 992px) {
  .padding-style-6-1 {
    padding: 6rem 0 1rem;
  }
}

.padding-style-7-3 {
  padding: 3rem 0 3rem;
}

@media (min-width: 992px) {
  .padding-style-7-3 {
    padding: 7rem 0 3rem;
  }
}

.padding-style-7-5 {
  padding: 4rem 0 5rem;
}

@media (min-width: 992px) {
  .padding-style-7-5 {
    padding: 8rem 0 5rem;
  }
}

.gny6y0vbz3 {
  padding: 4rem 0 5rem;
}

@media (min-width: 992px) {
  .gny6y0vbz3 {
    padding: 7rem 0 4rem;
  }
}

.wbqp04kqvd {
  padding: 2rem 0 5rem;
}

@media (min-width: 771px) {
  .wbqp04kqvd {
    padding: 0 0 4rem;
  }
}

@media (min-width: 992px) {
  .wbqp04kqvd {
    padding: 0 0 2rem;
  }
}

.f7f1f2httd {
  padding: 4rem 0 5rem;
}

@media (min-width: 992px) {
  .f7f1f2httd {
    padding: 5rem 0 6rem;
  }
}

@media (min-width: 1200px) {
  .f7f1f2httd {
    padding: 7rem 0 8rem;
  }
}

.gtbbj0qqjk {
  padding: 8.5rem 0 3rem;
}

@media (min-width: 992px) {
  .gtbbj0qqjk {
    padding: 12rem 0 5rem;
  }
}

.nzd5vsm4u8 {
  padding: 5rem 0 6rem;
}

@media (min-width: 992px) {
  .nzd5vsm4u8 {
    padding: 10rem 0 6rem;
  }
}

.c9dqt5hp1s {
  padding: 6rem 0 6rem;
}

@media (min-width: 992px) {
  .c9dqt5hp1s {
    padding: 11rem 0 3rem;
  }
}

.fdmkeb6uzc {
  padding: 6rem 0 3rem;
}

@media (min-width: 992px) {
  .fdmkeb6uzc {
    padding: 11rem 0 11rem;
  }
}

@media (min-width: 1200px) {
  .padding-sm-content-0-2 {
    padding: 0 2rem;
  }
}

.p3l8z9w9m7 {
  padding: 3rem 0;
}

.padding-content-3-3 {
  padding: 0 0 0;
  margin: 0 -15px;
}

@media (min-width: 992px) {
  .padding-content-3-3 {
    margin: 0;
    padding: 3rem 0 6rem;
  }
}

.padding-content-1 {
  padding: 1rem 1rem;
}

.padding-content-2 {
  padding: 2rem 2rem;
}

@media (min-width: 992px) {
  .padding-content-0-2 {
    padding: 0 2rem;
  }
}

.padding-content-2-ext {
  padding: 2.5rem 1.5rem;
}

@media (min-width: 771px) {
  .padding-content-2-ext {
    padding: 2.5rem 2.5rem;
  }
}

.padding-content-3 {
  padding: 3rem 3rem;
}

.padding-content-3-0-ext {
  padding: 0 0 2rem;
  margin: 0 -15px;
}

@media (min-width: 992px) {
  .padding-content-3-0-ext {
    margin: 0;
    padding: 3rem 0;
  }
}

.padding-content-3-0-ext-1 {
  padding: 1rem 0 2rem;
  margin: 0 -15px;
}

@media (min-width: 771px) {
  .padding-content-3-0-ext-1 {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .padding-content-3-0-ext-1 {
    padding: 4rem 0 3rem;
  }
}

.pijcwiqhj8 {
  padding: 3rem 0;
}

@media (max-width: 991px) {
  .pijcwiqhj8#faq-property, .pijcwiqhj8#reviews-property {
    background-color: #eeeeee;
  }
}

@media (min-width: 992px) {
  .pijcwiqhj8 {
    padding: 4rem 0;
  }
}

.padding-content-3-0-ext-3 {
  padding: 1rem 0 2rem;
  margin: 0 -15px;
}

@media (min-width: 771px) {
  .padding-content-3-0-ext-3 {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .padding-content-3-0-ext-3 {
    padding: 1rem 0 3rem;
  }
}

.pgvmrksk8q {
  padding: 0 1rem 4rem;
  margin: 0 -15px;
}

@media (min-width: 771px) {
  .pgvmrksk8q {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .pgvmrksk8q {
    padding: 0 0 3rem;
    padding-right: 1rem;
  }
}

.padding-content-3-ext {
  padding: 1.5rem 0.8rem 1.5rem 0.8rem;
}

@media (min-width: 1200px) {
  .padding-content-3-ext {
    padding: 1.5rem 1.5rem;
  }
}

@media (min-width: 1600px) {
  .padding-content-3-ext {
    padding: 3rem 3rem;
  }
}

.padding-content-3-ext-1 {
  padding: 3rem 1.2rem 1.5rem;
}

@media (min-width: 771px) {
  .padding-content-3-ext-1 {
    padding: 1.5rem 1.5rem;
  }
}

@media (min-width: 1200px) {
  .padding-content-3-ext-1 {
    padding: 3rem 3rem;
  }
}

.padding-content-4-3 {
  padding: 4.5rem 3.5rem;
}

.padding-content-5 {
  padding: 5rem 5rem;
}

.content-width-120 {
  max-width: 120px;
}

.content-width-200 {
  max-width: 200px;
}

.content-width-220 {
  max-width: 220px;
}

.lt6hh5y5s1 {
  max-width: 300px;
}

.yg7jozotto {
  max-width: 400px;
}

.content-width-420 {
  max-width: 420px;
}

.vloz4t3wmh {
  max-width: 500px;
}

.zl6bfxqvfb {
  max-width: 560px;
}

@media (min-width: 1200px) {
  .content-width-lg-420 {
    max-width: 420px;
  }
  .dxnh9wa57l {
    max-width: 560px;
  }
  .content-width-lg-720 {
    max-width: 720px;
  }
}

.content-width-600 {
  max-width: 600px;
}

@media (min-width: 1200px) {
  .ddzrczc94b {
    max-width: 500px;
  }
  .uq69xhjpzy {
    max-width: 600px;
  }
}

.e8rrry9l6q {
  max-width: 680px;
}

.qmpfzevpms {
  max-width: 720px;
}

.kily1kmtix {
  max-width: 850px;
}

.tir7bkyxff {
  max-width: 960px;
}

@media (max-width: 770px) {
  .u4o3edonak {
    max-width: 300px;
  }
}

@media (min-width: 771px) {
  .content-width-sm-460 {
    max-width: 460px;
  }
}

@media (min-width: 992px) {
  .content-width-md-320 {
    max-width: 320px;
  }
  .content-width-md-400 {
    max-width: 400px;
  }
  .nj9ykrx1xz {
    max-width: 500px;
  }
  .hfcw39sg1x {
    max-width: 580px;
  }
  .prvc0azaeg {
    max-width: 690px;
  }
  .kb3et1nyhf {
    max-width: 720px;
  }
  .content-width-md-960 {
    max-width: 960px;
  }
  .content-width-md-420 {
    max-width: 420px;
  }
}

@media (min-width: 1200px) {
  .content-width-lg-420 {
    max-width: 420px;
  }
}

.page-index main {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .page-index main {
    padding-top: 90px;
  }
}

main {
  position: relative;
  display: block;
  padding-top: 60px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (min-width: 992px) {
  main {
    padding-top: 90px;
  }
}

.container-full {
  width: 100%;
  padding: 0 15px;
}

.container-small,
.container-normal,
.container-normal-ext,
.container-large-products,
.container-large {
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 771px) {
  .container-small {
    width: 730px;
  }
}

@media (min-width: 992px) {
  .container-small {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .container-small {
    width: 800px;
  }
}

@media (min-width: 1440px) {
  .container-small {
    width: 800px;
  }
}

@media (max-width: 770px) {
  .container-small {
    width: 100%;
  }
}

@media (min-width: 771px) {
  .container-normal {
    width: 730px;
  }
}

@media (min-width: 992px) {
  .container-normal {
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .container-normal {
    width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container-normal {
    width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container-normal {
    width: 1200px;
    max-width: 1920px;
  }
}

@media (max-width: 770px) {
  .container-normal {
    width: 100%;
  }
}

@media (min-width: 771px) {
  .container-normal-ext {
    width: 730px;
  }
}

@media (min-width: 992px) {
  .container-normal-ext {
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .container-normal-ext {
    width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container-normal-ext {
    width: 1360px;
  }
}

@media (min-width: 1600px) {
  .container-normal-ext {
    width: 1360px;
    max-width: 1920px;
  }
}

@media (max-width: 770px) {
  .container-normal-ext {
    width: 100%;
  }
}

@media (min-width: 771px) {
  .container-large {
    width: 730px;
  }
}

@media (min-width: 992px) {
  .container-large {
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .container-large {
    width: 1140px;
  }
}

@media (min-width: 1440px) {
  .container-large {
    width: 1360px;
  }
}

@media (min-width: 1600px) {
  .container-large {
    width: 1440px;
    max-width: 1920px;
  }
}

@media (min-width: 1800px) {
  .container-large {
    width: 1760px;
  }
}

@media (max-width: 770px) {
  .container-large {
    width: 100%;
  }
}

@media (min-width: 771px) {
  .container-large-products {
    margin-right: 0;
    width: calc(((100vw - 730px) / 2) + 730px);
  }
}

@media (min-width: 992px) {
  .container-large-products {
    margin-right: 0;
    width: calc(((100vw - 950px) / 2) + 950px);
  }
}

@media (min-width: 1200px) {
  .container-large-products {
    margin-right: 0;
    width: calc(((100vw - 1140px) / 2) + 1140px);
  }
}

@media (min-width: 1440px) {
  .container-large-products {
    margin-right: 0;
    width: calc(((100vw - 1360px) / 2) + 1360px);
  }
}

@media (min-width: 1600px) {
  .container-large-products {
    margin-right: 0;
    width: calc(((100vw - 1440px) / 2) + 1440px);
  }
}

@media (min-width: 1800px) {
  .container-large-products {
    margin-right: 0;
    width: calc(((100vw - 1760px) / 2) + 1760px);
  }
}

@media (max-width: 770px) {
  .container-large-products {
    width: 100%;
  }
}

/* Footer */
.sbhe1c {
  position: relative;
  z-index: 99;
  overflow: hidden;
  padding-top: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #ffffff;
}

.eg66du2mj8 {
  padding: 3rem 0 0;
  background-color: #eeeeee;
}

@media (min-width: 771px) {
  .eg66du2mj8 {
    padding: 3rem 0 0;
  }
}

@media (min-width: 992px) {
  .eg66du2mj8 {
    padding: 3rem 0 4.5rem;
  }
}

@media (min-width: 1200px) {
  .eg66du2mj8 {
    padding: 5.2rem 0 4.5rem;
  }
}

.na8jgu7x18 {
  padding: 1rem 0 1rem;
  background-color: #000000;
}

@media (min-width: 992px) {
  .na8jgu7x18 {
    padding: 0.6rem 0 0.6rem;
  }
}

@media (min-width: 992px) {
  .pebld5m6rc {
    padding-left: 265px !important;
  }
}

@media (min-width: 1200px) {
  .pebld5m6rc {
    padding-left: 325px !important;
  }
}

@media (min-width: 1440px) {
  .pebld5m6rc {
    padding-left: 375px !important;
  }
}

@media (min-width: 1600px) {
  .pebld5m6rc {
    padding-left: 420px !important;
  }
}

@media (min-width: 1800px) {
  .pebld5m6rc {
    padding-left: 500px !important;
  }
}

@media (min-width: 992px) {
  .ci0w1m4kkm {
    padding-left: 275px !important;
  }
}

@media (min-width: 1200px) {
  .ci0w1m4kkm {
    padding-left: 325px !important;
  }
}

@media (min-width: 1440px) {
  .ci0w1m4kkm {
    margin-top: 1.5rem;
    padding-left: 380px !important;
  }
}

@media (min-width: 1600px) {
  .ci0w1m4kkm {
    padding-left: 445px !important;
  }
}

@media (min-width: 1800px) {
  .ci0w1m4kkm {
    padding-left: 525px !important;
  }
}

.ht0p8wrsjm,
.footer-author {
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}

@media (min-width: 992px) {
  .ht0p8wrsjm,
  .footer-author {
    line-height: 1.6;
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .ht0p8wrsjm,
  .footer-author {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.amuvrrpptt {
  display: inline-block;
  margin: 0 0.6rem;
  color: #ffffff;
  line-height: 1.6;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 1200px) {
  .amuvrrpptt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.footer-link {
  color: #ffffff;
}

.footer-link:hover {
  color: #ec1c24;
}

.fjw40punoe {
  font-size: 28px;
  font-size: 1.75rem;
}

@media (min-width: 992px) {
  .fjw40punoe {
    margin-top: -15px;
  }
}

@media (min-width: 1200px) {
  .fjw40punoe {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media (min-width: 1440px) {
  .fjw40punoe {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (min-width: 1800px) {
  .fjw40punoe {
    font-size: 47px;
    font-size: 2.9375rem;
  }
}

@media (max-width: 575px) {
  .wfdsikbrpd {
    margin: 0 -15px 0.5rem;
  }
}

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

.wfdsikbrpd .mzohw838hk:last-child .cwkzc4p443:after {
  display: none;
}

.wfdsikbrpd .cwkzc4p443 {
  font-size: 11px;
  font-size: 0.6875rem;
}

@media (min-width: 576px) {
  .wfdsikbrpd .cwkzc4p443 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 992px) {
  .wfdsikbrpd .cwkzc4p443 {
    color: #ffffff;
  }
}

@media (min-width: 1440px) {
  .wfdsikbrpd .cwkzc4p443 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1800px) {
  .wfdsikbrpd .cwkzc4p443 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.wfdsikbrpd .cwkzc4p443:after {
  content: "|";
  display: inline-block;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

@media (min-width: 576px) {
  .wfdsikbrpd .cwkzc4p443:after {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.mzohw838hk {
  display: block;
}

.cwkzc4p443 {
  display: inline-block;
  padding: 0.33rem 0;
  line-height: 1.6;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .cwkzc4p443 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .cwkzc4p443 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.cwkzc4p443:hover {
  text-decoration: underline;
}

.cxi575wedt:hover .animated-logo {
  width: 120px;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /*transition: opacity 1s ease-in-out;*/
}

@media (min-width: 992px) {
  .ckesrcomau {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 1440px) {
  .ckesrcomau {
    width: 17%;
    max-width: 17%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
  }
}

@media (min-width: 1800px) {
  .ckesrcomau {
    width: 15%;
    max-width: 15%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .footer-item--small-offset {
    padding-left: 275px !important;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .footer-item--small-offset {
    padding-left: 325px !important;
  }
}

@media (min-width: 992px) {
  .footer-item--xsmall {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 0;
    max-width: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
  }
}

@media (min-width: 1440px) {
  .footer-item--xsmall {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 0;
    max-width: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0px;
            flex: 0 0 0;
  }
}

@media (min-width: 1800px) {
  .footer-item--xsmall {
    padding-left: 60px !important;
    padding-right: 60px !important;
    width: 6%;
    max-width: 6%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6%;
            flex: 0 0 6%;
  }
}

@media (min-width: 992px) {
  .qaf5i94v16 {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media (min-width: 1440px) {
  .qaf5i94v16 {
    width: 19%;
    max-width: 19%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19%;
            flex: 0 0 19%;
  }
}

@media (min-width: 1800px) {
  .qaf5i94v16 {
    width: 17%;
    max-width: 17%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
  }
}

@media (min-width: 992px) {
  .ojonnl5914 {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media (min-width: 992px) {
  .zswc99hs67 {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
  }
}

.animated-logo {
  display: inline-block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  -webkit-transition: width 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: width 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: width 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
       -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  vertical-align: middle;
  will-change: width;
}

@media (max-width: 991px) {
  .animated-logo {
    width: 120px;
  }
}

.animated-logo svg {
  fill: #ffffff;
}

@media (min-width: 992px) {
  .animated-logo svg {
    fill: #ffffff;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .partner--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .partner--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .partner--footer .partner__item img {
    margin: 0 auto;
  }
}

@media (min-width: 577px) and (max-width: 771px) {
  .partner--footer .partner__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
  .partner--footer .partner__item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .partner--footer .partner__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
  .partner--footer .partner__item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .partner--footer .partner__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
  .partner--footer .partner__item:last-child {
    margin-right: 0;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .partner--footer .partner__item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2rem;
    margin-right: 2rem;
  }
  .partner--footer .partner__item:last-child {
    margin-right: 0;
  }
}

.partner--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 700px;
}

@media (min-width: 1200px) {
  .partner--row {
    margin-left: auto;
  }
}

.partner--row .partner__item {
  margin-right: 1.2rem;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 771px) {
  .partner--row .partner__item {
    margin-right: 3rem;
  }
}

.partner--row .partner__item:last-child {
  margin-right: 0;
}

/* Header */
.y2yhmipp0g .o2ajmti29s {
  display: none;
}

@media (max-width: 991px) {
  .y2yhmipp0g .container-normal,
  .y2yhmipp0g .container-large {
    width: 100%;
  }
  .y2yhmipp0g .nav-collapse {
    position: fixed;
    z-index: 98;
    top: 60px;
    right: 0;
    overflow: hidden;
    width: calc(100% - 40px);
    height: calc(100% - 60px);
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #ffffff;
    -webkit-transition: none 0.4s ease-out;
    -o-transition: none 0.4s ease-out;
    transition: none 0.4s ease-out;
  }
  .y2yhmipp0g .o2ajmti29s {
    position: absolute;
    z-index: 200;
    top: 0;
    right: 0;
    display: block;
    width: 70px;
    height: 60px;
  }
  .y2yhmipp0g .o2ajmti29s:before {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    display: block;
    width: 68px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/icons/menu-shape.svg");
  }
  .y2yhmipp0g .jdhq1zp6f8 {
    width: 150px;
  }
  .y2yhmipp0g .jdhq1zp6f8:before {
    width: 152px;
    height: 109px;
    top: -40px;
    right: -20px;
    background-image: url("../images/icons/menu-shape-blog.svg");
  }
  .y2yhmipp0g .lkmgxw90fq {
    position: absolute;
    top: 42%;
    left: 50%;
    display: inline-block;
    width: 26px;
    height: 2px;
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
       transition-duration: 250ms;
    -webkit-transition-property: background-color, transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    -o-transition-property: background-color, transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    background-color: #ffffff;
    font-weight: 300;
  }
  .y2yhmipp0g .lkmgxw90fq:before, .y2yhmipp0g .lkmgxw90fq:after {
    position: absolute;
    display: block;
    width: 26px;
    height: 2px;
    content: "";
    -webkit-transition-duration: 250ms;
    -o-transition-duration: 250ms;
       transition-duration: 250ms;
    -webkit-transition-property: margin, transform;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    -o-transition-property: margin, transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    background: #ffffff;
  }
  .y2yhmipp0g .lkmgxw90fq:before {
    margin-top: -7px;
  }
  .y2yhmipp0g .lkmgxw90fq:after {
    margin-top: 7px;
  }
  .y2yhmipp0g .tc6o6jwtf3 {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: "Sora-Regular", Arial, sans-serif;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
  }
  .y2yhmipp0g .m8v7wddvhp {
    top: 50%;
    width: 100%;
    padding-left: 40px;
    text-transform: none;
    font-size: 12px;
  }
  .y2yhmipp0g.is-collapse {
    z-index: 99999;
  }
  .y2yhmipp0g.is-collapse .tc6o6jwtf3 {
    display: none;
  }
  .y2yhmipp0g.is-collapse .nav-collapse {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 250ms ease;
    transition: -webkit-transform 250ms ease;
    -o-transition: transform 250ms ease;
    transition: transform 250ms ease;
    transition: transform 250ms ease, -webkit-transform 250ms ease;
  }
  .y2yhmipp0g.is-collapse .z1ed1kbjwx {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .y2yhmipp0g.is-collapse .lkmgxw90fq {
    top: 50%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background: rgba(0, 0, 0, 0);
  }
  .y2yhmipp0g.is-collapse .lkmgxw90fq:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
  .y2yhmipp0g.is-collapse .lkmgxw90fq:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
}

@media (min-width: 992px) {
  .neou6vygaz .ydv0oiaspn,
  .inawuizrij .ydv0oiaspn {
    background-color: transparent;
  }
  .neou6vygaz .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi,
  .inawuizrij .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi {
    position: relative;
  }
  .neou6vygaz .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after,
  .inawuizrij .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -40px;
    left: 0;
    -webkit-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
            transform: rotate(6deg);
    width: 670px;
    height: 291px;
    -webkit-box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.17);
            box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.17);
    border-radius: 30px;
    background-color: #ec1c24;
    z-index: 1;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    pointer-events: none;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .neou6vygaz .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after,
  .inawuizrij .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after {
    bottom: -10px;
    width: 340px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .neou6vygaz .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after,
  .inawuizrij .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after {
    bottom: -10px;
    width: 410px;
  }
}

@media (min-width: 992px) and (min-width: 1440px) {
  .neou6vygaz .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after,
  .inawuizrij .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after {
    bottom: -20px;
    width: 490px;
  }
}

@media (min-width: 992px) and (min-width: 1600px) {
  .neou6vygaz .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after,
  .inawuizrij .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after {
    width: 490px;
    bottom: -40px;
  }
}

@media (min-width: 992px) and (min-width: 1800px) {
  .neou6vygaz .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after,
  .inawuizrij .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after {
    width: 670px;
  }
}

@media (min-width: 992px) {
  .neou6vygaz .ydv0oiaspn {
    background-color: transparent;
  }
  .neou6vygaz .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi {
    position: relative;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .neou6vygaz .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after {
    bottom: -10px;
    width: 340px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .neou6vygaz .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after {
    bottom: -10px;
    width: 410px;
  }
}

@media (min-width: 992px) and (min-width: 1440px) {
  .neou6vygaz .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after {
    bottom: -20px;
    width: 490px;
  }
}

@media (min-width: 992px) and (min-width: 1600px) {
  .neou6vygaz .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after {
    width: 490px;
    bottom: -40px;
  }
}

@media (min-width: 992px) and (min-width: 1800px) {
  .neou6vygaz .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after {
    width: 530px;
  }
}

@media (min-width: 992px) {
  .neou6vygaz .dfnt6slxxi .tauj2vu6w8 {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}

@media (min-width: 1200px) {
  .neou6vygaz .dfnt6slxxi .tauj2vu6w8 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1600px) {
  .neou6vygaz .dfnt6slxxi .tauj2vu6w8 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 992px) {
  .header-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .header-btn {
    min-width: 160px;
  }
}

.is-additional-filter-open .y2yhmipp0g {
  top: 0 !important;
  z-index: 9999;
}

.y2yhmipp0g {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  -webkit-transition: height 400ms ease-out,
 top 400ms ease-out, -webkit-transform 400ms ease-out, -webkit-box-shadow 350ms ease-out;
  transition: height 400ms ease-out,
 top 400ms ease-out, -webkit-transform 400ms ease-out, -webkit-box-shadow 350ms ease-out;
  -o-transition: transform 400ms ease-out, height 400ms ease-out,
 top 400ms ease-out, box-shadow 350ms ease-out;
  transition: transform 400ms ease-out, height 400ms ease-out,
 top 400ms ease-out, box-shadow 350ms ease-out;
  transition: transform 400ms ease-out, height 400ms ease-out,
 top 400ms ease-out, box-shadow 350ms ease-out, -webkit-transform 400ms ease-out, -webkit-box-shadow 350ms ease-out;
}

@media (min-width: 992px) {
  .y2yhmipp0g {
    border-bottom: 1px solid #ffffff;
    height: 90px;
  }
}

@media (min-width: 992px) {
  .header-basket .y2yhmipp0g {
    border-bottom: 1px solid #d6d6d6;
  }
  .header-basket .i5f7mn4m38,
  .header-basket .nav-collapse,
  .header-basket .yfqastuxdb {
    display: none;
  }
  .header-basket .header-action-group-basket {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-basket .header-action-group-basket .yfqastuxdb {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 2rem;
  }
}

@media (min-width: 992px) and (min-width: 1440px) {
  .header-basket .header-action-group-basket .yfqastuxdb {
    margin-left: 6rem;
  }
}

@media (min-width: 992px) {
  .header-basket .header-action-group-basket .yfqastuxdb:first-child {
    margin-left: 0;
  }
  .header-basket .header-action-group-basket .wppwugmfmq {
    width: auto;
    height: auto;
  }
  .header-basket .header-action-group-basket .wppwugmfmq svg {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .header-basket .header-action-group-basket .wppwugmfmq svg.icon-members {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .header-basket .header-action-group-basket .header-action-link-text {
    margin-left: 0.6rem;
  }
  .header-basket .header-action-group-basket .header-action-link-text strong {
    font-size: 16px;
    font-size: 1rem;
  }
  .header-basket .sgxwljmf2a {
    width: auto;
  }
  .header-basket .e5lzwu9yfo {
    margin-right: 1.5rem;
  }
}

@media (min-width: 992px) and (min-width: 1440px) {
  .header-basket .e5lzwu9yfo {
    margin-right: 5.5rem;
  }
}

.header-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 90px;
  cursor: pointer;
}

.header-back-icon svg {
  top: 1px;
  fill: #ec1c24;
  font-size: 16px;
  font-size: 1rem;
}

.header-back-text {
  margin-left: 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 700;
}

.hide-header .y2yhmipp0g .o2ajmti29s:before {
  display: none;
}

.hide-secondary-bar .section-filter-form.filter-scroll {
  top: 0 !important;
}

.hide-secondary-bar .n8ux7f1cgb.detail-tab-block-scroll {
  top: 0 !important;
}

.navigation-scroll {
  border-bottom: 1px solid #eeeeee;
}

.navigation-scroll.navigation-scroll-bottom:not(.is-collapse) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 992px) {
  .navigation-scroll.navigation-scroll-bottom:not(.is-collapse) {
    top: -90px;
  }
}

@media (max-width: 991px) {
  .navigation-scroll.navigation-scroll-bottom:not(.is-collapse) {
    top: -60px;
  }
}

.navigation-scroll .ydv0oiaspn .e0b98suphq:first-child .dfnt6slxxi:after {
  bottom: -10px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

@media (min-width: 992px) {
  .header-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sgxwljmf2a {
  float: left;
  padding: 21px 0 21px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .sgxwljmf2a {
    height: 90px;
    margin-right: 1rem;
    width: 130px;
  }
}

@media (min-width: 1200px) {
  .sgxwljmf2a {
    width: 130px;
  }
}

@media (min-width: 1440px) {
  .sgxwljmf2a {
    margin-right: 2rem;
    width: 250px;
  }
}

@media (min-width: 1600px) {
  .sgxwljmf2a {
    width: 250px;
  }
}

@media (min-width: 1800px) {
  .sgxwljmf2a {
    width: 250px;
  }
}

@media (max-width: 991px) {
  .sgxwljmf2a {
    position: relative;
    z-index: 99;
    padding: 16px 0 12px;
    height: 60px;
  }
}

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

.ucw8rgc3rf {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .ucw8rgc3rf {
    width: 80px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .ucw8rgc3rf {
    width: 120px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .ucw8rgc3rf {
    width: 120px;
  }
}

@media (min-width: 992px) {
  .nav-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .nav-left {
    padding: 15px 15px 0 15px;
    height: calc(100% - 35px);
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 992px) {
  .nav-left {
    width: 330px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
  }
}

@media (min-width: 1200px) {
  .nav-left {
    width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}

@media (min-width: 1440px) {
  .nav-left {
    width: 480px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
            flex: 0 0 480px;
  }
}

@media (min-width: 1800px) {
  .nav-left {
    width: 650px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 650px;
            flex: 0 0 650px;
  }
}

@media (min-width: 1800px) {
  .neou6vygaz .nav-left {
    width: 520px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 520px;
            flex: 0 0 520px;
  }
}

@media (min-width: 992px) {
  .nav-right {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 992px) {
  .nav-right-top {
    position: relative;
    padding-left: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 40px;
    background-color: #000000;
  }
  .nav-right-top:before {
    content: "";
    position: absolute;
    top: 0;
    background-color: #000000;
    z-index: -3;
    width: 50vw;
    right: calc(-50vw + 50%);
    display: block;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .nav-right-top {
    padding-left: 1.875rem;
  }
}

@media (min-width: 992px) {
  .nav-right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.nav-small-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (min-width: 992px) {
  .nav-small-list__item {
    margin-right: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .nav-small-list__item {
    margin-right: 1.875rem;
  }
}

.nav-small-list__item:last-child {
  margin-right: 0;
}

.nav-small-list__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.65rem 0;
}

.nav-small-list__icon {
  display: inline-block;
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  margin-right: 0.5rem;
}

.nav-small-list__icon svg {
  fill: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}

.nav-small-list__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.25rem 0;
}

@media (min-width: 992px) {
  .nav-small-list__text {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

@media (min-width: 1200px) {
  .nav-small-list__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.nav-small-list__text:after {
  height: 1px !important;
}

.z83qpsgbr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .z83qpsgbr {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
}

@media (min-width: 992px) {
  .ydv0oiaspn {
    background-color: #ec1c24;
    border-radius: 0 0 20px 20px;
  }
  .ydv0oiaspn .dfnt6slxxi {
    color: #ffffff;
  }
}

.ka4dkcybdd {
  margin-right: -10px;
}

.ka4dkcybdd .dfnt6slxxi {
  height: 50px;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0.48px;
}

.ka4dkcybdd .dfnt6slxxi:hover {
  color: #ec1c24;
}

@media (min-width: 992px) {
  .ka4dkcybdd .dfnt6slxxi {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.35px;
  }
}

@media (min-width: 1200px) {
  .ka4dkcybdd .dfnt6slxxi {
    letter-spacing: 0.48px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.ka4dkcybdd .dfnt6slxxi .tauj2vu6w8 {
  height: auto;
  padding: 0.2rem 0.6rem;
}

@media (min-width: 1800px) {
  .ka4dkcybdd .dfnt6slxxi .tauj2vu6w8 {
    padding: 0.2rem 2rem;
  }
}

.ka4dkcybdd .e0b98suphq.dropdown-block .tauj2vu6w8 {
  height: auto;
  padding: 0.2rem 1rem;
}

@media (min-width: 1800px) {
  .ka4dkcybdd .e0b98suphq.dropdown-block .tauj2vu6w8 {
    padding: 0.2rem 2rem;
  }
}

.ka4dkcybdd .e0b98suphq.dropdown-block .tauj2vu6w8:after {
  width: 14px;
  height: 7px;
  right: 0px;
  background-image: url(../images/icons/chevron-thin-down.svg);
}

@media (min-width: 1800px) {
  .ka4dkcybdd .e0b98suphq.dropdown-block .tauj2vu6w8:after {
    right: 10px;
  }
}

@media (min-width: 1600px) {
  .oequvas1ng {
    margin-left: 20px;
  }
}

@media (min-width: 1800px) {
  .oequvas1ng {
    margin-left: 100px;
  }
}

.oequvas1ng .i7uhr9a5cl .dfnt6slxxi:hover svg {
  fill: #c51017;
}

.oequvas1ng .i7uhr9a5cl .dfnt6slxxi svg {
  -webkit-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
  fill: #ec1c24;
}

.ielfugwjbe {
  height: 40px;
  min-width: 180px;
  letter-spacing: 0.64px;
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

@media (min-width: 992px) {
  .ielfugwjbe {
    min-width: 120px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .ielfugwjbe {
    font-size: 16px;
    font-size: 1rem;
    min-width: 180px;
  }
}

.ielfugwjbe svg {
  font-size: 14px;
  font-size: 0.875rem;
}

.ielfugwjbe .btn-icon {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .e0b98suphq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .e0b98suphq:hover .dfnt6slxxi:after, .e0b98suphq.alhuea1cd .dfnt6slxxi:after {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .e0b98suphq {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.e0b98suphq.alhuea1cd .menu-list-icon {
  pointer-events: auto;
}

.e0b98suphq.alhuea1cd .menu-list-icon .open-text {
  display: block;
}

@media (min-width: 992px) {
  .e0b98suphq.dropdown-block .tauj2vu6w8 {
    padding-right: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .e0b98suphq.dropdown-block .tauj2vu6w8 {
    padding-right: 2.8rem;
  }
}

@media (min-width: 1440px) {
  .e0b98suphq.dropdown-block .tauj2vu6w8 {
    padding-right: 2.8rem;
  }
}

@media (min-width: 1800px) {
  .e0b98suphq.dropdown-block .tauj2vu6w8 {
    padding-right: 3rem;
  }
}

.i7uhr9a5cl .dfnt6slxxi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 50px;
}

@media (min-width: 992px) {
  .i7uhr9a5cl .dfnt6slxxi {
    width: 35px;
  }
}

@media (min-width: 1200px) {
  .i7uhr9a5cl .dfnt6slxxi {
    width: 40px;
  }
}

.i7uhr9a5cl .dfnt6slxxi.is-logged svg {
  fill: #00a713;
}

.i7uhr9a5cl .dfnt6slxxi.is-logged:hover svg {
  fill: #00740d;
}

.i7uhr9a5cl .dfnt6slxxi:hover svg {
  fill: #ec1c24;
}

.i7uhr9a5cl .dfnt6slxxi svg {
  -webkit-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
  font-size: 22px;
  font-size: 1.375rem;
  fill: #000000;
}

.dfnt6slxxi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  text-decoration: none;
  color: #000000;
  line-height: 1.2;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .dfnt6slxxi {
    color: #ec1c24;
    font-family: "BigShoulders-bold", Arial, sans-serif;
    font-weight: 700;
  }
}

@media (max-width: 991px) {
  .dfnt6slxxi.fytswkxrle {
    border-bottom: 1px solid #dbdbdb;
  }
}

.dfnt6slxxi.pmp57fh2qo {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

@media (min-width: 992px) {
  .dfnt6slxxi.pmp57fh2qo {
    font-family: "BigShoulders-bold", Arial, sans-serif;
    font-weight: 700;
  }
}

@media (max-width: 991px) {
  .dfnt6slxxi.rfoa5h1af7 {
    border-bottom: 1px solid #dbdbdb;
  }
}

.dfnt6slxxi .tauj2vu6w8 {
  padding: 1.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 992px) {
  .dfnt6slxxi .tauj2vu6w8 {
    position: relative;
    z-index: 4;
    height: 90px;
    padding: 1.2rem 0.8rem;
  }
}

@media (min-width: 1440px) {
  .dfnt6slxxi .tauj2vu6w8 {
    padding: 1.2rem 1.2rem;
  }
}

@media (min-width: 1800px) {
  .dfnt6slxxi .tauj2vu6w8 {
    padding: 1.2rem 3rem;
  }
}

@media (min-width: 992px) {
  .dfnt6slxxi {
    font-family: "BigShoulders-bold", Arial, sans-serif;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-size: 1rem;
    background-color: transparent;
    height: 90px;
    padding: 1.2rem 0;
  }
}

@media (min-width: 1200px) {
  .dfnt6slxxi {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1440px) {
  .dfnt6slxxi {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1600px) {
  .dfnt6slxxi {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1800px) {
  .dfnt6slxxi {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.menu-list-icon {
  position: absolute;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  pointer-events: none;
  right: 5px;
}

@media (min-width: 1440px) {
  .menu-list-icon {
    right: 10px;
  }
}

.menu-list-icon svg {
  position: relative;
  -webkit-transform: rotateZ(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotateZ(-90deg);
  fill: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}

.menu-list-icon .open-text {
  display: none;
  margin-left: 0.6rem;
  color: #ffffff;
  text-transform: none;
  font-size: 10px;
  font-size: 0.625rem;
}

@media (max-width: 991px) {
  .i5f7mn4m38.is-searching .xga5redea3 {
    height: calc(100% - 60px) !important;
    overflow: auto !important;
  }
}

@media (max-width: 991px) {
  .i5f7mn4m38.alhuea1cd ~ .nav-collapse .nav-top {
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  .xga5redea3 {
    position: fixed;
    top: 60px;
    left: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    z-index: 99;
    width: 100%;
    height: auto !important;
    background: #ffffff;
    overflow: visible !important;
    -webkit-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.1);
            box-shadow: 0 5px 10px rgba(1, 1, 1, 0.1);
  }
}

@media (min-width: 992px) {
  .xga5redea3 {
    width: 125px;
  }
}

@media (min-width: 1200px) {
  .xga5redea3 {
    width: 200px;
  }
}

@media (min-width: 1440px) {
  .xga5redea3 {
    width: 200px;
  }
}

@media (min-width: 1600px) {
  .xga5redea3 {
    width: 250px;
  }
}

@media (min-width: 1800px) {
  .xga5redea3 {
    width: 350px;
  }
}

.xga5redea3 .form-input-header {
  padding-left: 1rem;
  padding-right: 40px !important;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.48px;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}

@media (min-width: 992px) {
  .xga5redea3 .form-input-header {
    padding-left: 0;
    height: 35px;
  }
}

.xga5redea3 .btn-search-header {
  height: 50px;
  width: 65px;
  right: 0;
  border-radius: 0;
}

@media (min-width: 992px) {
  .xga5redea3 .btn-search-header {
    right: -5px;
    width: 35px;
    height: 35px;
  }
}

.xga5redea3 .btn-search-header svg {
  font-size: 18px;
  font-size: 1.125rem;
}

.header-search-form-offset {
  top: 35px;
}

.header-search-form-offset .form-input-header {
  height: 40px;
}

.header-search-form-offset .btn-search-header {
  height: 40px;
}

.header-search-form-offset .btn-search-header svg {
  font-size: 20px;
  font-size: 1.25rem;
}

.btn-search-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 50px;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0 8px 8px 0;
}

@media (min-width: 992px) {
  .btn-search-header {
    width: 50px;
    background-color: transparent;
  }
  .btn-search-header:hover {
    background-color: #000000;
  }
  .btn-search-header:hover svg {
    fill: #ffffff;
  }
}

.btn-search-header svg {
  fill: #000000;
  font-size: 22px;
  font-size: 1.375rem;
}

@media (min-width: 992px) {
  .btn-search-header svg {
    fill: #000000;
  }
}

.btn-search-header:after {
  background-color: #ec1c24;
}

.yfqastuxdb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 45px;
  cursor: pointer;
}

@media (min-width: 576px) {
  .yfqastuxdb {
    width: 50px;
  }
}

@media (min-width: 992px) {
  .yfqastuxdb {
    height: 90px;
  }
}

.yfqastuxdb:hover .wppwugmfmq svg {
  fill: #000000;
}

@media (min-width: 992px) {
  .yfqastuxdb:hover .hidden-content {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
  }
}

.yfqastuxdb.is-logged svg {
  fill: #00a713;
}

.yfqastuxdb.is-logged:hover svg {
  fill: #00740d;
}

.yfqastuxdb svg {
  fill: #000000;
  font-size: 22px;
  font-size: 1.375rem;
}

@media (min-width: 992px) {
  .yfqastuxdb svg {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.ufqrc4x3ae {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 60px;
}

@media (min-width: 992px) {
  .ufqrc4x3ae {
    height: 90px;
  }
}

.wppwugmfmq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
}

.wppwugmfmq.alhuea1cd svg {
  fill: #ec1c24;
}

.header-action-link-text {
  text-align: center;
  margin-left: 1rem;
}

@media (max-width: 991px) {
  .header-action-link-text {
    display: none;
  }
}

@media (min-width: 1200px) {
  .header-action-link-text {
    margin-left: 1.2rem;
  }
}

.header-action-link-text strong {
  display: block;
  color: #ec1c24;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .header-action-link-text strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.header-action-link-text small {
  display: block;
  margin-top: 0.2rem;
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .header-action-link-text small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.b9kzmp0s4u .ibaa4pxq8o {
  right: 140px;
}

.ibaa4pxq8o {
  right: 70px;
}

@media (min-width: 992px) {
  .ibaa4pxq8o {
    right: 210px;
  }
}

@media (min-width: 1200px) {
  .ibaa4pxq8o {
    right: 200px;
  }
}

.caasx9mojq {
  right: 220px;
}

@media (max-width: 771px) {
  .caasx9mojq {
    display: none;
  }
}

@media (min-width: 992px) {
  .caasx9mojq {
    right: 280px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .caasx9mojq {
    right: 235px;
  }
}

.u78e5ft78b {
  right: 120px;
}

@media (min-width: 992px) {
  .u78e5ft78b {
    right: 233px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .u78e5ft78b {
    right: 190px;
  }
}

.v2xvaoxtqp {
  right: 170px;
}

@media (min-width: 992px) {
  .v2xvaoxtqp .wppwugmfmq {
    width: auto;
  }
}

@media (min-width: 992px) {
  .v2xvaoxtqp {
    width: auto;
    right: 0;
  }
}

.hidden-content-user {
  position: fixed;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-top: 0;
}

@media (min-width: 992px) {
  .hidden-content-user {
    position: absolute;
    top: calc(100% - 1px);
    min-width: 280px;
    left: -8px;
    z-index: 2;
  }
}

@media (max-width: 991px) {
  .hidden-content-user {
    top: 0;
    left: 0;
    right: auto;
    height: 100% !important;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.user-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: 700;
  background-color: #ec1c24;
  padding: 0.2rem 0.6rem;
  height: 35px;
}

.user-header-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
}

.user-header-icon svg {
  fill: #ffffff;
  font-size: 19px;
  font-size: 1.1875rem;
}

.user-content {
  padding: 2rem 0.5rem;
}

@media (min-width: 992px) {
  .user-content {
    padding: 0;
    padding-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .user-content {
    overflow: auto;
    height: calc(100% - 95px);
  }
}

.user-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f6f9;
}

@media (max-width: 991px) {
  .user-menu {
    width: 100%;
    height: 60px;
    overflow: hidden;
  }
}

.user-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0.6rem 0.5rem;
}

.user-menu-item.alhuea1cd .user-menu-item-text {
  color: #ec1c24;
}

.user-menu-item-icon svg {
  fill: #ec1c24;
  font-size: 28px;
  font-size: 1.75rem;
}

.user-menu-item-text {
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.hidden-content-phone {
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
  border-top: 0;
  position: absolute;
  top: calc(100% - 1px);
  min-width: 200px;
  z-index: 2;
}

@media (max-width: 991px) {
  .hidden-content-phone {
    border-top: 0;
    border: 1px solid #d6d6d6;
  }
}

@media (min-width: 576px) {
  .hidden-content-phone {
    right: 0;
    min-width: 220px;
  }
}

.phone-content {
  padding: 0.4rem 0.6rem;
}

.z1ed1kbjwx {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ec1c24;
  padding: 0.5rem 1rem 0.5rem 1rem;
  height: 35px;
  width: 100%;
  z-index: 99999999;
  -webkit-transform: translateY(calc(100% + 60px));
      -ms-transform: translateY(calc(100% + 60px));
          transform: translateY(calc(100% + 60px));
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  -o-transition: transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
}

.qlv4rahymp {
  width: 55%;
  max-width: 55%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  text-align: right;
}

.widp3waw32 {
  width: 45%;
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.kk3kau7b6y {
  display: block;
  color: #ffffff;
  font-family: "Sora-bold", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.2;
}

.header-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
  border-bottom: 1px solid #ebebeb;
}

.js-menu-another-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

/* Accordion block */
.fcssczec8h .iu9udszkl1 {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #ffffff;
}

.fcssczec8h .iu9udszkl1.alhuea1cd > .w406mmi99o {
  -webkit-transition: none 0.4s ease-out;
  -o-transition: none 0.4s ease-out;
  transition: none 0.4s ease-out;
}

.fcssczec8h .iu9udszkl1.alhuea1cd > .w406mmi99o:after {
  background-image: url("../images/icons/chevron-up.svg");
}

.fcssczec8h .iu9udszkl1.alhuea1cd > .la0hjabab1 {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  padding: 1rem 4rem 1rem 1rem;
  opacity: 1;
  -webkit-transition: opacity 450ms ease-out;
  -o-transition: opacity 450ms ease-out;
  transition: opacity 450ms ease-out;
}

.fcssczec8h .w406mmi99o {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 1rem 4rem 1rem 1rem;
  cursor: pointer;
  -webkit-transition: none 0.4s ease-out;
  -o-transition: none 0.4s ease-out;
  transition: none 0.4s ease-out;
}

.fcssczec8h .la0hjabab1 {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  border-top: 0;
  -webkit-transition: opacity 450ms ease-out;
  -o-transition: opacity 450ms ease-out;
  transition: opacity 450ms ease-out;
}

.foj6zm7f0p .cl8yea2mvn {
  position: relative;
}

.foj6zm7f0p .cl8yea2mvn .oai0d8auxn {
  padding-right: 45px;
}

.foj6zm7f0p .w406mmi99o {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25px;
  width: 45px;
}

.foj6zm7f0p .w406mmi99o:after {
  content: "" !important;
  width: 12px;
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down.svg");
}

.foj6zm7f0p .iu9udszkl1.is-searched > .mydyjqn5 {
  display: block !important;
}

.foj6zm7f0p .iu9udszkl1.alhuea1cd > .mydyjqn5 .w406mmi99o:after {
  background-image: url("../images/icons/chevron-up.svg");
}

.foj6zm7f0p .iu9udszkl1.alhuea1cd .la0hjabab1 {
  padding: 0;
  padding-top: 0.2rem;
  padding-left: 1.4rem;
}

.foj6zm7f0p .la0hjabab1 {
  padding: 0;
  padding-top: 0.2rem;
  padding-left: 1.4rem;
}

.accordion-group--my-property {
  margin-top: -10px;
}

.accordion-group--my-property .la0hjabab1 {
  padding: 0 !important;
}

.accordion-group--my-property .iu9udszkl1.is-completed .w406mmi99o {
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
}

.accordion-group--my-property .iu9udszkl1.is-completed .w406mmi99o svg {
  display: inline-block;
}

.accordion-group--my-property .w406mmi99o {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  padding: 0.5rem 2rem 0.5rem 0;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .accordion-group--my-property .w406mmi99o {
    font-size: 16px;
    font-size: 1rem;
  }
}

.accordion-group--my-property .w406mmi99o svg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
}

.accordion-group--my-property .w406mmi99o span {
  padding-right: 20px;
  display: inline-block;
  position: relative;
}

.accordion-group--my-property .w406mmi99o:after {
  content: "" !important;
  width: 14px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down.svg");
}

.ndrmcqg7pw {
  margin-top: 3rem;
  border-radius: 20px;
  background-color: #eeeeee;
  padding: 20px 30px;
}

@media (min-width: 992px) {
  .ndrmcqg7pw {
    padding: 30px 60px;
  }
}

.ndrmcqg7pw .iu9udszkl1 {
  position: relative;
  z-index: 2;
  border-bottom: 0;
}

.ndrmcqg7pw .iu9udszkl1.alhuea1cd.js-hidden-content {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .ndrmcqg7pw .iu9udszkl1.alhuea1cd.js-hidden-content {
    margin-bottom: 0;
  }
}

.ndrmcqg7pw .iu9udszkl1.alhuea1cd > .w406mmi99o {
  font-weight: 700;
  color: #ec1c24;
  -webkit-transition: none 0.4s ease-out;
  -o-transition: none 0.4s ease-out;
  transition: none 0.4s ease-out;
  font-size: 30px;
  font-size: 1.875rem;
}

@media (min-width: 992px) {
  .ndrmcqg7pw .iu9udszkl1.alhuea1cd > .w406mmi99o {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.ndrmcqg7pw .iu9udszkl1.alhuea1cd > .w406mmi99o:after {
  display: block;
}

.ndrmcqg7pw .iu9udszkl1.alhuea1cd > .la0hjabab1 {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  padding: 0;
  -webkit-transition: opacity 450ms ease-out;
  -o-transition: opacity 450ms ease-out;
  transition: opacity 450ms ease-out;
}

.ndrmcqg7pw .w406mmi99o {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: none 0.4s ease-out;
  -o-transition: none 0.4s ease-out;
  transition: none 0.4s ease-out;
  color: #000000;
  font-family: "BigShoulders-regular", Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}

@media (min-width: 771px) {
  .ndrmcqg7pw .w406mmi99o {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.ndrmcqg7pw .w406mmi99o:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991px) {
  .ndrmcqg7pw .w406mmi99o:after {
    width: 20px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/chevron-down.svg);
  }
}

@media (min-width: 992px) {
  .ndrmcqg7pw .w406mmi99o:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 50px 30px 0;
    border-color: transparent #eeeeee transparent transparent;
    display: none;
  }
}

.ndrmcqg7pw .la0hjabab1 {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  border-top: 0;
  -webkit-transition: opacity 450ms ease-out;
  -o-transition: opacity 450ms ease-out;
  transition: opacity 450ms ease-out;
}

@media (max-width: 991px) {
  .accordion-group-contact--small {
    padding: 0;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .accordion-group-contact--small {
    padding: 15px 25px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .accordion-group-contact--small {
    padding: 15px 25px;
  }
}

.accordion-group-contact--small .iu9udszkl1.alhuea1cd > .w406mmi99o {
  font-size: 21px;
  font-size: 1.3125rem;
}

.accordion-group-contact--small.ndrmcqg7pw .w406mmi99o:after {
  border-width: 20px 30px 20px 0;
}

.accordion-group-contact--small .w406mmi99o {
  font-size: 21px;
  font-size: 1.3125rem;
}

.accordion-group-contact--small .mvaqwk6nxo {
  min-height: 45px;
}

@media (max-width: 991px) {
  .accordion-group-contact--small .mvaqwk6nxo {
    font-size: 16px;
    font-size: 1rem;
    font-family: "Sora-Regular", Arial, sans-serif;
    font-weight: 400;
    padding: 0.6rem 2rem 0.6rem 1rem;
  }
}

.accordion-group-contact--small .na18b445pw .w406mmi99o {
  padding: 1.4rem 2rem 1.4rem 0;
}

@media (max-width: 991px) {
  .accordion-group-contact--small .na18b445pw .w406mmi99o {
    min-height: 45px;
    font-family: "Sora-Regular", Arial, sans-serif;
    font-weight: 400;
    padding: 1rem 2rem 1rem 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.accordion-group-contact--small .na18b445pw .iu9udszkl1.alhuea1cd > .w406mmi99o {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .accordion-group-contact--small .na18b445pw .iu9udszkl1.alhuea1cd > .w406mmi99o {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.na18b445pw .iu9udszkl1 {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  border-bottom: 1px solid #dbdbdb;
}

.na18b445pw .iu9udszkl1:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.na18b445pw .iu9udszkl1.alhuea1cd > .w406mmi99o {
  color: #ec1c24;
  padding: 1rem 3rem 1rem 0;
  font-size: 24px;
  font-size: 1.5rem;
}

@media (min-width: 771px) {
  .na18b445pw .iu9udszkl1.alhuea1cd > .w406mmi99o {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 992px) {
  .na18b445pw .iu9udszkl1.alhuea1cd > .w406mmi99o {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.na18b445pw .iu9udszkl1.alhuea1cd > .w406mmi99o:after {
  content: "-";
  background-image: none;
}

.na18b445pw .iu9udszkl1.alhuea1cd .la0hjabab1 {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 450ms ease-out;
  -o-transition: opacity 450ms ease-out;
  transition: opacity 450ms ease-out;
}

.na18b445pw .iu9udszkl1:hover > .w406mmi99o {
  color: #ec1c24;
}

.na18b445pw .w406mmi99o {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
  padding: 2.2rem 3rem 2.2rem 0;
  cursor: pointer;
  min-height: 60px;
  line-height: 1.2;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: none 0.4s ease-out;
  -o-transition: none 0.4s ease-out;
  transition: none 0.4s ease-out;
}

@media (min-width: 576px) {
  .na18b445pw .w406mmi99o {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 2.2rem 3rem 2.2rem 0;
  }
}

@media (min-width: 992px) {
  .na18b445pw .w406mmi99o {
    padding: 2.2rem 3rem 2.2rem 0;
  }
}

.na18b445pw .w406mmi99o:after {
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  color: #000000;
  line-height: 1;
  font-weight: 700;
  background-image: none;
  border: 0;
  text-align: center;
}

.na18b445pw .eu9jvs6f9 {
  position: relative;
}

.accordion-group-classic .iu9udszkl1 {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #ececec;
}

.accordion-group-classic .iu9udszkl1.alhuea1cd > .w406mmi99o {
  font-size: 25px;
  font-size: 1.5625rem;
  -webkit-transition: none 0.4s ease-out;
  -o-transition: none 0.4s ease-out;
  transition: none 0.4s ease-out;
  padding-top: 2rem;
}

.accordion-group-classic .iu9udszkl1.alhuea1cd > .w406mmi99o:after {
  background-image: url("../images/icons/chevron-up-blue-light.svg.html");
}

.accordion-group-classic .iu9udszkl1.alhuea1cd > .la0hjabab1 {
  visibility: visible;
  overflow: visible;
  width: auto;
  height: auto;
  padding: 0 2rem 1rem 0;
  opacity: 1;
  -webkit-transition: opacity 450ms ease-out;
  -o-transition: opacity 450ms ease-out;
  transition: opacity 450ms ease-out;
}

.accordion-group-classic .accordion-item-ext {
  border-bottom: 0;
}

.accordion-group-classic .w406mmi99o {
  position: relative;
  display: block;
  margin-bottom: 0;
  color: #ec1c24;
  padding: 1.5rem 3rem 1.5rem 0;
  cursor: pointer;
  -webkit-transition: none 0.4s ease-out;
  -o-transition: none 0.4s ease-out;
  transition: none 0.4s ease-out;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.accordion-group-classic .w406mmi99o:after {
  content: "" !important;
  width: 19px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down.svg");
}

.accordion-group-classic .la0hjabab1 {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  border-top: 0;
  -webkit-transition: opacity 450ms ease-out;
  -o-transition: opacity 450ms ease-out;
  transition: opacity 450ms ease-out;
}

.accordion-group-classic .la0hjabab1 p {
  margin-bottom: 1.5rem;
}

.accordion-group-classic-ext .iu9udszkl1 {
  border-bottom: 1px solid #ebebeb;
}

@media (min-width: 992px) {
  .accordion-group-classic-ext .iu9udszkl1 {
    border-bottom: 1px solid #ec1c24;
  }
}

.accordion-group-classic-ext .iu9udszkl1.alhuea1cd > .w406mmi99o {
  font-size: 16px;
  font-size: 1rem;
  padding: 1.75rem 2rem 1.75rem 0;
}

.accordion-group-classic-ext .iu9udszkl1.alhuea1cd > .la0hjabab1 {
  padding-right: 0;
}

.accordion-group-classic-ext .w406mmi99o {
  padding: 1.75rem 2rem 1.75rem 0;
}

.accordion-group-classic-ext .w406mmi99o:after {
  right: -7px;
}

@media (max-width: 770px) {
  .s93prs0g40 .iu9udszkl1 {
    position: relative;
    z-index: 2;
  }
  .s93prs0g40 .iu9udszkl1.alhuea1cd > .w406mmi99o {
    -webkit-transition: none 0.4s ease-out;
    -o-transition: none 0.4s ease-out;
    transition: none 0.4s ease-out;
  }
  .s93prs0g40 .iu9udszkl1.alhuea1cd > .w406mmi99o:after {
    content: "\e907";
  }
  .s93prs0g40 .iu9udszkl1.alhuea1cd > .la0hjabab1 {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    padding: 1rem 2rem 1rem 1rem;
    opacity: 1;
    -webkit-transition: opacity 450ms ease-out;
    -o-transition: opacity 450ms ease-out;
    transition: opacity 450ms ease-out;
  }
  .s93prs0g40 .w406mmi99o {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 1rem 4rem 1rem 1rem;
    cursor: pointer;
    -webkit-transition: none 0.4s ease-out;
    -o-transition: none 0.4s ease-out;
    transition: none 0.4s ease-out;
  }
  .s93prs0g40 .w406mmi99o:after {
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    font-family: "project-name";
    line-height: 1;
    content: "\e906";
    color: #000000;
    font-size: 22px;
    font-size: 1.375rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 770px) and (max-width: 575px) {
  .s93prs0g40 .w406mmi99o:after {
    right: 10px;
  }
}

@media (max-width: 770px) {
  .s93prs0g40 .la0hjabab1 {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    border-top: 0;
    -webkit-transition: opacity 450ms ease-out;
    -o-transition: opacity 450ms ease-out;
    transition: opacity 450ms ease-out;
  }
}

@media (max-width: 770px) {
  .uo3n6cylhe .iu9udszkl1 {
    position: relative;
    z-index: 2;
  }
  .uo3n6cylhe .iu9udszkl1.alhuea1cd > .w406mmi99o {
    -webkit-transition: none 0.4s ease-out;
    -o-transition: none 0.4s ease-out;
    transition: none 0.4s ease-out;
  }
  .uo3n6cylhe .iu9udszkl1.alhuea1cd > .w406mmi99o:after {
    background-image: url("../images/icons/chevron-up-red.svg");
  }
  .uo3n6cylhe .iu9udszkl1.alhuea1cd > .la0hjabab1 {
    visibility: visible;
    overflow: visible;
    width: auto;
    height: auto;
    padding: 0 0 2rem 0;
    opacity: 1;
    -webkit-transition: opacity 450ms ease-out;
    -o-transition: opacity 450ms ease-out;
    transition: opacity 450ms ease-out;
  }
  .uo3n6cylhe .accordion-item-ext {
    border-bottom: 0;
  }
  .uo3n6cylhe .w406mmi99o {
    position: relative;
    display: block;
    margin-bottom: 0;
    padding: 1.4rem 0 1.4rem 0;
    cursor: pointer;
    -webkit-transition: none 0.4s ease-out;
    -o-transition: none 0.4s ease-out;
    transition: none 0.4s ease-out;
  }
  .uo3n6cylhe .w406mmi99o:after {
    content: "" !important;
    width: 22px;
    height: 11px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/icons/chevron-down-red.svg");
  }
  .uo3n6cylhe .la0hjabab1 {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    border-top: 0;
    -webkit-transition: opacity 450ms ease-out;
    -o-transition: opacity 450ms ease-out;
    transition: opacity 450ms ease-out;
  }
}

/* Social block */
.wc923sxnx2 .prva9f4bg8 {
  margin-right: 0.6rem;
}

@media (max-width: 369px) {
  .wc923sxnx2 .prva9f4bg8 {
    margin-right: 0.4rem;
    margin-left: 0.6rem;
  }
}

.wc923sxnx2 .prva9f4bg8:last-child {
  margin-right: 0;
}

.wc923sxnx2 .bd5deerzg9 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
}

.wc923sxnx2 .bd5deerzg9 svg {
  fill: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}

.wc923sxnx2 .bd5deerzg9:hover svg {
  fill: #000000;
}

.xirsyx6pb3 {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .xirsyx6pb3 {
    margin-bottom: 0;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 145px;
    left: 0;
    height: 0;
    width: 80px;
    z-index: 4;
    margin-left: 60px;
  }
  .xirsyx6pb3 .prva9f4bg8 {
    margin-right: 0;
    display: block;
    margin-bottom: 1rem;
  }
}

.xirsyx6pb3 .bd5deerzg9 {
  width: 30px;
  height: 30px;
}

.xirsyx6pb3 .bd5deerzg9:hover svg {
  fill: #ec1c24;
}

.xirsyx6pb3 .bd5deerzg9 svg {
  fill: #000000;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .xirsyx6pb3 .bd5deerzg9 svg {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.xirsyx6pb3 .gctqgi2w8e {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}

.e02ty7bkhh {
  margin-left: -10px;
}

.e02ty7bkhh .prva9f4bg8 {
  margin-right: 0;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .e02ty7bkhh .prva9f4bg8 {
    margin-left: 0;
  }
}

.e02ty7bkhh .bd5deerzg9 {
  width: 30px;
  height: 30px;
}

.e02ty7bkhh .bd5deerzg9 svg {
  font-size: 22px;
  font-size: 1.375rem;
}

@media (min-width: 771px) {
  .e02ty7bkhh .bd5deerzg9 {
    height: 50px;
    width: 50px;
  }
  .e02ty7bkhh .bd5deerzg9 svg {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.e02ty7bkhh .bd5deerzg9:hover svg {
  fill: #ec1c24;
}

.e02ty7bkhh .bd5deerzg9 svg {
  fill: #000000;
}

.social-list--dashboard {
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .social-list--dashboard {
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    top: 10px;
    left: -100px;
    height: 0;
    width: 80px;
    z-index: 4;
  }
  .social-list--dashboard .prva9f4bg8 {
    margin-right: 0;
    display: block;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .social-list--dashboard {
    left: -130px;
  }
}

.social-list--dashboard .bd5deerzg9 {
  width: 30px;
  height: 30px;
}

.social-list--dashboard .bd5deerzg9:hover svg {
  fill: #ec1c24;
}

.social-list--dashboard .bd5deerzg9 svg {
  font-size: 25px;
  font-size: 1.5625rem;
  fill: #000000;
}

.social-list--dashboard .gctqgi2w8e {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 771px) {
  .m6wkdzmbz3 {
    margin-left: -15px;
  }
}

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

@media (max-width: 991px) {
  .prva9f4bg8 {
    margin-left: 0.8rem;
  }
  .prva9f4bg8:first-child {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .prva9f4bg8 {
    margin-left: 0.8rem;
  }
}

@media (min-width: 992px) {
  .prva9f4bg8 {
    margin-bottom: 2rem;
    margin-right: 0.8rem;
  }
}

@media (min-width: 1440px) {
  .prva9f4bg8 {
    margin-right: 1.2rem;
  }
}

@media (min-width: 1800px) {
  .prva9f4bg8 {
    margin-right: 1.2rem;
  }
}

.prva9f4bg8:last-child {
  margin-right: 0;
}

.bd5deerzg9 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
}

@media (min-width: 370px) {
  .bd5deerzg9 {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 771px) {
  .bd5deerzg9 {
    width: 65px;
    height: 65px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .bd5deerzg9 {
    width: 50px;
    height: 50px;
  }
}

.bd5deerzg9 svg {
  fill: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
}

@media (min-width: 771px) {
  .bd5deerzg9 svg {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .bd5deerzg9 svg {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.bd5deerzg9 svg.icon-play {
  font-size: 38px;
  font-size: 2.375rem;
}

@media (min-width: 771px) {
  .bd5deerzg9 svg.icon-play {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .bd5deerzg9 svg.icon-play {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.bd5deerzg9:hover svg {
  fill: #000000;
}

/* Blog block */
@media (max-width: 770px) {
  .hpymb373jb {
    background-color: transparent;
  }
  .hpymb373jb .zu4a0o {
    color: #ec1c24;
  }
  .hpymb373jb .bg-image-square {
    display: none;
  }
  .hpymb373jb .hpmc992knz .lu6sjqrry {
    color: #000000 !important;
  }
}

@media (min-width: 771px) {
  .hpymb373jb .js-slider-group {
    margin-top: -100px;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .hpymb373jb .zu4a0o {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .hpymb373jb .zu4a0o {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .hpymb373jb .zu4a0o {
    font-size: 44px;
    font-size: 2.75rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .hpymb373jb .zu4a0o {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.slider-blog {
  margin: 0 -15px;
}

@media (min-width: 771px) {
  .slider-blog {
    margin: 0 -25px;
  }
}

@media (min-width: 992px) {
  .slider-blog {
    margin: 0 -25px;
  }
}

.slider-blog .swiper-slide {
  padding: 25px 15px;
}

@media (min-width: 771px) {
  .slider-blog .swiper-slide {
    padding: 25px 25px;
  }
}

@media (min-width: 992px) {
  .slider-blog .swiper-slide {
    padding: 25px 25px;
    width: 33.33% !important;
    max-width: 33.33% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33.33% !important;
            flex: 0 0 33.33% !important;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .slider-blog .swiper-slide {
    width: 50% !important;
    max-width: 50% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
}

.slider-blog-classic {
  margin: 0 -15px;
}

@media (min-width: 771px) {
  .slider-blog-classic {
    margin: 0 -25px;
  }
}

@media (min-width: 992px) {
  .slider-blog-classic {
    margin: 0 -25px;
  }
}

.slider-blog-classic .swiper-slide {
  padding: 25px 15px;
}

@media (min-width: 771px) {
  .slider-blog-classic .swiper-slide {
    padding: 25px 25px;
  }
}

@media (min-width: 992px) {
  .slider-blog-classic .swiper-slide {
    padding: 25px 25px;
  }
}

.c26qlkivs2 .iwbful5tbr {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 230px;
}

@media (min-width: 576px) {
  .c26qlkivs2 .iwbful5tbr {
    height: 400px;
  }
}

.c26qlkivs2 .gf2i96yv9f {
  padding: 0 0.6rem 1rem 0.8rem;
}

@media (min-width: 576px) {
  .c26qlkivs2 .gf2i96yv9f {
    padding: 0.4rem 1.2rem 1.8rem 1.2rem;
    max-width: calc(100% - 140px);
  }
}

.c26qlkivs2 .v8o3in3b7t {
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .c26qlkivs2 .v8o3in3b7t {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.hpmc992knz .iwbful5tbr,
.blog-item--classic-more-black .iwbful5tbr,
.mm8tbyxj1n .iwbful5tbr {
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.hpmc992knz .iwbful5tbr:hover .v8o3in3b7t,
.blog-item--classic-more-black .iwbful5tbr:hover .v8o3in3b7t,
.mm8tbyxj1n .iwbful5tbr:hover .v8o3in3b7t {
  color: #ec1c24;
}

.hpmc992knz .ozruzanbql,
.blog-item--classic-more-black .ozruzanbql,
.mm8tbyxj1n .ozruzanbql {
  border-radius: 20px;
  height: 180px;
}

@media (min-width: 576px) {
  .hpmc992knz .ozruzanbql,
  .blog-item--classic-more-black .ozruzanbql,
  .mm8tbyxj1n .ozruzanbql {
    height: 250px;
  }
}

.hpmc992knz .ozruzanbql img,
.blog-item--classic-more-black .ozruzanbql img,
.mm8tbyxj1n .ozruzanbql img {
  overflow: hidden;
  border-radius: 20px;
}

.hpmc992knz .gf2i96yv9f,
.blog-item--classic-more-black .gf2i96yv9f,
.mm8tbyxj1n .gf2i96yv9f {
  position: relative;
  top: auto;
  left: auto;
  padding: 1.5rem 0 0;
  background-color: transparent;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 575px) {
  .hpmc992knz .gf2i96yv9f,
  .blog-item--classic-more-black .gf2i96yv9f,
  .mm8tbyxj1n .gf2i96yv9f {
    padding-right: 10px;
  }
}

.hpmc992knz .gf2i96yv9f:after, .hpmc992knz .gf2i96yv9f:before,
.blog-item--classic-more-black .gf2i96yv9f:after,
.blog-item--classic-more-black .gf2i96yv9f:before,
.mm8tbyxj1n .gf2i96yv9f:after,
.mm8tbyxj1n .gf2i96yv9f:before {
  display: none;
}

.hpmc992knz .v8o3in3b7t,
.blog-item--classic-more-black .v8o3in3b7t,
.mm8tbyxj1n .v8o3in3b7t {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .hpmc992knz .v8o3in3b7t,
  .blog-item--classic-more-black .v8o3in3b7t,
  .mm8tbyxj1n .v8o3in3b7t {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.hpmc992knz .lu6sjqrry,
.blog-item--classic-more-black .lu6sjqrry,
.mm8tbyxj1n .lu6sjqrry {
  margin-right: 1rem;
}

@media (min-width: 576px) {
  .hpmc992knz .lu6sjqrry,
  .blog-item--classic-more-black .lu6sjqrry,
  .mm8tbyxj1n .lu6sjqrry {
    margin-right: 3rem;
  }
}

.mm8tbyxj1n .v8o3in3b7t {
  line-height: 1.4;
}

.hpmc992knz .ozruzanbql {
  height: 290px;
}

@media (min-width: 576px) {
  .hpmc992knz .ozruzanbql {
    height: 290px;
  }
}

@media (min-width: 771px) {
  .hpmc992knz .v8o3in3b7t {
    color: #ffffff !important;
  }
}

.blog-item--classic-more-black {
  margin-bottom: 2rem;
}

.blog-item--classic-more-black:last-child {
  margin-bottom: 0;
}

.blog-item--classic-more-black .ozruzanbql {
  height: 270px;
}

@media (min-width: 576px) {
  .blog-item--classic-more-black .ozruzanbql {
    height: 270px;
  }
}

.blog-item--classic-more-black .iwbful5tbr:hover .v8o3in3b7t {
  color: #ec1c24 !important;
}

.blog-item--classic-more-black .v8o3in3b7t {
  font-size: 16px;
  font-size: 1rem;
  color: #000000 !important;
}

@media (min-width: 771px) {
  .hs2yfhfukr,
  .blog-item--classic-row-ext-wide,
  .blog-item--classic-row-xsmall,
  .ryql20b6ag {
    margin-bottom: 2.8125rem;
  }
  .hs2yfhfukr .iwbful5tbr,
  .blog-item--classic-row-ext-wide .iwbful5tbr,
  .blog-item--classic-row-xsmall .iwbful5tbr,
  .ryql20b6ag .iwbful5tbr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hs2yfhfukr .ozruzanbql,
  .blog-item--classic-row-ext-wide .ozruzanbql,
  .blog-item--classic-row-xsmall .ozruzanbql,
  .ryql20b6ag .ozruzanbql {
    width: 260px;
    max-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    height: 170px;
  }
}

@media (min-width: 771px) and (min-width: 993px) and (max-width: 1200px) {
  .hs2yfhfukr .ozruzanbql,
  .blog-item--classic-row-ext-wide .ozruzanbql,
  .blog-item--classic-row-xsmall .ozruzanbql,
  .ryql20b6ag .ozruzanbql {
    width: 180px;
    max-width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    height: 140px;
  }
}

@media (min-width: 771px) {
  .hs2yfhfukr .gf2i96yv9f,
  .blog-item--classic-row-ext-wide .gf2i96yv9f,
  .blog-item--classic-row-xsmall .gf2i96yv9f,
  .ryql20b6ag .gf2i96yv9f {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0.5rem 0 0.5rem 2rem;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media (max-width: 575px) {
  .hs2yfhfukr p {
    display: none;
  }
}

@media (min-width: 1600px) {
  .hs2yfhfukr .gf2i96yv9f {
    margin-top: 1.5rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media (min-width: 992px) {
  .hs2yfhfukr .ozruzanbql {
    width: 400px;
    max-width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    height: 290px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .hs2yfhfukr .ozruzanbql {
    width: 170px;
    max-width: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
    height: 130px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .hs2yfhfukr .ozruzanbql {
    width: 200px;
    max-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    height: 170px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .hs2yfhfukr .ozruzanbql {
    width: 260px;
    max-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    height: 200px;
  }
}

@media (min-width: 992px) {
  .hs2yfhfukr .v8o3in3b7t {
    line-height: 1.4;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .hs2yfhfukr .v8o3in3b7t {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .hs2yfhfukr .v8o3in3b7t {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 771px) {
  .blog-item--classic-row-xsmall {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 575px) {
  .blog-item--classic-row-xsmall p {
    display: none;
  }
}

.blog-item--classic-row-xsmall .gf2i96yv9f {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .blog-item--classic-row-xsmall .ozruzanbql {
    width: 260px;
    max-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    height: 170px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .blog-item--classic-row-xsmall .ozruzanbql {
    width: 170px;
    max-width: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
    height: 130px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .blog-item--classic-row-xsmall .ozruzanbql {
    width: 200px;
    max-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    height: 150px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .blog-item--classic-row-xsmall .ozruzanbql {
    width: 200px;
    max-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    height: 150px;
  }
}

@media (min-width: 992px) {
  .blog-item--classic-row-xsmall .v8o3in3b7t {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .blog-item--classic-row-xsmall .v8o3in3b7t {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .blog-item--classic-row-xsmall .v8o3in3b7t {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 575px) {
  .blog-item--classic-row-ext-wide p {
    display: none;
  }
}

.blog-item--classic-row-ext-wide .gf2i96yv9f {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 992px) {
  .blog-item--classic-row-ext-wide .ozruzanbql {
    width: 400px;
    max-width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    height: 300px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .blog-item--classic-row-ext-wide .ozruzanbql {
    width: 260px;
    max-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    height: 170px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .blog-item--classic-row-ext-wide .ozruzanbql {
    width: 260px;
    max-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    height: 170px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .blog-item--classic-row-ext-wide .ozruzanbql {
    width: 360px;
    max-width: 360px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    height: 260px;
  }
}

@media (min-width: 1800px) {
  .blog-item--classic-row-ext-wide .ozruzanbql {
    width: 565px;
    max-width: 565px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 565px;
            flex: 0 0 565px;
    height: 350px;
  }
}

@media (min-width: 992px) {
  .blog-item--classic-row-ext-wide .v8o3in3b7t {
    line-height: 1.4;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .blog-item--classic-row-ext-wide .v8o3in3b7t {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .blog-item--classic-row-ext-wide .v8o3in3b7t {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.iwbful5tbr {
  position: relative;
  display: block;
  overflow: hidden;
  height: 520px;
  -webkit-box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.23);
          box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.23);
  border-radius: 20px;
}

.iwbful5tbr:hover img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.ozruzanbql {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #ec1c24;
  height: 100%;
  border-radius: 20px;
  z-index: 0;
}

.ozruzanbql img {
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.gf2i96yv9f {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4rem 1.2rem 1.5rem 2.2rem;
  max-width: 300px;
  width: 90%;
  background-color: #ec1c24;
  border-radius: 0 0 0 20px;
  z-index: 0;
}

.gf2i96yv9f:before {
  content: "";
  position: absolute;
  height: 30px;
  width: 100%;
  left: 0;
  top: -29px;
  -webkit-clip-path: polygon(104% 100%, 0 0, 0 100%);
          clip-path: polygon(104% 100%, 0 0, 0 100%);
  background-color: #ec1c24;
}

.gf2i96yv9f:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 15px;
  right: -14px;
  top: 0;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  background-color: #ec1c24;
  border-top-right-radius: 50px;
}

.v8o3in3b7t {
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.cqnmjgqvxv {
  position: absolute;
  top: calc(100% - 26px);
  right: 15px;
  text-align: right;
  font-family: "BigShoulders-thin", Arial, sans-serif;
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem;
}

@media (large) {
  .cqnmjgqvxv {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 1800px) {
  .cqnmjgqvxv {
    right: 50px;
  }
}

.yhutq6vr6l {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 771px) {
  .yhutq6vr6l {
    max-width: 380px;
  }
}

@media (min-width: 771px) {
  .gs1sf0mboj {
    margin-left: 0;
  }
}

.sk3nl0mua2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.lu6sjqrry {
  margin-bottom: 0.3rem;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  margin-right: 1.8rem;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .lu6sjqrry {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 3rem;
  }
}

.lu6sjqrry:last-child {
  margin-right: 0;
}

.s6nq5q4i1f {
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .s6nq5q4i1f {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.blog-text--xsmall {
  font-size: 12px;
  font-size: 0.75rem;
}

.blog-text--gray {
  color: #525252;
}

.a6hda9hbml {
  color: #000000;
}

.kbgwreb3b9 {
  color: #000000;
}

.vmwlm9299e {
  position: absolute;
  top: -2px;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 40px;
  background-color: #ec1c24;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: 400;
  border-radius: 20px 0 20px 0;
  line-height: 1.4;
  padding: 0.5rem 1rem;
}

@media (min-width: 576px) {
  .vmwlm9299e {
    font-size: 16px;
    font-size: 1rem;
    min-width: 160px;
  }
}

.blog-category--right {
  border-radius: 0 20px 0 20px;
  left: auto;
  right: -1px;
  top: -1px;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.72px;
  color: #ec1c24;
  background-color: #ffffff !important;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media (min-width: 576px) {
  .blog-category--right {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.blog-category--right:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  left: 0;
  bottom: -10px;
  -webkit-clip-path: polygon(104% 100%, 0 0, 0 100%);
  clip-path: polygon(10% 0%, 100% 100%, 100% 0);
  background-color: #ffffff;
  border-top-left-radius: 10px;
}

/* Tabs block */
.s4c2q58kx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs-list-negative {
  position: relative;
  left: calc(-50vw + 50%);
  width: 100vw;
}

.dln2u90x82 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dln2u90x82 .ebtqsful1b {
  border-bottom: 0;
  color: #000000;
  padding: 0;
  height: 40px;
  margin-right: 1rem;
}

@media (min-width: 576px) {
  .dln2u90x82 .ebtqsful1b {
    margin-right: 1.5rem;
  }
}

@media (min-width: 771px) {
  .dln2u90x82 .ebtqsful1b {
    margin-right: 4rem;
  }
}

@media (min-width: 992px) {
  .dln2u90x82 .ebtqsful1b {
    margin-right: 2.8rem;
  }
}

@media (min-width: 1200px) {
  .dln2u90x82 .ebtqsful1b {
    margin-right: 4rem;
  }
}

.dln2u90x82 .ebtqsful1b:hover .bbsr01rj7o, .dln2u90x82 .ebtqsful1b.alhuea1cd .bbsr01rj7o {
  color: #000000;
  text-decoration: underline;
}

.dln2u90x82 .ebtqsful1b:last-child {
  margin-right: 0;
}

.dln2u90x82 .ebtqsful1b:after {
  display: none;
}

.dln2u90x82 .bbsr01rj7o {
  color: #000000;
}

@media (max-width: 575px) {
  .dln2u90x82 .bbsr01rj7o {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.tabs-list-white {
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin: 0 auto 3rem;
}

@media (max-width: 770px) {
  .tabs-list-white {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tabs-list-white .ebtqsful1b {
  height: 70px;
}

@media (min-width: 771px) {
  .tabs-list-white .ebtqsful1b {
    height: 85px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex: auto;
        flex: auto;
  }
}

@media (max-width: 770px) {
  .tabs-list-white .ebtqsful1b {
    max-width: 33.33%;
    width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .tabs-list-white .bbsr01rj7o {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.tabs-list-white-small {
  background-color: #ffffff;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 770px) {
  .tabs-list-white-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.tabs-list-white-small .ebtqsful1b {
  height: 50px;
  padding: 0 5px;
}

@media (min-width: 771px) {
  .tabs-list-white-small .ebtqsful1b {
    height: 50px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex: auto;
        flex: auto;
  }
}

@media (max-width: 770px) {
  .tabs-list-white-small .ebtqsful1b {
    max-width: 33.33%;
    width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

.tabs-list-white-small .bbsr01rj7o {
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 772px) and (max-width: 992px) {
  .tabs-list-white-small .bbsr01rj7o {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .tabs-list-white-small .bbsr01rj7o {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.gbiu3r0mvp .ebtqsful1b {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (min-width: 771px) {
  .gbiu3r0mvp .ebtqsful1b.alhuea1cd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.d20k19h0vg {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.d20k19h0vg:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  z-index: -1;
}

.d20k19h0vg .ebtqsful1b {
  width: 50%;
  max-width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.d20k19h0vg .ebtqsful1b:after {
  bottom: -2px;
}

@media (min-width: 771px) {
  .d20k19h0vg .ebtqsful1b.alhuea1cd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.tabs-list-3 .ebtqsful1b {
  width: 33.33%;
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}

@media (min-width: 771px) {
  .tabs-list-3 .ebtqsful1b.alhuea1cd {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.tabs-list-top {
  max-width: 1320px;
  margin: -120px auto 3rem;
}

.ebtqsful1b {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  cursor: pointer;
  text-align: center;
  border: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
  border-bottom: 1px solid #000000;
}

.ebtqsful1b:last-child {
  border-right: 0;
}

.ebtqsful1b:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  height: 6px;
  width: calc(100% + 1px);
  opacity: 0;
  background-color: #ec1c24;
  -webkit-transition: opacity 400ms ease-out;
  -o-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
}

.ebtqsful1b.mixitup-control-active .bbsr01rj7o, .ebtqsful1b.alhuea1cd .bbsr01rj7o {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  color: #ec1c24;
}

.ebtqsful1b.mixitup-control-active:after, .ebtqsful1b.alhuea1cd:after {
  opacity: 1;
}

.ebtqsful1b:hover .bbsr01rj7o {
  color: #ec1c24;
}

.ebtqsful1b:hover:after {
  opacity: 1;
}

.bbsr01rj7o {
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .bbsr01rj7o {
    font-size: 16px;
    font-size: 1rem;
  }
}

.tab-list-icon {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
  color: #000000;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (max-width: 575px) {
  .tab-list-icon {
    width: 100%;
    margin-right: 0;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.i9do6kp2y8 {
  clear: both;
}

.tabs-content-modal {
  background: #ffffff;
}

.tabs-content-modal.alhuea1cd {
  padding: 2rem 1.2rem;
}

@media (min-width: 771px) {
  .tabs-content-modal.alhuea1cd {
    padding: 3rem 2.5rem;
  }
}

.uadcatarq4 {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  width: auto;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.uadcatarq4.alhuea1cd {
  visibility: visible;
  overflow: visible;
  height: auto;
  width: 100%;
  opacity: 1;
}

@media (max-width: 770px) {
  .tab-sm-content-item {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
  }
  .tab-sm-content-item.alhuea1cd {
    visibility: visible;
    overflow: visible;
    height: auto;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .tab-md-content-item {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
  }
  .tab-md-content-item.alhuea1cd {
    visibility: visible;
    overflow: visible;
    height: auto;
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .tab-lg-content-item {
    visibility: hidden;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out;
    -o-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
  }
  .tab-lg-content-item.alhuea1cd {
    visibility: visible;
    overflow: visible;
    height: auto;
    opacity: 1;
  }
}

/* Breadcrumbs block */
.breadcrumb-list-item {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb-list-item:last-child .breadcrumb-list-link:after {
  content: none;
}

.breadcrumb-list-link {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  color: #000000;
  margin-right: 1.8rem;
  margin-bottom: 0.5rem;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
}

.breadcrumb-list-link:hover {
  color: #ec1c24;
}

.breadcrumb-list-link:after {
  content: "";
  position: absolute;
  right: -18px;
  top: 4px;
  width: 8px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/double-arrow-right.svg");
}

/* Dropdown block */
@media (min-width: 770px) {
  .dropdown-block:hover .dropdown-trigger:after {
    background-image: url("../images/icons/chevron-up-white.svg");
  }
  .dropdown-block:hover .dropdown-content {
    visibility: visible;
    height: auto;
    opacity: 1;
  }
}

.dropdown-block.alhuea1cd .dropdown-content {
  visibility: visible;
  height: auto;
  opacity: 1;
}

.dropdown-block .dropdown-trigger {
  cursor: pointer;
}

.dropdown-block .dropdown-trigger:after {
  content: "";
  font-size: 16px;
  font-size: 1rem;
  width: 30px;
  height: 16px;
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down-white.svg");
}

.dropdown-block .dropdown-content {
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 0;
  opacity: 0;
  background-color: white;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

@media (max-width: 770px) {
  .dropdown-block .dropdown-content {
    position: relative;
    top: auto;
    right: auto;
    background-color: transparent;
  }
}

.dropdown-block--classic:hover .dropdown-trigger:after {
  background-image: url("../images/icons/chevron-thin-up.svg");
}

.dropdown-block--classic .dropdown-content {
  background-color: #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 4;
}

@media (max-width: 991px) {
  .dropdown-block--classic .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
  }
  .dropdown-block--classic .dropdown-content .tgzod4r5p9 {
    padding: 0.45rem 0.65rem 0.45rem 1.5rem;
  }
  .dropdown-block--classic .dropdown-content .kfko3pguuc {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.dropdown-block--classic .dropdown-trigger:after {
  width: 19px;
  height: 10px;
  background-image: url("../images/icons/chevron-thin-down.svg");
}

@media (min-width: 770px) {
  .dropdown-block-filter:hover .dropdown-content {
    visibility: hidden;
    height: 0;
    opacity: 0;
  }
}

.dropdown-block-filter.alhuea1cd .dropdown-content {
  overflow: visible;
  visibility: visible;
  width: 100%;
  height: auto;
  opacity: 1;
}

.dropdown-block-header .dropdown-trigger {
  cursor: pointer;
}

.dropdown-block-header .dropdown-trigger:after {
  width: 22px;
  height: 11px;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1600px) {
  .dropdown-block-header .dropdown-trigger:after {
    width: 19px;
    height: 11px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .dropdown-block-header .dropdown-trigger:after {
    width: 16px;
    height: 8px;
    right: 4px;
  }
}

@media (min-width: 1800px) {
  .dropdown-block-header .dropdown-trigger:after {
    right: 20px;
  }
}

.dropdown-block-header .dropdown-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 992px) {
  .dropdown-block-header .dropdown-content {
    max-width: 1200px;
    margin: 0 auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.dropdown-block--header-small {
  position: relative;
}

.dropdown-block--header-small .dropdown-content {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 992px) {
  .dropdown-block--header-small .dropdown-content {
    min-width: 240px;
    right: auto;
    left: 0;
  }
}

@media (min-width: 771px) {
  .dropdown-sm-block {
    position: relative;
  }
  .dropdown-sm-block.alhuea1cd .dropdown-content {
    visibility: visible;
    width: auto;
    height: auto;
    opacity: 1;
  }
  .dropdown-sm-block .dropdown-trigger {
    cursor: pointer;
  }
  .dropdown-sm-block .dropdown-content {
    position: absolute;
    top: 100%;
    right: 0;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    background-color: white;
  }
}

@media (min-width: 771px) and (max-width: 770px) {
  .dropdown-sm-block .dropdown-content {
    position: relative;
    top: auto;
    right: auto;
    background-color: transparent;
  }
}

@media (max-width: 991px) {
  .dropdown-list {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.dropdown-list-item {
  display: block;
}

@media (max-width: 991px) {
  .dropdown-list-item {
    display: inline-block;
    vertical-align: middle;
  }
}

.dropdown-list-item.alhuea1cd .dropdown-list-link {
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 700;
  opacity: 1;
}

.dropdown-list-link {
  position: relative;
  display: block;
  padding: 1rem 1rem;
  line-height: 1.2;
  opacity: 0.5;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
}

.dropdown-list-link:hover {
  opacity: 1;
}

/* Pagination block */
@media (min-width: 992px) {
  .pagination-map {
    text-align: left;
  }
}

@media (min-width: 1800px) {
  .pagination-map {
    text-align: center;
  }
}

.pagination-list {
  display: block;
  width: auto;
  margin: 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (min-width: 771px) {
  .pagination-list {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    margin-top: 0;
  }
}

@media (min-width: 771px) {
  .pagination-list--right {
    right: 15px;
  }
}

@media (min-width: 576px) {
  .pagination-list-small .pagination-list-link {
    width: 30px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.pagination-list-relative {
  position: relative;
  right: auto;
  top: auto;
}

@media (min-width: 771px) {
  .pagination-list-relative {
    text-align: right;
  }
}

.pagination-list-item {
  display: inline-block;
  vertical-align: middle;
}

.pagination-list-item.alhuea1cd .pagination-list-link {
  color: #ec1c24;
  font-size: 24px;
  font-size: 1.5rem;
}

.pagination-list-item:hover .pagination-list-link, .pagination-list-item.alhuea1cd .pagination-list-link {
  color: #ec1c24;
  font-size: 24px;
  font-size: 1.5rem;
}

.pagination-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  min-width: 22px;
  height: 40px;
  text-align: center;
  color: #000000;
  border-radius: 100%;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  -webkit-transition: font-size 250ms ease-out;
  -o-transition: font-size 250ms ease-out;
  transition: font-size 250ms ease-out;
}

/* Map block */
.map-block {
  width: 100%;
  height: 375px;
  background-color: #eeeeee;
  position: relative;
}

.map-block-product {
  height: 100%;
}

.map-block-destination {
  height: 400px;
}

@media (min-width: 771px) {
  .map-block-destination {
    height: 600px;
  }
}

@media (min-width: 992px) {
  .map-block-destination {
    height: 900px;
  }
}

.map-block-detail {
  border-radius: 20px;
  overflow: hidden;
  height: 350px;
}

@media (min-width: 771px) {
  .map-block-detail {
    height: 350px;
  }
}

@media (min-width: 992px) {
  .map-block-detail {
    height: 350px;
  }
}

.map {
  width: 100%;
  height: 100%;
}

@media (max-width: 770px) {
  .map-search-group-detail {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 771px) {
  .map-search-block {
    position: absolute;
    left: 50%;
    z-index: 9;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
    top: 30px;
  }
}

@media (min-width: 992px) {
  .map-search-block {
    top: 50px;
  }
}

.map-search-block-detail {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 9;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  pointer-events: none;
  width: 120px;
}

@media (min-width: 771px) {
  .map-search-block-detail {
    width: 140px;
  }
}

.map-search-content {
  padding: 2rem 0.8rem 1rem;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  background-color: #ffffff;
  pointer-events: auto;
  margin: 0 -20px;
}

@media (max-width: 770px) {
  .map-search-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (min-width: 771px) {
  .map-search-content {
    margin: 0;
    width: 230px;
    padding: 2rem 0.8rem 1rem;
  }
}

@media (min-width: 992px) {
  .map-search-content {
    padding: 2rem 1.2rem 1rem;
  }
}

@media (max-width: 770px) {
  .map-search-content .mydyjqn5 {
    display: inline-block;
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 0 10px;
  }
}

@media (max-width: 575px) {
  .map-search-content .mydyjqn5 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.map-search-content .vtyhxfwgc6 {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .map-search-content .vtyhxfwgc6 {
    font-size: 16px;
    font-size: 1rem;
  }
}

.map-search-content .checkbox-text-normal {
  padding-left: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .map-search-content .checkbox-text-normal {
    font-size: 16px;
    font-size: 1rem;
  }
}

.map-search-content-detail {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #eeeeee;
  width: auto;
  margin: 0;
  padding: 1rem 0.4rem 0.8rem;
}

@media (min-width: 771px) {
  .map-search-content-detail {
    padding: 1rem 0.8rem 1rem;
  }
}

@media (min-width: 1200px) {
  .map-search-content-detail {
    padding: 2rem 0.8rem 1rem;
  }
}

.map-search-content-detail .mydyjqn5 {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 5px;
}

.map-search-content-detail .vtyhxfwgc6 {
  font-size: 12px;
  font-size: 0.75rem;
}

.map-search-info-block {
  background-color: #eeeeee;
}

@media (min-width: 771px) {
  .map-search-info-block {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 200px;
    min-width: 200px;
    background-color: #eeeeee;
  }
}

@media (min-width: 1200px) {
  .map-search-info-block {
    max-width: 260px;
    min-width: 260px;
  }
}

.map-search-info-content {
  padding: 1.5rem 1.5rem 1rem;
}

@media (min-width: 771px) {
  .map-search-info-content {
    padding: 1rem 0.8rem 0.5rem 1rem;
  }
}

@media (min-width: 1200px) {
  .map-search-info-content {
    padding: 2rem 0.8rem 1rem 2rem;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .map-search-info-content .lu5a4b {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .map-search-info-content .lu5a4b {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (max-width: 770px) {
  .map-search-info-content .lu5a4b {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 770px) {
  .map-search-info-content .list-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .map-search-info-content .list-style li {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-right: 1rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .map-search-info-content .list-style li:before {
    top: 6px;
  }
}

.box-group {
  position: relative;
  background-color: #ffffff;
  padding: 3rem 3rem 3rem;
  border-radius: 3px;
}

.box-shadow {
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
}

.box-border {
  border: 1px solid #000000;
}

@media (min-width: 992px) {
  .box-width-380 {
    width: 380px;
  }
}

@media (min-width: 1200px) {
  .box-width-520 {
    width: 520px;
  }
}

.box-group-xsmall {
  padding: 1rem 0.5rem 1rem;
}

.box-group-normal {
  padding: 2rem 1.5rem 1rem;
}

@media (min-width: 992px) {
  .box-group-normal {
    padding: 2.5rem 2.2rem 1rem;
  }
}

.box-group-normal-ext {
  padding: 2rem 2rem 2rem;
}

.box-group-big {
  padding: 3rem 1.2rem 3rem;
}

@media (min-width: 771px) {
  .box-group-big {
    padding: 3rem 2rem 3rem;
  }
}

.box-group-big-ext {
  padding: 3rem 1.5rem 1.5rem;
}

@media (min-width: 771px) {
  .box-group-big-ext {
    padding: 3rem 3.5rem 1.5rem;
  }
}

@media (min-width: 992px) {
  .box-group-big-ext {
    padding: 3rem 3rem 1.5rem;
  }
}

@media (min-width: 1600px) {
  .box-group-big-ext {
    padding: 3rem 1.5rem 1.5rem;
  }
}

@media (min-width: 1800px) {
  .box-group-big-ext {
    padding: 3rem 3.5rem 1.5rem;
  }
}

.box-2-8-3-5 {
  padding: 2.8rem 3.5rem;
}

.box-radius {
  border-radius: 20px;
}

@media (max-width: 770px) {
  .box-sm-offset {
    margin: 0 -15px;
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* Modal block */
.modal-overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 92, 116, 0.8);
}

.modal-overlay.alhuea1cd {
  display: block;
}

.modal-visible .modal-block {
  position: relative;
  overflow: visible;
  padding: 200px 0 200px;
  height: auto;
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.modal-block {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: auto;
  height: 0;
  padding: 3rem 0 2rem;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

@media (min-width: 771px) {
  .modal-block {
    padding: 6rem 0 4rem;
  }
}

.modal-block.alhuea1cd {
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.modal-block.alhuea1cd .modal-box {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-block.modal-hidden .modal-close,
.modal-block.modal-hidden .modal-scroll {
  display: none;
}

@media (max-width: 575px) {
  .modal-block--full {
    padding: 0;
  }
  .modal-block--full .modal-scroll {
    margin: 0;
  }
  .modal-block--full .modal-body-big {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}

@media (max-width: 770px) {
  .modal-block-sm-full {
    padding: 0;
    background-color: #ffffff;
  }
  .modal-block-sm-full .modal-scroll {
    height: 100%;
    margin: auto 0;
  }
  .modal-block-sm-full .g22rx98oq2 {
    height: 50px;
  }
  .modal-block-sm-full .modal-box {
    height: 100%;
  }
  .modal-block-sm-full .modal-body {
    height: 100%;
    background-color: #ffffff !important;
  }
  .modal-block-sm-full .modal-body-normal {
    padding: 0;
  }
  .modal-block-sm-full .modal-body-sm-content {
    background-color: #f2f6f9;
    padding: 0.8rem 0.8rem 0.8rem;
  }
  .modal-block-sm-full .f9he4hthxn {
    padding: 0;
    background-color: #ffffff;
  }
  .modal-block-sm-full .modal-body-sm-no-padding .f9he4hthxn {
    padding: 2rem 1rem;
  }
}

@media (max-width: 991px) {
  .modal-block-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.modal-scroll {
  width: 100%;
  margin: auto 1rem;
}

.modal-box {
  width: 600px;
  margin: 0 auto;
  padding: 0;
}

@media (max-width: 575px) {
  .modal-box {
    width: 100%;
  }
}

.modal-box-280 {
  width: 100%;
}

@media (min-width: 771px) {
  .modal-box-280 {
    width: 280px;
  }
}

.modal-box-450 {
  width: 100%;
}

@media (min-width: 576px) {
  .modal-box-450 {
    width: 450px;
  }
}

.modal-box-800 {
  width: 100%;
}

@media (min-width: 992px) {
  .modal-box-800 {
    width: 800px;
  }
}

.modal-box-1000 {
  width: 100%;
}

@media (min-width: 992px) {
  .modal-box-1000 {
    width: 930px;
  }
}

@media (min-width: 1200px) {
  .modal-box-1000 {
    width: 1000px;
  }
}

.modal-box-1200 {
  width: 100%;
}

@media (min-width: 992px) {
  .modal-box-1200 {
    width: 930px;
  }
}

@media (min-width: 1440px) {
  .modal-box-1200 {
    width: 1200px;
  }
}

.modal-box-1500 {
  width: 100%;
}

@media (min-width: 992px) {
  .modal-box-1500 {
    width: 930px;
  }
}

@media (min-width: 1200px) {
  .modal-box-1500 {
    width: 1200px;
  }
}

@media (min-width: 1440px) {
  .modal-box-1500 {
    width: 1400px;
  }
}

@media (min-width: 1600px) {
  .modal-box-1500 {
    width: 1470px;
  }
}

.modal-close {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-close svg {
  fill: #000000;
  font-size: 20px;
  font-size: 1.25rem;
}

.modal-close:hover {
  color: #000000;
}

.modal-close--white svg {
  fill: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}

.modal-close--white:hover svg {
  fill: #ec1c24;
}

.modal-close-left {
  width: 35px;
  height: 35px;
  background-color: #000000;
}

.modal-close-left:hover {
  background-color: #ec1c24;
}

.modal-close-left:hover svg {
  fill: #ffffff;
}

.modal-close-left svg {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .modal-close-left {
    width: 50px;
    height: 50px;
  }
  .modal-close-left svg {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.modal-body {
  padding: 2.5rem 1.2rem 0;
  background-color: white;
}

@media (min-width: 771px) {
  .modal-body {
    padding: 1.2rem 1.2rem 1.2rem;
  }
}

.modal-body.bg-gray-light {
  background-color: #eeeeee;
}

.modal-body.bg-gray-light-ext-1 {
  background-color: #eeeeee;
}

@media (max-width: 770px) {
  .modal-body.bg-blue-sm-light {
    background-color: #f2f6f9;
  }
}

.modal-body-normal {
  padding: 1rem 0.8rem 2rem;
}

@media (min-width: 771px) {
  .modal-body-normal {
    padding: 2rem 3rem 2rem;
  }
}

.modal-body-big {
  padding: 3rem 1.2rem 0;
}

@media (min-width: 992px) {
  .modal-body-big {
    padding: 3.8rem 3.5rem 2rem;
  }
}

.modal-body-no-padding {
  padding: 0;
}

@media (max-width: 770px) {
  .modal-body-sm-no-padding {
    padding: 0;
  }
}

@media (max-width: 770px) {
  .modal-content-negative {
    margin: 0 -1.2rem;
  }
}

@media (min-width: 992px) {
  .modal-left-panel {
    width: 400px;
    max-width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}

@media (min-width: 1440px) {
  .modal-left-panel {
    width: 480px;
    max-width: 480px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
            flex: 0 0 480px;
  }
}

@media (min-width: 992px) {
  .modal-right-panel {
    max-height: 660px;
    overflow: auto;
    width: calc(100% - 400px);
    max-width: calc(100% - 400px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 400px);
            flex: 0 0 calc(100% - 400px);
  }
}

@media (min-width: 1440px) {
  .modal-right-panel {
    max-height: 620px;
    width: calc(100% - 480px);
    max-width: calc(100% - 480px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 480px);
            flex: 0 0 calc(100% - 480px);
  }
}

@media (min-width: 771px) {
  .modal-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: -60px;
  }
}

.slider-modal-gallery .swiper-container,
.slider-modal-gallery .swiper-slide {
  width: 100% !important;
}

@media (max-width: 1439px) {
  .modal-terms-left {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 0.2rem;
  }
}

@media (min-width: 576px) {
  .modal-terms-right {
    min-width: 365px;
  }
}

@media (max-width: 1439px) {
  .modal-terms-right {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 1440px) {
  .modal-terms-left-panel {
    width: auto;
    max-width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (min-width: 1440px) {
  .modal-terms-right-panel {
    width: auto;
    max-width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.tabs-content-modal .tabs-content-modal {
  max-height: 500px;
  overflow: auto;
}

.modal-body-map {
  height: 750px;
}

.modal-body-map .switch-tabs--map {
  top: 50px;
  left: 0;
  right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* Table block */
@media (max-width: 770px) {
  .table-responsives {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    min-height: 0.01%;
    border: 0 !important;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, white)) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background: -o-linear-gradient(left, white 30%, rgba(255, 255, 255, 0)), -o-linear-gradient(left, rgba(255, 255, 255, 0), white 70%) 0 100%, -o-radial-gradient(0% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
    background-position: 0 0, 100%, 0 0, 100%;
    background-attachment: local, local, scroll, scroll;
  }
}

.table-group-center .table-body-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table-group-3 .table-cell-1-8 {
  width: 40%;
  max-width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media (min-width: 771px) {
  .table-group-3 .table-cell-1-8 {
    width: calc((100% - 30%) / 4);
    max-width: calc((100% - 30%) / 4);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30%) / 4);
            flex: 0 0 calc((100% - 30%) / 4);
  }
}

@media (min-width: 1800px) {
  .table-group-3 .table-cell-1-8 {
    width: calc(100% / 8);
    max-width: calc(100% / 8);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 8);
            flex: 0 0 calc(100% / 8);
  }
}

@media (max-width: 770px) {
  .table-group-3 .table-cell-1-8.table-body-cell-select {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    padding: 0 5px;
  }
}

.table-group-3 .table-cell-1-8 .select-small {
  max-width: 55px;
  min-width: 55px;
  margin: 0 auto;
}

.table-group-3 .table-cell-6 {
  width: 40%;
  max-width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media (min-width: 771px) {
  .table-group-3 .table-cell-6 {
    width: 30%;
    max-width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media (min-width: 1800px) {
  .table-group-3 .table-cell-6 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 770px) {
  .table-group-3 .table-cell-6.table-header-cell {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 771px) {
  .table-group-3 .table-body-row-select .table-cell-1-8 {
    width: calc((100% - 30%) / 4);
    max-width: calc((100% - 30%) / 4);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30%) / 4);
            flex: 0 0 calc((100% - 30%) / 4);
  }
}

@media (min-width: 1800px) {
  .table-group-3 .table-body-row-select .table-cell-1-8 {
    width: calc(100% / 8);
    max-width: calc(100% / 8);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 8);
            flex: 0 0 calc(100% / 8);
  }
}

@media (max-width: 770px) {
  .table-group-sm-3 .table-header-row {
    border-bottom: 0;
  }
  .table-group-sm-3 .table-cell-1-8 {
    width: 40%;
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .table-group-sm-3 .table-cell-6 {
    width: 60%;
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}

.table-group-5 .table-cell-1-8 {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (min-width: 771px) {
  .table-group-5 .table-cell-1-8 {
    width: calc((100% - 30%) / 4);
    max-width: calc((100% - 30%) / 4);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30%) / 4);
            flex: 0 0 calc((100% - 30%) / 4);
  }
}

@media (min-width: 1800px) {
  .table-group-5 .table-cell-1-8 {
    width: calc(100% / 8);
    max-width: calc(100% / 8);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 8);
            flex: 0 0 calc(100% / 8);
  }
}

@media (min-width: 771px) {
  .table-group-5 .table-cell-6 {
    width: 30%;
    max-width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
}

@media (min-width: 1800px) {
  .table-group-5 .table-cell-6 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (max-width: 770px) {
  .table-group-5 .table-cell-6.table-header-cell {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 770px) {
  .table-group-5 .table-cell-37 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 12px;
  }
}

@media (min-width: 771px) {
  .table-group-5 .table-cell-37 {
    width: 52.5%;
    max-width: 52.5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52.5%;
            flex: 0 0 52.5%;
  }
}

@media (min-width: 1800px) {
  .table-group-5 .table-cell-37 {
    width: 37.2%;
    max-width: 37.2%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.2%;
            flex: 0 0 37.2%;
  }
}

@media (min-width: 771px) {
  .table-group-5 .table-body-row-select .table-cell-1-8 {
    width: calc((100% - 30%) / 4);
    max-width: calc((100% - 30%) / 4);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30%) / 4);
            flex: 0 0 calc((100% - 30%) / 4);
  }
}

@media (min-width: 1800px) {
  .table-group-5 .table-body-row-select .table-cell-1-8 {
    width: calc(100% / 8);
    max-width: calc(100% / 8);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 8);
            flex: 0 0 calc(100% / 8);
  }
}

@media (max-width: 770px) {
  .table-group-5 .table-body-row-select .select-small {
    margin-top: -10px;
  }
}

.table-header-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
}

.table-header-cell {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 10px 8px 35px;
  text-align: center;
}

@media (max-width: 770px) {
  .table-header-cell {
    padding: 10px 8px 25px;
  }
}

@media (max-width: 369px) {
  .table-header-cell {
    padding: 10px 5px 25px;
  }
}

.table-header-cell:last-child {
  text-align: right;
}

@media (min-width: 1440px) {
  .table-header-cell:last-child {
    padding-right: 50px;
  }
}

.table-header-cell:first-child {
  text-align: left;
}

@media (min-width: 771px) {
  .table-header-cell:first-child {
    padding-left: 0;
  }
}

.table-header-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #333333;
}

.table-header-text-name {
  font-weight: 700;
  color: #ec1c24;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 771px) {
  .table-header-text-name {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 992px) {
  .table-header-text-name {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 1200px) {
  .table-header-text-name {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.table-body-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
}

@media (min-width: 771px) {
  .table-body-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 70px;
  }
}

.table-body-cell {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 10px 10px;
  text-align: center;
}

@media (max-width: 770px) {
  .table-body-cell {
    text-align: left;
    padding: 10px 0 10px;
  }
}

@media (max-width: 369px) {
  .table-body-cell {
    padding: 10px 0 10px;
  }
}

.table-body-cell:first-child {
  text-align: left;
  padding-left: 0;
}

.table-body-cell.p6abik {
  text-align: right;
}

.table-cell-padding {
  text-align: right;
}

@media (min-width: 1440px) {
  .table-cell-padding {
    padding-right: 50px;
  }
}

.table-body-cell-mobile {
  padding-top: 5px;
}

.table-body-text {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.4;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .table-body-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .table-body-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .table-body-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.table-body-text-small {
  font-weight: 300;
  font-size: 12px;
  font-size: 0.75rem;
}

.table-body-text-gray {
  color: #333333;
}

.table-body-text-blue {
  color: #ec1c24;
}

.table-body-text-bold {
  font-weight: 700;
}

.table-cell-1-8 {
  width: calc(100% / 8);
  max-width: calc(100% / 8);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 8);
          flex: 0 0 calc(100% / 8);
}

.table-cell-37 {
  width: 37.2%;
  max-width: 37.2%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.2%;
          flex: 0 0 37.2%;
}

.table-cell-1-8 {
  width: calc(100% / 8);
  max-width: calc(100% / 8);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 8);
          flex: 0 0 calc(100% / 8);
}

.table-cell-6 {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

/* Load more content block */
.gqs1xo13mg.is-last .magd61dxo {
  height: auto;
  min-height: 0;
  margin-top: 0;
}

.gqs1xo13mg.is-last .js-load-more-content {
  display: none;
}

.magd61dxo.is-disabled .js-load-more-content {
  display: none;
}

.oe4miyhhwi {
  min-height: 65px;
}

.loading-post {
  z-index: 1;
  display: none;
}

.loading-post.alhuea1cd {
  display: inline-block;
}

.aj00qbp5r9 {
  cursor: pointer;
}

.file-upload-input {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
}

.file-upload-input + .file-upload-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 0;
  cursor: pointer;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.file-upload-label:hover .file-upload-label__icon svg {
  fill: #ec1c24;
}

.file-upload-label:hover .file-upload-label__text {
  color: #ec1c24;
}

.file-upload-label__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  padding-right: 0.625rem;
}

.file-upload-label__icon svg {
  fill: #000000;
  font-size: 27px;
  font-size: 1.6875rem;
}

.file-upload-label__text {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: underline;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.file-upload-output {
  display: block;
  margin-top: 10px;
  line-height: 1;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}

.file-upload__icon {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  cursor: pointer;
  vertical-align: middle;
  top: -2px;
}

.file-upload__icon:before, .file-upload__icon:after {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  content: "";
  background: #000;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
}

.file-upload__icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.file-upload__icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.file-upload__icon:hover:before, .file-upload__icon:hover:after {
  background-color: #ec1c24;
}

.cookies-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 20px;
  height: 50px;
  width: 100%;
  background-color: #000000;
  z-index: 99;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

@media (min-width: 771px) {
  .cookies-bar {
    text-align: left;
  }
}

.cookies-bar.alhuea1cd {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.cookies-bar p {
  line-height: 1.6;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .cookies-bar p {
    line-height: 1.4;
  }
}

.cookies-bar a {
  text-decoration: underline;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

.cookies-bar .btn {
  height: 40px;
  margin-top: 0.5rem;
}

@media (min-width: 771px) {
  .cookies-bar .btn {
    margin-top: 0;
    height: 50px;
    min-width: 100px;
  }
}

@media (max-width: 770px) {
  .cookies-bar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 15px 10px;
    height: auto;
  }
}

.newsletter-section {
  padding-top: 100px;
  margin-top: -100px;
}

@media (min-width: 992px) {
  .newsletter-section {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.k039896liv {
  position: absolute;
  top: 50%;
  left: calc(100% - 80px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.yi7d48xqs1 {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 576px) {
  .yi7d48xqs1 {
    width: calc(100% - 190px);
    max-width: calc(100% - 190px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 190px);
            flex: 0 0 calc(100% - 190px);
  }
}

@media (min-width: 576px) {
  .qvrwz2oo3t {
    width: 190px;
    max-width: 190px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
  }
}

@media (max-width: 575px) {
  .qvrwz2oo3t {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    max-width: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    z-index: 2;
  }
}

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

/* product block */
.xx60o452f4 .uadcatarq4.alhuea1cd {
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .xx60o452f4 .uadcatarq4.alhuea1cd {
    margin-bottom: 3rem;
  }
}

.jc33ki6jrp {
  margin-bottom: 0.6rem;
}

@media (min-width: 771px) {
  .jc33ki6jrp {
    margin-bottom: 1.2rem;
  }
}

.jc33ki6jrp.js-product-item .japacbzxe9 {
  -webkit-transition: -webkit-box-shadow 450ms 500ms ease;
  transition: -webkit-box-shadow 450ms 500ms ease;
  -o-transition: box-shadow 450ms 500ms ease;
  transition: box-shadow 450ms 500ms ease;
  transition: box-shadow 450ms 500ms ease, -webkit-box-shadow 450ms 500ms ease;
}

.jc33ki6jrp.alhuea1cd {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.jc33ki6jrp.alhuea1cd .japacbzxe9 {
  -webkit-box-shadow: 10px 10px 26px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 10px 26px rgba(0, 0, 0, 0.5);
  -webkit-animation: activeProduct 450ms 500ms;
          animation: activeProduct 450ms 500ms;
}

@-webkit-keyframes activeProduct {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02);
  }
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes activeProduct {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02);
  }
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media (min-width: 992px) {
  .product-item-row {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .product-item-row .japacbzxe9 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product-item-row .dgkycvcuwf {
    padding-left: 30px;
  }
  .product-item-row .dgkycvcuwf,
  .product-item-row .gqccmma76a {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .product-item-row .xe8ozpv4uf {
    margin-bottom: 1rem;
  }
  .product-item-row .cdgcu3mpq6.alhuea1cd {
    height: 270px;
  }
  .product-item-row .elh4j7fnd1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .product-item-row .pfm2czut5v {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 293px;
    z-index: 9;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .product-item-row .pfm2czut5v {
    width: 262px;
  }
}

@media (min-width: 992px) and (min-width: 1440px) {
  .product-item-row .pfm2czut5v {
    width: 317px;
  }
}

@media (min-width: 992px) and (min-width: 1600px) {
  .product-item-row .pfm2czut5v {
    width: 337px;
  }
}

@media (min-width: 992px) and (min-width: 1800px) {
  .product-item-row .pfm2czut5v {
    width: 417px;
  }
}

.product-item-side {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.product-item-side .japacbzxe9 {
  background-color: transparent;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-item-side .japacbzxe9:hover .dgqwh4zmtz {
  color: #ec1c24;
}

.product-item-side .dgqwh4zmtz {
  line-height: 1.4;
  margin-right: 0;
  margin-bottom: 0.8rem;
}

.product-item-side .dgkycvcuwf {
  padding-left: 30px;
}

.product-item-side .gqccmma76a {
  height: 170px;
  border-radius: 10px;
  overflow: hidden;
}

.product-item-side .gqccmma76a {
  width: calc(100% - 280px);
  max-width: calc(100% - 280px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 280px);
          flex: 0 0 calc(100% - 280px);
}

.product-item-side .dgkycvcuwf {
  width: 280px;
  max-width: 280px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  padding-left: 1.25rem;
  padding-top: 0;
  padding-bottom: 0;
}

.product-item-side .xe8ozpv4uf {
  margin-bottom: 1rem;
}

.product-item-side .cdgcu3mpq6.alhuea1cd {
  height: 270px;
}

.product-item-side .elh4j7fnd1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-item-side .product-info-list--icon .xe8ozpv4uf {
  margin-bottom: 0.6rem;
}

.product-item-side .product-info-list--icon .product-info-list-item__text {
  padding-left: 10px;
  font-size: 16px;
  font-size: 1rem;
}

.product-item-side .product-info-list--icon .product-info-list-item__icon svg {
  font-size: 16px;
  font-size: 1rem;
}

.product-item-side .ar22t27vza {
  font-size: 21px;
  font-size: 1.3125rem;
}

.product-item-side .nds763naat {
  max-width: 90px;
  min-width: 90px;
}

.product-item-side .pfm2czut5v {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  z-index: 9;
}

@media (min-width: 1200px) {
  .product-item-side .pfm2czut5v {
    width: 270px;
  }
}

@media (min-width: 1440px) {
  .product-item-side .pfm2czut5v {
    width: 325px;
  }
}

@media (min-width: 1600px) {
  .product-item-side .pfm2czut5v {
    width: 345px;
  }
}

@media (min-width: 1800px) {
  .product-item-side .pfm2czut5v {
    width: 417px;
  }
}

.qut5tpzre3 {
  margin-bottom: 35px;
}

.qut5tpzre3 .product-item-content-row-mobile,
.qut5tpzre3 .product-item-content-row {
  display: none;
}

.qut5tpzre3 .tom611lukb.alhuea1cd .tom611lukb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 35px;
  opacity: 1;
  visibility: visible;
}

.qut5tpzre3 .product-price-content {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.qut5tpzre3 .ar22t27vza {
  width: 40%;
  max-width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .qut5tpzre3 .ar22t27vza {
    font-size: 16px;
    font-size: 1rem;
  }
}

.qut5tpzre3 .nbo8k7qbap {
  width: 60%;
  max-width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  margin-right: 0.5rem;
}

.qut5tpzre3 .nds763naat {
  margin-right: 0.5rem;
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .qut5tpzre3 .nds763naat {
    min-width: 90px;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.5em 0.5rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .qut5tpzre3 .nds763naat {
    min-width: 90px;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.5em 0.5rem;
  }
}

@media (min-width: 577px) and (max-width: 771px) {
  .qut5tpzre3 .nds763naat {
    min-width: 90px;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0.5em 0.5rem;
  }
}

@media (max-width: 576px) {
  .qut5tpzre3 .nds763naat {
    min-width: 90px;
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 0.5em 0.5rem;
  }
}

.qut5tpzre3 .gqccmma76a {
  height: 220px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.qut5tpzre3 .gqccmma76a img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.product-item-classic-row {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 992px) {
  .product-item-classic-row {
    margin-bottom: 2rem;
  }
}

.product-item-classic-row .product-item-content-list {
  display: none;
}

@media (min-width: 992px) {
  .product-item-classic-row .product-item-content-row-mobile {
    display: none;
  }
}

.product-item-classic-row.is-map-open .product-action-item-map {
  display: none;
}

.product-item-classic-row.is-map-open .product-action-item-slider {
  display: block;
}

@media (min-width: 992px) {
  .product-item-classic-row .japacbzxe9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

.product-item-classic-row .japacbzxe9:hover .product-price-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.product-item-classic-row .gqccmma76a {
  height: 220px;
}

@media (min-width: 992px) {
  .product-item-classic-row .gqccmma76a {
    overflow: hidden;
    border-radius: 20px;
    width: 340px;
    max-width: 340px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    height: 390px;
  }
}

@media (min-width: 1440px) {
  .product-item-classic-row .gqccmma76a {
    width: 440px;
    max-width: 440px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 440px;
            flex: 0 0 440px;
  }
}

@media (min-width: 1800px) {
  .product-item-classic-row .gqccmma76a {
    width: 560px;
    max-width: 560px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 560px;
            flex: 0 0 560px;
  }
}

@media (min-width: 992px) {
  .product-item-classic-row .dgkycvcuwf {
    padding-left: 1.875rem;
    width: calc(100% - 340px);
    max-width: calc(100% - 340px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 340px);
            flex: 0 0 calc(100% - 340px);
  }
}

@media (min-width: 1440px) {
  .product-item-classic-row .dgkycvcuwf {
    width: calc(100% - 440px);
    max-width: calc(100% - 440px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 440px);
            flex: 0 0 calc(100% - 440px);
  }
}

@media (min-width: 1800px) {
  .product-item-classic-row .dgkycvcuwf {
    width: calc(100% - 560px);
    max-width: calc(100% - 560px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 560px);
            flex: 0 0 calc(100% - 560px);
  }
}

@media (min-width: 992px) {
  .product-item-classic-row .dgqwh4zmtz {
    font-family: "BigShoulders-bold", Arial, sans-serif;
    font-weight: 700;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 1440px) {
  .product-item-classic-row .dgqwh4zmtz {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media (min-width: 1600px) {
  .product-item-classic-row .dgqwh4zmtz {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media (max-width: 991px) {
  .product-item-classic-row .ar22t27vza {
    width: 40%;
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

@media (min-width: 992px) {
  .product-item-classic-row .ar22t27vza {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  .product-item-classic-row .ar22t27vza {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.product-item-classic-row .ar22t27vza small {
  font-size: 16px;
  font-size: 1rem;
}

.product-item-classic-row .nbo8k7qbap {
  width: 60%;
  max-width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  margin-right: 0.5rem;
}

@media (min-width: 992px) {
  .product-item-classic-row .nbo8k7qbap {
    margin-right: 0;
    height: auto;
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 1200px) {
  .product-item-classic-row .nbo8k7qbap {
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media (min-width: 992px) {
  .product-item-classic-row .fz2gh08q3m {
    margin-bottom: 0.6rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1440px) {
  .product-item-classic-row .fz2gh08q3m {
    margin-bottom: 1.2rem;
  }
}

@media (min-width: 992px) {
  .product-item-classic-row .pfm2czut5v {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 7;
  }
}

.product-item-classic-row .nds763naat {
  margin-right: 0.5rem;
}

@media (max-width: 991px) {
  .uwatb676fu {
    margin-bottom: 1rem;
  }
}

@media (max-width: 770px) {
  .uwatb676fu {
    margin: 0 -15px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .product-item-map {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 991px) {
  .product-item-map {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: none;
  }
  .product-item-map.alhuea1cd {
    display: block;
  }
  .product-item-map .x1kohj8sj4,
  .product-item-map .nbo8k7qbap,
  .product-item-map .pfm2czut5v,
  .product-item-map .fz2gh08q3m,
  .product-item-map .swiper-pagination,
  .product-item-map .product-premium {
    display: none;
  }
  .product-item-map .japacbzxe9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    background-color: #eeeeee;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .product-item-map .dgkycvcuwf {
    padding-bottom: 0.5rem;
    -ms-flex-item-align: center;
        align-self: center;
    width: 100%;
  }
  .product-item-map .rg56ydgu7a {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) and (max-width: 575px) {
  .product-item-map .xe8ozpv4uf {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (max-width: 991px) {
  .product-item-map .xe8ozpv4uf:last-child {
    margin-bottom: 0;
  }
  .product-item-map .gqccmma76a {
    width: 120px;
    max-width: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    height: 140px;
    border-radius: 0;
  }
  .product-item-map .gqccmma76a img {
    border-radius: 0;
  }
  .product-item-map .ar22t27vza {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .product-item-map .product-info-list-item-place {
    padding-left: 0;
  }
  .product-item-map .product-info-list-item-place:before {
    display: none;
  }
}

.japacbzxe9 {
  display: block;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.16);
}

@media (min-width: 992px) {
  .japacbzxe9 {
    -webkit-box-shadow: 10px 13px 26px rgba(0, 0, 0, 0.16);
            box-shadow: 10px 13px 26px rgba(0, 0, 0, 0.16);
  }
}

.japacbzxe9:hover .swiper-arrow-group {
  opacity: 1;
  visibility: visible;
}

.gqccmma76a {
  display: block;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .gqccmma76a .swiper-arrow-group {
    opacity: 0;
    visibility: hidden;
  }
}

.gqccmma76a img {
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.dgkycvcuwf {
  display: block;
  padding: 0.8rem 0.8rem;
}

@media (min-width: 576px) {
  .fz2gh08q3m {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.dgqwh4zmtz {
  display: inline-block;
  margin-right: 0.5rem;
  color: #000000;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

.nbo8k7qbap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 40px;
}

.ar22t27vza {
  font-family: "BigShoulders-extrabold", Arial, sans-serif;
  font-weight: 900;
  color: #ec1c24;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .ar22t27vza {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media (min-width: 1600px) {
  .ar22t27vza {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

.ar22t27vza small {
  display: block;
  margin-top: 0.3rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "BigShoulders-regular", Arial, sans-serif;
  font-weight: 400;
}

.product-tag-list {
  position: absolute;
  top: 10px;
  left: 10px;
}

.product-tag-list-item {
  display: inline-block;
  border-radius: 10px;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 5px;
  background-color: #ec1c24;
  font-size: 14px;
  font-size: 0.875rem;
}

.rg56ydgu7a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.4rem;
}

.product-info-list--icon .xe8ozpv4uf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}

.product-info-list--icon .xe8ozpv4uf:before {
  display: none;
}

.product-info-list--icon .product-info-list-item__text {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  padding-left: 1.1875rem;
}

.product-info-list--icon .product-info-list-item__icon svg {
  fill: #ec1c24;
  font-size: 22px;
  font-size: 1.375rem;
}

.xe8ozpv4uf {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  color: #333333;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  padding-left: 1rem;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.xe8ozpv4uf:first-child {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.xe8ozpv4uf:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ec1c24;
  border-radius: 100%;
}

.x1kohj8sj4 {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
}

.product-label-list-detail {
  left: 1.5rem;
  top: 1.5rem;
  z-index: 4;
}

@media (max-width: 991px) {
  .product-label-list-detail {
    position: relative;
    top: auto;
    left: auto;
  }
}

.product-label-list-ext {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  z-index: 2;
}

.product-label-list-ext .product-label-list-item {
  border-radius: 0;
  padding: 0.9rem 1.2rem 0.8rem;
}

.product-label-list-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0;
  color: #0c0b0b;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 5px;
  padding: 0.3rem 0.2rem 0.3rem;
  text-transform: uppercase;
  width: 35px;
  height: 35px;
  background-color: #ec1c24;
  border-radius: 6px;
}

@media (min-width: 576px) {
  .product-label-list-item {
    padding: 0.3rem 0.2rem 0.3rem;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.product-label-list-item:first-child {
  margin-top: 0;
}

.product-label-list-item svg {
  font-size: 30px;
  font-size: 1.875rem;
}

.elh4j7fnd1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-offer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .product-offer-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575px) {
  .product-offer-block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.product-offer-icon {
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.product-offer-icon:last-child {
  margin-right: 0;
}

.product-offer-icon svg {
  fill: #ec1c24;
  font-size: 55px;
  font-size: 3.4375rem;
}

.product-info-text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 770px) {
  .product-info-text-block {
    padding: 0 1rem;
  }
}

@media (min-width: 1440px) {
  .product-info-text-block {
    display: none;
  }
}

.product-info-text {
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}

@media (min-width: 992px) {
  .product-info-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1440px) {
  .product-info-text {
    margin-bottom: 0;
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media (min-width: 1600px) {
  .product-info-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.product-info-text-highlighted {
  color: #ec1c24;
}

.t2j93xmwtw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 35px;
  cursor: pointer;
}

.t2j93xmwtw.js-favorite-trigger .icon-heart-fill {
  display: none;
}

.t2j93xmwtw:hover svg {
  fill: #ec1c24;
}

.t2j93xmwtw.is-selected svg {
  fill: #ec1c24;
}

.t2j93xmwtw.is-selected .icon-heart {
  display: none;
}

.t2j93xmwtw.is-selected .icon-heart-fill {
  display: block;
}

.t2j93xmwtw svg {
  fill: #000000;
  font-size: 22px;
  font-size: 1.375rem;
}

.pfm2czut5v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #eeeeee;
  padding: 0 0.6rem;
  width: 100%;
  z-index: 4;
  overflow: hidden;
}

.ewqxq68snm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 26px;
  width: 33.33%;
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.3rem 0.8rem;
  cursor: pointer;
}

.ewqxq68snm:last-child:after {
  display: none;
}

.ewqxq68snm:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 16px;
  width: 1px;
  display: block;
  background-color: #000000;
  -webkit-transition: height 250ms ease-out;
  -o-transition: height 250ms ease-out;
  transition: height 250ms ease-out;
}

.ewqxq68snm:hover {
  color: #ec1c24;
}

.ewqxq68snm.alhuea1cd {
  color: #ec1c24;
}

.ewqxq68snm.alhuea1cd:after {
  height: 4px;
}

.product-action-item-slider {
  display: none;
}

.tom611lukb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.8);
}

.tom611lukb.alhuea1cd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.cdgcu3mpq6 {
  cursor: pointer;
}

.cdgcu3mpq6.alhuea1cd {
  height: 100%;
  width: 100%;
}

.cdgcu3mpq6 .vrab8552ha,
.cdgcu3mpq6 .swiper-wrapper,
.cdgcu3mpq6 .swiper-container {
  width: 100%;
}

.cdgcu3mpq6 .swiper-slide {
  width: 100% !important;
}

@media (min-width: 992px) {
  .wl70xbu791 .cdgcu3mpq6.alhuea1cd {
    width: 100%;
  }
}

@media (min-width: 771px) {
  .bbfvrrcdc9 .cdgcu3mpq6.alhuea1cd {
    width: 100%;
  }
}

@media (min-width: 771px) {
  .product-slider-nested-3 .cdgcu3mpq6.alhuea1cd {
    width: 100%;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .product-slider-nested-3 .nds763naat {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    min-width: 105px;
  }
}

@media (min-width: 576px) {
  .product-benefits-list-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-benefits-list-detail .product-benefits-list-item {
  margin-bottom: 1.2rem;
}

.product-benefits-list-detail .product-benefits-list-item:last-child {
  margin-bottom: 1.2rem;
}

@media (min-width: 576px) {
  .product-benefits-list-detail .product-benefits-list-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .product-benefits-list-detail .product-benefits-list-item {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .product-benefits-list-detail .product-benefits-list-item {
    width: 50%;
  }
}

@media (min-width: 1600px) {
  .product-benefits-list-detail .product-benefits-list-item {
    width: 33.33%;
  }
}

.product-benefits-list-detail .product-benefits-list-icon {
  width: 20px;
  max-width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.product-benefits-list-detail .product-benefits-list-icon svg {
  fill: #ec1c24;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 771px) {
  .product-benefits-list-detail .product-benefits-list-icon svg {
    font-size: 20px;
    font-size: 1.25rem;
  }
}


.product-benefits-list-icon {
    margin-left: 5px;
}


.product-benefits-list-detail .product-benefits-list-text {
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 20px);
          flex: 0 0 calc(100% - 20px);
  padding-left: 1.2rem;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .product-benefits-list-detail .product-benefits-list-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.product-benefits-list-bold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-benefits-list-bold .product-benefits-list-item {
  width: 50%;
  margin-bottom: 1.2rem;
  padding-right: 0.5rem;
}

.product-benefits-list-bold .product-benefits-list-item:last-child {
  margin-bottom: 1.2rem;
}

.product-benefits-list-bold .product-benefits-list-icon {
  width: 20px;
  max-width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.product-benefits-list-bold .product-benefits-list-icon svg {
  font-size: 26px;
  font-size: 1.625rem;
}

.product-benefits-list-bold .product-benefits-list-text {
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 20px);
          flex: 0 0 calc(100% - 20px);
  padding-left: 1.2rem;
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 771px) {
  .product-benefits-list-bold .product-benefits-list-text {
    padding-left: 1.2rem;
  }
}

.product-benefits-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
}

.product-benefits-list-item:last-child {
  margin-bottom: 0;
}

.product-benefits-list-icon {
  width: 18px;
  max-width: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
}

.product-benefits-list-icon svg {
  fill: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}

.product-benefits-list-text {
  padding-left: 0.6rem;
  width: calc(100% - 18px);
  max-width: calc(100% - 18px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 18px);
          flex: 0 0 calc(100% - 18px);
  color: #ffffff;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
}

.product-logo {
  position: absolute;
  bottom: 16px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  z-index: 6;
  background-color: #ffffff;
  padding: 0 8px;
}

@media (min-width: 771px) {
  .product-logo {
    width: 90px;
    height: 90px;
  }
}

.product-logo-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
}

@media (min-width: 771px) {
  .product-logo-img {
    height: 42px;
  }
}

.product-hidden-content-map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background-color: #f7f7f7;
}

@media (min-width: 992px) {
  .product-hidden-content-map {
    z-index: 7;
  }
}

.product-hidden-content-map.alhuea1cd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 770px) {
  .product-table-group {
    padding: 0 15px;
  }
}

.product-table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  padding: 18px 0 18px 0;
}

@media (min-width: 1440px) {
  .product-table-header {
    padding: 18px 15px 18px 15px;
  }
}

@media (max-width: 991px) {
  .product-table-header-cell {
    display: none;
  }
}

@media (min-width: 992px) {
  .product-table-header-cell {
    padding: 0 10px;
    width: calc(75% / 5);
    max-width: calc(75% / 5);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(75% / 5);
            flex: 0 0 calc(75% / 5);
  }
}

@media (min-width: 1440px) {
  .product-table-header-cell {
    padding: 0 15px;
    width: calc(65% / 5);
    max-width: calc(65% / 5);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(65% / 5);
            flex: 0 0 calc(65% / 5);
  }
}

@media (max-width: 991px) {
  .product-table-header-cell-1 {
    display: block;
  }
}

@media (min-width: 992px) {
  .product-table-header-cell-1 {
    width: 25%;
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media (min-width: 1440px) {
  .product-table-header-cell-1 {
    width: 35%;
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}

.product-table-header-cell-6 {
  text-align: center;
}

.product-table-header-cell-text {
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .product-table-header-cell-text-bold {
    color: #ec1c24;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
  }
}

.product-premium {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-width: 160px;
  height: 40px;
  background-color: #ec1c24;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  z-index: 3;
  border-radius: 20px 0 20px 0;
}

.product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 1.5rem;
  border-radius: 10px;
  background-color: #eeeeee;
}

.product-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.product-box-list__item {
  margin-right: 4rem;
}

@media (min-width: 992px) {
  .product-box-list__item {
    margin-right: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .product-box-list__item {
    margin-right: 4rem;
  }
}

.product-box-list__item:last-child {
  margin-right: 0;
}

.product-box-list__icon {
  display: block;
  margin-bottom: 0.625rem;
}

.product-box-list__icon svg {
  fill: #ec1c24;
  font-size: 40px;
  font-size: 2.5rem;
}

@media (min-width: 992px) {
  .product-box-list__icon svg {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .product-box-list__icon svg {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.product-box-list__text {
  display: block;
  color: #000000;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.64px;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .product-box-list__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .product-box-list__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .product-md-offset {
    margin: 0 -15px;
  }
  .product-md-offset > .swiper-wrapper > .swiper-slide {
    padding: 0 15px;
  }
}

.product-offset-classic {
  margin: 0 -15px;
}

@media (min-width: 771px) {
  .product-offset-classic {
    margin: 0 -26px;
  }
}

@media (min-width: 992px) {
  .product-offset-classic {
    margin: 0 -26px;
  }
}

.product-offset-classic > .swiper-wrapper > .swiper-slide {
  padding: 0 15px;
}

@media (min-width: 771px) {
  .product-offset-classic > .swiper-wrapper > .swiper-slide {
    padding: 0 26px;
  }
}

@media (min-width: 992px) {
  .product-offset-classic > .swiper-wrapper > .swiper-slide {
    padding: 0 26px;
  }
}

.product-offset {
  margin: 0 -12px;
}

@media (min-width: 992px) {
  .product-offset {
    margin: 0 -26px;
  }
}

.product-offset > .swiper-wrapper > .swiper-slide {
  padding: 0 12px;
}

@media (min-width: 992px) {
  .product-offset > .swiper-wrapper > .swiper-slide {
    padding: 0 26px;
  }
}

@media (min-width: 992px) {
  .product-offset {
    width: calc(((100vw - 950px) / 2) + 965px);
  }
  .product-offset:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    height: calc(100% - 35px);
    width: 250px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(46%, rgba(255, 255, 255, 0.9)), to(#ffffff));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 46%, #ffffff 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 46%, #ffffff 100%);
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .product-offset {
    width: calc(((100vw - 1140px) / 2) + 1155px);
  }
  .product-offset:after {
    width: 250px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(46%, rgba(255, 255, 255, 0.9)), to(#ffffff));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 46%, #ffffff 100%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 46%, #ffffff 100%);
  }
}

@media (min-width: 1440px) {
  .product-offset {
    width: calc(((100vw - 1360px) / 2) + 1375px);
  }
}

@media (min-width: 1600px) {
  .product-offset {
    width: calc(((100vw - 1440px) / 2) + 1455px);
  }
}

@media (min-width: 1800px) {
  .product-offset {
    width: calc(((100vw - 1760px) / 2) + 1775px);
  }
}

@media (min-width: 771px) {
  .wxd0ske3x8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    padding-bottom: 40px;
  }
}

@media (min-width: 771px) and (max-height: 700px) {
  .wxd0ske3x8 {
    height: auto;
    padding-bottom: 130px;
  }
}

@media (max-width: 770px) {
  .wxd0ske3x8 {
    padding: 0 0 3rem;
  }
}

@media (max-width: 991px) {
  .j3uwdq7orc {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .tyb3dxfft0 {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .uwmxx9htuy {
    padding-bottom: 1.2rem;
    padding-top: 1.6rem;
  }
}

.emrqpqpccj {
  padding: 2.5rem 0 0;
}

@media (min-width: 992px) {
  .emrqpqpccj {
    padding: 4.5rem 0 2rem;
  }
}

@media (min-width: 1440px) {
  .emrqpqpccj {
    padding: 4.5rem 0 5rem;
  }
}

@media (min-width: 1600px) {
  .emrqpqpccj {
    padding: 4.5rem 0 10rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .emrqpqpccj .zxlynzd6 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .emrqpqpccj p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .emrqpqpccj .zxlynzd6 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .emrqpqpccj p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.emrqpqpccj {
  padding: 2.5rem 0 0;
}

@media (min-width: 992px) {
  .emrqpqpccj {
    padding: 4.5rem 0 2rem;
  }
}

@media (min-width: 1440px) {
  .emrqpqpccj {
    padding: 4.5rem 0 3rem;
  }
}

@media (min-width: 1600px) {
  .emrqpqpccj {
    padding: 4.5rem 0 4rem;
  }
}

.ojonnl5914 {
  padding: 2rem 0 2rem;
}

@media (min-width: 992px) {
  .ojonnl5914 {
    padding: 4.5rem 0 5rem;
  }
}

@media (min-width: 1200px) {
  .ojonnl5914 {
    padding: 4.5rem 0 3rem;
  }
}

@media (min-width: 1440px) {
  .ojonnl5914 {
    padding: 4.5rem 0 3rem;
  }
}

@media (min-width: 1600px) {
  .ojonnl5914 {
    padding: 4.5rem 0 10rem;
  }
}

.dq39saa1ii {
  padding: 2rem 0 2rem;
  margin-bottom: -70px;
}

@media (min-width: 771px) {
  .dq39saa1ii {
    margin-bottom: -60px;
  }
}

@media (min-width: 992px) {
  .dq39saa1ii {
    margin-bottom: 0;
    padding: 4.5rem 0 3rem;
  }
}

@media (min-width: 1440px) {
  .dq39saa1ii {
    padding: 4.5rem 0 3rem;
  }
}

@media (min-width: 1600px) {
  .dq39saa1ii {
    padding: 4.5rem 0 3rem;
  }
}

.i9el63ef5d {
  position: relative;
  margin: 0 -100px;
  width: 170%;
  background: gray;
  border-radius: 80px;
  -webkit-transform: rotateZ(5deg);
      -ms-transform: rotate(5deg);
          transform: rotateZ(5deg);
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}

@media (min-width: 771px) {
  .i9el63ef5d {
    margin: 0;
    position: relative;
    left: calc(50% - 50vw);
    width: 180%;
    margin-left: -100px;
    height: 600px;
  }
}

@media (min-width: 992px) {
  .i9el63ef5d {
    position: absolute;
    right: -110px;
    top: -40px;
    left: auto;
    margin-left: 0;
    width: 592px;
    height: 462px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: rotateZ(5deg);
        -ms-transform: rotate(5deg);
            transform: rotateZ(5deg);
  }
}

@media (min-width: 1200px) {
  .i9el63ef5d {
    width: 682px;
    height: 512px;
  }
}

@media (min-width: 1440px) {
  .i9el63ef5d {
    width: 822px;
    height: 592px;
  }
}

@media (min-width: 1800px) {
  .i9el63ef5d {
    width: 1082px;
    height: 682px;
  }
}

.hero-box--overflow-red {
  background-color: #ec1c24;
}

@media (max-width: 991px) {
  .km77f7fh {
    position: relative;
  }
}

.k8cdpe2153 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.xxibbbicc {
  position: absolute;
  bottom: -50px;
  right: 10px;
}

.xxibbbicc svg {
  font-size: 160px;
  font-size: 10rem;
  fill: #eeeeee;
}

.beka4wxwth {
  position: relative;
  height: 100%;
  padding: 40px 5px 40px 5px;
}

@media (min-width: 992px) {
  .beka4wxwth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 100px 0 100px 20px;
  }
}

@media (min-width: 1200px) {
  .beka4wxwth {
    padding: 100px 20px 100px 80px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .beka4wxwth .zxlynzd6 {
    font-size: 46px;
    font-size: 2.875rem;
  }
  .beka4wxwth p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .beka4wxwth:after {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 120%;
    height: 115%;
    display: block;
    -webkit-transform: translate(-50%, 0) rotate(5deg);
        -ms-transform: translate(-50%, 0) rotate(5deg);
            transform: translate(-50%, 0) rotate(5deg);
    -webkit-box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.08);
            box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    border-radius: 60px;
    z-index: -1;
    width: 130%;
  }
}

@media (min-width: 1200px) {
  .beka4wxwth:after {
    width: 125%;
  }
}

@media (min-width: 1440px) {
  .beka4wxwth:after {
    width: 120%;
  }
}

.sf873c8nj2 {
  padding: 0 5px 30px 5px;
}

@media (min-width: 771px) {
  .sf873c8nj2 {
    padding: 50px 5px 30px 5px;
  }
}

@media (min-width: 992px) {
  .sf873c8nj2 {
    padding: 100px 0 100px 20px;
  }
}

@media (min-width: 1200px) {
  .sf873c8nj2 {
    padding: 140px 20px 30px 80px;
  }
}

@media (min-width: 1600px) {
  .q34k4nrljq:after {
    width: 140%;
  }
}

.dewv2oszx0 {
  position: relative;
  height: 100%;
  padding: 0 5px 40px 5px;
}

@media (min-width: 992px) {
  .dewv2oszx0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 100px 0 100px 70px;
  }
}

@media (min-width: 1200px) {
  .dewv2oszx0 {
    padding: 30px 20px 50px 80px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .dewv2oszx0 .zxlynzd6 {
    font-size: 46px;
    font-size: 2.875rem;
  }
  .dewv2oszx0 p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .dewv2oszx0:after {
    content: "";
    position: absolute;
    top: -140px;
    left: 50%;
    width: 120%;
    height: 115%;
    min-height: 690px;
    display: block;
    -webkit-transform: translate(-50%, 0) rotate(5deg);
        -ms-transform: translate(-50%, 0) rotate(5deg);
            transform: translate(-50%, 0) rotate(5deg);
    -webkit-box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.21);
            box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.21);
    background-color: #eeeeee;
    border-radius: 60px;
    z-index: -1;
    width: 130%;
  }
}

@media (min-width: 1200px) {
  .dewv2oszx0:after {
    min-height: 650px;
    width: 125%;
  }
}

@media (min-width: 1440px) {
  .dewv2oszx0:after {
    min-height: 690px;
    width: 120%;
  }
}

.nuuz031etn {
  z-index: 2;
  position: relative;
  height: 100%;
}

@media (min-width: 1200px) {
  .nuuz031etn {
    width: 560px;
    max-width: 560px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 560px;
            flex: 0 0 560px;
  }
}

@media (min-width: 1600px) {
  .nuuz031etn {
    width: 700px;
    max-width: 700px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 700px;
            flex: 0 0 700px;
  }
}

.m9fqqirr63 {
  padding: 60px 15px;
  background-color: #eeeeee;
}

@media (min-width: 992px) {
  .m9fqqirr63 {
    background-color: transparent;
  }
}

@media (min-width: 1200px) {
  .m9fqqirr63 {
    width: calc(100% - 560px);
    max-width: calc(100% - 560px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 560px);
            flex: 0 0 calc(100% - 560px);
  }
}

@media (min-width: 1600px) {
  .m9fqqirr63 {
    width: calc(100% - 700px);
    max-width: calc(100% - 700px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 700px);
            flex: 0 0 calc(100% - 700px);
  }
}

.xw55j2a148 {
  padding: 25px 15px 0;
}

@media (min-width: 992px) {
  .xw55j2a148 {
    padding: 60px 15px;
  }
}

.bycj9npr6l {
  background-color: transparent;
  padding: 20px 15px;
}

@media (min-width: 992px) {
  .bycj9npr6l {
    padding: 60px 15px;
    background-color: transparent;
  }
}

.search-group {
  display: none;
}

.i5f7mn4m38.is-searching .search-group {
  display: block;
}

@media (max-width: 991px) {
  .i5f7mn4m38.is-searching .t6641mpmgh .zeta {
    text-transform: none;
  }
}

.i5f7mn4m38.is-searching .t6641mpmgh .b8esgs7q7c {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.i5f7mn4m38.is-searching .t6641mpmgh .h-divider-ext:after {
  display: block;
}

.i5f7mn4m38:not(.is-searching) .hidden-content-search {
  width: 100%;
  left: 0;
}

.search-result-list {
  margin-bottom: 1rem;
}

@media (min-width: 992px) and (max-height: 870px) {
  .search-result-list {
    margin-bottom: 0.3rem;
  }
}

.search-result-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.15rem 0;
}

@media (min-width: 992px) and (max-height: 870px) {
  .search-result-list-link {
    padding: 0.1rem 0;
  }
}

.search-result-list-link:hover .search-result-list-text {
  color: #ec1c24;
}

.search-result-list-icon {
  position: relative;
  top: 2px;
  text-align: center;
  width: 20px;
  max-width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.search-result-list-icon svg {
  fill: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}

.search-result-list-text {
  padding-left: 0.2rem;
  width: calc(100% - 20px);
  max-width: calc(100% - 20px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 20px);
          flex: 0 0 calc(100% - 20px);
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
}

.search-result-list-text strong,
.search-result-list-text span {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

@media (min-width: 992px) and (max-height: 870px) {
  .search-result-list-text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.hidden-content-search {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.1);
          box-shadow: 0 5px 10px rgba(1, 1, 1, 0.1);
}

@media (max-width: 991px) {
  .hidden-content-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .hidden-content-search {
    padding-bottom: 45px;
    top: 100%;
    width: 100%;
    min-width: 350px;
    left: 0;
  }
}

.search-content {
  padding: 1.2rem 1rem 0.5rem 1rem;
}

@media (min-width: 992px) and (max-height: 870px) {
  .search-content {
    max-height: 400px;
    padding: 1rem 1.2rem 0.8rem 1.2rem;
  }
  .search-content .rjwe61dt13 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 992px) {
  .search-content {
    max-height: 600px;
    overflow: auto;
    padding: 1.2rem 1.2rem 0.5rem 1.2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1440px) {
  .search-content {
    padding: 1.2rem 1.2rem 0.5rem 1.2rem;
  }
}

@media (min-width: 1600px) {
  .search-content {
    padding: 1.2rem 1.2rem 0.5rem 1.2rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.t6641mpmgh {
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 45px;
  background-color: #eeeeee;
  padding: 0.3rem 0.6rem;
  z-index: 4;
}

@media (min-width: 992px) {
  .t6641mpmgh {
    position: absolute;
  }
}

.t6641mpmgh .btn {
  height: 30px;
}

@media (max-width: 991px) {
  .dropdown-block.dropdown-block-header.alhuea1cd .dropdown-content-header {
    visibility: visible;
    padding: 0 15px 60px !important;
    overflow: visible;
    width: 100%;
    height: calc(100% - 30px);
    opacity: 1;
  }
  .dropdown-block.dropdown-block-header.alhuea1cd .dropdown-content-header .per37u04tl {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: block;
    background: white;
    padding: 0 15px 60px !important;
    height: calc(100% - 80px);
    overflow: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media (min-width: 992px) {
  .dropdown-block .dropdown-content-header {
    z-index: 3;
  }
}

@media (max-width: 991px) {
  .dropdown-block .dropdown-content-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: block;
    background: white;
    overflow: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    border-top: 0;
    -webkit-transition: opacity 450ms ease-out;
    -o-transition: opacity 450ms ease-out;
    transition: opacity 450ms ease-out;
  }
}

@media (min-width: 992px) {
  .per37u04tl {
    display: block;
    width: calc(100% - 320px);
    max-width: calc(100% - 320px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 320px);
            flex: 0 0 calc(100% - 320px);
    background-color: #ebebeb;
  }
}

@media (min-width: 992px) {
  .ky69sq0mpb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 2rem;
    width: auto;
    max-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 992px) {
  .ky69sq0mpb .sxdxohpha7 {
    text-transform: uppercase;
  }
}

.submenu-offer-group {
  width: 270px;
  max-width: 270px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  padding-top: 2rem;
  display: none;
}

@media (min-width: 1440px) {
  .submenu-offer-group {
    display: block;
  }
}

.kq9nbcrili {
  display: block;
}

@media (min-width: 992px) {
  .kq9nbcrili {
    width: 320px;
    max-width: 320px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    background-color: #f7f7f7;
    padding: 1.5rem 0.8rem 1rem 1.5rem;
  }
}

.np4ttj6f1k {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
}

@media (min-width: 992px) {
  .np4ttj6f1k {
    font-size: 18px;
    font-size: 1.125rem;
    border-bottom: 0;
  }
}

@media (min-width: 992px) and (max-height: 800px) {
  .np4ttj6f1k {
    height: 40px;
  }
}

.np4ttj6f1k:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 33px 20px 0;
  border-color: transparent #ebebeb transparent transparent;
}

.np4ttj6f1k:hover {
  color: #ec1c24;
}

.np4ttj6f1k.alhuea1cd,
.np4ttj6f1k.alhuea1cd a {
  color: #ec1c24;
  font-weight: 700;
  font-family: "Sora-bold", Arial, sans-serif;
}

.np4ttj6f1k.alhuea1cd:after, .np4ttj6f1k.alhuea1cd:before {
  opacity: 1;
}

.submenu-top-group-list-item-highlighted {
  height: 70px;
  font-weight: 700;
  color: #ec1c24;
}

.z4s94466fn {
  position: relative;
}

@media (min-width: 992px) {
  .z4s94466fn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .z4s94466fn.iu9udszkl1 {
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .z4s94466fn.alhuea1cd.iu9udszkl1 {
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .z4s94466fn.alhuea1cd .dydlzt7eif {
    padding: 1.5rem 0 1rem 0 !important;
  }
}

@media (min-width: 1440px) {
  .z4s94466fn.alhuea1cd .dydlzt7eif {
    padding: 1.5rem 1rem 1rem 0 !important;
  }
}

@media (max-width: 991px) {
  .per37u04tl.fcssczec8h .iu9udszkl1.alhuea1cd {
    display: block;
    position: fixed;
    z-index: 9;
    background: white;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 15px 70px !important;
    height: calc(100% - 30px);
    overflow: auto;
  }
  .per37u04tl.fcssczec8h .iu9udszkl1.alhuea1cd .iu9udszkl1.alhuea1cd .la0hjabab1 {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: block;
    background: white;
    padding: 0 15px 130px !important;
    height: calc(100% - 110px);
    overflow: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 10;
  }
  .per37u04tl.fcssczec8h .iu9udszkl1.alhuea1cd .a264zt5ahs:before,
  .per37u04tl.fcssczec8h .iu9udszkl1.alhuea1cd .iu9udszkl1.alhuea1cd .fytswkxrle:before {
    content: "";
    width: 14px;
    height: 10px;
    left: 0;
    right: auto;
    background-image: url("../images/icons/arrow-left-black.svg");
  }
  .per37u04tl.fcssczec8h .iu9udszkl1.alhuea1cd .a264zt5ahs .sxdxohpha7,
  .per37u04tl.fcssczec8h .iu9udszkl1.alhuea1cd .iu9udszkl1.alhuea1cd .fytswkxrle .sxdxohpha7 {
    padding-right: 3rem;
    padding-left: 2rem;
    font-weight: 700;
    color: #000000;
  }
}

@media (min-width: 992px) {
  .per37u04tl.fcssczec8h .iu9udszkl1 .la0hjabab1.dydlzt7eif {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .per37u04tl.fcssczec8h .iu9udszkl1 .la0hjabab1.dydlzt7eif {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: block;
    background: white;
    padding: 0 15px 60px !important;
    height: calc(100% - 85px);
    overflow: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

@media (max-width: 991px) {
  .per37u04tl.fcssczec8h .iu9udszkl1 .la0hjabab1 {
    overflow: auto;
  }
  .per37u04tl.fcssczec8h .iu9udszkl1 .la0hjabab1 .la0hjabab1 {
    padding: 0;
    z-index: 10;
    height: 0;
  }
}

@media (min-width: 992px) {
  .a264zt5ahs {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .a264zt5ahs {
    display: block;
    position: relative;
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .submenu-top-group--last .fytswkxrle:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .fytswkxrle:before {
    content: "";
    width: 9px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/icons/chevron-right-black.svg");
    z-index: 6;
    pointer-events: none;
  }
}

@media (max-width: 991px) {
  .submenu-item-title--last:before {
    display: none;
  }
}

.submenu-item-top-title-highlighted .sxdxohpha7 {
  color: #ec1c24;
  font-weight: 700;
}

@media (min-width: 1440px) {
  .sibi72pba5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
  }
}

@media (max-width: 991px) {
  .sibi72pba5.kg5qu8mjjd {
    display: block;
  }
}

.kg5qu8mjjd .vnf702pxxr {
  display: block;
  border-bottom: 0;
}

.kg5qu8mjjd .vnf702pxxr.alhuea1cd .sxdxohpha7 {
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 700;
}

.kg5qu8mjjd .vnf702pxxr:last-child {
  border-bottom: 0;
}

@media (max-width: 991px) {
  .kg5qu8mjjd .vnf702pxxr:last-child .sxdxohpha7 {
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .kg5qu8mjjd .vnf702pxxr {
    display: block;
    width: 25%;
    padding: 1rem 1rem;
  }
}

@media (min-width: 1800px) {
  .kg5qu8mjjd .vnf702pxxr {
    padding: 0.5rem 0.8rem 1.5rem;
  }
}

.kg5qu8mjjd .vnf702pxxr.is-green .sxdxohpha7 {
  color: #ec1c24;
}

.kg5qu8mjjd .vnf702pxxr.is-green svg {
  fill: #ec1c24;
}

.kg5qu8mjjd .vnf702pxxr.is-red .sxdxohpha7 {
  color: #ec1c24;
}

.kg5qu8mjjd .vnf702pxxr.is-red svg {
  fill: #ec1c24;
}

.kg5qu8mjjd .fytswkxrle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #ec1c24;
  padding: 0;
}

.kg5qu8mjjd .i3sls2lfc9 {
  display: block;
  width: 100%;
}

.vpp8m3bscw:before {
  content: "";
  width: 14px;
  height: 10px;
  left: 0;
  right: auto;
  background-image: url("../images/icons/arrow-left-black.svg");
}

.vpp8m3bscw .sxdxohpha7 {
  padding-right: 1rem;
  padding-left: 2rem;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
}

.sxdxohpha7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  min-height: 50px;
  color: #000000;
  border-bottom: 1px solid #ebebeb;
  padding: 0.8rem 3rem 0.8rem 0;
}

@media (min-width: 992px) {
  .sxdxohpha7 {
    display: block;
    padding: 0.65rem 3rem 0.65rem 0;
    min-height: auto;
    text-transform: uppercase;
    border-bottom: 1px solid #dbdbdb;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0.8rem;
    padding: 0;
    padding-bottom: 1.2rem;
    font-family: "Sora-bold", Arial, sans-serif;
    font-weight: 700;
    color: #ec1c24;
  }

  .sxdxohpha7:hover {
    color: #ec1c24;
  }
  .sxdxohpha7 a {
    font-weight: 700;
  }
}

@media (min-width: 1440px) {
  .sxdxohpha7 {
    margin-bottom: 0.8rem;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1600px) {
  .sxdxohpha7 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media (max-width: 991px) {
  .k40ox64ztx {
    padding-bottom: 1rem;
  }
}

.submenu-list-small .zloqx4oviu {
  border-top: 0;
}

.submenu-list-small .hmt5bbxgrc {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.6rem 0 0.6rem 0.5rem;
}

@media (max-width: 991px) {
  .zloqx4oviu:last-child {
    border-bottom: 0;
  }
}

@media (min-width: 992px) {
  .zloqx4oviu {
    position: relative;
    display: block;
    vertical-align: middle;
  }
}

.hmt5bbxgrc {
  position: relative;
  display: block;
  padding: 0.65rem 0 0.65rem 2rem;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .hmt5bbxgrc {
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.65rem 0;
  }
}

@media (min-width: 1440px) {
  .hmt5bbxgrc {
    padding: 0.65rem 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (min-width: 1800px) {
  .hmt5bbxgrc {
    padding: 0.65rem 0;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.hmt5bbxgrc:hover {
  color: #ec1c24;
}

.per37u04tl.fcssczec8h .iu9udszkl1.alhuea1cd .iu9udszkl1.alhuea1cd.vnf702pxxr {
  position: relative;
  width: auto;
  height: auto;
  padding: 0 !important;
  border-bottom: 1px solid #ebebeb;
}

.per37u04tl.fcssczec8h .iu9udszkl1.alhuea1cd .iu9udszkl1.alhuea1cd .la0hjabab1 {
  position: relative;
  top: auto;
  padding: 0 !important;
  height: auto;
}

.per37u04tl.fcssczec8h .iu9udszkl1.alhuea1cd .iu9udszkl1.alhuea1cd .fytswkxrle:before {
  width: 15px;
  height: 9px;
  top: 50%;
  left: auto;
  right: 0;
  background-image: url(../images/icons/chevron-thin-down.svg);
}

.per37u04tl.fcssczec8h .iu9udszkl1.alhuea1cd .iu9udszkl1.alhuea1cd .fytswkxrle .sxdxohpha7 {
  padding-left: 0;
  border-bottom: 0;
}

@media (max-width: 991px) {
  .side-panel-detail:before {
    display: none !important;
  }
  .side-panel-detail .btn-yellow-fill {
    padding: 1.1em 1.3rem !important;
    font-size: 14px !important;
  }
  .side-panel-detail .product-item-classic-row .dgkycvcuwf {
    padding-bottom: 0;
  }
  .side-panel-detail .product-item-classic-row .elh4j7fnd1 {
    border-top: 0;
    padding: 15px 15px 15px 15px;
    margin: 0 -5px 10px;
  }
  .side-panel-detail .product-item-classic-row .product-offer-icon {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .side-panel-detail .product-item-classic-row .product-offer-icon:last-child {
    margin-right: 0;
  }
  .side-panel-detail .product-item-classic-row .product-price-center {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .side-panel-detail .product-item-classic-row .product-offer-icon svg {
    font-size: 60px;
    font-size: 3.75rem;
  }
  .side-panel-detail .product-item-classic-row .product-content-bottom {
    padding: 0 15px;
  }
  .side-panel-detail .product-item-classic-row .product-price-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .side-panel-detail .product-item-classic-row .ar22t27vza {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .side-panel-detail .product-item-classic-row .product-price-text-small {
    margin-top: 0.2rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .side-panel-detail .product-item-classic-row .product-price-number-old {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 369px) {
  .side-panel-detail .btn-yellow-fill {
    padding: 1.1em 0.6rem !important;
  }
}

@media (min-width: 992px) {
  .side-panel-detail {
    max-width: 320px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    width: 320px;
    z-index: 10;
    top: 0;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .side-panel-detail {
    max-width: 480px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 480px;
            flex: 0 0 480px;
    width: 480px;
  }
}

@media (min-width: 1440px) {
  .side-panel-detail {
    max-width: 540px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 540px;
            flex: 0 0 540px;
    width: 540px;
  }
}

@media (min-width: 1600px) {
  .side-panel-detail {
    max-width: 580px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 580px;
            flex: 0 0 580px;
    width: 580px;
  }
}

.ewo1ymrq58 {
  padding-bottom: 6.25rem;
}

@media (min-width: 992px) {
  .ewo1ymrq58 {
    width: calc(100% - 290px);
    max-width: calc(100% - 290px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 290px);
            flex: 0 0 calc(100% - 290px);
  }
}

@media (min-width: 1440px) {
  .ewo1ymrq58 {
    width: calc(100% - 430px);
    max-width: calc(100% - 430px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 430px);
            flex: 0 0 calc(100% - 430px);
  }
}

@media (min-width: 1600px) {
  .ewo1ymrq58 {
    width: calc(100% - 430px);
    max-width: calc(100% - 430px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 430px);
            flex: 0 0 calc(100% - 430px);
  }
}

.bv3wdtmobk {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .bv3wdtmobk {
    max-width: calc(100% - 320px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 320px);
            flex: 0 0 calc(100% - 320px);
    width: calc(100% - 320px);
  }
}

@media (min-width: 1200px) {
  .bv3wdtmobk {
    max-width: calc(100% - 480px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 480px);
            flex: 0 0 calc(100% - 480px);
    width: calc(100% - 480px);
  }
}

@media (min-width: 1440px) {
  .bv3wdtmobk {
    max-width: calc(100% - 540px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 540px);
            flex: 0 0 calc(100% - 540px);
    width: calc(100% - 540px);
  }
}

@media (min-width: 1600px) {
  .bv3wdtmobk {
    max-width: calc(100% - 580px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 580px);
            flex: 0 0 calc(100% - 580px);
    width: calc(100% - 580px);
  }
}

@media (min-width: 1200px) {
  .main-content-detail-ext {
    max-width: calc(100% - 220px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 220px);
            flex: 0 0 calc(100% - 220px);
    width: calc(100% - 220px);
  }
}

@media (min-width: 1600px) {
  .main-content-detail-ext {
    max-width: calc(100% - 380px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 380px);
            flex: 0 0 calc(100% - 380px);
    width: calc(100% - 380px);
  }
}

@media (min-width: 992px) {
  .side-panel-category {
    max-width: 280px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    width: 280px;
  }
}

@media (min-width: 1200px) {
  .side-panel-category {
    max-width: 320px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    width: 320px;
  }
}

@media (min-width: 992px) {
  .main-content-category {
    max-width: calc(100% - 280px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 280px);
            flex: 0 0 calc(100% - 280px);
    width: calc(100% - 280px);
  }
}

@media (min-width: 1200px) {
  .main-content-category {
    max-width: calc(100% - 320px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 320px);
            flex: 0 0 calc(100% - 320px);
    width: calc(100% - 320px);
  }
}

@media (max-width: 991px) {
  .side-panel-calculation {
    position: relative;
    padding: 2rem 15px 60px;
  }
  .side-panel-calculation:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 100vw;
    height: 100%;
    background-color: #f2f6f9;
    z-index: -1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .side-panel-calculation .btn-yellow-fill {
    padding: 1rem 1rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .side-panel-calculation .zu4a0o {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media (max-width: 575px) {
  .side-panel-calculation p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .side-panel-calculation p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .side-panel-calculation .zu4a0o {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .side-panel-calculation .au3iwp {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .side-panel-calculation .btn-yellow-fill {
    padding: 1.2rem 0.5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .side-panel-calculation p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .side-panel-calculation .zu4a0o {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .side-panel-calculation .au3iwp {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .side-panel-calculation .btn-yellow-fill {
    padding: 1.2rem 0.5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .side-panel-calculation p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .side-panel-calculation .zu4a0o {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .side-panel-calculation .au3iwp {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .side-panel-calculation .btn-yellow-fill {
    padding: 1.2rem 0.5rem;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .side-panel-basket {
    max-width: 380px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
    width: 380px;
  }
}

@media (min-width: 1200px) {
  .side-panel-basket {
    max-width: 440px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 440px;
            flex: 0 0 440px;
    width: 440px;
  }
}

@media (min-width: 1600px) {
  .side-panel-basket {
    max-width: 630px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 630px;
            flex: 0 0 630px;
    width: 630px;
  }
}

@media (min-width: 992px) {
  .side-sticky-basket {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    margin-bottom: 5rem;
  }
}

@media (min-width: 992px) {
  .main-content-basket {
    max-width: calc(100% - 380px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 380px);
            flex: 0 0 calc(100% - 380px);
    width: calc(100% - 380px);
  }
}

@media (min-width: 1200px) {
  .main-content-basket {
    max-width: calc(100% - 440px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 440px);
            flex: 0 0 calc(100% - 440px);
    width: calc(100% - 440px);
  }
}

@media (min-width: 1600px) {
  .main-content-basket {
    max-width: calc(100% - 630px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 630px);
            flex: 0 0 calc(100% - 630px);
    width: calc(100% - 630px);
  }
}

.side-item-basket {
  padding: 0 1rem;
}

@media (max-width: 770px) {
  .side-item-basket {
    margin: 0 -15px;
  }
}

.side-item-basket.alhuea1cd .icon-chevron-up {
  display: block;
}

.side-item-basket.alhuea1cd .icon-chevron-down {
  display: none;
}

.side-item-basket .icon-chevron-up {
  display: none;
}

@media (min-width: 771px) {
  .side-item-basket-ext {
    padding: 0;
  }
}

.side-item-basket-ext-1 {
  padding: 0 1rem;
}

.side-item-basket-border {
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #333333;
}

@media (max-width: 991px) {
  .side-item-additional-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 400ms ease-out;
    transition: -webkit-transform 400ms ease-out;
    -o-transition: transform 400ms ease-out;
    transition: transform 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
    z-index: 999;
    background: white;
    max-width: 100%;
    padding-top: 60px;
    overflow: auto !important;
    margin-bottom: 0;
  }
  .side-item-additional-filter.alhuea1cd {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .side-item-additional-filter .fcssczec8h {
    height: calc(100vh - 155px);
    padding: 0 1rem;
    overflow: auto;
    margin-bottom: 0;
  }
  .side-item-additional-filter .iu9udszkl1.alhuea1cd .la0hjabab1 {
    display: block;
  }
  .side-item-additional-filter .la0hjabab1 {
    display: none;
  }
}

.b8esgs7q7c {
  position: relative;
  padding: 0.6rem 0;
}

.oc4e2i9txr .tgzod4r5p9:hover .kfko3pguuc, .oc4e2i9txr .tgzod4r5p9.alhuea1cd .kfko3pguuc {
  color: #ec1c24;
}

@media (max-width: 991px) {
  .k9kfkr6msr {
    display: inline-block;
    margin-top: 1.5rem;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .k9kfkr6msr:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    border-radius: 0 20px 0 0;
    height: 100%;
    background-color: #eeeeee;
  }
}

.k9kfkr6msr .tgzod4r5p9 {
  padding: 0.25rem 0;
}

.k9kfkr6msr .boq6en7yxx svg {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .k9kfkr6msr .boq6en7yxx svg {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.k9kfkr6msr .kfko3pguuc {
  padding-left: 0.6rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .k9kfkr6msr .kfko3pguuc {
    padding-left: 0.6rem;
  }
}

.m3oy9g4ms9 {
  display: block;
}

.m3oy9g4ms9:last-child {
  margin-bottom: 0;
}

.tgzod4r5p9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.65rem 0.65rem 0.65rem 1.5rem;
  position: relative;
}

.tgzod4r5p9:hover .boq6en7yxx svg, .tgzod4r5p9.alhuea1cd .boq6en7yxx svg {
  fill: #000000;
}

@media (min-width: 992px) {
  .tgzod4r5p9:hover .boq6en7yxx svg, .tgzod4r5p9.alhuea1cd .boq6en7yxx svg {
    fill: #ec1c24;
  }
}

.tgzod4r5p9:hover .kfko3pguuc, .tgzod4r5p9.alhuea1cd .kfko3pguuc {
  color: #000000;
}

@media (min-width: 992px) {
  .tgzod4r5p9:hover .kfko3pguuc, .tgzod4r5p9.alhuea1cd .kfko3pguuc {
    color: #ec1c24;
  }
}

.boq6en7yxx {
  width: 20px;
  max-width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.boq6en7yxx svg {
  fill: #000000;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .boq6en7yxx svg {
    color: #ec1c24;
  }
}

.kfko3pguuc {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  z-index: 2;
  position: relative;
}

.side-offer-list {
  border-radius: 3px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  overflow: hidden;
}

.side-offer-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.side-offer-list-link {
  display: block;
  width: 100%;
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  padding: 1.2rem 1.2rem 1.2rem;
}

.side-offer-list-link:hover {
  background-color: #eeeeee;
}

.side-offer-list-link small {
  display: block;
  text-transform: none;
  color: #333333;
  margin-bottom: 0.2rem;
  font-size: 10px;
  font-size: 0.625rem;
}

.ln1v19ylgk {
  display: inline-block;
  margin: 0.1rem 0;
  padding: 0.3rem 0;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 771px) {
  .ln1v19ylgk {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .ln1v19ylgk {
    margin: 0.3rem 0;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .ln1v19ylgk {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .ln1v19ylgk {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.ln1v19ylgk:hover .d7yixnrnev {
  color: #ec1c24;
}

.pu874f8kxj {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.kb4ckykytk .h1ub756aj6 {
  width: 30px;
  max-width: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  height: 30px;
}

.kb4ckykytk .h1ub756aj6 svg {
  font-size: 20px;
  font-size: 1.25rem;
}

.kb4ckykytk .d7yixnrnev {
  padding-left: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .kb4ckykytk .d7yixnrnev {
    font-size: 16px;
    font-size: 1rem;
  }
}

.h1ub756aj6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 1px;
  width: 50px;
  max-width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 50px;
}

@media (min-width: 576px) {
  .h1ub756aj6 {
    width: 85px;
    max-width: 85px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85px;
            flex: 0 0 85px;
    height: 85px;
  }
}

.h1ub756aj6:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(5deg);
      -ms-transform: translate(-50%, -50%) rotate(5deg);
          transform: translate(-50%, -50%) rotate(5deg);
  border-radius: 10px;
  background-color: #ec1c24;
  z-index: -1;
}

.h1ub756aj6 svg {
  fill: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
}

@media (min-width: 576px) {
  .h1ub756aj6 svg {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

.d7yixnrnev {
  padding-left: 1.4rem;
  display: inline-block;
  padding-right: 0;
  color: #000000;
  font-family: "Sora-bold", Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 576px) {
  .d7yixnrnev {
    padding-left: 3.5rem;
    font-size: 36px;
    font-size: 2.25rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 992px) {
  .d7yixnrnev {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 1200px) {
  .d7yixnrnev {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media (min-width: 1600px) {
  .d7yixnrnev {
    font-size: 46px;
    font-size: 2.875rem;
  }
}

.contact-google-maps {
  min-width: 90px;
}

@media (min-width: 992px) {
  .d5op3akou2 {
    width: 360px;
    max-width: 360px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
  }
}

@media (min-width: 1200px) {
  .d5op3akou2 {
    width: 450px;
    max-width: 450px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
  }
}

@media (min-width: 992px) {
  .xy9m7jleth {
    width: calc(100% - 360px);
    max-width: calc(100% - 360px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 360px);
            flex: 0 0 calc(100% - 360px);
  }
}

@media (min-width: 1200px) {
  .xy9m7jleth {
    width: calc(100% - 450px);
    max-width: calc(100% - 450px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 450px);
            flex: 0 0 calc(100% - 450px);
  }
}

@media (max-width: 991px) {
  .xy9m7jleth .a2zre0 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .contact-left-panel--small {
    width: 200px;
    max-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}

@media (min-width: 1200px) {
  .contact-left-panel--small {
    width: 260px;
    max-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
}

@media (min-width: 992px) {
  .contact-right-panel--small {
    width: calc(100% - 200px);
    max-width: calc(100% - 200px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 200px);
            flex: 0 0 calc(100% - 200px);
  }
}

@media (min-width: 1200px) {
  .contact-right-panel--small {
    width: calc(100% - 260px);
    max-width: calc(100% - 260px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 260px);
            flex: 0 0 calc(100% - 260px);
  }
}

.c03ef85l76 {
  padding: 0;
  background-color: transparent;
}

.c03ef85l76 .iu9udszkl1 {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .c03ef85l76 {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
  }
}

@media (min-width: 992px) {
  .accordion-group-contact-sticky-ext {
    position: -webkit-sticky;
    position: sticky;
    top: 170px;
  }
}

.accordion-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mvaqwk6nxo {
  padding: 0.5rem 2rem 0.5rem 0;
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  min-height: 65px;
  line-height: 1.4;
  padding-left: 0 !important;
}

.mvaqwk6nxo:hover {
  color: #ec1c24;
}

@media (min-width: 992px) {
  .mvaqwk6nxo.js-accordion-trigger {
    display: none;
  }
}

@media (min-width: 1200px) {
  .contact-info-left-panel {
    width: 680px;
    max-width: 680px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 680px;
            flex: 0 0 680px;
  }
}

@media (min-width: 1600px) {
  .contact-info-left-panel {
    width: 900px;
    max-width: 900px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 900px;
            flex: 0 0 900px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .contact-info-left-panel {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .contact-info-right-panel {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 1200px) {
  .contact-info-right-panel {
    width: calc(100% - 680px);
    max-width: calc(100% - 680px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 680px);
            flex: 0 0 calc(100% - 680px);
  }
}

@media (min-width: 1600px) {
  .contact-info-right-panel {
    width: calc(100% - 900px);
    max-width: calc(100% - 900px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 900px);
            flex: 0 0 calc(100% - 900px);
  }
}

@media (min-width: 1600px) {
  .contact-info-left-panel-ext {
    width: 900px;
    max-width: 900px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 900px;
            flex: 0 0 900px;
  }
}

@media (min-width: 1600px) {
  .contact-info-right-panel-ext {
    width: calc(100% - 900px);
    max-width: calc(100% - 900px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 900px);
            flex: 0 0 calc(100% - 900px);
  }
}

.contact-offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media (min-width: 1200px) {
  .contact-offer {
    min-height: 550px;
  }
}

@media (max-width: 1199px) {
  .contact-offer {
    padding-bottom: 3rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .yz2mfh8pmb .btn {
    font-size: 20px;
    font-size: 1.25rem;
    min-width: 160px;
  }
}

@media (max-width: 991px) {
  body.is-filter-open {
    overflow: hidden;
  }
}

body.is-opened-filter .l60ywfkjix.ei17rd6z3a .mwfte2w8el {
  z-index: 999 !important;
}

.nzgki0x9dt {
  margin: 0 auto;
}

@media (min-width: 992px) {
  .nzgki0x9dt.rkiqifoh1v {
    margin: 0 -12px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .nzgki0x9dt {
    max-width: 530px;
  }
}

@media (min-width: 1200px) {
  .nzgki0x9dt {
    max-width: 480px;
  }
}

@media (min-width: 1440px) {
  .nzgki0x9dt {
    max-width: 570px;
  }
}

.is-opened-filter .l60ywfkjix.filter-tab-block-scroll .hb3ikqekdi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem;
  background-color: white;
}

.is-opened-filter .l60ywfkjix.filter-tab-block-scroll .js-hidden-content.hidden-content.alhuea1cd {
  display: flex;
}

.l60ywfkjix.side-item {
  height: 596px;
  padding-top: 20px;
}

.l60ywfkjix.side-item-ext {
  height: auto;
  padding-top: 0;
  margin-top: 130px;
}

@media (min-width: 992px) {
  .l60ywfkjix .mwfte2w8el {
    position: absolute;
    left: 0;
    max-width: 270px;
  }
}

@media (min-width: 1200px) {
  .l60ywfkjix .mwfte2w8el {
    max-width: 310px;
    min-width: 310px;
  }
}

.l60ywfkjix.hide-navigation .mwfte2w8el {
  top: 0 !important;
  z-index: 99999 !important;
  -webkit-transition: top 0.4s ease-out !important;
  -o-transition: top 0.4s ease-out !important;
  transition: top 0.4s ease-out !important;
}

@media (min-width: 992px) {
  .l60ywfkjix.ei17rd6z3a.hide-navigation-down .mwfte2w8el {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 400ms ease-out;
    transition: -webkit-transform 400ms ease-out;
    -o-transition: transform 400ms ease-out;
    transition: transform 400ms ease-out;
    transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  }
}

.l60ywfkjix.filter-tab-block-scroll .hb3ikqekdi {
  display: none;
}

.l60ywfkjix.filter-tab-block-scroll .js-hidden-content.hidden-content.alhuea1cd {
  display: none;
}

.l60ywfkjix.filter-tab-block-scroll .mwfte2w8el, .l60ywfkjix.ei17rd6z3a .mwfte2w8el {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  background-color: #eeeeee;
  z-index: 99 !important;
  -webkit-transition: top 0.4s ease-out, -webkit-transform 0.4s ease-out !important;
  transition: top 0.4s ease-out, -webkit-transform 0.4s ease-out !important;
  -o-transition: top 0.4s ease-out, transform 0.4s ease-out !important;
  transition: top 0.4s ease-out, transform 0.4s ease-out !important;
  transition: top 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out !important;
}

@media (min-width: 992px) {
  .l60ywfkjix.filter-tab-block-scroll .mwfte2w8el, .l60ywfkjix.ei17rd6z3a .mwfte2w8el {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.l60ywfkjix.filter-tab-block-scroll .d12dhd9a8k, .l60ywfkjix.ei17rd6z3a .d12dhd9a8k {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 992px) {
  .l60ywfkjix.filter-tab-block-scroll .btn-filter-submit, .l60ywfkjix.ei17rd6z3a .btn-filter-submit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .l60ywfkjix.filter-tab-block-scroll .btn-filter-submit, .l60ywfkjix.ei17rd6z3a .btn-filter-submit {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .l60ywfkjix.filter-tab-block-scroll .children-list p, .l60ywfkjix.ei17rd6z3a .children-list p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .l60ywfkjix.filter-tab-block-scroll .children-list p, .l60ywfkjix.ei17rd6z3a .children-list p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.l60ywfkjix.filter-tab-block-scroll.ei17rd6z3a:not(.filter-tab-block-scroll) .mwfte2w8el, .l60ywfkjix.ei17rd6z3a.ei17rd6z3a:not(.filter-tab-block-scroll) .mwfte2w8el {
  position: absolute;
  bottom: 0;
  top: auto;
}

@media (min-width: 992px) {
  .l60ywfkjix.filter-tab-block-scroll.ei17rd6z3a:not(.filter-tab-block-scroll) .ro9w1g5rev, .l60ywfkjix.ei17rd6z3a.ei17rd6z3a:not(.filter-tab-block-scroll) .ro9w1g5rev {
    height: 70px;
  }
}

@media (min-width: 992px) {
  .l60ywfkjix.filter-tab-block-scroll.ei17rd6z3a:not(.filter-tab-block-scroll) .p65xst5gp6.is-selected .rim2br0pkf .ro9w1g5rev, .l60ywfkjix.ei17rd6z3a.ei17rd6z3a:not(.filter-tab-block-scroll) .p65xst5gp6.is-selected .rim2br0pkf .ro9w1g5rev {
    height: 70px;
  }
}

@media (min-width: 992px) {
  .l60ywfkjix.filter-tab-block-scroll.ei17rd6z3a:not(.filter-tab-block-scroll) .btn-filter-submit, .l60ywfkjix.ei17rd6z3a.ei17rd6z3a:not(.filter-tab-block-scroll) .btn-filter-submit {
    height: 70px;
  }
}

.l60ywfkjix:not(.filter-tab-block-scroll):not(.ei17rd6z3a) .p65xst5gp6 {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding: 0;
}

.l60ywfkjix:not(.filter-tab-block-scroll):not(.ei17rd6z3a) .p65xst5gp6:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .l60ywfkjix:not(.filter-tab-block-scroll):not(.ei17rd6z3a) .p65xst5gp6.dropdown-block.alhuea1cd .j910cxu9zg {
    right: auto;
    left: 100%;
    top: 0;
    width: 100%;
  }
  .l60ywfkjix:not(.filter-tab-block-scroll):not(.ei17rd6z3a) .p65xst5gp6 .ue1vqzkw9h {
    max-height: 455px;
  }
}

@media (max-width: 991px) {
  .l60ywfkjix:not(.filter-tab-block-scroll) .p65xst5gp6 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
  }
  .l60ywfkjix:not(.filter-tab-block-scroll) .p65xst5gp6:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .l60ywfkjix:not(.filter-tab-block-scroll) .p65xst5gp6.dropdown-block.alhuea1cd .j910cxu9zg {
    right: auto;
    left: 0;
    top: 100%;
    width: 100%;
  }
  .l60ywfkjix:not(.filter-tab-block-scroll) .p65xst5gp6 .ue1vqzkw9h {
    max-height: 455px;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .l60ywfkjix:not(.filter-tab-block-scroll) .p65xst5gp6.is-selected .rim2br0pkf .ro9w1g5rev {
    height: 70px;
  }
  .l60ywfkjix:not(.filter-tab-block-scroll) .p65xst5gp6.dropdown-block.alhuea1cd .j910cxu9zg {
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    width: 100%;
    height: 100% !important;
    padding: 0;
    -webkit-overflow-scrolling: touch;
  }
  .l60ywfkjix:not(.filter-tab-block-scroll) .p65xst5gp6.dropdown-block.alhuea1cd .j910cxu9zg .oai0d8auxn {
    padding: 0.3rem 0;
  }
  .l60ywfkjix:not(.filter-tab-block-scroll) .p65xst5gp6.dropdown-block.alhuea1cd .f9he4hthxn {
    height: calc(100vh - 115px);
    padding: 0.6rem 0.6rem 50px;
    overflow: auto;
  }
  .l60ywfkjix:not(.filter-tab-block-scroll) .p65xst5gp6.dropdown-block.alhuea1cd .ha1z206hwt,
  .l60ywfkjix:not(.filter-tab-block-scroll) .p65xst5gp6.dropdown-block.alhuea1cd .g22rx98oq2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .l60ywfkjix:not(.filter-tab-block-scroll) .p65xst5gp6.dropdown-block.alhuea1cd .ue1vqzkw9h {
    max-height: 100%;
    overflow: visible;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .l60ywfkjix:not(.filter-tab-block-scroll) .v2n8xdbh3v {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .l60ywfkjix:not(.filter-tab-block-scroll) .ro9w1g5rev {
    padding: 1rem 1rem;
  }
  .l60ywfkjix:not(.filter-tab-block-scroll) .plzme1hs8u {
    max-width: 110px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.rkiqifoh1v {
  display: block;
  margin: 0;
  background-color: #eeeeee;
}

@media (min-width: 992px) {
  .rkiqifoh1v {
    padding: 1.25rem 0 0.25rem;
  }
}

.rkiqifoh1v .rim2br0pkf:hover .b02wrb84pi svg {
  fill: #00a713;
}

.rkiqifoh1v .rim2br0pkf:after {
  display: none;
}

.rkiqifoh1v .btn-filter-submit:hover {
  border-color: #008e10;
  background-color: #008e10;
}

.rkiqifoh1v .btn-filter-submit:hover .btn-filter-submit-text {
  color: #ffffff;
}

.rkiqifoh1v .btn-filter-submit-icon svg {
  fill: #ffffff;
}

@media (min-width: 992px) {
  .rkiqifoh1v .p65xst5gp6:not(.ciduk6knvc) {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 3px;
  }
}

@media (min-width: 992px) {
  .rkiqifoh1v .p65xst5gp6:not(.ciduk6knvc) {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

@media (min-width: 1200px) {
  .rkiqifoh1v .p65xst5gp6:not(.ciduk6knvc) {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

.p65xst5gp6 {
  margin-bottom: 0.6rem;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 1rem;
}

.p65xst5gp6.alhuea1cd:not(.is-selected) .rim2br0pkf:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
      -ms-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.p65xst5gp6.alhuea1cd .rim2br0pkf .b02wrb84pi svg {
  fill: #00a713;
}

.p65xst5gp6.is-selected .v2n8xdbh3v {
  top: 32%;
  color: #333333;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 992px) {
  .p65xst5gp6.is-selected .v2n8xdbh3v {
    top: 35%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .p65xst5gp6.is-selected .f9he4hthxn:not(.rajm3qxwrr) {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .p65xst5gp6.is-selected .ha1z206hwt {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-radius: inherit;
  }
}

.p65xst5gp6.is-selected .rim2br0pkf .ro9w1g5rev {
  height: 70px;
}

@media (min-width: 992px) {
  .p65xst5gp6.is-selected .rim2br0pkf .ro9w1g5rev {
    height: 70px;
  }
}

.p65xst5gp6.is-selected .rim2br0pkf:after {
  top: 50%;
  right: 20px;
  background-image: url("../images/icons/chevron-thin-down.svg");
}

@media (min-width: 993px) and (max-width: 1200px) {
  .p65xst5gp6.is-selected .rim2br0pkf:after {
    right: 12px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .p65xst5gp6.is-selected .rim2br0pkf:after {
    right: 12px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .p65xst5gp6.is-selected .rim2br0pkf:after {
    right: 12px;
  }
}

@media (max-width: 1199px) {
  .d12dhd9a8k {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.rim2br0pkf {
  position: relative;
}

.rim2br0pkf:after {
  content: "" !important;
  width: 15px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-thin-down.svg");
  pointer-events: none;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .rim2br0pkf:after {
    right: 10px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .rim2br0pkf:after {
    right: 10px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .rim2br0pkf:after {
    right: 10px;
  }
}

.ro9w1g5rev {
  position: relative;
  height: 60px;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 1rem 1rem 1rem 0;
  -webkit-transition: height 400ms ease-out;
  -o-transition: height 400ms ease-out;
  transition: height 400ms ease-out;
  border-radius: 0;
  border-bottom: 1px solid #eeeeee;
}

@media (min-width: 992px) {
  .ro9w1g5rev {
    padding: 1rem 1rem 1rem 0;
    height: 50px;
  }
}

@media (min-width: 992px) {
  .ro9w1g5rev {
    padding: 1rem 1rem;
    border-radius: 10px;
    border-bottom: 0;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .ro9w1g5rev {
    padding: 1rem 0.8rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .ro9w1g5rev {
    padding: 1rem 1rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .ro9w1g5rev {
    padding: 1rem 1rem;
  }
}

.ro9w1g5rev:after {
  display: none !important;
}

.v2n8xdbh3v {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .v2n8xdbh3v {
    font-family: "Sora-extralight", Arial, sans-serif;
    font-weight: 300;
    padding-right: 40px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .v2n8xdbh3v {
    padding-right: 15px;
    max-width: 120px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .v2n8xdbh3v {
    padding-right: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .v2n8xdbh3v {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.plzme1hs8u {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000000;
  font-family: "Sora-bold", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  padding-right: 40px;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .plzme1hs8u {
    padding-right: 0;
    top: 70%;
    max-width: 180px;
  }
}

@media (min-width: 992px) {
  .plzme1hs8u {
    top: 65%;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1800px) {
  .plzme1hs8u {
    max-width: 230px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .plzme1hs8u {
    font-size: 16px;
    font-size: 1rem;
    max-width: 120px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .plzme1hs8u {
    font-size: 16px;
    font-size: 1rem;
    max-width: 130px;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .plzme1hs8u {
    font-size: 16px;
    font-size: 1rem;
    max-width: 160px;
  }
}

.dropdown-block.alhuea1cd .j910cxu9zg {
  border: 1px solid #eeeeee;
}

@media (min-width: 992px) {
  .dropdown-block.alhuea1cd .j910cxu9zg {
    width: auto;
    min-width: 360px;
    padding: 0.6rem 0.6rem 0;
    right: auto;
    left: 0;
  }
}

@media (max-width: 991px) {
  .dropdown-block.alhuea1cd .j910cxu9zg {
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    width: 100%;
    overflow: visible;
    height: 100% !important;
    -webkit-overflow-scrolling: touch;
  }
}

@media (min-width: 992px) {
  .dropdown-block.alhuea1cd .yws23myj4b {
    padding: 1rem 1rem;
  }
}

.dropdown-block .j910cxu9zg {
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 9;
  width: 0;
}

@media (max-width: 991px) {
  .dropdown-block .yws23myj4b .oai0d8auxn {
    padding: 0.3rem 0;
  }
}

.dropdown-block .filter-dropdown-content-no-padding {
  padding: 0 !important;
}

@media (min-width: 992px) {
  .dropdown-block .filter-dropdown-content-no-padding {
    background-color: #eeeeee;
  }
}

@media (max-width: 991px) {
  .dropdown-block .filter-dropdown-content-no-padding .f9he4hthxn {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .f9he4hthxn {
    height: calc(100vh - 115px);
    padding: 0.6rem 0.6rem 50px;
    overflow: auto;
  }
}

@media (min-width: 576px) {
  .filter-middle-block--double {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

.g22rx98oq2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  background-color: #fff;
  padding: 0 0.6rem;
  padding-left: 1.2rem;
  border-bottom: 3px solid #eeeeee;
}

.filter-back-block-ext {
  background: transparent;
  border-bottom: 1px solid #ebebeb;
  height: 50px;
  padding: 0;
  margin: 0 1rem;
}

.filter-back-block-ext .an0zmpwcml svg {
  fill: #000000;
}

.filter-back-block-ext .fc5sqz7ewf {
  color: #000000;
  font-size: 10px;
  font-size: 0.625rem;
}

.ckesrcomau {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.an0zmpwcml {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 45px;
}

.an0zmpwcml svg {
  fill: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}

.y5nwk4d53j {
  color: #000000;
  font-family: "Sora-bold", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}

.pwqgoxxuha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  height: 45px;
}

.fc5sqz7ewf {
  margin-right: 0.4rem;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}

.filter-back-clear-icon {
  cursor: pointer;
}

.filter-back-clear-icon svg {
  fill: #00a713;
  font-size: 10px;
  font-size: 0.625rem;
}

.ha1z206hwt {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  color: #ffffff;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
  height: 65px;
  background-color: #eeeeee;
  z-index: 4;
  padding: 8px 8px 8px 8px;
}

@media (min-width: 992px) {
  .ha1z206hwt {
    height: 45px;
    padding: 8px 8px 8px 15px;
    display: none !important;
    position: absolute;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.up9dhakwm8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 40px;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
}

@media (max-width: 991px) {
  .up9dhakwm8 {
    display: none;
  }
}

.up9dhakwm8:hover {
  color: #ec1c24;
}

.c99tbt1cky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

@media (min-width: 992px) {
  .c99tbt1cky {
    width: auto;
  }
}

.c99tbt1cky .pwqgoxxuha {
  height: auto;
}

@media (max-width: 991px) {
  .c99tbt1cky .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 0.85em 1rem;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .c99tbt1cky .btn:first-child {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 35%;
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    padding: 0.91em 1rem;
  }
}

.c99tbt1cky .btn:last-child {
  margin-left: 12px;
}

@media (max-width: 991px) {
  .c99tbt1cky .btn:last-child {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(65% - 15px);
    max-width: calc(65% - 15px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(65% - 15px);
            flex: 0 0 calc(65% - 15px);
  }
}

.result-tag-list-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #00a713;
}

.result-tag-list-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.15rem 1.7rem 0.15rem 0.5rem;
  color: #00a713;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}

.result-tag-list-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 100%;
  cursor: pointer;
}

.result-tag-list-icon:hover {
  background-color: #00a713;
}

.result-tag-list-icon:hover svg {
  fill: #ffffff;
}

.result-tag-list-icon svg {
  fill: #00a713;
  font-size: 8px;
  font-size: 0.5rem;
}

.btn-filter-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: height 400ms ease-out, background-color 250ms ease,
 border-radius 250ms ease;
  -o-transition: height 400ms ease-out, background-color 250ms ease,
 border-radius 250ms ease;
  transition: height 400ms ease-out, background-color 250ms ease,
 border-radius 250ms ease;
}

@media (min-width: 992px) {
  .btn-filter-submit {
    height: 70px;
  }
}

.btn-filter-submit:hover {
  border-color: #008e10;
  background-color: #008e10;
}

.btn-filter-submit--hero {
  height: 50px;
}

@media (min-width: 992px) {
  .btn-filter-submit--hero {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    height: 60px;
  }
}

.btn-filter-submit-icon {
  margin-left: 0.5rem;
}

.btn-filter-submit-icon svg {
  fill: #00a713;
  font-size: 25px;
  font-size: 1.5625rem;
}

.filter-checkbox-nested-ext {
  padding-top: 0;
  padding-left: 2rem;
}

@media (min-width: 992px) {
  .ue1vqzkw9h {
    overflow: auto;
    max-height: 250px;
  }
}

.ue1vqzkw9h .y9ioaxf {
  padding-left: 0;
}

.filter-person-header {
  display: inline-block;
  vertical-align: top;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 770px) {
  .filter-person-header {
    display: block;
    padding-top: 5px;
    background-color: #f2f6f9;
    padding-left: 12px;
  }
}

.filter-person-header-item {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #ffffff;
  background-color: #eeeeee;
  height: 50px;
  width: 50px;
  padding: 0 1rem 0 1rem;
  cursor: pointer;
  margin-right: -4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 771px) {
  .filter-person-header-item {
    height: 30px;
    width: 45px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.filter-person-header-item.alhuea1cd {
  width: auto;
  min-width: 125px;
  padding: 0 1rem 0 0.6rem;
  padding-right: 2rem;
  background-color: #ffffff;
}

@media (min-width: 771px) {
  .filter-person-header-item.alhuea1cd {
    min-width: 80px;
  }
}

.filter-person-header-item.alhuea1cd .filter-person-header-text {
  display: inline-block;
}

.filter-person-header-item.alhuea1cd .filter-person-header-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filter-person-header-item.alhuea1cd:first-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0.6rem;
}

.filter-person-header-result {
  display: inline;
  vertical-align: top;
}

.filter-person-header-text,
.filter-person-header-number {
  display: none;
  margin-right: 0.2rem;
  color: #00a713;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 771px) {
  .filter-person-header-text,
  .filter-person-header-number {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.filter-person-header-number {
  display: inline-block;
  margin-right: 0;
}

.filter-person-header-remove {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 40px;
  cursor: pointer;
}

@media (min-width: 771px) {
  .filter-person-header-remove {
    width: 28px;
  }
}

.filter-person-header-remove:hover {
  background-color: #00a713;
}

.filter-person-header-remove:hover svg {
  fill: #ffffff;
}

.filter-person-header-remove svg {
  fill: #000000;
  font-size: 8px;
  font-size: 0.5rem;
}

.filter-person-content {
  padding: 1.5rem 1.3rem;
  background-color: #ffffff;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .filter-person-content {
    padding: 1.5rem 0.8rem;
  }
  .filter-person-content .col-12.col-md-5.col-xl-6,
  .filter-person-content .col-5.col-xl-6 {
    width: 60%;
    max-width: 60%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  .filter-person-content .col-12.col-md-7.col-xl-6,
  .filter-person-content .col-7.col-xl-6 {
    width: 40%;
    max-width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
  .filter-person-content p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .filter-person-content .p-size-10 p {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .filter-person-content {
    padding: 1.5rem 0.8rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .filter-person-content {
    padding: 1.5rem 0.8rem;
  }
}

.filter-person-header-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 700;
  background-color: #00a713;
  cursor: pointer;
}

@media (min-width: 771px) {
  .filter-person-header-btn {
    font-size: 16px;
    font-size: 1rem;
    width: 30px;
    height: 30px;
  }
}

.filter-person-header-btn:hover {
  background-color: #00740d;
}

@media (max-width: 770px) {
  .children-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
  .children-list > .row {
    display: block;
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0;
    margin-bottom: 0.6rem;
    padding: 0 5px;
  }
  .children-list .col-12 {
    padding: 0;
  }
}

.b02wrb84pi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotateZ(-90deg);
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 1;
  cursor: pointer;
  pointer-events: none;
}

@media (min-width: 771px) {
  .b02wrb84pi {
    right: 15px;
  }
}

@media (min-width: 992px) {
  .b02wrb84pi {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -3px;
  }
}

@media (min-width: 1440px) {
  .b02wrb84pi {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1600px) {
  .b02wrb84pi {
    right: 0;
  }
}

@media (min-width: 1800px) {
  .b02wrb84pi {
    right: 15px;
  }
}

.b02wrb84pi svg {
  fill: #444444;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 1440px) {
  .b02wrb84pi svg {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.b02wrb84pi:hover svg {
  fill: #00a713;
}

@media (max-width: 991px) {
  .filter-mobile {
    position: relative;
  }
  .filter-mobile .btn-filter-submit {
    height: 70px;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .filter-mobile .p65xst5gp6 {
    margin-bottom: 0.6rem;
  }
  .filter-mobile .ro9w1g5rev {
    height: 50px;
    padding: 1rem 1rem;
  }
  .filter-mobile .btn-filter-submit {
    height: 70px;
  }
  .filter-mobile .d12dhd9a8k {
    margin-top: 15px;
  }
}

.filter-mobile-divider {
  display: block;
  width: 100vw;
  left: calc(-50vw + 50%);
  height: 15px;
  background: #ffffff;
  position: relative;
}

.filter-mobile-divider:before {
  content: "";
  position: absolute;
  top: -15px;
  display: block;
  height: 15px;
  background-color: #ffffff;
  width: calc(50% - 15px);
  left: calc(-50vw + 50%);
}

.filter-mobile-divider:after {
  content: "";
  position: absolute;
  top: -15px;
  display: block;
  height: 15px;
  background-color: #ffffff;
  width: calc(50% - 15px);
  right: calc(-50vw + 50%);
}

.filter-mobile-divider-triangle:after {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  bottom: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #ffffff;
}

.filter-mobile-divider-triangle:before {
  content: "";
  position: absolute;
  right: calc(50% - 15px);
  bottom: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #ffffff transparent;
}

.category-headline-filter-close {
  position: absolute;
  top: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mwfte2w8el {
  background-color: #eeeeee;
}

.rkiqifoh1v.alhuea1cd .na8mqmsfa0 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 992px) {
  .rajm3qxwrr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .rajm3qxwrr {
    height: calc(100vh - 100px);
    padding: 0.6rem 0.6rem 50px;
    overflow: auto;
  }
}

@media (max-width: 991px) {
  .na8mqmsfa0 {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    overflow: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    z-index: 999;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    background-color: #ffffff;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .na8mqmsfa0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 10px);
            flex: 0 0 calc(100% - 10px);
  }
}

@media (min-width: 1200px) {
  .na8mqmsfa0 {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px);
            flex: 0 0 calc(100% - 40px);
  }
}

.zjnj9w8m30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .zjnj9w8m30 {
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: 80px;
    width: 10px;
    max-width: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    padding-left: 0;
    padding-right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .zjnj9w8m30 .ptpj3mt0r9 svg {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .zjnj9w8m30 .ptpj3mt0r9 {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .zjnj9w8m30 {
    display: none;
  }
}

@media (min-width: 1200px) {
  .zjnj9w8m30 {
    width: 40px;
    max-width: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
}

@media (min-width: 992px) {
  .vmaelrltii {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 200px);
    max-width: calc(100% - 200px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 200px);
            flex: 0 0 calc(100% - 200px);
  }
}

.vmaelrltii .hidden-content {
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vmaelrltii .hidden-content.alhuea1cd {
  width: 100%;
}

@media (min-width: 992px) {
  .ciduk6knvc {
    width: 200px;
    max-width: 200px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}

@media (max-width: 991px) {
  .q5aec30yzx {
    background-color: #eeeeee;
  }
}

.loby4c8aue {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .loby4c8aue {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.loby4c8aue.pwqgoxxuha {
  height: auto;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .loby4c8aue.pwqgoxxuha {
    position: relative;
    right: -15px;
    width: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
  }
}

.loby4c8aue:hover .xep314w2lb {
  color: #ec1c24;
}

.loby4c8aue:hover .ptpj3mt0r9 svg {
  fill: #ec1c24;
}

@media (min-width: 992px) {
  .loby4c8aue.dropdown-block {
    padding-right: 40px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}

.loby4c8aue.e67z9hm .vcuqdyhl2u,
.loby4c8aue.e67z9hm .a3w08pkjbr {
  display: block;
}

.loby4c8aue.is-row .vcuqdyhl2u,
.loby4c8aue.is-row .a3w08pkjbr {
  display: none;
}

.loby4c8aue.is-row .rydkihqsrv,
.loby4c8aue.is-row .tysmwsvlwd {
  display: block;
}

@media (max-width: 991px) {
  .hb3ikqekdi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .hb3ikqekdi .xep314w2lb {
    font-family: "BigShoulders-bold", Arial, sans-serif;
    font-weight: 700;
    text-decoration: underline;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .hb3ikqekdi {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
  }
}

@media (min-width: 992px) {
  .filter-text-item--absolute-ext {
    position: absolute;
    bottom: auto;
    top: 15px;
    right: 5px;
    left: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    z-index: 3;
  }
}

.xep314w2lb {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .xep314w2lb {
    font-size: 16px;
    font-size: 1rem;
    text-transform: none;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .xep314w2lb {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .xep314w2lb {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.ptpj3mt0r9 {
  display: inline-block;
  margin-left: 0.4rem;
}

.ptpj3mt0r9 svg {
  fill: #000000;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .ptpj3mt0r9 svg {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .ptpj3mt0r9 svg {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .ptpj3mt0r9 svg {
    font-size: 16px;
    font-size: 1rem;
  }
}

.rydkihqsrv,
.tysmwsvlwd {
  display: none;
}

.q5aec30yzx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 992px) {
  .q5aec30yzx {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 991px) {
  .q5aec30yzx .loby4c8aue {
    height: 40px;
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  .q5aec30yzx .loby4c8aue .dropdown-trigger:after {
    display: none;
  }
  .q5aec30yzx .loby4c8aue .dropdown-content {
    min-width: 160px;
  }
}

@media (min-width: 992px) {
  .q5aec30yzx .loby4c8aue {
    margin-left: 1.5625rem;
  }
  .q5aec30yzx .loby4c8aue .dropdown-content {
    min-width: 200px;
    left: 0;
    right: auto;
  }
}

@media (min-width: 1440px) {
  .q5aec30yzx .loby4c8aue {
    margin-left: 5rem;
  }
}

.q5aec30yzx .loby4c8aue:first-child {
  margin-left: 0;
}

.q5aec30yzx .qjnogbi22o {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (max-width: 991px) {
  .q5aec30yzx .ptpj3mt0r9 {
    margin-right: 0.8rem;
  }
}

@media (min-width: 992px) {
  .q5aec30yzx .ptpj3mt0r9 {
    margin-left: 0.8rem;
  }
}

.q5aec30yzx .ptpj3mt0r9 svg {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .q5aec30yzx .ptpj3mt0r9 svg {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .q5aec30yzx .ptpj3mt0r9 svg {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .q5aec30yzx .ptpj3mt0r9 svg {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .q5aec30yzx .ptpj3mt0r9 svg.icon-dlazdice {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .esla1femum {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .esla1femum .ctxge2e75o {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .esla1femum {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .esla1femum .ctxge2e75o {
    width: 100%;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1440px) {
  .esla1femum .loby4c8aue {
    margin-left: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .filter-group--xsmall .loby4c8aue {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .d12dhd9a8k.ciduk6knvc {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #ffffff;
    font-family: "Sora-extralight", Arial, sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 700;
    text-transform: uppercase;
    height: 45px;
    z-index: 4;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .vmaelrltii .ro9w1g5rev {
    height: 70px;
  }
}

@media (min-width: 992px) {
  .vmaelrltii .btn-filter-submit {
    height: 60px;
  }
}

@media (max-width: 991px) {
  .suwl5d9yfi {
    height: auto;
    padding: 0;
    overflow: visible;
  }
  .suwl5d9yfi .p65xst5gp6.is-selected .rim2br0pkf .ro9w1g5rev {
    height: 50px;
  }
}

.suwl5d9yfi .ro9w1g5rev {
  height: 50px;
  padding-left: 2rem;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .suwl5d9yfi .plzme1hs8u {
    width: calc(100% - 40px);
  }
}

@media (min-width: 992px) {
  .suwl5d9yfi .ro9w1g5rev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .suwl5d9yfi .p65xst5gp6 {
    margin-bottom: 0.6rem;
  }
  .suwl5d9yfi .p65xst5gp6.is-selected .rim2br0pkf .ro9w1g5rev {
    height: 50px;
  }
  .suwl5d9yfi .p65xst5gp6.is-selected .rim2br0pkf .v2n8xdbh3v {
    top: auto;
  }
  .suwl5d9yfi .p65xst5gp6.is-selected .rim2br0pkf .plzme1hs8u {
    color: #000000;
  }
  .suwl5d9yfi .dropdown-block.alhuea1cd .j910cxu9zg {
    right: 0;
    left: auto;
    width: 100%;
    max-width: 390px;
    border-radius: 10px 10px;
  }
  .suwl5d9yfi .ynwe0pxmov .v2n8xdbh3v {
    background-color: #eeeeee;
  }
  .suwl5d9yfi .ynwe0pxmov .v2n8xdbh3v:after {
    display: none;
  }
  .suwl5d9yfi .v2n8xdbh3v {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    top: auto;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    width: 180px;
    max-width: 180px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    padding-right: 0;
    height: 50px;
    border-radius: 10px 0 0 10px;
    font-family: "Sora-bold", Arial, sans-serif;
    font-weight: 700;
    text-align: right;
    padding-right: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .suwl5d9yfi .v2n8xdbh3v:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 20px;
    background-color: #c4c4c4;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .suwl5d9yfi .plzme1hs8u {
    padding-left: 20px;
    position: relative;
    top: auto;
    padding-right: 35px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: none;
    width: calc(100% - 180px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 180px);
            flex: 0 0 calc(100% - 180px);
    color: #d5d5d5;
    font-family: "BigShoulders-bold", Arial, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 0.54px;
    font-weight: 700;
    line-height: 1.2;
  }
  .suwl5d9yfi .plzme1hs8u .form-input {
    border: 0;
    padding: 0;
    font-family: "BigShoulders-bold", Arial, sans-serif;
    color: #000000;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.54px;
  }
}

.suwl5d9yfi .u2ru64z5q4 .rim2br0pkf:after {
  display: none;
}

.d6jqorrxqf {
  position: relative;
}

.d6jqorrxqf:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: calc(-50vw + 50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
  background-color: #eeeeee;
}

body.is-filter-open .flatpickr-calendar.open {
  z-index: 9999;
}

@media (max-width: 770px) {
  body.page-detail .flatpickr-calendar {
    width: calc(100% - 35px);
  }
}

body .flatpickr-calendar.open {
  z-index: 99;
}

body .flatpickr-calendar {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(1, 1, 1, 0.1);
          box-shadow: 0 5px 10px rgba(1, 1, 1, 0.1);
}

@media (min-width: 771px) {
  body .flatpickr-calendar {
    max-width: 660px !important;
  }
}

body .flatpickr-weekdays .flatpickr-weekdaycontainer:first-child {
  padding-right: 15px;
  padding-left: 15px;
}

body .flatpickr-weekdays .flatpickr-weekdaycontainer:last-child {
  padding-left: 15px;
  padding-right: 15px;
}

body .dayContainer:first-child {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
}

body .dayContainer:last-child {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
}

body .flatpickr-days {
  padding-bottom: 15px;
}

@media (max-width: 575px) {
  body .flatpickr-calendar {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  body .dayContainer {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  body .flatpickr-days {
    width: 100%;
  }
  body .flatpickr-day {
    max-width: calc(100% / 7);
    height: 50px;
    line-height: 50px;
  }
  body .flatpickr-rContainer {
    width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 771px) {
  body .flatpickr-calendar {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  body .dayContainer {
    width: 100%;
    max-width: 100%;
    min-width: 350px;
  }
  body .flatpickr-days {
    width: 100%;
  }
  body .flatpickr-day {
    max-width: calc(100% / 7);
    height: 50px;
    line-height: 50px;
  }
  body .flatpickr-rContainer {
    width: 100%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  body .flatpickr-calendar {
    width: 252px;
    margin: 0 auto;
  }
  body .dayContainer {
    width: 252px;
    min-width: 252px;
    max-width: 252px;
  }
  body .flatpickr-days {
    width: 252px;
  }
  body .flatpickr-day {
    max-width: 36px;
    height: 36px;
    line-height: 36px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  body .flatpickr-calendar {
    width: 266px;
    margin: 0 auto;
  }
  body .dayContainer {
    width: 266px;
    min-width: 266px;
    max-width: 266px;
  }
  body .flatpickr-days {
    width: 266px;
  }
  body .flatpickr-day {
    max-width: 38px;
    height: 38px;
    line-height: 38px;
  }
}

@media (min-width: 1440px) {
  body .flatpickr-calendar {
    width: 280px;
    margin: 0 auto;
  }
  body .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
  }
  body .flatpickr-days {
    width: 280px;
  }
  body .flatpickr-day {
    max-width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.fwbq1n1tys {
  padding: 2em 0 2em;
  padding-bottom: 60px;
}

@media (min-width: 992px) {
  .fwbq1n1tys {
    padding-bottom: 65px;
  }
}

@media (min-width: 992px) {
  .is-advanced-filter-open:not(.hide-header) .z07jcoss60 {
    padding-bottom: 196px;
  }
}

.z07jcoss60 {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .z07jcoss60 {
    padding-bottom: 110px;
  }
}

.section-detail-info-parameters {
  padding: 6rem 0.5rem 2rem 0.5rem;
}

@media (min-width: 992px) {
  .section-detail-info-parameters {
    padding: 3rem 3rem 0 3rem;
  }
  .section-detail-info-parameters .container-large {
    padding-left: 3rem;
  }
}

@media (min-width: 1200px) {
  .section-detail-info-parameters .container-large {
    padding-left: 12rem;
  }
}

@media (min-width: 1440px) {
  .section-detail-info-parameters .container-large {
    padding-left: 20rem;
  }
}

@media (min-width: 1600px) {
  .section-detail-info-parameters .container-large {
    padding-left: 18rem;
  }
}

.n8ux7f1cgb {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  padding: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eeeeee;
}

@media (min-width: 992px) {
  .n8ux7f1cgb {
    height: 65px;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .n8ux7f1cgb .n9td7728l8:before {
    height: 50px;
  }
}

.n8ux7f1cgb.hide-navigation {
  top: 0 !important;
  z-index: 99999 !important;
  -webkit-transition: top 0.4s ease-out !important;
  -o-transition: top 0.4s ease-out !important;
  transition: top 0.4s ease-out !important;
}

@media (min-width: 992px) {
  .n8ux7f1cgb.hide-navigation {
    top: 0 !important;
  }
}

.n8ux7f1cgb.detail-tab-block-scroll {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #eeeeee;
  bottom: auto;
  z-index: 999 !important;
  -webkit-transition: top 0.4s ease-out !important;
  -o-transition: top 0.4s ease-out !important;
  transition: top 0.4s ease-out !important;
}

@media (min-width: 992px) {
  .n8ux7f1cgb.detail-tab-block-scroll {
    z-index: 99 !important;
    padding-left: 0;
    top: 90px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .n8ux7f1cgb.detail-tab-block-scroll .h9ssxmac36 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.n8ux7f1cgb.detail-tab-block-scroll .bv3wdtmobk {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.n8ux7f1cgb.detail-tab-block-scroll .detail-bar-price {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .n8ux7f1cgb.detail-tab-block-scroll .container-large {
    width: 100%;
  }
}

@media (max-width: 770px) {
  .n8ux7f1cgb.detail-tab-block-scroll .container-large {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .n8ux7f1cgb.detail-tab-block-scroll.hide-navigation {
    z-index: 999 !important;
  }
}

.n8ux7f1cgb.detail-tab-block-scroll.detail-scroll-bottom {
  top: 60px;
}

@media (min-width: 992px) {
  .n8ux7f1cgb.detail-tab-block-scroll.detail-scroll-bottom {
    top: 60px;
  }
}

.detail-menu-bar-short {
  height: 50px;
}

@media (min-width: 992px) {
  .detail-menu-bar-short {
    height: 80px;
    background-color: transparent;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (min-width: 992px) and (min-width: 993px) and (max-width: 1200px) {
  .detail-menu-bar-short.detail-tab-block-scroll .haqvwrbfqn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .detail-menu-bar-short.detail-tab-block-scroll {
    top: -35px;
    height: 50px;
  }
  .detail-menu-bar-short.detail-tab-block-scroll .haqvwrbfqn {
    height: 42px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .detail-menu-bar-short.detail-tab-block-scroll .h9ssxmac36 {
    margin: 0;
  }
  .detail-menu-bar-short.detail-tab-block-scroll .n9td7728l8:before {
    top: 5px;
    height: 30px;
  }
  .detail-menu-bar-short.hide-navigation {
    top: 0 !important;
  }
  .detail-menu-bar-short .n9td7728l8:before {
    top: 0;
    height: 42px;
  }
}

@media (min-width: 992px) {
  .detail-menu-bar-short .ewo1ymrq58:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1480px;
    display: block;
    height: 100%;
    width: 1500px;
    z-index: -1;
    background: #eeeeee;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (min-width: 992px) {
  .detail-menu-bar-short .o2lplzg9ej {
    padding-right: 0;
    position: relative;
    background-color: #eeeeee;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-radius: 0 20px 20px 0;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .detail-menu-bar-short .h9ssxmac36 {
    margin-left: -5px;
    margin-right: -35px;
  }
}

.detail-menu-bar-short .qbp1hhyder {
  position: relative;
  margin-right: 1.2rem;
  padding-right: 1.2rem;
}

@media (max-width: 770px) {
  .detail-menu-bar-short .qbp1hhyder.detail-menu-list-item-last:after {
    display: none;
  }
  .detail-menu-bar-short .qbp1hhyder:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #000000;
  }
}

@media (min-width: 771px) {
  .detail-menu-bar-short .qbp1hhyder {
    padding-right: 0;
    margin-right: 1.2rem;
  }
}

@media (min-width: 992px) {
  .detail-menu-bar-short .qbp1hhyder {
    margin-right: 1.2rem;
  }
}

@media (min-width: 1200px) {
  .detail-menu-bar-short .qbp1hhyder {
    margin-right: 1rem;
  }
}

@media (min-width: 1440px) {
  .detail-menu-bar-short .qbp1hhyder {
    margin-right: 1.8rem;
  }
}

.detail-menu-bar-short .haqvwrbfqn {
  height: 42px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .detail-menu-bar-short .haqvwrbfqn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .detail-menu-bar-short .haqvwrbfqn {
    height: 80px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media (min-width: 1200px) {
  .detail-menu-bar-short .haqvwrbfqn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1440px) {
  .detail-menu-bar-short .haqvwrbfqn {
    font-size: 16px;
    font-size: 1rem;
  }
}

.o2lplzg9ej {
  position: static;
  width: 100%;
}

@media (min-width: 771px) {
  .o2lplzg9ej {
    padding-right: 1em;
  }
}

@media (min-width: 1200px) {
  .o2lplzg9ej {
    padding-right: 2em;
  }
}

.b15cd2gdfx {
  padding-right: 0;
}

@media (min-width: 576px) {
  .b15cd2gdfx .qbp1hhyder {
    margin-right: 2.5rem;
  }
}

@media (min-width: 992px) {
  .b15cd2gdfx .qbp1hhyder {
    margin-right: 1.875rem;
  }
}

@media (min-width: 1440px) {
  .b15cd2gdfx .qbp1hhyder {
    margin-right: 5rem;
  }
}

@media (min-width: 1600px) {
  .b15cd2gdfx .qbp1hhyder {
    margin-right: 5rem;
  }
}

@media (min-width: 1800px) {
  .b15cd2gdfx .qbp1hhyder {
    margin-right: 7.5rem;
  }
}

@media (min-width: 771px) {
  .h9ssxmac36 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .h9ssxmac36 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 770px) {
  .h9ssxmac36 {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.detail-menu-list-gray {
  background-color: #eeeeee;
}

.detail-menu-block-full {
  position: relative;
  padding-right: 0;
  width: auto;
}

@media (max-width: 770px) {
  .detail-menu-list-7 {
    padding-left: 20px;
  }
}

@media (min-width: 771px) {
  .detail-menu-list-7 .qbp1hhyder {
    display: block;
    padding: 0 2px;
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    text-align: center;
  }
}

.detail-menu-list-7 .haqvwrbfqn {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .detail-menu-list-7 .haqvwrbfqn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 771px) {
  .detail-menu-list-7 .haqvwrbfqn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 992px) {
  .detail-menu-list-7 .haqvwrbfqn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {
  .detail-menu-list-7 .haqvwrbfqn {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .wlrb0jmgt7 {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (min-width: 771px) {
  .qbp1hhyder {
    margin-right: 2rem;
  }
}

@media (min-width: 992px) {
  .qbp1hhyder {
    margin-right: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .qbp1hhyder {
    margin-right: 2rem;
  }
}

@media (min-width: 1440px) {
  .qbp1hhyder {
    margin-right: 3rem;
  }
}

@media (max-width: 770px) {
  .qbp1hhyder {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.5em;
  }
}

.qbp1hhyder.alhuea1cd .haqvwrbfqn {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (min-width: 1200px) {
  .qbp1hhyder.alhuea1cd .haqvwrbfqn {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.qbp1hhyder.alhuea1cd:hover.alhuea1cd .haqvwrbfqn {
  text-decoration: none;
}

.qbp1hhyder:hover .haqvwrbfqn {
  text-decoration: underline;
}

.ekzyo1lfci .haqvwrbfqn {
  font-family: "BigShoulders-extrabold", Arial, sans-serif;
  font-weight: 900;
  color: #ec1c24;
  font-size: 17px;
  font-size: 1.0625rem;
}

@media (min-width: 576px) {
  .ekzyo1lfci .haqvwrbfqn {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media (min-width: 771px) {
  .ekzyo1lfci .haqvwrbfqn {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.haqvwrbfqn {
  position: relative;
  display: block;
  padding: 0.8rem 0;
  color: #000000;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 51px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}

@media (min-width: 992px) {
  .haqvwrbfqn {
    height: 65px;
  }
}

@media (min-width: 1200px) {
  .haqvwrbfqn {
    font-size: 16px;
    font-size: 1rem;
  }
}

.haqvwrbfqn.alhuea1cd {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  color: #000000;
}

.haqvwrbfqn.alhuea1cd:hover {
  text-decoration: none;
}

.haqvwrbfqn:hover {
  color: #000000;
}

.detail-menu-list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 25px;
  height: 25px !important;
  border-radius: 100%;
  background-color: #000000;
}

.detail-menu-list-icon:hover {
  background-color: #ec1c24;
}

.detail-menu-list-icon svg {
  fill: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
}

.detail-menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  height: 100%;
  min-width: 120px;
  padding: 0 0.3rem;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (max-width: 991px) {
  .detail-menu-btn {
    width: 135px;
    max-width: 135px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
            flex: 0 0 135px;
    right: 0;
  }
}

@media (max-width: 575px) {
  .detail-menu-btn {
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
  }
}

@media (min-width: 771px) {
  .detail-menu-btn {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 992px) {
  .detail-menu-btn {
    font-size: 16px;
    font-size: 1rem;
    min-width: 180px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .detail-menu-btn {
    min-width: 150px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1440px) {
  .detail-menu-btn {
    min-width: 270px;
  }
}

@media (min-width: 1600px) {
  .detail-menu-btn {
    right: -90px;
  }
}

.n9td7728l8.is-disabled:before, .n9td7728l8.is-disabled:after {
  display: none;
}

.n9td7728l8.is-disabled .h9ssxmac36 {
  padding-right: 0;
}

.n9td7728l8:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  height: 50px;
  right: 0;
  width: 50px;
  text-align: center;
  background-color: #eeeeee;
  z-index: 2;
}

@media (max-width: 770px) {
  .n9td7728l8:before {
    display: block;
  }
}

.n9td7728l8:after {
  content: "";
  display: none;
  position: absolute;
  top: calc(50% + 10px);
  margin-top: -25px;
  right: 5px;
  -webkit-animation: slideOutLeft 2s infinite;
          animation: slideOutLeft 2s infinite;
  z-index: 3;
  width: 19px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/scroll.svg");
}

@media (max-width: 770px) {
  .n9td7728l8:after {
    display: block;
  }
}

.scroll-icon-category:before {
  width: 40px;
  height: 40px;
  background-color: transparent;
}

.scroll-icon-category:after {
  right: 0;
}

@media (max-width: 991px) {
  .l15ihysecz:before {
    display: block;
    right: 0;
  }
  .l15ihysecz .qbp1hhyder:last-child {
    padding-right: 20px;
  }
  .l15ihysecz:after {
    display: block;
    right: 5px;
  }
}

.e5z0ke1hiu {
  position: relative;
}

.e5z0ke1hiu p:after,
.e5z0ke1hiu .lu5a4b:after,
.e5z0ke1hiu .zu4a0o:after {
  content: "‘’";
  position: absolute;
  top: -40px;
  left: 10px;
  color: #eeeeee;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 180px;
  font-size: 11.25rem;
  line-height: 1;
  z-index: -1;
}

@media (min-width: 576px) {
  .e5z0ke1hiu p:after,
  .e5z0ke1hiu .lu5a4b:after,
  .e5z0ke1hiu .zu4a0o:after {
    top: -40px;
    left: -10px;
  }
}

.dgz42qmo3z,
.quote-block--white {
  padding-top: 2rem;
  padding-left: 0.5rem;
}

.dgz42qmo3z p:after,
.dgz42qmo3z .lu5a4b:after,
.dgz42qmo3z .zu4a0o:after,
.quote-block--white p:after,
.quote-block--white .lu5a4b:after,
.quote-block--white .zu4a0o:after {
  top: -10px;
  left: 10px;
  color: #ffffff;
  font-size: 200px;
  font-size: 12.5rem;
  letter-spacing: -10.88px;
  z-index: -1;
}

@media (min-width: 576px) {
  .dgz42qmo3z p:after,
  .dgz42qmo3z .lu5a4b:after,
  .dgz42qmo3z .zu4a0o:after,
  .quote-block--white p:after,
  .quote-block--white .lu5a4b:after,
  .quote-block--white .zu4a0o:after {
    top: -10px;
    left: -5px;
  }
}

.dgz42qmo3z p:after,
.dgz42qmo3z .lu5a4b:after,
.dgz42qmo3z .zu4a0o:after {
  opacity: 0.3;
}

@media (max-width: 991px) {
  .category-headline-block {
    position: relative;
  }
  .category-headline-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100vw;
    left: calc(-50vw + 50%);
    background: #eeeeee;
    z-index: -1;
  }
  .category-headline-block.alhuea1cd {
    min-height: 560px;
  }
  .category-headline-block.alhuea1cd .category-headline-more {
    display: none !important;
  }
  .category-headline-block.alhuea1cd .hidden-md-content {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    -webkit-transition: opacity 250ms ease;
    -o-transition: opacity 250ms ease;
    transition: opacity 250ms ease;
  }
  .category-headline {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 155px;
    margin: 0;
    margin-bottom: 0;
  }
  .category-headline-bg {
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    width: 100vw;
    display: block;
    height: 100%;
    z-index: -1;
  }
  .category-headline-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
  }
  .category-headline-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 230px;
    max-width: 250px;
    border-radius: 3px;
    background-color: #ffffff;
    color: #ec1c24 !important;
    font-family: "Sora-extralight", Arial, sans-serif;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 700;
    margin-bottom: 0;
    padding: 0.6rem 3.5rem 0.6rem 0.8rem;
    cursor: pointer;
  }
  .category-headline-title:after {
    content: "" !important;
    width: 20px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../images/icons/chevron-down-blue-light.svg.html");
  }
  .category-headline-close {
    position: absolute;
    top: 50%;
    right: -35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25px;
    height: 25px;
    background-color: rgba(18, 74, 140, 0.8);
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  .category-headline-close svg {
    fill: #ffffff;
    font-size: 10px;
    font-size: 0.625rem;
  }
  .category-headline-more {
    position: absolute;
    bottom: 5px;
    left: 10px;
  }
  .category-headline-more .vjviigg6g2 {
    color: #ffffff;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mobile-menu-bar.hide-navigation .mobile-menu-top {
  top: 0 !important;
  -webkit-transition: top 400ms ease-out;
  -o-transition: top 400ms ease-out;
  transition: top 400ms ease-out;
}

.mobile-menu-bar.hide-navigation .mobile-menu-user {
  bottom: 0 !important;
  -webkit-transition: bottom 400ms ease-out;
  -o-transition: bottom 400ms ease-out;
  transition: bottom 400ms ease-out;
}

.mobile-menu-bar.category-mobile-scroll .mobile-menu-top {
  top: 0 !important;
  -webkit-transition: top 400ms ease-out;
  -o-transition: top 400ms ease-out;
  transition: top 400ms ease-out;
}

.mobile-menu-bar.category-mobile-scroll .mobile-menu-user {
  bottom: 0 !important;
  -webkit-transition: bottom 400ms ease-out;
  -o-transition: bottom 400ms ease-out;
  transition: bottom 400ms ease-out;
}

.mobile-menu-top {
  position: fixed;
  top: -70px;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: top 400ms ease-out;
  -o-transition: top 400ms ease-out;
  transition: top 400ms ease-out;
}

.category-mobile-title-block {
  background-color: #ec1c24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 35px;
}

.category-mobile-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 230px;
  max-width: 250px;
  border-radius: 3px;
  background-color: #ffffff;
  color: #ec1c24 !important;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 0.2rem 3rem 0.2rem 0.8rem;
  cursor: pointer;
}

.category-mobile-title:after {
  content: "" !important;
  width: 11px;
  height: 6px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down-blue-light.svg.html");
}

.category-mobile-text {
  color: #ffffff;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}

.category-mobile-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category-mobile-search svg {
  fill: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}

.category-mobile-favorite {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category-mobile-favorite svg {
  fill: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}

.category-mobile-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category-mobile-back svg {
  fill: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}

.category-mobile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #e6e9ec;
}

.category-mobile-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.33%;
  max-width: 33.33%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  height: 33px;
  background-color: #f2f6f9;
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  border-right: 1px solid #e6e9ec;
}

.mobile-menu-user {
  position: fixed;
  bottom: -60px;
  left: 0;
  width: 100%;
  z-index: 99;
  border-top: 1px solid #e6e9ec;
  -webkit-transition: bottom 400ms ease-out;
  -o-transition: bottom 400ms ease-out;
  transition: bottom 400ms ease-out;
}

@media (max-width: 770px) {
  .category-title-shadow {
    padding-bottom: 1rem;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.08);
  }
}

.sort-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}

.sort-icon.alhuea1cd svg {
  fill: #ec1c24;
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8rem;
  width: 100%;
  padding-right: 1rem;
}

.service-list-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .service-list-item {
    width: 50%;
  }
}

@media (min-width: 771px) {
  .service-list-item {
    width: 33.33%;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .service-list-item {
    padding-right: 1.5rem;
    width: 25%;
  }
}

.service-list-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  width: 35px;
  max-width: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  height: 35px;
  background-color: #eeeeee;
  position: relative;
  top: -9px;
}

@media (min-width: 576px) {
  .service-list-icon {
    top: -7px;
  }
}

.service-list-icon svg {
  fill: #ec1c24;
  font-size: 20px;
  font-size: 1.25rem;
}

.service-list-text {
  width: calc(100% - 35px);
  max-width: calc(100% - 35px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 35px);
          flex: 0 0 calc(100% - 35px);
  color: #000000;
  font-family: "Sora-extralight", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .service-list-text {
    padding-left: 2rem;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .page-detail header {
    display: none;
  }
  .page-detail main {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .q4l7qt4w13 {
    padding: 1.6rem 10px 1rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .q4l7qt4w13 .zu4a0o {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.detail-gallery {
  position: relative;
}

.detail-gallery-overflow {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  height: 260px;
  background-color: #000000;
}

@media (min-width: 576px) {
  .detail-gallery-overflow {
    height: 380px;
  }
}

@media (min-width: 771px) {
  .detail-gallery-overflow {
    border-radius: 20px;
  }
}

@media (min-width: 992px) {
  .detail-gallery-overflow {
    height: 580px;
  }
}

.is-gallery-open:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1045;
  background-color: #333333;
}

.is-gallery-open .detail-gallery-back-group {
  opacity: 1;
  visibility: visible;
}

.is-gallery-open .modal-overlay {
  display: none;
}

.is-gallery-open .modal-block {
  z-index: 1046;
  padding: 0;
}

.is-gallery-open .modal-block .modal-body {
  padding: 0;
}

.is-gallery-open .modal-block .modal-scroll {
  margin: 0;
}

.is-gallery-open .modal-block .detail-menu-block-full,
.is-gallery-open .modal-block .jc33ki6jrp,
.is-gallery-open .modal-block .s4c2q58kx,
.is-gallery-open .modal-block .uadcatarq4.alhuea1cd .i9do6kp2y8,
.is-gallery-open .modal-block .js-tab-content-item:not(.alhuea1cd) {
  display: none;
}

@media (max-width: 991px) {
  .side-panel-basket-content {
    position: relative;
    background-color: transparent;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 992px) {
  .side-panel-basket-content {
    padding: 6rem 0 2rem;
  }
}

@media (min-width: 1600px) {
  .side-panel-basket-content {
    padding: 6rem 0 2rem;
  }
}

@media (min-width: 1800px) {
  .side-panel-basket-content {
    padding: 6rem 0 2rem;
  }
}

@media (min-width: 1440px) {
  .detail-width-50 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .detail-width-50.detail-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.detail-support {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .detail-support .au3iwp {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .detail-support .au3iwp {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .detail-support .au3iwp {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 771px) {
  .detail-support-side.d-lg-flex {
    display: none !important;
  }
}

.support-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 115px;
  width: 115px;
  background-color: #fab9b7;
  border-radius: 100%;
}

.support-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.koaq2b2vkf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}

.ndukosb6xu {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 771px) {
  .ndukosb6xu {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .ndukosb6xu {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.n2m0wbzyl4 {
  width: 100px;
  max-width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

@media (min-width: 771px) {
  .n2m0wbzyl4 {
    width: 120px;
    max-width: 120px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .n2m0wbzyl4 {
    margin-bottom: 0.3rem;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.to4yn741yb {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  padding-left: 1.25rem;
}

@media (min-width: 771px) {
  .to4yn741yb {
    padding-left: 2.1875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .to4yn741yb {
    padding-left: 0;
  }
}

.product-box--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 991px) {
  .product-box--detail {
    margin-top: 1.2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background-color: transparent;
    padding: 0;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .product-box--detail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product-box--detail .product-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 -10px;
}

@media (max-width: 991px) {
  .product-box--detail .product-box-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 1440px) {
  .product-box--detail .product-box-list {
    margin: 0 -20px;
  }
}

.product-box--detail .product-box-list__item {
  margin-right: 0;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .product-box--detail .product-box-list__item {
    position: relative;
    margin-bottom: 1rem;
    width: 50%;
    padding-left: 15px;
  }
  .product-box--detail .product-box-list__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #ec1c24;
  }
}

@media (min-width: 1440px) {
  .product-box--detail .product-box-list__item {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .product-box--detail .product-box-list__text {
    font-family: "Sora-Regular", Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .product-box--detail .product-box-list__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .product-box--detail .product-box-list__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .product-box--detail .product-box-list__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 991px) {
  .product-box--detail .product-box-list__icon {
    display: none;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .product-box--detail .product-box-list__icon svg {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .product-box--detail .product-box-list__icon svg {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .product-box--detail .product-box-list__icon svg {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.detail-title {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 771px) {
  .detail-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .detail-title {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

.product-info-block--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .product-info-block--detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-info-block--detail .nbo8k7qbap {
  height: auto;
}

.product-info-block--detail .ar22t27vza {
  font-size: 28px;
  font-size: 1.75rem;
}

@media (min-width: 576px) {
  .product-info-block--detail .ar22t27vza {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .product-info-block--detail .ar22t27vza {
    margin-bottom: 1rem;
  }
}

.product-info-block--detail .t2j93xmwtw {
  margin-right: 0.8rem;
}

@media (min-width: 576px) {
  .product-info-block--detail .t2j93xmwtw {
    margin-right: 1.5rem;
  }
}

.product-info-block--detail .t2j93xmwtw svg {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .product-info-block--detail .t2j93xmwtw svg {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media (max-width: 575px) {
  .product-info-block--detail .nds763naat {
    height: 35px;
    width: 150px;
    min-width: 150px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .product-info-block--detail .nds763naat {
    min-width: 150px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .product-info-block--detail .nds763naat {
    min-width: 150px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.detail-action-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .detail-action-block .rjwe61dt13 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .detail-action-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detail-action-block .rjwe61dt13 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .detail-action-block .tv2zqj {
    margin-bottom: 1rem;
  }
}

.detail-action__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.1rem 0.9rem;
  border-right: 1px solid #000000;
}

@media (max-width: 991px) {
  .detail-action__link:last-child {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .detail-action__link {
    padding: 0.1rem 1.2rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .detail-action__link {
    padding: 0.1rem 0.8rem;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.detail-action__link:last-child {
  border-right: 0;
}

.detail-action__icon {
  width: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  display: none;
}

@media (min-width: 576px) {
  .detail-action__icon {
    display: block;
  }
}

.detail-action__icon svg {
  fill: #000000;
  font-size: 17px;
  font-size: 1.0625rem;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .detail-action__icon svg {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.detail-action__text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  color: #000000;
  line-height: 1.2;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

@media (min-width: 576px) {
  .detail-action__text {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 5px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .detail-action__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.detail-side-content {
  position: relative;
  border-radius: 20px;
  background-color: #eeeeee;
  padding: 1.75rem 1.75rem;
  padding-right: 0;
  margin-bottom: 6.25rem;
}

.detail-side-content:after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 90%);
  display: block;
  width: 50%;
  height: 100%;
  background-color: #eeeeee;
  z-index: -1;
}

.youtube-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  border-radius: 20px;
  overflow: hidden;
}

.youtube-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .area-group:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .area-group {
    position: relative;
    margin-bottom: 1.8rem;
    padding-bottom: 1rem;
  }
  .area-group:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .area-group:last-child:after {
    display: none;
  }
  .area-group:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 1px;
    background-color: #ebebeb;
  }
}

.area-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.4rem 0;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.area-list__item:hover .area-list__text {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.area-list__item:hover .area-list-map {
  opacity: 1;
  visibility: visible;
}

.area-list__text {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .area-list__text {
    padding-right: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.area-list__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.area-list__number {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .area-list__number {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.area-list-map {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.9375rem;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 576px) {
  .area-list-map {
    padding-right: 1.5625rem;
  }
}

@media (min-width: 1600px) {
  .area-list-map {
    padding-right: 5rem;
  }
}

.area-list-map__icon {
  width: 15px;
  max-width: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
}

.area-list-map__icon svg {
  fill: #000000;
  font-size: 15px;
  font-size: 0.9375rem;
}

.area-list-map__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000000;
  font-family: "Sora-bold", Arial, sans-serif;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  display: none;
}

@media (min-width: 771px) {
  .area-list-map__text {
    padding-left: 10px;
    display: block;
  }
}

@media (max-width: 991px) {
  .product-info-block-box {
    position: relative;
    padding: 1rem 0;
    background-color: #eeeeee;
  }
  .product-info-block-box::before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 100vw;
    height: 100%;
    left: calc(50% - 50vw);
    background-color: #eeeeee;
    z-index: -1;
  }
}

@media (max-width: 991px) {
  .detail-office {
    margin-top: 2rem;
    margin-bottom: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .detail-office p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .detail-office p strong {
    margin-left: 8px;
    color: #000000;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .detail-video-left-panel {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .detail-video-right-panel {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.slider-product-detail {
  position: relative;
}

@media (max-width: 991px) {
  .slider-product-detail {
    margin: 0 -15px;
  }
}

.slider-product-detail .js-slide-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 100%;
}

.slider-product-detail .js-slide-item:hover img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

.slider-product-detail-main .slick-slide > div {
  height: 100%;
}

.slider-product-detail-main .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider-product-detail-main .js-slide-item {
  padding: 0;
}

.slider-product-detail-main .slide-item-video {
  position: relative;
}

.slider-product-detail-main .slide-item-video .product-detail-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.slider-product-detail-main .slide-item-video .product-detail-video-icon svg {
  font-size: 100px;
  font-size: 6.25rem;
  fill: #ffffff;
}

.slider-product-detail-main .slide-item-video:hover .product-detail-video-icon svg {
  fill: #ec1c24;
}

.slider-product-detail-main .slide-item-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.slider-product-detail-main .product-detail-image-block {
  height: 100%;
  width: 100%;
}

.slider-product-detail-main img {
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  -o-transition: transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-product-detail-thumbnails {
  position: absolute;
  bottom: 10px;
  padding: 0 8px;
  width: 100%;
}

@media (min-width: 992px) {
  .slider-product-detail-thumbnails {
    padding: 0 10px;
  }
}

.slider-product-detail-thumbnails .slick-slide {
  padding: 0 5px;
}

.slider-product-detail-thumbnails .slick-slide:hover .js-slide-item, .slider-product-detail-thumbnails .slick-slide.slick-current .js-slide-item {
  position: relative;
}

.slider-product-detail-thumbnails .slick-slide:hover .js-slide-item:after, .slider-product-detail-thumbnails .slick-slide.slick-current .js-slide-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #ec1c24;
}

.slider-product-detail-thumbnails .js-slide-item {
  overflow: hidden;
  padding: 0;
}

.slider-product-detail-thumbnails .product-detail-image-block {
  height: 100%;
  width: 100%;
}

.slider-product-detail-thumbnails img {
  -webkit-transition: -webkit-transform 400ms ease-out;
  transition: -webkit-transform 400ms ease-out;
  -o-transition: transform 400ms ease-out;
  transition: transform 400ms ease-out;
  transition: transform 400ms ease-out, -webkit-transform 400ms ease-out;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-group-slider {
  position: relative;
}

.review-group-slider .review-item {
  margin-bottom: 40px;
}

.review-group-slider .review-content {
  margin-top: 40px;
}

.review-item {
  margin-bottom: 40px;
}

.review-content {
  position: relative;
}

.review-content:before {
  content: "“";
  position: absolute;
  top: -60px;
  left: -6px;
  display: block;
  opacity: 0.72;
  color: #eeeeee;
  font-family: "Sora-bold", Arial, sans-serif;
  font-size: 208px;
  font-weight: 700;
  z-index: -1;
}

.review-content p {
  margin-bottom: 0;
}

.review-name {
  margin-top: 1.2rem;
  color: #000000;
  font-family: "Sora-bold", Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 770px) {
  .lqv3pi57kn {
    width: 99px;
    height: 152px;
    margin: 0 auto 3rem;
  }
}

@media (min-width: 771px) {
  .lqv3pi57kn {
    position: absolute;
    top: -10%;
    right: -40px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .lqv3pi57kn {
    right: auto;
    left: -60px;
    top: 10%;
  }
}

@media (min-width: 1200px) {
  .lqv3pi57kn {
    top: 30%;
    left: 10px;
  }
}

@media (min-width: 1440px) {
  .lqv3pi57kn {
    left: -10px;
  }
}

@media (min-width: 1600px) {
  .lqv3pi57kn {
    left: -10px;
  }
}

@media (min-width: 1800px) {
  .lqv3pi57kn {
    left: -10px;
  }
}

@media (min-width: 992px) {
  .yhv3in3qhz {
    padding-left: 200px;
  }
}

@media (min-width: 1200px) {
  .yhv3in3qhz {
    padding-left: 290px;
  }
}

@media (min-width: 1440px) {
  .yhv3in3qhz {
    padding-left: 290px;
  }
}

@media (min-width: 1600px) {
  .yhv3in3qhz {
    padding-left: 290px;
  }
}

@media (min-width: 1800px) {
  .yhv3in3qhz {
    padding-left: 290px;
  }
}

@media (max-width: 770px) {
  .rs2ag2juwi {
    max-width: 280px;
    margin: 0 auto;
  }
}

.ank16tq93p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}

.ank16tq93p:last-child {
  margin-bottom: 0;
}

.bk95kx5bpc {
  position: relative;
  top: -4px;
  width: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
}

.bk95kx5bpc svg {
  fill: #ffffff;
  font-size: 35px;
  font-size: 2.1875rem;
}

.fzjjq3hmf5 {
  padding-left: 1.75rem;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.4;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .fzjjq3hmf5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .fzjjq3hmf5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .fzjjq3hmf5 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .fsndo4xyld {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .fsndo4xyld {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .ugp5f71e5d {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .ugp5f71e5d {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 991px) {
  .mzao2fn4la {
    position: relative;
    padding: 2rem 0;
  }
  .mzao2fn4la:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 140%;
    height: 100%;
    z-index: -1;
    background-color: #eeeeee;
  }
}

.sehwfaijt8 {
  height: 300px;
}

@media (min-width: 992px) {
  .sehwfaijt8 {
    height: 570px;
  }
}

.xch9bw72h7 {
  position: relative;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0) rotateZ(5deg);
          transform: translate3d(0, 0, 0) rotateZ(5deg);
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 992px) {
  .xch9bw72h7 {
    padding-left: 50px;
  }
}

.xch9bw72h7 .qmpfzevpms {
  max-width: 580px;
}

@media (min-width: 992px) {
  .xch9bw72h7 .qmpfzevpms {
    max-width: 460px;
  }
}

@media (min-width: 1440px) {
  .xch9bw72h7 .qmpfzevpms {
    max-width: 580px;
  }
}

@media (min-width: 1600px) {
  .xch9bw72h7 .qmpfzevpms {
    max-width: 720px;
  }
}

.qr443kqoun {
  padding-top: 5rem;
  padding-bottom: 25rem;
}

@media (min-width: 771px) {
  .qr443kqoun {
    padding-bottom: 28rem;
  }
}

@media (min-width: 992px) {
  .qr443kqoun {
    padding-top: 15rem;
    padding-bottom: 9rem;
    margin-top: -110px;
  }
}

.aanjtofwsl {
  position: relative;
  -webkit-transform: translate3d(-15px, 0, 0) rotateZ(-5deg);
          transform: translate3d(-15px, 0, 0) rotateZ(-5deg);
  -webkit-font-smoothing: antialiased;
}

.i5f7mn4m38 {
  position: relative;
  -webkit-transform: rotateZ(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotateZ(-5deg);
  -webkit-font-smoothing: antialiased;
}

.b7a32q46ym {
  position: relative;
  overflow: hidden;
  position: absolute;
  width: 150%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 576px) {
  .b7a32q46ym {
    width: 130%;
  }
}

@media (min-width: 992px) {
  .b7a32q46ym {
    width: 100%;
    left: 45%;
  }
}

.b7a32q46ym:before {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ec1c24;
  opacity: 1;
  border-radius: 70px;
  z-index: -1;
}

@media (min-width: 992px) {
  .b7a32q46ym:before {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .dgdpba5b69 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.dgdpba5b69 .f705qa3x6p {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  max-width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  z-index: 1;
  margin-top: 0.3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.8rem;
}

.dgdpba5b69 .f705qa3x6p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%) rotateZ(5deg);
      -ms-transform: translate(-50%, -50%) rotate(5deg);
          transform: translate(-50%, -50%) rotateZ(5deg);
  -webkit-box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.16);
          box-shadow: 22px 21px 26px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  z-index: -1;
}

.dgdpba5b69 .f705qa3x6p svg {
  fill: #ec1c24;
  font-size: 50px;
  font-size: 3.125rem;
}

@media (min-width: 576px) {
  .dgdpba5b69 .bbfvrrcdc9 {
    padding-left: 1.25rem;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.f705qa3x6p {
  height: 70px;
}

.kyawarpbp5 {
  position: absolute;
  bottom: -70px;
  left: 60%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 380px;
  -webkit-font-smoothing: antialiased;
  z-index: 2;
}

@media (min-width: 576px) {
  .kyawarpbp5 {
    left: 55%;
  }
}

@media (min-width: 771px) {
  .kyawarpbp5 {
    left: 55%;
    width: 430px;
  }
}

@media (min-width: 992px) {
  .kyawarpbp5 {
    width: auto;
    left: auto;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    position: absolute;
    bottom: -79px;
    right: 200px;
    max-width: 700px;
    margin: 0 auto;
    right: 70px;
  }
}

@media (min-width: 1200px) {
  .kyawarpbp5 {
    right: 70px;
  }
}

@media (min-width: 1600px) {
  .kyawarpbp5 {
    right: 70px;
  }
}

@media (min-width: 1800px) {
  .kyawarpbp5 {
    right: 200px;
  }
}

.kyawarpbp5 > img {
  -webkit-transform: rotate(-5deg) translate3d(0, -35px, 0);
          transform: rotate(-5deg) translate3d(0, -35px, 0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .kyawarpbp5 > img {
    width: 500px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .kyawarpbp5 > img {
    width: 620px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .x7bibafavh {
    width: calc(100% + 420px);
  }
}

.cxhc2srdj8 {
  position: absolute;
  top: 120px;
  right: 20px;
  max-width: 120px;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 991px) {
  .cxhc2srdj8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 100px;
    right: 0;
    max-width: 180px;
  }
  .cxhc2srdj8 img {
    margin-top: 0.3rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
  .cxhc2srdj8 .y9ioaxf {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .cxhc2srdj8 p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (max-width: 770px) {
  .cxhc2srdj8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 50px;
    right: 30px;
    max-width: 120px;
  }
  .cxhc2srdj8 img {
    margin-top: 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
  .cxhc2srdj8 .y9ioaxf {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
  }
  .cxhc2srdj8 p {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media (min-width: 771px) {
  .cxhc2srdj8 {
    position: absolute;
    top: 60px;
    right: 0px;
    max-width: 160px;
  }
  .cxhc2srdj8 img {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 992px) {
  .cxhc2srdj8 {
    top: 160px;
    right: 20px;
    max-width: 270px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .cxhc2srdj8 {
    top: 90px;
    right: -20px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .cxhc2srdj8 {
    top: 90px;
    right: -20px;
  }
}

.jwi0dyvcc1 {
  position: absolute;
  bottom: 50px;
  right: 50px;
  opacity: 0.6;
  -webkit-transform: rotateZ(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotateZ(-5deg);
  z-index: 1;
}

@media (max-width: 991px) {
  .jwi0dyvcc1 {
    width: 342px;
    height: 395px;
  }
}

@media (min-width: 992px) {
  .jwi0dyvcc1 {
    top: 50px;
    bottom: auto;
  }
}

.l8an3u8qy8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ag1lgsvwv9 {
  width: 40px;
  max-width: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  color: #ec1c24;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 700;
  text-align: right;
}

.rx2td4cjb7 {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.2rem;
}

.section-process-classic {
  padding: 4rem 0 3rem;
}

@media (min-width: 992px) {
  .section-process-classic {
    padding: 7rem 0 4rem;
  }
}

.qfo5buj6r0 {
  padding: 4rem 0 4rem;
}

@media (min-width: 992px) {
  .qfo5buj6r0 {
    padding: 6rem 0 12rem;
  }
}

.zcobzyskvq {
  text-align: center;
}

@media (min-width: 771px) {
  .zcobzyskvq {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.ayh23jlove {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ayh23jlove .ycnnyflfqy {
  margin-bottom: 0;
  position: relative;
  top: -3px;
}

.benefit-item--xsmall {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.benefit-item--xsmall .ycnnyflfqy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  max-width: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
}

@media (min-width: 771px) {
  .benefit-item--xsmall .ycnnyflfqy {
    position: relative;
    top: -3px;
  }
}

.benefit-item--xsmall .ycnnyflfqy svg {
  font-size: 26px;
  font-size: 1.625rem;
}

.benefit-item--xsmall .jjfdlpzrs1 {
  background-color: #ec1c24;
}

.benefit-item--xsmall .jjfdlpzrs1 svg {
  fill: #ffffff;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (min-width: 771px) {
  .benefit-item--xsmall .w9nhtwgm95 {
    padding-left: 1.8rem;
  }
}

.arluft8k9b {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.arluft8k9b .ycnnyflfqy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  max-width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 50px;
}

@media (min-width: 771px) {
  .arluft8k9b .ycnnyflfqy {
    position: relative;
    top: -3px;
  }
}

.arluft8k9b .ycnnyflfqy svg {
  font-size: 50px;
  font-size: 3.125rem;
}

.arluft8k9b .jjfdlpzrs1 {
  background-color: #ec1c24;
}

.arluft8k9b .jjfdlpzrs1 svg {
  fill: #ffffff;
  font-size: 36px;
  font-size: 2.25rem;
}

@media (min-width: 771px) {
  .arluft8k9b .w9nhtwgm95 {
    padding-left: 1.8rem;
  }
}

.jjfdlpzrs1 {
  border-radius: 5px;
  -webkit-transform: rotateZ(5deg) translateZ(0);
          transform: rotateZ(5deg) translateZ(0);
  background-color: #ec1c24;
}

.jjfdlpzrs1 svg {
  fill: #ffffff;
  font-size: 36px;
  font-size: 2.25rem;
}

.t0kuf5u2fy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t0kuf5u2fy .ycnnyflfqy {
  width: 80px;
  max-width: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

@media (min-width: 771px) {
  .t0kuf5u2fy .ycnnyflfqy {
    position: relative;
    top: -3px;
  }
}

.t0kuf5u2fy .ycnnyflfqy svg {
  font-size: 80px;
  font-size: 5rem;
}

@media (min-width: 771px) {
  .t0kuf5u2fy .w9nhtwgm95 {
    padding-left: 2rem;
  }
}

.benefit-item--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.benefit-item--large .ycnnyflfqy {
  margin-bottom: 0;
  width: 50px;
  max-width: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}

@media (min-width: 771px) {
  .benefit-item--large .ycnnyflfqy {
    width: 100px;
    max-width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}

@media (min-width: 771px) {
  .benefit-item--large .ycnnyflfqy {
    position: relative;
    top: -3px;
  }
}

.benefit-item--large .ycnnyflfqy svg {
  font-size: 45px;
  font-size: 2.8125rem;
}

@media (min-width: 771px) {
  .benefit-item--large .ycnnyflfqy svg {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media (min-width: 771px) {
  .benefit-item--large .w9nhtwgm95 {
    padding-left: 2rem;
  }
}

.ycnnyflfqy {
  width: 60px;
  max-width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  -webkit-filter: drop-shadow(5px 6px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(5px 6px 10px rgba(0, 0, 0, 0.16));
  margin: 0 auto 1.5rem;
}

@media (min-width: 771px) {
  .ycnnyflfqy {
    margin: 0;
  }
}

.ycnnyflfqy svg {
  fill: #ffffff;
  font-size: 60px;
  font-size: 3.75rem;
}

.w9nhtwgm95 {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.2rem;
}

@media (max-width: 770px) {
  .w9nhtwgm95 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1;
            flex: 0 0 1;
    width: auto;
  }
}

.bg-image-benefit {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
}

@media (min-width: 771px) {
  .bg-image-benefit {
    -webkit-box-shadow: 20px 23px 26px rgba(0, 0, 0, 0.21);
            box-shadow: 20px 23px 26px rgba(0, 0, 0, 0.21);
    border-radius: 60px;
    width: calc(100% + 40px);
    left: -80px;
  }
}

@media (min-width: 1440px) {
  .bg-image-benefit {
    width: calc(100% - 50px);
  }
}

@media (max-width: 770px) {
  .bg-image-benefit--ext {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (min-width: 771px) {
  .bg-image-benefit--ext {
    left: calc((50% - 50vw) - 40px);
    width: calc(100vw + 80px);
  }
}

@media (min-width: 992px) {
  .bg-image-benefit--ext {
    left: calc((50% - 50vw) - 50px);
    width: calc(108% + ((100vw - 950px) / 2));
  }
}

@media (min-width: 1200px) {
  .bg-image-benefit--ext {
    width: calc(105% + ((100vw - 1140px) / 2));
  }
}

@media (min-width: 1440px) {
  .bg-image-benefit--ext {
    width: calc(100% + ((100vw - 1360px) / 2));
  }
}

@media (min-width: 1600px) {
  .bg-image-benefit--ext {
    width: calc(100% + ((100vw - 1440px) / 2));
  }
}

@media (min-width: 1800px) {
  .bg-image-benefit--ext {
    width: calc(100% + ((100vw - 1760px) / 2));
  }
}

@media (max-width: 770px) {
  .benefits-padding .kwp07m52ku {
    padding: 2rem 0 2rem;
  }
}

.nzod9zza1j {
  background-color: #ec1c24;
}

.nzod9zza1j .zu4a0o {
  color: #ffffff;
}

.nzod9zza1j .bg-image-square-gray {
  background-color: #ec1c24;
}

@media (min-width: 771px) {
  .cegjyzbmh7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
  }
}

.reference__column {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 771px) {
  .reference__column {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.g4dathgm9u {
  margin-bottom: 1.875rem;
}

@media (min-width: 771px) {
  .g4dathgm9u {
    padding: 0 15px;
  }
}

.vdohqwdh08 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 1.5625rem 1.125rem;
  overflow: hidden
}

@media (min-width: 992px) {
  .vdohqwdh08 {
    padding: 2.1875rem 2.1875rem;
  }
}

.vdohqwdh08 p {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  line-height: 1.5;
}

@media (max-width: 575px) {
  .vdohqwdh08 p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.reference__agent_photo {
    position: absolute;
    left: -6px;
    width: 125px;
    height: 90px;
    transform: rotateZ(-5deg);
    top: -5px;
    background-position: top;
    background-size: cover;
    border-radius: 0 0 25px 0;
}
@media (min-width: 992px) {
    .reference__agent_photo {
        height: 100px;
    }
}

.e8f6asvb6j {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.25rem;
}

.sm84v2fbek{
    padding-left: 85px;
    min-height: 45px;
}

.g1d4ntwv92 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  max-width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  margin-bottom: 0.5rem;
}

@media (min-width: 576px) {
  .g1d4ntwv92 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .g1d4ntwv92 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.reference__icon {
  position: relative;
  max-width: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  width: 22px;
  height: 22px;
}

.reference__icon svg {
  font-size: 22px;
  font-size: 1.375rem;
}

.sawm2mcvoq {
  padding-left: 1.25rem;
  font-weight: 700;
  font-family: "Sora-bold", Arial, sans-serif;
  text-align: right;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
}
.sawm2mcvoq a {
  font-weight: 700;
  font-family: "Sora-bold", Arial, sans-serif;
}

@media (min-width: 576px) {
  .sawm2mcvoq {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .sawm2mcvoq {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.tiw8eji1vo {
  width: 40%;
  max-width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  font-weight: 700;
  font-family: "Sora-bold", Arial, sans-serif;
  text-align: right;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .tiw8eji1vo {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .tiw8eji1vo {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 992px) {
  .tiw8eji1vo {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.swiper-testimonial--row {
  width: 100%;
}

.swiper-testimonial--row .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  will-change: transform;
}

.swiper-testimonial--row .swiper-slide {
  width: 260px;
}

@media (min-width: 771px) {
  .swiper-testimonial--row .swiper-slide {
    width: 420px;
  }
}

.swiper-testimonial--row .g4dathgm9u {
  width: 100%;
  padding: 0;
}

.swiper-testimonial--row .tiw8eji1vo,
.swiper-testimonial--row .sawm2mcvoq {
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .swiper-testimonial--row .tiw8eji1vo,
  .swiper-testimonial--row .sawm2mcvoq {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.swiper-testimonial--row .e8f6asvb6j {
  margin-bottom: 0.75rem;
}

.swiper-testimonial--row .sawm2mcvoq {
  padding-left: 0.625rem;
}

.swiper-testimonial--row .vdohqwdh08 {
  width: 100%;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.swiper-testimonial--row .reference__agent_photo {
    left: -5px;
    width: 70px;
    height: 60px;
    top: -3px;
}

@media (min-width: 992px) {
    .swiper-testimonial--row .reference__agent_photo {
        left: -5px;
        width: 100px;
        height: 80px;
        top: -3px;
    }
}
.swiper-testimonial--row .e8f6asvb6j {
    padding-left: 50px;
}

.slider-offset {
  width: 100%;
}

.jadnvjfj6j {
  margin-bottom: 5rem;
}

@media (max-width: 770px) {
  .v8zgpma2g6:last-child {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1440px) {
  .v8zgpma2g6:nth-last-child(-n + 3) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .v8zgpma2g6:nth-last-child(-n + 2) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .v8zgpma2g6:nth-last-child(-n + 2) {
    margin-bottom: 2rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .v8zgpma2g6 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .v8zgpma2g6 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .team__item--ext {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.team__item--small {
  margin-bottom: 4rem;
}

.team__item--small:last-child {
  margin-bottom: 0;
}

.team__item--small .team__image-block {
  width: 110px;
  max-width: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}

@media (min-width: 576px) {
  .team__item--small .team__image-block:after {
    width: 128px;
    height: 128px;
    right: -30px;
  }
}

.team__item--small .fulylp42ih {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
}

@media (min-width: 576px) {
  .team__item--small .fulylp42ih {
    padding-left: 5rem;
  }
}

.team__item--xsmall {
  margin-bottom: 0;
  position: relative;
  bottom: -30px;
}

.team__item--xsmall .team__image-block {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 100px;
  max-width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  background-color: #ffffff;
  height: calc(100% + 5px);
  margin-left: -1px;
  margin-bottom: -1px;
}

.team__item--xsmall .team__image-block:after {
  z-index: 1;
}

@media (min-width: 576px) {
  .team__item--xsmall .team__image-block:after {
    width: 76px;
    height: 76px;
    top: -30px;
    left: 10px;
    right: auto;
  }
}

.team__item--xsmall img {
  z-index: 2;
  max-width: 65px;
}

.team__item--xsmall .cxqz2qjcja {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
  border: 1px solid #d3d3d3;
  border-radius: 20px;
  min-height: 80px;
}

.team__item--xsmall .fulylp42ih {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1;
          flex: 0 0 1;
}

@media (min-width: 576px) {
  .team__item--xsmall .fulylp42ih {
    padding-left: 6.875rem;
  }
}

.team__item--xsmall .team__contact-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .team__item--xsmall .team__contact-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.team__item--xsmall .ln1v19ylgk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.team__item--xsmall .ln1v19ylgk:last-child {
  padding-left: 1.2rem;
  margin-left: 1.2rem;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .team__item--xsmall .ln1v19ylgk:last-child {
    padding-left: 0;
    margin-left: 0;
  }
}

.team__item--xsmall .ln1v19ylgk:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #000000;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .team__item--xsmall .ln1v19ylgk:last-child:before {
    display: none;
  }
}

.team__item--xsmall .d7yixnrnev {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-left: 0;
  font-family: "BigShoulders-extrabold", Arial, sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 900;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .team__item--xsmall .d7yixnrnev {
    font-size: 16px;
    font-size: 1rem;
  }
}

.cxqz2qjcja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team__image-block {
  position: relative;
  width: 110px;
  max-width: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 576px) {
  .team__image-block {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 190px;
    max-width: 190px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 190px;
            flex: 0 0 190px;
  }
}

.team__image-block:after {
  content: "";
  position: absolute;
  top: -10px;
  -webkit-transform: rotate(5deg);
      -ms-transform: rotate(5deg);
          transform: rotate(5deg);
  border-radius: 20px;
  background-color: #ec1c24;
  z-index: -1;
  width: 100px;
  height: 100px;
  right: 10px;
}

@media (min-width: 576px) {
  .team__image-block:after {
    right: -50px;
    width: 220px;
    height: 220px;
  }
}

@media (min-width: 992px) {
  .team__image-block:after {
    width: 180px;
    height: 180px;
    right: -20px;
  }
}

@media (min-width: 1440px) {
  .team__image-block:after {
    width: 160px;
    height: 160px;
    right: 10px;
  }
}

@media (min-width: 1600px) {
  .team__image-block:after {
    right: -50px;
    width: 220px;
    height: 220px;
  }
}

.team__image-block img {
  -webkit-filter: drop-shadow(10px 13px 16px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(10px 13px 16px rgba(0, 0, 0, 0.16));
}

.team__image-block--ext:after {
  content: "";
  z-index: 1;
}

@media (min-width: 576px) {
  .team__image-block--ext:after {
    right: -50px;
  }
}

@media (min-width: 992px) {
  .team__image-block--ext:after {
    right: 20px;
  }
}

@media (min-width: 1440px) {
  .team__image-block--ext:after {
    right: 10px;
  }
}

@media (min-width: 1600px) {
  .team__image-block--ext:after {
    right: -40px;
  }
}

@media (min-width: 1800px) {
  .team__image-block--ext:after {
    right: -90px;
  }
}

.team__image-block--ext img {
  position: relative;
  z-index: 2;
}

.team__image-block--gray:after {
  content: "";
  background-color: #eeeeee;
}

.team__info-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 220px;
  right: 0;
}

@media (min-width: 992px) {
  .team__info-block {
    right: -50px;
    max-width: 140px;
  }
}

@media (min-width: 1200px) {
  .team__info-block {
    max-width: 140px;
    right: -40px;
  }
}

@media (min-width: 1440px) {
  .team__info-block {
    max-width: 220px;
    right: -10px;
  }
}

.fulylp42ih {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1.25rem;
}

@media (min-width: 576px) {
  .fulylp42ih {
    padding-left: 6.25rem;
  }
}

@media (min-width: 992px) {
  .fulylp42ih {
    padding-left: 4.375rem;
  }
}

@media (min-width: 1440px) {
  .fulylp42ih {
    padding-left: 1.875rem;
  }
}

@media (min-width: 1600px) {
  .fulylp42ih {
    padding-left: 4.375rem;
  }
}

@media (min-width: 1800px) {
  .fulylp42ih {
    padding-left: 6.25rem;
  }
}

.tab-content-item--testimonal {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .tab-content-item--testimonal {
    max-width: 470px;
  }
}

@media (min-width: 992px) {
  .tab-content-item--testimonal {
    max-width: 520px;
  }
}

@media (min-width: 1800px) {
  .tab-content-item--testimonal {
    max-width: 520px;
  }
}

.ze8najh1 {
  position: relative;
}

.timeline-line {
  position: absolute;
  top: 0;
  left: 5px;
  width: 2px;
  height: 100%;
  background-color: #ec1c24;
}

@media (min-width: 771px) {
  .timeline-line {
    height: calc(100% - 170px);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.ddp6mv4n12 {
  position: relative;
}

@media (min-width: 771px) {
  .ddp6mv4n12 {
    margin-bottom: 3rem;
  }
}

.ddp6mv4n12:last-child {
  margin-bottom: 0;
}

@media (max-width: 770px) {
  .ddp6mv4n12:last-child:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    width: 10px;
    height: 100%;
    background-color: #ffffff;
    z-index: 3;
  }
}

.kltxu1gw4r {
  position: relative;
  margin-bottom: 3rem;
  max-width: 100%;
}

@media (min-width: 771px) {
  .kltxu1gw4r {
    margin-bottom: 1rem;
    max-width: 50%;
    min-height: 170px;
  }
  .kltxu1gw4r:nth-child(n + 2) {
    margin-top: -45px;
  }
  .kltxu1gw4r:last-child {
    margin-bottom: 0;
  }
}

.k5kdka0lbf {
  position: relative;
  top: -10px;
  display: inline-block;
  padding-left: 50px;
}

@media (max-width: 770px) {
  .k5kdka0lbf .zu4a0o {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 771px) {
  .k5kdka0lbf {
    padding: 0;
  }
}

.k5kdka0lbf p {
  max-width: 660px;
}

.r0ftgo6i6i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: -5px;
  width: 35px;
  height: 32px;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #000000;
  background-color: #ffffff;
  z-index: 2;
}

@media (min-width: 771px) {
  .r0ftgo6i6i {
    top: 0;
  }
}

@media (min-width: 771px) {
  .fonqojcrj6 {
    text-align: right;
  }
}

@media (min-width: 771px) {
  .fonqojcrj6 .k5kdka0lbf {
    padding-right: 4.375rem;
  }
}

.fonqojcrj6 .k5kdka0lbf p {
  margin-left: auto;
}

.fonqojcrj6 .r0ftgo6i6i {
  left: -12px;
}

@media (min-width: 771px) {
  .fonqojcrj6 .r0ftgo6i6i {
    left: auto;
    right: -18px;
  }
}

@media (min-width: 992px) {
  .fonqojcrj6 .r0ftgo6i6i {
    right: -18px;
  }
}

@media (min-width: 771px) {
  .dgqwh4zmtz {
    margin-left: 50%;
  }
}

@media (min-width: 771px) {
  .dgqwh4zmtz .k5kdka0lbf {
    padding-left: 4.375rem;
  }
}

.dgqwh4zmtz .r0ftgo6i6i {
  left: -12px;
}

@media (min-width: 771px) {
  .dgqwh4zmtz .r0ftgo6i6i {
    left: -18px;
  }
}

@media (min-width: 992px) {
  .dgqwh4zmtz .r0ftgo6i6i {
    left: -18px;
  }
}

.awzhkusj6l {
  padding: 4rem 0;
}

@media (min-width: 992px) {
  .awzhkusj6l {
    padding: 0;
    margin-top: 100px;
  }
  .awzhkusj6l .ffkt2rxqne {
    margin-top: -60px;
  }
}

.tke1v2tu7m {
  position: relative;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .tke1v2tu7m {
    margin: 0 auto 5rem;
    height: 50px;
    max-width: 1300px;
  }
}

.history-timeline-line {
  position: absolute;
  top: 0;
  left: 5px;
  width: 2px;
  height: 100%;
  background-color: #ffffff;
}

@media (min-width: 576px) {
  .history-timeline-line {
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 575px) {
  .dg64cpzjh3 {
    margin-top: 1rem;
    margin-left: -15px;
    margin-right: -15px;
  }
  .dg64cpzjh3:after {
    content: "";
    position: absolute;
    top: 10px;
    left: -15px;
    height: 2px;
    width: 100%;
    left: 0;
    background-color: #ffffff;
  }
  .dg64cpzjh3 .swiper-slide {
    position: relative;
    border: 0;
    opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dg64cpzjh3 .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 22px;
    height: 22px;
    z-index: 2;
    border: 2px solid #ffffff;
    border-radius: 100%;
    opacity: 1;
  }
  .dg64cpzjh3 .swiper-slide::before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40px;
    height: 40px;
    z-index: 1;
    background-color: #ec1c24;
    opacity: 1;
  }
  .dg64cpzjh3 .swiper-slide .lu5a4b {
    position: relative;
    top: -26px;
  }
}

.cseby3gvj7 {
  border: 0;
  display: block;
}

@media (min-width: 576px) {
  .cseby3gvj7 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.cseby3gvj7 .ebtqsful1b {
  position: relative;
  border: 0;
}

.cseby3gvj7 .ebtqsful1b::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 1px;
  width: 22px;
  height: 22px;
  z-index: 2;
  border: 2px solid #ffffff;
  border-radius: 100%;
  opacity: 1;
}

.cseby3gvj7 .ebtqsful1b::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -8px;
  width: 40px;
  height: 40px;
  z-index: 1;
  background-color: #ec1c24;
  opacity: 1;
}

.cseby3gvj7 .ebtqsful1b.alhuea1cd:after, .cseby3gvj7 .ebtqsful1b:hover:after {
  background-color: #ffffff;
}

.cseby3gvj7 .ebtqsful1b.alhuea1cd .bbsr01rj7o, .cseby3gvj7 .ebtqsful1b:hover .bbsr01rj7o {
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
}

.cseby3gvj7 .bbsr01rj7o {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff !important;
  font-family: "BigShoulders-regular", Arial, sans-serif;
  font-weight: 400;
  font-size: 21px;
  font-size: 1.3125rem;
}

@media (min-width: 771px) {
  .bvc1tc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .bvc1tc {
    margin: 0 -60px;
  }
}

.g4gmoj5k0x {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 771px) {
  .g4gmoj5k0x {
    padding: 0 60px;
    padding-top: 0;
    margin-bottom: 5rem;
    width: 33.33%;
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
}

@media (min-width: 1440px) {
  .g4gmoj5k0x {
    width: 20%;
    max-width: 20%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

.iyd8ndtywe {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  max-width: 170px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.iyd8ndtywe:after, .iyd8ndtywe:before {
  content: "";
  display: block;
  width: 76px;
  height: 164px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/award.svg");
}

.iyd8ndtywe:before {
  left: -40px;
}

@media (min-width: 576px) {
  .iyd8ndtywe:before {
    left: -50px;
  }
}

.iyd8ndtywe:after {
  right: -40px;
  -webkit-transform: rotateY(180deg) translateY(-50%);
          transform: rotateY(180deg) translateY(-50%);
}

@media (min-width: 576px) {
  .iyd8ndtywe:after {
    right: -50px;
  }
}

.nhdfwr7zvc {
  display: block;
  margin-bottom: 1rem;
  color: #000000;
  font-family: "BigShoulders-extrabold", Arial, sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 900;
}

@media (min-width: 576px) {
  .nhdfwr7zvc {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}

.d3a5xitdww {
  color: #ec1c24;
  font-family: "Sora-bold", Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .hitokrmyia {
    max-height: 950px;
  }
}

.tr8amkd6zo {
  position: absolute;
  top: 30px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1rem 0.5rem 1.2rem;
  background-color: #ec1c24;
  color: #ffffff;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  min-width: 120px;
  min-height: 40px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  z-index: 4;
  border-radius: 0 15px 15px 0;
}

@media (min-width: 771px) {
  .tr8amkd6zo {
    padding: 0.5rem 1rem 0.5rem 2rem;
    font-size: 26px;
    font-size: 1.625rem;
    min-height: 50px;
    min-width: 160px;
    top: 80px;
  }
}

@media (min-width: 1200px) {
  .tr8amkd6zo {
    top: 140px;
    min-width: 239px;
    min-height: 90px;
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.dhnxbtahji {
  position: relative;
}

@media (min-width: 771px) {
  .dhnxbtahji {
    width: 800px;
    margin: 0 auto;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .dhnxbtahji {
    -webkit-transform: scale(0.86);
        -ms-transform: scale(0.86);
            transform: scale(0.86);
    margin-left: -70px;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .dhnxbtahji {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.dhnxbtahji svg {
  width: 100%;
  overflow: hidden;
}

.dhnxbtahji svg a.alhuea1cd path {
  fill: #ec1c24;
}

.contact-map-point__item {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ec1c24;
  border-radius: 100%;
  z-index: 6;
}

.contact-map-point__item.alhuea1cd {
  background-color: #ffffff;
}

.contact-map-point__item--ba {
  top: 300px;
  left: 50px;
}

@media (min-width: 576px) {
  .contact-map-point__item--ba {
    top: 280px;
    left: 50px;
  }
}

.contact-map-point__item--tn {
  top: 240px;
  left: 110px;
}

@media (min-width: 576px) {
  .contact-map-point__item--tn {
    top: 240px;
    left: 100px;
  }
}

.contact-map-point__item--nr {
  top: 255px;
  left: 200px;
}

@media (min-width: 576px) {
  .contact-map-point__item--nr {
    top: 245px;
    left: 190px;
  }
}

.contact-map-point__item--tr {
  top: 170px;
  left: 220px;
}

@media (min-width: 576px) {
  .contact-map-point__item--tr {
    top: 170px;
    left: 210px;
  }
}

.contact-map-point__item--bb {
  top: 220px;
  left: 310px;
}

@media (min-width: 576px) {
  .contact-map-point__item--bb {
    top: 220px;
    left: 300px;
  }
}

.contact-map-point__item--za {
  top: 70px;
  left: 280px;
}

@media (min-width: 576px) {
  .contact-map-point__item--za {
    top: 70px;
    left: 270px;
  }
}

.contact-map-point__item--po {
  top: 110px;
  left: 590px;
}

@media (min-width: 576px) {
  .contact-map-point__item--po {
    top: 100px;
    left: 560px;
  }
}

.contact-map-point__item--ke {
  top: 190px;
  left: 600px;
}

@media (min-width: 576px) {
  .contact-map-point__item--ke {
    top: 190px;
    left: 600px;
  }
}

.office__item {
  margin-bottom: 2rem;
}

.office__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.office__image-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 200px;
}

@media (min-width: 576px) {
  .office__image-block {
    height: 320px;
    width: 280px;
    max-width: 280px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }
}

@media (min-width: 771px) {
  .office__image-block {
    width: 340px;
    max-width: 340px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
  }
}

@media (min-width: 992px) {
  .office__image-block {
    width: 400px;
    max-width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}

@media (min-width: 1200px) {
  .office__image-block {
    width: 220px;
    max-width: 220px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
  }
}

@media (min-width: 1440px) {
  .office__image-block {
    width: 260px;
    max-width: 260px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }
}

@media (min-width: 1600px) {
  .office__image-block {
    width: 400px;
    max-width: 400px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}

.office__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.office__icon:hover svg {
  fill: #ec1c24;
}

.office__icon svg {
  -webkit-transition: fill 250ms ease-out;
  -o-transition: fill 250ms ease-out;
  transition: fill 250ms ease-out;
  fill: #000000;
  font-size: 24px;
  font-size: 1.5rem;
}

.office__text-block {
  margin-top: 0.9375rem;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 575px) {
  .office__text-block {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 576px) {
  .office__text-block {
    padding-left: 1.875rem;
  }
}

.office-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.8rem;
}

.office-link__icon {
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}

.office-link__icon svg {
  fill: #ec1c24;
  font-size: 20px;
  font-size: 1.25rem;
}

.office-link__text {
  padding-left: 0.8rem;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
  font-size: 1rem;
}

.section-office-about {
  padding: 3rem 0 4rem;
  z-index: 4;
}

@media (min-width: 992px) {
  .section-office-about {
    min-height: 460px;
    padding: 4rem 0 0;
  }
  .section-office-about .row-offset {
    margin-bottom: -30px;
  }
}

@media (min-width: 1600px) {
  .section-office-about p {
    padding-right: 9.375rem;
  }
}

@media (max-width: 770px) {
  .xbvpouinca {
    margin: 0 -15px;
  }
}

.xbvpouinca img {
  overflow: hidden;
  border-radius: 20px;
}

.property__item {
  margin-bottom: 2.5rem;
}

.property__item:last-child {
  margin-bottom: 0;
}

.property__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.property__image-block {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 165px;
  border-radius: 20px;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .property__image-block {
    margin-bottom: 0;
    width: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    height: 165px;
  }
}

.property__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 576px) {
  .property__text-block {
    padding-left: 2rem;
  }
}

.property-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
}

.property-list__item:last-child {
  margin-bottom: 0;
}

.property-list__icon {
  width: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
}

.property-list__icon svg {
  fill: #ec1c24;
  font-size: 22px;
  font-size: 1.375rem;
}

.property-list__text {
  padding-left: 0.9375rem;
  color: #000000;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.property__price {
  display: block;
  margin-top: 1rem;
  color: #ec1c24;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
}

.dashboard-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 576px) {
  .dashboard-menu-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #eeeeee;
  }
}

.dashboard-menu-list__item.alhuea1cd .dashboard-menu-list__link {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

.dashboard-menu-list__item.alhuea1cd .dashboard-menu-list__link:hover {
  color: #000000;
}

.dashboard-menu-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  padding: 0;
  line-height: 1.4;
  font-size: 13px;
  font-size: 0.8125rem;
  min-height: 50px;
}

@media (min-width: 370px) {
  .dashboard-menu-list__link {
    min-height: 60px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 576px) {
  .dashboard-menu-list__link {
    min-height: 75px;
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 0 1.5625rem;
  }
}

@media (min-width: 771px) {
  .dashboard-menu-list__link {
    padding: 0 2.5rem;
  }
}

.dashboard-menu-list__link:hover {
  color: #ec1c24;
}

.searched-property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1rem;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  height: 100%;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .searched-property {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 771px) {
  .searched-property {
    font-size: 16px;
    font-size: 1rem;
  }
}

.searched-property:hover {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

.slider-group-offset {
  margin: 0 -15px;
  padding-left: 15px;
}

.slider-group-offset .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #eeeeee;
  height: auto;
  min-height: 50px;
  border-radius: 10px;
  width: 220px;
}

@media (min-width: 771px) {
  .slider-group-offset .swiper-slide {
    width: auto;
    min-height: 80px;
    border-radius: 0;
  }
}

@media (min-width: 771px) {
  .slider-group-offset {
    margin: 0;
    padding: 0 15px;
  }
}

.side-panel--dashboard {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  .side-panel--dashboard {
    background-color: #eeeeee;
    width: 290px;
    max-width: 290px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
            flex: 0 0 290px;
  }
  .side-panel--dashboard:before {
    content: "";
    position: absolute;
    top: 0;
    background-color: #eeeeee;
    z-index: -1;
    width: 50vw;
    left: calc(-50vw + 50%);
    display: block;
    height: 100%;
  }
}

@media (min-width: 1440px) {
  .side-panel--dashboard {
    width: 430px;
    max-width: 430px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 430px;
            flex: 0 0 430px;
  }
}

@media (min-width: 1600px) {
  .side-panel--dashboard {
    width: 430px;
    max-width: 430px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 430px;
            flex: 0 0 430px;
  }
}

@media (max-width: 991px) {
  .side-panel--dashboard.alhuea1cd .side-panel-list {
    border: 1px solid #000000;
    border-top: 0;
    padding: 1rem 2rem;
  }
}

.side-panel--dashboard.alhuea1cd .side-panel-list__link--menu {
  border-radius: 10px 10px 0 0;
}

.side-panel--dashboard.alhuea1cd .side-panel-list__link--menu:after {
  background-image: url("../images/icons/chevron-up-black.svg.html");
}

@media (max-width: 991px) {
  .side-panel-list {
    border-radius: 0 0 10px 10px;
  }
}

.side-panel-list__item:last-child .side-panel-list__link {
  border-bottom: 0;
}

.side-panel-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding: 0.65rem 0;
  border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 992px) {
  .side-panel-list__link {
    padding: 0.5rem 0;
    min-height: 80px;
  }
}

.side-panel-list__link.alhuea1cd .side-panel-list__text, .side-panel-list__link:hover .side-panel-list__text {
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

@media (max-width: 991px) {
  .side-panel-list__link.alhuea1cd {
    display: none;
  }
}

.side-panel-list__link--menu {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  min-height: 40px;
  border-radius: 10px;
  border: 1px solid #000000;
  cursor: pointer;
}

.side-panel-list__link--menu:after {
  content: "";
  font-size: 16px;
  font-size: 1rem;
  width: 12px;
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-thin-down.svg");
}

.side-panel-list__link--menu .side-panel-list__text {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}

.side-panel-list__icon {
  width: 25px;
  max-width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
}

.side-panel-list__icon svg {
  fill: #000000;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .side-panel-list__icon svg {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.side-panel-list__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.75rem;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .side-panel-list__text {
    padding-left: 1.875rem;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .side-panel-list__text {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 0.75rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .side-panel-list__text {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 0.75rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .product-list--dashboard .col-12 {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.search__item {
  border-top: 2px solid #f3f3f3;
  padding-top: 2rem;
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .search__item {
    margin-top: 2rem;
  }
}

.search-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
}

.search-remove:hover svg {
  fill: #ec1c24;
}

.search-remove svg {
  fill: #000000;
  font-size: 26px;
  font-size: 1.625rem;
}

.search-btn-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -15px;
}

@media (min-width: 576px) {
  .search-btn-group {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .search-btn-group {
    position: relative;
    top: -39px;
    width: 50%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: -5px;
  }
  .search-btn-group .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 130px;
    height: 40px;
    padding: 0.2rem 0.5rem;
  }
}

@media (max-width: 575px) {
  .table-sticky {
    margin: 0 -15px;
  }
}

.table-sticky__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.table-sticky__left-panel {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  left: 0px;
  z-index: 4;
  -webkit-box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.07);
}

@media (min-width: 576px) {
  .table-sticky__left-panel {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
  }
}

.table-sticky__left-panel .table-sticky__cell {
  text-align: right;
  padding-right: 15px;
}

.table-sticky__left-panel .table-sticky__cell--header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.table-sticky__right-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-sticky__item {
  white-space: normal;
}

.table-sticky__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  border-bottom: 1px solid #e7e7e7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.2rem 15px;
}

.table-sticky__cell.p6abik {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table-sticky__cell--image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 160px;
  border-radius: 20px;
}

.table-sticky__cell--image a img {
  border-radius: 20px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.table-sticky__cell--header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100px;
}

.table-sticky__text {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .table-sticky__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.table-sticky__text + .table-sticky__text {
  margin-top: 1rem;
}

.table-sticky__title {
  color: #000000;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .table-sticky__title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.table-sticky__title[href]:hover {
  color: #ec1c24;
}

.js-slider-compare {
  width: 100%;
}

.js-slider-compare .swiper-slide {
  width: 200px;
}

@media (min-width: 576px) {
  .js-slider-compare .swiper-slide {
    width: 240px;
  }
}

@media (min-width: 771px) {
  .js-slider-compare .swiper-slide {
    width: 270px;
  }
}

.js-slider-compare .table-sticky__item {
  width: 100%;
  padding: 0;
}

.referral__item {
  border-top: 2px solid #f3f3f3;
  padding-top: 1.6rem;
  margin-top: 1rem;
}

@media (min-width: 576px) {
  .referral__item {
    margin-top: 1rem;
  }
}

.referral__item:first-child {
  margin-top: 0;
}

.referral__item:last-child {
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #f3f3f3;
}

.my-property__item {
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.my-property__item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.my-property__content {
  display: block;
}

@media (min-width: 576px) {
  .my-property__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.my-property__content:hover .my-property__title {
  color: #ec1c24;
}

.my-property__content:hover img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}

@media (max-width: 575px) {
  .my-property__content .zu4a0o {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .my-property__content .col-12 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .my-property__content .col-12 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.my-property__image-block-overflow {
  border-radius: 20px;
  overflow: hidden;
  height: 220px;
  position: relative;
  z-index: 0;
}

@media (min-width: 576px) {
  .my-property__image-block-overflow {
    height: 280px;
  }
}

.my-property__image-block {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
}

.my-property__image-block img {
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  -o-transition: transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

@media (min-width: 576px) {
  .my-property__image-block {
    margin-bottom: 0;
    width: 250px;
  }
}

@media (min-width: 992px) {
  .my-property__image-block {
    width: 250px;
  }
}

@media (min-width: 1200px) {
  .my-property__image-block {
    width: 300px;
  }
}

@media (min-width: 1440px) {
  .my-property__image-block {
    width: 250px;
  }
}

@media (min-width: 1800px) {
  .my-property__image-block {
    width: 400px;
  }
}

.my-property__text-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 576px) {
  .my-property__text-block {
    padding-left: 1.875rem;
  }
}

.my-property__title {
  margin-bottom: 2rem;
}

.my-property__price {
  margin-top: 1.5rem;
  text-align: center;
  color: #ec1c24;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
}

@media (min-width: 576px) {
  .my-property__price {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.my-property-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.my-property-list__item:last-child {
  margin-bottom: 0;
}

.my-property-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.my-property-list__link:hover .my-property-list__text {
  color: #ec1c24;
}

.my-property-list__link:hover .my-property-list__icon svg {
  fill: #ec1c24;
}

.my-property-list__text {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  .my-property-list__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.my-property-list__left {
  width: 150px;
}

@media (min-width: 771px) {
  .my-property-list__left {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .my-property-list__left {
    width: 130px;
  }
}

@media (min-width: 1200px) {
  .my-property-list__left {
    width: 150px;
  }
}

@media (min-width: 1600px) {
  .my-property-list__left {
    width: 130px;
  }
}

@media (min-width: 1800px) {
  .my-property-list__left {
    width: 180px;
  }
}

.my-property-list__right {
  padding-left: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Sora-bold", Arial, sans-serif;
  font-weight: 700;
}

.my-property-list__icon {
  position: relative;
  top: -1px;
  height: 16px;
  margin-right: 0.6rem;
}

@media (min-width: 576px) {
  .my-property-list__icon {
    top: -3px;
  }
}

.my-property-list__icon svg {
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 576px) {
  .my-property-list__icon svg {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.my-property__box {
  padding: 1.125rem 1.5625rem 0;
  border-radius: 20px;
  background-color: #eeeeee;
}

@media (max-width: 575px) {
  .my-property__box .my-property-list__left {
    width: 100px;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .my-property__box-left {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .my-property__box-left {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .my-property__box-left {
    margin-bottom: 1.5rem;
  }
}

.mortage-graph {
  position: relative;
  width: 110px;
  height: 110px;
  border: 10px solid #ec1c24;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .mortage-graph {
    width: 220px;
    height: 220px;
    border: 20px solid #ec1c24;
  }
}

.mortage-graph__content {
  padding: 0 15px;
}

.mortage-graph__price {
  display: block;
  color: #ec1c24;
  font-family: "BigShoulders-bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (min-width: 576px) {
  .mortage-graph__price {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.mortage-graph__time {
  display: block;
  margin-top: 5px;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-weight: 400;
}

@media (min-width: 771px) {
  .mortage-left-panel {
    margin-right: -100px;
  }
}

.hbo6id8h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wavybuqiv0 {
  margin-right: 0.6rem;
  margin-bottom: 0.6rem;
}

.mbq50rvjs3 {
  padding: 0.3rem 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #404040;
  font-weight: 400;
  min-height: 30px;
  border-radius: 8px;
  background-color: #ebebeb;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .mbq50rvjs3 {
    padding: 0.4rem 0.6rem;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mbq50rvjs3:hover {
  background-color: #ec1c24;
  color: #ffffff;
}

.rl9esi9bzl {
  padding: 2.5rem 0 0.5rem 0;
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .rl9esi9bzl .zu4a0o {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .rl9esi9bzl .p-size-18 p {
    font-size: 16px;
    font-size: 1rem;
  }
  .rl9esi9bzl .mbq50rvjs3 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .rl9esi9bzl .zu4a0o {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .rl9esi9bzl .p-size-18 p {
    font-size: 16px;
    font-size: 1rem;
  }
  .rl9esi9bzl .mbq50rvjs3 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .rl9esi9bzl .zu4a0o {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .rl9esi9bzl .p-size-18 p {
    font-size: 16px;
    font-size: 1rem;
  }
  .rl9esi9bzl .mbq50rvjs3 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.fevl1hxgzi {
  padding-top: 1.2rem;
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .fevl1hxgzi .zu4a0o {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .fevl1hxgzi .p-size-18 p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .fevl1hxgzi .zu4a0o {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .fevl1hxgzi .p-size-18 p {
    font-size: 16px;
    font-size: 1rem;
  }
  .fevl1hxgzi .mbq50rvjs3 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .fevl1hxgzi .zu4a0o {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .fevl1hxgzi .p-size-18 p {
    font-size: 16px;
    font-size: 1rem;
  }
  .fevl1hxgzi .mbq50rvjs3 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1441px) and (max-width: 1600px) {
  .pgvmrksk8q .xep314w2lb {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .pgvmrksk8q .q5aec30yzx .ptpj3mt0r9 svg {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .pgvmrksk8q .xep314w2lb {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .pgvmrksk8q .q5aec30yzx .ptpj3mt0r9 svg {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .pgvmrksk8q .xep314w2lb {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .pgvmrksk8q .q5aec30yzx .ptpj3mt0r9 svg {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.gwby3gpjaa {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
}

.category-map {
  display: block;
  height: calc(100vh - 200px);
  margin: 0 -15px;
  -webkit-transition: height 400ms ease-out;
  -o-transition: height 400ms ease-out;
  transition: height 400ms ease-out;
}

@media (min-width: 576px) {
  .category-map {
    height: calc(100vh - 200px);
  }
}

@media (min-width: 771px) {
  .category-map {
    margin: 0;
  }
}

@media (min-width: 772px) and (max-width: 992px) {
  .category-map {
    position: relative;
    width: 100vw;
    left: calc(50% - 50vw);
  }
}

@media (min-width: 992px) {
  .category-map {
    position: fixed;
    bottom: 0;
    right: 0;
    height: calc(100vh - 90px);
    width: 50vw;
  }
  .category-map.stretch-map {
    height: calc(100vh - 90px);
  }
  .category-map.filter-tab-block-scroll {
    height: 100vh;
  }
}

.category-map .map-block {
  height: 100%;
}

@media (min-width: 993px) and (max-width: 1199px) {
  .category-map {
    width: 33.33vw;
  }
}

.map-block-category {
  position: relative;
  height: 100%;
}

.map-block-category .window-block {
  position: relative;
  pointer-events: none;
}

.map-block-category .gm-style-iw-c {
  background-color: #000000;
}

.map-block-category .gm-style-iw-t:after {
  display: none;
}

.map-block-category .gm-style-iw {
  width: 260px !important;
  top: -15px !important;
  left: -3px !important;
  margin: 0 auto;
  overflow: visible;
  z-index: 9;
  background-color: #000000;
  pointer-events: all;
  border-radius: 10px;
  padding: 17px 20px !important;
}

@media (min-width: 576px) {
  .map-block-category .gm-style-iw {
    width: 270px !important;
  }
}

.map-block-category .gm-style-iw a {
  text-decoration: underline;
}

.map-block-category .gm-style-iw:after {
  content: "";
  left: 50%;
  display: block;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 14.5px 0 14.5px;
  border-color: #000000 transparent transparent transparent;
}

.map-block-category .gm-style-iw .gm-ui-hover-effect {
  width: 25px !important;
  height: 25px !important;
  right: -5px !important;
  top: -10px !important;
  border-radius: 100%;
  background-color: #ffffff !important;
  opacity: 1;
  outline: none;
}

.map-block-category .gm-style-iw .gm-ui-hover-effect img {
  display: none !important;
}

.map-block-category .gm-style-iw .gm-ui-hover-effect:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icons/close.svg");
}

.map-block-category .poi-info-window div,
.map-block-category .poi-info-window a {
  background-color: black;
  color: #ffffff;
}

.map-block-category .gm-style-iw > div {
  overflow: auto !important;
  max-width: 100% !important;
  max-height: 340% !important;
}

.map-block-category .gm-style-iw + div {
  pointer-events: all;
  background: #ec1c24;
  cursor: pointer;
  z-index: 9999999 !important;
}

.map-block-category .gm-style-iw + div:after {
  content: "";
  background-color: red;
  width: 10px;
  height: 10px;
  display: block;
}

.map-block-category .gm-style-iw + div img {
  display: none !important;
}

.clusterer-text {
  display: block;
  text-align: center;
  color: white;
  font-weight: 700;
  line-height: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Sora-bold", Arial, sans-serif;
}

.modal-block--full {
  padding: 3rem 0;
}

@media (max-width: 991px) {
  .modal-block--full {
    padding: 1rem 0 1rem;
  }
  .modal-block--full .modal-close svg {
    fill: #000000;
  }
}

.modal-block--full .modal-box {
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .modal-block--full .modal-box {
    width: 1200px;
  }
}

.modal-block--full .modal-scroll {
  height: 100%;
  padding: 0 1rem;
}

.modal-block--full .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .modal-block--full .modal-body {
    padding: 4rem 0;
  }
}

.modal-block--full .swiper-slide {
  height: auto;
}

@media (max-width: 991px) {
  .modal-block--full-map .modal-close svg {
    fill: #ffffff;
  }
}

.switch-tabs {
  position: absolute;
  bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 4;
}

.switch-tabs--classic {
  left: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #eeeeee;
  bottom: auto;
  top: 10px;
}

@media (min-width: 992px) {
  .switch-tabs--classic {
    left: 0;
    bottom: 0;
    top: auto;
  }
}

.switch-tabs--classic .switch-tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 35px;
  width: 100%;
}

@media (min-width: 992px) {
  .switch-tabs--classic .switch-tabs__item {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 50px;
    min-width: 160px;
  }
}

.switch-tabs--classic .switch-tabs__item.alhuea1cd .switch-tabs__text, .switch-tabs--classic .switch-tabs__item:hover .switch-tabs__text {
  color: #ec1c24;
}

.switch-tabs--classic .switch-tabs__item:last-child:after {
  display: none;
}

@media (min-width: 992px) {
  .switch-tabs--classic .switch-tabs__item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2px;
    height: 30px;
    background-color: #000000;
  }
}

.switch-tabs--map {
  left: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 10px;
  bottom: auto;
}

@media (min-width: 992px) {
  .switch-tabs--map {
    top: 130px;
    right: 30px;
    left: auto;
  }
}

.switch-tabs--map .switch-tabs__content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.switch-tabs--map .switch-tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 35px;
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .switch-tabs--map .switch-tabs__item.alhuea1cd .switch-tabs__text {
    color: #ec1c24;
  }
}

@media (min-width: 992px) {
  .switch-tabs--map .switch-tabs__item {
    background-color: #ffffff;
    margin-left: 10px;
    margin-bottom: 10px;
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 90px;
  }
  .switch-tabs--map .switch-tabs__item.alhuea1cd, .switch-tabs--map .switch-tabs__item:hover {
    background-color: #ec1c24;
  }
  .switch-tabs--map .switch-tabs__item.alhuea1cd .switch-tabs__text, .switch-tabs--map .switch-tabs__item:hover .switch-tabs__text {
    color: #ffffff;
  }
}

.switch-tabs--map .switch-tabs__item .switch-tabs__text {
  color: #000000;
  font-size: 12px;
  font-size: 0.75rem;
}

.switch-tabs--dropdown {
  border-radius: 10px;
}

@media (min-width: 992px) {
  .switch-tabs--dropdown {
    border-radius: 0;
  }
}

.switch-tabs--dropdown.alhuea1cd .switch-tabs__title:after {
  background-image: url("../images/icons/chevron-up.svg");
}

.switch-tabs--dropdown .switch-tabs__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem;
  min-height: 40px;
  color: #000000;
  min-width: 200px;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  border-radius: 5px;
  background-color: #eeeeee;
  overflow: hidden;
  padding-right: 40px;
}

.switch-tabs--dropdown .switch-tabs__title:after {
  content: "";
  font-size: 16px;
  font-size: 1rem;
  width: 15px;
  height: 8px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/icons/chevron-down.svg");
}

@media (min-width: 992px) {
  .switch-tabs--dropdown .switch-tabs__title {
    display: none;
  }
}

@media (max-width: 991px) {
  .switch-tabs--dropdown .switch-tabs__content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #eeeeee;
    z-index: 5;
    border-radius: 5px;
  }
  .switch-tabs--dropdown .switch-tabs__content.alhuea1cd {
    padding: 0.5rem 1rem;
  }
}

.switch-tabs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.switch-tabs--ext {
  right: 15px;
  bottom: 20px;
}

.switch-tabs--ext .switch-tabs__item {
  margin-left: 8px;
}

@media (min-width: 771px) {
  .switch-tabs--ext .switch-tabs__item {
    margin-left: 15px;
  }
}

.switch-tabs--ext .switch-tabs__item:first-child {
  margin-left: 0;
}

@media (max-width: 991px) {
  .switch-tabs--classic-detail {
    bottom: 0;
    top: auto;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .switch-tabs--classic-detail .switch-tabs__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media (min-width: 992px) {
  .switch-tabs--classic-detail {
    border-radius: 0 20px 0 0;
  }
}

.switch-tabs--classic-detail .switch-tabs__item {
  min-width: 120px;
}

@media (max-width: 991px) {
  .switch-tabs--classic-detail .switch-tabs__item {
    min-width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .switch-tabs--classic-detail .switch-tabs__item:last-child:after {
    display: none;
  }
  .switch-tabs--classic-detail .switch-tabs__item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #000000;
  }
}

@media (min-width: 1800px) {
  .switch-tabs--classic-detail .switch-tabs__item {
    min-width: 160px;
  }
}

@media (min-width: 992px) {
  .switch-tabs--classic-detail .switch-tabs__text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.switch-tabs--red {
  right: 15px;
  bottom: 20px;
}

@media (max-width: 991px) {
  .switch-tabs--red {
    position: relative;
    right: auto;
    bottom: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1rem;
    padding: 0 1rem;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .switch-tabs--red {
    bottom: auto;
    top: 20px;
  }
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .switch-tabs--red {
    bottom: auto;
    top: 20px;
  }
}

.switch-tabs--red .switch-tabs__item {
  margin-left: 8px;
}

@media (min-width: 771px) {
  .switch-tabs--red .switch-tabs__item {
    margin-left: 15px;
  }
}

.switch-tabs--red .switch-tabs__item:first-child {
  margin-left: 0;
}

.switch-tabs--red .switch-tabs__icon {
  background-color: #ec1c24;
}

.switch-tabs__item {
  cursor: pointer;
}

.switch-tabs__item.alhuea1cd .switch-tabs__icon {
  background-color: #ec1c24;
}

.switch-tabs__text {
  color: #000000;
  font-family: "Sora-Regular", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

@media (min-width: 992px) {
  .switch-tabs__text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.switch-tabs__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  background-color: #000000;
}

@media (min-width: 771px) {
  .switch-tabs__icon {
    height: 40px;
    width: 40px;
  }
}

.switch-tabs__icon svg {
  fill: #000000;
  font-size: 30px;
  font-size: 1.875rem;
}

@media (min-width: 771px) {
  .switch-tabs__icon svg {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

@media only screen and (max-width: 991px) {
  .is-filter-open .d12dhd9a8k,
  .is-filter-open .btn-filter-submit{
    display: none;
    pointer-events: none;
  }
}


/* Odosielanie formulara - tlacidlo je zamknute, kym bezi AJAX request.
   Bez toho uzivatel nema ziadny feedback a klikne znova (formular odletel aj 3x). */
.btn.is-submitting,
.btn:disabled,
button[type="submit"]:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

/* Kym request bezi, v tlacidle sa toci spinner namiesto textu. Odoslanie caka na
   admin API (to synchronne posiela notifikacne maily), co trva sekundy - bez tejto
   spatnej vazby to vyzera, ze sa web zasekol.
   Trieda 'is-submitting' sa pridava len cez formSubmitLock() vo form.js, takze
   sa to tyka vylucne AJAX formularov. Ich submit tlacidla su vsetko *-fill
   varianty s bielym textom, preto biely spinner. */
.btn.is-submitting {
  position: relative;
  color: transparent !important;
}

.btn.is-submitting:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #ffffff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-forever 0.75s linear infinite;
          animation: rotate-forever 0.75s linear infinite;
}


/*# sourceMappingURL=app.css.map */
