@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
  min-width: 320px;
  position: relative;
}

article,
aside,
details,
figure,
figfz-x-sm,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: block;
  max-width: 100%;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}

.hidden,
[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
  background: transparent;
  -webkit-transition: .3s all;
  transition: .3s all;
}

a:active, a:hover {
  outline: 0;
}

a img {
  border: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: .5em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -1em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  border: 0;
  font: inherit;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  text-transform: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
  background-clip: padding-box;
  background-color: transparent;
}

button,
html input[type='button'] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  -webkit-transition: .3s all;
  transition: .3s all;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea::-webkit-input-placeholder {
  color: inherit;
  -webkit-transition: .3s all;
  transition: .3s all;
}

textarea::-moz-placeholder {
  color: inherit;
  -moz-transition: .3s all;
  transition: .3s all;
}

textarea:-ms-input-placeholder {
  color: inherit;
  -ms-transition: .3s all;
  transition: .3s all;
}

textarea::-ms-input-placeholder {
  color: inherit;
  -ms-transition: .3s all;
  transition: .3s all;
}

textarea::placeholder {
  color: inherit;
  -webkit-transition: .3s all;
  transition: .3s all;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea:focus::-ms-input-placeholder {
  color: transparent !important;
}

textarea:focus::placeholder {
  color: transparent !important;
}

input {
  line-height: normal;
}

input::-webkit-input-placeholder {
  color: inherit;
  -webkit-transition: .3s all;
  transition: .3s all;
}

input::-moz-placeholder {
  color: inherit;
  -moz-transition: .3s all;
  transition: .3s all;
}

input:-ms-input-placeholder {
  color: inherit;
  -ms-transition: .3s all;
  transition: .3s all;
}

input::-ms-input-placeholder {
  color: inherit;
  -ms-transition: .3s all;
  transition: .3s all;
}

input::placeholder {
  color: inherit;
  -webkit-transition: .3s all;
  transition: .3s all;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

input:focus::-ms-input-placeholder {
  color: transparent !important;
}

input:focus::placeholder {
  color: transparent !important;
}

input[type='reset'], input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

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

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

input[type='search'] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

textarea {
  resize: none;
  overflow: auto;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?a11w98");
  src: url("../fonts/icomoon.eot?a11w98#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?a11w98") format("truetype"), url("../fonts/icomoon.woff?a11w98") format("woff"), url("../fonts/icomoon.svg?a11w98#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon2.eot?a11w98");
  src: url("../fonts/icomoon2.eot?a11w98#iefix") format("embedded-opentype"), url("../fonts/icomoon2.ttf?a11w98") format("truetype"), url("../fonts/icomoon2.woff?a11w98") format("woff"), url("../fonts/icomoon2.svg?a11w98#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  line-height: 0.6;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cart2:before {
  content: "\e938";
}

.icon-map2:before {
  content: "\e940";
}

.icon-heart-bold:before {
  content: "\e942";
}

.icon-gear:before {
  content: "\e943";
}

.icon-plus:before {
  content: "\e923";
}

.icon-alert:before {
  content: "\e900";
}

.icon-arrow-dd:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-sm:before {
  content: "\e903";
}

.icon-bike:before {
  content: "\e904";
}

.icon-calendar:before {
  content: "\e905";
}

.icon-car:before {
  content: "\e906";
}

.icon-cart:before {
  content: "\e907";
}

.icon-check:before {
  content: "\e908";
}

.icon-clock2:before {
  content: "\e909";
}

.icon-clock:before {
  content: "\e90a";
}

.icon-close:before {
  content: "\e90b";
}

.icon-cloud:before {
  content: "\e90c";
}

.icon-date:before {
  content: "\e90d";
}

.icon-delivery:before {
  content: "\e90e";
}

.icon-dest:before {
  content: "\e90f";
}

.icon-eat:before {
  content: "\e910";
}

.icon-fb:before {
  content: "\e911";
}

.icon-flower:before {
  content: "\e912";
}

.icon-gift:before {
  content: "\e913";
}

.icon-gift2:before {
  content: "\e914";
}

.icon-glasses:before {
  content: "\e915";
}

.icon-pin2:before {
  content: "\e916";
}

.icon-quote-start:before {
  content: "\e917";
}

.icon-quote-end:before {
  content: "\e918";
}

.icon-darts:before {
  content: "\e919";
}

.icon-hands:before {
  content: "\e91a";
}

.icon-heart:before {
  content: "\e91b";
}

.icon-house:before {
  content: "\e91c";
}

.icon-download:before {
  content: "\e91d";
}

.icon-nav:before {
  content: "\e91e";
}

.icon-search2:before {
  content: "\e91f";
}

.icon-label:before {
  content: "\e920";
}

.icon-like-fill:before {
  content: "\e921";
}

.icon-mountain:before {
  content: "\e922";
}

.icon-play:before {
  content: "\e924";
}

.icon-pdf:before {
  content: "\e925";
}

.icon-people:before {
  content: "\e926";
}

.icon-phone:before {
  content: "\e927";
}

.icon-pin:before {
  content: "\e928";
}

.icon-print:before {
  content: "\e929";
}

.icon-road:before {
  content: "\e92a";
}

.icon-search:before {
  content: "\e92b";
}

.icon-share:before {
  content: "\e92c";
}

.icon-star:before {
  content: "\e92d";
}

.icon-steps:before {
  content: "\e92e";
}

.icon-tree:before {
  content: "\e92f";
}

.icon-twitter:before {
  content: "\e930";
}

.icon-user:before {
  content: "\e931";
}

.icon-water:before {
  content: "\e932";
}

.icon-way:before {
  content: "\e933";
}

.icon-whatsapp:before {
  content: "\e934";
}

.icon-zoom:before {
  content: "\e935";
}

.icon-bag:before {
  content: "\e936";
}

.icon-cards:before {
  content: "\e937";
}

.icon-map:before {
  content: "\e939";
}

.icon-pin3:before {
  content: "\e93a";
}

.icon-pointer:before {
  content: "\e93b";
}

.icon-stars:before {
  content: "\e93c";
}

.icon-store:before {
  content: "\e93d";
}

.icon-user2:before {
  content: "\e93e";
}

.icon-whatsapp-fill:before {
  content: "\e93f";
}

.icon-youtube:before {
  content: "\e941";
}

.icon-water-drops-waves:before {
  content: "\e944";
}

.icon-cactus:before {
  content: "\e800";
}

.icon-caves:before {
  content: "\e801";
}

.icon-vase:before {
  content: "\e803";
}

.icon-suv:before {
  content: "\e804";
}

.icon-tall-car:before {
  content: "\e805";
}

.icon-bus:before {
  content: "\e806";
}

.icon-compass:before {
  content: "\e807";
}

@font-face {
  font-family: "maslulim";
  src: url("../fonts/maslulim/fonts/maslulim.eot?6ap0gh");
  src: url("../fonts/maslulim/fonts/maslulim.eot?6ap0gh#iefix") format("embedded-opentype"), url("../fonts/maslulim/fonts/maslulim.ttf?6ap0gh") format("truetype"), url("../fonts/maslulim/fonts/maslulim.woff?6ap0gh") format("woff"), url("../fonts/maslulim/fonts/maslulim.svg?6ap0gh#maslulim") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ico-"],
[class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "maslulim" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-mail:before {
  content: "\e900";
}

/**
 * Swiper 8.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 31, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

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

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

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity,height,-webkit-transform;
  transition-property: opacity,height,-webkit-transform;
  transition-property: transform,opacity,height;
  transition-property: transform,opacity,height,-webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

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

.carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  -webkit-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  -webkit-box-shadow: var(--carousel-button-shadow, none);
          box-shadow: var(--carousel-button-shadow, none);
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: .3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  -webkit-filter: var(--carousel-button-svg-filter, none);
          filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  -ms-touch-action: none;
      touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: transparent;
  overflow: hidden;
  z-index: 1050;
  outline: none;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
          box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fancybox__caption {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  -webkit-animation: fancybox-rotate 2s linear infinite;
          animation: fancybox-rotate 2s linear infinite;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
          animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

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

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

@-webkit-keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  -webkit-animation: .15s ease backwards fancybox-fadeIn;
          animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  -webkit-animation: .15s ease both fancybox-fadeOut;
          animation: .15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  -webkit-animation: .15s ease both fancybox-fadeIn;
          animation: .15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  -webkit-animation: .1s ease both fancybox-fadeOut;
          animation: .1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  -webkit-animation: .2s ease both fancybox-zoomInUp;
          animation: .2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  -webkit-animation: .15s ease both fancybox-zoomOutDown;
          animation: .15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  -webkit-animation: .15s ease both fancybox-throwOutUp;
          animation: .15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  -webkit-animation: .15s ease both fancybox-throwOutDown;
          animation: .15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
            transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    -webkit-transform: translate3d(0, -30%, 0);
            transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@-webkit-keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__image {
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: transparent;
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  -ms-touch-action: none;
      touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
}

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

.fancybox__thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
          animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  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;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  -ms-touch-action: none;
      touch-action: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
          animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

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

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

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
          transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
          transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
          transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
          transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
          transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
          transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
          transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
          transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
          transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
          transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
          transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
          transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
          transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
          transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
          transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
          transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
          transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
          transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
          transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
          transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
          transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
          transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
          transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
          transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
          transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
          transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
          transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
          transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
          transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
          transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
          transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
          transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
          transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
          transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
          transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
          transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-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);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-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);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-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);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  -webkit-transform: translate3d(0, -100px, 0);
          transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-100px, 0, 0);
          transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  -webkit-transform: translate3d(-100px, 100px, 0);
          transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  -webkit-transform: translate3d(100px, 100px, 0);
          transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  -webkit-transform: translate3d(-100px, -100px, 0);
          transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  -webkit-transform: translate3d(100px, -100px, 0);
          transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
          transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
          transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
          transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
          transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
          transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
          transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
          transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
          transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-aos=slide-up] {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
          transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
          transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
          transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
          transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
          transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
          transform: perspective(2500px) rotateX(0);
}

.swiper-btn-prev, .swiper-btn-next {
  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: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #000;
}

.swiper-btn-prev.swiper-button-disabled, .swiper-btn-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .swiper-btn-prev, .swiper-btn-next {
    width: 10.8vw;
    height: 10.8vw;
  }
}

.swiper-btn-prev i, .swiper-btn-next i {
  font-size: 1rem;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 768px) {
  .swiper-btn-prev i, .swiper-btn-next i {
    font-size: 4.26667vw;
  }
}

@media screen and (min-width: 769px) {
  .swiper-btn-prev:hover, .swiper-btn-next:hover {
    background-color: #000 !important;
  }
  .swiper-btn-prev:hover i, .swiper-btn-next:hover i {
    color: #fff;
  }
}

.swiper-btn-next {
  margin-right: 0.9375rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-pagination {
  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;
  width: 100%;
  right: 0;
  z-index: 5;
}

.custom-pagination .swiper-pagination-bullet {
  width: 0.6875rem;
  height: 0.6875rem;
  display: inline-block;
  opacity: 1;
  margin: 0 0.375rem !important;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #E0E0E0;
}

@media screen and (max-width: 768px) {
  .custom-pagination .swiper-pagination-bullet {
    background-color: #707070;
    margin: 0 1.06667vw !important;
    width: 1.73333vw;
    height: 1.73333vw;
  }
}

.custom-pagination .swiper-pagination-bullet-active {
  background-color: #f39200;
  width: 0.9375rem;
  height: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .custom-pagination .swiper-pagination-bullet-active {
    width: 2.66667vw;
    height: 2.66667vw;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 0.83333vw;
  }
}

body {
  font-family: "Heebo", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  background-color: #fbfdff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 4vw;
  }
}

body.fixed {
  overflow: hidden;
  padding-right: 17px;
}

@media screen and (max-width: 768px) {
  body.fixed {
    padding-right: 0;
  }
}

body a,
body button {
  color: inherit;
}

body a:hover,
body button:hover {
  text-decoration: none;
}

section {
  overflow: hidden;
  position: relative;
}

.customize-support .header {
  top: 32px;
}

::-moz-selection {
  background-color: rgba(7, 114, 64, 0.75);
  color: #fff;
}

::selection {
  background-color: rgba(7, 114, 64, 0.75);
  color: #fff;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(206, 206, 206, 0.75);
}

.global-wrapper {
  position: relative;
}

@media screen and (max-width: 768px) {
  .global-wrapper {
    overflow: hidden;
  }
}

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

.img-wrapper img {
  display: block;
  width: 100%;
}

.img-wrapper.covered-image {
  width: 100%;
  height: 100%;
}

.img-wrapper.covered-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.border-radius {
  border-radius: 0.625rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .border-radius {
    border-radius: 1.33333vw;
  }
}

.overflow {
  overflow: hidden;
}

.overflow > span {
  display: inline-block;
}

.opacity-cover {
  position: relative;
}

.opacity-cover::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: rgba(0, 0, 0, 0.41);
}

.opacity-cover.on-hover::before {
  opacity: 0;
}

.opacity-cover.on-hover:hover::before {
  opacity: 1;
}

.breadcrumbs {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.375em;
}

.breadcrumbs li a:hover {
  text-decoration: underline;
}

.breadcrumbs li::after {
  content: ">";
  margin: 0 0.25em;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.default-hero-padding {
  padding: 9.0625rem 0 2.5rem;
}

@media screen and (max-width: 768px) {
  .default-hero-padding {
    padding: 20.4vw 0 4.4vw;
  }
}

.widget_wpc_filters_widget {
  font-size: 1rem;
}

.widget_wpc_filters_widget .wpc-filter-header {
  font-weight: 700;
  position: relative;
  font-size: 1.125em;
  cursor: pointer;
}

.widget_wpc_filters_widget .wpc-filter-header + div {
  display: none;
}

.widget_wpc_filters_widget .wpc-filter-header::after {
  position: absolute;
  content: "";
  width: 0.94444em;
  height: 0.55556em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.211' height='9.666' viewBox='0 0 17.211 9.666'%3E%3Cg id='Group_10154' data-name='Group 10154' transform='translate(1499.651 781.106) rotate(180)'%3E%3Cline id='Line_270' data-name='Line 270' x2='7.545' y2='7.545' transform='translate(1483.5 772.5)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_271' data-name='Line 271' x1='7.545' y2='7.545' transform='translate(1491.045 772.5)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.widget_wpc_filters_widget .wpc-filter-header.opened::after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.widget_wpc_filters_widget .wpc-checkbox-item label::before,
.widget_wpc_filters_widget .wpc-radio-item label::before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 1px solid #077240;
  margin-left: 0.625em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 62.5%;
}

.widget_wpc_filters_widget .wpc-checkbox-item input:checked + label::before,
.widget_wpc_filters_widget .wpc-radio-item input:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Ccircle id='Ellipse_1834' data-name='Ellipse 1834' cx='5' cy='5' r='5' fill='%23077240'/%3E%3C/svg%3E%0A");
}

#secondary .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a,
.widget-area
.widget
.wpc-filter-chips-list
li.wpc-filter-chip:not(.wpc-chip-reset-all)
a,
body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a,
body#colibri
.wpc-filter-chips-list
li.wpc-filter-chip:not(.wpc-chip-reset-all)
a,
.wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
  border-color: #000 !important;
}

.wpc-custom-selected-terms ul.wpc-filter-chips-list {
  gap: 0.5em;
}

.wpc-filter-chips-list li,
body .wpc-filter-chips-list li.wpc-filter-chip,
li.wpc-filter-chip {
  margin: 0 !important;
}

.wpc-chip-remove-icon {
  margin: 0 0.5em 0 0 !important;
}

.wpc-filter-chip-name {
  margin: 0 !important;
}

.isOverflow {
  overflow: hidden;
}

.overflow-content {
  display: none;
  margin-top: 1em;
}

.show-more {
  margin-top: 1em;
}

.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-submit:disabled {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.25);
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip,
.form-item div.error {
  color: #f39200;
  font-size: 0.75em;
}

.wpcf7-response-output {
  margin-top: 0.5em;
  color: #f39200;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .filters-wrapper {
    width: 100%;
  }
}

.filters-wrapper .wpc-filter-title {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.filters-wrapper .wpc-checkbox-item label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.filters-wrapper .wpc-filters-main-wrap ul.children {
  margin-left: 0 !important;
  padding-right: 0.25rem;
}

.filters-wrapper i.wpc-toggle-children-list {
  left: 0;
  right: auto;
}

.filters-wrapper i.wpc-toggle-children-list::before, .filters-wrapper i.wpc-toggle-children-list::after {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000;
}

.filters-wrapper i.wpc-toggle-children-list::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

body
.wpc-filters-main-wrap
.wpc-filter-has-hierarchy
.wpc-term-item-content-wrapper {
  padding-right: 0 !important;
}

.widget_shopping_cart_content {
  height: 100%;
}

.order-again {
  margin-top: 1em;
}

.order-again .button {
  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;
  border-radius: 6.25rem !important;
  font-weight: 500;
  background-color: #f58521 !important;
  color: #fff !important;
  padding: 0.75em 1em !important;
}

.order-again .button:hover {
  background-color: #d96c0a !important;
}

.page-404 {
  padding-top: 9.375rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .page-404 {
    padding-top: 33.33333vw;
  }
}

.swiper-wrapper {
  height: auto;
}

.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;
  font-weight: 500;
}

.btn.circle {
  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: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .btn.circle {
    width: 9.33333vw;
    height: 9.33333vw;
  }
}

.btn.rounded {
  border-radius: 6.25rem;
}

.btn.sm {
  height: 2.375rem;
  width: 9.375rem;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .btn.sm {
    font-size: 4.26667vw;
    height: 9.86667vw;
    width: 36vw;
  }
}

.btn.md {
  height: 2.75rem;
  width: 13.4375rem;
  font-size: 1.0625rem;
}

.btn.lg {
  width: 17.1875rem;
  height: 3.375rem;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .btn.lg {
    width: 63.06667vw;
    height: 11.46667vw;
    font-size: 4.66667vw;
  }
}

.btn.xl {
  width: 15rem;
  height: 3.75rem;
  font-size: 1.375rem;
}

@media screen and (max-width: 768px) {
  .btn.xl {
    height: 11.33333vw;
    width: 51.73333vw;
    font-size: 4.26667vw;
  }
}

.btn.fullwidth {
  width: 100%;
}

.btn.bordered {
  border: 1px solid #D4D4D4;
}

.btn.bordered:hover {
  color: #fff;
  background-color: #D4D4D4;
}

.btn.bordered.green-border {
  border-color: #077240;
  color: #077240;
}

.btn.bordered.green-border:hover {
  background-color: #077240;
  color: #fff;
}

.btn.bordered.green-border:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.btn.orange-bg, .btn.blue-bg, .btn.green-bg {
  color: #fff;
  position: relative;
  overflow: hidden;
}

.btn.orange-bg span, .btn.orange-bg i, .btn.blue-bg span, .btn.blue-bg i, .btn.green-bg span, .btn.green-bg i {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.btn.orange-bg::before, .btn.blue-bg::before, .btn.green-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn.orange-bg:hover::before, .btn.blue-bg:hover::before, .btn.green-bg:hover::before {
  opacity: 1;
}

.btn.white-bg {
  background-color: #fff;
  color: #40BF81;
  font-weight: 700;
  border: 1px solid #fff;
}

.btn.white-bg:hover {
  background-color: transparent;
  color: #fff;
}

.btn.light-green-bg {
  color: #fff;
}

.btn.light-green-bg:hover {
  background-color: #077240;
}

.orange-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F39200), to(#F77A40));
  background-image: linear-gradient(to bottom, #F39200 0%, #F77A40 100%);
}

.blue-bg {
  background-color: #0397cc;
}

.white-bg {
  background-color: #fff;
}

.green-bg {
  background-color: #077240;
}

.light-green-bg {
  background-color: #5DAC86;
}

.add-to-wishlist {
  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: 2.5625rem;
  height: 2.5625rem;
  border-radius: 50%;
  background-color: #DBDBDB;
  color: #fff;
  font-size: 1.4375rem;
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  .add-to-wishlist {
    width: 10.93333vw;
    height: 10.93333vw;
  }
  .add-to-wishlist i {
    font-size: 6.93333vw;
  }
}

.add-to-wishlist.bigger {
  width: 3.375rem;
  height: 3.375rem;
  font-size: 1.9375rem;
}

@media screen and (max-width: 768px) {
  .add-to-wishlist.bigger {
    width: 10.93333vw;
    height: 10.93333vw;
  }
  .add-to-wishlist.bigger i {
    font-size: 6.93333vw;
  }
}

.add-to-wishlist.choosed {
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
  color: #f39200;
}

.add-to-wishlist:hover {
  color: #f39200;
}

.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f39200;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none !important;
}

.link span {
  text-decoration: underline;
}

.link i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 1em;
  font-size: 0.625em;
}

.link:hover span {
  text-decoration: none;
}

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

.icon-link i {
  font-size: 0.66667em;
  margin-left: 0.44444em;
}

.play-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;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #F96E03;
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
}

.play-btn i {
  font-size: 0.75rem;
  margin-left: .25em;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #f96e03;
            box-shadow: 0 0 0 0 #f96e03;
  }
  90% {
    -webkit-box-shadow: 0 0 0 1.25em rgba(249, 110, 3, 0);
            box-shadow: 0 0 0 1.25em rgba(249, 110, 3, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(249, 110, 3, 0);
            box-shadow: 0 0 0 0 rgba(249, 110, 3, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #f96e03;
            box-shadow: 0 0 0 0 #f96e03;
  }
  90% {
    -webkit-box-shadow: 0 0 0 1.25em rgba(249, 110, 3, 0);
            box-shadow: 0 0 0 1.25em rgba(249, 110, 3, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(249, 110, 3, 0);
            box-shadow: 0 0 0 0 rgba(249, 110, 3, 0);
  }
}

a:hover span.t-d-u {
  text-decoration: none;
}

.container {
  position: relative;
  z-index: 5;
  width: 100%;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.container.sm {
  max-width: 70.625rem;
  padding: 0;
  margin: 0 auto;
}

.container.px-150 {
  padding-left: 9.375rem;
  padding-right: 9.375rem;
}

.container.px-235 {
  padding-left: 14.6875rem;
  padding-right: 14.6875rem;
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
}

.relative {
  position: relative;
}

.d-none {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .desktop-hide {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .desktop-sm-hide {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .mobile-hide {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .mobile-sm-hide {
    display: none !important;
  }
}

.grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

.grid-3.gap-30 {
  gap: 1.875rem;
}

@media screen and (max-width: 768px) {
  .grid-3.gap-30 {
    gap: 4vw;
  }
}

.grid-3.gap-20 {
  gap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .grid-3.gap-20 {
    gap: 2.66667vw;
  }
}

@media screen and (max-width: 768px) {
  .grid-3 {
    gap: 6.66667vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-3.mobile-per-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}

@media screen and (max-width: 768px) {
  .grid-4 {
    gap: 4vw;
  }
  .grid-4.mobile-per-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.box-shadow {
  -webkit-box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.12);
}

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

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

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

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

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

@media screen and (max-width: 768px) {
  .text-center-sm {
    text-align: center;
  }
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

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

.ff-primary {
  font-family: "Heebo", sans-serif;
}

.ff-poppins {
  font-family: "Poppins", sans-serif;
}

.green-color {
  color: #24C174;
}

@media screen and (min-width: 769px) {
  .fz-100 {
    font-size: 6.25rem;
  }
  .fz-75 {
    font-size: 4.6875rem;
  }
  .fz-62 {
    font-size: 3.875rem;
  }
  .fz-60 {
    font-size: 3.75rem;
  }
  .fz-53 {
    font-size: 3.3125rem;
  }
  .fz-50 {
    font-size: 3.125rem;
  }
  .fz-42 {
    font-size: 2.625rem;
  }
  .fz-40 {
    font-size: 2.5rem;
  }
  .fz-36 {
    font-size: 2.25rem;
  }
  .fz-35 {
    font-size: 2.1875rem;
  }
  .fz-34 {
    font-size: 2.125rem;
  }
  .fz-31 {
    font-size: 1.9375rem;
  }
  .fz-30 {
    font-size: 1.875rem;
  }
  .fz-28 {
    font-size: 1.75rem;
  }
  .fz-25 {
    font-size: 1.5625rem;
  }
  .fz-24 {
    font-size: 1.5rem;
  }
  .fz-22 {
    font-size: 1.375rem;
  }
  .fz-21 {
    font-size: 1.3125rem;
  }
  .fz-20 {
    font-size: 1.25rem;
  }
  .fz-19 {
    font-size: 1.1875rem;
  }
  .fz-18 {
    font-size: 1.125rem;
  }
  .fz-17 {
    font-size: 1.0625rem;
  }
  .fz-16 {
    font-size: 1rem;
  }
  .fz-15 {
    font-size: 0.9375rem;
  }
  .fz-14 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .fz-m-105 {
    font-size: 14vw;
  }
  .fz-m-85 {
    font-size: 11.33333vw;
  }
  .fz-m-70 {
    font-size: 9.33333vw;
  }
  .fz-m-65 {
    font-size: 8.66667vw;
  }
  .fz-m-60 {
    font-size: 8vw;
  }
  .fz-m-55 {
    font-size: 7.33333vw;
  }
  .fz-m-50 {
    font-size: 6.66667vw;
  }
  .fz-m-48 {
    font-size: 6.4vw;
  }
  .fz-m-47 {
    font-size: 6.26667vw;
  }
  .fz-m-45 {
    font-size: 6vw;
  }
  .fz-m-44 {
    font-size: 5.86667vw;
  }
  .fz-m-43 {
    font-size: 5.73333vw;
  }
  .fz-m-42 {
    font-size: 5.6vw;
  }
  .fz-m-41 {
    font-size: 5.46667vw;
  }
  .fz-m-39 {
    font-size: 5.2vw;
  }
  .fz-m-38 {
    font-size: 5.06667vw;
  }
  .fz-m-36 {
    font-size: 4.8vw;
  }
  .fz-m-35 {
    font-size: 4.66667vw;
  }
  .fz-m-34 {
    font-size: 4.53333vw;
  }
  .fz-m-32 {
    font-size: 4.26667vw;
  }
  .fz-m-31 {
    font-size: 4.13333vw;
  }
  .fz-m-30 {
    font-size: 4vw;
  }
  .fz-m-28 {
    font-size: 3.73333vw;
  }
  .fz-m-27 {
    font-size: 3.6vw;
  }
  .fz-m-26 {
    font-size: 3.46667vw;
  }
  .fz-m-24 {
    font-size: 3.2vw;
  }
  .fz-m-22 {
    font-size: 2.93333vw;
  }
  .fz-m-20 {
    font-size: 2.66667vw;
  }
}

.lh-1 {
  line-height: 1.1;
}

.fw-reg {
  font-weight: 400;
}

.fw-md {
  font-weight: 500;
}

.fw-semi {
  font-weight: 600;
}

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

.t-t-u {
  text-transform: uppercase;
}

.t-d-u {
  text-decoration: underline;
}

.lh-sm {
  line-height: 1.375;
}

.wp-block-image img {
  display: block;
}

.list-check-icon ul {
  padding: 0 !important;
}

.list-check-icon ul li {
  position: relative;
  padding-right: 2.27273em;
  line-height: 1.47619em;
  margin-bottom: 1.40909em;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.list-check-icon ul li::before {
  position: absolute;
  content: "";
  width: 1.63636em;
  height: 1.36364em;
  right: 0;
  top: 0.1875rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_12373' data-name='Group 12373' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='35.619' height='29.628' viewBox='0 0 35.619 29.628'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23f39200'/%3E%3Cstop offset='1' stop-color='%23f77a40'/%3E%3C/linearGradient%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_4239' data-name='Rectangle 4239' width='35.619' height='29.628' fill='url(%23linear-gradient)'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_9435' data-name='Group 9435' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_29992' data-name='Path 29992' d='M28.226,14.691A1.483,1.483,0,0,0,26.6,16.018,11.848,11.848,0,1,1,13.37,3.057a11.761,11.761,0,0,1,8.737,2.424,1.484,1.484,0,0,0,1.827-2.338A14.812,14.812,0,1,0,25.455,25.12a14.867,14.867,0,0,0,4.1-8.8,1.486,1.486,0,0,0-1.327-1.626' transform='translate(-0.001 0)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Path_29993' data-name='Path 29993' d='M132.149,111.66c1.9,1.7,8.2,7.413,10.213,10.221a.3.3,0,0,0,.508,0c1.595-2.183,10.247-13.591,18.918-16.435.39-.128.277-.789-.126-.736-3.651.476-10.139,2.6-19.756,10.245a.3.3,0,0,1-.388-.008c-2.8-2.385-6.98-4.185-9.189-3.961a.391.391,0,0,0-.179.672' transform='translate(-126.409 -100.257)' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.content-block h3 {
  font-size: 1.31818em;
  font-weight: 700;
}

.content-block h3:not(:first-child) {
  margin-top: 1.55172em;
}

.content-block ul,
.content-block ol {
  margin: 1.75rem 0;
  padding-right: 2em;
}

@media screen and (max-width: 768px) {
  .content-block ul,
  .content-block ol {
    margin: 5.33333vw 0;
  }
}

.content-block ul:last-child,
.content-block ol:last-child {
  margin-bottom: 0;
}

.content-block ul:first-child,
.content-block ol:first-child {
  margin-top: 0;
}

.content-block p strong {
  font-weight: 500;
}

.post-content {
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .post-content {
    font-size: 4vw;
  }
}

.post-content del {
  text-decoration: unset;
  color: #EC4B04;
  font-weight: 500;
}

.post-content h2,
.post-content h3 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .post-content h2,
  .post-content h3 {
    font-size: 6vw;
  }
}

.post-content h2:not(:last-child),
.post-content h3:not(:last-child) {
  margin-bottom: 0.66667em;
}

.post-content h2:not(:first-child),
.post-content h3:not(:first-child) {
  margin-top: 2em;
}

.post-content a {
  font-weight: 700;
  color: #f39200;
  text-decoration: underline;
}

.post-content h4 {
  font-size: 1.375rem;
  line-height: 1.36364em;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .post-content h4 {
    font-size: 4.53333vw;
  }
}

.post-content h4:not(:last-child) {
  margin-bottom: 0.68182em;
}

.post-content mark {
  color: #EC4B04;
  font-weight: 500;
  background: transparent;
}

.post-content p {
  font-size: 1em;
}

.post-content p:not(:last-child) {
  margin-bottom: 1.5em;
}

.post-content ol,
.post-content ul {
  padding-right: 1.25em;
  margin: 1em 0;
}

@media screen and (max-width: 768px) {
  .post-content ol,
  .post-content ul {
    font-size: 4vw;
  }
}

.post-content ol:first-child,
.post-content ul:first-child {
  margin-top: 0;
}

.post-content ol:last-child,
.post-content ul:last-child {
  margin-bottom: 0;
}

.post-content ul {
  list-style: disc;
}

.post-content ol {
  list-style: decimal;
}

.post-content blockquote {
  background-color: #FBF2E5;
  border-radius: 0.625rem;
  font-size: 1.375rem;
  font-weight: 700;
  font-style: italic;
  padding: 1.63636em 1.63636em 1.63636em 2.18182em;
}

@media screen and (max-width: 768px) {
  .post-content blockquote {
    border-radius: 1.33333vw;
    font-size: 4.26667vw;
  }
}

.post-content blockquote p {
  position: relative;
}

.post-content blockquote p::before, .post-content blockquote p::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(243, 146, 0, 0.5);
}

.post-content blockquote p::before {
  content: "\e917";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(100%, -60%);
      -ms-transform: translate(100%, -60%);
          transform: translate(100%, -60%);
}

.post-content blockquote p::after {
  content: "\e918";
  display: inline-block;
  margin-right: 0.36364em;
  -webkit-transform: translateY(0.5em);
      -ms-transform: translateY(0.5em);
          transform: translateY(0.5em);
}

.post-content blockquote:not(:last-child) {
  margin-bottom: 1.13636em;
}

.post-content .has-background {
  background-color: #EFF5FB;
  padding: 2em 2.375em;
  margin: 1em 0;
}

@media screen and (max-width: 768px) {
  .post-content .has-background {
    padding: 5vw 3vw;
  }
}

.post-content .has-background p.overflow {
  max-height: calc(20 * var(--line-height));
  -webkit-transition: .3s;
  transition: .3s;
}

.post-content .show-all {
  font-weight: 700;
  -webkit-transform: translateY(-75%);
      -ms-transform: translateY(-75%);
          transform: translateY(-75%);
  color: #f39200;
  text-decoration: underline;
}

.post-content h4.has-background {
  margin-bottom: 0;
}

.post-content h4.has-background + p {
  padding-top: 0;
}

.post-content .wp-caption {
  width: 100% !important;
  margin-bottom: 2em;
}

.post-content img {
  width: 100%;
  display: block;
}

.post-content .wp-caption-text {
  padding-top: 0.68182em;
  font-size: 1.375rem;
  font-weight: 700;
}

.wp-block-image {
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
}

.wp-block-image:not(:last-child) {
  margin-bottom: 1.5rem;
}

.wp-block-image img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .wp-block-image {
    border-radius: 1.33333vw;
    width: calc(100% + 8vw);
    margin: 0 -4vw;
    border-radius: 0;
    aspect-ratio: 1.3157;
  }
  .wp-block-image:not(:last-child) {
    margin-bottom: 4.93333vw;
  }
}

.section-desc {
  max-width: 47.5rem;
  margin: 0 auto;
  text-align: center;
}

.form-item {
  position: relative;
  margin-bottom: 1.6875rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .form-item {
    margin-bottom: 6.93333vw;
  }
}

.form-item.w-50 {
  width: calc(50% - 0.75rem);
}

@media screen and (max-width: 768px) {
  .form-item.w-50 {
    width: 100%;
  }
}

.form-item.w-33 {
  width: calc(33% - 0.42rem);
}

@media screen and (max-width: 768px) {
  .form-item.w-33 {
    width: 100%;
  }
}

.form-item input[type="text"],
.form-item input[type="tel"],
.form-item input[type="email"],
.form-item input[type="number"],
.form-item input[type="password"],
.form-item select,
.form-item textarea {
  width: 100%;
  height: 3.125rem;
  -webkit-box-shadow: 0 0.125rem 0.875rem rgba(210, 210, 210, 0.16);
          box-shadow: 0 0.125rem 0.875rem rgba(210, 210, 210, 0.16);
  border-radius: 1.875rem;
  border: 1px solid #e0e0e0;
  padding: 0 1.5rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

@media screen and (max-width: 768px) {
  .form-item input[type="text"],
  .form-item input[type="tel"],
  .form-item input[type="email"],
  .form-item input[type="number"],
  .form-item input[type="password"],
  .form-item select,
  .form-item textarea {
    border-radius: 5.33333vw;
    height: 10.66667vw;
    -webkit-box-shadow: 0 0.4vw 1.86667vw rgba(210, 210, 210, 0.16);
            box-shadow: 0 0.4vw 1.86667vw rgba(210, 210, 210, 0.16);
    padding: 0 3.2vw;
  }
}

.form-item.filled label {
  color: #000 !important;
}

.form-item .form-elem:focus, .form-item .form-elem.filled {
  border-color: #000;
}

.form-item .form-elem:focus ~ label, .form-item .form-elem.filled ~ label {
  color: #000 !important;
}

.form-item textarea {
  height: 8.4375rem;
  border-radius: 1.25rem;
  padding-top: 1em;
  padding-bottom: 1em;
}

.form-item label {
  position: absolute;
  font-size: 0.875rem;
  color: #c4c4c4;
  background-color: #fff;
  padding: 0.1875rem;
  right: 1.25rem;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media screen and (max-width: 768px) {
  .form-item label {
    font-size: 3.2vw;
    padding: 0.26667vw 1.33333vw;
    right: 4vw;
  }
}

.form-item.unfocused-label label {
  font-size: 1rem;
  color: #000;
  top: 1.4375em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .form-item.unfocused-label label {
    font-size: 4vw;
    top: 1.3em;
  }
}

.form-item.unfocused-label .form-elem:focus ~ label,
.form-item.unfocused-label .filled ~ label {
  top: 0;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  .form-item.unfocused-label .form-elem:focus ~ label,
  .form-item.unfocused-label .filled ~ label {
    font-size: 3.2vw;
  }
}

.form-item.static-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-item.static-label label {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: static;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0;
  color: #000;
  margin: 0 0.625rem 0.3125rem 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.form-item.checkbox-item {
  margin-top: -0.9375rem;
}

@media screen and (max-width: 768px) {
  .form-item.checkbox-item {
    margin-top: -3.33333vw;
  }
}

.form-item.checkbox-item input:checked ~ label::before {
  background-color: #000;
  border-color: #000;
}

.form-item.checkbox-item label {
  color: #000;
  position: relative;
  display: inline-block;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  padding-right: 2.3125rem;
  font-size: 1rem;
  right: auto;
  cursor: pointer;
}

.form-item.checkbox-item label::before {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 41.66667%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.904' height='10.094' viewBox='0 0 9.904 10.094'%3E%3Cg id='Group_11819' data-name='Group 11819' transform='translate(-418.629 -9.466)'%3E%3Cpath id='Path_34694' data-name='Path 34694' d='M-1.238-.893,1.229,1.475' transform='translate(420.928 17.025)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_360' data-name='Line 360' x1='5' y2='8' transform='translate(422.5 10.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 768px) {
  .form-item.checkbox-item label {
    padding-right: 9.73333vw;
    font-size: 4vw;
  }
  .form-item.checkbox-item label::before {
    width: 6.13333vw;
    height: 6.13333vw;
    border-radius: 1.33333vw;
  }
}

.form-item.checkbox-item label a {
  text-decoration: underline;
}

.form-item.select-item {
  position: relative;
}

.form-item.select-item::after {
  position: absolute;
  content: "";
  width: 0.6875rem;
  height: 0.4375rem;
  left: 1.125rem;
  top: 1.375rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.027' height='6.78' viewBox='0 0 11.027 6.78'%3E%3Cpath id='Vector' d='M0,9.333,5.333,4.667,0,0' transform='translate(10.18 0.847) rotate(90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.2' stroke-dasharray='0 0'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 768px) {
  .form-item.select-item::after {
    width: 2.93333vw;
    height: 1.6vw;
    left: 3.33333vw;
    top: 4.26667vw;
  }
}

.form-item.select-item select {
  position: relative;
  z-index: 2;
}

.form-item.select-item.static-label::after {
  top: 2.75rem;
}

.checkbox-item input,
.radio-item input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox-item input:checked ~ label .check::before,
.radio-item input:checked ~ label .check::before {
  opacity: 1;
}

.checkbox-item input:checked ~ label .label,
.radio-item input:checked ~ label .label {
  color: #000;
  font-weight: 500;
}

.checkbox-item label,
.radio-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.checkbox-item .check,
.radio-item .check {
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid #077240;
  margin-left: 0.6875rem;
}

.checkbox-item .check::before,
.radio-item .check::before {
  position: absolute;
  content: "";
  width: 62.5%;
  height: 62.5%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #077240;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.checkbox-item .label,
.radio-item .label {
  font-size: 1rem;
  color: #818181;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.route-item {
  -webkit-box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.12);
  border-radius: 1.25rem;
  background-color: #fff;
  padding-top: 0.625rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .route-item {
    border-radius: 2.66667vw;
    height: 51.6vw;
    padding-top: 1.33333vw;
  }
}

.route-item:hover span {
  background-color: #000;
  color: #fff;
}

.route-item .img-wrapper {
  position: relative;
  height: 25.625rem;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  .route-item .img-wrapper {
    height: 32.4vw;
  }
}

.route-item .img-wrapper > img {
  aspect-ratio: 1.19;
}

.route-item .image-mask {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}

.route-item .text-image {
  position: relative;
  width: 100%;
  margin: -5rem auto 0;
}

@media screen and (max-width: 768px) {
  .route-item .text-image {
    margin-top: -2.8em;
  }
}

.route-item .content {
  padding: 0.625rem 1.4375rem 1.3125rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .route-item .content {
    display: none;
  }
}

.route-item .content h3 {
  line-height: 1.6em;
  margin-bottom: 0.5rem;
}

.route-item .content p {
  margin-bottom: 3.125rem;
}

.route-item .content span {
  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: auto;
  width: 3.5625rem;
  height: 3.5625rem;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.route-item .content span i {
  font-size: 1.5625rem;
}

.swiper-slide .trip-item {
  height: 100%;
}

.trip-item {
  position: relative;
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.1);
  padding: 0.875rem 0.9375rem 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .trip-item {
    padding: 3.6vw 2.26667vw;
    border-radius: 2.66667vw;
    -webkit-box-shadow: 0 1.6vw 3.2vw rgba(0, 0, 0, 0.15);
            box-shadow: 0 1.6vw 3.2vw rgba(0, 0, 0, 0.15);
  }
}

.trip-item .img-wrapper {
  aspect-ratio: 1.3476;
  border-radius: 0.625rem;
  position: relative;
}

.trip-item .img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .trip-item .img-wrapper {
    aspect-ratio: 1.487;
    border-radius: 1.33333vw;
  }
}

.trip-item .img-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 42.96875%;
  top: 0;
  right: 0;
  opacity: 0.43;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(84, 84, 84, 0)));
  background-image: linear-gradient(to bottom, #000 0%, rgba(84, 84, 84, 0) 100%);
}

@media screen and (max-width: 768px) {
  .trip-item .img-wrapper::before {
    height: 44.10256%;
  }
}

.trip-item .content {
  padding-top: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .trip-item .content {
    padding-top: 2.13333vw;
  }
}

.trip-item .content h3 {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .trip-item .content h3 {
    margin-bottom: 1.06667vw;
  }
}

.trip-item .content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.trip-item .content p:nth-last-child(2) {
  margin-bottom: 1em;
}

.trip-item .content .info {
  margin-top: auto;
}

.trip-item .content .info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.75rem;
  padding: 0 1em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .trip-item .content .info div {
    font-size: 3.46667vw;
  }
}

.trip-item .content .info div:nth-child(2) {
  position: relative;
}

.trip-item .content .info div:nth-child(2) i {
  font-size: 1.75em;
}

.trip-item .content .info div:nth-child(2)::before, .trip-item .content .info div:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 0.8125rem;
  background-color: #acacac;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.trip-item .content .info div:nth-child(2)::before {
  right: 0;
}

.trip-item .content .info div:nth-child(2)::after {
  left: 0;
}

.trip-item .content .info div:first-child {
  padding-right: 0;
}

.trip-item .content .info div:first-child i {
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .trip-item .content .info div:first-child i {
    font-size: 4.4vw;
  }
}

.trip-item .content .info div:last-child {
  padding-left: 0;
}

.trip-item .content .info div:last-child i {
  font-size: 1.4375rem;
}

@media screen and (max-width: 768px) {
  .trip-item .content .info div:last-child i {
    font-size: 5.33333vw;
  }
}

.trip-item .content .info i {
  margin-left: 0.625rem;
  color: #f39200;
}

@media screen and (max-width: 768px) {
  .trip-item .content .info i {
    margin-left: 1.33333vw;
  }
}

.product-label {
  position: absolute;
  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;
  border-radius: 2.0625rem;
  top: 1.25rem;
  left: 1.25rem;
  height: 2.3125rem;
  font-size: 0.875rem;
  padding: 0 1.1875rem;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .product-label {
    border-radius: 5.06667vw;
    font-size: 4.26667vw;
    padding: 0 1em;
    height: 10vw;
  }
}

.add-to-wishlist {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 2;
  cursor: pointer;
}

.add-to-wishlist.active i {
  color: #f39200;
}

@media screen and (max-width: 768px) {
  .add-to-wishlist {
    top: 5.86667vw;
    right: 3.46667vw;
  }
}

.subscription-item {
  background-color: #fff;
  border-radius: 2.25rem;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.16);
  padding: 1.875rem 4.375rem;
  width: 31.0625rem;
  text-align: center;
}

.subscription-item .symbol {
  margin: 0 0.25em 0 0.5em;
}

@media screen and (max-width: 768px) {
  .subscription-item {
    padding: 4.26667vw 5.33333vw 4vw;
    width: 82.8vw;
    border-radius: 4.8vw;
  }
}

.subscription-item .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;
  margin: 0 auto 1rem;
  width: 9.5rem;
  height: 6.875rem;
  background-image: url("../img/home/subs/icon-bg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .subscription-item .icon {
    width: 29.6vw;
    height: 19.46667vw;
    margin-bottom: 4vw;
  }
}

.subscription-item p:not(:last-child) {
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 768px) {
  .subscription-item p:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
}

.subscription-item ul {
  text-align: right;
  margin-bottom: 1.75rem;
}

@media screen and (max-width: 768px) {
  .subscription-item ul {
    margin-bottom: 5.6vw;
  }
}

.subscription-item ul li {
  position: relative;
  padding-right: 1.5625em;
}

.subscription-item ul li::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0.375em;
  width: 0.875em;
  height: 0.625em;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.333' height='9.4' viewBox='0 0 14.333 9.4'%3E%3Cpath id='Path_11' data-name='Path 11' d='M1056.855,761.4a.849.849,0,0,1-.087,0,.992.992,0,0,1-.686-.363l-3.7-4.522a1,1,0,1,1,1.548-1.266l3.052,3.731,7.857-6.735a1,1,0,0,1,1.3,1.518l-8.634,7.4A1,1,0,0,1,1056.855,761.4Z' transform='translate(-1052.156 -752)' fill='%23101010'/%3E%3C/svg%3E%0A");
}

.subscription-item ul li:not(:last-child) {
  margin-bottom: 1.25em;
}

.subscription-item .btn-wrapper {
  margin-top: 1.875rem;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.subscription-item .btn-wrapper .btn {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  .subscription-item .btn-wrapper .btn {
    margin-bottom: 0;
    width: 39.73333vw;
  }
}

@media screen and (max-width: 768px) {
  .subscription-item .btn-wrapper {
    margin-top: 4.53333vw;
    padding-top: 4vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .subscription-item .btn-wrapper::before {
    position: absolute;
    content: "";
    width: 82.66667vw;
    height: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #c4c4c4;
  }
}

.subscription-item sup {
  text-decoration: underline;
  font-size: 0.33871em;
  top: -2em;
}

.subscription-item--full {
  width: 63.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem;
}

@media screen and (max-width: 768px) {
  .subscription-item--full {
    padding: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 4.8vw;
    -webkit-box-shadow: 0 3.07692vw 6.15385vw 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3.07692vw 6.15385vw 0 rgba(0, 0, 0, 0.16);
  }
}

.subscription-item--full .subscription-item__description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .subscription-item--full .subscription-item__description {
    padding-inline: 5.12821vw;
  }
}

@media screen and (max-width: 768px) {
  .subscription-item--full .subscription-item__description .icon {
    height: auto;
    margin-top: 2.30769vw;
  }
}

.subscription-item--full .subscription-item__description h3 + p {
  display: none;
}

@media screen and (max-width: 768px) {
  .subscription-item--full .subscription-item__description h3 + p {
    display: block;
  }
}

.subscription-item--full .subscription-item__description ul {
  margin-top: 1.625rem;
}

@media screen and (max-width: 768px) {
  .subscription-item--full .subscription-item__description ul {
    margin-top: 0;
  }
}

.subscription-item--full .subscription-item__description ul li::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="10" viewBox="0 0 14 10" fill="none"><g clip-path="url(%23clip0_760_296)"><path d="M4.60384 9.57209C4.57555 9.57354 4.54717 9.57354 4.51889 9.57209C4.38919 9.56107 4.26314 9.524 4.14809 9.46313C4.03305 9.40225 3.93145 9.31877 3.84939 9.21774L0.23786 4.80398C0.154389 4.70505 0.0914873 4.59052 0.0527022 4.46703C0.013917 4.34354 3.3963e-05 4.21357 0.0119532 4.08468C0.0238724 3.95579 0.0613922 3.83055 0.122166 3.71627C0.18294 3.60199 0.265748 3.50094 0.365945 3.41899C0.466142 3.33705 0.581687 3.27585 0.705758 3.23896C0.829829 3.20207 0.960013 3.19021 1.0887 3.20411C1.21739 3.218 1.34199 3.25734 1.45533 3.31986C1.56866 3.38238 1.66851 3.46685 1.74891 3.56829L4.72787 7.20996L12.3968 0.636148C12.5946 0.479245 12.8456 0.40509 13.0969 0.429305C13.3482 0.453519 13.5805 0.574234 13.7447 0.76602C13.909 0.957806 13.9925 1.20579 13.9778 1.45786C13.963 1.70993 13.8512 1.94647 13.6657 2.11783L5.23831 9.34076C5.06109 9.4909 4.83611 9.57292 4.60384 9.57209Z" fill="%23F77A40"/></g><defs><clipPath id="clip0_760_296"><rect width="13.99" height="9.17505" fill="white" transform="translate(0.0195312 0.397461)"/></clipPath></defs></svg>');
  width: 0.87438rem;
  height: 0.57344rem;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .subscription-item--full .subscription-item__description ul li::before {
    width: 3.2641vw;
    height: 2.14077vw;
  }
}

.subscription-item--full .subscription-item__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.3125rem;
          flex: 0 0 31.3125rem;
  padding-block: 1.875rem;
  min-height: 25.25rem;
  border-radius: 1.3125rem;
  background: rgba(246, 131, 40, 0.1);
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .subscription-item--full .subscription-item__main {
    background: transparent;
    border-radius: unset;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    min-height: unset;
    padding-block: 0;
    width: 100%;
  }
}

.subscription-item--full .subscription-item__main::before, .subscription-item--full .subscription-item__main::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.59);
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .subscription-item--full .subscription-item__main::before, .subscription-item--full .subscription-item__main::after {
    display: none !important;
  }
}

.subscription-item--full .subscription-item__main::before {
  width: 20.81563rem;
  height: 18.44431rem;
  top: -7.4375rem;
  inset-inline-start: -14.4375rem;
}

.subscription-item--full .subscription-item__main::after {
  width: 23.15762rem;
  height: 22.48513rem;
  -webkit-transform: rotate(31deg);
      -ms-transform: rotate(31deg);
          transform: rotate(31deg);
  bottom: -13.75rem;
  inset-inline-end: -17.5rem;
}

.subscription-item--full .subscription-item__main > p {
  margin-bottom: 1.5rem;
  max-width: 19.4375rem;
}

@media screen and (max-width: 768px) {
  .subscription-item--full .subscription-item__main > p {
    display: none;
  }
}

.subscription-item--full .subscription-item__main .btn-wrapper {
  margin-top: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .subscription-item--full .subscription-item__main .btn-wrapper {
    width: 100%;
    padding-inline: 5.12821vw;
    padding-bottom: 4.10256vw;
    gap: 8.97436vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .subscription-item--full .subscription-item__main .btn-wrapper::before {
    width: 100%;
  }
}

.subscription-item--full .subscription-item__main .btn-wrapper .btn {
  margin-bottom: 1.0625rem;
  width: 25.1875rem;
}

@media screen and (max-width: 768px) {
  .subscription-item--full .subscription-item__main .btn-wrapper .btn {
    width: 39.48718vw;
    margin-bottom: 0;
  }
}

.home .home-book-section .book-item .img-wrapper {
  width: 18.5625rem;
  height: 13.1875rem;
}

@media screen and (max-width: 768px) {
  .home .home-book-section .book-item .img-wrapper {
    width: 74vw !important;
    height: 41.46667vw !important;
  }
}

.archive .grid-3 .book-item .img-wrapper {
  width: 18.5625rem;
  height: 13.1875rem;
}

@media screen and (max-width: 768px) {
  .archive .grid-3 .book-item .img-wrapper {
    height: 41.46667vw;
    width: calc(100% + 5.6vw) !important;
    max-width: unset !important;
    -webkit-transform: translateX(2.8vw);
        -ms-transform: translateX(2.8vw);
            transform: translateX(2.8vw);
  }
}

@media screen and (max-width: 768px) {
  .archive .grid-3 .book-item h3 {
    max-width: unset;
  }
}

.book-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.12);
  padding: 3.375rem 1.3125rem 1.3125rem;
  position: relative;
  text-align: center;
}

.book-item h3,
.book-item h4 {
  max-width: 20.3125rem;
  /*
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    */
}

@media screen and (max-width: 768px) {
  .book-item h3,
  .book-item h4 {
    max-width: 80vw;
  }
}

@media screen and (max-width: 768px) {
  .book-item {
    border-radius: 2.66667vw;
    padding: 15.6vw 2.93333vw 2.8vw;
  }
  .book-item .add-to-wishlist {
    width: 10vw;
    height: 10vw;
    top: 4.8vw;
    right: 4.26667vw;
  }
  .book-item .add-to-wishlist i {
    font-size: 6vw;
  }
}

.book-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.book-item .product-label {
  height: 1.6875rem;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .book-item .product-label {
    height: 8.66667vw;
    top: 4.8vw;
    left: 4.26667vw;
  }
}

.book-item .color-bg {
  position: absolute;
  top: 0.9375rem;
  right: 0.9375rem;
  left: 0.9375rem;
  height: 8.5625rem;
  border-radius: 0.9375rem;
  background-color: #52aa7f;
}

@media screen and (max-width: 768px) {
  .book-item .color-bg {
    top: 3.6vw;
    right: 3.6vw;
    left: 2.93333vw;
    border-radius: 2vw;
    height: 34.4vw;
  }
}

.book-item__desc {
  max-width: 90%;
  margin: 0.36979vw auto 0;
}

@media screen and (max-width: 768px) {
  .book-item__desc {
    margin: 0 auto 4.8vw;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.book-item__desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
  .book-item__desc p {
    -webkit-line-clamp: unset;
  }
}

.book-item .img-wrapper {
  position: relative;
  margin: 0 auto 1.04167vw auto;
  max-width: 18.5625rem !important;
  height: 10.3125rem !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .book-item .img-wrapper {
    width: 74vw;
    max-width: 100% !important;
    height: 41.46667vw !important;
    margin-bottom: 4.66667vw;
  }
}

.book-item .img-wrapper img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.book-item > .flex {
  margin-top: auto;
}

.book-item .btn {
  width: 9.5rem;
}

@media screen and (max-width: 768px) {
  .book-item .btn {
    height: 10.26667vw;
    width: 37.33333vw;
    font-size: 4.4vw;
  }
}

.book-item .price {
  font-weight: 600;
  font-size: 1.4375rem;
}

@media screen and (max-width: 768px) {
  .book-item .price {
    font-size: 5.6vw;
  }
}

.book-item .price .old {
  font-size: 0.95652em;
  color: #ababab;
  margin-left: 0.45455em;
  text-decoration: line-through;
}

@media screen and (max-width: 768px) {
  .book-item.big-item p {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .book-item.big-item .big-item-btns {
    margin-top: auto;
    padding-top: 4.8vw;
  }
}

@media screen and (max-width: 768px) {
  .book-item.big-item > .content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.book-item.big-item h4 {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .book-item.big-item h4 {
    font-size: 3.73333vw;
    font-weight: 400;
  }
}

@media screen and (min-width: 769px) {
  .book-item.big-item {
    padding-top: 8.0625rem;
    padding-bottom: 2.375rem;
  }
  .book-item.big-item h3 {
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 0.26042vw;
  }
  .book-item.big-item h4 {
    font-weight: 500;
    line-height: 1.5;
  }
  .book-item.big-item h3,
  .book-item.big-item h4 {
    max-width: 100%;
    letter-spacing: 0.02em;
  }
  .book-item.big-item .product-label {
    padding: 0 2.3125rem;
    font-size: 1.5rem;
    top: 1.8125rem;
    left: 1.8125rem;
    height: 3rem;
  }
  .book-item.big-item .img-wrapper {
    width: 37.125rem !important;
    height: 22.0625rem !important;
    max-width: unset !important;
  }
  .book-item.big-item .add-to-wishlist {
    top: 1.8125rem;
    right: 1.8125rem;
  }
  .book-item.big-item .color-bg {
    height: 23.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/home/books/waves.svg");
  }
  .book-item.big-item .big-item-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.13021vw;
  }
  .book-item.big-item .price {
    font-size: 2.0625rem;
  }
  .book-item.big-item .price:not(:last-child) {
    margin-bottom: 2.0625rem;
  }
  .book-item.big-item .price .old {
    font-size: 0.93939em;
    margin-left: 0.96774em;
  }
  .book-item.big-item .content {
    max-width: 35rem;
    margin: auto auto 0;
  }
  .book-item.big-item .content h4 {
    margin-bottom: 0.75rem;
  }
  .book-item.big-item .content p:not(:last-child) {
    margin-bottom: 2rem;
  }
  .book-item.big-item .content .btn {
    width: 15rem;
    height: 4rem;
    font-size: 1.5rem;
  }
}

.single .tour-item .img-wrapper::after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(43.3%, rgba(53, 53, 53, 0.44)), color-stop(80%, rgba(84, 84, 84, 0)));
  background-image: linear-gradient(to top, #000 0%, rgba(53, 53, 53, 0.44) 43.3%, rgba(84, 84, 84, 0) 80%);
}

.tour-item {
  height: 39.1875rem;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.34);
          box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.34);
}

.tour-item .old {
  opacity: 0.75;
  text-decoration: line-through;
}

@media screen and (max-width: 768px) {
  .tour-item {
    height: 106.4vw;
    border-radius: 2.66667vw;
  }
  .tour-item .btn {
    width: 50.66667vw;
    height: 10.93333vw;
    font-size: 4.53333vw;
  }
}

.tour-item .product-label {
  font-size: 1.375rem;
  height: 3rem;
  padding: 0 1.1875rem;
  top: 2.1875rem;
  left: 1.625rem;
  max-width: 75%;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .tour-item .product-label {
    font-size: 4.26667vw;
    height: 10vw;
    padding: 0 1em;
    top: 4.13333vw;
    left: 3.2vw;
  }
}

.tour-item .add-to-wishlist {
  top: 2.1875rem;
  right: 1.625rem;
}

@media screen and (max-width: 768px) {
  .tour-item .add-to-wishlist {
    top: 4.4vw;
    right: 3.73333vw;
  }
}

.tour-item .img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.tour-item .img-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tour-item .img-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  right: 0;
  opacity: 0.33;
  height: 8rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(84, 84, 84, 0)));
  background-image: linear-gradient(to bottom, #000 0%, rgba(84, 84, 84, 0) 100%);
  z-index: 1;
}

.tour-item .img-wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(43.3%, rgba(53, 53, 53, 0.44)), color-stop(80%, rgba(84, 84, 84, 0)));
  background-image: linear-gradient(to top, #000 0%, rgba(53, 53, 53, 0.44) 43.3%, rgba(84, 84, 84, 0) 80%);
  z-index: 2;
}

.tour-item .content {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  padding: 1.5rem 1.875rem;
  color: #fff;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .tour-item .content {
    padding: 4.53333vw 3.6vw;
  }
}

.tour-item .content h3 {
  margin-bottom: 0.3125rem;
}

@media screen and (max-width: 768px) {
  .tour-item .content h3 {
    margin-bottom: 0;
  }
}

.tour-item .content h4 {
  margin-bottom: 1.375rem;
}

@media screen and (max-width: 768px) {
  .tour-item .content h4 {
    margin-bottom: 2.13333vw;
  }
}

.tour-item .content p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .tour-item .content p:not(:last-child) {
    margin-bottom: 3.73333vw;
  }
}

@media screen and (max-width: 768px) {
  .tour-item .content .info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.26667vw 0;
  }
}

.tour-item .content .info > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.125rem;
}

@media screen and (max-width: 768px) {
  .tour-item .content .info > div {
    padding: 0 3.33333vw;
  }
}

.tour-item .content .info > div i {
  margin-left: 0.625rem;
}

@media screen and (max-width: 768px) {
  .tour-item .content .info > div i {
    margin-left: 2.66667vw;
  }
}

.tour-item .content .info > div:last-child {
  padding-left: 0;
}

.tour-item .content .info > div:last-child::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .tour-item .content .info > div:last-child i {
    font-size: 4.66667vw;
  }
}

.tour-item .content .info > div:nth-child(2) {
  position: relative;
}

.tour-item .content .info > div:nth-child(2) i {
  font-size: 1.625rem;
}

@media screen and (max-width: 768px) {
  .tour-item .content .info > div:nth-child(2) i {
    font-size: 4.53333vw;
  }
}

.tour-item .content .info > div:nth-child(2)::before, .tour-item .content .info > div:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.25rem;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tour-item .content .info > div:nth-child(2)::before {
  right: 0;
}

.tour-item .content .info > div:nth-child(2)::after {
  left: 0;
}

.tour-item .content .info > div:first-child {
  padding-right: 0;
}

.tour-item .content .info > div:first-child i {
  font-size: 1.875rem;
}

@media screen and (max-width: 768px) {
  .tour-item .content .info > div:first-child i {
    font-size: 4.66667vw;
  }
}

.tour-item .content .info:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .tour-item .content .info:not(:last-child) {
    margin-bottom: 6vw;
  }
}

.tour-item .content .info:not(:last-child) i {
  font-size: 1.625rem;
}

.iconic-elem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  color: #fff;
  background-color: #077240;
  border: 1px solid #077240;
  border-radius: 4.93333vw;
  padding: 0.375em 1.125em;
  text-decoration: none !important;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .iconic-elem {
    font-size: 4.13333vw;
  }
}

.iconic-elem i,
.iconic-elem img {
  margin-left: 0.33333em;
  font-size: 1.5em;
}

.iconic-elem img {
  max-width: 1em;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.iconic-elem.inverted {
  background-color: transparent;
  color: #077240;
}

.iconic-elem.inverted.hover-on:hover {
  background-color: #077240;
  color: #fff;
}

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

.spiner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.spiner img {
  width: 2.8125rem;
  height: 2.8125rem;
}

@media screen and (max-width: 768px) {
  .spiner img {
    width: 8.66667vw;
    height: 8.66667vw;
  }
}

.trip-page-content .add-to-wishlist__wrapper .spiner {
  width: calc(100% - 0.5em);
}

.form-message {
  margin: 0.5em 0 0;
  text-align: center;
}

.form-message.hide {
  display: none;
}

.form-message.error {
  color: red;
}

.form-message.success {
  color: green;
}

.customer-information-form .form-message,
.wishlist-tab .form-message {
  text-align: start;
}

.wishlist-tab .form-message {
  margin-bottom: 0.5em;
}

.account-content .woocommerce-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
  margin-bottom: 2em;
}

.account-content .woocommerce-pagination .woocommerce-button {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 0;
  color: #000;
  background: none !important;
}

.account-content .woocommerce-pagination .woocommerce-button:hover {
  color: #ec4b04;
}

#order-again {
  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;
  font-weight: 500;
  border-radius: 6.25rem;
  margin-top: 2em;
}

.empty-page-cart {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}

.empty-page-cart img {
  margin-top: 4em;
}

.empty-page-cart .text-center {
  margin-top: 3em;
}

.anchor-link {
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  display: block;
}

.cta-banner-section {
  padding: 0 4.5625rem;
  overflow: unset;
}

@media screen and (max-width: 768px) {
  .cta-banner-section {
    padding: 0 2.66667vw;
  }
}

.cta-banner-section .cta-banner {
  position: relative;
  border-radius: 1.5625rem;
  overflow: hidden;
  border: 0.4375rem solid #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .cta-banner-section .cta-banner {
    border-radius: 3.33333vw;
    border-width: 0.53333vw;
  }
}

.cta-banner-section .img-wrapper {
  width: 100%;
  aspect-ratio: 2.421;
}

@media screen and (max-width: 768px) {
  .cta-banner-section .img-wrapper {
    aspect-ratio: unset;
    height: 74.26667vw;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
}

.cta-banner-section .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-banner-section .content {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#3fbf80), color-stop(36.9%, #62c694), to(rgba(100, 198, 150, 0.38)));
  background-image: linear-gradient(to left, #3fbf80 0%, #62c694 36.9%, rgba(100, 198, 150, 0.38) 100%);
  padding: 2rem 6.25rem 2.75rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cta-banner-section .content {
    position: relative;
    padding: 40vw 3.2vw 4.26667vw;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#3fbf80), color-stop(59%, #67c697), to(rgba(56, 190, 124, 0.129)));
    background-image: linear-gradient(to top, #3fbf80 0%, #67c697 59%, rgba(56, 190, 124, 0.129) 100%);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.cta-banner-section .content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4717em;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cta-banner-section .content h2 {
    padding-bottom: 1.46667vw;
    margin-bottom: 5.33333vw;
  }
}

.cta-banner-section .content h2::before {
  position: absolute;
  content: "";
  max-width: 56.5rem;
  width: 100%;
  height: 3px;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
}

.cta-banner-section .content h2 img {
  display: block;
  margin: 0 0.8125rem;
  max-width: 9.63542vw;
}

@media screen and (max-width: 768px) {
  .cta-banner-section .content h2 img {
    max-width: 28.53333vw;
    margin: 0 1.73333vw;
  }
}

.cta-banner-section .content h3 {
  margin-bottom: 0.3125rem;
}

@media screen and (max-width: 768px) {
  .cta-banner-section .content h3 {
    margin-bottom: 0.93333vw;
  }
}

.cta-banner-section .content p {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .cta-banner-section .content p {
    margin-bottom: 5.33333vw;
  }
}

.cta-banner-section .content p:last-child {
  margin-bottom: 0;
  margin-top: 1.125rem;
}

@media screen and (max-width: 768px) {
  .cta-banner-section .content p:last-child {
    margin-top: 3.6vw;
  }
}

.cta-banner-section .content .list {
  max-width: 30rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.75rem 2.3125rem;
}

@media screen and (max-width: 768px) {
  .cta-banner-section .content .list {
    gap: 4.93333vw;
  }
}

.cta-banner-section .content .list .item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta-banner-section .content .list .icon {
  max-width: 3.75rem;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 768px) {
  .cta-banner-section .content .list .icon {
    margin-bottom: 0.93333vw;
    max-width: 9.06667vw;
  }
}

.cta-banner-section .content .list .icon img {
  display: block;
  height: 2.8125rem;
  width: auto;
}

@media screen and (max-width: 768px) {
  .cta-banner-section .content .list .icon img {
    height: 6vw;
  }
}

.cta-banner-section .content .list span {
  font-size: 1.0625rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .cta-banner-section .content .list span {
    font-size: 3.46667vw;
    margin-top: auto;
  }
}

.cta-banner-section .content .btn-wrapper {
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .cta-banner-section .content .btn-wrapper {
    margin-top: 13.33333vw;
  }
  .cta-banner-section .content .btn-wrapper .btn {
    height: 12.13333vw;
    width: 53.33333vw;
  }
}

.banner-section {
  padding: 5rem 0 2.0625rem;
}

@media screen and (max-width: 768px) {
  .banner-section {
    padding: 8.93333vw 0 4.4vw;
  }
}

.banner-section.px-0 {
  padding: 0;
}

.banner-section .banner-970 {
  background-color: #e2e2e2;
  width: 60.625rem;
  margin: 0 auto;
  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-size: 1.4375rem;
  font-weight: 500;
  aspect-ratio: 10.7777;
}

@media screen and (max-width: 768px) {
  .banner-section .banner-970 {
    width: 100%;
    font-size: 5.46667vw;
    aspect-ratio: 5.0735;
  }
}

.faq-section {
  padding: 4.875rem 0 1.25rem;
}

@media screen and (max-width: 768px) {
  .faq-section {
    padding: 8.93333vw 0 17.33333vw;
  }
}

.faq-section .container {
  max-width: 91.75rem;
  margin: 0 auto;
}

.faq-section h2 {
  margin-bottom: 4.6875rem;
}

@media screen and (max-width: 768px) {
  .faq-section h2 {
    margin-bottom: 6.66667vw;
  }
}

.faq-section .faq-item {
  padding: 0 3rem;
  border-radius: 0.8125rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(209, 209, 209, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(209, 209, 209, 0.16);
}

@media screen and (max-width: 768px) {
  .faq-section .faq-item {
    padding: 0 3.2vw;
    border-radius: 1.73333vw;
  }
}

.faq-section .faq-item:not(:last-child) {
  margin-bottom: 0.4375rem;
}

@media screen and (max-width: 768px) {
  .faq-section .faq-item:not(:last-child) {
    margin-bottom: 2.66667vw;
  }
}

.faq-section .faq-item .faq-title {
  padding: 1.625rem 0;
  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;
  font-size: 1.3125rem;
  line-height: 1.24em;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .faq-section .faq-item .faq-title {
    padding: 4vw 0;
    font-size: 4.13333vw;
  }
}

.faq-section .faq-item .faq-title i {
  font-size: 1.875rem;
  color: #acacac;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .faq-section .faq-item .faq-title i {
    font-size: 6vw;
  }
}

.faq-section .faq-item .faq-title.isActive i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #38be7c;
}

.faq-section .faq-item .content {
  padding: 0 0 2.1875rem 14.875rem;
  display: none;
}

@media screen and (max-width: 768px) {
  .faq-section .faq-item .content {
    padding: 0 0 3.33333vw 0;
  }
}

.products-slider-section {
  padding: 3.125rem 0 1.25rem;
}

@media screen and (max-width: 768px) {
  .products-slider-section {
    padding: 10.66667vw 0 13.33333vw;
  }
  .products-slider-section h2 {
    text-align: center;
  }
  .products-slider-section + .products-slider-section {
    padding-top: 0;
  }
}

.products-slider-section .swiper-container {
  padding-top: 2.25rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .products-slider-section .swiper-container {
    padding-top: 5.33333vw;
  }
}

.products-slider-section .swiper-wrapper {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 768px) {
  .products-slider-section .swiper-wrapper {
    margin-bottom: 5.33333vw;
  }
}

.products-slider-section .swiper-slide {
  padding-left: 1.875rem;
  width: 34.875rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .products-slider-section .swiper-slide {
    padding-left: 4vw;
    width: 85.33333vw;
  }
}

.products-slider-section .swiper-slide.swiper-slide-prev {
  opacity: 0;
}

.products-slider-section .tours-slider .swiper-slide {
  width: 34.875rem;
}

@media screen and (max-width: 768px) {
  .products-slider-section .tours-slider .swiper-slide {
    width: 85.33333vw;
  }
}

.products-slider-section .book-slider .swiper-slide {
  width: 25.9375rem;
  padding-left: 2.5rem;
  height: auto;
}

.products-slider-section .book-slider .swiper-slide:last-child {
  width: 23.4375rem;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .products-slider-section .book-slider .swiper-slide {
    width: 85.6vw;
    padding-left: 3.33333vw;
    opacity: 1;
  }
  .products-slider-section .book-slider .swiper-slide:last-child {
    width: 82.26667vw;
    padding-left: 0;
  }
}

.products-slider-section .book-slider .swiper-slide .book-item {
  height: 100%;
}

.woocommerce-message {
  background: #fff2df;
  text-align: center;
  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;
  gap: 0.3em;
}

.woocommerce-message::before {
  position: relative;
  top: unset;
  right: unset;
  left: unset;
}

.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  padding: 0 6.25rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 2.26667vw 4vw 0;
  }
  .header-container {
    background-color: #fff;
    -webkit-box-shadow: 0 -0.66667vw 7.33333vw rgba(0, 0, 0, 0.15);
            box-shadow: 0 -0.66667vw 7.33333vw rgba(0, 0, 0, 0.15);
    padding: 3.33333vw 3.2vw;
    border-radius: 2.66667vw;
  }
}

.header.fixed {
  background-color: #fff;
  -webkit-box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 0.375rem 0.75rem rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 768px) {
  .header.fixed {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
}

.header.anim {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header .logo {
  display: inline-block;
  max-width: 8.8125rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header .logo {
    max-width: 24.93333vw;
    width: 100%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.header .header-btns {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .header-btns > *:last-child {
  margin-right: 1rem;
}

@media screen and (max-width: 768px) {
  .header .header-btns {
    position: relative;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.mobile-menu-wrapper {
  display: none;
  background-color: #fff;
}

.mobile-menu-wrapper .mobile-menu-header {
  position: absolute;
  padding: 4.53333vw 5.33333vw;
  top: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  z-index: 5;
}

.mobile-menu-wrapper .mobile-menu-header .burger-btn {
  margin-right: auto;
  margin-left: 0;
}

.mobile-menu-wrapper .mobile-menu-header .submenu-title {
  font-size: 6.66667vw;
  font-weight: 500;
  padding-right: 4vw;
  position: relative;
  z-index: 10;
  height: 10.13333vw;
}

.mobile-menu-wrapper .mobile-menu-header .submenu-title:empty {
  opacity: 0;
}

.mobile-menu-wrapper .mobile-menu-header .submenu-title::before {
  position: absolute;
  content: "";
  width: 2.4vw;
  height: 4vw;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.952' height='29.321' viewBox='0 0 17.952 29.321'%3E%3Cpath id='Vector' d='M0,25.087,14.336,12.544,0,0' transform='translate(2.117 2.117)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='3' stroke-dasharray='0 0'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 768px) {
  .mobile-menu-wrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 10;
  }
  .mobile-menu-wrapper.isActive {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.main-menu {
  max-width: 75.1875rem;
  width: 100%;
  margin: 0 auto;
  background-color: #077240;
  border: 0.3125rem solid #fff;
  border-top: 0;
  -webkit-box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.12);
  padding: 0 4.6875rem;
  border-radius: 0 0 7.5rem 7.5rem;
}

@media screen and (max-width: 768px) {
  .main-menu {
    max-width: none;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 18vw 0;
  }
}

.main-menu > ul {
  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 screen and (max-width: 768px) {
  .main-menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.main-menu > ul > li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-menu > ul > li {
    padding: 0 5.33333vw;
    width: 100%;
    position: static;
  }
  .main-menu > ul > li:not(:first-child) > a {
    border-top: 2px solid #dfdfdf;
  }
  .main-menu > ul > li.menu-item-has-children > a::before {
    position: absolute;
    content: "";
    width: 1.73333vw;
    height: 2.93333vw;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.205' height='13.311' viewBox='0 0 8.205 13.311'%3E%3Cpath id='Vector' d='M0,11.194,6.4,5.6,0,0' transform='translate(7.146 12.252) rotate(-180)' fill='none' stroke='%235d5d5d' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' stroke-dasharray='0 0'/%3E%3C/svg%3E%0A");
  }
}

.main-menu > ul > li > a {
  color: #fff;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
  padding: 0.9375rem 2.1875rem;
}

.main-menu > ul > li > a img {
  height: 1.59375rem;
  max-width: unset;
  width: auto;
}

@media screen and (max-width: 768px) {
  .main-menu > ul > li > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    color: #000;
    font-size: 5.06667vw;
    padding: 4.26667vw 8vw;
    position: relative;
    font-weight: 500;
  }
  .main-menu > ul > li > a img {
    position: absolute;
    max-width: unset;
    width: 6.28133vw;
    height: 4.92267vw;
    -o-object-fit: contain;
       object-fit: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    -webkit-filter: invert(1);
            filter: invert(1);
  }
}

.main-menu > ul > li:hover {
  background-color: #118851;
}

@media screen and (max-width: 768px) {
  .main-menu > ul > li:hover {
    background-color: transparent;
  }
}

.main-menu > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
  .main-menu > ul > li:hover > .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
}

.main-menu > ul > li > .sub-menu {
  position: absolute;
  width: 16.5rem;
  right: 0;
  bottom: -0.3125rem;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .main-menu > ul > li > .sub-menu {
    z-index: 2;
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    top: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 18vw 0;
    bottom: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .main-menu > ul > li > .sub-menu.isActive {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.main-menu > ul > li > .sub-menu > li {
  height: 3.6875rem;
}

@media screen and (max-width: 768px) {
  .main-menu > ul > li > .sub-menu > li {
    height: auto;
    padding: 0 5.33333vw;
  }
  .main-menu > ul > li > .sub-menu > li > a {
    font-size: 5.06667vw;
    font-weight: 500;
    padding: 4.26667vw 0 !important;
  }
  .main-menu > ul > li > .sub-menu > li:not(:first-child) > a {
    border-top: 2px solid #dfdfdf;
  }
  .main-menu > ul > li > .sub-menu > li:last-child > a {
    border-bottom: 2px solid #dfdfdf;
  }
}

.main-menu > ul > li > .sub-menu > li.menu-item-has-children > a {
  position: relative;
  padding-left: 3.125rem;
}

.main-menu > ul > li > .sub-menu > li.menu-item-has-children > a::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.8125rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.4375rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.205' height='13.311' viewBox='0 0 8.205 13.311'%3E%3Cpath id='Vector' d='M0,11.194,6.4,5.6,0,0' transform='translate(7.146 12.252) rotate(-180)' fill='none' stroke='%235d5d5d' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' stroke-dasharray='0 0'/%3E%3C/svg%3E%0A");
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .main-menu > ul > li > .sub-menu > li.menu-item-has-children > a::before {
    left: 0;
  }
}

@media screen and (max-width: 768px) {
  .main-menu > ul > li > .sub-menu > li.menu-item-has-children > a.isActive::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}

.main-menu > ul > li > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.main-menu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 769px) {
  .main-menu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    padding: 1.25rem 2.5rem 1.5rem 0;
    gap: 3.125rem 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 1px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-height: 34.375rem;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #077240 #d4d4d4;
  }
  .main-menu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu::-webkit-scrollbar {
    width: 2px;
  }
  .main-menu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu::-webkit-scrollbar-track {
    background: #d4d4d4;
  }
  .main-menu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu::-webkit-scrollbar-thumb {
    background: #077240;
    border-radius: 2rem;
  }
  .main-menu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu::-webkit-scrollbar-thumb:hover {
    background: #118851;
  }
}

@media screen and (max-width: 768px) {
  .main-menu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu {
    display: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
    padding: 5.33333vw 0 5.33333vw 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.main-menu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li {
  width: 12.1875rem;
  margin-left: 4.25rem;
}

@media screen and (max-width: 768px) {
  .main-menu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li {
    width: 100%;
    margin-left: 0;
  }
  .main-menu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li:not(:last-child) {
    margin-bottom: 6.4vw;
  }
}

.main-menu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li > a {
  font-weight: 500;
  border-bottom: 2px solid #077240;
}

.main-menu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li .sub-menu {
  padding: 1.25rem 0 0;
}

@media screen and (max-width: 768px) {
  .main-menu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li .sub-menu {
    padding: 2.66667vw 0 0;
  }
}

.main-menu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li .sub-menu li a:hover {
  color: #118851;
  text-decoration: underline;
}

.main-menu > ul > li > .sub-menu > li.menu-item-has-children > .sub-menu > li .sub-menu li:not(:last-child) {
  margin-bottom: 0.625rem;
}

.main-menu > ul > li > .sub-menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-right: 1.3125rem;
  position: relative;
}

.main-menu > ul > li > .sub-menu > li > a::after {
  position: absolute;
  content: "";
  width: 0.25rem;
  height: 100%;
  right: 0;
  top: 0;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .main-menu > ul > li > .sub-menu > li > a::after {
    display: none;
  }
}

.main-menu > ul > li > .sub-menu > li:not(:last-child) {
  border-bottom: 1px solid #d4d4d4;
}

@media screen and (max-width: 768px) {
  .main-menu > ul > li > .sub-menu > li:not(:last-child) {
    border: 0;
  }
}

.main-menu > ul > li > .sub-menu > li:hover > a {
  color: #077240;
}

.main-menu > ul > li > .sub-menu > li:hover > a::after {
  background-color: #118851;
}

.main-menu > ul .special-menu-item {
  font-size: 1rem;
  width: 100%;
  margin: 0 !important;
  color: #077240;
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.main-menu > ul .special-menu-item a {
  position: relative;
  padding-left: 1.25rem;
  font-weight: 700 !important;
  border-color: transparent !important;
}

.main-menu > ul .special-menu-item a::before {
  position: absolute;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.293' height='10.17' viewBox='0 0 10.293 10.17'%3E%3Cg id='Group_12243' data-name='Group 12243' transform='translate(-904.309 -426.414)'%3E%3Cpath id='Vector' d='M0,8.053,4.6,4.026,0,0' transform='translate(913.543 435.525) rotate(-180)' fill='none' stroke='%23118851' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' stroke-dasharray='0 0'/%3E%3Cpath id='Vector-2' data-name='Vector' d='M0,8.053,4.6,4.026,0,0' transform='translate(909.66 435.525) rotate(-180)' fill='none' stroke='%23118851' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' stroke-dasharray='0 0'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.main-menu > ul .special-menu-item:hover a {
  border-color: #077240 !important;
}

.burger-btn {
  display: none;
  position: relative;
  width: 6.4vw;
  height: 4.8vw;
  z-index: 10;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .burger-btn {
    display: block;
  }
}

.burger-btn span {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 4px;
  background-color: #077240;
  border-radius: 2rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.burger-btn span:nth-of-type(1) {
  top: 0;
}

.burger-btn span:nth-of-type(2) {
  top: 50%;
}

.burger-btn span:nth-of-type(3) {
  width: 70%;
  top: 100%;
}

.burger-btn.isActive span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 2vw;
}

.burger-btn.isActive span:nth-of-type(2) {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.burger-btn.isActive span:nth-of-type(3) {
  top: 2vw;
  width: 100%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mobile-bottom-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0 -3.2vw 6.4vw rgba(0, 0, 0, 0.07);
          box-shadow: 0 -3.2vw 6.4vw rgba(0, 0, 0, 0.07);
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile-bottom-panel {
    display: block;
  }
}

.mobile-bottom-panel::before {
  position: absolute;
  content: "";
  width: 17.86667vw;
  height: 17.86667vw;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
}

.mobile-bottom-panel .btn {
  position: absolute;
  width: 14.66667vw;
  height: 14.66667vw;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 3.2vw 3.2vw rgba(0, 0, 0, 0.17);
          box-shadow: 0 3.2vw 3.2vw rgba(0, 0, 0, 0.17);
}

.mobile-bottom-panel .btn i {
  font-size: 6.4vw;
}

.mobile-bottom-panel ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mobile-bottom-panel ul li:nth-child(2) {
  margin-left: auto;
}

.mobile-bottom-panel ul li a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 21.33333vw;
  height: 17.33333vw;
  font-size: 3.2vw;
  color: #707070;
}

.mobile-bottom-panel ul li a img {
  margin-bottom: 0.325em;
}

.mobile-bottom-panel ul li a:hover {
  color: #f39200;
}

.mobile-bottom-panel ul li a i {
  font-size: 5.33333vw;
}

.mobile-bottom-panel ul li.current-menu-item a {
  color: #f39200;
}

.mobile-bottom-panel ul li.current-menu-item img {
  -webkit-filter: invert(61%) sepia(78%) saturate(3738%) hue-rotate(11deg) brightness(106%) contrast(105%);
          filter: invert(61%) sepia(78%) saturate(3738%) hue-rotate(11deg) brightness(106%) contrast(105%);
}

.mini-cart-wrapper {
  width: 35.125rem;
  position: fixed;
  background-color: #fff;
  overflow: hidden;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper {
    width: 100vw;
  }
}

.mini-cart-wrapper.isActive {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.mini-cart-wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.mini-cart-wrapper .mini-cart-header {
  padding: 2.5rem 2.5rem 0;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .mini-cart-header {
    padding: 5.33333vw 4vw 0;
  }
}

.mini-cart-wrapper .mini-cart-bottom {
  background-color: #f6f6f6;
  padding: 1.875rem 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mini-cart-wrapper .mini-cart-bottom i {
  margin-left: 0.75rem;
}

.mini-cart-wrapper .mini-cart-bottom .icon-delivery {
  font-size: 2.25rem;
}

.mini-cart-wrapper .mini-cart-bottom .icon-gift2 {
  font-size: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .mini-cart-bottom {
    padding: 4vw;
  }
  .mini-cart-wrapper .mini-cart-bottom i {
    margin-left: 2.66667vw;
  }
  .mini-cart-wrapper .mini-cart-bottom .icon-delivery {
    font-size: 9.06667vw;
  }
  .mini-cart-wrapper .mini-cart-bottom .icon-gift2 {
    font-size: 6.13333vw;
  }
}

.mini-cart-wrapper .mini-cart-summary {
  padding: 1.25rem 2.5rem 1.875rem;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .mini-cart-summary {
    padding: 4vw;
  }
}

.mini-cart-wrapper .close-button {
  top: 1.5625rem;
  right: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .close-button {
    width: 10vw;
    height: 10vw;
    top: 4.8vw;
    right: 3.06667vw;
  }
}

.mini-cart-wrapper .btn {
  width: 100%;
  height: 3.375rem;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .btn {
    height: 12.13333vw;
    margin-bottom: 2.66667vw;
  }
}

.mini-cart-wrapper .mini-cart-total {
  padding: 0.5em 0;
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .mini-cart-total {
    border-width: 1px;
    border-bottom: 0;
    font-size: 4.13333vw;
    margin-bottom: 0.5em;
  }
}

.mini-cart-wrapper .mini-cart-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 2.5rem 0 1.875rem;
  margin-left: 0.625rem;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #077240 #d4d4d4;
}

.mini-cart-wrapper .mini-cart-list::-webkit-scrollbar {
  width: 2px;
}

.mini-cart-wrapper .mini-cart-list::-webkit-scrollbar-track {
  background: #d4d4d4;
}

.mini-cart-wrapper .mini-cart-list::-webkit-scrollbar-thumb {
  background: #077240;
  border-radius: 2rem;
}

.mini-cart-wrapper .mini-cart-list::-webkit-scrollbar-thumb:hover {
  background: #118851;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .mini-cart-list {
    padding: 0 4vw 0 2.66667vw;
    margin-left: 1.33333vw;
  }
}

.mini-cart-wrapper .mini-cart-list .product-price .subscription-details {
  margin-right: 0.5em;
}

.mini-cart-wrapper .mini-cart-list .subscription-variations {
  font-size: 0.875rem;
  gap: 0.5em;
}

.mini-cart-wrapper .mini-cart-list .subscription-variations .subscription-variation-item label {
  display: inline-block;
}

.mini-cart-wrapper .mini-cart-list .subscription-variations .subscription-variation-item label::before {
  display: inline-block;
  margin: 0 0 0 0.25em;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  border: 1px solid #000;
}

.mini-cart-wrapper .mini-cart-list.empty-cart-block {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em 0;
  margin-left: 0 !important;
}

.mini-cart-wrapper .mini-cart-list.empty-cart-block img {
  max-width: 10.375rem;
  margin-bottom: 2.125rem;
  -webkit-transform: translateX(-1rem);
      -ms-transform: translateX(-1rem);
          transform: translateX(-1rem);
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .mini-cart-list.empty-cart-block img {
    max-width: 26.66667vw;
  }
}

.mini-cart-wrapper .mini-cart-list.empty-cart-block div {
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .mini-cart-list.empty-cart-block div {
    font-size: 4.53333vw;
  }
}

.mini-cart-wrapper .mini-cart-list.empty-cart-block .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 21.25rem;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .mini-cart-list.empty-cart-block .btn {
    max-width: 61.33333vw;
  }
}

.mini-cart-wrapper .cart-product-item {
  padding: 1.25rem 0;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .cart-product-item {
    padding: 4vw 0;
  }
}

.mini-cart-wrapper .cart-product-item .product-remove {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .cart-product-item .product-remove {
    font-size: 4vw;
  }
}

.mini-cart-wrapper .cart-product-item .img-wrapper {
  width: 10.625rem;
  height: 7rem;
  margin: 0 0.75rem 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .cart-product-item .img-wrapper {
    width: 30vw;
    height: 21.33333vw;
    margin: 0 1.73333vw 0 3.2vw;
  }
}

.mini-cart-wrapper .cart-product-item .product-desc {
  max-width: 100%;
  font-size: 0.875rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .cart-product-item .product-desc {
    font-size: 3.6vw;
    margin-bottom: 0.5em;
  }
}

.mini-cart-wrapper .cart-product-item .product-desc .product-title {
  font-size: 1.125rem;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .cart-product-item .product-desc .product-title {
    font-size: 3.86667vw;
  }
}

.mini-cart-wrapper .cart-product-item .product-price {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .cart-product-item .product-price {
    font-size: 4.26667vw;
  }
}

.mini-cart-wrapper .cart-product-item .product-count {
  width: 5.5rem;
  height: 1.8125rem;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .cart-product-item .product-count {
    width: 21.6vw;
    height: 8.13333vw;
  }
}

.subscription-variations {
  width: 100%;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 1em;
}

.subscription-variations .subscription-variation-item input:checked + label::before {
  background-color: #000 !important;
}

.subscription-variations .subscription-variation-item label::before {
  margin-bottom: -0.4375em;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.75em;
  content: "";
  width: 1.5625em;
  height: 1.5625em;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background-repeat: no-repeat;
  background-size: 44%;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.603' height='10.792' viewBox='0 0 10.603 10.792'%3E%3Cg id='Group_11819' data-name='Group 11819' transform='translate(-418.276 -9.122)'%3E%3Cpath id='Path_34694' data-name='Path 34694' d='M-1.238-.893,1.229,1.475' transform='translate(420.928 17.025)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_360' data-name='Line 360' x1='5' y2='8' transform='translate(422.5 10.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.icon-user__wrapper.added {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-animation: add-favorite 2s;
          animation: add-favorite 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes add-favorite {
  0% {
    background: -webkit-gradient(linear, left top, left bottom, from(#f39200), to(#f77a40));
    background: linear-gradient(to bottom, #f39200 0%, #f77a40 100%);
  }
  25% {
    background: #077240;
  }
  50% {
    background: -webkit-gradient(linear, left top, left bottom, from(#f39200), to(#f77a40));
    background: linear-gradient(to bottom, #f39200 0%, #f77a40 100%);
  }
  75% {
    background: #077240;
  }
  100% {
    background: -webkit-gradient(linear, left top, left bottom, from(#f39200), to(#f77a40));
    background: linear-gradient(to bottom, #f39200 0%, #f77a40 100%);
  }
}

@keyframes add-favorite {
  0% {
    background: -webkit-gradient(linear, left top, left bottom, from(#f39200), to(#f77a40));
    background: linear-gradient(to bottom, #f39200 0%, #f77a40 100%);
  }
  25% {
    background: #077240;
  }
  50% {
    background: -webkit-gradient(linear, left top, left bottom, from(#f39200), to(#f77a40));
    background: linear-gradient(to bottom, #f39200 0%, #f77a40 100%);
  }
  75% {
    background: #077240;
  }
  100% {
    background: -webkit-gradient(linear, left top, left bottom, from(#f39200), to(#f77a40));
    background: linear-gradient(to bottom, #f39200 0%, #f77a40 100%);
  }
}

.footer {
  background-image: url("../img/footer-bg.png");
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .footer {
    background-image: url("../img/footer-bg-mob.png");
    background-position: center top;
    margin-bottom: 17.33333vw;
  }
}

.footer-top {
  padding-top: 9.375rem;
}

@media screen and (max-width: 768px) {
  .footer-top {
    padding-top: 9.33333vw;
  }
}

.footer-top a:hover {
  color: #118851;
  text-decoration: underline;
}

.footer-logo {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    margin-bottom: 5.33333vw;
  }
}

.footer-logo a {
  display: block;
  max-width: 23.4375rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .footer-logo a {
    max-width: 54.53333vw;
  }
}

.footer-logo p {
  max-width: 34.6875rem;
  margin: 0.9375rem auto 0;
}

@media screen and (max-width: 768px) {
  .footer-logo p {
    max-width: 74vw;
    margin-top: 5.33333vw;
  }
}

.footer-logo .social-links {
  margin-bottom: 0;
  margin-top: 5.33333vw;
}

.footer-menus {
  gap: 3.125rem 6.25rem;
  padding-bottom: 4.8125rem;
}

@media screen and (max-width: 768px) {
  .footer-menus {
    gap: 0;
    padding-bottom: 8vw;
  }
}

.footer-menu-title {
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 769px) {
  .footer-menu ul {
    display: block !important;
    height: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu {
    width: 100%;
    padding: 3.2vw 0;
  }
  .footer-menu-title {
    margin-bottom: 0;
    font-size: 4.53333vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-menu-title::after {
    content: "+";
    font-size: 7.86667vw;
    font-weight: 700;
    display: block;
    margin-right: auto;
    line-height: 0.75;
    color: #f39200;
  }
  .footer-menu-title.isActive::after {
    content: "-";
  }
  .footer-menu ul {
    display: none;
    padding: 4vw 0;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer-menu ul li:not(:last-child) {
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .footer-menu:not(:first-child) {
    border-top: 1px solid #e0e0e0;
  }
}

.footer-links-wrapper {
  padding: 1.75rem 0;
  border-top: 2px solid #000;
}

@media screen and (max-width: 768px) {
  .footer-links {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4vw;
  }
}

.footer-links li:not(:last-child) {
  margin-left: 4.6875rem;
}

@media screen and (max-width: 768px) {
  .footer-links li:not(:last-child) {
    margin-left: unset;
  }
}

.footer-links li a {
  font-weight: 700;
}

.social-links li:not(:last-child) {
  margin-left: 0.75rem;
}

@media screen and (max-width: 768px) {
  .social-links li:not(:last-child) {
    margin-left: 2.66667vw;
  }
}

.social-links li a {
  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: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  background-color: #077240;
}

.social-links li a img {
  width: 55.55556%;
}

@media screen and (max-width: 768px) {
  .social-links li a {
    width: 10.8vw;
    height: 10.8vw;
  }
}

.social-links li a:hover {
  opacity: 0.75;
}

.footer-bottom {
  padding: 1.25rem 0;
  color: #fff;
  font-weight: 200;
}

@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 4vw 0;
    padding-bottom: 9vw;
  }
}

.banner-elevate {
  width: 100%;
  padding: 5rem 0 2.0625rem;
}

@media screen and (max-width: 768px) {
  .banner-elevate {
    padding: 8.93333vw 0 4.4vw;
  }
}

.banner-elevate--mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .banner-elevate--mobile {
    display: block;
  }
}

.banner-elevate--desktop {
  display: block;
}

@media screen and (max-width: 768px) {
  .banner-elevate--desktop {
    display: none;
  }
}

.banner-elevate--hide {
  display: none !important;
}

.banner-elevate a {
  display: block;
}

.banner-elevate picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .banner-elevate picture {
    max-width: 100% !important;
  }
}

.banner-elevate picture img {
  width: 100%;
  height: auto;
}

.page-template-page-simple .global-wrapper > main {
  max-width: 44.79167vw;
  margin: 0 auto;
  padding-top: 8.125rem;
}

@media screen and (max-width: 768px) {
  .page-template-page-simple .global-wrapper > main {
    max-width: unset;
    margin: 0 4vw;
    padding-top: 10rem;
  }
}

.page-template-page-simple .global-wrapper > main h1,
.page-template-page-simple .global-wrapper > main h2,
.page-template-page-simple .global-wrapper > main h3 {
  margin-bottom: 0.74em;
  line-height: 120%;
}

.page-template-page-simple .global-wrapper > main h1 {
  font-size: 3.125rem;
}

@media screen and (max-width: 768px) {
  .page-template-page-simple .global-wrapper > main h1 {
    font-size: 2.5rem;
  }
}

.page-template-page-simple .global-wrapper > main p {
  margin-bottom: 1.52632em;
}

.page-template-page-simple .global-wrapper > main .px-150 {
  padding-left: unset;
  padding-right: unset;
}

.page-template-page-simple .global-wrapper > main .default-hero-padding {
  padding: 2.5rem 0;
}

.page-template-page-simple .global-wrapper > main ul {
  list-style-type: disc;
  -webkit-padding-start: 2rem;
          padding-inline-start: 2rem;
}

@media screen and (max-width: 768px) {
  .page-template-page-simple .global-wrapper > main .container {
    padding-left: unset !important;
    padding-right: unset !important;
  }
}

.blocked-content {
  position: relative;
  width: 100%;
  border: 0.3125vw solid #fff;
  -webkit-box-shadow: 0px 0.15625vw 0.3125vw rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0.15625vw 0.3125vw rgba(0, 0, 0, 0.16);
  overflow: hidden;
  color: #fff;
  border-radius: 1.30208vw;
}

@media screen and (max-width: 768px) {
  .blocked-content {
    width: 100%;
    border-width: 0.53333vw;
    margin-top: 10vw;
    border-radius: 3.33333vw;
  }
}

.blocked-content.blocked-content--nologin {
  color: #000;
}

.blocked-content.blocked-content--nologin .title-with-logo {
  color: #000;
}

.blocked-content.blocked-content--nologin .list-block ul {
  list-style-type: none;
  padding: 0;
}

.blocked-content .content {
  position: relative;
  z-index: 2;
  padding: 3.375rem 2.8125rem 1.8125rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3fbf80), color-stop(59%, #67c697), to(rgba(56, 190, 124, 0.13)));
  background-image: linear-gradient(to top, #3fbf80 0%, #67c697 59%, rgba(56, 190, 124, 0.13) 100%);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .blocked-content .content {
    padding: 19.46667vw 6.8vw 4vw;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#3fbf80), color-stop(59%, #67c697), to(rgba(56, 190, 124, 0.5)));
    background-image: linear-gradient(to top, #3fbf80 0%, #67c697 59%, rgba(56, 190, 124, 0.5) 100%);
  }
}

.blocked-content .img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

.blocked-content .title-with-logo {
  padding-bottom: 0.5641em;
  margin-bottom: 0.74359em;
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 2.23958vw;
  color: #fff;
  text-shadow: 0px 0.15625vw 0.3125vw rgba(0, 0, 0, 0.12);
  gap: 0.3em;
}

@media screen and (max-width: 768px) {
  .blocked-content .title-with-logo {
    font-size: 7.33333vw;
    text-shadow: 0px 0.4vw 0.8vw rgba(0, 0, 0, 0.12);
  }
}

.blocked-content .title-with-logo::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.4vw;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
}

.blocked-content .title-with-logo img {
  width: unset;
  display: inline;
}

.blocked-content .list {
  margin: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.82292vw;
}

@media screen and (max-width: 768px) {
  .blocked-content .list {
    margin: 5.33333vw 0 6.66667vw;
    font-size: 3.73333vw;
    gap: 6vw 12vw;
  }
}

.blocked-content .list .item {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .blocked-content .list .item {
    width: calc(50% - 6vw);
    text-align: center;
  }
}

.blocked-content .list .item .icon {
  margin-bottom: auto;
  text-align: center;
}

.blocked-content .list .item .icon img {
  max-height: 2.02448vw;
}

@media screen and (max-width: 768px) {
  .blocked-content .list .item .icon img {
    height: 6.66667vw;
    max-height: 6.66667vw;
  }
}

.blocked-content .list .item span {
  font-weight: 500;
  font-size: 0.88542vw;
}

@media screen and (max-width: 768px) {
  .blocked-content .list .item span {
    font-size: 3.73333vw;
  }
}

.blocked-content .btn {
  margin-bottom: 1.25rem;
  text-decoration: none;
}

.blocked-content a {
  color: #fff;
}

.btns.active .share-btns {
  display: block;
}

.share-btns {
  display: none;
  position: absolute;
  top: 0;
  height: 2.8125rem;
  border-radius: 50%;
  background: #fff;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .share-btns {
    height: 9.33333vw;
  }
}

.share-btns .circle:hover {
  background-color: #dbdbdb !important;
}

.share-btns > .flex {
  gap: 0.3125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .share-btns > .flex {
    gap: 1.2vw;
  }
}

.share-btns__wrapper {
  position: relative;
}

.share-btns__close .icon-close {
  font-size: 0.8em;
}

.share-btns .ico-mail {
  font-size: 1.2em;
}

@media screen and (max-width: 768px) {
  .checkout-product-item .content .flex .fx-m-32 .old {
    text-decoration: line-through;
  }
}

@media screen and (max-width: 768px) {
  .checkout-product-item .content .flex .fx-m-32 .old + span {
    color: #f58521;
  }
}

.product-single-hero.product-type-bopobb .product-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-single-hero.product-type-bopobb .product-description > * {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.product-single-hero.product-type-bopobb .product-description .price {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.1875vw;
}

@media screen and (max-width: 768px) {
  .product-single-hero.product-type-bopobb .product-description .price {
    margin-bottom: 13.33333vw;
    gap: 4.66667vw;
  }
}

.product-single-hero.product-type-bopobb .product-description .price > span {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-weight: 400;
  font-size: 1.14583vw;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .product-single-hero.product-type-bopobb .product-description .price > span {
    font-size: 4.8vw;
  }
}

.product-single-hero.product-type-bopobb .product-description .price > span.old {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .product-single-hero.product-type-bopobb .product-description .price > span.old {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

.product-single-hero.product-type-bopobb .product-description .product-btns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-single-hero.product-type-bopobb .product-description .product-btns .product-count {
  margin-left: 0;
}

.product-single-hero.product-type-bopobb .product-description .product-btns,
.product-single-hero.product-type-bopobb .product-description .product-sharing {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.bopobb-single-wrap .bopobb-alert {
  margin: 0.83333vw 0 0 !important;
  padding: 0.3125vw 0.67708vw !important;
  border-left: none !important;
  background-color: none !important;
  font-size: 0.83333vw;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: 0.20833vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#f39200), to(#f77a40));
  background: linear-gradient(#f39200 0%, #f77a40 100%);
  color: #fbfdff;
}

@media screen and (max-width: 768px) {
  .bopobb-single-wrap .bopobb-alert {
    font-size: 4vw;
    border-radius: 0.53333vw;
    padding: 2.13333vw 3.2vw !important;
    margin: 3.2vw 0 8.66667vw !important;
  }
}

.bopobb-single-wrap .bopobb-items-top-wrap {
  margin-top: 0 !important;
  margin-bottom: 1.22396vw;
}

@media screen and (max-width: 768px) {
  .bopobb-single-wrap .bopobb-items-top-wrap {
    margin-bottom: 7.2vw;
  }
}

.bopobb-single-wrap .bopobb-items-top-wrap > .bopobb-item-top {
  width: 5.20833vw !important;
  height: 5.20833vw !important;
  border-radius: 0.20833vw;
  background: #fff;
  -webkit-box-shadow: 0 0.625vw 1.25vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.625vw 1.25vw rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin: 0 !important;
  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.83333vw;
}

@media screen and (max-width: 768px) {
  .bopobb-single-wrap .bopobb-items-top-wrap > .bopobb-item-top {
    width: 17.46667vw !important;
    height: 17.46667vw !important;
    border-radius: 0.53333vw;
    padding: 2.8vw;
    -webkit-box-shadow: 0 1.6vw 3.2vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 1.6vw 3.2vw rgba(0, 0, 0, 0.16);
  }
}

.bopobb-single-wrap .bopobb-items-top-wrap > .bopobb-item-img-separate-wrap {
  width: 2.08333vw !important;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .bopobb-single-wrap .bopobb-items-top-wrap > .bopobb-item-img-separate-wrap {
    width: 6.93333vw !important;
  }
}

.bopobb-single-wrap .bopobb-items-top-wrap > .bopobb-item-img-separate-wrap .bopobb-item-img-separate-icon {
  color: #2e2e2e !important;
  font-size: 1.04167vw;
}

@media screen and (max-width: 768px) {
  .bopobb-single-wrap .bopobb-items-top-wrap > .bopobb-item-img-separate-wrap .bopobb-item-img-separate-icon {
    font-size: 3.2vw;
  }
}

.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-wrap {
  border: none !important;
  max-width: 100% !important;
  max-height: 100% !important;
  min-height: unset !important;
}

.bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-wrap::before {
  background: #077240;
  width: 1.82292vw;
  height: 1.82292vw;
  border-radius: 50%;
  border: none !important;
  -webkit-box-shadow: 0 0.15625vw 0.3125vw rgba(29, 59, 255, 0.1);
          box-shadow: 0 0.15625vw 0.3125vw rgba(29, 59, 255, 0.1);
  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;
  color: #fff;
  font-size: 1.09375vw;
}

@media screen and (max-width: 768px) {
  .bopobb-single-wrap .bopobb-items-top-wrap .bopobb-item-img-wrap::before {
    font-size: 3.2vw;
    width: 6vw;
    height: 6vw;
  }
}

.bopobb-single-wrap .bopobb-items-bottom-wrap {
  border-bottom: 0.04167vw solid #c4c4c4 !important;
  padding-bottom: 0.33854vw !important;
}

@media screen and (max-width: 768px) {
  .bopobb-single-wrap .bopobb-items-bottom-wrap {
    border-bottom: 0.10667vw solid #c4c4c4 !important;
    padding-bottom: 1.6vw !important;
  }
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr th,
.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr td {
  padding: 0.28646vw 0 !important;
}

@media screen and (max-width: 768px) {
  .bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr th,
  .bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr td {
    padding: 1.6vw 0 !important;
  }
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr th {
  font-weight: 500;
  font-size: 0.83333vw;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 768px) {
  .bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr th {
    font-size: 3.73333vw;
  }
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr th .bopobb-item-detail-wrap .bopobb-item-change-wrap {
  margin: 0 0.41667vw 0 0 !important;
  color: #077240;
}

@media screen and (max-width: 768px) {
  .bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr th .bopobb-item-detail-wrap .bopobb-item-change-wrap {
    margin: 0 1.06667vw 0 0 !important;
  }
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr th .bopobb-item-detail-wrap .bopobb-item-change-wrap .bopobb-item-change {
  font-size: 0.98958vw !important;
}

@media screen and (max-width: 768px) {
  .bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table tr th .bopobb-item-detail-wrap .bopobb-item-change-wrap .bopobb-item-change {
    font-size: 3.6vw !important;
  }
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table .bopobb-item-product td .bopobb-item-right .bopobb-item-price {
  margin: 0 !important;
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table .bopobb-item-product td .bopobb-item-right .bopobb-item-price .woocommerce-Price-amount {
  color: #2e2e2e;
  font-weight: bold;
  font-size: 0.83333vw;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table .bopobb-item-product td .bopobb-item-right .bopobb-item-price .woocommerce-Price-amount {
    font-size: 3.73333vw;
  }
}

.bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table .bopobb-item-product td .bopobb-item-right .bopobb-item-quantity .bopobb-item-qty {
  width: 2.08333vw !important;
  height: 1.25vw !important;
  font-size: 0.83333vw !important;
}

@media screen and (max-width: 768px) {
  .bopobb-single-wrap .bopobb-items-bottom-wrap .bopobb-detail-table .bopobb-item-product td .bopobb-item-right .bopobb-item-quantity .bopobb-item-qty {
    font-size: 3.73333vw !important;
    width: 8.66667vw !important;
    height: 5.6vw !important;
  }
}

.bopobb-area .bopobb-inner .bopobb-overlay {
  background: rgba(236, 236, 236, 0.9) !important;
}

.bopobb-area .bopobb-inner .bopobb-popup {
  width: 53.125vw;
}

@media screen and (max-width: 768px) {
  .bopobb-area .bopobb-inner .bopobb-popup {
    width: 97.33333vw;
    height: auto !important;
  }
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-inner {
  border-radius: 1.30208vw;
  height: auto;
  -webkit-box-shadow: 0 0.625vw 1.25vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.625vw 1.25vw rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-inner {
    border-radius: 3.33333vw;
    -webkit-box-shadow: 0 1.6vw 3.2vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 1.6vw 3.2vw rgba(0, 0, 0, 0.16);
  }
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header {
  padding: 1.25vw 1.5625vw 0;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header {
    padding: 2.66667vw 2.66667vw 0;
  }
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header .bopobb-popup-title {
  font-weight: 500;
  font-size: 1.5625vw;
  letter-spacing: 0.01em;
  color: #2e2e2e;
  text-transform: unset !important;
}

@media screen and (max-width: 768px) {
  .bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header .bopobb-popup-title {
    margin-top: 1.6vw !important;
    font-size: 6vw;
    text-overflow: unset !important;
    overflow: unset !important;
  }
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header .bopobb-popup-header-right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-size: unset !important;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header .bopobb-popup-header-right .bopobb-btn-close {
  height: unset !important;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header .bopobb-popup-header-right .bopobb-btn-close::before {
  font-family: "icomoon" !important;
  content: "\e90b";
  font-size: 0.83333vw;
}

@media screen and (max-width: 768px) {
  .bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header .bopobb-popup-header-right .bopobb-btn-close::before {
    font-size: 4.26667vw;
  }
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-popup-header .bopobb-popup-header-right .bopobb-btn-close:hover {
  background: none !important;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-products-wrap {
  border: 1.19792vw solid #fff;
  height: unset;
  min-height: 29.21875vw;
  max-height: 29.21875vw;
}

@media screen and (max-width: 768px) {
  .bopobb-area .bopobb-inner .bopobb-popup .bopobb-products-wrap {
    border: 2.26667vw solid #fff;
    min-height: calc(86vh + 10.66667vw);
    max-height: 86vh;
  }
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: unset;
  gap: 1.25vw 2.08333vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.3125vw;
  max-height: 26.82292vw;
}

@media screen and (max-width: 768px) {
  .bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list {
    margin: 4.8vw 0 0 !important;
    gap: 4.26667vw 3.46667vw;
    max-height: 86vh;
  }
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list::-webkit-scrollbar {
  width: 0.15625vw;
}

@media screen and (max-width: 768px) {
  .bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list::-webkit-scrollbar {
    width: 0.93333vw;
  }
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list::-webkit-scrollbar-track {
  background: #e4e4e4;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list::-webkit-scrollbar-thumb {
  background-color: #2e2e2e;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product {
  width: 10.41667vw;
}

@media screen and (max-width: 768px) {
  .bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product {
    width: 47%;
  }
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product-img-wrap {
  height: 10.41667vw;
  border-radius: 0.625vw;
  background: #fff;
  -webkit-box-shadow: 0px 0.15625vw 0.3125vw rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0.15625vw 0.3125vw rgba(0, 0, 0, 0.12);
  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-bottom: 0.625vw;
}

@media screen and (max-width: 768px) {
  .bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product-img-wrap {
    height: 41.2vw;
    border-radius: 1.6vw;
    margin-bottom: 1.86667vw;
    -webkit-box-shadow: 0px 0.4vw 0.8vw rgba(0, 0, 0, 0.12);
            box-shadow: 0px 0.4vw 0.8vw rgba(0, 0, 0, 0.12);
  }
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product-img-wrap img {
  max-height: 65%;
  width: auto;
  max-width: 90%;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product-zoom {
  display: none !important;
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product-title-wrap {
  font-weight: bold;
  font-size: 0.83333vw;
  letter-spacing: 0.02em;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 768px) {
  .bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product-title-wrap {
    font-size: 3.73333vw;
  }
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product-price .woocommerce-Price-amount {
  color: #000;
  font-size: 0.9375vw;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product-price .woocommerce-Price-amount {
    font-size: 4vw;
  }
}

.bopobb-area .bopobb-inner .bopobb-popup .bopobb-product-list .bopobb-product-paging-wrap {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: none;
}

.bundled-parent-item .img-wrapper,
.bundled-child-item .img-wrapper {
  margin-top: auto !important;
  margin-bottom: auto !important;
  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-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.mini-cart-wrapper .cart-product-item.bopobb-cart-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none !important;
}

.mini-cart-wrapper .cart-product-item.bopobb-cart-child .img-wrapper {
  margin-right: 1.75rem;
}

@media screen and (max-width: 768px) {
  .mini-cart-wrapper .cart-product-item.bopobb-cart-child .img-wrapper {
    margin-right: 5.73333vw;
  }
}

.mini-cart-wrapper .cart-product-item.bopobb-cart-child .content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.mini-cart-wrapper .cart-product-item.bopobb-cart-child + .bopobb-cart-parent,
.mini-cart-wrapper .cart-product-item.bopobb-cart-child + .cart-product-item--simple {
  border-top: 0.05208vw solid #ccc;
}

.order-main .bopobb-cart-child .bopobb-child-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.41667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .order-main .bopobb-cart-child .bopobb-child-title {
    gap: 1.33333vw;
  }
}

.order-main .bopobb-cart-child .bopobb-child-title .bopobb-cart-change-wrap {
  color: #077240;
  font-size: 1rem;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .order-main .bopobb-cart-child .bopobb-child-title .bopobb-cart-change-wrap {
    font-size: 3.73333vw;
  }
}

.order-main .bopobb-cart-child .bopobb-child-title .bopobb-cart-change-wrap:hover {
  color: #f77a40;
}

.order-main .bopobb-cart-child .img-wrapper {
  margin-right: 2.375rem;
}

.order-main .bopobb-cart-child .product-desc {
  margin-top: auto;
}

.order-main .bopobb-cart-child .bopobb-cart-child__qty {
  margin-bottom: auto;
}

.note-map-nav {
  max-width: 47.34375vw;
}

@media screen and (max-width: 768px) {
  .note-map-nav {
    max-width: 96.15385vw;
  }
}

.note-map-nav__icon {
  margin-inline: auto;
  width: 2.34375vw;
  height: 2.34375vw;
  margin-bottom: 1.04167vw;
}

@media screen and (max-width: 768px) {
  .note-map-nav__icon {
    width: 10.25641vw;
    height: 10.25641vw;
    margin-bottom: 5.12821vw;
  }
}

.note-map-nav__icon img {
  width: 100%;
  height: auto;
}

.note-map-nav__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.41667vw;
}

@media screen and (max-width: 768px) {
  .note-map-nav__text {
    gap: 5.12821vw;
  }
}

.note-map-nav__text h3 {
  font-size: 2.08333vw;
  line-height: calc(60 / 40);
}

@media screen and (max-width: 768px) {
  .note-map-nav__text h3 {
    font-size: 5.64103vw;
    line-height: calc(33 / 22);
  }
}

.note-map-nav__text p {
  font-size: 1.04167vw;
  line-height: calc(33 / 20);
}

@media screen and (max-width: 768px) {
  .note-map-nav__text p {
    font-size: 4.10256vw;
    line-height: 1.5;
  }
}

.note-map-nav .btn {
  margin-inline: auto;
  margin-top: 2.8125vw;
}

@media screen and (max-width: 768px) {
  .note-map-nav .btn {
    margin-top: 6.66667vw;
  }
}

.sign-up-wrapper {
  padding-top: 12.125rem;
  margin-bottom: -4.6875rem;
}

@media screen and (max-width: 768px) {
  .sign-up-wrapper {
    padding-top: 30vw;
    margin-bottom: 0;
  }
}

.sign-up-wrapper .container {
  padding-right: 13.75rem;
  padding-left: 11.875rem;
}

@media screen and (max-width: 768px) {
  .sign-up-wrapper .container {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}

.sign-up-wrapper .content {
  max-width: 39.0625rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (max-width: 768px) {
  .sign-up-wrapper .content {
    max-width: none;
    width: 100%;
    text-align: center;
  }
}

.sign-up-wrapper .content .logo {
  max-width: 21.3125rem;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .sign-up-wrapper .content .logo {
    max-width: 39.33333vw;
    margin: 0 auto 4.66667vw;
  }
}

.sign-up-wrapper .content ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  font-size: 1.3125rem;
}

@media screen and (max-width: 768px) {
  .sign-up-wrapper .content ul {
    -webkit-column-gap: 10.66667vw;
       -moz-column-gap: 10.66667vw;
            column-gap: 10.66667vw;
    font-size: 4vw;
    text-align: right;
  }
}

.sign-up-wrapper .forms-wrapper {
  position: relative;
  max-width: 39.0625rem;
  width: 100%;
  border-radius: 1.5625rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.9375rem rgba(201, 201, 201, 0.16);
          box-shadow: 0 0.25rem 0.9375rem rgba(201, 201, 201, 0.16);
  padding: 4.0625rem 1.625rem 2.75rem;
  border: 1px solid #d4d4d4;
}

.sign-up-wrapper .forms-wrapper .error {
  margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .sign-up-wrapper .forms-wrapper {
    max-width: none;
    border-radius: 2.66667vw;
    width: 100%;
    -webkit-box-shadow: 0 -0.66667vw 6.8vw rgba(0, 0, 0, 0.12);
            box-shadow: 0 -0.66667vw 6.8vw rgba(0, 0, 0, 0.12);
    padding: 14.53333vw 3.46667vw 7.06667vw;
  }
}

.sign-up-wrapper .forms-wrapper .form-wrapper h2 {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .sign-up-wrapper .forms-wrapper .form-wrapper h2 {
    margin-bottom: 8.66667vw;
  }
}

.sign-up-wrapper .forms-wrapper .sign-in-form-wrapper {
  max-width: 29.25rem;
  margin: 0 auto;
}

.sign-up-wrapper .forms-wrapper .sign-in-form-wrapper form {
  width: 17.1875rem;
  margin: 0 auto 0.9375rem;
}

@media screen and (max-width: 768px) {
  .sign-up-wrapper .forms-wrapper .sign-in-form-wrapper {
    max-width: none;
  }
  .sign-up-wrapper .forms-wrapper .sign-in-form-wrapper form {
    width: 100%;
    margin-bottom: 3.33333vw;
  }
}

.sign-up-wrapper .forms-wrapper .one-time-code-login {
  border-top: 1px solid #cccccc;
  margin-top: 1.875rem;
  padding-top: 1.875rem;
}

.sign-up-wrapper .forms-wrapper .one-time-code-login .btn {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .sign-up-wrapper .forms-wrapper .one-time-code-login {
    margin-top: 6.4vw;
    padding-top: 6.4vw;
  }
  .sign-up-wrapper .forms-wrapper .one-time-code-login .btn {
    margin-bottom: 11.33333vw;
  }
}

.sign-up-wrapper .forms-wrapper .sign-up-form-wrapper {
  display: none;
}

.sign-up-wrapper .forms-wrapper .sign-up-form-wrapper > .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.forms-switcher,
.btns-wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0.875rem 1.4375rem;
  border-radius: 2.25rem;
  -webkit-box-shadow: 0 0.125rem 1.25rem rgba(177, 177, 177, 0.16);
          box-shadow: 0 0.125rem 1.25rem rgba(177, 177, 177, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  border: 1px solid #d4d4d4;
}

.forms-switcher button.active,
.btns-wrapper button.active {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f39200), to(#f77a40));
  background-image: linear-gradient(to bottom, #f39200 0%, #f77a40 100%);
  border-color: transparent;
}

@media screen and (max-width: 768px) {
  .forms-switcher,
  .btns-wrapper {
    border-radius: 6.93333vw;
    padding: 2.13333vw 2.53333vw;
    gap: 1.33333vw;
  }
}

.home-hero {
  padding-top: 8.125rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .home-hero {
    padding-top: 0;
  }
  .home-hero .container {
    padding: 0 !important;
  }
}

.home-hero-slider {
  overflow: hidden;
}

.home-hero-slider .home-hero-pagination {
  display: none;
}

@media screen and (max-width: 768px) {
  .home-hero-slider .home-hero-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 68%;
    bottom: auto;
  }
}

.home-hero-slider .swiper-slide {
  position: relative;
}

.home-hero-slider .swiper-slide .img-wrapper {
  aspect-ratio: 2.414307;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .home-hero-slider .swiper-slide .img-wrapper {
    aspect-ratio: unset;
    width: 100%;
    height: 100vh;
    border-radius: 0;
  }
}

.home-hero-slider .swiper-slide .img-wrapper::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 84.25926%;
  top: 0;
  right: 0;
  opacity: 0.71;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(84, 84, 84, 0)), to(black));
  background-image: linear-gradient(90deg, rgba(84, 84, 84, 0) 0%, black 100%);
}

@media screen and (max-width: 768px) {
  .home-hero-slider .swiper-slide .img-wrapper::before {
    width: 100%;
    opacity: 0.78;
    background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(84, 84, 84, 0)));
    background-image: linear-gradient(to top, black 0%, rgba(84, 84, 84, 0) 100%);
  }
}

.home-hero-slider .swiper-slide .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-hero-slider .swiper-slide .content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 4rem 10.25rem;
  z-index: 5;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .home-hero-slider .swiper-slide .content {
    padding: 0 6.66667vw;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.home-hero-slider .swiper-slide .content h2 {
  margin-bottom: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .home-hero-slider .swiper-slide .content h2 {
    margin-bottom: 2.66667vw;
    text-align: center;
  }
}

.home-hero-slider .swiper-slide .content p {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .home-hero-slider .swiper-slide .content p {
    display: none;
  }
}

.home-hero-slider .swiper-slide .content .list {
  margin-bottom: 2.625rem;
}

@media screen and (max-width: 768px) {
  .home-hero-slider .swiper-slide .content .list {
    margin-bottom: 6.66667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.home-hero-slider .swiper-slide .content .list > div {
  padding: 0 3.8125rem;
  border-right: 1px solid #b1b1b1;
}

@media screen and (max-width: 768px) {
  .home-hero-slider .swiper-slide .content .list > div {
    padding: 0 3vw;
  }
}

.home-hero-slider .swiper-slide .content .list > div:first-child {
  border: 0;
  padding-right: 0;
}

.home-hero-slider .swiper-slide .content .list > div:last-child {
  padding-left: 0;
}

.home-hero-slider .swiper-slide .content .btn {
  width: 13.1875rem;
}

@media screen and (max-width: 768px) {
  .home-hero-slider .swiper-slide .content .btn {
    width: 40.8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}

.home-hero-thumbs {
  position: absolute;
  top: 50%;
  right: 6.5625rem;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 5.625rem;
  height: 23.75rem;
  overflow: hidden;
  z-index: 7;
}

@media screen and (max-width: 768px) {
  .home-hero-thumbs {
    display: none;
  }
}

.home-hero-thumbs .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;
}

.home-hero-thumbs .swiper-slide div {
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: 0.25rem solid #fff;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home-hero-thumbs .swiper-slide div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-hero-thumbs .swiper-slide.swiper-slide-active div {
  width: 5.625rem;
  height: 5.625rem;
  border-color: #f39200;
}

.home-hero-thumbs .swiper-slide.swiper-slide-prev {
  -webkit-transform: translateY(-0.5rem);
      -ms-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}

.home-hero-thumbs .swiper-slide.swiper-slide-next {
  -webkit-transform: translateY(0.5rem);
      -ms-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}

.home-hero-thumbs .swiper-slide.swiper-slide-prev div, .home-hero-thumbs .swiper-slide.swiper-slide-next div {
  width: 4.0625rem;
  height: 4.0625rem;
}

.search-home-section {
  z-index: 2;
  padding: 2.1875rem 0 4.6875rem;
  margin-top: -5.625rem;
}

@media screen and (max-width: 768px) {
  .search-home-section {
    padding: 0;
    margin-top: -34.13333vw;
    overflow: unset;
  }
}

.search-home-bar {
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15);
  padding: 4.125rem 4.5rem 3.1875rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .search-home-bar {
    padding: 2.26667vw 1.6vw 4.4vw;
  }
}

.search-home-bar .btns-wrapper {
  border: 0;
  -webkit-box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .search-home-bar .btns-wrapper {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-shadow: 0 0.125rem 1.25rem rgba(70, 70, 70, 0.16);
            box-shadow: 0 0.125rem 1.25rem rgba(70, 70, 70, 0.16);
    padding: 2.13333vw 2.66667vw;
    margin-bottom: 3.33333vw;
  }
  .search-home-bar .btns-wrapper button {
    font-size: 3.46667vw;
  }
}

.search-home-form .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.875rem;
}

@media screen and (max-width: 768px) {
  .search-home-form .row {
    gap: 4vw;
  }
}

.search-home-form .form-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .search-home-form .form-item {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: calc(50% - 2vw);
  }
}

.search-home-form .form-item input,
.search-home-form .form-item select {
  height: 2.8125rem;
}

@media screen and (max-width: 768px) {
  .search-home-form .form-item input,
  .search-home-form .form-item select {
    height: 9.2vw;
  }
}

.search-home-form .btn {
  width: 11.3125rem;
  height: 2.8125rem;
  font-size: 1.0625rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .search-home-form .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48.93333vw;
    height: 11.46667vw;
    font-size: 4.26667vw;
    margin: 0.8vw auto 0;
  }
  .search-home-form .btn i {
    font-size: 5.33333vw;
  }
}

.search-home-form .btn i {
  margin-right: 0.5em;
}

.recommended-bar-section .container {
  padding: 1.5625rem 14.6875rem 1.25rem 11.5625rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .recommended-bar-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2.9375rem 0 4.375rem !important;
  }
}

.recommended-bar-section .container .title-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.75rem;
          flex: 0 0 24.75rem;
  max-width: 24.75rem;
}

@media screen and (max-width: 768px) {
  .recommended-bar-section .container .title-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .recommended-bar-section .container .title-box .flex {
    display: none;
  }
}

.recommended-bar-section .container .title-box h2 br {
  display: none;
}

.recommended-bar-section .container .recommended-bar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 24.75rem);
          flex: 0 0 calc(100% - 24.75rem);
  max-width: calc(100% - 24.75rem);
  overflow: hidden;
  padding: 3.125rem 0;
}

@media screen and (max-width: 768px) {
  .recommended-bar-section .container .recommended-bar {
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 3.125rem 0 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .recommended-bar-section .container .recommended-bar .swiper-slide-active .image {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-box-shadow: 0 -0.66667vw 2.66667vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 -0.66667vw 2.66667vw rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.recommended-bar-section .container .recommended-bar .swiper-slide-visible .image {
  -webkit-box-shadow: 0 -0.3125rem 2.8125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 -0.3125rem 2.8125rem rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .recommended-bar-section .container .recommended-bar .swiper-slide-visible .image {
    -webkit-box-shadow: 0 -0.66667vw 5.33333vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 -0.66667vw 5.33333vw rgba(0, 0, 0, 0.1);
  }
}

.recommended-bar-section .container .recommended-bar .swiper-slide > a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recommended-bar-section .container .recommended-bar .swiper-slide .image {
  width: 7.875rem;
  height: 7.875rem;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  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;
}

@media screen and (max-width: 768px) {
  .recommended-bar-section .container .recommended-bar .swiper-slide .image {
    width: 19.46667vw;
    height: 19.46667vw;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.recommended-bar-section .container .recommended-bar .swiper-slide .image img {
  width: 80%;
}

.recommended-bar-section .container .recommended-bar .swiper-slide h3 {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  margin-top: 0.9625rem;
  padding: 0 1.5625rem;
}

@media screen and (max-width: 768px) {
  .recommended-bar-section .container .recommended-bar .swiper-slide h3 {
    font-size: 4.4vw;
    padding: 0;
    max-width: 100%;
    margin-top: 5.46667vw;
    font-size: 4vw;
  }
}

/*
.recommended-bar-section {
  padding: rem(25) 0 rem(52);
  @include mq-md {
    padding: vwm(47) 0 vwm(70);
  }
  .title-box {
    margin-left: auto;
    @include mq-md {
      width: 100%;
      text-align: center;
      br {
        display: none;
      }
      .swiper-btn-prev,
      .swiper-btn-next {
        display: none;
      }
    }
    h2 {
      line-height: em(65, 50);
      margin-bottom: rem(11);
      @include mq-md {
        margin-bottom: 0;
      }
    }
  }
}
*/
/*
.recommended-bar {
  width: rem(1050);
  overflow: hidden;
  padding: rem(50) 0;
  @include mq-md {
    width: 100%;
    padding: vwm(25) 0;
    overflow: unset;
    min-height: vwm(352);
    .swiper-wrapper {
      align-items: center;
    }
  }
  .swiper-slide {
    display: flex;
    justify-content: center;

    h3 {
      font-size: rem(18);
      font-weight: 400;
      text-align: center;
      @include mq-md {
        font-size: vwm(33);
      }
    }
    @include mq-md {
      padding: 0 vwm(20);
      &.swiper-slide-active {
        .image {
          width: vwm(187);
          height: vwm(187);
        }
      }
    }
  }
  &-item {
    display: block;
    .image {
      display: flex;
      align-items: center;
      justify-content: center;
      width: rem(126);
      height: rem(126);
      border-radius: 50%;
      background-color: #fff;
      box-shadow: 0 rem(-5) rem(51) rgba(#000, 0.1);
      margin-bottom: rem(15);
      overflow: hidden;
      transition: 0.3s;
      @include mq-md {
        width: vwm(146);
        height: vwm(146);
        margin: 0 auto vwm(16);
        img {
          width: 80%;
        }
      }
    }
  }
}
*/
.home-recommended-routes {
  padding: 2.0625rem 0 3.375rem;
}

@media screen and (max-width: 768px) {
  .home-recommended-routes {
    padding: 4.4vw 0 7.73333vw;
  }
}

.home-recommended-routes h2 {
  margin-bottom: 4.125rem;
}

@media screen and (max-width: 768px) {
  .home-recommended-routes h2 {
    margin-bottom: 4vw;
  }
}

.home-recommended-routes .title-part {
  position: absolute;
  color: #fff;
  background-color: unset !important;
  display: inline-block;
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  line-height: 1;
  text-align: center;
  text-shadow: 0.06667em 0.06667em 0.03333em rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  overflow: hidden;
}

.home-recommended-routes .title-part.big-word {
  font-size: 3.3125rem;
  font-weight: 900;
  width: 14.375rem;
}

@media screen and (max-width: 768px) {
  .home-recommended-routes .title-part.big-word {
    font-size: 6.4vw;
    width: 26.66667vw;
  }
}

.home-recommended-routes .title-part.small-word {
  font-size: 1.875rem;
  width: 7.8125rem;
}

@media screen and (max-width: 768px) {
  .home-recommended-routes .title-part.small-word {
    font-size: 3.86667vw;
    width: 14.66667vw;
  }
}

.home-recommended-routes .words-positions-1 .big-word {
  top: 4rem;
  right: 4.3rem;
}

@media screen and (max-width: 768px) {
  .home-recommended-routes .words-positions-1 .big-word {
    top: 7.46667vw;
    right: 8.48vw;
  }
}

.home-recommended-routes .words-positions-1 .small-word {
  left: 3.925rem;
  top: 1.1625rem;
}

@media screen and (max-width: 768px) {
  .home-recommended-routes .words-positions-1 .small-word {
    left: 8vw;
    top: 2.4vw;
  }
}

.home-recommended-routes .words-positions-2 .big-word {
  top: 1.7rem;
  right: 4.325rem;
}

@media screen and (max-width: 768px) {
  .home-recommended-routes .words-positions-2 .big-word {
    top: 3.9vw;
    right: 9vw;
  }
}

.home-recommended-routes .words-positions-2 .small-word {
  left: 6.525rem;
  top: 6.2875rem;
}

@media screen and (max-width: 768px) {
  .home-recommended-routes .words-positions-2 .small-word {
    left: 12.5vw;
    top: 12.4vw;
  }
}

.home-recommended-routes .words-positions-3 .big-word {
  top: 4.4625rem;
  right: 4.225rem;
}

@media screen and (max-width: 768px) {
  .home-recommended-routes .words-positions-3 .big-word {
    top: 9vw;
    right: 8vw;
  }
}

.home-recommended-routes .words-positions-3 .small-word {
  left: 6.8rem;
  top: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .home-recommended-routes .words-positions-3 .small-word {
    left: 15vw;
    top: 2.5vw;
  }
}

.home-trips-section {
  padding: 3.375rem 0 2.5rem;
}

@media screen and (max-width: 768px) {
  .home-trips-section {
    padding: 7.2vw 0 7.33333vw;
  }
}

.home-trips-section > .img-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .home-trips-section > .img-wrapper {
    right: 2px;
    top: 7.2vw;
  }
}

@media screen and (max-width: 768px) {
  .home-trips-section .section-desc {
    text-align: right;
  }
}

.home-trips-section .section-desc h2 {
  margin-bottom: 0.875rem;
}

@media screen and (max-width: 768px) {
  .home-trips-section .section-desc p {
    max-width: 70%;
  }
}

.home-trips-section .section-desc p:last-child {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .home-trips-section .section-desc p:last-child {
    margin-top: 2.66667vw;
  }
}

.home-trips-section .btns-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  margin: 1.375rem auto 3.125rem;
  border: 0;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15);
  gap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .home-trips-section .btns-wrapper {
    margin: 2.66667vw 0 4.66667vw -4vw;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 0 9.73333vw 9.73333vw 0;
  }
}

.home-trips-section .btns-wrapper .btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 3.1875rem;
  font-size: 1rem;
  line-height: 1;
  padding: 0 1.5rem;
  text-align: right;
}

.home-trips-section .btns-wrapper .btn.isActive {
  background-color: #077240;
  color: #fff;
  background-image: none;
}

.home-trips-section .btns-wrapper .btn.isActive img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

@media screen and (max-width: 768px) {
  .home-trips-section .btns-wrapper .btn {
    height: 12vw;
    width: 44vw;
    font-size: 3.5vw;
    padding: 0 1.5em;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.home-trips-section .btns-wrapper .btn img {
  margin-left: 0.625rem;
}

@media screen and (max-width: 768px) {
  .home-trips-section .btns-wrapper .btn img {
    margin-left: 2.66667vw;
  }
}

.home-trips-section .btn-wrapper {
  margin-top: 3.125rem;
}

@media screen and (max-width: 768px) {
  .home-trips-section .btn-wrapper {
    margin-bottom: 0;
  }
}

.home-trips-section .home-trips-tab:not(:first-child) {
  display: none;
}

@media screen and (max-width: 768px) {
  .home-trips-section .home-trips {
    padding-bottom: 5.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .home-trips-section .home-trips .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
  }
  .home-trips-section .home-trips .swiper-wrapper .swiper-slide {
    width: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .home-trips-section .home-trips .swiper-wrapper .swiper-slide {
    padding-left: 4vw;
    height: auto;
  }
  .home-trips-section .home-trips .swiper-wrapper .trip-item {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .home-roadmap-section {
    padding: 7.33333vw 0 8.4vw;
  }
}

.home-roadmap-section .roadmap-image img {
  width: 100%;
}

.home-roadmap-section .container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  padding-top: 11.25rem;
  padding-bottom: 8.75rem;
}

@media screen and (max-width: 768px) {
  .home-roadmap-section .container {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    height: auto;
    width: auto;
    z-index: 5;
    overflow: unset;
  }
}

.home-roadmap-section .content {
  width: 49.375rem;
  padding: 5rem 3.125rem 5rem 5.625rem;
  background-color: #fff;
  border-radius: 1.25rem;
}

@media screen and (max-width: 768px) {
  .home-roadmap-section .content {
    width: 100%;
    padding: 6.26667vw 5.33333vw 6.93333vw;
    -webkit-box-shadow: 0 -0.66667vw 6.8vw rgba(0, 0, 0, 0.12);
            box-shadow: 0 -0.66667vw 6.8vw rgba(0, 0, 0, 0.12);
    margin-top: -12vw;
  }
  .home-roadmap-section .content .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 45.73333vw;
  }
}

.home-roadmap-section .content h2 {
  margin-bottom: 1.4375rem;
}

@media screen and (max-width: 768px) {
  .home-roadmap-section .content h2 {
    margin-bottom: 0;
    text-align: center;
  }
}

.home-roadmap-section .content p:not(:last-child) {
  margin-bottom: 2.8125rem;
}

@media screen and (max-width: 768px) {
  .home-roadmap-section .content p:not(:last-child) {
    margin-bottom: 3.2vw;
    text-align: center;
  }
}

.home-roadmap-section .content .list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2.125rem;
     -moz-column-gap: 2.125rem;
          column-gap: 2.125rem;
}

@media screen and (max-width: 768px) {
  .home-roadmap-section .content .list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    max-width: 64vw;
    margin: 0 auto;
  }
}

.home-roadmap-section .content .list:not(:last-child) {
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 768px) {
  .home-roadmap-section .content .list:not(:last-child) {
    margin-bottom: 6.66667vw;
  }
}

.home-roadmap-section .content .list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .home-roadmap-section .content .list li {
    margin-bottom: 3.33333vw;
  }
}

.home-roadmap-section .content .list li i {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
  font-size: 2.3125rem;
  color: #077240;
  margin-left: 0.6875rem;
}

@media screen and (max-width: 768px) {
  .home-roadmap-section .content .list li i {
    width: 9.46667vw;
    height: 9.46667vw;
    font-size: 6.4vw;
    margin-left: 4vw;
  }
}

.section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.section-bg::after, .section-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-bg::before {
  height: 16.75rem;
  top: 0;
  background-position: center bottom;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1922' height='267.832' viewBox='0 0 1922 267.832'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' y1='0.217' x2='0.5' y2='0.84' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='0.469' stop-color='%23fdfeff' stop-opacity='0.616'/%3E%3Cstop offset='1' stop-color='%23fbfdff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect id='Rectangle_5832' data-name='Rectangle 5832' width='1922' height='267.832' transform='translate(1922 267.832) rotate(180)' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 768px) {
  .section-bg::before {
    height: 35.73333vw;
  }
}

.section-bg::after {
  bottom: -1px;
  height: 9.4375rem;
  background-position: center top;
  background-image: url("../img/home/subs/decor.png");
}

@media screen and (max-width: 768px) {
  .section-bg::after {
    height: 20.8vw;
  }
}

.section-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

.home-subscription-section {
  padding: 4.5625rem 0 19.375rem;
}

@media screen and (max-width: 768px) {
  .home-subscription-section {
    padding: 8.4vw 0 42.93333vw;
  }
}

.home-subscription-section .section-desc {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .home-subscription-section .section-desc {
    margin-bottom: 7.73333vw;
  }
}

.home-subscription-section .section-desc h2 {
  margin-bottom: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .home-subscription-section .section-desc h2 {
    margin-bottom: 1.2vw;
  }
}

.home-subscription-section .row {
  gap: 4.375rem;
}

@media screen and (max-width: 768px) {
  .home-subscription-section .row {
    gap: 5.33333vw;
  }
}

.home-book-section {
  padding-bottom: 6.375rem;
}

@media screen and (max-width: 768px) {
  .home-book-section {
    padding-bottom: 7.6vw;
  }
}

.home-book-section .section-desc {
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .home-book-section .section-desc {
    margin-bottom: 5.33333vw;
  }
}

@media screen and (max-width: 768px) {
  .home-book-section .home-books {
    padding-bottom: 5.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .home-book-section .home-books .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0) !important;
            transform: translate3d(0, 0, 0) !important;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 49.3125rem 1fr 1fr;
    grid-template-columns: 49.3125rem 1fr 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
  }
  .home-book-section .home-books .swiper-wrapper .big-desktop-item {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }
  .home-book-section .home-books .swiper-wrapper .swiper-slide {
    width: auto !important;
  }
  .home-book-section .home-books .swiper-wrapper .book-item:not(.big-item) {
    height: 27.0625rem;
  }
  .home-book-section .home-books .swiper-wrapper .book-item.big-item {
    height: 56.625rem;
  }
  .home-book-section .home-books .swiper-wrapper .swiper-slide.big-item {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
  }
}

.home-book-section .home-books .swiper-wrapper .swiper-slide {
  height: auto;
}

@media screen and (max-width: 768px) {
  .home-book-section .home-books .swiper-wrapper .swiper-slide {
    padding-left: 3.33333vw;
  }
  .home-book-section .home-books .swiper-wrapper .swiper-slide .book-item {
    height: 100%;
  }
}

.home-book-section .btn-wrapper {
  margin-top: 4.6875rem;
}

@media screen and (max-width: 768px) {
  .home-book-section .btn-wrapper {
    margin-top: 9.33333vw;
  }
}

.home-tours-section {
  padding: 6.25rem 0 28.9375rem;
  margin-bottom: -5rem;
}

@media screen and (max-width: 768px) {
  .home-tours-section {
    padding: 7.6vw 0 18vw;
    margin-bottom: 0;
  }
  .home-tours-section .to-all-btn {
    width: 100%;
  }
  .home-tours-section .to-all-btn .flex {
    margin-bottom: 1.5em;
  }
  .home-tours-section .section-bg {
    height: 170vw;
  }
}

.home-tours-section > .row {
  position: relative;
  z-index: 2;
}

.home-tours-section .title-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 3.75rem;
  padding-right: 9.375rem;
  margin-left: 3.125rem;
}

@media screen and (max-width: 768px) {
  .home-tours-section .title-box {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    margin-left: 0;
    padding: 0 4vw;
    margin-bottom: 6.4vw;
    text-align: center;
  }
}

.home-tours-section .title-box h2 {
  margin-bottom: 0.8125rem;
}

@media screen and (max-width: 768px) {
  .home-tours-section .title-box h2 {
    margin-bottom: 1.2vw;
  }
  .home-tours-section .title-box h2 br {
    display: none;
  }
}

.home-tours-section .title-box p:not(:last-child) {
  margin-bottom: 2.75rem;
}

@media screen and (max-width: 768px) {
  .home-tours-section .title-box p:not(:last-child) {
    margin-bottom: 0;
  }
}

.home-tours-section .title-box .btn {
  margin-left: auto;
}

.home-tours-section .title-box .swiper-button-lock {
  display: none !important;
}

.home-tours-section .home-tours-slider {
  width: 81.875rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .home-tours-section .home-tours-slider {
    width: 100%;
    padding-right: 4vw;
    margin-bottom: 6.5vw;
  }
}

.home-tours-section .home-tours-slider .swiper-slide {
  padding-left: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .home-tours-section .home-tours-slider .swiper-slide {
    padding-left: 3.86667vw;
  }
}

.subscription-hero {
  padding: 7rem 0 4.5625rem;
}

@media screen and (max-width: 768px) {
  .subscription-hero {
    padding: 19.33333vw 0 5.73333vw;
  }
}

.subscription-hero .container {
  padding-top: 15rem;
}

@media screen and (max-width: 768px) {
  .subscription-hero .container {
    padding-top: 30.66667vw;
  }
}

.subscription-hero .container > .img-wrapper {
  position: absolute;
  width: 100%;
  height: 37.3125rem;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .subscription-hero .container > .img-wrapper {
    height: 83.46667vw;
  }
}

.subscription-hero .container > .img-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1922' height='626' viewBox='0 0 1922 626'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.471' y1='0.669' x2='0.468' y2='0.029' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='0.498' stop-color='%23fff' stop-opacity='0.702'/%3E%3Cstop offset='0.659' stop-color='%23fff' stop-opacity='0.38'/%3E%3Cstop offset='0.846' stop-color='%23fff' stop-opacity='0.851'/%3E%3Cstop offset='1' stop-color='%23fefefe'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Path_36538' data-name='Path 36538' d='M0,0H1922V626H0Z' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 768px) {
  .subscription-hero .container > .img-wrapper::before {
    background-image: none;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(49.78%, rgba(255, 255, 255, 0.7)), color-stop(65.87%, rgba(255, 255, 255, 0.38)), color-stop(84.58%, rgba(255, 255, 255, 0.85)), to(#f6f8fa));
    background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.7) 49.78%, rgba(255, 255, 255, 0.38) 65.87%, rgba(255, 255, 255, 0.85) 84.58%, #f6f8fa 100%);
    width: unset;
    height: unset;
  }
}

.subscription-hero .container > .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .subscription-hero .container > .img-wrapper img {
    height: calc(100% - 0.53333vw);
    margin-top: 0.26667vw;
  }
}

.subscription-hero .content {
  max-width: 40.625rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .subscription-hero .content {
    max-width: 85.6vw;
  }
}

.subscription-hero .content .img-wrapper {
  max-width: 19.4375rem;
  margin: 0 auto 1.25rem;
}

@media screen and (max-width: 768px) {
  .subscription-hero .content .img-wrapper {
    max-width: 41.46667vw;
    margin-bottom: 2.66667vw;
  }
}

.subscription-hero .content h1 {
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .subscription-hero .content h1 {
    margin-bottom: 3.33333vw;
  }
}

.subscription-hero .content p {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .subscription-hero .content p {
    margin-bottom: 6vw;
  }
}

@media screen and (max-width: 768px) {
  .content-items-section {
    padding: 5.73333vw 0 6.66667vw;
  }
}

.content-items-section .content-item {
  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 screen and (max-width: 768px) {
  .content-items-section .content-item .content {
    width: 100% !important;
    margin-bottom: 6.66667vw;
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
  .content-items-section .content-item .img-wrapper {
    width: calc(100% + 8vw) !important;
    margin: 0 -4vw;
  }
}

.content-items-section .content-item .label {
  font-weight: 700;
  color: #25c275;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 768px) {
  .content-items-section .content-item .label {
    margin-bottom: 1.33333vw;
    font-size: 3.6vw;
    text-align: center;
  }
}

.content-items-section .content-item h2 {
  margin-bottom: 1.0625rem;
  line-height: 1.4em;
}

@media screen and (max-width: 768px) {
  .content-items-section .content-item h2 {
    margin-bottom: 2.26667vw;
    text-align: center;
  }
}

.content-items-section .content-item p {
  line-height: 1.75em;
}

.content-items-section .content-item p:not(:last-child) {
  margin-bottom: 2.1875rem;
}

@media screen and (max-width: 768px) {
  .content-items-section .content-item p {
    line-height: 1.5em;
    text-align: center;
  }
  .content-items-section .content-item p:not(:last-child) {
    margin-bottom: 5.06667vw;
  }
}

.content-items-section .content-item .numbers {
  gap: 6.25rem;
}

@media screen and (max-width: 768px) {
  .content-items-section .content-item .numbers {
    gap: 7.33333vw;
  }
}

.content-items-section .content-item .quote-block {
  max-width: 31.875rem;
  padding: 3.125rem 3.125rem 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .content-items-section .content-item .quote-block {
    max-width: 100%;
    padding: 8vw 8vw 0 0;
  }
}

.content-items-section .content-item .quote-block .photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.5625rem;
  height: 5.5625rem;
  border-radius: 50%;
  overflow: hidden;
}

.content-items-section .content-item .quote-block .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .content-items-section .content-item .quote-block .photo {
    width: 17.33333vw;
    height: 17.33333vw;
  }
}

.content-items-section .content-item .quote-block .text {
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 0.9375rem rgba(103, 103, 103, 0.32);
          box-shadow: 0 0 0.9375rem rgba(103, 103, 103, 0.32);
  padding: 1.25rem 3.5625rem;
  font-size: 0.9375rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .content-items-section .content-item .quote-block .text {
    padding: 4vw 9.06667vw 2.4vw 2.66667vw;
    font-size: 3.86667vw;
  }
}

.content-items-section .content-item .quote-block .text p {
  text-align: right;
}

.content-items-section .content-item .quote-block .text p:not(:last-child) {
  margin-bottom: 1em;
}

.content-items-section .content-item .quote-block .text span {
  color: #acacac;
}

.content-items-section .content-item .iconic-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.0625rem;
  font-weight: 500;
}

.content-items-section .content-item .iconic-list li:not(:last-child) {
  margin-bottom: 1.6875rem;
}

@media screen and (max-width: 768px) {
  .content-items-section .content-item .iconic-list li {
    font-size: 3.46667vw;
  }
  .content-items-section .content-item .iconic-list li:not(:last-child) {
    margin-bottom: 3.33333vw;
  }
}

.content-items-section .content-item .iconic-list li i {
  margin-left: 1.25rem;
  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: 2.9375rem;
  height: 2.9375rem;
  border-radius: 50%;
  border: 1px solid rgba(177, 177, 177, 0.09);
  -webkit-box-shadow: 0 0 0.9375rem rgba(177, 177, 177, 0.09);
          box-shadow: 0 0 0.9375rem rgba(177, 177, 177, 0.09);
  color: #38be7c;
}

.content-items-section .content-item .iconic-list li i:before {
  width: 34.04255%;
  height: 34.04255%;
}

@media screen and (max-width: 768px) {
  .content-items-section .content-item .iconic-list li i {
    width: 9.33333vw;
    height: 9.33333vw;
    margin-left: 3.33333vw;
  }
}

@media screen and (min-width: 769px) {
  .content-items-section.content-items-section-features {
    margin-bottom: 5rem;
  }
  .content-items-section.content-items-section-features .container {
    padding: 0 8rem 0 0;
  }
  .content-items-section.content-items-section-features .content-item .img-wrapper {
    width: 67.5rem;
  }
  .content-items-section.content-items-section-features .content-item .content {
    width: 39.375rem;
  }
  .content-items-section.content-items-section-community {
    margin-bottom: 9.375rem;
  }
  .content-items-section.content-items-section-community .content-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .content-items-section.content-items-section-community .img-wrapper {
    width: 56.875rem;
  }
  .content-items-section.content-items-section-community .content {
    width: 40.3125rem;
  }
  .content-items-section.content-items-section-options .img-wrapper {
    width: 62.9375rem;
  }
  .content-items-section.content-items-section-options .content {
    width: 36.25rem;
  }
}

.subscriptions-items-section {
  padding: 5.9375rem 0 4.875rem;
}

@media screen and (max-width: 768px) {
  .subscriptions-items-section {
    padding: 6.66667vw 0 8.93333vw;
  }
}

.subscriptions-items-section .section-desc {
  max-width: 52.125rem;
}

.subscriptions-items-section .section-desc:not(:last-child) {
  margin-bottom: 4.375rem;
}

@media screen and (max-width: 768px) {
  .subscriptions-items-section .section-desc:not(:last-child) {
    margin-bottom: 11.33333vw;
  }
}

.subscriptions-items-section .section-desc h2 {
  margin-bottom: 1.6875rem;
}

@media screen and (max-width: 768px) {
  .subscriptions-items-section .section-desc h2 {
    margin-bottom: 2.4vw;
  }
}

.subscriptions-items-section .section-desc p:not(:last-child) {
  margin-bottom: 0.8125rem;
}

@media screen and (max-width: 768px) {
  .subscriptions-items-section .section-desc p:not(:last-child) {
    margin-bottom: 2.4vw;
  }
}

.subscriptions-items-section .row {
  gap: 4.375rem;
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
}

@media screen and (max-width: 768px) {
  .subscriptions-items-section .row {
    gap: 7.33333vw;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

.subscription-choose-item {
  width: 29.0625rem;
  -webkit-box-shadow: 0 0 0.9375rem rgba(106, 106, 106, 0.16);
          box-shadow: 0 0 0.9375rem rgba(106, 106, 106, 0.16);
  border-radius: 0.625rem;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item {
    width: 100%;
    border-radius: 1.33333vw;
  }
}

.subscription-choose-item.type-2 .btn {
  background: #38be7c;
  border-color: #38be7c;
  color: #fff;
}

.subscription-choose-item.type-2 .btn:hover {
  background: #077240;
  color: #fff;
  border-color: #077240;
}

.subscription-choose-item .form-item {
  max-width: 21.875rem;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item .form-item {
    max-width: 75.06667vw;
  }
}

.subscription-choose-item .form-item.select-item::after {
  width: 0.9375rem;
  height: 0.625rem;
  top: 1.625rem;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item .form-item.select-item::after {
    width: 2.8vw;
    height: 1.73333vw;
    top: 5.86667vw;
  }
}

.subscription-choose-item .form-item select {
  border-radius: 0.3125rem;
  font-weight: 500;
  height: 3.9375rem;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item .form-item select {
    border-radius: 0.66667vw;
    height: 13.6vw;
  }
}

.subscription-choose-item ul {
  text-align: right;
}

.subscription-choose-item ul li {
  font-size: 0.9375rem;
  position: relative;
  padding-right: 3.2em;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item ul li {
    font-size: 3.73333vw;
  }
}

.subscription-choose-item ul li:not(:last-child) {
  margin-bottom: 1em;
}

.subscription-choose-item ul li::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 41.66667%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.236' height='9.492' viewBox='0 0 10.236 9.492'%3E%3Cg id='Group_15048' data-name='Group 15048' transform='translate(1.897 1.115) rotate(7)'%3E%3Cpath id='Union_13' data-name='Union 13' d='M0,4.275,2.17,6.423ZM7.279,0,2.472,6.422Z' transform='translate(0 0)' fill='none' stroke='%2338be7c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.subscription-choose-item .btn {
  width: 15rem;
  height: 3.4375rem;
  border-radius: 0.375rem;
  font-size: 1.375rem;
  margin-bottom: 0.875rem;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item .btn {
    width: 51.73333vw;
    height: 11.86667vw;
    border-radius: 0.8vw;
    font-size: 4.53333vw;
    margin-bottom: 2.93333vw;
    margin-top: unset;
  }
}

.subscription-choose-item.type-1 {
  background-color: #38be7c;
  color: #fff;
  padding: 0 1.4375rem 1.375rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='464' height='797.328' viewBox='0 0 464 797.328'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_5813' data-name='Rectangle 5813' width='464' height='797.328' rx='11' transform='translate(258 164)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_9992' data-name='Mask Group 9992' transform='translate(-258 -164)' clip-path='url(%23clip-path)'%3E%3Cellipse id='Ellipse_1911' data-name='Ellipse 1911' cx='242.804' cy='215.144' rx='242.804' ry='215.144' transform='translate(517.294 701.81)' fill='%2345ce8a'/%3E%3Cpath id='Path_36058' data-name='Path 36058' d='M276.605-6.32C425.611-13.39,540.544,98.163,533.315,242.84S399.433,510.532,250.427,517.6-13.512,413.118-6.283,268.441,127.6.749,276.605-6.32Z' transform='translate(120.084 -236.959) rotate(31)' fill='%2345ce8a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 768px) {
  .subscription-choose-item.type-1 {
    padding: 0 8vw 4.93333vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='709.05' height='1325.877' viewBox='0 0 709.05 1325.877'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_5813' data-name='Rectangle 5813' width='709.05' height='1325.877' rx='11' transform='translate(0 0)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Mask_Group_9992' data-name='Mask Group 9992' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cellipse id='Ellipse_1911' data-name='Ellipse 1911' cx='371.035' cy='357.763' rx='371.035' ry='357.763' transform='translate(396.234 894.325)' fill='%2345ce8a'/%3E%3Cpath id='Path_36058' data-name='Path 36058' d='M432.2,6.174c232.606-2.638,418.984,185.714,416.287,420.7S655.04,854.478,422.434,857.116,3.45,671.4,6.147,436.42,199.595,8.811,432.2,6.174Z' transform='translate(-210.753 -666.755) rotate(31)' fill='%2345ce8a'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}

.subscription-choose-item.type-1 .label {
  background-color: #fff;
  border-radius: 0 0 0.3125rem 0.3125rem;
  color: #16aa61;
  font-weight: 700;
  width: 11.1875rem;
  margin: 0 auto 1.375rem;
  padding: 0.5rem;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item.type-1 .label {
    border-radius: 0 0 0.66667vw 0.66667vw;
    width: 38.53333vw;
    margin-bottom: 4.53333vw;
    padding: 1.73333vw;
  }
}

.subscription-choose-item.type-1 .price {
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #fff;
  max-width: 22.75rem;
  margin: 0 auto 1.125rem;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item.type-1 .price {
    padding-bottom: 4vw;
    max-width: 100%;
    margin-bottom: 4vw;
  }
}

.subscription-choose-item.type-1 .form-item {
  margin: 1.125rem auto;
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item.type-1 .form-item {
    padding-bottom: 6.66667vw;
    margin: 4vw 0 5.6vw;
  }
}

.subscription-choose-item.type-1 .form-item.select-item::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.002' height='10' viewBox='0 0 15.002 10'%3E%3Cpath id='Union_14' data-name='Union 14' d='M13,0,6.5,8ZM0,0,6.5,8Z' transform='translate(1 1)' fill='none' stroke='%23199b5a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.subscription-choose-item.type-1 .form-item select {
  background-color: #fff;
  border: 0;
  color: #199b5a;
}

.subscription-choose-item.type-1 ul {
  max-width: 18.5625rem;
  margin: 0 auto 2.5rem;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item.type-1 ul {
    max-width: 70.53333vw;
    margin-bottom: 9.33333vw;
  }
}

.subscription-choose-item.type-1 ul li::before {
  background-color: #fff;
}

.subscription-choose-item.type-2 {
  padding: 2rem 3.125rem 1.5rem;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item.type-2 {
    padding: 6.66667vw 5.2vw 5.33333vw;
  }
}

.subscription-choose-item.type-2 .price {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ececec;
}

.subscription-choose-item.type-2 .form-item {
  margin: 1.125rem auto 1.9375rem;
  max-width: 21.875rem;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item.type-2 .form-item {
    max-width: 100%;
    margin: 4vw auto;
  }
}

.subscription-choose-item.type-2 .form-item.select-item::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.002' height='10' viewBox='0 0 15.002 10'%3E%3Cpath id='Union_14' data-name='Union 14' d='M13,0,6.5,8ZM0,0,6.5,8Z' transform='translate(1 1)' fill='%23f58918' stroke='%234d4d4d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.subscription-choose-item.type-2 .form-item select {
  border: 1px solid #ececec;
}

.subscription-choose-item.type-2 ul {
  border-top: 1px solid #ececec;
  padding: 1.6875rem 0.625rem 0;
  margin: 0.875rem 0 2.5rem;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item.type-2 ul {
    padding: 5.46667vw 0 0;
    margin: 2.66667vw 0 9.33333vw;
  }
}

.subscription-choose-item.type-2 ul li::before {
  background-color: #b0ebce;
}

.subscription-choose-item--full.type-1 {
  width: 80rem;
  border-radius: 2.25rem;
  background: #fff;
  -webkit-box-shadow: 0 0.3125rem 1.5rem 0 rgba(0, 0, 0, 0.23);
          box-shadow: 0 0.3125rem 1.5rem 0 rgba(0, 0, 0, 0.23);
  padding: 0;
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #000;
  padding: 1.25rem;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item--full.type-1 .add-to-cart-subscription {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription > * {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription__description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: start !important;
  padding-inline: 2.0625rem;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item--full.type-1 .add-to-cart-subscription__description {
    padding-inline: 0;
  }
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription__description * {
  text-align: start !important;
  font-size: 1.125rem;
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription__description h3 {
  font-size: 2.5rem;
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription__description ul {
  max-width: unset;
  margin: 2.46875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item--full.type-1 .add-to-cart-subscription__description ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 7.69231vw 0;
  }
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription__description ul li {
  padding: 0;
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  gap: 1.25rem;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item--full.type-1 .add-to-cart-subscription__description ul li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    gap: 5.12821vw;
    font-size: 4.10256vw;
  }
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription__description ul li::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="10" viewBox="0 0 14 10" fill="none"><g clip-path="url(%23clip0_760_5026)"><path d="M4.60384 9.57209C4.57555 9.57354 4.54717 9.57354 4.51889 9.57209C4.38919 9.56107 4.26314 9.524 4.14809 9.46313C4.03305 9.40225 3.93145 9.31877 3.84939 9.21774L0.23786 4.80398C0.154389 4.70505 0.0914873 4.59052 0.0527022 4.46703C0.013917 4.34354 3.3963e-05 4.21357 0.0119532 4.08468C0.0238724 3.95579 0.0613922 3.83055 0.122166 3.71627C0.18294 3.60199 0.265748 3.50094 0.365945 3.41899C0.466142 3.33705 0.581687 3.27585 0.705758 3.23896C0.829829 3.20207 0.960013 3.19021 1.0887 3.20411C1.21739 3.218 1.34199 3.25734 1.45533 3.31986C1.56866 3.38238 1.66851 3.46685 1.74891 3.56829L4.72787 7.20996L12.3968 0.636148C12.5946 0.479245 12.8456 0.40509 13.0969 0.429305C13.3482 0.453519 13.5805 0.574234 13.7447 0.76602C13.909 0.957806 13.9925 1.20579 13.9778 1.45786C13.963 1.70993 13.8512 1.94647 13.6657 2.11783L5.23831 9.34076C5.06109 9.4909 4.83611 9.57292 4.60384 9.57209Z" fill="%23F77A40"/></g><defs><clipPath id="clip0_760_5026"><rect width="13.99" height="9.17505" fill="white" transform="translate(0.0195312 0.397461)"/></clipPath></defs></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.87438rem;
  height: 0.625rem;
  top: 0.4em;
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription__form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.3125rem;
          flex: 0 0 31.3125rem;
  border-radius: 1.3125rem;
  background: rgba(246, 131, 40, 0.1);
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30.0625rem;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item--full.type-1 .add-to-cart-subscription__form {
    min-height: unset;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding-block: 8.97436vw;
  }
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription__form::before, .subscription-choose-item--full.type-1 .add-to-cart-subscription__form::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.59);
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item--full.type-1 .add-to-cart-subscription__form::before, .subscription-choose-item--full.type-1 .add-to-cart-subscription__form::after {
    display: none !important;
  }
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription__form::before {
  width: 20.81563rem;
  height: 18.44431rem;
  top: -7.4375rem;
  inset-inline-start: -14.4375rem;
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription__form::after {
  width: 23.15762rem;
  height: 22.48513rem;
  -webkit-transform: rotate(31deg);
      -ms-transform: rotate(31deg);
          transform: rotate(31deg);
  bottom: -13.75rem;
  inset-inline-end: -17.5rem;
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription__form .price {
  padding: 0;
  margin: 0;
  border: none !important;
  vertical-align: bottom;
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription__form .price > span {
  font-size: 4.60081rem;
  line-height: 4.60081rem;
  font-weight: 700;
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription__form .price > sup {
  font-size: 1.20769rem;
  font-weight: 700;
  text-decoration: underline;
  vertical-align: top;
  top: 0;
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription__form .form-item {
  margin: 0 0 0.375rem;
  padding: 0 !important;
  border: none !important;
  width: 25.1875rem;
  max-width: 25.1875rem;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item--full.type-1 .add-to-cart-subscription__form .form-item {
    max-width: 90%;
    margin-inline: auto;
  }
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription__form .form-item::after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="11" viewBox="0 0 16 11" fill="none"><g clip-path="url(%23clip0_760_5154)"><path d="M14.4798 1.93848L7.98503 8.93208L1.49023 1.93848" stroke="%238B8B8B" stroke-width="1.9984" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_760_5154"><rect width="14.99" height="9.992" fill="white" transform="translate(0.490234 0.939453)"/></clipPath></defs></svg>');
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription__form .form-item select {
  color: #000;
  border-radius: 6.25rem;
  border: 2px solid #f68031;
  background: transparent;
  height: 3.375rem;
}

.subscription-choose-item--full.type-1 .add-to-cart-subscription__form .btn {
  margin: 0;
  border: none !important;
  width: 25.1875rem;
  max-width: 25.1875rem;
  height: 3.375rem;
  border-radius: 6.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#f39200), to(#f77a40));
  background: linear-gradient(180deg, #f39200 0%, #f77a40 100%);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item--full.type-1 .add-to-cart-subscription__form .btn {
    max-width: 90%;
    margin-inline: auto;
  }
}

.add-to-cart-flexible-subscriptions .select-item ul {
  padding: 0.5em 0;
  margin: 0;
}

.add-to-cart-flexible-subscriptions .select-item label {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  color: #000;
}

.add-to-cart-flexible-subscriptions .select-item li {
  padding: 0;
  margin: 0 !important;
}

.add-to-cart-flexible-subscriptions .select-item li:first-child {
  display: none;
}

.add-to-cart-flexible-subscriptions .select-item li::before {
  display: none;
}

.subscription-choose-item.type-1 .form-item.select-item::after {
  z-index: 2;
}

.subscription-choose-item.type-2 .form-item.select-item::after {
  top: 1rem;
}

@media screen and (max-width: 768px) {
  .subscription-choose-item.type-2 .form-item.select-item::after {
    top: 4.5vw;
  }
}

.ms-options-wrap.error-select > button {
  border-color: red !important;
}

.select-item select.error-select {
  color: red !important;
}

#popup-subs-page {
  width: 23.4375vw;
}

@media screen and (max-width: 768px) {
  #popup-subs-page {
    width: 90%;
    width: 60vw;
  }
}

#popup-subs-page .flexsubs-error > * {
  text-align: center;
  line-height: 1.4;
}

#popup-subs-page .flexsubs-error img {
  max-width: 7.29167vw;
  display: block;
  margin: 0 auto 1.04167vw;
}

@media screen and (max-width: 768px) {
  #popup-subs-page .flexsubs-error img {
    max-width: 32vw;
  }
}

#popup-subs-page .flexsubs-error h4 {
  margin: 0.83333vw 0;
  font-size: 1.5625vw;
}

@media screen and (max-width: 768px) {
  #popup-subs-page .flexsubs-error h4 {
    margin: 2.13333vw 0;
    font-size: 5.33333vw;
  }
}

#popup-subs-page .flexsubs-error p {
  margin: 0.83333vw 0;
  font-size: 0.9375vw;
}

@media screen and (max-width: 768px) {
  #popup-subs-page .flexsubs-error p {
    margin: 2.13333vw 0;
    font-size: 3.46667vw;
  }
}

.category-page-intro {
  padding-top: 8.125rem;
}

.category-page-intro.book-category-page .img-wrapper::before {
  width: 79.50617%;
}

@media screen and (max-width: 768px) {
  .category-page-intro.book-category-page .img-wrapper::before {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .category-page-intro {
    padding-top: 0;
  }
  .category-page-intro .relative {
    padding-top: 34.26667vw;
    min-height: 127.06667vw;
  }
  .category-page-intro .container {
    padding: 0 !important;
  }
}

.category-page-intro .img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0.6875rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .category-page-intro .img-wrapper {
    border-radius: 0;
  }
}

.category-page-intro .img-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(84, 84, 84, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.65), rgba(84, 84, 84, 0));
}

@media screen and (max-width: 768px) {
  .category-page-intro .img-wrapper::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(84, 84, 84, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(84, 84, 84, 0));
  }
}

.category-page-intro .content {
  padding: 4.6875rem 0;
  margin: 0 8.375rem;
  position: relative;
  max-width: 36.5625rem;
  min-height: 22.8125rem;
  color: #fff;
}

.category-page-intro .content h1 {
  line-height: 1.08333em;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .category-page-intro .content {
    padding: 0 8.66667vw;
    margin: 0;
    max-width: 100%;
  }
  .category-page-intro .content h1 {
    margin-bottom: 2.66667vw;
  }
}

.product-grid-section {
  padding: 3.125rem 0 5.625rem;
}

@media screen and (max-width: 768px) {
  .product-grid-section {
    padding: 7.33333vw 0 10.4vw;
  }
}

.product-grid-wrapper {
  width: 74.38272%;
}

@media screen and (max-width: 768px) {
  .product-grid-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (min-width: 769px) {
  .product-grid-wrapper .tour-item {
    height: 26.875rem;
  }
  .product-grid-wrapper .tour-item .product-label {
    font-size: 0.875rem;
    height: 2.3125rem;
    padding: 0 1.125rem;
    top: 1.25rem;
    left: 1.0625rem;
  }
  .product-grid-wrapper .tour-item .add-to-wishlist {
    width: 2.5625rem;
    height: 2.5625rem;
    top: 1.25rem;
    right: 1.0625rem;
    font-size: 1.4375rem;
  }
  .product-grid-wrapper .tour-item .img-wrapper::before {
    height: 5.125rem;
  }
  .product-grid-wrapper .tour-item .content {
    padding: 0.9375rem 0.8125rem;
  }
  .product-grid-wrapper .tour-item .content h3 {
    font-size: 1.3125rem;
  }
  .product-grid-wrapper .tour-item .content h4 {
    font-size: 1rem;
    margin-bottom: 0.875rem;
  }
  .product-grid-wrapper .tour-item .content p {
    font-size: 1rem;
  }
  .product-grid-wrapper .tour-item .content p:not(:last-child) {
    margin-bottom: 0.875rem;
  }
  .product-grid-wrapper .tour-item .info {
    font-size: 0.875rem;
  }
  .product-grid-wrapper .tour-item .info > div {
    padding: 0 0.75rem;
  }
  .product-grid-wrapper .tour-item .info > div:nth-child(2) {
    position: relative;
  }
  .product-grid-wrapper .tour-item .info > div:nth-child(2) i {
    font-size: 1rem;
  }
  .product-grid-wrapper .tour-item .info > div:nth-child(2)::before, .product-grid-wrapper .tour-item .info > div:nth-child(2)::after {
    height: 0.8125rem;
  }
  .product-grid-wrapper .tour-item .info > div:first-child {
    padding-right: 0;
  }
  .product-grid-wrapper .tour-item .info > div:first-child i {
    font-size: 1.125rem;
  }
  .product-grid-wrapper .tour-item .info > div:last-child {
    padding-left: 0;
  }
  .product-grid-wrapper .tour-item .info > div:last-child i {
    font-size: 1rem;
  }
  .product-grid-wrapper .tour-item .info:not(:last-child) {
    margin-bottom: 1.25rem;
  }
  .product-grid-wrapper .tour-item .info + div > span {
    font-size: 1.4375rem;
  }
  .product-grid-wrapper .tour-item .btn {
    height: 2.6875rem;
    width: 12rem;
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 768px) {
  .product-grid-wrapper .tour-item {
    height: 102vw;
  }
}

.product-grid-header {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .product-grid-header {
    margin-bottom: 8vw;
  }
  .product-grid-header .product-grid-count {
    font-weight: 500;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1em;
  }
}

.product-grid-header .form-item {
  max-width: 15.625rem;
  margin-right: auto;
  margin-bottom: 0;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .product-grid-header .form-item {
    max-width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.product-grid-header .mobile-filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.73333vw 5.6vw;
  border-radius: 4.66667vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f39200), to(#f77a40));
  background-image: linear-gradient(to bottom, #f39200 0%, #f77a40 100%);
  color: #fff;
}

.product-grid-header .mobile-filter i {
  display: inline-block;
  margin-right: 1.86667vw;
  width: 4.53333vw;
  height: 3.06667vw;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.371' height='22.896' viewBox='0 0 36.371 22.896'%3E%3Cg id='Group_11389' data-name='Group 11389' transform='translate(1.25)'%3E%3Cline id='Line_314' data-name='Line 314' x2='33.871' transform='translate(0 5.719)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2.5'/%3E%3Cline id='Line_315' data-name='Line 315' x2='33.871' transform='translate(0 17.133)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2.5'/%3E%3Cg id='Ellipse_1839' data-name='Ellipse 1839' transform='translate(2.474 0)' fill='%23fff' stroke='%23fff' stroke-width='2.5'%3E%3Ccircle cx='6.345' cy='6.345' r='6.345' stroke='none'/%3E%3Ccircle cx='6.345' cy='6.345' r='5.095' fill='none'/%3E%3C/g%3E%3Cg id='Path_34666' data-name='Path 34666' transform='translate(18.738 10.21)' fill='%23fff'%3E%3Cpath d='M 6.343094825744629 11.43619441986084 C 3.534754753112793 11.43619441986084 1.250004768371582 9.151434898376465 1.250004768371582 6.343094825744629 C 1.250004768371582 3.534754753112793 3.534754753112793 1.250004768371582 6.343094825744629 1.250004768371582 C 9.151434898376465 1.250004768371582 11.43619441986084 3.534754753112793 11.43619441986084 6.343094825744629 C 11.43619441986084 9.151434898376465 9.151434898376465 11.43619441986084 6.343094825744629 11.43619441986084 Z' stroke='none'/%3E%3Cpath d='M 6.343094825744629 2.499995231628418 C 4.224004745483398 2.499995231628418 2.499995231628418 4.224004745483398 2.499995231628418 6.343094825744629 C 2.499995231628418 8.462184906005859 4.224004745483398 10.18618488311768 6.343094825744629 10.18618488311768 C 8.462184906005859 10.18618488311768 10.18618488311768 8.462184906005859 10.18618488311768 6.343094825744629 C 10.18618488311768 4.224004745483398 8.462184906005859 2.499995231628418 6.343094825744629 2.499995231628418 M 6.343094825744629 -4.76837158203125e-06 C 9.846284866333008 -4.76837158203125e-06 12.68618488311768 2.83990478515625 12.68618488311768 6.343094825744629 C 12.68618488311768 9.846284866333008 9.846284866333008 12.68618488311768 6.343094825744629 12.68618488311768 C 2.83990478515625 12.68618488311768 -4.76837158203125e-06 9.846284866333008 -4.76837158203125e-06 6.343094825744629 C -4.76837158203125e-06 2.83990478515625 2.83990478515625 -4.76837158203125e-06 6.343094825744629 -4.76837158203125e-06 Z' stroke='none' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.choosen-filter-options .row {
  gap: 0.6875rem 0.5rem;
  max-width: 41.875rem;
}

@media screen and (max-width: 768px) {
  .choosen-filter-options .row {
    max-width: 100%;
    gap: 1.86667vw;
  }
}

.choosen-filter-options .remove-all-options {
  font-size: 0.875rem;
  color: #818181;
  margin-right: 3.4375rem;
}

@media screen and (max-width: 768px) {
  .choosen-filter-options .remove-all-options {
    font-size: 3.46667vw;
    margin-right: 0;
    margin-top: 1em;
  }
}

.choosen-filter-options .choosen-filter-option {
  font-size: 0.9375rem;
  font-weight: 300;
  border-radius: 1rem;
  padding: 0.3125rem 0.625rem 0.3125rem 0.875rem;
  background-color: #e0e0e0;
}

@media screen and (max-width: 768px) {
  .choosen-filter-options .choosen-filter-option {
    font-size: 3.73333vw;
    border-radius: vwn(16);
    padding: 0.66667vw 1.33333vw 0.66667vw 1.86667vw;
  }
}

.choosen-filter-options .choosen-filter-option i {
  font-size: 0.66667em;
  margin-right: 1.2em;
}

.choosen-filter-options .choosen-filter-option:hover {
  background-color: #818181;
  color: #fff;
}

.product-category-sidebar {
  width: 18.76543%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-category-sidebar .cta-mini-banner {
  margin-top: 4.0625rem;
}

.product-category-sidebar .filters-wrapper {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (max-width: 768px) {
  .product-category-sidebar .filters-wrapper {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .product-category-sidebar {
    width: 100%;
  }
  .product-category-sidebar .cta-mini-banner {
    margin-top: 8.66667vw;
  }
}

.wpc-filters-section:not(:last-child) {
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 1.375rem;
}

.wpc-term-item-content-wrapper {
  padding: unset !important;
}

.wpc-filters-ul-list .children {
  padding: 0 1.25rem 0 0 !important;
  margin-left: unset !important;
}

.wpc-filter-chips-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wpc-filter-chips-list .wpc-filter-chip {
  font-size: 0.9375rem;
  font-weight: 300;
  border-radius: 1rem;
  padding: 0.3125rem 0.625rem 0.3125rem 0.875rem;
  background-color: #e0e0e0;
  border: none !important;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .wpc-filter-chips-list .wpc-filter-chip {
    font-size: 3.73333vw;
    border-radius: vwn(16);
    padding: 0.66667vw 1.33333vw 0.66667vw 1.86667vw;
  }
}

.wpc-filter-chips-list .wpc-filter-chip:not(.wpc-chip-reset-all) > a {
  background: #077240;
  color: #fff !important;
}

.wpc-filter-chips-list .wpc-filter-chip > a {
  border: none !important;
}

.wpc-filter-chips-list .wpc-filter-chip i,
.wpc-filter-chips-list .wpc-filter-chip .wpc-chip-remove-icon {
  font-size: 1.25rem;
  margin-right: 1.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpc-filter-chips-list .wpc-filter-chip:hover {
  background-color: #818181;
  color: #fff;
}

.wpc-filter-chips-list .wpc-filter-chip:hover .wpc-chip-remove-icon {
  color: #fff;
}

.wpc-filter-chips-list .wpc-filter-chip:hover a {
  color: #fff;
}

.wpc-filter-chips-list .wpc-filter-chip.wpc-chip-reset-all {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: none;
  font-size: 0.875rem;
  color: #818181;
  margin-right: 2.5rem !important;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .wpc-filter-chips-list .wpc-filter-chip.wpc-chip-reset-all {
    font-size: 3.46667vw;
    margin-right: 0 !important;
    margin-top: 1em;
  }
}

.wpc-filter-chips-list .wpc-filter-chip.wpc-chip-reset-all > a {
  text-decoration: underline;
  color: #818181 !important;
}

.wpc-filter-chips-list .wpc-filter-chip.wpc-chip-reset-all:hover a {
  text-decoration: none;
}

.btns-group:not(:last-child) {
  padding-bottom: 1.375rem;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 1.375rem;
}

.btns-group-title {
  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;
  position: relative;
}

.btns-group-title i {
  font-size: 1rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btns-group-title.hidden i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btns-group-list {
  padding: 1.375rem 0 0;
}

.btns-group-list div:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.btns-group-list .has-sub-items > label {
  position: relative;
}

.btns-group-list .has-sub-items > label::after {
  content: "+";
  display: block;
  margin-right: auto;
}

.btns-group-list .has-sub-items.open > label::after {
  content: "-";
}

.btns-group .btns-sub-group-list {
  padding-right: 1.25rem;
  display: none;
}

.cta-mini-banner {
  border-radius: 0.625rem;
  overflow: hidden;
  background-image: url("../img/category/mini-banner-bg.jpg");
  color: #118851;
  padding: 1.25rem 0.875rem 1.5625rem;
}

@media screen and (max-width: 768px) {
  .cta-mini-banner {
    padding: 6vw 6.66667vw 5.86667vw;
  }
}

.cta-mini-banner div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.44em;
  margin-bottom: 0.72em;
}

.cta-mini-banner div span:first-child {
  width: 100%;
  text-align: center;
}

.cta-mini-banner div img {
  width: 3.84em;
  margin-right: 0.32em;
}

.cta-mini-banner .list {
  margin-bottom: 2.0625rem;
}

.cta-mini-banner .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.cta-mini-banner .list li i {
  font-size: 1.6em;
  margin-left: 0.33333em;
}

.cta-mini-banner .list li:not(:last-child) {
  margin-bottom: 0.66667em;
}

.cta-mini-banner .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 15.1875rem;
  margin: 0 auto;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #118851;
}

@media screen and (max-width: 768px) {
  .cta-mini-banner .btn {
    height: 12.53333vw;
    width: 64.93333vw;
    border-radius: 6.4vw;
    font-size: 4.4vw;
    font-weight: 700;
  }
}

.cta-mini-banner .btn:hover {
  background-color: #118851;
  border-color: #118851;
  color: #fff;
}

.cta-mini-banner .btn i {
  font-size: 1.23529em;
  margin-right: 0.47059em;
}

.mobile-filters-wrapper {
  display: none;
  position: fixed;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  top: 0;
  right: 0;
  background-color: #fbfdff;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .mobile-filters-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
  }
  .mobile-filters-wrapper.isActive {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
}

.mobile-filters-wrapper .mobile-filters-block {
  padding: 0 4.53333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-filters-wrapper .mobile-filters-header {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  padding: 2.93333vw 4.53333vw;
  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;
}

.mobile-filters-wrapper .mobile-filters-title {
  font-weight: 700;
  font-size: 4.53333vw;
  padding-right: 8vw;
  position: relative;
}

.mobile-filters-wrapper .mobile-filters-title::before {
  position: absolute;
  content: "";
  width: 5.33333vw;
  height: 3.46667vw;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.109' height='26.032' viewBox='0 0 42.109 26.032'%3E%3Cg id='Group_11389' data-name='Group 11389' transform='translate(1 0)'%3E%3Cline id='Line_314' data-name='Line 314' x2='40.109' transform='translate(0 7.381)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='Line_315' data-name='Line 315' x2='40.109' transform='translate(0 19.775)' fill='none' stroke='%23000' stroke-linecap='round' stroke-width='2'/%3E%3Cg id='Ellipse_1839' data-name='Ellipse 1839' transform='translate(3.775 0)' fill='%23fff' stroke='%23000' stroke-width='2'%3E%3Ccircle cx='6.887' cy='6.887' r='6.887' stroke='none'/%3E%3Ccircle cx='6.887' cy='6.887' r='5.887' fill='none'/%3E%3C/g%3E%3Cg id='Path_34666' data-name='Path 34666' transform='translate(23.678 12.257)' fill='%23fff'%3E%3Cpath d='M 6.88741397857666 12.77482414245605 C 3.641083955764771 12.77482414245605 1.000003933906555 10.13374423980713 1.000003933906555 6.88741397857666 C 1.000003933906555 3.641083955764771 3.641083955764771 1.000003933906555 6.88741397857666 1.000003933906555 C 10.13374423980713 1.000003933906555 12.77482414245605 3.641083955764771 12.77482414245605 6.88741397857666 C 12.77482414245605 10.13374423980713 10.13374423980713 12.77482414245605 6.88741397857666 12.77482414245605 Z' stroke='none'/%3E%3Cpath d='M 6.88741397857666 2.000003814697266 C 4.192483901977539 2.000003814697266 2.000003814697266 4.192483901977539 2.000003814697266 6.88741397857666 C 2.000003814697266 9.582344055175781 4.192483901977539 11.77482414245605 6.88741397857666 11.77482414245605 C 9.582344055175781 11.77482414245605 11.77482414245605 9.582344055175781 11.77482414245605 6.88741397857666 C 11.77482414245605 4.192483901977539 9.582344055175781 2.000003814697266 6.88741397857666 2.000003814697266 M 6.88741397857666 3.814697265625e-06 C 10.69122409820557 3.814697265625e-06 13.77482414245605 3.083603858947754 13.77482414245605 6.88741397857666 C 13.77482414245605 10.69122409820557 10.69122409820557 13.77482414245605 6.88741397857666 13.77482414245605 C 3.083603858947754 13.77482414245605 3.814697265625e-06 10.69122409820557 3.814697265625e-06 6.88741397857666 C 3.814697265625e-06 3.083603858947754 3.083603858947754 3.814697265625e-06 6.88741397857666 3.814697265625e-06 Z' stroke='none' fill='%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.mobile-filters-wrapper .mobile-filters-footer {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 4vw 4.53333vw 6.26667vw;
  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;
  gap: 2.66667vw;
  border-top: 1px solid #d4d4d4;
}

.mobile-filters-wrapper .mobile-filters-footer .btn {
  height: 11.06667vw;
  width: 34.93333vw;
  font-size: 4.53333vw;
}

.mobile-filters-wrapper .mobile-filters-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  padding-bottom: 10.66667vw;
}

.mobile-filters-wrapper .choosen-filter-options {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding-top: 2.66667vw;
  margin-bottom: 9.33333vw;
}

.mobile-filters-wrapper .choosen-filter-options .remove-all-options {
  display: none;
}

.recommended-trips-section {
  padding: 3.125rem 0 2.5rem;
}

@media screen and (max-width: 768px) {
  .recommended-trips-section {
    padding: 8vw 0 4vw;
  }
}

.recommended-trips-section .title-box {
  width: 18.76543%;
  padding-top: 1.6875rem;
}

@media screen and (max-width: 768px) {
  .recommended-trips-section .title-box {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}

.recommended-trips-section .recommended-trips {
  width: 78.08642%;
  margin-left: -3.75rem;
}

@media screen and (max-width: 768px) {
  .recommended-trips-section .recommended-trips {
    width: 100%;
    margin-left: 0;
    padding-top: 4.4vw;
  }
}

.recommended-trips-section .recommended-trips .swiper-slide {
  padding-left: 3.75rem;
  /*
      &.swiper-slide-active{
        .img-wrapper{
          border-color: $orange;
        }
      }
      */
}

@media screen and (max-width: 768px) {
  .recommended-trips-section .recommended-trips .swiper-slide {
    padding-left: 7.33333vw;
  }
}

.recommended-trips-section .recommended-trips .swiper-slide.active .img-wrapper {
  border-color: #f39200;
}

.recommended-trip-item .img-wrapper {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 0 1.5rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1.5rem 1.5rem rgba(0, 0, 0, 0.1);
  border: 0.3125rem solid #fff;
}

@media screen and (max-width: 768px) {
  .recommended-trip-item .img-wrapper {
    border-width: 0.66667vw;
    -webkit-box-shadow: 0 3.2vw 3.2vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 3.2vw 3.2vw rgba(0, 0, 0, 0.1);
    margin-bottom: 3.06667vw;
  }
}

.recommended-trip-item .img-wrapper img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.recommended-trip-item .title {
  text-align: center;
}

.book-item .product-desc {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.book-item .product-desc:not(:last-child) {
  margin-bottom: 1em;
}

.loadmore {
  margin-top: 1.5em;
  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;
}

.trip-page {
  padding: 12.0625rem 0 2.5rem;
  background-image: url("../img/trip/bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right 38.125rem;
}

@media screen and (max-width: 768px) {
  .trip-page {
    padding: 23.86667vw 0 5.33333vw;
  }
}

.trip-page__mini-map--restricted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background: url("../img/trip/minimap.jpg");
  background-size: cover;
  width: 100%;
  height: 16.875rem;
  padding-inline: 3.125rem;
}

@media screen and (max-width: 768px) {
  .trip-page__mini-map--restricted {
    height: 15.9375rem;
    padding-inline: 2.5rem;
  }
}

.trip-page__mini-map--restricted::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.trip-page__mini-map--restricted * {
  text-align: center;
  z-index: 2;
  position: relative;
}

.trip-page__mini-map--restricted h3 {
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 1.625rem;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .trip-page__mini-map--restricted h3 {
    margin-bottom: 1.5rem;
  }
}

.trip-page__mini-map--restricted a {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#f39200), to(#f77a40));
  background: linear-gradient(180deg, #f39200 0%, #f77a40 100%);
  padding: 0.3125rem 1.25rem;
  border-radius: 2.0625rem;
  font-size: 1.125rem;
}

.trip-page .content-header {
  margin: 1.125rem 0 1.375rem;
}

@media screen and (max-width: 768px) {
  .trip-page .content-header {
    margin: 4.66667vw 0;
  }
}

.trip-page .content-header .add-to-wishlist.choosed {
  position: relative;
  top: 0;
  right: 0;
  width: 2.8125rem;
  height: 2.8125rem;
  margin-left: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .trip-page .content-header .add-to-wishlist.choosed {
    width: 8.66667vw;
    height: 8.66667vw;
    margin-left: 2.66667vw;
  }
  .trip-page .content-header .add-to-wishlist.choosed i {
    font-size: 4.66667vw;
  }
}

.trip-page .content-header .btns {
  gap: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .trip-page .content-header .btns {
    gap: 2.53333vw;
  }
}

.trip-page .content-header .btn {
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
  color: #f39200;
  font-size: 1.4375rem;
}

@media screen and (max-width: 768px) {
  .trip-page .content-header .btn {
    -webkit-box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.1);
    font-size: 4.4vw;
  }
}

.trip-page-content {
  width: 71.625rem;
}

.trip-page-content .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .trip-page-content {
    width: 100%;
  }
}

.trip-page-content h1 {
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 768px) {
  .trip-page-content h1 {
    margin-bottom: 2vw;
  }
}

.trip-page-content .show-more {
  display: inline;
  color: #f39200;
  text-decoration: underline;
  font-weight: 700;
}

.trip-page-content p .alert-msg {
  margin-top: 1em;
}

.trip-page-content .alert-msg {
  color: #ec4b04;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trip-page-content .alert-msg:not(:first-child) {
  margin-top: 1em;
}

.trip-page-content .alert-msg:not(:last-child) {
  margin-bottom: 1em;
}

.trip-page-content .alert-msg p {
  margin-bottom: 0;
}

.trip-page-content .alert-msg i {
  position: relative;
  top: 0.17391em;
  font-size: 1.27778em;
  margin-left: 0.34783em;
  margin-top: -0.17391em;
}

.trip-page-content .alert-msg__text p {
  margin-bottom: 0;
}

.trip-page-content .alert-msg__text ol,
.trip-page-content .alert-msg__text ul {
  margin: 0.5em 0;
}

@media screen and (max-width: 768px) {
  .trip-page-content .alert-msg {
    margin: 1rem 0 0;
  }
}

.trip-page-content .product-label {
  font-size: 1.125rem;
  padding-left: 1.66667em;
  padding-right: 1.66667em;
}

@media screen and (max-width: 768px) {
  .trip-page-content .product-label {
    font-size: 3.86667vw;
    padding: 0.2069em 1.51724em;
    height: auto;
  }
}

.trip-page-content .trip-thumb-img {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .trip-page-content .trip-thumb-img {
    width: calc(100% + 8vw);
    margin: 0 -4vw;
    border-radius: 0;
    aspect-ratio: 1.3157;
    margin-bottom: 4.93333vw;
  }
  .trip-page-content .trip-thumb-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.trip-page-content .trip-options {
  gap: 0.9375rem;
  margin-bottom: 2.375rem;
}

@media screen and (max-width: 768px) {
  .trip-page-content .trip-options {
    gap: 3.06667vw;
    overflow: auto;
    width: calc(100% + 8vw);
    margin: 0 -4vw 4vw -4vw;
    padding: 0 4vw 4vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.trip-page-content .trip-source {
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #e0e0e0;
}

.trip-page-content .trip-source:not(:first-child) {
  margin-top: 1em;
}

.trip-page-content .trip-source a {
  color: #000;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trip-page-content .trip-source a:hover {
  color: #f39200;
}

.trip-page-content .trip-source .img {
  max-width: 5.9375rem;
  margin-left: 1.5rem;
}

@media screen and (max-width: 768px) {
  .trip-page-content .trip-source {
    padding-bottom: 7.33333vw;
  }
  .trip-page-content .trip-source .img {
    max-width: 21.33333vw;
    margin-left: 4vw;
  }
}

.trip-page-content .content-navigation {
  margin: 1em 0 0 0;
}

.trip-page-content .content-navigation > div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.25em;
}

.trip-page-content .content-navigation--block {
  position: relative;
}

.trip-page-content .content-navigation--block::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.2)), color-stop(87%, rgba(255, 255, 255, 0.5)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.5) 87%, #fff 100%);
}

@media screen and (max-width: 768px) {
  .trip-page-content .content-navigation {
    margin: 10.4vw 0 12.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.trip-page-content .content-navigation ul {
  gap: 0.9375rem;
  list-style: none;
  margin: 0 1.5625rem 0 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .trip-page-content .content-navigation ul {
    gap: 3.06667vw 3.6vw;
    margin: 4.8vw 0 0;
  }
}

.trip-page-content .content-navigation ul li {
  margin-bottom: 0;
}

.trip-page-content .content-navigation ul li a {
  font-weight: 400;
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding: 0.3125em 0.75em;
  border: 1px solid #000;
  border-radius: 12.4vw;
}

.trip-page-content .content-navigation ul li a:hover {
  background-color: #000;
  color: #fff;
}

.trip-page-content .text-parts-list {
  margin: 1em 0;
}

.trip-page-content .text-parts-list + .alert-msg {
  margin-top: -0.5em;
}

@media screen and (max-width: 768px) {
  .trip-page-content .text-parts-list + .alert-msg {
    margin-top: -0.5em;
  }
}

.trip-page-content .text-parts-list h3 {
  margin-bottom: 0.5em;
}

.trip-page-content .text-parts-list .iconic-elem {
  margin-bottom: 0.5em;
}

.trip-page-content .text-parts-list img {
  width: 100%;
  min-width: 100%;
  height: auto !important;
  border-radius: 0.625rem;
}

@media screen and (max-width: 768px) {
  .trip-page-content .text-parts-list img {
    border-radius: 1.33333vw;
  }
}

.trip-page-content .text-parts-list .wp-caption .wp-caption-text {
  padding-top: 0.68182em;
  padding-left: 5.45455em;
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .trip-page-content .text-parts-list .wp-caption .wp-caption-text {
    padding-top: 4vw;
    padding-left: 0;
    font-size: 4.53333vw;
  }
}

.trip-page-sidebar {
  width: 23.4375rem;
  margin-right: auto;
  padding-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.trip-page-sidebar h3:first-child {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}

@media screen and (max-width: 768px) {
  .trip-page-sidebar {
    display: none;
  }
}

.trip-page-sidebar h3 {
  margin-bottom: 0.8em;
}

.trip-page-sidebar .related-trips .trip-item:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.trip-page .sidebar-options {
  background-color: #fff;
  padding: 1.25rem 1.25rem 0.9375rem;
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media screen and (min-width: 769px) {
  .trip-page .sidebar-options {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .trip-page .sidebar-options {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 5.33333vw 5.33333vw 2.66667vw;
    -webkit-box-shadow: 0 1.6vw 3.2vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 1.6vw 3.2vw rgba(0, 0, 0, 0.1);
  }
}

.trip-page .sidebar-options:not(:last-child) {
  margin-bottom: 3.125rem;
}

@media screen and (max-width: 768px) {
  .trip-page .sidebar-options:not(:last-child) {
    margin-bottom: 10.4vw;
  }
}

.trip-page .sidebar-options #miniMap {
  width: 100%;
  aspect-ratio: 1.24;
}

.trip-page .maps-links {
  gap: 1rem;
  margin-top: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .trip-page .maps-links {
    gap: 4vw;
    margin-top: 4.66667vw;
  }
}

.trip-page .maps-links a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: 2.25rem;
  border-radius: 12.4vw;
}

.trip-page .maps-links a img {
  margin-left: 0.625rem;
}

@media screen and (max-width: 768px) {
  .trip-page .maps-links a {
    height: 8.8vw;
    font-size: 3.73333vw;
  }
  .trip-page .maps-links a img {
    margin-left: 3.2vw;
  }
}

.trip-page .maps-links a:hover {
  opacity: 0.8;
}

.trip-page .maps-links .waze-map {
  background-color: #31c6f7;
}

.trip-page .maps-links .google-map {
  border: 1px solid #000;
}

.trip-page .options-list:not(:first-child) {
  margin-top: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .trip-page .options-list:not(:first-child) {
    margin-top: 3.33333vw;
  }
}

.trip-page .options-list .item {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.trip-page .options-list .item span {
  display: inline-block;
}

.trip-page .options-list .item span:not(:last-child) {
  margin-left: 0.25em;
}

.trip-page .options-list .item span:not(:last-child)::after {
  content: ",";
}

.trip-page .options-list .item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.trip-page .options-list .item i {
  color: #52aa7f;
  margin-left: 0.75rem;
  font-size: 1.5em;
}

.trip-page .options-list .item img {
  margin-left: 0.75rem;
}

@media screen and (max-width: 768px) {
  .trip-page .options-list .item {
    padding: 3.33333vw 0;
  }
  .trip-page .options-list .item i,
  .trip-page .options-list .item img {
    margin-left: 3.2vw;
  }
}

.trip-page .trip-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 2em;
}

.trip-page .trip-preview + .post-content .content-navigation {
  margin-top: 0;
  margin-bottom: 1em;
}

.trip-page .trip-preview-header .add-to-wishlist {
  position: static;
  margin-left: 0.5em;
  background: unset !important;
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
}

.trip-page .trip-preview-header .add-to-wishlist__wrapper {
  position: relative;
}

.trip-page .trip-preview-header .add-to-wishlist i {
  color: #dbdbdb;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.trip-page .trip-preview-header .add-to-wishlist.active i {
  color: #f39200;
}

.trip-page .trip-preview-header .add-to-wishlist:hover i {
  color: #f39200;
}

.trip-page .trip-preview > p {
  font-weight: 450;
}

.trip-rating-wrapper {
  background-color: #fff;
  border-radius: 3.06667vw;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6875rem 1.125rem;
  margin-left: auto;
}

.trip-rating-wrapper--empty {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.trip-rating-wrapper .title {
  margin-right: 0.875rem;
}

@media screen and (max-width: 768px) {
  .trip-rating-wrapper {
    border-radius: 4.4vw;
    -webkit-box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.1);
    padding: 1.46667vw 2.4vw;
  }
  .trip-rating-wrapper .title {
    margin-right: 1.86667vw;
  }
}

.trip-rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  font-size: 1.5rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .trip-rating {
    font-size: 3.73333vw;
  }
}

.trip-rating::before {
  display: block;
  content: "★★★★★";
  color: #c4c4c4;
}

.trip-rating-active {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
  line-height: 1;
}

.trip-rating-active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  color: #f39200;
  line-height: 1;
}

.important-info:not(:first-child) {
  margin-top: 1em;
}

.important-info:not(:last-child) {
  margin-bottom: 1em;
}

.important-info h3 {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .important-info h3 {
    margin-bottom: 7.2vw;
  }
}

.important-info-banner {
  background-color: rgba(82, 170, 127, 0.07);
  padding: 1.3125rem 2.6875rem;
}

@media screen and (max-width: 768px) {
  .important-info-banner {
    padding: 5.33333vw 4vw;
  }
}

.important-info-banner .img-wrapper {
  max-width: 16.6875rem;
  margin-left: 1.75rem;
}

@media screen and (max-width: 768px) {
  .important-info-banner .img-wrapper {
    display: none;
  }
}

.important-info-banner ul {
  list-style: none;
  padding: 1.4375rem 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .important-info-banner ul {
    padding: 0;
    gap: 5vw 10vw;
  }
}

.important-info-banner ul li {
  width: 50%;
  padding-left: 10%;
  margin-bottom: 1.4375rem !important;
}

@media screen and (max-width: 768px) {
  .important-info-banner ul li {
    margin-bottom: 0 !important;
    padding-left: 0;
    width: calc(50% - 5vw);
  }
}

.important-info-banner ul li strong {
  color: #077240;
}

.important-info .alert-msg {
  color: #52aa7f;
}

.important-info .alert-msg i {
  margin-left: 0.75rem;
}

.content-slider {
  overflow: hidden;
  position: relative;
  padding-bottom: 0.5em;
}

.content-slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-slider.one-slide .btns {
  display: none;
}

.content-slider:not(:last-child) {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .content-slider {
    overflow: unset;
  }
  .content-slider:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.content-slider .btns {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: #fff;
  padding-right: 1em;
}

@media screen and (max-width: 768px) {
  .content-slider .btns {
    position: static;
  }
  .content-slider .btns button {
    position: absolute;
    top: 27.2vw;
    z-index: 5;
    background-color: #fff;
    border: 0;
    -webkit-box-shadow: 0 0.4vw 0.8vw rgba(29, 59, 255, 0.1);
            box-shadow: 0 0.4vw 0.8vw rgba(29, 59, 255, 0.1);
  }
  .content-slider .btns button.swiper-btn-next {
    left: -4vw;
  }
  .content-slider .btns button.swiper-btn-prev {
    right: -4vw;
  }
}

.content-slider .caption {
  padding-left: 6.66667em;
  font-weight: 700;
  padding-top: 0.5em;
}

@media screen and (max-width: 768px) {
  .content-slider .caption {
    padding-left: 0;
    padding-top: 0;
    font-size: 4vw;
    line-height: 110%;
  }
}

.content-map-wrapper:not(:first-child),
.content-slider-block:not(:first-child) {
  margin-top: 1em;
}

.content-map-wrapper:not(:last-child),
.content-slider-block:not(:last-child) {
  margin-bottom: 1em;
}

.content-map-wrapper .swiper-slide--video iframe,
.content-slider-block .swiper-slide--video iframe {
  display: block;
  height: 100% !important;
}

.content-map-wrapper .swiper-slide--video .img-wrapper,
.content-slider-block .swiper-slide--video .img-wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 768px) {
  .content-map-wrapper .swiper-slide--video .img-wrapper,
  .content-slider-block .swiper-slide--video .img-wrapper {
    aspect-ratio: 16/10.5;
  }
}

.content-map-wrapper .swiper-slide--video .caption,
.content-slider-block .swiper-slide--video .caption {
  margin-top: auto;
}

.content-map-wrapper .img-wrapper,
.content-slider-block .img-wrapper {
  margin-bottom: 0.625rem;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 768px) {
  .content-map-wrapper .img-wrapper,
  .content-slider-block .img-wrapper {
    margin-bottom: 4vw;
    aspect-ratio: 16/10.5;
  }
}

.content-map-wrapper .img-wrapper iframe,
.content-slider-block .img-wrapper iframe {
  width: 100%;
  height: 100% !important;
  min-height: 100%;
}

.content-map-wrapper .img-wrapper img,
.content-slider-block .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  width: 100%;
}

.content-map-wrapper .iconic-elem,
.content-slider-block .iconic-elem {
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .content-map-wrapper .iconic-elem,
  .content-slider-block .iconic-elem {
    display: none;
  }
}

.content-map-wrapper .img-wrapper {
  aspect-ratio: unset;
}

.content-map-wrapper .img-wrapper img {
  -o-object-fit: unset;
     object-fit: unset;
  aspect-ratio: unset;
  min-width: unset;
  min-height: unset;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .content-map-wrapper .iconic-elem {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 2.89333vw;
  }
}

.target-info {
  margin-top: 0.5em;
  overflow: hidden;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d2d2d2;
}

.target-info:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .target-info {
    margin-top: 1.33333vw;
    padding-bottom: 5.33333vw;
  }
}

.target-info .title {
  position: relative;
  display: inline-block;
  margin-bottom: 0.90909em;
}

.target-info .title::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 1px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  left: -2.90909em;
  background-color: #d2d2d2;
}

.target-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
}

@media screen and (max-width: 768px) {
  .target-info ul {
    -webkit-column-gap: 7.2vw;
       -moz-column-gap: 7.2vw;
            column-gap: 7.2vw;
    font-size: 3.46667vw;
  }
}

.target-info ul li {
  margin-bottom: 1em;
}

.short-story-block {
  background-color: #eff5fb;
  padding: 1.875rem 2.5rem 2.5rem;
  margin: 1em 0;
}

@media screen and (max-width: 768px) {
  .short-story-block {
    padding: 7.46667vw 4vw 3.06667vw;
  }
  .short-story-block > .img-wrapper {
    display: none;
  }
}

.short-story-block:last-child {
  margin-bottom: 0;
}

.short-story-block:first-child {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .short-story-block .img-wrapper {
    max-width: 15.125rem;
    margin-left: 3.5625rem;
  }
}

.short-story-block .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.short-story-block .content__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .short-story-block .content__header {
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 768px) {
  .short-story-block .content__header-image {
    min-width: 20vw;
  }
}

.short-story-block .content__header-titles {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 769px) {
  .short-story-block .content .img-wrapper {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .short-story-block .content .img-wrapper {
    width: 20vw;
    float: right;
    margin: 0 0 0 4vw;
  }
}

.short-story-block .content h3 {
  margin: 1em 0 0.7em;
  color: #f39200;
}

@media screen and (max-width: 768px) {
  .short-story-block .content h3 {
    margin: 0.4em 0;
  }
}

.short-story-block .content h4 {
  margin: 0.7em 0;
}

@media screen and (max-width: 768px) {
  .short-story-block .content h4 {
    margin: 0.4em 0;
  }
}

.marked-text {
  background-color: #eff5fb;
  padding: 1.55556em 2em;
}

.marked-text:not(:last-child) {
  margin-bottom: 1.38889em;
}

@media screen and (max-width: 768px) {
  .marked-text {
    padding: 6vw 3.46667vw;
  }
  .marked-text:not(:last-child) {
    margin-bottom: 4.66667vw;
  }
}

.video-wrapper {
  position: relative;
  aspect-ratio: 1.94;
}

.video-wrapper:not(:last-child) {
  margin-bottom: 2.8125rem;
}

@media screen and (max-width: 768px) {
  .video-wrapper {
    aspect-ratio: 1.835;
  }
  .video-wrapper:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
}

.video-wrapper .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1rem;
  color: #fff;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .video-wrapper .caption {
    font-size: 3.46667vw;
  }
}

.video-wrapper .caption .play-btn {
  color: #fff;
  text-decoration: none;
  margin: 0 auto 1.25rem;
}

@media screen and (max-width: 768px) {
  .video-wrapper .caption .play-btn {
    margin-bottom: 3.46667vw;
  }
}

.video-wrapper.covered::before, .video-wrapper.covered::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.video-wrapper.covered::before {
  background-color: rgba(85, 85, 85, 0.5);
  z-index: 2;
}

.video-wrapper.covered::after {
  background-color: rgba(0, 0, 0, 0.24);
  z-index: 1;
}

.video-wrapper video,
.video-wrapper iframe,
.video-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .locations-list .item {
    border-bottom: 2px solid #e0e0e0;
  }
}

.locations-list .item:not(:last-child) {
  margin-bottom: 2.8125rem;
}

@media screen and (max-width: 768px) {
  .locations-list .item:not(:last-child) {
    margin-bottom: 0;
  }
}

.locations-list .item .mobile-title {
  display: none;
  font-size: 4.53333vw;
  font-weight: 700;
  padding: 4vw 0;
}

@media screen and (max-width: 768px) {
  .locations-list .item .mobile-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .locations-list .item .mobile-title::after {
    display: block;
    content: "+";
    margin-right: auto;
    color: #f39200;
  }
  .locations-list .item .mobile-title.isActive::after {
    content: "-";
  }
  .locations-list .item .mobile-title + div {
    display: none;
  }
}

.locations-list .item .img-wrapper {
  width: 23.4375rem;
  aspect-ratio: 1.44;
  margin-left: 2.5rem;
}

@media screen and (max-width: 768px) {
  .locations-list .item .img-wrapper {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3.6vw;
  }
}

.locations-list .item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.locations-list .item .content h4 + div {
  margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  .locations-list .item .content {
    padding-bottom: 10.66667vw;
  }
  .locations-list .item .content h4 {
    display: none;
  }
}

.locations-list .item .content i {
  color: #52aa7f;
  margin-left: 0.44444em;
  font-size: 1.11111em;
}

.locations-list .item .content i.icon-clock2 {
  margin-top: 0.1em;
}

.locations-list .item .content a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.locations-list .item .content a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .locations-list .item .content > div > div {
    width: 50%;
  }
}

.locations-list .item .content > div > div:first-child {
  margin-left: 6.25rem;
}

@media screen and (max-width: 768px) {
  .locations-list .item .content > div > div:first-child {
    margin-left: 0;
  }
}

.locations-list .item .content > div > div div:not(:last-child) {
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 768px) {
  .locations-list .item .content > div > div div:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.form-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0.1875rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .form-rating {
    gap: 0.53333vw;
  }
}

.form-rating input {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  display: block;
  opacity: 0;
  z-index: -1;
}

.form-rating input:checked ~ label {
  color: #f39200;
}

.form-rating label {
  height: 1em;
  font-size: 1.75rem;
  color: #c4c4c4;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .form-rating label {
    font-size: 6vw;
  }
}

.reviews-block:not(:first-child) {
  margin-top: 5.4375rem;
}

@media screen and (max-width: 768px) {
  .reviews-block:not(:first-child) {
    margin-top: 16vw;
  }
}

.reviews-block .comment-form-rating {
  padding: 0.625rem 0;
}

.reviews-block .comment-form-rating label {
  display: none;
}

.reviews-block .comment-form-rating .stars {
  width: 100%;
  text-align: center;
}

.reviews-block .comment-form-rating .stars span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews-block .comment-form-rating .stars a {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  color: transparent;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.688' height='26.332' viewBox='0 0 27.688 26.332'%3E%3Cpath id='Path_32039' data-name='Path 32039' d='M2836.663,0l-4.278,8.668-9.565,1.39,6.922,6.747-1.634,9.527,8.556-4.5,8.556,4.5-1.634-9.527,6.922-6.747-9.566-1.39Z' transform='translate(-2822.819 0)' fill='%23c4c4c4'/%3E%3C/svg%3E%0A");
}

.reviews-block .comment-form-rating .stars.selected a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.614' height='19.605' viewBox='0 0 20.614 19.605'%3E%3Cpath id='Path_32036' data-name='Path 32036' d='M10.307,0,7.122,6.454,0,7.489l5.153,5.023L3.937,19.605l6.37-3.349,6.37,3.349L15.46,12.512l5.153-5.023L13.492,6.454Z' transform='translate(0 0)' fill='%23f39200'/%3E%3C/svg%3E%0A");
}

.reviews-block .comment-form-rating .stars.selected a.active + a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.688' height='26.332' viewBox='0 0 27.688 26.332'%3E%3Cpath id='Path_32036' data-name='Path 32036' d='M13.844,0,9.566,8.668,0,10.058l6.922,6.747L5.288,26.333l8.556-4.5,8.556,4.5-1.634-9.527,6.922-6.747-9.566-1.39Z' transform='translate(0 0)' fill='%23c4c4c4'/%3E%3C/svg%3E%0A");
}

.reviews-block .comment-form-rating .stars.selected a.active + a + a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.688' height='26.332' viewBox='0 0 27.688 26.332'%3E%3Cpath id='Path_32036' data-name='Path 32036' d='M13.844,0,9.566,8.668,0,10.058l6.922,6.747L5.288,26.333l8.556-4.5,8.556,4.5-1.634-9.527,6.922-6.747-9.566-1.39Z' transform='translate(0 0)' fill='%23c4c4c4'/%3E%3C/svg%3E%0A");
}

.reviews-block .comment-form-rating .stars.selected a.active + a + a + a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.688' height='26.332' viewBox='0 0 27.688 26.332'%3E%3Cpath id='Path_32036' data-name='Path 32036' d='M13.844,0,9.566,8.668,0,10.058l6.922,6.747L5.288,26.333l8.556-4.5,8.556,4.5-1.634-9.527,6.922-6.747-9.566-1.39Z' transform='translate(0 0)' fill='%23c4c4c4'/%3E%3C/svg%3E%0A");
}

.reviews-block .comment-form-rating .stars.selected a.active + a + a + a + a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.688' height='26.332' viewBox='0 0 27.688 26.332'%3E%3Cpath id='Path_32036' data-name='Path 32036' d='M13.844,0,9.566,8.668,0,10.058l6.922,6.747L5.288,26.333l8.556-4.5,8.556,4.5-1.634-9.527,6.922-6.747-9.566-1.39Z' transform='translate(0 0)' fill='%23c4c4c4'/%3E%3C/svg%3E%0A");
}

.reviews-block .comment-form-rating p {
  margin: 0;
}

.reviews-block .form {
  width: 23.4375rem;
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.07);
  padding: 2.25rem;
  margin-left: 2.875rem;
}

@media screen and (max-width: 768px) {
  .reviews-block .form {
    width: 100%;
    border-radius: 2.66667vw;
    -webkit-box-shadow: 0 -0.66667vw 6.8vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 -0.66667vw 6.8vw rgba(0, 0, 0, 0.07);
    padding: 7.33333vw 6vw 10.26667vw;
    margin-left: 0;
  }
}

.reviews-block .form .form-submit {
  margin-top: 1em;
}

.reviews-block .form .form-submit [type="submit"] {
  display: block;
  margin: 0 auto;
  height: 2.8125rem;
  width: 9.0625rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 6.25rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f39200), to(#f77a40));
  background-image: linear-gradient(to bottom, #f39200 0%, #f77a40 100%);
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .reviews-block .form .form-submit [type="submit"] {
    width: 40.8vw;
    height: 11.33333vw;
  }
}

.reviews-block .form .form-item {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.reviews-block .form .form-item--comment {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.reviews-block .form .form-submit {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.reviews-block .form .comment-notes {
  margin-top: 0.5em;
  font-size: 0.75em;
  -webkit-box-ordinal-group: -4;
      -ms-flex-order: -5;
          order: -5;
  text-align: center;
}

.reviews-block .form .comment-form-cookies-consent {
  font-size: 0.75em;
}

.reviews-block .form .comment-form-cookies-consent label {
  display: inline-block;
}

.reviews-block .form .comment-form-cookies-consent label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #000;
  margin-left: 0.5em;
  margin-bottom: -0.25em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.904' height='10.094' viewBox='0 0 9.904 10.094'%3E%3Cg id='Group_11819' data-name='Group 11819' transform='translate(-418.629 -9.466)'%3E%3Cpath id='Path_34694' data-name='Path 34694' d='M-1.238-.893,1.229,1.475' transform='translate(420.928 17.025)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_360' data-name='Line 360' x1='5' y2='8' transform='translate(422.5 10.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
}

.reviews-block .form .comment-form-cookies-consent input:checked + label::before {
  background-color: #f39200;
  border-color: #f39200;
}

.reviews-block .form .comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.reviews-block .form .comment-form-author {
  -webkit-box-ordinal-group: -2;
      -ms-flex-order: -3;
          order: -3;
}

.reviews-block .form .comment-form-email {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}

.reviews-block .form .comment-form-rating {
  -webkit-box-ordinal-group: -3;
      -ms-flex-order: -4;
          order: -4;
}

.reviews-block .form .comment-form-comment {
  margin-bottom: 0;
}

.reviews-block .form .form-rating {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  .reviews-block .form .form-rating {
    margin-bottom: 5.33333vw;
  }
}

.reviews-block .form h3 {
  color: #f39200;
}

.reviews-block .form .btn {
  height: 2.8125rem;
  width: 9.0625rem;
}

@media screen and (max-width: 768px) {
  .reviews-block .form .btn {
    width: 40.8vw;
    height: 11.33333vw;
  }
}

.reviews-block .content {
  width: calc(100% - 26.3125rem);
  padding-top: 1.25rem;
}

@media screen and (max-width: 768px) {
  .reviews-block .content {
    width: 100%;
  }
}

.reviews-block .commentlist {
  max-height: 33.4375rem;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  padding-left: 0.5em;
  scrollbar-color: #f39200 #d4d4d4;
}

.reviews-block .commentlist::-webkit-scrollbar {
  width: 2px;
}

.reviews-block .commentlist::-webkit-scrollbar-track {
  background: #d4d4d4;
}

.reviews-block .commentlist::-webkit-scrollbar-thumb {
  background: #f39200;
  border-radius: 2rem;
}

.reviews-block .commentlist::-webkit-scrollbar-thumb:hover {
  background: #f39200;
}

.reviews-block .review-item,
.reviews-block .review {
  padding: 0.9375rem 0;
}

@media screen and (max-width: 768px) {
  .reviews-block .review-item,
  .reviews-block .review {
    padding: 6.13333vw 0;
  }
}

.reviews-block .review-item .trip-rating,
.reviews-block .review .trip-rating {
  margin-bottom: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .reviews-block .review-item .trip-rating,
  .reviews-block .review .trip-rating {
    margin-bottom: 2.66667vw;
    font-size: 5.33333vw;
  }
}

.reviews-block .review-item .description,
.reviews-block .review .description {
  margin-bottom: 0.83333em;
}

.reviews-block .review-item:not(:last-child),
.reviews-block .review:not(:last-child) {
  border-bottom: 1px solid #d2d2d2;
}

.book-sales-banner {
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.07);
          box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.07);
  padding: 0.9375rem 0.9375rem 2.5625rem 2rem;
}

@media screen and (max-width: 768px) {
  .book-sales-banner {
    border-radius: 2.66667vw;
    -webkit-box-shadow: 0 -0.66667vw 6.8vw rgba(0, 0, 0, 0.07);
            box-shadow: 0 -0.66667vw 6.8vw rgba(0, 0, 0, 0.07);
    padding: 3.6vw 2.93333vw;
  }
}

.book-sales-banner:not(:first-child) {
  margin-top: 5.4375rem;
}

@media screen and (max-width: 768px) {
  .book-sales-banner:not(:first-child) {
    margin-top: 12vw;
  }
}

.book-sales-banner__title {
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-bottom: 0.3em;
}

.book-sales-banner__subtitle {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.3;
  padding-bottom: 0.5em;
}

.book-sales-banner .price > .woocommerce-Price-amount {
  font-weight: 600;
}

.book-sales-banner .image {
  width: 35.5rem;
  position: relative;
  padding-top: 3.75rem;
}

@media screen and (max-width: 768px) {
  .book-sales-banner .image {
    width: 100%;
    padding-top: 11.33333vw;
  }
}

.book-sales-banner .image .color-bg {
  position: absolute;
  width: 100%;
  border-radius: 1.25rem;
  aspect-ratio: 2.254;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .book-sales-banner .image .color-bg {
    border-radius: 2.66667vw;
  }
}

.book-sales-banner .image .img-wrapper {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 100%;
  aspect-ratio: 1.71;
}

.book-sales-banner .image .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .book-sales-banner .image .img-wrapper {
    max-width: unset;
    width: calc(100% + 5.86667vw);
    -webkit-transform: translateX(2.93333vw);
        -ms-transform: translateX(2.93333vw);
            transform: translateX(2.93333vw);
    aspect-ratio: 1.41;
  }
}

.book-sales-banner .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 2.5rem;
  text-align: center;
  padding: 1.5625rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 25.41667vw;
}

@media screen and (max-width: 768px) {
  .book-sales-banner .content {
    margin-right: 0;
    padding: 3.33333vw 0 0;
    max-width: unset;
  }
  .book-sales-banner .content > .row {
    margin-top: 1em;
  }
}

.book-sales-banner .content p {
  margin: 0.75rem 0;
}

@media screen and (max-width: 768px) {
  .book-sales-banner .content p {
    margin: 2vw 0 6.66667vw;
  }
}

.book-sales-banner .content .price {
  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;
  gap: 1.875rem;
  font-size: 2.0625rem;
  margin-top: auto;
  width: 100%;
  margin: 0.75em 0;
}

@media screen and (max-width: 768px) {
  .book-sales-banner .content .price {
    width: auto;
    gap: 1.33333vw;
    font-size: 5.6vw;
    margin: 0;
  }
}

.book-sales-banner .content .price .old {
  font-size: 0.93939em;
  color: #ababab;
  text-decoration: line-through;
}

.book-sales-banner .content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto auto 0;
}

@media screen and (max-width: 768px) {
  .book-sales-banner .content .btn {
    width: 37.33333vw;
    height: 10.26667vw;
    margin: 0 auto 0 0;
  }
}

.overflow-text .isOverflow {
  max-height: 3.5rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .overflow-text .isOverflow {
    max-height: 12vw;
  }
}

.important-to-know-block {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.important-to-know-block .overflow-shadow {
  display: none;
}

.important-to-know-block .show-all {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.875rem;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .important-to-know-block .show-all {
    bottom: 4vw;
  }
}

.important-to-know-block.cutted {
  overflow: hidden;
}

.important-to-know-block.cutted .overflow-shadow {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 8em;
  z-index: 2;
  left: 0;
  bottom: 0;
}

.product-single-hero {
  padding: 7.5rem 0 2.75rem;
  overflow: unset;
}

@media screen and (max-width: 768px) {
  .product-single-hero {
    padding: 29.6vw 0 8vw;
  }
  .product-single-hero .breadcrumbs {
    display: none;
  }
}

.product-single-hero .trip-rating-wrapper {
  background-color: #fff5e5;
  padding: 0.38889em 0.72222em;
}

.product-single-hero.tour-single-page .product-gallery .zoom-gallery {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .product-single-hero.tour-single-page .product-gallery .zoom-gallery {
    margin-top: 1.86667vw;
  }
}

.product-single-hero.tour-single-page .product-gallery .custom-pagination {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .product-single-hero.tour-single-page .product-gallery .custom-pagination {
    position: absolute;
    bottom: 4vw;
  }
}

.product-single-hero.tour-single-page .product-description .price {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 768px) {
  .product-single-hero.tour-single-page .product-description .price {
    padding-bottom: 1.6vw;
    margin-bottom: 2.26667vw;
  }
}

.product-description {
  width: 39.375rem;
}

@media screen and (max-width: 768px) {
  .product-description {
    width: 100%;
    padding-right: 0;
  }
  .product-description h1 {
    margin-top: 0.5em;
  }
}

.product-description .product-label {
  position: static;
  font-size: 1rem;
  padding: 0.3125em 1.25em;
  -webkit-transform: translateX(0.875rem);
      -ms-transform: translateX(0.875rem);
          transform: translateX(0.875rem);
}

@media screen and (max-width: 768px) {
  .product-description .product-label {
    font-size: 3.2vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: auto;
  }
}

.product-description .price {
  margin-bottom: 1.75rem;
  color: #ec4b04;
}

@media screen and (max-width: 768px) {
  .product-description .price {
    margin-bottom: 3.73333vw;
  }
}

.product-description .price .old {
  font-weight: 500;
  color: #000;
  text-decoration: line-through;
  margin-left: 0.75em;
}

.product-description .post-content:not(:last-child) {
  margin-bottom: 2.1875rem;
}

@media screen and (max-width: 768px) {
  .product-description .post-content:not(:last-child) {
    margin-bottom: 7.33333vw;
  }
}

.product-description .post-content strong {
  text-decoration: underline;
}

.product-description .product-btns {
  gap: 0.875rem;
}

.product-description .product-btns:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.product-description .product-btns .btn {
  width: 24rem;
  height: 3.6875rem;
}

.product-description .product-btns .add-to-wishlist {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
  background-color: transparent;
}

.product-description .product-btns .add-to-wishlist i {
  font-size: 2.6875rem;
  color: #ababab;
}

.product-description .product-btns .add-to-wishlist:hover i::before, .product-description .product-btns .add-to-wishlist.active i::before {
  font-size: 2rem;
  content: "\e921";
}

@media screen and (max-width: 768px) {
  .product-description .product-btns {
    gap: 0.93333vw;
  }
  .product-description .product-btns .add-to-wishlist i {
    font-size: 8.26667vw;
  }
  .product-description .product-btns:not(:last-child) {
    margin-bottom: 9.2vw;
  }
  .product-description .product-btns .btn {
    width: 50.66667vw;
    height: 11.73333vw;
  }
}

.product-description .product-text-tabs:not(:last-child) {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
  .product-description .product-text-tabs:not(:last-child) {
    margin-bottom: 12vw;
  }
}

.product-description .product-text-tabs .tabs-switcher {
  gap: 0 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #c4c4c4;
}

@media screen and (max-width: 768px) {
  .product-description .product-text-tabs .tabs-switcher {
    gap: 0 2em;
    overflow: auto;
  }
}

.product-description .product-text-tabs .tabs-switcher button {
  color: #c4c4c4;
  font-size: 1.0625rem;
  border-bottom: 1px solid transparent;
  padding-bottom: 0.23529em;
}

@media screen and (max-width: 768px) {
  .product-description .product-text-tabs .tabs-switcher button {
    font-size: 3.86667vw;
    white-space: nowrap;
  }
}

.product-description .product-text-tabs .tabs-switcher button:hover {
  color: #000;
}

.product-description .product-text-tabs .tabs-switcher button.isActive {
  color: #000;
  border-color: #000;
}

.product-description .product-text-tabs .tab-item {
  padding: 0.9375rem 0;
  font-size: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .product-description .product-text-tabs .tab-item {
    padding: 4.26667vw 0;
    font-size: 3.73333vw;
  }
}

.product-description .product-text-tabs .tab-item:not(:first-child) {
  display: none;
}

.product-description .places {
  padding: 0.75rem 0;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  margin-bottom: 1.4375rem;
}

@media screen and (max-width: 768px) {
  .product-description .places {
    padding-bottom: 2.13333vw;
    margin-bottom: 5.73333vw;
  }
}

.product-description .places div {
  color: #077240;
}

.product-gallery {
  width: 49.6875rem;
  margin-right: auto;
  position: sticky;
  top: 6.25rem;
}

@media screen and (max-width: 768px) {
  .product-gallery {
    width: 100%;
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    top: 0;
    margin: 0 auto 6vw;
  }
}

.product-gallery .zoom-gallery {
  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;
  color: #fff;
  background-color: #b7b7b7;
  border-radius: 50%;
  width: 3.3125rem;
  height: 3.3125rem;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-gallery .zoom-gallery i {
  font-size: 1.75rem;
}

@media screen and (max-width: 768px) {
  .product-gallery .zoom-gallery {
    width: 10vw;
    height: 10vw;
    z-index: 10;
  }
  .product-gallery .zoom-gallery i {
    font-size: 5.33333vw;
  }
}

.product-gallery .product-single-slider {
  overflow: hidden;
}

.product-gallery .product-single-slider img {
  display: block;
}

.product-gallery .product-single-slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-gallery .product-single-slider .swiper-slide {
  text-align: center;
}

.product-gallery .product-single-slider .swiper-slide a {
  display: inline-block;
  position: relative;
}

.product-gallery .custom-pagination {
  position: relative;
  bottom: 0;
  margin-top: 2.25rem;
}

@media screen and (max-width: 768px) {
  .product-gallery .custom-pagination {
    height: 2.66667vw;
    margin-top: 2.66667vw;
  }
}

.product-features {
  border-radius: 0.25rem;
  border: 1px solid #f77a40;
}

.product-features:not(:last-child) {
  margin-bottom: 2.8125rem;
}

@media screen and (max-width: 768px) {
  .product-features {
    border-radius: 0.53333vw;
  }
  .product-features:not(:last-child) {
    margin-bottom: 9.33333vw;
  }
}

.product-features .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 0.3125em 0.9375em;
}

.product-features .title i {
  font-size: 1.5625em;
  margin-left: 0.4em;
}

@media screen and (max-width: 768px) {
  .product-features .title i {
    font-size: 8.4vw;
    margin-left: 3.86667vw;
  }
}

.product-features .title + .fz-14 {
  font-size: 1.1em;
}

@media screen and (max-width: 768px) {
  .product-features .title + .fz-14 {
    font-size: 4vw;
  }
}

.product-features ul {
  padding: 0.625rem 0;
}

@media screen and (max-width: 768px) {
  .product-features ul {
    padding: 2.4vw 0;
  }
}

.product-features ul li {
  padding: 0 1.07143em;
  position: relative;
}

.product-features ul li::before {
  position: absolute;
  content: "";
  width: 0.625em;
  height: 0.625em;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: 0.375em;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9' height='10' viewBox='0 0 9 10'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23f39200'/%3E%3Cstop offset='1' stop-color='%23f77a40'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M5,0l5,9H0Z' transform='translate(0 10) rotate(-90)' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
}

.product-features ul li:not(:last-child) {
  margin-bottom: 0.71429em;
}

.product-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.6875rem;
  border-radius: 13.33333vw;
  border: 1px solid #000;
  font-size: 1.25rem;
  overflow: hidden;
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .product-count {
    font-size: 4vw;
    height: 11.73333vw;
    -webkit-margin-start: 1em;
            margin-inline-start: 1em;
  }
}

.product-count input {
  text-align: center;
}

.product-count button {
  height: 100%;
  width: 3.6875rem;
  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-size: 1.25em;
}

@media screen and (max-width: 768px) {
  .product-count button {
    width: 10.13333vw;
    font-size: 4.53333vw;
  }
}

.product-sharing {
  margin-top: 1em;
}

.product-sharing .title {
  font-size: 1.1875rem;
  margin-left: 2.26316em;
}

@media screen and (max-width: 768px) {
  .product-sharing .title {
    font-size: 4.26667vw;
  }
}

.product-sharing ul {
  gap: 1.5625rem;
}

.product-sharing ul i {
  font-size: 1.375rem;
}

@media screen and (max-width: 768px) {
  .product-sharing ul {
    gap: 5.33333vw;
  }
  .product-sharing ul i {
    font-size: 4.26667vw;
  }
}

.books-series-section {
  padding: 2.75rem 0 37.375rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .books-series-section {
    padding: 8vw 0 12vw;
  }
}

.books-series-section > .img-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .books-series-section > .img-wrapper {
    display: none;
  }
}

.books-series-section > .img-wrapper img {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.books-series-grid {
  gap: 7.4375rem 2.9375rem;
  margin-top: 4.875rem;
}

@media screen and (max-width: 768px) {
  .books-series-grid {
    gap: 18.66667vw;
    margin-top: 13.06667vw;
  }
}

.books-series-item {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 26.4375rem;
  margin-top: 9.6875rem;
  padding: 0 4.6875rem 3.125rem;
  font-size: 1rem;
  text-align: center;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.12);
          box-shadow: 0 -0.3125rem 3.1875rem rgba(0, 0, 0, 0.12);
  border-radius: 1.25rem;
}

@media screen and (max-width: 768px) {
  .books-series-item {
    width: 100%;
    margin-top: 33.2vw;
    padding: 0 11.33333vw 6vw;
    font-size: 4vw;
    -webkit-box-shadow: 0 -0.66667vw 6.8vw rgba(0, 0, 0, 0.12);
            box-shadow: 0 -0.66667vw 6.8vw rgba(0, 0, 0, 0.12);
  }
}

.books-series-item .img-wrapper {
  width: 26.4375rem;
  height: 14.875rem;
  margin: 0 auto 2.5rem;
  margin-top: -9.75rem;
  -webkit-transform: translateX(4.6875rem);
      -ms-transform: translateX(4.6875rem);
          transform: translateX(4.6875rem);
}

@media screen and (max-width: 768px) {
  .books-series-item .img-wrapper {
    width: 40.4vw;
    height: 50.8vw;
    margin-bottom: 5.73333vw;
    margin-top: -33.2vw;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: calc(100% + 22.66667vw);
    -webkit-transform: translateX(11.33333vw);
        -ms-transform: translateX(11.33333vw);
            transform: translateX(11.33333vw);
  }
}

.books-series-item .img-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
}

.books-series-item .text-center {
  width: 100%;
  margin-top: auto;
}

.books-series-item h3 {
  padding-bottom: 0.16667em;
  border-bottom: 1px dashed #52aa7f;
  margin-bottom: 1em;
  width: 100%;
}

.books-series-item h3 + p {
  margin-bottom: 1.5em;
}

.books-series-item h3 + p + p {
  text-align: right;
  max-width: 12.875em;
  margin: 0 auto;
}

.books-series-item ol {
  text-align: right;
  list-style: decimal;
  max-width: 12.875em;
  margin: 0 auto;
  padding-right: 1.25em;
}

.books-series-item .btn {
  margin-top: 2.8125rem;
}

@media screen and (max-width: 768px) {
  .books-series-item .btn {
    margin-top: 6.66667vw;
  }
}

.book-single-section {
  padding: 4rem 0 5.4375rem;
}

@media screen and (max-width: 768px) {
  .book-single-section {
    padding: 12vw 0 10.13333vw;
  }
}

.book-single-section .product-description .product-label {
  -webkit-margin-start: 1.125em;
          margin-inline-start: 1.125em;
}

@media screen and (max-width: 768px) {
  .book-single-section .product-description .product-label {
    -webkit-margin-start: unset;
            margin-inline-start: unset;
  }
}

.book-single-cta {
  position: relative;
  /*
  .decorative-badge {
    position: absolute;
    width: rem(290);
    height: rem(160);
    top: rem(-41);
    left: rem(-45);
    @include bg-set(100%);
    z-index: 5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='289.499' height='159.306' viewBox='0 0 289.499 159.306'%3E%3Cg id='Group_11113' data-name='Group 11113' transform='matrix(0.966, -0.259, 0.259, 0.966, -477.051, -1081.824)'%3E%3Cpath id='Path_29964' data-name='Path 29964' d='M1.558,9.506,24.986,27.7,35.467,0Z' transform='matrix(0.996, -0.087, 0.087, 0.996, 157.492, 1300.712)' fill='%23447a97'/%3E%3Cpath id='Path_33883' data-name='Path 33883' d='M0,1.8,26.91,0,16.833,29.269Z' transform='matrix(0.07, 0.998, -0.998, 0.07, 442.362, 1253.312)' fill='%23447a97'/%3E%3Cpath id='Path_29963' data-name='Path 29963' d='M39.245-.039,284.79,15.812l-34.15,48L-.047,47.633Z' transform='matrix(0.996, -0.087, 0.087, 0.996, 155.635, 1262.567)' fill='%236098b6'/%3E%3C/g%3E%3C/svg%3E%0A");
    span {
      position: absolute;
      color: #fff;
      top: 40%;
      left: 26%;
      transform: rotate(-16deg);
      font-weight: 500;
      font-size: rem(17);
      white-space: nowrap;
      @include mq-md {
        font-size: vwm(27);
        top: 11vw;
        left: 9vw;
      }
    }
    @include mq-md {
      width: vwm(381);
      height: vwm(211);
      top: vwm(-43);
      left: vwm(-45);
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='380.92' height='211.386' viewBox='0 0 380.92 211.386'%3E%3Cg id='Group_11113' data-name='Group 11113' transform='matrix(0.966, -0.259, 0.259, 0.966, -494.594, -1076.845)'%3E%3Cpath id='Path_29964' data-name='Path 29964' d='M.089,3.274,19.57,26.68,29.561-.77Z' transform='matrix(0.996, -0.087, 0.087, 0.996, 171.244, 1353.635)' fill='%23447a97'/%3E%3Cpath id='Path_33883' data-name='Path 33883' d='M-.227,4.668,29.227-.349,18.85,29.787Z' transform='matrix(0.07, 0.998, -0.998, 0.07, 544.838, 1279.554)' fill='%23447a97'/%3E%3Cpath id='Path_29963' data-name='Path 29963' d='M51.606-.176l322.2,20.366L328.734,85.944-.214,65.151Z' transform='matrix(0.996, -0.087, 0.087, 0.996, 166.152, 1291.883)' fill='%236098b6'/%3E%3C/g%3E%3C/svg%3E%0A");
    }
  }
  */
  background-color: #fff;
  padding: 2.5625rem 3.4375rem 2.375rem 7.6875rem;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 -0.1875rem 2.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 -0.1875rem 2.5rem rgba(0, 0, 0, 0.08);
}

.book-single-cta .decorative-badge {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="289.318" height="90.468" viewBox="0 0 289.318 90.468"><g transform="translate(-155.585 -1237.707)"><path d="M1.558,9.506,24.986,27.7,35.467,0Z" transform="matrix(0.996, -0.087, 0.087, 0.996, 157.492, 1300.712)" fill="%23447a97"/><path d="M0,1.8,26.91,0,16.833,29.269Z" transform="matrix(0.07, 0.998, -0.998, 0.07, 442.362, 1253.311)" fill="%23447a97"/><path d="M39.245-.039,284.79,15.812l-34.15,48L-.047,47.633Z" transform="matrix(0.996, -0.087, 0.087, 0.996, 155.635, 1262.567)" fill="%236098b6"/></g></svg>');
  width: 18.125rem;
  height: 5.625rem;
  z-index: 5;
  position: absolute;
  left: -2.8125rem;
  top: -0.3125rem;
  -webkit-transform: rotate(345deg);
      -ms-transform: rotate(345deg);
          transform: rotate(345deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .book-single-cta .decorative-badge {
    left: -6.53333vw;
    top: -0.26667vw;
    width: 50.8vw;
    height: 16.13333vw;
    background: url('data:image/svg+xml,<svg id="Компонент_157_1" data-name="Компонент 157 – 1" xmlns="http://www.w3.org/2000/svg" width="381.301" height="121.078" viewBox="0 0 381.301 121.078"><path id="Контур_29964" data-name="Контур 29964" d="M.089,3.274,19.57,26.68,29.561-.77Z" transform="matrix(0.996, -0.087, 0.087, 0.996, 5.319, 94.507)" fill="%23447a97"/><path id="Контур_33883" data-name="Контур 33883" d="M-.227,4.668,29.227-.349,18.85,29.787Z" transform="matrix(0.07, 0.998, -0.998, 0.07, 378.914, 20.425)" fill="%23447a97"/><path id="Контур_29963" data-name="Контур 29963" d="M51.606-.176l322.2,20.366L328.734,85.944-.214,65.151Z" transform="matrix(0.996, -0.087, 0.087, 0.996, 0.228, 32.755)" fill="%236098b6"/></svg>');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.book-single-cta .decorative-badge span {
  font-weight: 500;
  font-size: 1.1875rem;
  white-space: nowrap;
  color: #fff;
  -webkit-transform: translateX(0.3125rem) rotate(-1deg);
      -ms-transform: translateX(0.3125rem) rotate(-1deg);
          transform: translateX(0.3125rem) rotate(-1deg);
}

@media screen and (max-width: 768px) {
  .book-single-cta .decorative-badge span {
    font-size: 3.86667vw;
    letter-spacing: 0.03em;
  }
}

.book-single-cta:not(:first-child) {
  margin-top: 5.75rem;
}

@media screen and (max-width: 768px) {
  .book-single-cta:not(:first-child) {
    margin-top: 16.26667vw;
  }
}

@media screen and (max-width: 768px) {
  .book-single-cta {
    padding: 5.86667vw 4vw 6vw;
    border-radius: 2.66667vw;
    -webkit-box-shadow: 0 -0.4vw 5.33333vw rgba(0, 0, 0, 0.08);
            box-shadow: 0 -0.4vw 5.33333vw rgba(0, 0, 0, 0.08);
  }
}

.book-single-cta h2 a:hover {
  color: #077240;
}

.book-single-cta .product-btns {
  margin-top: 1.5em;
}

.book-single-cta .btn {
  width: 32.9375rem !important;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .book-single-cta .btn {
    width: 65.46667vw !important;
  }
}

.book-single-cta .slider-with-pagination {
  width: 34.375rem;
  overflow: hidden;
  margin-right: auto;
}

.book-single-cta .slider-with-pagination .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.book-single-cta .slider-with-pagination .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .book-single-cta .slider-with-pagination {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 5.33333vw;
  }
}

.book-single-cta .slider-with-pagination .custom-pagination {
  position: relative;
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .book-single-cta .slider-with-pagination .custom-pagination {
    margin-top: 5.33333vw;
  }
}

.book-single-cta .product-features {
  margin: 1.25rem 0;
}

@media screen and (max-width: 768px) {
  .book-single-cta .product-features {
    margin: 6.66667vw 0;
  }
}

.book-single-cta .product-description .cutted {
  max-height: 5.0625rem;
  overflow: hidden;
  margin-bottom: 0.75em;
}

.book-single-cta .product-description .price {
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .book-single-cta .product-description .price {
    margin-bottom: 8vw;
  }
}

.book-single-cta .product-description.desktop-sm-hide {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}

.book-single-cta .product-description.desktop-sm-hide .product-label {
  position: static;
}

.tour-options {
  background-color: #eff7f6;
  padding: 1.875em;
  font-size: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 13.75em 1fr;
  grid-template-columns: 13.75em 1fr;
  gap: 1.875em;
}

@media screen and (max-width: 768px) {
  .tour-options {
    font-size: 3.46667vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.tour-options:not(:last-child) {
  margin-bottom: 2.1875em;
}

.tour-options:not(:first-child) {
  margin-top: 2.1875em;
}

.tour-options i {
  color: #52aa7f;
  font-size: 1.5em;
  margin-left: 0.41667em;
}

.tour-options div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .tour-options div > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tour-options div > span > strong > span::after {
  content: " - ";
}

@media screen and (max-width: 768px) {
  .tour-options div > span > strong > span::after {
    content: ": ";
  }
}

.tour-single-content {
  padding: 1.375rem 0 5rem;
}

@media screen and (max-width: 768px) {
  .tour-single-content {
    padding: 5.73333vw 0 8vw;
  }
}

.tour-single-content .trip-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tour-single-content .trip-page-content .content-navigation {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.tour-single-content .trip-page-content .trip-source {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}

.tour-single-content .trip-page-content .book-sales-banner {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.white-box {
  background-color: #fff;
  -webkit-box-shadow: 0 0.125rem 1.25rem rgba(209, 209, 209, 0.16);
          box-shadow: 0 0.125rem 1.25rem rgba(209, 209, 209, 0.16);
}

@media screen and (max-width: 768px) {
  .white-box {
    -webkit-box-shadow: 0 0.26667vw 2.66667vw rgba(209, 209, 209, 0.16);
            box-shadow: 0 0.26667vw 2.66667vw rgba(209, 209, 209, 0.16);
  }
}

.order-main {
  width: 62.6875rem;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .order-main {
    width: 100%;
    margin: 0 -2.4vw;
    width: calc(100% + 4.4vw);
    margin-bottom: 2.66667vw;
  }
  .order-main h1 {
    text-align: center;
  }
}

.cart-products {
  padding: 2.5rem 1.875rem 3.125rem 0.5rem;
}

@media screen and (max-width: 768px) {
  .cart-products {
    padding: 6vw 2.66667vw 7.06667vw 1.33333vw;
  }
  .cart-products h1 {
    margin-bottom: 1.73333vw;
  }
}

.cart-products-list {
  padding-left: 7.5rem;
  /*
    max-height: rem(700);
    overflow-x: hidden;
    overflow-y: auto;
    */
  scrollbar-width: thin;
  scrollbar-color: #077240 #d4d4d4;
}

.cart-products-list::-webkit-scrollbar {
  width: 2px;
}

.cart-products-list::-webkit-scrollbar-track {
  background: #d4d4d4;
}

.cart-products-list::-webkit-scrollbar-thumb {
  background: #077240;
  border-radius: 2rem;
}

.cart-products-list::-webkit-scrollbar-thumb:hover {
  background: #118851;
}

@media screen and (max-width: 768px) {
  .cart-products-list {
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 1.33333vw;
    max-height: 145.33333vw;
  }
}

.order-summary {
  width: 42rem;
  padding: 3rem 7.625rem 1.0625rem;
}

@media screen and (max-width: 768px) {
  .order-summary {
    margin: 0 -2.4vw;
    width: calc(100% + 4.4vw);
    padding: 6vw 2.13333vw 5.33333vw;
  }
}

.order-summary h2 {
  margin-bottom: 1em;
}

.order-summary .btn {
  width: 100%;
  margin: 1.13636em 0 0.81818em;
  font-size: 1.375rem;
}

@media screen and (max-width: 768px) {
  .order-summary .btn {
    font-size: 4.26667vw;
    height: 12.13333vw;
  }
}

.cart-summary-list {
  margin-top: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .cart-summary-list {
    margin-top: 1.73333vw;
  }
}

.cart-summary-list:not(:first-child) {
  border-top: 2px solid #000;
  padding-top: 1.375rem;
}

@media screen and (max-width: 768px) {
  .cart-summary-list:not(:first-child) {
    margin-top: 4.13333vw;
    border-width: 1px;
  }
}

.cart-summary-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .cart-summary-list .item {
    font-size: 4.13333vw;
  }
}

.cart-summary-list .item:not(:last-child) {
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .cart-summary-list .item:not(:last-child) {
    margin-bottom: 2.66667vw;
  }
}

.cart-summary-list .item div:last-child {
  text-align: left;
  font-weight: 500;
}

.cart-summary-list .item div .info {
  font-weight: 300;
  font-size: 0.65em;
}

.cart-summary-list .item.sale-count div:last-child {
  color: #f77a40;
}

.cart-summary-list .item.total {
  border-top: 2px solid #000;
  font-weight: 700;
  font-size: 1.4375rem;
  padding-top: 1em;
}

@media screen and (max-width: 768px) {
  .cart-summary-list .item.total {
    font-size: 4.13333vw;
    padding-top: 5.06667vw;
    border-width: 1px;
  }
}

.cart-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.125rem 0 2.0625rem;
}

@media screen and (max-width: 768px) {
  .cart-product-item {
    padding: 4vw 0;
    width: 100%;
  }
}

.cart-product-item:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}

.cart-product-item:last-child {
  padding-bottom: 0;
}

.cart-product-item .img-wrapper {
  margin: 0 1.375rem 0 1.875rem;
  background-color: #f6f6f6;
  width: 15.0625rem;
  height: 10rem;
  padding: 1.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cart-product-item .img-wrapper img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .cart-product-item .img-wrapper {
    width: 30vw;
    height: 21.33333vw;
    padding: 2.66667vw;
    margin: 0 1.73333vw 0 3.2vw;
  }
}

.cart-product-item .img-wrapper:hover {
  background-color: #e9e9e9;
}

.cart-product-item .img-wrapper img {
  margin: 0 auto;
  width: auto;
}

.cart-product-item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}

.cart-product-item .product-desc {
  max-width: 80%;
}

@media screen and (max-width: 768px) {
  .cart-product-item .product-desc {
    max-width: 100%;
    margin-bottom: 1.86667vw;
  }
}

.cart-product-item .product-title {
  font-weight: 700;
  font-size: 1.4375rem;
  margin-bottom: 0.34783em;
}

@media screen and (max-width: 768px) {
  .cart-product-item .product-title {
    font-size: 3.86667vw;
  }
  .cart-product-item .product-title + div {
    font-size: 3.6vw;
  }
}

.cart-product-item .product-title a:hover {
  text-decoration: underline;
}

.cart-product-item .product-title + div {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cart-product-item .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1875rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .cart-product-item .product-price {
    font-size: 4.26667vw;
  }
}

.cart-product-item .product-price .subscription-details {
  margin-right: 0.5em;
}

.cart-product-item .product-price .sale {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #f58521;
  margin-right: 0.68421em;
}

.cart-product-item .product-price .sale + .reg {
  text-decoration: line-through;
}

.cart-product-item .product-count {
  height: 2.3125rem;
  border-radius: 1rem;
  font-size: 0.875rem;
  border-width: 2px;
  width: 6.25rem;
}

.cart-product-item .product-count input {
  font-weight: 700;
}

.cart-product-item .product-count .count-btn {
  width: 2.5rem;
}

.cart-product-item .product-count .count-btn:hover {
  background-color: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .cart-product-item .product-count {
    width: 21.6vw;
    height: 8.13333vw;
    font-size: 3.33333vw;
    border-radius: 2.93333vw;
    border-width: 1px;
  }
  .cart-product-item .product-count .count-btn {
    width: 8.93333vw;
  }
}

.coupon-code {
  font-size: 1.1875rem;
}

@media screen and (max-width: 768px) {
  .coupon-code {
    font-size: 4vw;
  }
}

.coupon-code p {
  font-size: 0.78947em;
  margin-top: 0.5em;
}

.coupon-code input {
  width: 17.05263em;
  height: 2.63158em;
  border-radius: 6.66667vw;
  border: 1px solid #cccccc;
  padding: 0 0.78947em;
  font-weight: 500;
}

.coupon-code input.error {
  border-color: #d52727;
}

.coupon-code input::-webkit-input-placeholder {
  color: #cccccc;
  font-weight: 400;
}

.coupon-code input::-moz-placeholder {
  color: #cccccc;
  font-weight: 400;
}

.coupon-code input:-ms-input-placeholder {
  color: #cccccc;
  font-weight: 400;
}

.coupon-code input::-ms-input-placeholder {
  color: #cccccc;
  font-weight: 400;
}

.coupon-code input::placeholder {
  color: #cccccc;
  font-weight: 400;
}

.coupon-code button {
  margin-right: auto;
  width: 4.89474em;
  height: 2.63158em;
  color: #fff;
  border-radius: 6.66667vw;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f39200), to(#f77a40));
  background-image: linear-gradient(to bottom, #f39200 0%, #f77a40 100%);
}

.coupon-code button:hover {
  opacity: 0.8;
}

.additional-info {
  gap: 3.125rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 13.1875rem 1fr;
  grid-template-columns: 13.1875rem 1fr;
  margin-top: 1.375rem;
}

.additional-info:not(:last-child) {
  margin-bottom: 2.5rem;
}

.additional-info img {
  margin-left: 0.625rem;
  width: auto;
  max-width: unset;
  height: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .additional-info img {
    height: 6.13333vw;
    margin-left: 3.46667vw;
  }
}

.additional-info i {
  margin-left: 0.625rem;
}

.additional-info .icon-delivery {
  font-size: 2.25rem;
}

.additional-info .icon-gift2 {
  font-size: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .additional-info {
    gap: 15.06667vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 8.53333vw;
  }
  .additional-info:not(:last-child) {
    margin-bottom: 11.2vw;
  }
  .additional-info i {
    margin-left: 3.46667vw;
  }
  .additional-info .icon-delivery {
    font-size: 9.06667vw;
  }
  .additional-info .icon-gift2 {
    font-size: 6.13333vw;
  }
}

.cart-help {
  font-size: 1.0625rem;
  max-width: 24.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cart-help {
    max-width: 100%;
    font-size: 3.86667vw;
  }
}

.cart-help h3 {
  font-size: 1.23529em;
}

.cart-help p {
  margin-bottom: 0.58824em;
}

.cart-help a {
  position: relative;
  display: inline-block;
  padding-right: 1.76471em;
}

@media screen and (max-width: 768px) {
  .cart-help a {
    font-size: 4.26667vw;
  }
}

.cart-help a:hover span {
  text-decoration: none;
}

.cart-help a::before {
  position: absolute;
  content: "";
  width: 1.35294em;
  height: 1.35294em;
  top: 0;
  right: 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='23' height='23' viewBox='0 0 23 23'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%2358ee71'/%3E%3Cstop offset='1' stop-color='%2328aa3e'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Icon_simple-whatsapp' data-name='Icon simple-whatsapp' d='M16.769,13.783c-.288-.144-1.693-.831-1.955-.926s-.453-.144-.645.144-.739.924-.9,1.114-.334.2-.619.072a7.778,7.778,0,0,1-2.3-1.423,8.694,8.694,0,0,1-1.591-1.984c-.167-.287-.018-.446.125-.589s.288-.331.432-.5a2.429,2.429,0,0,0,.285-.475.527.527,0,0,0-.024-.5C9.5,8.567,8.925,7.159,8.685,6.6s-.467-.489-.644-.489-.356-.014-.547-.014a1.08,1.08,0,0,0-.764.344,3.2,3.2,0,0,0-1,2.372A5.607,5.607,0,0,0,6.9,11.757a12.778,12.778,0,0,0,4.888,4.3c.684.288,1.217.46,1.633.6a3.965,3.965,0,0,0,1.8.116,2.949,2.949,0,0,0,1.932-1.367,2.372,2.372,0,0,0,.173-1.366c-.071-.129-.259-.2-.546-.331m-5.219,7.133h-.015A9.587,9.587,0,0,1,6.7,19.521l-.345-.205-3.594.934.963-3.493L3.494,16.4A9.5,9.5,0,0,1,18.3,4.673a9.38,9.38,0,0,1,2.788,6.7,9.516,9.516,0,0,1-9.521,9.473m8.1-17.539A11.636,11.636,0,0,0,11.543,0,11.394,11.394,0,0,0,1.625,17.095L0,23l6.071-1.583A11.56,11.56,0,0,0,11.543,22.8h.006A11.443,11.443,0,0,0,23,11.4a11.3,11.3,0,0,0-3.349-8.061' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");
}

.checkout-page .order-summary {
  padding-bottom: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .checkout-page .order-summary {
    padding-bottom: 4.93333vw;
    margin-bottom: 2.66667vw;
  }
}

.checkout-page .cart-help {
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 768px) {
  .checkout-page .cart-help {
    margin-bottom: 0;
    margin-top: 8.8vw;
  }
}

.checkout-page .additional-info {
  padding-top: 1.375rem;
  border-top: 2px solid #000;
}

@media screen and (max-width: 768px) {
  .checkout-page .additional-info {
    border-width: 1px;
    padding-top: 7.46667vw;
    margin-top: 5.33333vw;
  }
}

.checkout-page .coupon-code button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F39200), to(#F77A40));
  background-image: linear-gradient(to bottom, #F39200 0%, #F77A40 100%);
}

.checkout-page .coupon-code button:hover {
  opacity: 0.8;
}

.checkout-products-list {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  .checkout-products-list {
    margin-bottom: 4vw;
  }
}

.checkout-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 0;
  border-bottom: 1px solid #CCCCCC;
}

@media screen and (max-width: 768px) {
  .checkout-product-item {
    padding: 4vw 0;
  }
}

.checkout-product-item .img-wrapper {
  background-color: #F6F6F6;
  width: 10rem;
  height: 6.0625rem;
  margin-left: 0.9375rem;
  padding: 0.44444em;
}

@media screen and (max-width: 768px) {
  .checkout-product-item .img-wrapper {
    width: 30vw;
    height: 21.33333vw;
    margin-left: 4vw;
  }
}

.checkout-product-item .img-wrapper img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.checkout-product-item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.625rem 0;
  font-weight: 500;
  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 screen and (max-width: 768px) {
  .checkout-product-item .content {
    padding: 1.33333vw 0;
  }
}

.checkout-product-item .content .product-title {
  font-weight: 700;
}

.checkout-forms {
  padding: 2.375rem 1.875rem 2.375rem 2.25rem;
}

@media screen and (max-width: 768px) {
  .checkout-forms {
    padding: 6vw 2.26667vw 8.53333vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
  .checkout-forms + .order-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .checkout-forms + .order-summary .cart-help {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.checkout-forms .row {
  gap: 0.875rem 0;
}

@media screen and (max-width: 768px) {
  .checkout-forms .row {
    gap: 2.8vw 0;
  }
}

.checkout-forms .form-part-title {
  width: 100%;
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 768px) {
  .checkout-forms .form-part-title {
    font-size: 4.26667vw;
  }
}

.checkout-forms form {
  margin-top: 3.125rem;
  max-width: 42.8125rem;
}

@media screen and (max-width: 768px) {
  .checkout-forms form {
    margin-top: 4vw;
    max-width: 100%;
  }
}

.checkout-forms form .btn {
  width: 27.1875rem;
  margin-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  .checkout-forms form .btn {
    width: 100%;
    margin-top: 5.33333vw;
  }
}

.checkout-forms form textarea {
  height: 6.125rem;
}

@media screen and (max-width: 768px) {
  .checkout-forms form textarea {
    height: 22.66667vw;
  }
}

.checkout-forms .additonal-part:not(:first-child) {
  margin-top: 3.75rem;
}

@media screen and (max-width: 768px) {
  .checkout-forms .additonal-part:not(:first-child) {
    margin-top: 6.66667vw;
  }
}

.checkout-forms .form-item {
  margin-bottom: 0;
  font-size: 1rem;
}

.checkout-forms .form-item.w-50 {
  width: calc(50% - .3125rem);
}

@media screen and (max-width: 768px) {
  .checkout-forms .form-item {
    font-size: 4vw;
  }
  .checkout-forms .form-item.w-50 {
    width: 100%;
  }
}

.checkout-forms .form-item input {
  font-weight: 500;
}

.checkout-forms .form-item input::-webkit-input-placeholder {
  font-weight: 400;
}

.checkout-forms .form-item input::-moz-placeholder {
  font-weight: 400;
}

.checkout-forms .form-item input:-ms-input-placeholder {
  font-weight: 400;
}

.checkout-forms .form-item input::-ms-input-placeholder {
  font-weight: 400;
}

.checkout-forms .form-item input::placeholder {
  font-weight: 400;
}

.checkout-forms .checkbox-item:not(:last-child) {
  margin-bottom: 0.875rem;
}

@media screen and (max-width: 768px) {
  .checkout-forms .checkbox-item:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.checkout-forms .checkbox-item .check {
  width: 1.5625rem;
  height: 1.5625rem;
  border-color: #CCCCCC;
}

@media screen and (max-width: 768px) {
  .checkout-forms .checkbox-item .check {
    width: 6.13333vw;
    height: 6.13333vw;
  }
}

.checkout-forms .checkbox-item .check::before {
  background-color: #000;
}

.checkout-forms .checkbox-item .label {
  color: #000;
  font-weight: 400 !important;
}

.checkout-forms .checkbox-item input:checked ~ label .check {
  border-color: #000;
}

.checkout-forms .address-form {
  margin-top: 1.5625rem;
  display: none;
}

@media screen and (max-width: 768px) {
  .checkout-forms .address-form {
    margin-top: 6.66667vw;
  }
}

.checkout-forms .address-form-title {
  font-size: 1.05556em;
  margin-bottom: 0.78947em;
}

.checkout-forms .address-form .row {
  margin-top: 1.25rem;
}

@media screen and (max-width: 768px) {
  .checkout-forms .address-form .row {
    margin-top: 4.66667vw;
  }
}

.checkout-forms .add-shipping {
  margin: 1.25rem 0 0;
}

@media screen and (max-width: 768px) {
  .checkout-forms .add-shipping {
    margin: 4vw 0 6.66667vw;
  }
}

.checkout-forms .shipping-address {
  display: none;
}

.checkout-forms .shipping-address .row {
  margin-top: 1.25rem;
}

@media screen and (max-width: 768px) {
  .checkout-forms .shipping-address .row {
    margin-top: 4.66667vw;
  }
}

.thanks-page {
  padding: 11rem 0 2.0625rem;
}

@media screen and (max-width: 768px) {
  .thanks-page {
    padding: 26.4vw 0 5.33333vw;
  }
}

.thanks-page-content {
  max-width: 36.5625rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .thanks-page-content {
    max-width: 100%;
  }
}

.thanks-page-content h1 {
  margin-bottom: 0.15em;
}

.thanks-page-content h2 {
  margin-bottom: 1em;
}

.thanks-page-content .cart-summary-list {
  padding-top: 0;
  border-top: 0;
  margin-bottom: 2.1875rem;
}

@media screen and (max-width: 768px) {
  .thanks-page-content .cart-summary-list {
    margin-bottom: 4vw;
  }
}

.thanks-page-content .cart-help {
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .thanks-page-content .cart-help {
    margin-top: 6vw;
  }
}

.thanks-page-content .btn {
  width: 22.75rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .thanks-page-content .btn {
    width: 100%;
  }
}

.order-info {
  margin: 1.875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.5625rem;
  border: 1px solid #E0E0E0;
  -webkit-box-shadow: 0 0.125rem 1.25rem rgba(209, 209, 209, 0.16);
          box-shadow: 0 0.125rem 1.25rem rgba(209, 209, 209, 0.16);
  position: relative;
}

@media screen and (max-width: 768px) {
  .order-info {
    margin: 6vw 0 2.66667vw;
    border-radius: 0;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 0;
  }
}

.order-info::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 2.125em;
  background-color: #E0E0E0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .order-info::before {
    display: none;
  }
}

.order-info .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 1.25em 0;
}

@media screen and (max-width: 768px) {
  .order-info .item {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 3.06667vw 0;
    border-radius: 3.33333vw;
    border: 1px solid #E0E0E0;
    -webkit-box-shadow: 0 0.26667vw 2.66667vw rgba(209, 209, 209, 0.16);
            box-shadow: 0 0.26667vw 2.66667vw rgba(209, 209, 209, 0.16);
  }
  .order-info .item:not(:last-child) {
    margin-bottom: 1.33333vw;
  }
}

.fancybox__backdrop {
  background-color: rgba(206, 206, 206, 0.75) !important;
}

.fancybox__content > .carousel__button.is-close {
  color: #000 !important;
  border: 1px solid #000 !important;
}

.modals-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(206, 206, 206, 0.75);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #077240 #d4d4d4;
}

.modals-wrapper::-webkit-scrollbar {
  width: 2px;
}

.modals-wrapper::-webkit-scrollbar-track {
  background: #d4d4d4;
}

.modals-wrapper::-webkit-scrollbar-thumb {
  background: #077240;
  border-radius: 2rem;
}

.modals-wrapper::-webkit-scrollbar-thumb:hover {
  background: #118851;
}

.close-button {
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  border: 1px solid #000;
  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;
  z-index: 5;
  color: #000;
}

.close-button i {
  font-size: 0.9375rem;
}

.close-button:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.close-button.filled {
  background-color: #000;
  color: #fff;
}

.close-button.filled:hover {
  background-color: transparent;
  color: #000;
}

.close-button.light {
  background-color: #fff;
  border-color: #fff;
}

.close-button.light:hover {
  background-color: #000;
  border-color: #000;
}

@media screen and (max-width: 768px) {
  .close-button {
    width: 8.4vw;
    height: 8.4vw;
    top: 2.8vw;
    left: 2.8vw;
  }
  .close-button i {
    font-size: 2.93333vw;
  }
}

.default-modal {
  display: none;
  position: relative;
  margin: 10vh auto;
  border-radius: 1.5625rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  background-color: #fff !important;
}

@media screen and (max-width: 768px) {
  .default-modal {
    margin: 6vh auto;
  }
}

.default-modal .is-close {
  position: absolute;
  top: 0.9375rem !important;
  left: 0.9375rem !important;
  right: unset !important;
  width: 2.625rem !important;
  height: 2.625rem !important;
  border-radius: 50% !important;
  border: 0.05208vw solid #fff !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  z-index: 5 !important;
  color: #000 !important;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.default-modal .is-close:hover {
  background: #000;
  border-color: #000 !important;
}

.default-modal .is-close:hover svg {
  stroke: #fff;
  opacity: 1;
}

.default-modal .is-close svg {
  -webkit-filter: none;
          filter: none;
  width: 50%;
  height: 50%;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.default-modal .title-with-logo {
  font-size: 2.4375rem;
  font-weight: 700;
  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;
}

@media screen and (max-width: 768px) {
  .default-modal .title-with-logo {
    font-size: 6vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .default-modal .title-with-logo span:first-child {
    width: 100%;
    text-align: center;
  }
}

.default-modal .title-with-logo img {
  width: 4.5em;
  margin: 0 0.25em;
}

.subscription-modal {
  color: #000;
  background-color: #fff;
  width: 50.125rem;
  padding: 1.5625rem 1.875rem 0.625rem;
  text-align: right;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .subscription-modal {
    width: auto;
    top: 2.66667vw;
    left: 1.33333vw;
    right: 1.33333vw;
    bottom: 2.66667vw;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    overflow: auto;
    border-radius: 3.33333vw;
    padding: 14.13333vw 2.4vw 0.26667vw;
  }
}

.subscription-modal.fancybox__content {
  padding: 1.5625rem 1.875rem 0.625rem !important;
}

@media screen and (max-width: 768px) {
  .subscription-modal.fancybox__content {
    padding: 14.13333vw 2.4vw 0.26667vw !important;
  }
}

.subscription-modal-title {
  max-width: 32.5rem;
  margin: 0 auto 2.1875rem;
}

@media screen and (max-width: 768px) {
  .subscription-modal-title {
    max-width: 100%;
    margin-bottom: 4.66667vw;
    font-size: 4.4vw;
  }
}

.subscription-modal .list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

@media screen and (max-width: 768px) {
  .subscription-modal .list {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.subscription-modal .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  .subscription-modal .list .item {
    margin-bottom: 2.93333vw;
  }
}

.subscription-modal .list .item i {
  font-size: 1.8125rem;
  margin-left: 0.75rem;
  color: #24c174;
}

@media screen and (max-width: 768px) {
  .subscription-modal .list .item i {
    font-size: 7.73333vw;
    margin-left: 3.06667vw;
  }
}

.intro-modal {
  width: 62.5rem;
  border: 5px solid #fff;
  overflow: hidden;
  color: #fff;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .intro-modal {
    width: calc(100% - 8vw);
    border-width: 0.53333vw;
  }
}

.intro-modal .content {
  position: relative;
  z-index: 2;
  padding: 3.375rem 2.8125rem 1.8125rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#3fbf80), color-stop(59%, #67c697), to(rgba(56, 190, 124, 0.13)));
  background-image: linear-gradient(to top, #3fbf80 0%, #67c697 59%, rgba(56, 190, 124, 0.13) 100%);
}

@media screen and (max-width: 768px) {
  .intro-modal .content {
    padding: 8vw 6vw 6vw;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#3fbf80), color-stop(59%, #67c697), to(rgba(56, 190, 124, 0.5)));
    background-image: linear-gradient(to top, #3fbf80 0%, #67c697 59%, rgba(56, 190, 124, 0.5) 100%);
  }
}

.intro-modal .img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}

.intro-modal .title-with-logo {
  padding-bottom: 0.5641em;
  margin-bottom: 0.74359em;
  position: relative;
}

.intro-modal .title-with-logo::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
}

.intro-modal .list {
  margin: 2.5rem 0;
  gap: 2.1875rem;
}

@media screen and (max-width: 768px) {
  .intro-modal .list {
    margin: 5.33333vw 0 6.66667vw;
    font-size: 3.73333vw;
    gap: 6vw 12vw;
  }
}

.intro-modal .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(25% - 2.1875rem);
}

@media screen and (max-width: 768px) {
  .intro-modal .list .item {
    width: calc(50% - 6vw);
  }
}

.intro-modal .list .item .icon {
  margin-bottom: 1.15625rem;
  height: 2.6875rem;
}

@media screen and (max-width: 768px) {
  .intro-modal .list .item .icon {
    margin-bottom: auto;
    height: unset;
  }
}

.intro-modal .list .item .icon img {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 768px) {
  .intro-modal .list .item .icon img {
    height: unset;
  }
}

.intro-modal .btn {
  margin-bottom: 1.25rem;
}

.firewall-modal {
  background-color: #fff;
  width: 70.5rem;
  padding: 3.75rem;
}

@media screen and (max-width: 768px) {
  .firewall-modal {
    width: calc(100% - 2.6vw);
    padding: 4vw 2.66667vw 9.06667vw;
    margin-top: 1.46667vw;
  }
}

.firewall-modal .carousel__button.is-close {
  border-color: #000 !important;
}

.firewall-modal.fancybox__content {
  padding: 3.75rem !important;
}

@media screen and (max-width: 768px) {
  .firewall-modal.fancybox__content {
    padding: 4vw 2.66667vw 9.06667vw !important;
  }
}

.firewall-modal#popup-restricted > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11.5rem;
}

@media screen and (max-width: 768px) {
  .firewall-modal#popup-restricted > .row {
    gap: 2.66667vw;
  }
}

.firewall-modal.blocked-content > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7.5rem;
}

@media screen and (max-width: 768px) {
  .firewall-modal.blocked-content > .row {
    gap: 8vw;
  }
}

.firewall-modal .title-with-logo {
  margin-bottom: 0.5641em;
}

.firewall-modal .list-block {
  padding: 1.875rem 0 1.875rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .firewall-modal .list-block {
    padding: 0 13.73333vw;
    margin-top: 9.33333vw;
  }
}

.firewall-modal .list-block h3 {
  font-size: 1.375rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .firewall-modal .list-block h3 {
    font-size: 4.93333vw;
  }
}

.firewall-modal .list-block p {
  font-weight: 500;
}

.firewall-modal .list-block ul {
  margin: 1.625rem auto 2.3125rem;
  text-align: right;
  max-width: 13.8125rem;
}

@media screen and (max-width: 768px) {
  .firewall-modal .list-block ul {
    max-width: 100%;
    margin: 6.4vw 0 8.8vw;
  }
}

.firewall-modal .list-block ul li {
  position: relative;
  font-size: 1rem;
  padding-right: 2.5em;
}

@media screen and (max-width: 768px) {
  .firewall-modal .list-block ul li {
    font-size: 4vw;
  }
}

.firewall-modal .list-block ul li:not(:last-child) {
  margin-bottom: 1.5em;
}

.firewall-modal .list-block ul li::before {
  position: absolute;
  content: "";
  width: 1.8125em;
  height: 1.5em;
  top: 0;
  right: 0;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28.693' height='23.867' viewBox='0 0 28.693 23.867'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_4239' data-name='Rectangle 4239' width='28.693' height='23.867' fill='%23f39200'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_12373' data-name='Group 12373' transform='translate(-9.242 -13.373)'%3E%3Cg id='Group_9435' data-name='Group 9435' transform='translate(9.242 13.373)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_29992' data-name='Path 29992' d='M22.737,11.834A1.194,1.194,0,0,0,21.429,12.9,9.544,9.544,0,1,1,10.77,2.463a9.474,9.474,0,0,1,7.038,1.953A1.2,1.2,0,0,0,19.28,2.532a11.932,11.932,0,1,0,1.225,17.7,11.976,11.976,0,0,0,3.3-7.091,1.2,1.2,0,0,0-1.069-1.31' transform='translate(-0.001 0)' fill='%23f39200'/%3E%3Cpath id='Path_29993' data-name='Path 29993' d='M132.124,110.308c1.534,1.372,6.607,5.972,8.227,8.233a.245.245,0,0,0,.409,0c1.285-1.759,8.254-10.948,15.239-13.239.314-.1.223-.635-.1-.593-2.941.384-8.167,2.094-15.914,8.252a.241.241,0,0,1-.313-.006c-2.253-1.921-5.623-3.371-7.4-3.191a.315.315,0,0,0-.144.541' transform='translate(-127.5 -101.123)' fill='%23f39200'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.firewall-modal .banner {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
  padding: 1.5rem 1.6875rem 1.1875rem;
  width: 27rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#71c89d), to(#38be7c));
  background-image: linear-gradient(to bottom, #71c89d 0%, #38be7c 100%);
  color: #fff;
  border-radius: 1.25rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .firewall-modal .banner {
    border-width: 2px;
    padding: 4.66667vw 9.33333vw;
    border-radius: 2.66667vw;
    width: 100%;
  }
}

.firewall-modal .banner .btn {
  height: 3.25rem;
  width: 13.4375rem;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  .firewall-modal .banner .btn {
    height: 10.93333vw;
    width: 48.26667vw;
    margin-bottom: 2.66667vw;
  }
}

.firewall-modal .banner .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2.5rem;
  font-size: 0.875rem;
  margin: 1.875rem 0 2.5rem;
}

@media screen and (max-width: 768px) {
  .firewall-modal .banner .list {
    gap: 6.66667vw 12vw;
    font-size: 3.73333vw;
    margin: 5.33333vw 0 6.66667vw;
  }
}

.firewall-modal .banner .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .firewall-modal .banner .list .item {
    min-width: calc(50% - 6vw);
    width: unset;
  }
}

.firewall-modal .banner .list .item .icon {
  margin-bottom: auto;
}

.subscription-details {
  max-width: 50rem;
  margin: 0;
  padding: 1.5625rem 1.875rem 1.875rem;
}

.subscription-details *:not(svg):first-child {
  max-width: 28.66667em;
  margin: 0 auto 2em;
}

@media screen and (max-width: 768px) {
  .subscription-details {
    padding: 13.33333vw 4vw 6.66667vw;
  }
}

.subscription-details h3 {
  font-size: 1em;
  line-height: 1.5;
}

.subscription-details ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .subscription-details ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.subscription-details ul li {
  page-break-inside: avoid;
  font-size: 0.77778em;
  margin-bottom: 1.42857em;
  position: relative;
  padding-right: 3em;
}

.subscription-details ul li::before {
  position: absolute;
  content: "";
  width: 2.07143em;
  height: 1.71429em;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: 0.21429em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28.693' height='23.867' viewBox='0 0 28.693 23.867'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_4239' data-name='Rectangle 4239' width='28.693' height='23.867' fill='%23f39200'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_9435' data-name='Group 9435' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_29992' data-name='Path 29992' d='M22.737,11.834A1.194,1.194,0,0,0,21.429,12.9,9.544,9.544,0,1,1,10.77,2.463a9.474,9.474,0,0,1,7.038,1.953A1.2,1.2,0,0,0,19.28,2.532a11.932,11.932,0,1,0,1.225,17.7,11.976,11.976,0,0,0,3.3-7.091,1.2,1.2,0,0,0-1.069-1.31' transform='translate(-0.001 0)' fill='%23f39200'/%3E%3Cpath id='Path_29993' data-name='Path 29993' d='M132.124,110.308c1.534,1.372,6.607,5.972,8.227,8.233a.245.245,0,0,0,.409,0c1.285-1.759,8.254-10.948,15.239-13.239.314-.1.223-.635-.1-.593-2.941.384-8.167,2.094-15.914,8.252a.241.241,0,0,1-.313-.006c-2.253-1.921-5.623-3.371-7.4-3.191a.315.315,0,0,0-.144.541' transform='translate(-127.5 -101.123)' fill='%23f39200'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.subscription-details ul strong {
  font-size: 1.21429em;
}

.page-id-187 .subscription-details ul li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='28.693' height='23.867' viewBox='0 0 28.693 23.867'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' x2='0.5' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%2324c174'/%3E%3Cstop offset='1' stop-color='%2329d27f'/%3E%3C/linearGradient%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_4239' data-name='Rectangle 4239' width='28.693' height='23.867' fill='url(%23linear-gradient)'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_9435' data-name='Group 9435' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_29992' data-name='Path 29992' d='M22.737,11.834A1.194,1.194,0,0,0,21.429,12.9,9.544,9.544,0,1,1,10.77,2.463a9.474,9.474,0,0,1,7.038,1.953A1.2,1.2,0,0,0,19.28,2.532a11.932,11.932,0,1,0,1.225,17.7,11.976,11.976,0,0,0,3.3-7.091,1.2,1.2,0,0,0-1.069-1.31' transform='translate(-0.001 0)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Path_29993' data-name='Path 29993' d='M132.124,110.308c1.534,1.372,6.607,5.972,8.227,8.233a.245.245,0,0,0,.409,0c1.285-1.759,8.254-10.948,15.239-13.239.314-.1.223-.635-.1-.593-2.941.384-8.167,2.094-15.914,8.252a.241.241,0,0,1-.313-.006c-2.253-1.921-5.623-3.371-7.4-3.191a.315.315,0,0,0-.144.541' transform='translate(-127.5 -101.123)' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.account-page {
  padding-top: 8.125rem;
  overflow: unset;
}

@media screen and (max-width: 768px) {
  .account-page {
    padding-top: 26.4vw;
    overflow: hidden;
  }
}

.account-page h1 {
  margin-bottom: 1em;
}

.account-page .white-box {
  border-radius: 1.25rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .account-page .white-box {
    border-radius: 2.66667vw;
  }
}

.account-sidebar {
  width: 28.5rem;
  padding: 3.75rem 0;
}

@media screen and (max-width: 768px) {
  .account-sidebar {
    width: calc(100vw + 5vw);
    margin: 0 -2.5vw;
    padding: 0;
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 1.6vw;
  }
  .account-sidebar h2 {
    margin-right: 5.2vw;
  }
}

.account-sidebar .account-nav {
  padding: 1.5625rem 0 6.25rem;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .account-sidebar .account-nav {
    padding: 0;
    border: 0;
    margin: 4.66667vw 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.account-sidebar .btn {
  height: 2.5em;
  width: 10.375em;
  background-color: #ececec;
  color: #818181;
  font-size: 0.88889em;
  margin: 1.25em 3.4375em 0 0;
}

@media screen and (max-width: 768px) {
  .account-sidebar .btn {
    margin: 0 0 0 5.2vw;
  }
}

.account-sidebar .btn:hover {
  background-color: #000;
  color: #fff;
}

.account-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 2.75rem;
  font-size: 1.1875rem;
  color: #acacac;
  border-right: 4px solid transparent;
}

@media screen and (max-width: 768px) {
  .account-nav a {
    font-size: 4vw;
    padding: 3.06667vw 3.33333vw;
    border-right: 0;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    font-weight: 500;
  }
}

.account-nav a i {
  font-size: 1.31579em;
  margin-left: 0.8em;
}

@media screen and (max-width: 768px) {
  .account-nav a i {
    margin-left: 2vw;
  }
}

.account-nav a.active {
  border-color: #f58521;
}

.account-nav a:hover, .account-nav a.active {
  background-color: #fffcf8;
  color: #f58521;
}

@media screen and (max-width: 768px) {
  .account-nav a:hover, .account-nav a.active {
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .account-nav {
    background-color: #fff;
    border-radius: 2.66667vw;
    overflow: auto;
    -webkit-box-shadow: 0 0.26667vw 2.66667vw rgba(209, 209, 209, 0.16);
            box-shadow: 0 0.26667vw 2.66667vw rgba(209, 209, 209, 0.16);
  }
  .account-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.account-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .account-content {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: calc(100% + 5vw);
    margin: 0 -2.5vw;
  }
}

.account-content-title {
  font-size: 1.66667em;
  padding: 0.86667em 1.33333em;
  border-bottom: 1px solid #ececec;
  margin-bottom: 0.33333em;
}

@media screen and (max-width: 768px) {
  .account-content-title {
    padding: 5.33333vw 6.66667vw;
  }
}

.account-content-parts {
  padding: 0 2.5rem 1.25rem;
}

@media screen and (max-width: 768px) {
  .account-content-parts {
    padding: 0 6.66667vw 3.33333vw;
  }
}

.account-content form {
  max-width: 43.125rem;
}

.account-content form a {
  color: #000;
}

.account-content form .form-item {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .account-content form .form-item {
    margin-bottom: 6.4vw;
  }
}

.account-content form .form-item.w-50 {
  width: calc(50% - 0.5rem);
}

@media screen and (max-width: 768px) {
  .account-content form .form-item.w-50 {
    width: 100%;
  }
}

.account-content form .form-item.unfocused-label label {
  color: #cccccc;
}

.account-content form .form-item.checkbox-item:not(:last-child) {
  margin-top: 0;
}

.account-content form .row {
  margin-top: 1.25rem;
}

@media screen and (max-width: 768px) {
  .account-content form .row {
    margin-top: 6.66667vw;
  }
}

.account-content form .btn {
  width: 21.0625rem;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .account-content form .btn {
    width: 100%;
    margin-top: 1.6vw;
  }
}

.account-content-part {
  padding: 2.5rem 0;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  .account-content-part {
    padding: 7.33333vw 0;
    font-size: 4vw;
  }
}

.account-content-part h3 {
  font-size: 1.42857em;
  margin-bottom: 0.35em;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .account-content-part h3 {
    font-size: 1.06667em;
    margin-bottom: 0.375em;
  }
}

.account-content-part p {
  color: #5d5d5d;
}

.account-content-part p:not(:last-child) {
  margin-bottom: 0.5em;
}

.account-content-part p strong {
  font-weight: 500;
  color: #ec4b04;
}

.account-content-part a {
  color: #ec4b04;
  text-decoration: underline;
}

.account-content-part:not(:last-child) {
  border-bottom: 1px solid #ececec;
}

.account-order-item {
  font-size: 1.125rem;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.125rem 1.25rem rgba(209, 209, 209, 0.16);
          box-shadow: 0 0.125rem 1.25rem rgba(209, 209, 209, 0.16);
  padding: 1.5rem;
}

@media screen and (max-width: 768px) {
  .account-order-item {
    font-size: 4vw;
    border-radius: 2.66667vw;
    -webkit-box-shadow: 0 0.26667vw 2.66667vw rgba(209, 209, 209, 0.16);
            box-shadow: 0 0.26667vw 2.66667vw rgba(209, 209, 209, 0.16);
    padding: 5.33333vw;
    width: calc(100% + 6.66667vw);
    margin: 0 -3.333335vw;
  }
}

.account-order-item > div {
  margin-bottom: 0.875rem;
}

@media screen and (max-width: 768px) {
  .account-order-item > div {
    margin-bottom: 4vw;
  }
}

.account-order-item > div strong {
  margin-left: 0.38889em;
}

@media screen and (max-width: 768px) {
  .account-order-item > div strong {
    margin-left: 0.66667vw;
  }
}

.account-order-item > div > div:first-child {
  margin-left: 1.94444em;
}

@media screen and (max-width: 768px) {
  .account-order-item > div > div:first-child {
    margin-left: 2.66667vw;
  }
}

.wishlist-switcher {
  margin: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem 4.375rem;
  border-bottom: 1px solid #ececec;
}

@media screen and (max-width: 768px) {
  .wishlist-switcher {
    margin: 6.66667vw;
    gap: 2.66667vw 8vw;
  }
}

.wishlist-switcher button {
  font-size: 1.25rem;
  font-weight: 500;
  color: #818181;
  border-bottom: 2px solid transparent;
}

@media screen and (max-width: 768px) {
  .wishlist-switcher button {
    font-size: 4vw;
  }
}

.wishlist-switcher button.isActive {
  color: #f58521;
  border-color: #f58521;
}

.wishlist-switcher button:hover {
  color: #f58521;
}

.wishlist-tab {
  padding: 0 2.5rem 3.75rem;
}

@media screen and (max-width: 768px) {
  .wishlist-tab {
    padding: 0 6.66667vw 13.33333vw;
  }
  .wishlist-tab .grid-3 {
    gap: 12vw 0;
  }
}

.wishlist-tab:not(:first-child) {
  display: none;
}

.empty-wishlist div:first-child {
  margin-bottom: 0.31818em;
}

.empty-wishlist .btn {
  width: 21.0625rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .empty-wishlist .btn {
    margin-top: 7.33333vw;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .wishlist-item .tour-item {
    height: 23.5rem;
    position: relative;
  }
  .wishlist-item .tour-item .product-label {
    font-size: 0.875rem;
    height: 2.3125rem;
    top: 0.9375rem;
    left: 0.625rem;
  }
  .wishlist-item .tour-item .add-to-wishlist {
    width: 2.5rem;
    height: 2.5rem;
    top: 0.9375rem;
    right: 0.9375rem;
    font-size: 1.4375rem;
  }
  .wishlist-item .tour-item .content {
    font-size: 0.875rem;
    padding: 1.25rem 0.8125rem;
  }
  .wishlist-item .tour-item .content h3 {
    font-size: 1.3125rem;
    margin-bottom: 0.1875rem;
  }
  .wishlist-item .tour-item .content h4 {
    font-size: 1rem;
    margin-bottom: 0.875rem;
  }
  .wishlist-item .tour-item .content p {
    font-size: 1rem;
  }
  .wishlist-item .tour-item .content p:not(:last-child) {
    margin-bottom: 0.875rem;
  }
  .wishlist-item .tour-item .content .info > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.625rem;
  }
  .wishlist-item .tour-item .content .info > div i {
    margin-left: 0.5rem;
  }
  .wishlist-item .tour-item .content .info > div:last-child {
    padding-left: 0;
  }
  .wishlist-item .tour-item .content .info > div:nth-child(2) i {
    font-size: 1rem;
  }
  .wishlist-item .tour-item .content .info > div:nth-child(2)::before, .wishlist-item .tour-item .content .info > div:nth-child(2)::after {
    height: 0.8125rem;
  }
  .wishlist-item .tour-item .content .info > div:first-child {
    padding-right: 0;
  }
  .wishlist-item .tour-item .content .info > div:first-child i {
    font-size: 1.125rem;
  }
  .wishlist-item .tour-item .content .info:not(:last-child) {
    margin-bottom: 1.125rem;
  }
  .wishlist-item .tour-item .content .info:not(:last-child) i {
    font-size: 1rem;
  }
  .wishlist-item .tour-item .content .info + .flex span {
    font-size: 1.4375rem;
  }
  .wishlist-item .tour-item .content .info + .flex .btn {
    height: 2.6875rem;
    width: 13rem;
  }
  .wishlist-item .tour-item .content .info + .flex .btn span {
    font-size: 1.0625rem;
  }
}

.wishlist-item-note {
  padding-top: 1.25rem;
  font-size: 1rem;
  color: #818181;
}

@media screen and (max-width: 768px) {
  .wishlist-item-note {
    padding-top: 4vw;
    font-size: 3.6vw;
  }
}

.wishlist-item-note .note {
  position: relative;
  padding-right: 2.1875em;
}

.wishlist-item-note .note::before {
  position: absolute;
  content: "";
  width: 1.375em;
  height: 1.375em;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.431' height='22.431' viewBox='0 0 22.431 22.431'%3E%3Cpath id='Icon_metro-pencil' data-name='Icon metro-pencil' d='M21.5,1.928a3.5,3.5,0,0,1,2.8,5.608l-1.4,1.4L17.992,4.031l1.4-1.4a3.489,3.489,0,0,1,2.1-.7ZM3.973,18.05l-1.4,6.309,6.309-1.4L21.847,9.989,16.94,5.082ZM18.245,9.892,8.432,19.706,7.224,18.5l9.813-9.813Z' transform='translate(-2.571 -1.928)' fill='%23077240'/%3E%3C/svg%3E%0A");
  top: 0;
  right: 0;
}

.wishlist-item-note .note-form {
  display: none;
  padding-top: 1em;
}

.wishlist-item-note form {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.27778em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wishlist-item-note form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1rem;
  text-align: start !important;
}

.wishlist-item-note form button {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #077240;
  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;
  color: #fff;
  border: 1px solid #077240;
}

.wishlist-item-note form button i {
  font-size: 0.875rem;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .wishlist-item-note form button {
    width: 8.26667vw;
    height: 8.26667vw;
  }
  .wishlist-item-note form button i {
    font-size: 2.66667vw;
  }
}

.wishlist-item-note form button:hover {
  background-color: transparent;
  color: #077240;
}

.account-order-single {
  margin: 3.75rem 3.75rem 6.25rem 0;
  max-width: 42.5rem;
}

@media screen and (max-width: 768px) {
  .account-order-single {
    margin: 10.66667vw 6.66667vw 12vw;
  }
}

.account-order-single .order-header-info {
  margin-top: 0.77778em;
}

.account-order-single .order-header-info strong {
  margin-left: 0.38889em;
}

.account-order-single .order-header-info div:first-child {
  margin-left: 1.94444em;
}

@media screen and (max-width: 768px) {
  .account-order-single .order-header-info div:first-child {
    margin-left: auto;
  }
}

.account-order-single .cart-summary-list {
  border-top: 0;
  margin-top: 0;
}

.account-order-single .cart-summary-list .total {
  padding: 1.375rem 0;
  border-bottom: 2px solid #000;
}

@media screen and (max-width: 768px) {
  .account-order-single .cart-summary-list .total {
    padding: 4.93333vw 0;
  }
}

.order-product-list {
  border-bottom: 1px solid #ececec;
  margin-top: 2.5rem;
  padding-bottom: 1.625rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .order-product-list {
    margin-top: 6.66667vw;
    padding-bottom: 4vw;
  }
}

.order-product-list > div > div:not(:first-child) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.order-product-list > div > div:first-child {
  width: 69.11765%;
}

.order-product-list > div > div:last-child {
  text-align: left;
}

.order-product-list > div > div:nth-child(2) {
  text-align: center;
}

.order-product-list .list-header {
  border-bottom: 1px solid #ececec;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .order-product-list .list-header {
    margin-bottom: 4vw;
  }
}

.order-product-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order-product-list .list-item:not(:last-child) {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 768px) {
  .order-product-list .list-item:not(:last-child) {
    margin-bottom: 6.66667vw;
  }
}

.order-product-list .list-item .img-wrapper {
  width: 8rem;
  height: 4.875rem;
  background-color: #f6f6f6;
  padding: 0.3125rem;
  margin-left: 1.5625rem;
}

@media screen and (max-width: 768px) {
  .order-product-list .list-item .img-wrapper {
    width: 15.6vw;
    height: 11.06667vw;
    padding: 1.33333vw;
    margin-left: 2.4vw;
  }
}

.order-product-list .list-item .img-wrapper img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.order-footer-info {
  margin-top: 2.1875rem;
  max-width: 24.0625rem;
}

@media screen and (max-width: 768px) {
  .order-footer-info {
    margin-top: 8vw;
    max-width: 100%;
  }
}

.order-footer-info .colored {
  color: #f58521;
  margin-right: 1em;
}

.order-footer-info .delivery-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1rem;
  gap: 0.5em 1.5em;
  margin-top: 0.8125em;
}

@media screen and (max-width: 768px) {
  .order-footer-info .delivery-options {
    font-size: 4vw;
  }
}

.order-footer-info .delivery-options strong {
  margin-left: 0.4375em;
}

@media screen and (max-width: 768px) {
  .signup-form .form-item label,
  .signin-form .form-item label {
    color: #4d4d4d;
  }
}

.contact-page {
  padding-top: 12.125rem;
}

@media screen and (max-width: 768px) {
  .contact-page {
    padding-top: 28.13333vw;
    padding-bottom: 10.66667vw;
  }
}

.contact-page-content {
  padding: 0 7.5rem 0 5.5625rem;
}

@media screen and (max-width: 768px) {
  .contact-page-content {
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 -0.66667vw 6.8vw rgba(0, 0, 0, 0.12);
            box-shadow: 0 -0.66667vw 6.8vw rgba(0, 0, 0, 0.12);
    padding: 4.26667vw 4vw 8vw;
    border-radius: 2.66667vw;
  }
}

.contact-page-content .img-wrapper {
  max-width: 16.875rem;
  margin-bottom: 2.1875rem;
}

@media screen and (max-width: 768px) {
  .contact-page-content .img-wrapper {
    max-width: 39.33333vw;
    margin: 0 auto 4vw;
  }
  .contact-page-content .img-wrapper + p {
    text-align: center;
  }
}

.contact-page-content .content {
  width: 40.3125rem;
}

@media screen and (max-width: 768px) {
  .contact-page-content .content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10.66667vw;
  }
}

.contact-page-content .content ul {
  margin-right: 2.66667em;
  font-size: 2em;
  gap: 0.83333em;
  color: #F58521;
}

.contact-page-content .content ul li, .contact-page-content .content ul a {
  line-height: 0.6;
  display: inline-block;
}

.contact-page-content .content ul a:hover img {
  -webkit-filter: drop-shadow(0px 0px 5px #F58521);
          filter: drop-shadow(0px 0px 5px #F58521);
}

.contact-page-content .content ul img {
  width: 1.25em;
  height: 1.25em;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: .3s;
  transition: .3s;
}

.contacts {
  margin: 2.22222em 0;
}

.contacts .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.16667em;
}

.contacts .item:not(:last-child) {
  margin-bottom: 1.90476em;
}

.contacts .item:first-child .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.943' height='27.981' viewBox='0 0 19.943 27.981'%3E%3Cpath id='Icon_metro-location' data-name='Icon metro-location' d='M17.626,1.928a9.053,9.053,0,0,0-9.271,8.818c0,8.818,9.271,17.5,9.271,17.5s9.271-8.687,9.271-17.5a9.053,9.053,0,0,0-9.271-8.818Zm0,14.219a5.545,5.545,0,0,1-5.679-5.4,5.545,5.545,0,0,1,5.679-5.4,5.545,5.545,0,0,1,5.679,5.4A5.545,5.545,0,0,1,17.626,16.147Z' transform='translate(-7.655 -1.228)' fill='none' stroke='%23f58521' stroke-linecap='round' stroke-width='1.4'/%3E%3C/svg%3E%0A");
}

.contacts .item:nth-child(2) .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.823' height='23.868' viewBox='0 0 23.823 23.868'%3E%3Cpath id='Icon_feather-phone' data-name='Icon feather-phone' d='M25.489,19.745v3.367a2.245,2.245,0,0,1-2.447,2.245,22.211,22.211,0,0,1-9.686-3.446,21.885,21.885,0,0,1-6.734-6.734A22.211,22.211,0,0,1,3.177,5.447,2.245,2.245,0,0,1,5.41,3H8.777a2.245,2.245,0,0,1,2.245,1.93,14.411,14.411,0,0,0,.786,3.154,2.245,2.245,0,0,1-.505,2.368L9.877,11.878a17.957,17.957,0,0,0,6.734,6.734l1.425-1.425a2.245,2.245,0,0,1,2.368-.505,14.411,14.411,0,0,0,3.154.786,2.245,2.245,0,0,1,1.93,2.278Z' transform='translate(-2.417 -2.25)' fill='none' stroke='%23f58521' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}

.contacts .item:nth-child(3) .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.858' height='19.716' viewBox='0 0 24.858 19.716'%3E%3Cg id='Icon_feather-mail' data-name='Icon feather-mail' transform='translate(1.045 0.75)'%3E%3Cpath id='Path_35948' data-name='Path 35948' d='M5.277,6H23.492a2.284,2.284,0,0,1,2.277,2.277V21.939a2.284,2.284,0,0,1-2.277,2.277H5.277A2.284,2.284,0,0,1,3,21.939V8.277A2.284,2.284,0,0,1,5.277,6Z' transform='translate(-3 -6)' fill='none' stroke='%23f58521' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Path_35949' data-name='Path 35949' d='M25.769,9,14.385,16.969,3,9' transform='translate(-3 -6.723)' fill='none' stroke='%23f58521' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.contacts .icon {
  width: 3.14286em;
  height: 3.14286em;
  border-radius: 50%;
  border: 1px solid #DCDCDC;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 1.42857em;
  background-size: 34.84848%;
}

.contacts a:hover {
  color: #F58521;
}

.contact-form {
  width: 39.0625rem;
  border-radius: 1.5625rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0.25rem 0.9375rem rgba(201, 201, 201, 0.16);
          box-shadow: 0 0.25rem 0.9375rem rgba(201, 201, 201, 0.16);
  margin-right: auto;
  padding: 2.1875rem 1.5rem 1.875rem;
}

@media screen and (max-width: 768px) {
  .contact-form {
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    padding: 0;
  }
}

.contact-form form {
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .contact-form form {
    margin-top: 8vw;
  }
}

.contact-form form .form-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .about-us-page.default-hero-padding {
    padding: 26.66667vw 0 6.66667vw;
  }
  .about-us-page.default-hero-padding .about-content {
    margin-bottom: 6.66667vw;
  }
  .about-us-page.default-hero-padding .reverse .about-content {
    margin-bottom: 0;
    margin-top: 6.66667vw;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.reversed .row, .reversed .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about-img {
  width: 38.3125rem;
}

@media screen and (max-width: 768px) {
  .about-img {
    width: 100%;
  }
}

.about-content {
  width: 53.75rem;
}

@media screen and (max-width: 768px) {
  .about-content {
    width: 100%;
  }
}

.about-content h1 {
  margin-bottom: 0.74em;
}

.about-content p:not(:last-child) {
  margin-bottom: 1.52632em;
}

.about-list-section {
  padding-top: 3.4375rem;
  overflow: unset;
}

@media screen and (max-width: 768px) {
  .about-list-section {
    padding-top: 6.66667vw;
  }
}

.about-list-section h2 {
  margin-bottom: 1.52em;
}

.about-list-section .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 3.0625rem 3.5rem;
}

@media screen and (max-width: 768px) {
  .about-list-section .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 7.6vw;
  }
}

.about-list-section .item {
  padding-top: 3.3125rem;
  padding-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

@media screen and (max-width: 768px) {
  .about-list-section .item {
    padding-top: 10.4vw;
    padding-right: 3.33333vw;
  }
}

.about-list-section .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.9375rem;
  height: 6.625rem;
}

@media screen and (max-width: 768px) {
  .about-list-section .img {
    width: 18.66667vw;
    height: 20.66667vw;
  }
}

.about-list-section .content {
  padding: 4.5rem 1.5rem 2.5rem;
  background-color: #fff;
  border-radius: 1.5625rem;
  -webkit-box-shadow: 0 0.125rem 1.5625rem rgba(209, 209, 209, 0.16);
          box-shadow: 0 0.125rem 1.5625rem rgba(209, 209, 209, 0.16);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .about-list-section .content {
    border-radius: 3.33333vw;
    padding: 13.86667vw 5.33333vw 4vw;
    -webkit-box-shadow: 0 0.26667vw 3.33333vw rgba(209, 209, 209, 0.16);
            box-shadow: 0 0.26667vw 3.33333vw rgba(209, 209, 209, 0.16);
  }
}

.about-list-section .content h3 {
  font-size: 1.38889em;
  font-weight: 700;
  padding-bottom: 0.6em;
  position: relative;
  margin-bottom: 1em;
}

.about-list-section .content h3::before {
  position: absolute;
  content: "";
  width: 2.4em;
  height: 3px;
  background-color: #FE6E00;
  right: 0;
  bottom: 0;
}

.about-offer-section {
  padding: 7.6875rem 0 4.0625rem;
}

.about-offer-section h2 {
  margin-bottom: 0.7em;
}

@media screen and (max-width: 768px) {
  .about-offer-section {
    padding: 9.33333vw 0 12.26667vw;
  }
}

@media screen and (min-width: 769px) {
  .about-offer-section .container {
    padding: 0 14.8125rem;
  }
}

.about-offer-section .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem 9rem;
  margin-top: 3.75rem;
}

@media screen and (max-width: 768px) {
  .about-offer-section .list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 12.26667vw 0;
    margin-top: 6.93333vw;
  }
}

.about-offer-section .list .item {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about-offer-section .list .item {
    padding: 0 6.66667vw;
  }
}

.about-offer-section .list .img {
  border: 0.375rem solid #fff;
  -webkit-box-shadow: 0 0 1rem rgba(97, 97, 97, 0.1);
          box-shadow: 0 0 1rem rgba(97, 97, 97, 0.1);
  width: 10.75rem;
  height: 10.75rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1.0625rem;
}

@media screen and (max-width: 768px) {
  .about-offer-section .list .img {
    width: 27.73333vw;
    height: 27.73333vw;
    border-width: 0.93333vw;
    margin-bottom: 5.06667vw;
  }
}

.about-offer-section .list h3 {
  font-size: 1.83333em;
  margin-bottom: 0.33333em;
}

.about-offer-section .list p {
  font-size: 0.88889em;
}

.about-offer-section .list p:not(:last-child) {
  margin-bottom: 2.5em;
}

@media screen and (max-width: 768px) {
  .about-offer-section .list p:not(:last-child) {
    margin-bottom: 1.25em;
  }
}

.about-offer-section .list a {
  font-weight: 700;
  color: #FE6E00;
}

.about-offer-section .list a i {
  display: inline-block;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 0;
  margin-right: .5em;
}

html[dir="rtl"] .fancybox__content {
  direction: rtl;
}

#main-map-filter {
  display: block !important;
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  #main-map-filter {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: #fff;
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  #main-map-filter.fancybox__content .carousel__button {
    top: 6vw !important;
    left: 3.86667vw !important;
  }
}

@media screen and (max-width: 768px) {
  #main-map-filter.fancybox__content .map-filter {
    padding: 2.8125rem 1.25rem;
    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;
    gap: 0 0 !important;
    height: 100vh;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  #main-map-filter.fancybox__content .map-filter .map-filter__row--first {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #main-map-filter.fancybox__content .map-filter .map-filter__row--header {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  #main-map-filter.fancybox__content .map-filter .map-filter__row {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  #main-map-filter.fancybox__content .map-filter .map-filter__row--submit {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: auto;
  }
}

#main-map-filter.fancybox__content .map-filter .map-filter__row--submit button[type="submit"] {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #main-map-filter.fancybox__content .map-filter h2 {
    color: #000;
    font-size: 6vw;
  }
}

@media screen and (max-width: 768px) {
  #main-map-filter.fancybox__content .map-filter > .form-item .form-item {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  #main-map-filter.fancybox__content .map-filter > .form-item.w50 {
    width: calc(50% - 2.4vw);
  }
}

@media screen and (max-width: 768px) {
  #main-map-filter.fancybox__content .map-filter > .form-item.static-label > label {
    font-weight: bold;
    font-size: 3.46667vw;
    color: #000;
    margin: 0 2.66667vw 0.36458vw;
  }
}

@media screen and (max-width: 768px) {
  #main-map-filter.fancybox__content .map-filter .form-item--use-location {
    display: none;
  }
}

/*
#main-map-filter {
  @include mq-md {
    display: block !important;
    flex-grow: 1;
    background: #fff;
    width: 100%;
    padding: 0;
  }

  .carousel__button {
    @include mq-md {
      top: vwm(45) !important;
      left: vwm(29) !important;
    }
  }

  form {
    @include mq-md {
      padding-left: vwm(20);
      padding-right: vwm(20);
      height: 100vh;
      display: flex;
      flex-direction: column;
    }

    .map-filter__row--submit {
      @include mq-md {
        margin-top: auto;
      }
    }

    .checkbox-switcher {
      @include mq-md {
        margin-top: auto;
        margin-bottom: vwm(20);
      }
    }

    h2 {
      @include mq-md {
        color: #000;
        font-size: vwm(45);
        margin-top: vwm(47);
        margin-bottom: vwm(60);
      }
    }
  }
}
*/
@media screen and (max-width: 768px) {
  #open-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.33333vw;
    padding-left: 4.8vw;
  }
}

@media screen and (max-width: 768px) {
  #open-filter span {
    font-weight: 500;
    font-size: 3.86667vw;
  }
}

@media screen and (max-width: 768px) {
  #open-filter img {
    width: auto;
    height: 3.05333vw;
  }
}

.map {
  padding-top: 6.82292vw;
  max-width: 98.02083vw;
  margin-left: auto;
  margin-right: auto;
  min-height: 35.78125vw;
  height: calc(100vh - 6.82292vw);
  max-height: calc(100vh - 6.82292vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 24.4vw;
    max-width: 100%;
    max-height: unset;
    height: unset;
  }
}

.map > * {
  position: relative;
  z-index: 2;
}

.map__preloader {
  position: absolute;
  display: none;
  top: 6.82292vw;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .map__preloader {
    top: 24.4vw;
  }
}

.map__preloader.show {
  opacity: 1;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .map__preloader.show {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.map__filter {
  padding: 0.52083vw 1.25vw 0;
  width: 26.45833vw;
  height: 100%;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .map__filter {
    width: 100%;
    height: auto;
    padding: 0 4vw 4.26667vw;
    z-index: 3;
  }
}

.map__filter form.map-filter {
  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;
}

.map__filter form > .form-item {
  margin-bottom: 2.29167vw;
}

.map__filter form > .form-item.w50:last-of-type {
  margin-bottom: 0;
}

.map__filter form > .form-item .form-item {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .map__filter form .form-item--route_content, .map__filter form .form-item--suitable, .map__filter form .form-item--difficulty, .map__filter form .form-item--seasons, .map__filter form .form-item--type_of_route, .map__filter form .form-item--information {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .map__filter form .form-item--use-location {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.66667vw;
  }
}

.map__filter form .form-item.w100 {
  width: 100%;
}

.map__filter form .form-item.w50 {
  width: calc(50% - 0.67708vw);
}

@media screen and (max-width: 768px) {
  .map__filter form .form-item.w50 {
    width: calc(50% - 2.4vw);
  }
}

.map__filter form .form-item.static-label > label {
  margin: 0 0.46875vw 0.26042vw 0;
  right: unset;
}

@media screen and (max-width: 768px) {
  .map__filter form .form-item.static-label > label {
    font-weight: bold;
    font-size: 3.46667vw;
    margin: 0 2vw 0.93333vw 0;
  }
}

@media screen and (max-width: 768px) {
  .map__filter-header {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.13333vw;
    margin-bottom: 4vw;
  }
}

@media screen and (max-width: 768px) {
  .map__filter-header > div {
    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;
  }
}

@media screen and (max-width: 768px) {
  .map__filter-basic .map-filter__row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}

@media screen and (max-width: 768px) {
  .map__filter-basic .map-filter__row button[type="submit"] {
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-size: 4.66667vw;
    gap: 1.53333vw;
    width: 48.93333vw;
  }
}

.map-filter__row {
  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;
  margin-bottom: 2.03125vw;
}

@media screen and (max-width: 768px) {
  .map-filter__row {
    margin-bottom: 2.66667vw;
  }
}

.map-filter__row--header {
  display: none;
}

@media screen and (max-width: 768px) {
  .map-filter__row--header {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    display: none !important;
  }
}

.map-filter__row--first {
  margin-bottom: 0.83333vw;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (max-width: 768px) {
  .map-filter__row--first {
    width: calc(50% - 2.4vw);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2.4vw);
            flex: 0 0 calc(50% - 2.4vw);
  }
}

.map-filter__row--submit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 0.05208vw solid #ececec;
  margin-top: 0.26042vw;
  padding-top: 1.35417vw;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (max-width: 768px) {
  .map-filter__row--submit {
    border-top: none;
    padding-top: 0;
    margin-top: 4.66667vw;
  }
}

.map-filter__row--submit a:not(.btn) {
  text-decoration: underline;
  font-size: 0.83333vw;
  color: #2e2e2e;
}

@media screen and (max-width: 768px) {
  .map-filter__row--submit a:not(.btn) {
    font-size: 3.86667vw;
    text-align: center;
    margin-top: 4.73333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.map-filter__row--submit a:not(.btn):hover {
  color: #077240;
}

.map-filter__row button[type="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;
  color: #fff;
  width: 100%;
  height: 2.5vw;
  border-radius: 1.25vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#f39200), to(#f77a40));
  background: linear-gradient(#f39200 0%, #f77a40 100%);
  gap: 0.33854vw;
  margin-bottom: 1.14583vw;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .map-filter__row button[type="submit"] {
    border-radius: 5.73333vw;
    height: 11.46667vw;
    margin-bottom: 0vw;
    gap: 3.57333vw;
    font-size: 4.66667vw;
    width: 48.93333vw;
    font-weight: 500;
    font-size: 4.66667vw;
    gap: 1.53333vw;
  }
}

.map-filter__row button[type="submit"] i {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.map-filter__row button[type="submit"]:hover i {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

@media screen and (max-width: 768px) {
  .map-filter__row button[type="submit"]:hover i {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.map-filter__row .form-item {
  margin-bottom: 0;
}

.map-filter__row .form-item.static-label > label {
  margin: 0 0.46875vw 0.26042vw 0;
  right: unset;
}

@media screen and (max-width: 768px) {
  .map-filter__row .form-item.static-label > label {
    font-weight: bold;
    font-size: 3.46667vw;
    margin: 0 2vw 0.93333vw 0;
  }
}

@media screen and (max-width: 768px) {
  .map-filter__row .form-item.static-label-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .map-filter__row .form-item.static-label-mobile > label {
    position: static;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    color: #000;
    margin: 0 2vw 0.93333vw 0;
    font-weight: bold;
    font-size: 3.46667vw;
  }
}

.map-filter__row .w50 {
  width: calc(50% - 0.67708vw);
}

@media screen and (max-width: 768px) {
  .map-filter__row .w50 {
    width: calc(50% - 2.4vw);
  }
}

.map-filter__row .static-label label {
  position: relative;
}

.map-filter__row .checkbox-switcher {
  margin-top: 1.04167vw;
  padding-right: 0.78125vw;
}

.map__result {
  width: 38.69792vw;
  height: 100%;
  background: #fff;
  display: none;
}

@media screen and (max-width: 768px) {
  .map__result {
    width: 100%;
    height: auto;
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
  }
}

.map__result-header, .map__result-meta, .map__result-items {
  padding-right: 1.92708vw;
  padding-left: 1.09375vw;
}

@media screen and (max-width: 768px) {
  .map__result-header, .map__result-meta, .map__result-items {
    padding-left: 0;
    padding-right: 0;
  }
}

.map__result-header {
  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;
}

.map__result-header h2 {
  font-size: 1.66667vw;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .map__result-header h2 {
    display: none;
  }
}

.map__result-header .form-item {
  width: 9.79167vw;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .map__result-header .form-item {
    width: 32vw;
  }
}

.map__result-meta {
  font-weight: 500;
  padding-top: 0.26042vw;
  padding-bottom: 0.91146vw;
}

@media screen and (max-width: 768px) {
  .map__result-meta {
    font-size: 4.13333vw;
    font-weight: 500;
  }
}

.map__result-items {
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - var(--map-result-top));
  scrollbar-width: thin;
  scrollbar-color: #077240 #d4d4d4;
}

.map__result-items::-webkit-scrollbar {
  width: 2px;
}

.map__result-items::-webkit-scrollbar-track {
  background: #d4d4d4;
}

.map__result-items::-webkit-scrollbar-thumb {
  background: #077240;
  border-radius: 2rem;
}

.map__result-items::-webkit-scrollbar-thumb:hover {
  background: #118851;
}

@media screen and (max-width: 768px) {
  .map__result-items {
    overflow: unset;
    height: auto;
    margin-top: 5.06667vw;
  }
}

.map__result-items ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.83333vw;
}

@media screen and (max-width: 768px) {
  .map__result-items ul {
    gap: 4.13333vw;
  }
}

.map #map-frame {
  /*
    width: 100%;
    height: calc(100% - 6.875vw);
    position: absolute;
    top: vw(132);
    left: 0;
    z-index: 1;
    border-radius: vw(50) 0 0 vw(50);
    */
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .map #map-frame {
    min-height: 100vh;
    border-radius: unset;
    display: none;
  }
}

.map__blocked {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  position: absolute;
  top: 6.82292vw;
  left: 0;
  bottom: 0;
  border-radius: 2.60417vw 0 0 2.60417vw;
  z-index: 90;
  width: calc(100% - 65.15625vw);
}

@media screen and (max-width: 768px) {
  .map__blocked {
    display: none;
    position: relative;
    top: unset;
    left: unset;
    width: unset;
  }
}

.map__blocked-inner {
  max-width: 24.375vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.60417vw;
}

@media screen and (max-width: 768px) {
  .map__blocked-inner {
    max-width: 100%;
    padding-top: 13.33333vw;
  }
}

.map__blocked h3 {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 2.03125vw;
  color: #202020;
  text-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 768px) {
  .map__blocked h3 {
    font-size: 6vw;
  }
}

.map__blocked h3 .break-line {
  width: 100%;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.map__blocked h3 img {
  display: inline-block;
}

.map__blocked p {
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .map__blocked p {
    letter-spacing: 0.01em;
    font-size: 4vw;
  }
}

.map__blocked-icons {
  background: -webkit-gradient(linear, left top, left bottom, from(#71c89d), to(#38be7c));
  background: linear-gradient(#71c89d 0%, #38be7c 100%);
  border: 0.20833vw solid #fff;
  -webkit-box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  margin-top: 1.25vw;
  padding: 1.51042vw 1.35417vw 1.04167vw;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .map__blocked-icons {
    -webkit-box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
    margin-top: 2.66667vw;
    padding: 4.53333vw 10.86667vw 5.33333vw;
    border: 0.53333vw solid #fff;
  }
}

.map__blocked-icons h4 {
  font-size: 1.30208vw;
}

@media screen and (max-width: 768px) {
  .map__blocked-icons h4 {
    font-size: 4.93333vw;
  }
}

.map__blocked-icons-subtitles {
  font-size: 0.88542vw;
  letter-spacing: 0.02em;
  text-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.07);
  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;
  gap: 0.3em;
}

@media screen and (max-width: 768px) {
  .map__blocked-icons-subtitles {
    font-size: 4.13333vw;
    text-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.07);
  }
}

.map__blocked-icons-subtitles strong {
  font-weight: 400;
  font-size: 0.9375vw;
}

@media screen and (max-width: 768px) {
  .map__blocked-icons-subtitles strong {
    font-size: 4.13333vw;
  }
}

.map__blocked-icons > ul {
  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;
  width: 14.79167vw;
  margin: 1.40625vw auto 1.30208vw;
  gap: 1.14583vw 0;
}

@media screen and (max-width: 768px) {
  .map__blocked-icons > ul {
    margin: 4.8vw auto 6.66667vw;
    gap: 6vw 0;
    width: 100%;
  }
}

.map__blocked-icons > ul li {
  max-width: 6.77083vw;
  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 screen and (max-width: 768px) {
  .map__blocked-icons > ul li {
    max-width: 30vw;
    width: 100%;
  }
}

.map__blocked-icons > ul li img {
  height: 2.08333vw;
  margin-bottom: 0.41667vw;
}

@media screen and (max-width: 768px) {
  .map__blocked-icons > ul li img {
    height: 6.8vw;
    margin-bottom: 2.13333vw;
  }
}

.map__blocked-icons > ul li p {
  font-weight: 500;
  font-size: 0.83333vw;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .map__blocked-icons > ul li p {
    font-size: 3.73333vw;
  }
}

.map__blocked-icons a.btn {
  background: #fff;
  min-width: 11.19792vw;
  height: 2.70833vw;
  border-radius: 1.35417vw;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #40bf81;
}

@media screen and (max-width: 768px) {
  .map__blocked-icons a.btn {
    min-width: 48.26667vw;
    height: 11.68vw;
    border-radius: 5.46667vw;
    font-size: 4.26667vw;
  }
}

.map__blocked-icons a.btn:hover {
  color: #077240;
}

.map__blocked-icons a.btn + p {
  font-size: 0.78125vw;
  letter-spacing: 0.02em;
  text-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.07);
  margin-top: 0.98958vw;
}

@media screen and (max-width: 768px) {
  .map__blocked-icons a.btn + p {
    text-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.07);
    margin-top: 3.66667vw;
    font-size: 3.86667vw;
  }
}

.map__blocked-icons a.btn + p a {
  font-weight: 500;
  text-decoration: underline;
}

.loaction-item {
  background: #fff;
  -webkit-box-shadow: 0px 0.10417vw 1.04167vw rgba(185, 185, 185, 0.16);
          box-shadow: 0px 0.10417vw 1.04167vw rgba(185, 185, 185, 0.16);
  padding: 0.625vw 0.71354vw 0.78125vw 0.78125vw;
  border-radius: 1.04167vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.80729vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .loaction-item {
    -webkit-box-shadow: 0px 0.26667vw 3.2vw rgba(185, 185, 185, 0.16);
            box-shadow: 0px 0.26667vw 3.2vw rgba(185, 185, 185, 0.16);
    border-radius: 3.33333vw;
    padding: 1.94667vw 1.74667vw 1.92vw 2.53333vw;
    gap: 2.50667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.loaction-item__media {
  position: relative;
  width: 10.39635vw;
  min-height: 8.38542vw;
  border-radius: 1.30208vw;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .loaction-item__media {
    border-radius: 3.33333vw;
    width: 32.52vw;
    min-height: 33.124vw;
  }
}

.loaction-item__media .img-wrapper:hover {
  opacity: 0.85;
}

.loaction-item__media picture {
  display: block;
  height: 8.38542vw;
  /*
      &::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: vw(25) vw(25) 0 0;
        background: linear-gradient(rgba(83, 83, 83, 0) 0%, #363636 100%);
        box-shadow: 0px vw(2) vw(24) rgba(154, 154, 154, 0.16);
      }
      */
}

@media screen and (max-width: 768px) {
  .loaction-item__media picture {
    height: 33.124vw;
  }
}

.loaction-item__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.loaction-item__media .swiper-slide {
  height: 8.38542vw;
  border-radius: 1.30208vw;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .loaction-item__media .swiper-slide {
    height: 33.124vw;
    border-radius: 3.33333vw;
  }
}

.loaction-item__media .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 83, 83, 0)), to(#363636));
  background: linear-gradient(rgba(83, 83, 83, 0) 0%, #363636 100%);
  border-radius: 1.30208vw;
}

.loaction-item__media .swiper-pagination {
  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;
  gap: 0.26042vw;
}

@media screen and (max-width: 768px) {
  .loaction-item__media .swiper-pagination {
    gap: 1.46667vw;
  }
}

.loaction-item__media .swiper-pagination > span {
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.loaction-item__media .swiper-pagination .swiper-pagination-bullet {
  width: 0.3125vw;
  height: 0.3125vw;
  background: #e0e0e0;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .loaction-item__media .swiper-pagination .swiper-pagination-bullet {
    width: 1.33333vw;
    height: 1.33333vw;
  }
}

.loaction-item__media .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.41667vw;
  height: 0.41667vw;
  background: #f39200;
}

@media screen and (max-width: 768px) {
  .loaction-item__media .swiper-pagination .swiper-pagination-bullet-active {
    width: 1.86667vw;
    height: 1.86667vw;
  }
}

@media screen and (max-width: 768px) {
  .loaction-item__bottom {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.loaction-item__bottom .btn {
  background: #077240;
  color: #fff;
  font-weight: 500;
  font-size: 0.78125vw;
  letter-spacing: 0.02em;
  width: 8.3651vw;
  height: 2.1875vw;
  border-radius: 1.09375vw;
}

@media screen and (max-width: 768px) {
  .loaction-item__bottom .btn {
    height: 9.33333vw;
    border-radius: 4.66667vw;
    width: 50.8vw;
    font-size: 3.86667vw;
  }
}

.loaction-item__bottom .btn:hover {
  -webkit-box-shadow: inset 0 0 5.20833vw rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 5.20833vw rgba(0, 0, 0, 0.5);
}

.loaction-item__data {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 768px) {
  .loaction-item__data {
    max-width: calc(100% - 35.02667vw);
  }
}

.loaction-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.loaction-item__row--padding {
  padding-right: 0.3125vw;
}

.loaction-item__row--bottom {
  margin-top: auto;
}

.loaction-item__row h3 {
  width: 18.02083vw;
  font-weight: bold;
  font-size: 0.9375vw;
  line-height: 1.5;
}

.loaction-item__row h3 a:hover {
  color: #077240;
}

@media screen and (max-width: 768px) {
  .loaction-item__row h3 {
    font-weight: 500;
    font-size: 4vw;
    line-height: 1.4;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.loaction-item__row .btn {
  background: #077240;
  color: #fff;
  font-weight: 500;
  font-size: 0.78125vw;
  letter-spacing: 0.02em;
  width: 8.3651vw;
  height: 2.1875vw;
  border-radius: 1.09375vw;
}

@media screen and (max-width: 768px) {
  .loaction-item__row .btn {
    height: 9.33333vw;
    border-radius: 4.66667vw;
    width: 50.8vw;
    font-size: 3.86667vw;
  }
}

.loaction-item__row .btn:hover {
  -webkit-box-shadow: inset 0 0 5.20833vw rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 5.20833vw rgba(0, 0, 0, 0.5);
}

.loaction-item__icons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 1.25vw;
  margin-top: 0.9375vw;
  margin-bottom: 0.9375vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .loaction-item__icons {
    margin-top: 2.66667vw;
    gap: 2vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.loaction-item__icons > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.52083vw;
  font-size: 0.72917vw;
}

@media screen and (max-width: 768px) {
  .loaction-item__icons > div {
    gap: 1.4vw;
    font-size: 3.2vw;
  }
}

.loaction-item__icons > div::after {
  display: block;
  content: "";
  width: 0.10417vw;
  background: #d8d8d8;
  height: 1.2857em;
  margin-right: 0.72917vw;
}

@media screen and (max-width: 768px) {
  .loaction-item__icons > div::after {
    margin-right: 2vw;
    height: 2vw;
  }
}

.loaction-item__icons > div:last-child::after {
  display: none;
}

.loaction-item__icons > div i {
  font-size: 1.28594vw;
  color: #077240;
}

@media screen and (max-width: 768px) {
  .loaction-item__icons > div i {
    font-size: 3.60533vw;
  }
}

.loaction-item__icons > div > span span::after {
  content: ", ";
}

.loaction-item__icons > div > span span:last-of-type::after {
  content: "";
}

.loaction-item__icons > div img {
  max-height: 1.28594vw;
}

@media screen and (max-width: 768px) {
  .loaction-item__icons > div img {
    max-height: 3.60533vw;
  }
}

.loaction-item__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625vw;
}

@media screen and (max-width: 768px) {
  .loaction-item__toolbar {
    gap: 2.18667vw;
  }
}

.loaction-item__toolbar a {
  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: 2.07448vw;
  height: 2.07448vw;
  border-radius: 50%;
  background: #f6f6f6;
  -webkit-box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .loaction-item__toolbar a {
    -webkit-box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.1);
    width: 9.33333vw;
    height: 9.33333vw;
  }
}

.loaction-item__toolbar a:hover {
  -webkit-box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.3);
}

.loaction-item__toolbar a.active i {
  color: #f39200;
}

.loaction-item__toolbar a i {
  color: #b4b4b4;
  font-size: 1.09948vw;
}

@media screen and (max-width: 768px) {
  .loaction-item__toolbar a i {
    font-size: 5.42vw;
  }
}

.loaction-item__toolbar a i::before {
  display: block;
}

.loaction-item__toolbar a i.icon-like-fill {
  font-size: 1.02344vw;
}

@media screen and (max-width: 768px) {
  .loaction-item__toolbar a i.icon-like-fill {
    font-size: 4.712vw;
  }
}

.rating__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2e2e2e;
  gap: 0.33333vw;
}

@media screen and (max-width: 768px) {
  .rating__result {
    gap: 1.02667vw;
    font-size: 3.6vw;
    font-weight: 500;
  }
}

.rating__result span {
  line-height: normal;
}

.rating__result i {
  font-size: 0.9224vw;
  color: #f39200;
}

@media screen and (max-width: 768px) {
  .rating__result i {
    font-size: 3.40533vw;
  }
}

.rating__result i::before {
  display: block;
}

.checkbox-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.41667vw;
}

@media screen and (max-width: 768px) {
  .checkbox-switcher {
    gap: 2vw;
  }
}

.checkbox-switcher label {
  font-weight: 500;
  font-size: 0.78125vw;
}

@media screen and (max-width: 768px) {
  .checkbox-switcher label {
    font-weight: bold;
    font-size: 3.86667vw;
  }
}

.checkbox-switcher input {
  position: relative;
}

.checkbox-switcher input[type="checkbox"] {
  width: 2.44792vw;
  height: 1.14583vw;
}

@media screen and (max-width: 768px) {
  .checkbox-switcher input[type="checkbox"] {
    width: 11.6vw;
    height: 5.06667vw;
  }
}

.checkbox-switcher input[type="checkbox"]::after, .checkbox-switcher input[type="checkbox"]::before {
  display: block;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.checkbox-switcher input[type="checkbox"]::after {
  width: 2.44792vw;
  height: 1.14583vw;
  border-radius: 0.57292vw;
  background: #ccc;
  -webkit-box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .checkbox-switcher input[type="checkbox"]::after {
    width: 11.6vw;
    height: 5.06667vw;
    border-radius: 2.53333vw;
    -webkit-box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
  }
}

.checkbox-switcher input[type="checkbox"]::before {
  width: 0.84375vw;
  height: 0.82656vw;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 0.16146vw;
  left: 0.20313vw;
}

@media screen and (max-width: 768px) {
  .checkbox-switcher input[type="checkbox"]::before {
    top: 0.56vw;
    left: 0.96vw;
    -webkit-box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
    width: 3.93067vw;
    height: 3.93067vw;
  }
}

.checkbox-switcher input[type="checkbox"]:hover {
  cursor: pointer;
}

.checkbox-switcher input[type="checkbox"]:checked::after {
  background: #077240;
}

.checkbox-switcher input[type="checkbox"]:checked::before {
  -webkit-transform: translateX(calc(100% + 0.35417vw));
      -ms-transform: translateX(calc(100% + 0.35417vw));
          transform: translateX(calc(100% + 0.35417vw));
}

@media screen and (max-width: 768px) {
  .checkbox-switcher input[type="checkbox"]:checked::before {
    -webkit-transform: translateX(calc(100% + 1.73333vw));
        -ms-transform: translateX(calc(100% + 1.73333vw));
            transform: translateX(calc(100% + 1.73333vw));
  }
}

.gm-style-iw-tc {
  display: none;
}

.gm-style-iw-d {
  padding: 0 !important;
  overflow: visible !important;
}

.gm-style-iw-c {
  width: 17.29167vw;
  max-width: unset !important;
  border-radius: 1.30208vw !important;
  background: #fff;
  -webkit-box-shadow: 0 0.10417vw 1.25vw rgba(154, 154, 154, 0.16);
          box-shadow: 0 0.10417vw 1.25vw rgba(154, 154, 154, 0.16);
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  .gm-style-iw-c {
    width: 92.8vw !important;
    border-radius: 3.33333vw !important;
    -webkit-box-shadow: 0 0.26667vw 3.2vw rgba(154, 154, 154, 0.16);
            box-shadow: 0 0.26667vw 3.2vw rgba(154, 154, 154, 0.16);
  }
}

.gm-style-iw-c > button {
  width: 1.7349vw !important;
  height: 1.7349vw !important;
  background: #292929 !important;
  opacity: 0.75 !important;
  -webkit-box-shadow: 0px 0.15625vw 0.3125vw rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 0.15625vw 0.3125vw rgba(0, 0, 0, 0.1) !important;
  border-radius: 50% !important;
  color: #fff !important;
  top: 0.52083vw !important;
  right: unset !important;
  left: 0.78125vw !important;
  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: 5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .gm-style-iw-c > button {
    width: 4.53333vw !important;
    height: 4.53333vw !important;
    -webkit-box-shadow: 0px 0.4vw 0.8vw rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0px 0.4vw 0.8vw rgba(0, 0, 0, 0.1) !important;
    top: 1.33333vw !important;
    left: 1.33333vw !important;
  }
}

.gm-style-iw-c > button > span {
  position: relative !important;
  padding: 0 !important;
  margin: 0 auto !important;
  width: 0.72917vw !important;
  height: 0.72917vw !important;
  top: unset !important;
  left: unset !important;
  right: unset !important;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='10.5' viewBox='0 0 10.5 10.5'%3E%3Cg transform='translate(0.75 0.75)'%3E%3Cpath d='M9 9.75a.748.748 0 0 1-.53-.22l-9-9A.75.75 0 0 1-.53-.53.75.75 0 0 1 .53-.53l9 9A.75.75 0 0 1 9 9.75Z' fill='%23fff'/%3E%3Cpath d='M0 9.75a.748.748 0 0 1-.53-.22.75.75 0 0 1 0-1.061l9-9a.75.75 0 0 1 1.061 0A.75.75 0 0 1 9.53.53l-9 9A.748.748 0 0 1 0 9.75Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") !important;
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.5' height='10.5' viewBox='0 0 10.5 10.5'%3E%3Cg transform='translate(0.75 0.75)'%3E%3Cpath d='M9 9.75a.748.748 0 0 1-.53-.22l-9-9A.75.75 0 0 1-.53-.53.75.75 0 0 1 .53-.53l9 9A.75.75 0 0 1 9 9.75Z' fill='%23fff'/%3E%3Cpath d='M0 9.75a.748.748 0 0 1-.53-.22.75.75 0 0 1 0-1.061l9-9a.75.75 0 0 1 1.061 0A.75.75 0 0 1 9.53.53l-9 9A.748.748 0 0 1 0 9.75Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") !important;
  -webkit-mask-repeat: no-repeat !important;
          mask-repeat: no-repeat !important;
  -webkit-mask-position: center !important;
          mask-position: center !important;
  background: #fff !important;
}

@media screen and (max-width: 768px) {
  .gm-style-iw-c > button > span {
    width: 2.93333vw !important;
    height: 2.93333vw !important;
  }
}

.gm-style-iw-c > button:hover {
  opacity: 1 !important;
}

.map-window {
  width: 100%;
  position: relative;
  width: 17.29167vw;
  border-radius: 1.30208vw;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .map-window {
    width: 100%;
    border-radius: 3.33333vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 200px auto;
    grid-template-columns: 200px auto;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 0;
  }
}

.map-window__favorite {
  position: absolute;
  top: 0.52083vw;
  right: 0.78125vw;
  z-index: 5;
}

@media screen and (max-width: 768px) {
  .map-window__favorite {
    display: none !important;
  }
}

.map-window__favorite a {
  width: 1.7349vw;
  height: 1.7349vw;
  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;
  color: #b4b4b4;
  border-radius: 50%;
  background: #f6f6f6;
  -webkit-box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.1);
}

.map-window__favorite a.active {
  color: #f39200;
}

.map-window__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0.67708vw;
  padding-right: 0.67708vw;
  margin: 0.67708vw auto;
}

@media screen and (max-width: 768px) {
  .map-window__row {
    width: 100%;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    height: auto;
    padding: 0.83333vw 2.66667vw 1.73333vw 3.33333vw;
  }
}

.map-window__row:last-of-type {
  margin-bottom: 0.88542vw;
}

.map-window__row.loaction-item__icons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.52083vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .map-window__row.loaction-item__icons {
    gap: 1.6vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
}

.map-window__row.loaction-item__icons > div {
  font-size: 0.625vw;
  gap: 0.52083vw;
}

@media screen and (max-width: 768px) {
  .map-window__row.loaction-item__icons > div {
    gap: 1.4vw;
    font-size: 3.2vw;
  }
}

.map-window__row.loaction-item__icons > div::after {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .map-window__row.loaction-item__icons > div::after {
    margin-right: 1.6vw;
  }
}

.map-window__row.loaction-item__icons > div i {
  font-size: 0.97135vw;
  display: block;
}

@media screen and (max-width: 768px) {
  .map-window__row.loaction-item__icons > div i {
    font-size: 3.60533vw;
  }
}

.map-window__row.loaction-item__icons > div i::before {
  display: block;
}

.map-window__row.loaction-item__icons > div img {
  max-height: 0.97135vw;
}

@media screen and (max-width: 768px) {
  .map-window__row.loaction-item__icons > div img {
    max-height: 3.60533vw;
  }
}

.map-window h4 {
  font-weight: 500;
  font-size: 0.88542vw;
  max-width: 11.51042vw;
}

@media screen and (max-width: 768px) {
  .map-window h4 {
    font-size: 3.6vw;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-left: 2.66667vw;
  }
}

.map-window h4:hover {
  color: #f39200;
}

.map-window__swiper {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .map-window__swiper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
}

.map-window picture {
  display: block;
  height: 8.38542vw;
  max-height: 8.38542vw;
  overflow: hidden;
  /*
    &::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: vw(25) vw(25) 0 0;
      background: linear-gradient(rgba(83, 83, 83, 0) 0%, #363636 100%);
      box-shadow: 0px vw(2) vw(24) rgba(154, 154, 154, 0.16);
      @include mq-md {
        border-radius: vwm(25) vwm(25) 0 0;
      }
    }
    */
}

@media screen and (max-width: 768px) {
  .map-window picture {
    max-height: 21.33333vw;
    height: 21.33333vw;
    width: 200px;
    min-width: 200px;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
}

@media screen and (max-width: 768px) {
  .map-window picture img {
    height: auto;
    width: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: unset;
    width: auto;
    height: 100%;
    max-width: unset;
    max-height: 100%;
  }
}

.map-window img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  min-height: 100%;
  min-width: 100%;
  max-width: unset;
}

@media screen and (max-width: 768px) {
  .map-window .swiper {
    height: 21.33333vw;
    width: 21.2vw;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
}

.map-window .swiper-slide {
  height: 12.08333vw;
  border-radius: 1.30208vw 1.30208vw 0 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .map-window .swiper-slide {
    height: 21.33333vw;
    width: 21.2vw;
    border-radius: 0;
  }
}

.map-window .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.30208vw 1.30208vw 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 83, 83, 0)), to(#363636));
  background: linear-gradient(rgba(83, 83, 83, 0) 0%, #363636 100%);
  -webkit-box-shadow: 0px 0.10417vw 1.25vw rgba(154, 154, 154, 0.16);
          box-shadow: 0px 0.10417vw 1.25vw rgba(154, 154, 154, 0.16);
}

@media screen and (max-width: 768px) {
  .map-window .swiper-slide::after {
    border-radius: 0;
  }
}

.map-window .swiper-pagination {
  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;
  gap: 0.26042vw;
}

@media screen and (max-width: 768px) {
  .map-window .swiper-pagination {
    gap: 1.46667vw;
  }
}

.map-window .swiper-pagination > span {
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.map-window .swiper-pagination .swiper-pagination-bullet {
  width: 0.3125vw;
  height: 0.3125vw;
  background: #e0e0e0;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .map-window .swiper-pagination .swiper-pagination-bullet {
    width: 1.33333vw;
    height: 1.33333vw;
  }
}

.map-window .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.41667vw;
  height: 0.41667vw;
  background: #f39200;
}

@media screen and (max-width: 768px) {
  .map-window .swiper-pagination .swiper-pagination-bullet-active {
    width: 1.86667vw;
    height: 1.86667vw;
  }
}

.share-block {
  position: relative;
}

.share-block.active .share-block__links {
  width: auto;
  opacity: 1;
}

.share-block__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  overflow: hidden;
  width: 0;
  top: 0;
  left: 0;
  opacity: 0;
  background: #f6f6f6;
  border-radius: 1.03724vw;
  -webkit-box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.15625vw 0.3125vw rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .share-block__links {
    border-radius: 4.66667vw;
    -webkit-box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.1);
  }
}

.share-block__links a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none;
}

.share-block__links a i {
  font-size: 1.09375vw;
}

@media screen and (max-width: 768px) {
  .share-block__links a i {
    font-size: 4.712vw;
  }
}

.share-block__links a i.icon-close {
  font-size: 0.83333vw;
}

@media screen and (max-width: 768px) {
  .share-block__links a i.icon-close {
    font-size: 3.2vw;
  }
}

.share-block__links a:hover i {
  color: #f39200;
}

@media screen and (max-width: 768px) {
  .fancybox__slide {
    padding: 0 !important;
    height: auto;
    background: none;
  }
}

@media screen and (max-width: 768px) {
  .fancybox__slide .carousel__button {
    width: 8.4vw;
    height: 8.4vw;
    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;
    top: 2.66667vw !important;
    left: 2.66667vw !important;
    right: unset !important;
    border-radius: 50%;
    border: 0.26667vw solid #010101;
    -webkit-box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.16);
  }
}

@media screen and (max-width: 768px) {
  .fancybox__slide .carousel__button svg {
    stroke-width: 2;
    fill: #060606;
    stroke: #060606;
    stroke-linejoin: unset;
    -webkit-filter: unset;
            filter: unset;
    font-size: 2.53333vw;
  }
}

@media screen and (max-width: 768px) {
  .fancybox__slide .map__blocked {
    background: #fff;
    width: 100%;
    max-width: calc(100% - 2.66667vw);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 2.66667vw;
    border-radius: 3.33333vw;
    -webkit-box-shadow: 0px 1.6vw 3.2vw rgba(0, 0, 0, 0.16);
            box-shadow: 0px 1.6vw 3.2vw rgba(0, 0, 0, 0.16);
    -webkit-box-flex: unset !important;
        -ms-flex-positive: unset !important;
            flex-grow: unset !important;
  }
}

.ms-options-wrap > button {
  outline: none;
  white-space: nowrap;
  width: 100%;
  height: 2.8125rem;
  -webkit-box-shadow: 0 0.125rem 0.875rem rgba(210, 210, 210, 0.16);
          box-shadow: 0 0.125rem 0.875rem rgba(210, 210, 210, 0.16);
  border-radius: 1.875rem;
  border: 0.0625rem solid #e0e0e0;
  padding: 0 1.5rem !important;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  text-align: start !important;
  color: #000;
}

@media screen and (max-width: 768px) {
  .ms-options-wrap > button {
    border-radius: 5.33333vw;
    height: 10.66667vw;
    -webkit-box-shadow: 0 0.4vw 1.86667vw rgba(210, 210, 210, 0.16);
            box-shadow: 0 0.4vw 1.86667vw rgba(210, 210, 210, 0.16);
    padding: 0 3.2vw !important;
  }
}

.ms-options-wrap > button:focus {
  border-color: #000;
  color: #000;
}

.ms-options-wrap > button::after {
  display: none;
}

.ms-options-wrap .ms-options {
  position: absolute;
  left: 0;
  width: 100%;
  background: white;
  z-index: 2000;
  border: 1px solid #aaa;
  min-height: unset !important;
}

.ms-options-wrap .ms-options > ul li.optgroup {
  margin-bottom: 0.4375rem;
}

.ms-options-wrap .ms-options > ul li.optgroup span.label {
  padding: 0.4375rem 0.625rem;
  display: block;
}

.ms-options-wrap .ms-options > ul label {
  right: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  padding: 0.4375rem 0.625rem;
  gap: 0.7em;
  margin: 0;
  line-height: normal;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .ms-options-wrap .ms-options > ul label {
    font-size: 3.46667vw;
    padding: 2vw 1.33333vw;
  }
}

.ms-options-wrap .ms-options > ul label:hover {
  cursor: pointer;
  background: #ebebeb;
}

.ms-options-wrap .ms-options > ul label input[type="checkbox"] {
  margin-right: 0;
  position: relative;
  left: 0;
  right: 0;
  width: 1.25rem;
  height: 1.25rem;
}

@media screen and (max-width: 768px) {
  .ms-options-wrap .ms-options > ul label input[type="checkbox"] {
    width: 5.33333vw;
    height: 5.33333vw;
  }
}

.ms-options-wrap .ms-options > ul label input[type="checkbox"]::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #cccccc;
  border-radius: 0.25rem;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .ms-options-wrap .ms-options > ul label input[type="checkbox"]::after {
    width: 5.33333vw;
    height: 5.33333vw;
    border-width: 0.13333vw;
  }
}

.ms-options-wrap .ms-options > ul label input[type="checkbox"]:checked::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.904' height='10.094' viewBox='0 0 9.904 10.094'%3E%3Cg id='Group_11819' data-name='Group 11819' transform='translate(-418.629 -9.466)'%3E%3Cpath id='Path_34694' data-name='Path 34694' d='M-1.238-.893,1.229,1.475' transform='translate(420.928 17.025)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline id='Line_360' data-name='Line 360' x1='5' y2='8' transform='translate(422.5 10.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: #000;
  border-color: #000;
}

@media screen and (max-width: 768px) {
  .ms-options-wrap .ms-options > ul label input[type="checkbox"]:checked::after {
    background-size: 2.66667vw;
  }
}

@media screen and (max-width: 768px) {
  #map-blocked {
    background-image: url("../img/map-bg.png");
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  #map-blocked::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
    border-radius: 3.33333vw;
  }
}

@media screen and (max-width: 768px) {
  #map-blocked .map__blocked-inner {
    z-index: 2;
  }
}

.form-item--use-location.w50 {
  width: calc(50% - 0.67708vw);
}

@media screen and (max-width: 768px) {
  .form-item--use-location.w50 {
    width: calc(50% - 2.4vw);
  }
}

@media screen and (min-width: 769px) {
  .bopobb-area .bopobb-inner .bopobb-popup.bopobb-open {
    height: 100vh;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    padding: 3% 1em;
  }
  .bopobb-area .bopobb-inner .bopobb-popup.bopobb-open::-webkit-scrollbar {
    width: 0;
  }
}

@media screen and (max-width: 768px) {
  .bopobb-area .bopobb-inner .bopobb-popup.bopobb-open {
    padding: 10.66667vw 0;
  }
}

.bopobb-custom-title {
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .bopobb-area .bopobb-inner .bopobb-popup {
    top: 0;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 768px) {
  .product-grid-header .wpc-custom-selected-terms {
    display: block !important;
    margin-top: 1em;
  }
}

.single-use-code-modal-init {
  position: relative;
  z-index: 9999;
}

/*
#single-use-code{
  width: rem(640);
  text-align: center;
  @include mq-md{
    width: vwm(730);
  }
  img{
    width: rem(283);
    display: block;
    margin: 0 auto rem(14);
    @include mq-md{
      width: 60%;
      margin-bottom: vwm(20);
    }
  }
  h3{
    font-size: rem(30);
    @include mq-md{
      font-size: vwm(32);
    }
  }
  p{
    max-width: em(418,18);
    margin: 0 auto rem(27);
    @include mq-md{
      margin-bottom: vwm(20);
    }
  }
  .default-modal__buttons{
    display: flex;
    align-items: center;
    gap: rem(24);
    @include mq-md{
      flex-direction: column;
      gap: vwm(20);
    }
  }
}
*/
#single-use-code {
  width: 45.15625vw;
}

@media screen and (max-width: 768px) {
  #single-use-code {
    width: 97.33333vw;
  }
}

.single-use-code__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.02083vw;
}

@media screen and (max-width: 768px) {
  .single-use-code__header {
    gap: 0;
  }
}

.single-use-code__header > div {
  color: #232323;
}

@media screen and (max-width: 768px) {
  .single-use-code__header > div {
    text-align: center;
  }
}

.single-use-code__header > div img {
  max-width: 10.72917vw;
}

@media screen and (max-width: 768px) {
  .single-use-code__header > div img {
    display: none;
  }
}

.single-use-code__header > div h3 {
  font-size: 1.5625vw;
  color: #232323;
  margin-bottom: 0.41667vw;
}

@media screen and (max-width: 768px) {
  .single-use-code__header > div h3 {
    font-size: 6vw;
    color: #202020;
    margin-bottom: 1.86667vw;
  }
}

.single-use-code__header > div p {
  margin: 0.41667vw 0;
  font-size: 0.9375vw;
}

@media screen and (max-width: 768px) {
  .single-use-code__header > div p {
    margin: 1.86667vw 0;
    font-size: 4vw;
  }
}

.single-use-code__tiles {
  margin-top: 2.13542vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25vw;
}

@media screen and (max-width: 768px) {
  .single-use-code__tiles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6.26667vw;
    gap: 3.2vw;
  }
}

.single-use-code__tile {
  width: 12.5vw;
  border-radius: 0.625vw;
  background: #fff;
  -webkit-box-shadow: 0px -0.26042vw 2.65625vw rgba(0, 0, 0, 0.12);
          box-shadow: 0px -0.26042vw 2.65625vw rgba(0, 0, 0, 0.12);
  padding: 1.45833vw 1.04167vw 1.14583vw;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .single-use-code__tile {
    width: 100%;
    border-radius: 1.6vw;
    -webkit-box-shadow: 0px -0.66667vw 6.8vw rgba(0, 0, 0, 0.12);
            box-shadow: 0px -0.66667vw 6.8vw rgba(0, 0, 0, 0.12);
    padding: 4.26667vw 8vw;
  }
}

.single-use-code__tile > * {
  text-align: center;
}

.single-use-code__tile h4 {
  font-size: 0.9375vw;
  color: #232323;
  margin-bottom: 0.41667vw;
}

@media screen and (max-width: 768px) {
  .single-use-code__tile h4 {
    font-size: 4.26667vw;
    margin-bottom: 0.66667vw;
  }
}

.single-use-code__tile p {
  font-size: 0.83333vw;
  color: #232323;
}

@media screen and (max-width: 768px) {
  .single-use-code__tile p {
    font-size: 3.73333vw;
  }
}

.single-use-code__tile p:last-of-type {
  margin-bottom: 1.61458vw;
}

@media screen and (max-width: 768px) {
  .single-use-code__tile p:last-of-type {
    margin-bottom: 1.25vw;
  }
}

.single-use-code__tile p + a {
  margin-top: auto;
  height: 3.375rem;
}

@media screen and (max-width: 768px) {
  .single-use-code__tile p + a {
    height: 8vw;
    margin-top: unset;
  }
}

.single-use-code__tile p + a.btn.lg {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .single-use-code__tile p + a.btn.lg {
    min-width: 40vw;
  }
}

.single-use-code__tile p + a.simple-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;
}

@media screen and (max-width: 768px) {
  .single-use-code__tile p + a.simple-link {
    height: unset;
    font-size: 4vw;
  }
}

.single-use-code__tile p + a.simple-link::after {
  font-family: "icomoon" !important;
  content: "\e902";
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-margin-start: 0.41667vw;
          margin-inline-start: 0.41667vw;
  font-size: 0.57292vw;
  padding-top: 0.2em;
}

@media screen and (max-width: 768px) {
  .single-use-code__tile p + a.simple-link::after {
    font-size: 2.4vw;
    -webkit-margin-start: 1.06667vw;
            margin-inline-start: 1.06667vw;
  }
}

.single-use-code__footer {
  margin-top: 1.09375vw;
  text-align: center;
  font-size: 0.9375vw;
  color: #232323;
}

@media screen and (max-width: 768px) {
  .single-use-code__footer {
    font-size: 4vw;
    margin-top: 3.73333vw;
  }
}

@media screen and (max-width: 768px) {
  .single-use-code__footer > * {
    line-height: 1.2;
  }
}

.single-use-code__footer a {
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .single-use-code__footer a {
    display: block;
    text-align: center;
  }
}

.page-template-page-single-use-code .sign-up-wrapper .signle-use-code__back {
  position: absolute;
  top: 1.17647em;
  inset-inline-start: 1.17647em;
  font-size: 0.94444em;
  -webkit-padding-start: 1.35294em;
          padding-inline-start: 1.35294em;
}

.page-template-page-single-use-code .sign-up-wrapper .signle-use-code__back::before {
  position: absolute;
  content: "";
  width: 0.88235em;
  height: 0.64706em;
  top: 50%;
  inset-inline-start: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='11' viewBox='0 0 15 11'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_81' data-name='Rectangle 81' width='15' height='11'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_7702' data-name='Group 7702' transform='translate(15 11) rotate(180)' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_23074' data-name='Path 23074' d='M5.927.287h0a.98.98,0,0,1,0,1.386l-2.6,2.6H14.02a.98.98,0,0,1,0,1.96H3.362l2.6,2.6a.98.98,0,0,1,0,1.386h0a.98.98,0,0,1-1.386,0L.287,5.926a.98.98,0,0,1,0-1.386L4.541.287a.98.98,0,0,1,1.386,0' transform='translate(0 0.5)'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.page-template-page-single-use-code .sign-up-wrapper h2 {
  text-align: center;
  margin-bottom: 0.26667em !important;
  font-size: 1.875rem;
}

@media screen and (max-width: 768px) {
  .page-template-page-single-use-code .sign-up-wrapper h2 {
    font-size: 4.53333vw;
  }
}

.page-template-page-single-use-code .sign-up-wrapper h2 + p {
  font-size: 0.94444em;
  text-align: center;
  margin: 0 auto 1.64706em;
  max-width: 22.76471em;
}

@media screen and (max-width: 768px) {
  .page-template-page-single-use-code .sign-up-wrapper h2 + p {
    font-size: 3.73333vw;
  }
}

.page-template-page-single-use-code .sign-up-wrapper form .text-center:last-child {
  margin-top: 2.22222em;
}

.page-template-page-single-use-code .sign-up-wrapper .form-text {
  max-width: 21.66667em;
  margin: 0 auto;
}

.page-template-page-single-use-code .sign-up-wrapper .form-item {
  max-width: 15.27778em;
  margin-left: auto;
  margin-right: auto;
}

.page-template-page-single-use-code .sign-up-wrapper .form-item.checkbox-item {
  max-width: 26.66667em;
  margin-top: 1.22222em;
}

.page-template-page-single-use-code .sign-up-wrapper .form-item.checkbox-item + .checkbox-item {
  margin-top: 0;
}

.page-template-page-single-use-code .sign-up-wrapper .form-item-separator {
  margin: 0.44444em 0;
  text-align: center;
}

.page-template-page-single-use-code .sign-up-wrapper .error {
  margin-top: 0.25em;
}

.page-template-page-single-use-code .sign-up-wrapper .form-text {
  text-align: center;
  font-size: 0.94444em;
  margin-bottom: 1.64706em;
}

.signle-use-code--step-1 .form-item {
  margin-bottom: 0;
}

.signle-use-code--step-2 h3 {
  font-size: 1.11111em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 1.25em;
}

.signle-use-code--step-3 .checkbox-item {
  margin-bottom: 0;
}

.signle-use-code--step-4 .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.signle-use-code__reset-code {
  text-align: center;
  margin-top: 0.44444em;
}

.signle-use-code__reset-code a {
  text-decoration: underline;
  font-size: 0.88889em;
}

.form-message {
  font-size: 0.88889em;
  text-align: start;
  margin: 0.5em auto;
  max-width: 24.1875em;
}

.form-message.error {
  -webkit-padding-start: 1.8125em;
          padding-inline-start: 1.8125em;
  position: relative;
}

.form-message.error::before {
  position: absolute;
  content: "";
  width: 1.4375em;
  height: 1.4375em;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  inset-inline-start: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23'%3E%3Cg id='Group_15405' data-name='Group 15405' transform='translate(-613 -493)'%3E%3Cpath id='Path_32108' data-name='Path 32108' d='M-1.078,0H-3.016V-8.453h1.938ZM-3.141-10.664a1.008,1.008,0,0,1,.289-.738,1.079,1.079,0,0,1,.8-.293,1.106,1.106,0,0,1,.813.293.994.994,0,0,1,.3.738.985.985,0,0,1-.3.73,1.106,1.106,0,0,1-.812.293,1.079,1.079,0,0,1-.8-.293A1,1,0,0,1-3.141-10.664Z' transform='translate(626.539 510.348)' fill='%23e72419'/%3E%3Cpath id='Ellipse_1808' data-name='Ellipse 1808' d='M11.5,2A9.5,9.5,0,1,0,21,11.5,9.511,9.511,0,0,0,11.5,2m0-2A11.5,11.5,0,1,1,0,11.5,11.5,11.5,0,0,1,11.5,0Z' transform='translate(613 493)' fill='%23e72419'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.form-item.checkbox-item label::before {
  top: 0.2em;
}

.signle-use-code__text {
  text-align: center;
  margin: 1em 0;
}

@media screen and (max-width: 768px) {
  #signup-after {
    width: 96.15385vw;
    max-width: 96.15385vw;
    padding-inline: 5.38462vw;
  }
}

.signup-after-popup > * {
  margin-inline: auto;
  text-align: center;
  width: 100%;
  max-width: 39.16667vw;
  font-size: 1.04167vw;
}

@media screen and (max-width: 768px) {
  .signup-after-popup > * {
    max-width: 86.66667vw;
    font-size: 4.10256vw;
  }
}

.signup-after-popup > p img {
  width: 19.01042vw;
  display: block;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .signup-after-popup > p img {
    width: 55.12821vw;
  }
}

.signup-after-popup h2 {
  margin-block: 0.72917vw;
  font-size: 2.08333vw;
  text-align: center;
  max-width: 28.80208vw;
  font-weight: 700;
  line-height: 145%;
}

@media screen and (max-width: 768px) {
  .signup-after-popup h2 {
    margin-block: 4.87179vw 3.07692vw;
    font-size: 6.15385vw;
    max-width: 87.17949vw;
  }
}

.signup-after-popup h2 * {
  font-weight: 700;
}

.signup-after-popup h2 ~ p {
  margin-block: 1.40625vw;
}

@media screen and (max-width: 768px) {
  .signup-after-popup h2 ~ p {
    margin-block: 3.07692vw;
  }
}

.signup-after-popup .btn {
  margin: 1.45833vw auto 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .signup-after-popup .btn {
    margin: 6.92308vw auto 3.07692vw;
  }
}

.signup-after-popup .btn + a {
  display: block;
  color: #f6812c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.10417vw;
}

@media screen and (max-width: 768px) {
  .signup-after-popup .btn + a {
    gap: 0.51282vw;
  }
}

.signup-after-popup .btn + a span {
  text-decoration: underline;
}

.signup-after-popup .btn + a i {
  width: 1.25vw;
  height: 1.25vw;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none"><path d="M10.8284 12.4909L15.7782 17.4406L14.364 18.8548L8 12.4909L14.364 6.12695L15.7782 7.54116L10.8284 12.4909Z" fill="%23F6812C"/></svg>');
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .signup-after-popup .btn + a i {
    width: 6.15385vw;
    height: 6.15385vw;
  }
}

.signup-after-popup .btn + a:hover {
  opacity: 0.75;
}

.page-template-page-login .sign-up-wrapper .content {
  max-width: 35.9375vw;
}

@media screen and (max-width: 768px) {
  .page-template-page-login .sign-up-wrapper .content {
    max-width: 100%;
  }
}

.page-template-page-login .sign-up-wrapper .content h2.wp-block-heading {
  border-radius: 2.5vw;
  background: #077240;
  color: #fff;
  padding: 1.5625vw 3.95833vw;
  -webkit-padding-start: 18.07292vw;
          padding-inline-start: 18.07292vw;
  position: relative;
  font-size: 2.1875vw;
  font-weight: 500;
  width: 35.9375vw;
  line-height: 131%;
}

@media screen and (max-width: 768px) {
  .page-template-page-login .sign-up-wrapper .content h2.wp-block-heading {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 8.20513vw;
    font-size: 5.53846vw;
    width: 100%;
    padding: 4.35897vw 4.87179vw;
  }
}

.page-template-page-login .sign-up-wrapper .content h2.wp-block-heading strong {
  font-size: 3.28125vw;
}

@media screen and (max-width: 768px) {
  .page-template-page-login .sign-up-wrapper .content h2.wp-block-heading strong {
    font-size: 7.86462vw;
  }
}

.page-template-page-login .sign-up-wrapper .content h2.wp-block-heading::before {
  content: "";
  display: block;
  width: 9.97396vw;
  height: 5.15625vw;
  background: url("/wp-content/uploads/2025/08/Group-15281.png");
  background-size: 9.97396vw auto;
  background-repeat: no-repeat;
  background-position: right center;
}

@media screen and (min-width: 769px) {
  .page-template-page-login .sign-up-wrapper .content h2.wp-block-heading::before {
    position: absolute;
    inset-inline-start: 3.95833vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-padding-end: 2.08333vw;
            padding-inline-end: 2.08333vw;
    -webkit-border-end: 1px solid #fff;
            border-inline-end: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .page-template-page-login .sign-up-wrapper .content h2.wp-block-heading::before {
    position: relative;
    width: 24.87179vw;
    height: 10.87179vw;
    border-bottom: 1px solid #fff;
    background-size: auto 10.87179vw;
    background-position: top center;
    padding-bottom: 1.53846vw;
    margin-bottom: 1.02564vw;
  }
}
