@font-face {
  font-family: Druktextwidecyr;
  src: url('../fonts/druktextwidecyr-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/helvetica_regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica;
  src: url('../fonts/helvetica_bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --th-bg: #f6f6f6;
  --th-text: #0f0d0b;
  --th-orange: #f08131;
  --th-white: white;
  --th-fade-base: #645151;
  --popup-text-th: #252e43;
  --accessible-components--dark-grey: #9b9b9b;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--th-bg);
  color: var(--th-text);
  font-family: Inter, sans-serif;
  font-size: .83vw;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  color: var(--th-text);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9.375em;
  font-weight: 700;
  line-height: 85%;
}

h2 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.25em;
  font-weight: 400;
  line-height: 95%;
}

h3 {
  color: var(--th-text);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4375em;
  font-weight: 400;
  line-height: 100%;
}

.navbar-section {
  z-index: 999;
  padding-top: 2em;
  position: absolute;
  inset: 0% 0% auto;
}

.site-container {
  width: 113.75em;
  max-width: 1820px;
}

.site-container.hero-container {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-bottom: 2.75em;
  display: flex;
  position: relative;
}

.site-container.myth-container {
  z-index: 10;
  position: relative;
}

.site-container.hotels-container {
  flex-direction: column;
  display: flex;
}

.site-container.contact-container {
  position: relative;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.navbar {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  align-items: center;
  display: flex;
}

.navlink {
  color: var(--th-text);
  letter-spacing: -.02em;
  font-family: Druktextwidecyr, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.navlink:hover {
  color: var(--th-orange);
}

.navbtn {
  background-color: var(--th-orange);
  color: var(--th-white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.375em 2em;
  font-family: Druktextwidecyr, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.navbtn:hover {
  background-color: var(--th-white);
  color: var(--th-orange);
}

.brand {
  z-index: 1000;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.brand.w--current {
  color: var(--th-text);
  transition: color .2s;
}

.brand.w--current:hover {
  color: var(--th-white);
}

.brand.mobile-only.w--current {
  display: none;
}

.brand-text {
  text-align: center;
  text-transform: uppercase;
  font-family: Druktextwidecyr, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  text-decoration: none;
}

.hero-section {
  height: 100vh;
  padding-top: 7em;
  position: relative;
}

.hero-section.schedule-pic {
  background-image: url('../images/schedule1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slider-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.swiper {
  height: 100%;
  overflow: hidden;
}

.swiper.hero-swiper {
  width: 100%;
  height: 100vh;
}

.swiper.feedback-swiper {
  height: auto;
}

.swiper.tours-swiper {
  display: none;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-slide {
  flex: none;
  height: 100%;
}

.swiper-slide.hero-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100%;
}

.swiper-slide.hero-slide._1 {
  background-image: url('../images/hero1_1.webp');
  width: 100%;
}

.swiper-slide.hero-slide._2 {
  background-image: url('../images/hero2_1.webp');
}

.swiper-slide.hero-slide._3 {
  background-image: url('../images/hero3_1.webp');
}

.swiper-slide.hero-slide._4 {
  background-image: url('../images/hero4_1.webp');
}

.swiper-slide.hero-slide._5 {
  background-image: url('../images/hero5_1.webp');
}

.swiper-slide.feedback-slide {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  background-color: var(--th-white);
  border-radius: 1.875em;
  flex-direction: column;
  justify-content: flex-start;
  width: 37.25em;
  height: auto;
  padding: 1.875em;
  display: flex;
}

.hero-h1 {
  color: var(--th-white);
  text-align: center;
  width: 80%;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 9em;
}

.hero-girl {
  z-index: 30;
  width: 40em;
  position: absolute;
  inset: auto auto 0%;
}

.hero-btns-wrapper {
  z-index: 50;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
  display: flex;
  position: relative;
}

.video-lightbox {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-bottom: 1px solid var(--th-white);
  color: var(--th-white);
  padding-bottom: 2em;
  text-decoration: none;
  display: flex;
}

.text-35 {
  letter-spacing: -.005em;
  font-size: 2.1875em;
  font-weight: 300;
  line-height: 100%;
}

.text-35.video-lightbox-text {
  color: var(--th-white);
  width: 7.5em;
}

.text-35.video-lightbox-text.text-white {
  color: var(--th-white);
}

.video-lightbox-btn {
  background-color: var(--th-orange);
  color: var(--th-orange);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3.875em;
  height: 3.875em;
  display: flex;
}

.btn {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: var(--th-white);
  border-radius: 100px;
  align-items: center;
  padding: .875em 2.375em;
  text-decoration: none;
  display: flex;
}

.btn.hero-book-btn {
  border: 1px solid var(--th-white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000001a;
}

.btn.primary {
  border: 1px solid var(--th-orange);
  background-color: var(--th-orange);
  color: var(--th-orange);
}

.btn-text {
  color: var(--th-white);
  letter-spacing: -.02em;
  font-family: Druktextwidecyr, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 100%;
}

.btn-img {
  background-color: var(--th-white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3.875em;
  height: 3.875em;
  display: flex;
}

.btn-img.orange {
  background-color: var(--th-orange);
  color: var(--th-white);
}

.hero-switcher-wrapper {
  z-index: 50;
  background-color: #ffffffe6;
  border-radius: 1.25em;
  margin-top: 3em;
  padding: 1.25em;
  position: relative;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: none;
}

.input-field {
  color: #151e24;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.input-field:hover {
  border-color: #ccd5e0;
}

.input-field:focus {
  border-color: #642eff;
}

.input-field::placeholder {
  color: #a0a6b0;
}

.success-message {
  background-color: #f3f5fb;
  border-radius: 12px;
}

.rendered-number {
  color: #160042;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.form-block {
  margin-bottom: 0;
}

.form-block.hidden {
  display: none;
}

.prefix-text {
  color: #6b7094;
  letter-spacing: -.01em;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 16px;
  line-height: 32px;
}

.input-field-wrap {
  margin-bottom: 0;
}

.submit-button {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #642eff;
  border: 2px solid #642eff;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 2px #7281a70a;
}

.submit-button:hover, .submit-button:focus {
  border-color: #b197ff;
}

.submit-button.hidden {
  display: none;
}

.site-section {
  position: relative;
}

.site-section.tours, .site-section.benefits-section {
  padding-top: 12.5em;
}

.site-section.goals-section {
  padding-top: 10em;
}

.site-section.numbers-section {
  padding-top: 30em;
  padding-bottom: 12.5em;
}

.site-section.questions-section, .site-section.myth-section, .site-section.bus-section {
  padding-top: 12.5em;
}

.site-section.hotels-section {
  padding-top: 21em;
}

.site-section.feedback-section, .site-section.team-section, .site-section.faq-section, .site-section.contact-section {
  padding-top: 12.5em;
}

.site-section.last-section {
  padding-top: 12.5em;
  padding-bottom: 12.5em;
}

.site-section.footer {
  background-color: var(--th-text);
  padding-top: 3.75em;
  padding-bottom: 5em;
}

.site-section.new-tours {
  margin-top: 12.5em;
}

.marquee-wrapper {
  border-top: .4em solid var(--th-fade-base);
  border-bottom: .4em solid var(--th-fade-base);
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  overflow: hidden;
}

.marquee-wrapper.faded {
  opacity: .1;
}

.marquee-wrapper.faded.numbers {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.marquee-container {
  grid-column-gap: 3em;
  grid-row-gap: 0em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.marquee-content-contaier {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-wrap: nowrap;
  flex: none;
  align-items: center;
  display: flex;
}

.h2 {
  letter-spacing: -.05em;
  font-size: 6.25em;
  font-weight: 400;
  line-height: 95%;
}

.h2.scroller-text {
  color: var(--th-fade-base);
  text-transform: uppercase;
}

.tours-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  width: 100%;
  margin-top: 5.875em;
  display: flex;
}

.tour-wrapper-large {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 95vh;
  padding: 2.5em;
  display: flex;
  position: sticky;
}

.tour-wrapper-large._1 {
  background-image: url('../images/tour1_1.webp');
  margin-bottom: 5vh;
  top: 0;
}

.tour-wrapper-large._2 {
  z-index: 10;
  background-image: url('../images/tour2_1.webp');
  margin-bottom: 2.5vh;
  top: 2.5vh;
}

.tour-wrapper-large._3 {
  z-index: 20;
  background-image: url('../images/tour3_1.webp');
  position: relative;
}

.h1 {
  letter-spacing: -.05em;
  font-size: 9.375em;
  font-weight: 700;
  line-height: 85%;
}

.h1.text-white {
  color: var(--th-white);
}

.h1.tour-card-number-lg {
  opacity: .2;
  color: var(--th-white);
  font-weight: 400;
  position: absolute;
}

.h1.tour-card-number-lg._1 {
  top: -.3em;
  left: -.25em;
}

.h1.tour-card-number-lg._2 {
  bottom: -.05em;
  right: -.2em;
}

.tour-card-inner {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fff3;
  border-radius: 2.12875em;
  flex-direction: column;
  align-items: flex-start;
  width: 42.125em;
  padding: 6em 3.5em 2.125em;
  display: flex;
}

.relative {
  position: relative;
}

.text-30 {
  letter-spacing: -.03em;
  font-size: 1.875em;
  font-weight: 400;
  line-height: 110%;
}

.text-30.text-white {
  color: var(--th-white);
}

.text-30.text-white.relative {
  z-index: 10;
  position: relative;
}

.text-30.text-white.basis-70 {
  flex: 0 70%;
}

.text-30.text-faded {
  opacity: .2;
}

.text-30.text-orange {
  color: var(--th-orange);
}

.text-30.member-description {
  flex: 0 30%;
  margin-bottom: 20px;
}

.text-30.member-description.custom-marg {
  margin-bottom: 70px;
}

.text-30.form-success {
  color: #4bbb61;
  font-family: Druktextwidecyr, sans-serif;
  font-weight: 500;
}

.text-30.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.mt-1 {
  padding-top: 1em;
}

.site-grid {
  grid-column-gap: 1.375em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.515fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.site-grid.mt-2 {
  margin-top: 2em;
}

.fullsize-wrapper {
  width: 100%;
  height: 100%;
}

._w-70 {
  width: 70%;
}

.benefits-grid-3 {
  grid-column-gap: 1.375em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefit-card-wrapper {
  cursor: pointer;
  width: 100%;
  height: 25em;
  position: relative;
}

.benefit-card-wrapper._1 {
  z-index: 60;
}

.benefit-card-wrapper._2 {
  z-index: 50;
}

.benefit-card-wrapper._3 {
  z-index: 40;
}

.benefit-card-wrapper._4 {
  z-index: 30;
}

.benefit-card-wrapper._6 {
  z-index: 10;
}

.benefit-card-wrapper._5 {
  z-index: 20;
}

.benefit-card-img {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.75em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.benefit-card-img._1 {
  background-image: url('../images/benefit-1.webp');
}

.benefit-card-img._2 {
  background-image: url('../images/benefit-2.webp');
}

.benefit-card-img._3 {
  background-image: url('../images/benefit-3.webp');
}

.benefit-card-img._4 {
  background-image: url('../images/benefit-4.webp');
}

.benefit-card-img._5 {
  background-image: url('../images/benefit-5.webp');
}

.benefit-card-img._6 {
  background-image: url('../images/benefit-6.webp');
}

.benefit-card-info {
  z-index: 5;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--th-orange);
  border-radius: 1.625em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-base {
  letter-spacing: -.05em;
  font-size: 1em;
}

.text-base.text-white {
  color: var(--th-white);
  letter-spacing: -.03em;
}

.text-base.text-white._w-90 {
  width: 90%;
}

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

.benefit-card-cover {
  z-index: 10;
  background-color: var(--th-white);
  border-radius: 1.625em;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.benefit-icon-wrapper {
  justify-content: flex-end;
  width: 100%;
  height: 3.625em;
  display: flex;
}

.benefit-svg {
  opacity: .2;
  height: 100%;
}

.benefits-grid-2 {
  grid-column-gap: 1.375em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.goals-scroll-wrapper {
  height: 212em;
  position: relative;
}

.scroll-camera {
  width: 100%;
  height: 100vh;
  padding-top: 5vh;
  padding-bottom: 5vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.goals-carousel-frame {
  grid-column-gap: 1.375em;
  grid-row-gap: 1.375em;
  height: 100%;
  padding-left: 3.125em;
  padding-right: 3.125em;
  display: flex;
}

.goals-full-image {
  background-image: url('../images/goals-full_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.1875em;
  flex: none;
  width: 53.5em;
  height: 100%;
}

.goals-carousel-info-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  display: flex;
}

.goals-cards-wrapper {
  grid-column-gap: 1.375em;
  grid-row-gap: 1.375em;
  height: 20em;
  display: flex;
}

.goal-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.625em;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 24em;
  padding: 1.875em;
  display: flex;
}

.goal-card._1 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Rectangle-87.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.goal-card._2 {
  background-image: linear-gradient(#0006, #0006), url('../images/Rectangle-88_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.goal-card._3 {
  background-image: linear-gradient(#0006, #0006), url('../images/Rectangle-89_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.goal-card._4 {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/4_2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.goal-card._5 {
  background-image: url('../images/goal5_1.webp');
}

.goal-card._6 {
  background-image: url('../images/goal6_1.webp');
}

.goal-card-cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-arrow-btn {
  flex: none;
  width: 3em;
}

._w-40 {
  width: 40%;
}

.numbers-scroll-wrapper {
  height: 200vh;
}

.numbers-wrapper {
  width: 100%;
  height: 20vh;
  position: sticky;
  top: 40vh;
}

.relative-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.number-card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--th-white);
  border-radius: 1.875em;
  flex-direction: column;
  width: 33.25em;
  height: 36.75em;
  padding: 1.875em;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 20px #0000000d;
}

.number-card._1 {
  z-index: 30;
  display: flex;
  transform: rotate(8deg)translate(-50%, -50%);
}

.number-card._2 {
  z-index: 20;
  display: flex;
  transform: rotate(15deg)translate(-50%, -50%);
}

.number-card._3 {
  z-index: 10;
  transform: rotate(0)translate(-50%, -50%);
}

.number-card-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.625em;
  flex: 0 70%;
  width: 100%;
}

.number-card-img._1 {
  background-image: url('../images/num-card-1.webp');
}

.number-card-img._3 {
  background-image: url('../images/num-card-3.webp');
}

.number-card-img._2 {
  background-image: url('../images/num-card-2.webp');
}

.number-card-info {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-number {
  letter-spacing: -.05em;
  font-size: 3.75em;
  font-weight: 700;
  line-height: 100%;
}

.text-25 {
  letter-spacing: -.05em;
  font-size: 1.5625em;
  line-height: 100%;
}

.text-25.number-card-text {
  flex-basis: 55%;
}

._w-80 {
  width: 80%;
}

.btn-wrapper-questions {
  margin-top: 6.25em;
  display: flex;
}

.btn-wrapper-questions.last {
  margin-top: 0;
}

.questions-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.question-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--th-white);
  border-radius: 1.875em;
  flex-direction: column;
  align-items: stretch;
  height: 80vh;
  padding: 1.875em;
  display: flex;
  position: sticky;
  box-shadow: 0 -4px 10px #8080801a;
}

.question-card._1 {
  top: 0;
}

.question-card._2 {
  z-index: 10;
  top: 5vh;
}

.question-card._3 {
  z-index: 20;
  top: 10vh;
}

.question-card._4 {
  z-index: 30;
  top: 15vh;
}

.question-card._5 {
  z-index: 40;
  top: 20vh;
}

.question-card-heading {
  letter-spacing: -.05em;
  width: 30%;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 120%;
}

.question-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.125em;
  flex: 1;
  width: 100%;
}

.question-img._1 {
  background-image: url('../images/1_2.webp');
}

.question-img._2 {
  background-image: url('../images/2_1.webp');
}

.question-img._3 {
  background-image: url('../images/3_2.webp');
}

.question-img._4 {
  background-image: url('../images/4_1.webp');
}

.question-img._5 {
  background-image: url('../images/5_2.webp');
}

.question-card-text {
  width: 35%;
  font-size: 1em;
}

.sticky-0 {
  position: sticky;
  top: 0;
}

.btn-arrow {
  align-items: center;
  width: 1em;
  display: flex;
}

.grid-cols-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5em;
  display: grid;
}

.grid-cols-2.myth-lines {
  grid-column-gap: 5em;
}

.gradient-line {
  background-image: linear-gradient(to right, #a5a5a500, #a5a5a5);
  width: 100%;
  height: 2px;
}

.gradient-line.myth-right {
  background-image: linear-gradient(270deg, #a5a5a500, #a5a5a5);
}

.gradient-line.myth-vertical {
  background-image: linear-gradient(to top, #a5a5a500, #a5a5a5);
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 50%;
  transform: translate(-50%);
}

.myth-grid {
  grid-column-gap: 5em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.5em;
  display: grid;
}

.myth-left {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 55%;
  display: flex;
}

.myth-right {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 55%;
  display: flex;
}

.myth-bg {
  z-index: 1;
  opacity: 1;
  mix-blend-mode: overlay;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

._w-30 {
  width: 30%;
}

.bus-pic-wrapper {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: space-between;
  height: 29em;
  margin-top: 6.25em;
  display: flex;
}

.bus-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.25em;
  flex: 1;
  height: 21.25em;
}

.bus-pic._1 {
  background-image: url('../images/1_1.webp');
  margin-top: 2em;
}

.bus-pic._2 {
  background-image: url('../images/2_2.webp');
  margin-top: auto;
}

.bus-pic._3 {
  background-image: url('../images/5_1.webp');
}

.bus-pic._4 {
  background-image: url('../images/3_1.webp');
  margin-top: auto;
  margin-bottom: auto;
}

.bus-pic._5 {
  background-image: url('../images/4_2.webp');
}

.hotels-heading {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.hotel-float-img {
  z-index: 10;
  border-radius: 1em;
  position: absolute;
}

.hotel-float-img._1 {
  width: 8.375em;
  top: -10.375em;
  left: 47.625em;
  transform: rotate(20deg);
}

.hotel-float-img._2 {
  width: 8.375em;
  bottom: -4.4375em;
  left: 14.125em;
  transform: rotate(-26deg);
}

.hotel-float-img._3 {
  width: 7.375em;
  bottom: -5em;
  right: 23em;
}

.hotels-grid {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 12.5em;
  display: grid;
}

.hotels-element {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.hotels-element._2 {
  height: 37em;
}

.hotels-element._4 {
  height: 45em;
}

.hotel-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.1875em;
}

.hotel-img._1 {
  background-image: url('../images/Rectangle-2031hotel-img-.webp');
  border-radius: 2em;
  flex: 0 50%;
}

.hotel-img._2 {
  background-image: url('../images/Rectangle-2030hotel-img-_1.webp');
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2.5em;
  padding-left: 2.5em;
  display: flex;
  position: relative;
}

.hotel-img._3 {
  background-image: url('../images/Rectangle-2034hotel-img-.webp');
  border-radius: 2em;
  flex: 0 50%;
}

.hotel-img._4 {
  background-image: url('../images/Rectangle-2033hotel-img-.webp');
  border-radius: 2em;
  flex: 1;
}

.hotel-img._5 {
  background-image: url('../images/Rectangle-2032hotel-img-.webp');
  flex: 0 70%;
}

.hotels-btn-wraper {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0;
  padding-left: 3em;
  display: flex;
}

.slider-controls {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  align-items: flex-end;
  display: flex;
}

.swiper-arrow {
  background-color: var(--th-orange);
  color: var(--th-white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3.875em;
  height: 3.875em;
  transition: background-color .2s, color .2s;
  display: flex;
}

.swiper-arrow:hover {
  background-color: var(--th-white);
  color: var(--th-orange);
}

.swiper-arrow-svg {
  width: 1.75em;
  transition: transform .2s;
  display: flex;
}

.swiper-arrow-svg.left {
  transform: rotate(180deg);
}

.feedback-slider-wrapper {
  width: 100%;
  margin-top: 5em;
}

.team-wrapper {
  margin-top: 7em;
}

.team-answer-2 {
  grid-column-gap: 10em;
  grid-row-gap: 10em;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.team-wrap {
  background-color: var(--th-bg);
  border-top: 1px solid #252e4380;
  padding-left: 1.875em;
  padding-right: 1.875em;
  position: relative;
}

.team-wrap.last {
  border-bottom: 1px solid #252e4380;
}

.team-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.75em;
  padding-bottom: 2.75em;
  font-weight: 400;
  display: flex;
}

.team-container {
  margin-top: 6.25em;
}

.team-name-wrapper {
  align-items: center;
  height: 100%;
  display: flex;
}

.text-40 {
  font-size: 2.5em;
  line-height: 120%;
}

.text-40.narrow {
  letter-spacing: -.05em;
}

.text-40.narrow.reqular {
  font-weight: 400;
}

.text-40.custom-marg {
  margin-top: 40px;
}

.member-info-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 1.875em 0 1.875em 46.0625em;
}

.member-info-wrapper.odd {
  padding-left: 12em;
}

.member-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5625em;
  width: 33.75em;
  height: 100%;
}

.member-photo._1 {
  background-image: url('../images/new-team1.webp');
  background-position: 50% 65%;
  background-size: cover;
}

.member-photo._2 {
  background-image: url('../images/julia-manager_1.webp');
  background-position: 50% 65%;
}

.member-photo._3 {
  background-image: url('../images/julia_1.webp');
  background-position: 50% 15%;
}

.member-photo._4 {
  background-image: url('../images/new-team5.webp');
  background-position: 50% 65%;
}

.member-photo._5 {
  background-image: url('../images/new-team4.webp');
}

.member-photo._6 {
  background-image: url('../images/new-team6_1.webp');
  background-position: 50% 30%;
}

.member-photo._7 {
  background-image: url('../images/new-team2.webp');
}

.member-photo._8 {
  background-image: url('../images/new-team3_1.webp');
  background-position: 50% 45%;
}

.member-role {
  max-width: 14em;
  margin-left: auto;
  font-size: 1em;
  font-weight: 700;
}

.faq-wrapper {
  margin-top: 4em;
}

.faq-number-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.faq-number {
  color: #252e430d;
  font-size: 19.375em;
  font-weight: 400;
  line-height: 82%;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-3---brix {
  background-color: var(--th-bg);
  border-radius: 1.5625em;
  padding: 1.25em;
  transition: background-color .2s;
}

.accordion-item---brix.accordion-3---brix:hover {
  background-color: var(--th-white);
}

.column---brix {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  width: 100%;
  display: flex;
}

.accordion-paragraph---brix {
  width: 50%;
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 1em;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.open-close-icon-wrapper---brix {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.open-close-icon-wrapper---brix.large-icon---brix {
  width: 18px;
  min-height: 18px;
}

.large-open-close-line---brix {
  background-color: #514f6e;
  border-radius: 500px;
  flex: none;
  width: 100%;
  height: 2.6px;
  min-height: 2.6px;
  position: absolute;
}

.large-open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.accordion-3-open-close-icon-wrapper---brix {
  background-color: var(--th-white);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.75em;
  height: 2.75em;
  display: flex;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hidden-questions {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.faq-btn-wrapper {
  margin-right: auto;
  padding-top: 2em;
}

.contact-heading {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-wrapper {
  margin-top: 5em;
}

.form-fields-flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 66em;
  height: 8.5em;
  display: flex;
}

.form-fields-flex.wrap-down {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.form-fields-flex.wrap-down.h-auto {
  height: auto;
}

.field-small {
  background-color: #e6e6e6;
  border: 0 solid #000;
  border-radius: 100px;
  height: 100%;
  margin-bottom: 0;
  padding: 1em;
  font-size: 1.875em;
}

.field-small.text-area {
  border-radius: 3em;
  padding-top: 1.5em;
}

.field-small._w-full {
  color: var(--th-text);
  width: 100%;
}

.field-small._w-half {
  width: 49%;
}

.textarea-wrapper {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto;
  grid-template-columns: 2.35fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2.5em;
  display: grid;
}

.submit-btn-wrapper {
  width: 100%;
  height: 18.5em;
  position: relative;
}

.submit-btn {
  border: 1px solid var(--th-orange);
  background-color: var(--th-orange);
  color: var(--th-white);
  border-radius: 2em;
  width: 100%;
  height: 100%;
  padding: 0 2.6em 0 1.3em;
  font-family: Druktextwidecyr, sans-serif;
  font-size: 2.8125em;
  font-weight: 500;
}

.submit-btn-overlay {
  z-index: 10;
  color: var(--th-white);
  width: 3.625em;
  display: flex;
  position: absolute;
  top: 50%;
  right: 3.625em;
  transform: translate(0, -50%);
}

.contact-overlay {
  z-index: 10;
  border-radius: 1.5625em;
  width: 16.5em;
  position: absolute;
  top: 7em;
  right: 11.75em;
  transform: rotate(18deg);
}

.last-grid {
  grid-column-gap: 1.375em;
  grid-row-gap: 6.25em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .734fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.last-pic {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2.1875em;
  width: 100%;
  height: 100%;
}

.last-pic._1 {
  background-image: url('../images/last-1_1.webp');
}

.last-pic._2 {
  background-image: url('../images/last-2_1.webp');
  height: 34.75em;
}

.last-col-1 {
  grid-column-gap: 4.375em;
  grid-row-gap: 4.375em;
  flex-direction: column;
  display: flex;
}

.last-block-benefits-wrapper {
  grid-column-gap: 1.375em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.02fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  place-items: center stretch;
  display: grid;
}

.last-item-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  display: flex;
}

.last-icon {
  opacity: .2;
  width: 2.75em;
}

.footer-grid {
  grid-column-gap: 1.375em;
  grid-row-gap: 1.375em;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-col {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  display: flex;
}

.footer-heading {
  color: var(--th-white);
  letter-spacing: -.02em;
  font-family: Druktextwidecyr, sans-serif;
  font-size: 1.875em;
  font-weight: 500;
  line-height: 100%;
}

.footer-links-wrapper {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: var(--th-white);
  letter-spacing: -.02em;
  font-family: Druktextwidecyr, sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--th-orange);
}

.footer-link.address {
  width: 75%;
  line-height: 120%;
}

.footer-social {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  align-items: stretch;
  display: flex;
}

.social-icon {
  color: var(--th-white);
  width: 1.875em;
  transition: color .2s;
}

.social-icon:hover {
  color: var(--th-orange);
}

.footer-brand {
  color: var(--th-white);
  text-align: center;
  text-transform: uppercase;
  font-family: Druktextwidecyr, sans-serif;
  font-size: 4.6875em;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.footer-brand.w--current {
  transition: color .2s;
}

.footer-brand.w--current:hover {
  color: var(--th-orange);
}

.video-svg, .book-svg {
  color: var(--th-white);
  width: 1.875em;
  display: flex;
}

.burger-btn-wrapper, .mobile-only, .hotels-cards-wrapper {
  display: none;
}

.feedback-img {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.5625em;
  flex: none;
  width: 100%;
  height: 30.375em;
}

.feedback-img.top {
  object-position: 50% 0%;
}

.feedback-info-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.feeedback-name {
  letter-spacing: -.05em;
  flex: 0 60%;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 100%;
}

.modal-wrapper {
  display: none;
}

.success-wrapper {
  border-radius: 1.875em;
  height: 24em;
  padding: 0 0 0 0;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 1.875em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.error-wrapper {
  border-radius: 1.5625em;
  margin-top: 2em;
  padding: 2em 1em 2em 2em;
}

.text-block-3 {
  font-size: 1.5em;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  text-align: center;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  color: var(--th-orange);
  margin-bottom: 20px;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.pricing-comparison-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card-2.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title-2 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle-2 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price-2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular-2 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-2.margin-bottom-20 {
  -webkit-text-stroke-color: var(--th-orange);
  margin-bottom: 20px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider-2 {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list-2 {
  align-self: stretch;
}

.pricing-feature-2 {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag-2 {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: absolute;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 1.2vw;
  line-height: 130%;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
  text-decoration: underline;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  margin-top: 50px;
  display: flex;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  border: 1px solid #f8f0f0;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask {
  direction: ltr;
  text-transform: none;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.text-block-5 {
  padding-top: 19px;
  padding-left: 300px;
  padding-right: 300px;
  font-size: 1.2vw;
  line-height: 130%;
}

.heading {
  text-align: center;
  padding-top: 34px;
}

.paragraph {
  padding: 19px 300px 10px;
  font-size: 1.2vw;
  font-style: normal;
  line-height: 130%;
}

.list {
  padding-top: 0;
  padding-left: 300px;
  padding-right: 300px;
}

.list-item, .list-item-2, .list-item-3 {
  padding-top: 8px;
  font-size: 1.2vw;
  line-height: 130%;
}

.paragraph-3 {
  padding-top: 10px;
  padding-left: 300px;
  padding-right: 300px;
  font-size: 1.2vw;
  line-height: 130%;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-6 {
  padding-top: 15px;
  padding-left: 300px;
  padding-right: 300px;
  font-size: 1.2vw;
  line-height: 130%;
}

.list-item-4 {
  font-size: 1.2vw;
  line-height: 130%;
}

.heading-2 {
  text-align: center;
  line-height: 130%;
}

.text-block-7 {
  padding-left: 300px;
  padding-right: 300px;
  font-size: 1.2vw;
  line-height: 130%;
}

.text-block-9 {
  padding-top: 15px;
  padding-left: 300px;
  padding-right: 300px;
  font-size: 1.2vw;
  line-height: 130%;
}

.heading-3 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-10 {
  padding-left: 300px;
  padding-right: 300px;
  font-size: 1.2vw;
  line-height: 130%;
}

.new-tours-grid {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5em;
  display: grid;
}

.new-tour-card {
  background-color: var(--th-white);
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.125em;
  display: flex;
  overflow: hidden;
}

.new-tour-card.off {
  display: none;
}

.new-tours-texts-wrapper {
  width: 100%;
  padding-left: 1.125em;
  padding-right: 1.125em;
}

.price-label {
  color: #252e43;
  font-size: 1.875em;
  line-height: 100%;
}

.duration-label {
  margin-top: .875em;
  line-height: 100%;
}

.new-tour-btns-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.625em;
  display: flex;
}

.new-tour-btns-wrapper.hidden {
  display: none;
}

.new-tour-btns-wrapper.no-place {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.booking-btn {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: .0625em solid var(--th-orange);
  background-color: var(--th-orange);
  border-radius: 5.125em;
  justify-content: center;
  align-items: center;
  padding: .875em;
  text-decoration: none;
  display: flex;
}

.booking-btn.popup {
  grid-column-gap: 1.625em;
  grid-row-gap: 1.625em;
  padding-left: 2.125em;
  padding-right: 2.125em;
  position: absolute;
  bottom: 4.625em;
  right: 3.125em;
}

.booking-btn.popup.bottom {
  bottom: 2.5em;
}

.booking-btn-txt {
  color: var(--th-white);
  font-family: Druktextwidecyr, sans-serif;
  font-size: .875em;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.booking-btn-txt.popup {
  letter-spacing: -.02em;
  font-size: 1.125em;
}

.booking-btn-ellipse {
  background-color: var(--th-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.booking-btn-ellipse.popup {
  width: 3.875em;
  height: 3.875em;
}

.arrow-booking {
  color: var(--th-orange);
  width: .375em;
  text-decoration: none;
}

.arrow-booking.popup {
  width: 1em;
}

.see-more-btn {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: .0625em solid var(--th-orange);
  border-radius: 5.125em;
  justify-content: center;
  align-items: center;
  padding: .875em;
  text-decoration: none;
  display: flex;
}

.see-more-btn-txt {
  color: var(--th-orange);
  font-family: Druktextwidecyr, sans-serif;
  font-size: .875em;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.see-more-btn-ellipse {
  background-color: var(--th-orange);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.arrow-see-more {
  color: var(--th-white);
  width: .375em;
  text-decoration: none;
}

.new-tour-pic {
  object-fit: cover;
  width: 27.375em;
  max-width: none;
  height: 34em;
  margin-bottom: 1.125em;
}

.new-tour-pic.pos-1 {
  object-position: 50% 15%;
}

.new-tour-pic.pos-2 {
  object-position: 50% 30%;
}

.new-tour-pic.pos-3 {
  object-position: 50% 8%;
}

.pop-up-container {
  z-index: 1001;
  background-color: var(--th-bg);
  background-image: linear-gradient(#f6f6f6f2, #f6f6f6f2), url('../images/popup-bg.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-radius: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 95em;
  max-width: none;
  height: auto;
  max-height: 90svh;
  margin-left: 0;
  margin-right: 0;
  padding: 3.125em 3.125em 4.625em 2.5em;
  display: flex;
  position: relative;
  top: 50%;
  left: 50%;
  overflow: hidden auto;
  transform: translate(-50%, -50%);
}

.pop-up-container.invisible {
  display: none;
  position: static;
}

.pop-up-container.popup-t3 {
  flex-flow: row;
  padding-bottom: 4.375em;
}

.pop-up-container.popup-t3.pb {
  padding-bottom: 10em;
}

.pop-up-container.popup-t4 {
  height: 58.375em;
}

.pop-up-container.popup-t7 {
  padding-bottom: 10.375em;
}

.pop-up-header {
  color: #252e43;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: .67em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.875em;
  line-height: 110%;
}

.program-cards-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1.875em;
  display: flex;
}

.program-cards-wrapper.program-t5 {
  grid-column-gap: 2.125em;
  grid-row-gap: 2.125em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.program-cards-wrapper._3-cols-grid {
  grid-column-gap: 1em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.program-card-wrapper {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.program-card-wrapper.program-t1-d2 {
  margin-left: 3.125em;
}

.program-card-border-text {
  border: .05em solid var(--th-orange);
  color: var(--th-orange);
  border-radius: 1.5em;
  margin-bottom: 1.2em;
  margin-left: 1em;
  padding: .5em 1.5em;
  font-size: 1.25em;
  line-height: 100%;
}

.program-card-border-text.program-t1-d2 {
  margin-left: .5em;
}

.program-card-border-text.program-t5 {
  margin-bottom: 0;
}

.bus-stop-text {
  color: var(--popup-text-th);
  margin-left: .625em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 140%;
}

.program-list {
  width: 28.5em;
  margin-top: 1.25em;
  margin-bottom: 0;
  margin-left: .625em;
  padding-left: 1.25em;
}

.program-list.program-t1-d2 {
  margin-left: 0;
}

.program-list.cost {
  margin-top: .625em;
}

.program-list.program-t2-d1, .program-list.program-t3 {
  margin-top: 1.25em;
}

.program-list.cost-t4 {
  width: auto;
  margin-top: .625em;
}

.program-list.cost-t5 {
  width: 33.1em;
  margin-top: .625em;
}

.program-list.program-t6-d2 {
  margin-top: 0;
  margin-left: 0;
}

.program-list.del-margin {
  margin-top: 0;
}

.program-list.program-t14-d2 {
  width: 30.1em;
  margin-top: 0;
  margin-left: 0;
}

.popup-list-item {
  color: var(--popup-text-th);
  font-family: Helvetica, Arial, sans-serif;
  line-height: 140%;
}

.orange-span {
  color: var(--th-orange);
}

.program-wrapper-block {
  width: 100%;
}

.cost-wrapper-block {
  margin-top: 3.25em;
}

.cost-wrapper-block.cost-t3 {
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.cost-card-border-text {
  border: .05em solid var(--th-orange);
  color: var(--th-orange);
  border-radius: 1.5em;
  margin-bottom: 1.2em;
  margin-left: 1em;
  padding: .5em 1.5em;
  font-size: 1.25em;
  line-height: 100%;
}

.cost-card-border-text.cost-t4 {
  margin-bottom: 0;
  margin-left: 0;
}

.cost-card-border-text.m-0 {
  margin-bottom: 0;
}

.cost-sub-header {
  color: var(--popup-text-th);
  margin-left: .625em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 140%;
}

.cost-sub-header.cost-t1-p2 {
  margin-top: 4em;
}

.cost-sub-header.cost-t4-p2 {
  margin-top: 0;
}

.cost-cards-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1.875em;
  display: flex;
}

.cost-cards-wrapper.cost-cards-t3, .cost-cards-wrapper.t14 {
  flex-flow: column;
}

.cost-card-wrapper {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cost-card-wrapper.cost-t3 {
  margin-top: 3.125em;
}

.cost-card-wrapper.cost-t4 {
  margin-left: 3.875em;
}

.cost-card-wrapper.cost-t4-p1 {
  width: 28.375em;
}

.cost-card-wrapper.cost-t1-col2 {
  margin-left: 3.125em;
}

.cost-card-wrapper.cost-t5-col2 {
  margin-left: 2.75em;
}

.cost-card-wrapper.cost-t7-col2 {
  margin-left: 2.875em;
}

.cost-card-wrapper.cost-t14-col2 {
  margin-left: 3.125em;
}

.close-popup-btn {
  width: 1.625em;
  display: flex;
  position: absolute;
  top: 3.125em;
  right: 3.125em;
}

.cost-place-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  margin-top: 1.875em;
  margin-left: .625em;
  display: flex;
}

.cost-for-place-block {
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.placement-cost {
  width: 12.7em;
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  line-height: 110%;
}

.placement-cost.orange {
  color: var(--th-orange);
  width: auto;
  margin-left: 1em;
}

.popup-block1, .popup-block2 {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
}

.popup-fixed-block {
  z-index: 1000;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-fixed-block.popup1 {
  display: flex;
}

.popup-fixed-block.popup6, .popup-fixed-block.popup7 {
  display: none;
}

.popup-fixed-block.popup11 {
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.popup-fixed-block.popup12, .popup-fixed-block.popup19, .popup-fixed-block.popup20, .popup-fixed-block.schedule1, .popup-fixed-block.schedule2, .popup-fixed-block.schedule3, .popup-fixed-block.schedule4, .popup-fixed-block.schedule5 {
  display: none;
}

.arrow-see-more-2 {
  color: #fff;
  width: .375em;
  text-decoration: none;
}

.see-more-btn-txt-2 {
  color: #f08131;
  font-family: Druktextwidecyr, sans-serif;
  font-size: .875em;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.booking-btn-txt-2 {
  color: #fff;
  font-family: Druktextwidecyr, sans-serif;
  font-size: .875em;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.see-more-btn-ellipse-2 {
  background-color: #f08131;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.arrow-booking-2 {
  color: #f08131;
  width: .375em;
  text-decoration: none;
}

.booking-btn-ellipse-2 {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
}

.booking-btn-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #f08131;
  border: .0625em solid #f08131;
  border-radius: 5.125em;
  justify-content: center;
  align-items: center;
  padding: .875em;
  text-decoration: none;
  display: flex;
}

.see-more-btn-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: .0625em solid #f08131;
  border-radius: 5.125em;
  justify-content: center;
  align-items: center;
  padding: .875em;
  text-decoration: none;
  display: flex;
}

.temporary-tour-header {
  color: var(--th-white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  line-height: 1.2;
  position: absolute;
}

.temporary-tour-header.tour9 {
  text-align: left;
  width: 6.05em;
  top: .23em;
  left: .9em;
}

.temporary-tour-header.tour14 {
  width: 9.09em;
  top: .3em;
}

.temporary-tour-header.tour11 {
  color: #213027;
  width: 7.54em;
  top: .32em;
}

.temporary-tour-header.tour10 {
  top: .41em;
}

.temporary-tour-header.tour12 {
  width: 8.68em;
  top: .36em;
}

.temporary-tour-header.tour12.off {
  display: none;
}

.temporary-tour-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.show-more-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3.125em;
  display: none;
}

.cover-block {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  line-height: 0;
  overflow: hidden;
}

.cost-content-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cost-content-wrapper.mb-12 {
  margin-bottom: .75em;
}

.gifts-description {
  color: var(--th-orange);
  margin-top: .5em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 140%;
}

.cards-block {
  display: flex;
}

.school-tour-label {
  color: #1b402f;
  text-align: center;
  background-color: #ffff31;
  border-radius: 1.1em;
  padding: .3em 1em;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  bottom: 2em;
  right: .9em;
}

.school-tour-label.tour13 {
  bottom: 5.4em;
}

.school-tour-label.off {
  display: none;
}

.red-price {
  color: #ff2323;
  padding-left: 1.625em;
  display: none;
}

.cost-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sale-card-border-text {
  border: .083em solid var(--th-orange);
  background-color: var(--th-orange);
  color: var(--th-white);
  text-align: center;
  border-radius: 2em;
  width: 14.17em;
  margin-bottom: 1.2em;
  margin-left: 1em;
  padding: .65em 1.17em;
  font-size: .75em;
  line-height: 100%;
}

.sale-card-border-text.hidden {
  display: none;
}

.var-cost-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.width-limiter {
  width: 18em;
}

.tabs-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -3.25em;
  display: flex;
}

.tabs-menu {
  grid-column-gap: .625em;
  grid-row-gap: .625em;
  background-color: #f0813140;
  border-radius: 1.5em;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 4.375em;
  margin-left: auto;
  padding: .25em;
  display: flex;
}

.tab-link {
  color: var(--popup-text-th);
  background-color: #0000;
  border-radius: 1.5em;
  padding: 1em 1.375em;
  text-decoration: none;
}

.tab-link.w--current {
  background-color: var(--th-orange);
  color: var(--th-white);
}

.tab-label {
  font-family: Druktextwidecyr, sans-serif;
  font-size: .875em;
  font-weight: 500;
}

.tabs-content-wrapper {
  width: 100%;
}

._2-col-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

._2-col-wrapper.mt-200 {
  margin-top: 12.5em;
}

.left-col-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.right-col-wrapper {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.right-col-wrapper._w-1084 {
  width: 67.75em;
}

.t-width-limiter._w-502 {
  width: 31.375em;
}

.xl-pic {
  object-fit: cover;
  border-radius: 2.125em;
  width: 100%;
}

.h3-primary.only-mobile {
  display: none;
}

.h3-primary.s-40 {
  font-size: 2.5em;
}

.h3-primary.absolute {
  color: var(--th-white);
  text-transform: uppercase;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.v-flex-wrapper {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.v-flex-wrapper.mt-200 {
  margin-top: 12.5em;
}

.v-flex-wrapper.gap-70 {
  grid-column-gap: 4.375em;
  grid-row-gap: 4.375em;
}

.v-flex-wrapper.schedule-var {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  background-color: #f0813133;
  border-radius: 1.5em;
  padding: 1.5em;
  box-shadow: 0 0 5px #0003;
}

.v-flex-wrapper.gap-22 {
  grid-column-gap: 1.375em;
  grid-row-gap: 1.375em;
}

.v-flex-wrapper.gap-24 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.v-flex-wrapper.gap-24.mt-100 {
  margin-top: 6.25em;
}

.h2-primary {
  font-size: 3.375em;
  line-height: 120%;
}

.schedule-wrapper {
  width: 100%;
}

.schedule-item {
  grid-column-gap: 2.125em;
  grid-row-gap: 2.125em;
  background-color: #fff;
  border-radius: 1.5em;
  flex-flow: column;
  padding: 1.875em 1.875em 3.25em 1.5625em;
  display: flex;
  box-shadow: 0 0 10px #0003;
}

.schedule-form {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.success-message-2 {
  background-color: #0000;
}

.fs_selectcustom-1_list.w--open {
  border: 2px solid var(--th-orange);
  background-color: #fff;
  border-radius: 1em;
  margin-top: .375em;
  padding: .5em .375em;
}

.fs_selectcustom-1_field {
  margin-bottom: 0;
  display: none;
}

.fs_selectcustom-1_toggle {
  background-color: #f5f5f5;
  border: 1px solid #84909cb3;
  border-radius: 1em;
  justify-content: flex-start;
  align-items: center;
  width: 32.125em;
  padding: .75em 1em;
  display: flex;
}

.fs_selectcustom-1_toggle:focus-visible, .fs_selectcustom-1_toggle[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_selectcustom-1_link {
  color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .5em 1rem .5em .5em;
  text-decoration: none;
  display: flex;
}

.fs_selectcustom-1_link:hover {
  background-color: #f5dfcf;
  border-radius: .25em;
}

.fs_selectcustom-1_link:focus {
  color: var(--th-orange);
  background-color: #f5dfcf;
  border-radius: .25em;
}

.fs_selectcustom-1_link:focus-visible, .fs_selectcustom-1_link[data-wf-focus-visible] {
  background-color: #f5dfcf;
  border-radius: .25em;
}

.fs_selectcustom-1_link.w--current {
  color: #696969;
  background-color: #f0f0f0;
}

.fs_selectcustom-1_dropdown {
  z-index: 99;
  margin-left: 0;
}

.fs_selectcustom-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_selectcustom-1_embed {
  margin-bottom: 0;
}

.select-svg {
  width: 1.75em;
  margin-right: .625em;
  display: flex;
}

.select-svg.ml-auto {
  margin-left: auto;
  margin-right: 0;
}

.select-svg._w-24 {
  width: 1.5em;
  margin-left: auto;
  margin-right: 0;
}

.t-16 {
  color: var(--th-text);
}

.invisible-filter {
  display: none;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._3-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #0000004d;
  border-radius: .625em;
  grid-template-rows: auto;
  grid-template-columns: 12em 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.first-col-wrapper {
  background-color: #f5dfcf;
  border-bottom: 1px solid #0000004d;
  border-right: 1px solid #0000004d;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  padding-left: 2.125em;
  display: flex;
}

.first-col-wrapper._w-192.border-1 {
  border-bottom-style: none;
}

.text-20 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 140%;
}

.text-20.regular {
  font-weight: 400;
  text-decoration: underline;
}

.text-20.regular.blue-th {
  color: #01377e;
}

.second-col-wrapper {
  border-bottom: 1px solid #0000004d;
  border-right: 1px solid #0000004d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  padding-left: 3.25em;
  display: flex;
}

.second-col-wrapper.border-1 {
  border-bottom-style: none;
}

.third-col-wrapper {
  border-bottom: 1px solid #0000004d;
  padding: 1.25em 18.75em 1.25em 3.25em;
  display: flex;
}

.third-col-wrapper.border-1 {
  border-bottom-style: none;
}

.h-flex-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hover-effect-wrapper {
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  padding-right: 12.875em;
  display: flex;
}

.primary-cta {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  color: var(--th-text);
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.cta-svg {
  background-color: var(--th-orange);
  color: var(--th-bg);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  padding: .6em .5em .5em;
  display: flex;
}

.cta-txt {
  box-shadow: 0 2px 0 0 var(--popup-text-th);
  color: var(--popup-text-th);
  letter-spacing: -.02em;
  font-family: Druktextwidecyr, sans-serif;
  font-size: .875em;
  font-weight: 500;
}

.section-divider.h-200 {
  height: 12.5em;
}

._4-col-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #0000004d;
  border-radius: .625em;
  grid-template-rows: auto;
  grid-template-columns: 12em 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

._4-col-grid.one-row {
  border-style: none;
  border-radius: 0;
  grid-template-columns: 12em 1fr 1fr auto;
  overflow: visible;
}

.svg-dashline {
  display: none;
}

.bottom-line {
  border-bottom: 1px solid #0000004d;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bottom-line.border-1 {
  border-bottom-style: none;
}

.none-submit {
  display: none;
}

.pic-placeholder-wrapper {
  position: relative;
}

.embed-map {
  width: 100%;
  height: 25em;
  display: flex;
}

.embed-code {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1920px) {
  .body, .body-2 {
    font-size: .63vw;
  }
}

@media screen and (max-width: 991px) {
  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 14px;
    min-height: 14px;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 40px;
    min-height: 40px;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-wrapper-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-2 {
    width: 350px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .container-6 {
    max-width: 728px;
  }

  .popup-fixed-block {
    display: none;
  }

  .v-flex-wrapper.gap-24.mt-100 {
    margin-top: 6.25em;
  }

  .v-flex-wrapper.gap-16 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .v-flex-wrapper.gap-16._w-244 {
    width: 15.25em;
  }

  .second-col-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .column---brix {
    max-width: 100%;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .pricing-comparison-2 {
    padding: 60px 15px;
  }

  .pricing-wrapper-2 {
    justify-items: stretch;
  }

  .pricing-card-2 {
    width: auto;
  }

  .pricing-title-2 {
    font-size: 34px;
    line-height: 42px;
  }

  .hero-heading-center, .team-slider, .team-slider-2, .hero-heading-left {
    padding: 60px 15px;
  }
}

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

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 1.5625em;
  }

  .navbar-section {
    padding-top: 2.5em;
  }

  .site-container {
    width: 22.1875em;
  }

  .site-container.mobile-only {
    width: 21.8em;
  }

  .site-container.full-w {
    width: 100%;
  }

  .navbar.mobile-hidden {
    display: none;
  }

  .navbtn {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .navbtn.mobile-hidden {
    display: none;
  }

  .brand.mobile-only {
    position: static;
    transform: none;
  }

  .brand.mobile-only.w--current {
    display: block;
    position: static;
    transform: none;
  }

  .brand.mobile-hidden, .brand.mobile-hidden.w--current {
    display: none;
  }

  .hero-section {
    background-image: url('../images/hero-mobile.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .hero-slider-wrapper.mobile-hidden {
    display: none;
  }

  .swiper.feedback-swiper {
    height: 24.635em;
  }

  .swiper.tours-swiper {
    margin-top: 2em;
    display: block;
  }

  .swiper.benefits-swiper, .swiper.goals-swiper, .swiper.questions-swiper, .swiper.bus-swiper, .swiper.team-swiper {
    margin-top: 2em;
  }

  .swiper-slide {
    height: 100%;
  }

  .swiper-slide.tour-slide {
    width: 100%;
    height: 33.375em;
  }

  .swiper-slide.benefit-slide {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    background-color: var(--th-white);
    border-radius: 1.25em;
    flex-direction: column;
    width: 100%;
    height: 24em;
    padding: 1.25em;
    display: flex;
  }

  .swiper-slide.goals-slide {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    width: 100%;
    height: 24.75em;
    display: flex;
  }

  .swiper-slide.question-slide {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1.25em;
    flex-direction: column;
    width: 100%;
    height: 33.375em;
    display: flex;
  }

  .swiper-slide.question-slide._1 {
    background-image: url('../images/1_2.webp');
    background-position: 50%;
  }

  .swiper-slide.question-slide._2 {
    background-image: url('../images/2_1.webp');
  }

  .swiper-slide.question-slide._3 {
    background-image: url('../images/3_2.webp');
  }

  .swiper-slide.question-slide._4 {
    background-image: url('../images/4_1.webp');
  }

  .swiper-slide.question-slide._5 {
    background-image: url('../images/5_2.webp');
  }

  .swiper-slide.bus-slide {
    width: 100%;
  }

  .swiper-slide.feedback-slide {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-radius: 1.25em;
    width: 22em;
    padding: 1.25em;
  }

  .swiper-slide.team-slide {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .swiper-slide.team-slide.off {
    display: none;
  }

  .hero-h1 {
    width: 100%;
    font-size: 3.75em;
  }

  .hero-girl {
    width: 140%;
    max-width: none;
  }

  .hero-btns-wrapper {
    grid-column-gap: 3.875em;
    grid-row-gap: 3.875em;
    flex-direction: column-reverse;
  }

  .video-lightbox {
    border-bottom-color: #252e4380;
    justify-content: space-between;
  }

  .video-lightbox.mobile-hidden {
    display: none;
  }

  .text-35 {
    font-size: 1.875em;
  }

  .text-35.video-lightbox-text {
    text-align: center;
    width: 100%;
  }

  .text-35.video-lightbox-text.mobile {
    color: var(--th-text);
    text-align: left;
    flex: 0 55%;
    font-size: 1.625em;
    font-weight: 700;
  }

  .video-lightbox-btn {
    flex: none;
  }

  .btn.primary {
    justify-content: center;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
  }

  .btn-text {
    font-size: 1em;
  }

  .btn-img {
    width: 3em;
    height: 3em;
  }

  .site-section.tours, .site-section.benefits-section, .site-section.goals-section {
    padding-top: 6.25em;
  }

  .site-section.numbers-section {
    padding-top: 6.25em;
    padding-bottom: 0;
  }

  .site-section.questions-section {
    padding-top: 6.25em;
  }

  .site-section.myth-section {
    padding-top: 6.25em;
    overflow: hidden;
  }

  .site-section.bus-section, .site-section.hotels-section, .site-section.feedback-section, .site-section.team-section, .site-section.faq-section, .site-section.contact-section {
    padding-top: 6.25em;
  }

  .site-section.last-section {
    padding-top: 6.25em;
    padding-bottom: 6.25em;
  }

  .site-section.footer {
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .site-section.new-tours {
    margin-top: 6.25em;
  }

  .marquee-wrapper.faded {
    border-top-width: .2em;
    border-bottom-width: .2em;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .marquee-wrapper.faded.numbers {
    position: static;
    transform: none;
  }

  .marquee-container {
    grid-column-gap: 1.3em;
  }

  .h2.scroller-text {
    font-size: 2.5em;
  }

  .h2.sm-h3 {
    font-size: 1.5625em;
    line-height: 100%;
  }

  .tours-wrapper {
    display: none;
  }

  .tour-wrapper-large {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    border-radius: 1.25em;
    height: 100%;
    padding: 1.25em 0 0;
    position: static;
  }

  .tour-wrapper-large._3 {
    background-position: 80%;
  }

  .h1 {
    font-size: 3.75em;
  }

  .tour-card-inner {
    grid-column-gap: .625em;
    grid-row-gap: .625em;
    border-radius: 1.25em;
    width: 100%;
    padding: 2.375em .625em .625em;
  }

  .text-30 {
    font-size: 1.25em;
  }

  .text-30.split-lines.mobile-hidden {
    display: none;
  }

  .text-30.member-description.custom-marg {
    margin-bottom: 0;
  }

  .text-30.last-text {
    font-size: .875em;
  }

  .mt-1 {
    padding-top: .5em;
  }

  .site-grid.mobile-hidden {
    display: none;
  }

  .site-grid.sm-flex {
    grid-row-gap: 2em;
    flex-direction: column;
    display: flex;
  }

  ._w-70.sm-w-full {
    width: 100%;
  }

  .text-base {
    font-size: .875em;
  }

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

  .text-base._w-90 {
    width: 90%;
  }

  .text-base.off {
    display: none;
  }

  .benefit-icon-wrapper {
    height: 2.75em;
  }

  .goals-scroll-wrapper {
    display: none;
  }

  .scroll-camera {
    overflow: visible;
  }

  .goal-card {
    flex: 0 80%;
    justify-content: flex-end;
    width: 100%;
    padding: 1.25em;
  }

  .goal-card._1 {
    background-image: url('../images/Rectangle-87.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .goal-card._2 {
    background-image: url('../images/Rectangle-88_2.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .goal-card._3 {
    background-image: url('../images/Rectangle-89_2.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .goal-card._4 {
    background-image: url('../images/4_2.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .goal-card._5 {
    background-image: url('../images/goal5_2.webp');
  }

  .goal-card._6 {
    background-image: url('../images/goal6_2.webp');
  }

  .goal-card-cta {
    justify-content: flex-end;
  }

  .numbers-scroll-wrapper {
    display: none;
  }

  .number-card {
    border-radius: 1.25em;
    width: 100%;
    height: auto;
    padding: 1.25em;
    position: static;
    transform: none;
  }

  .number-card._1, .number-card._2 {
    transform: none;
  }

  .number-card._3 {
    width: 100%;
    padding-top: 1.25em;
    transform: none;
  }

  .number-card-img {
    border-radius: .625em;
    flex: none;
    height: 16em;
  }

  .number-card-info {
    flex: 0 auto;
  }

  .card-number {
    font-size: 1.875em;
  }

  .text-25.number-card-text {
    font-size: 1em;
    line-height: 110%;
  }

  .text-25.mob-12 {
    font-size: .75em;
  }

  .btn-wrapper-questions.mobile-hidden {
    display: none;
  }

  .btn-arrow {
    width: .75em;
  }

  .grid-cols-2.myth-lines {
    grid-column-gap: 1.25em;
    margin-top: 2em;
  }

  .myth-grid {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    margin-top: 1em;
  }

  .myth-left {
    padding-left: 0%;
  }

  .myth-right {
    padding-right: 0%;
  }

  .myth-bg {
    top: 50%;
  }

  ._w-30.sm-w-full {
    width: 100%;
  }

  .bus-pic-wrapper.mobile-hidden {
    display: none;
  }

  .bus-pic._1 {
    margin-top: 0;
  }

  .bus-pic._2 {
    margin-top: 0;
  }

  .bus-pic._4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .hotels-heading {
    width: 100%;
  }

  .hotel-float-img._1 {
    border-radius: .5em;
    width: 3.625em;
    top: 0;
    left: auto;
    right: 0;
  }

  .hotel-float-img._2 {
    border-radius: .5em;
    width: 3.6875em;
    top: -2.25em;
    bottom: auto;
    left: 1em;
  }

  .hotel-float-img._3 {
    border-radius: .5em;
    width: 3em;
    bottom: -3.375em;
    left: 4.5em;
    right: auto;
  }

  .hotels-grid.mobile-hidden {
    display: none;
  }

  .hotel-img {
    border-radius: 1.25em;
    align-items: flex-end;
    width: 100%;
    height: 16em;
    display: flex;
  }

  .hotel-img._1 {
    flex: none;
  }

  .hotel-img._2 {
    justify-content: flex-end;
    height: 16em;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hotel-img._3 {
    flex: 0 auto;
  }

  .hotel-img._4 {
    background-position: 50%;
    background-size: cover;
    flex: 0 auto;
    justify-content: flex-end;
  }

  .slider-controls {
    display: none;
  }

  .feedback-slider-wrapper {
    margin-top: 2em;
    padding-left: .625em;
    padding-right: .625em;
  }

  .team-wrapper {
    display: none;
  }

  .team-answer-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .team-question {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding: 2em 0;
  }

  .team-container {
    margin-top: 2.5em;
  }

  .text-40.narrow.reqular.last-benefit {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 100%;
  }

  .text-40.custom-marg {
    margin-top: 0;
  }

  .member-photo {
    border-radius: .5em;
    width: 100%;
    height: 16.125em;
  }

  .faq-number-wrapper {
    display: none;
  }

  .accordion-item---brix.accordion-3---brix {
    margin-bottom: 0;
    padding: 1.25em .5em;
  }

  .accordion-paragraph---brix {
    letter-spacing: -.05em;
    width: 100%;
    max-width: 100%;
    font-size: 1em;
    line-height: 110%;
  }

  .open-close-icon-wrapper---brix {
    margin-right: 16px;
  }

  .open-close-icon-wrapper---brix.large-icon---brix {
    width: 1em;
    min-height: 0;
    margin-right: 0;
  }

  .accordion-3-open-close-icon-wrapper---brix {
    width: 1.875em;
    height: 1.875em;
    min-height: 0;
  }

  .hidden-questions, .faq-btn-wrapper {
    display: none;
  }

  .contact-heading {
    width: 100%;
  }

  .contact-form-wrapper {
    margin-top: 2em;
  }

  .form-fields-flex {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .field-small {
    font-size: 1.25em;
  }

  .field-small._w-half {
    width: 100%;
  }

  .textarea-wrapper {
    flex-direction: column;
    margin-top: 1.25em;
    display: flex;
  }

  .submit-btn-wrapper {
    height: 7.125em;
    margin-top: .75em;
  }

  .submit-btn {
    border-radius: 1.25em;
    font-size: 1.25em;
  }

  .submit-btn-overlay {
    width: 3.125em;
    right: 3.625em;
  }

  .contact-overlay {
    border-radius: .5em;
    width: 4.125em;
    top: 6.5em;
    right: 2.25em;
  }

  .last-grid {
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
    display: none;
  }

  .last-pic {
    border-radius: 1.25em;
    height: 14.125em;
  }

  .last-pic._2 {
    height: 14.125em;
  }

  .last-block-benefits-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .last-icon {
    width: 1.875em;
  }

  .footer-grid {
    grid-column-gap: 3.125em;
    grid-row-gap: 3.125em;
    grid-template-columns: 100%;
    width: 100%;
  }

  .footer-link.address {
    width: 100%;
    font-size: 1em;
  }

  .social-icon.modal {
    color: var(--th-text);
  }

  .footer-brand {
    font-size: 3em;
  }

  .footer-brand.w--current {
    width: 100%;
    max-width: 100%;
    font-size: 3em;
  }

  .body {
    font-size: 4.26vw;
  }

  .burger-btn-wrapper {
    color: var(--th-text);
    width: 3.8125em;
    text-decoration: none;
    display: block;
  }

  .tour-heading-wrapper {
    padding-left: 1.25em;
  }

  .mt-2-btn-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 2em;
    display: flex;
  }

  .tours-pagination {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    display: flex;
  }

  .mobile-only {
    display: block;
  }

  .mobile-only.team-text-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    display: flex;
  }

  .benefits-pagination, .goals-pagination {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    display: flex;
  }

  .number-cards-wrapper {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-direction: column;
    margin-top: 2em;
    display: flex;
  }

  .question-slide-info-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #fff3;
    border-radius: 1.25em;
    flex-direction: column;
    margin-top: auto;
    padding: 3em 1.25em 1.25em;
    display: flex;
  }

  .questions-pagination, .bus-pagination {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    display: flex;
  }

  .hotels-cards-wrapper {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-direction: column;
    margin-top: 5em;
    display: flex;
  }

  .hotel-card-info-wrapper {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #fff3;
    border-radius: .5em;
    flex: 0 60%;
    padding: 1.5em 1.25em;
  }

  .hotel-card-info-wrapper.last {
    flex-basis: 65%;
  }

  .feedback-img {
    border-radius: .625em;
    height: 15.875em;
  }

  .feedback-info-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .feeedback-name {
    font-size: 1.875em;
  }

  .feedback-pagination {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    display: flex;
  }

  .team-description {
    letter-spacing: -.05em;
    font-size: 1em;
    line-height: 110%;
  }

  .member-info-mobile {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .team-pagination {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    display: flex;
  }

  .last-block-mobile {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-direction: column;
    display: flex;
  }

  .last-text-wrapper {
    padding-left: 2.5em;
  }

  .gap-1-2 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    display: flex;
  }

  .last-images-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .mt-1-btn-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    display: flex;
  }

  .modal-wrapper {
    z-index: 999;
    background-color: var(--th-bg);
    width: 100%;
    height: 100%;
    padding: 2.5em .625em;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .mobile-nav-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .close-btn-wrapper {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .modal-close-btn {
    color: var(--th-text);
    width: 1.625em;
    text-decoration: none;
    display: flex;
  }

  .modal-links-wrapper {
    grid-column-gap: 1.875em;
    grid-row-gap: 1.875em;
    flex-direction: column;
    display: flex;
  }

  .modal-link {
    color: var(--th-text);
    letter-spacing: -.02em;
    font-family: Druktextwidecyr, sans-serif;
    font-size: 1.875em;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
  }

  .div-block-3 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .error-wrapper {
    margin-top: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
  }

  .text-block-3 {
    font-size: 1em;
    line-height: 100%;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .container-2, .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .container-6 {
    max-width: none;
  }

  .new-tours-grid {
    grid-column-gap: .625em;
    grid-row-gap: .625em;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.875em;
  }

  .new-tour-card {
    border-radius: 1em;
    padding-bottom: 0;
    overflow: hidden;
  }

  .new-tours-texts-wrapper {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .price-label {
    margin-left: .2em;
    font-size: 1.25em;
  }

  .duration-label {
    margin-top: .57em;
    margin-left: .29em;
    font-size: .875em;
    line-height: 110%;
  }

  .new-tour-btns-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: auto;
    padding-top: 1.25em;
    display: block;
  }

  .booking-btn {
    display: none;
  }

  .booking-btn.popup {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 1.875em;
    padding: 1em 3.125em;
    display: flex;
    position: static;
  }

  .booking-btn-txt {
    letter-spacing: -.02em;
    font-size: .75em;
  }

  .booking-btn-txt.popup {
    font-size: 1em;
  }

  .booking-btn-ellipse.popup {
    width: 3.125em;
    height: 3.125em;
  }

  .arrow-booking.popup {
    width: .75em;
  }

  .see-more-btn {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    background-color: var(--th-orange);
    border-radius: 2.5em;
    justify-content: space-between;
    align-items: center;
    padding: .375em .375em .375em .625em;
  }

  .see-more-btn-txt {
    color: var(--th-white);
    letter-spacing: -.02em;
    font-size: .75em;
  }

  .see-more-btn-ellipse {
    background-color: var(--th-white);
  }

  .arrow-see-more {
    color: var(--th-orange);
  }

  .new-tour-pic {
    width: 10.75em;
    height: 14em;
    margin-bottom: .625em;
  }

  .pop-up-container {
    background-image: none;
    border-radius: 0;
    width: 100%;
    height: 100svh;
    padding: 3.25em .625em 1.625em;
    overflow: scroll;
  }

  .pop-up-container.invisible {
    width: 100%;
    display: none;
    position: absolute;
  }

  .pop-up-container.popup-t3 {
    border-radius: 0;
    flex-flow: column;
    padding-bottom: 1.625em;
  }

  .pop-up-container.popup-t3.pb {
    padding-bottom: 3.25em;
  }

  .pop-up-container.popup-t4 {
    height: 100svh;
  }

  .pop-up-container.popup-t7 {
    padding-bottom: 1.625em;
  }

  .pop-up-header {
    margin-left: 0;
    font-size: 1.25em;
  }

  .program-cards-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    margin-top: 1.25em;
    margin-bottom: 0;
  }

  .program-cards-wrapper.program-t5 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    margin-bottom: 0;
    display: flex;
  }

  .program-cards-wrapper._3-cols-grid {
    grid-row-gap: 2em;
    flex-flow: column;
    display: flex;
  }

  .program-card-wrapper.program-t1-d2 {
    margin-left: 0;
  }

  .program-card-border-text {
    margin-bottom: 1em;
    margin-left: 0;
    font-size: 1em;
  }

  .program-card-border-text.program-t1-d2 {
    margin-left: 0;
  }

  .program-card-border-text.program-t5 {
    margin-bottom: 1em;
  }

  .bus-stop-text {
    margin-bottom: .2em;
    margin-left: 0;
    font-size: .875em;
  }

  .program-list {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .program-list.program-t1-d2 {
    margin-top: 0;
  }

  .program-list.cost {
    margin-top: .625em;
    margin-left: 0;
  }

  .program-list.program-t2-d1 {
    margin-left: 0;
  }

  .program-list.program-t3 {
    margin-top: 0;
    margin-left: 0;
  }

  .program-list.cost-t5 {
    width: auto;
  }

  .program-list.program-t14-d2 {
    width: 100%;
  }

  .popup-list-item {
    font-size: .75em;
  }

  .program-wrapper-block {
    width: 100%;
  }

  .cost-wrapper-block {
    width: 100%;
    margin-top: 2.25em;
  }

  .cost-wrapper-block.cost-t3 {
    margin-top: 2.25em;
  }

  .cost-card-border-text {
    margin-bottom: 1em;
    margin-left: 0;
    padding-left: .625em;
    padding-right: .625em;
    font-size: 1em;
  }

  .cost-card-border-text.cost-t4 {
    padding-left: .625em;
    padding-right: .625em;
  }

  .cost-sub-header {
    margin-left: 0;
    font-size: .875em;
  }

  .cost-sub-header.cost-t1-p2, .cost-sub-header.cost-t14-p2 {
    margin-top: 0;
    margin-left: 0;
    font-size: .875em;
  }

  .cost-cards-wrapper {
    flex-flow: column;
    margin-top: 0;
  }

  .cost-cards-wrapper.cost-cards-t3 {
    margin-top: 0;
  }

  .cost-card-wrapper {
    width: 100%;
    margin-top: 1.25em;
  }

  .cost-card-wrapper.cost-t3 {
    margin-top: 1em;
  }

  .cost-card-wrapper.cost-t4 {
    margin-top: 1em;
    margin-left: 0;
  }

  .cost-card-wrapper.cost-t4-p1 {
    width: 100%;
    margin-top: 1em;
  }

  .cost-card-wrapper.cost-t1-col2, .cost-card-wrapper.cost-t5-col2, .cost-card-wrapper.cost-t7-col2, .cost-card-wrapper.cost-t14-col2 {
    margin-left: 0;
  }

  .cost-card-wrapper.t10 {
    margin-top: 0;
  }

  .close-popup-btn {
    top: 2.5em;
    right: .625em;
  }

  .cost-place-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 1.25em;
    margin-left: 0;
  }

  .cost-for-place-block {
    grid-column-gap: .375em;
    grid-row-gap: .375em;
  }

  .placement-cost {
    width: 6.3em;
    font-size: .625em;
  }

  .popup-fixed-block.popup1, .popup-fixed-block.popup12, .popup-fixed-block.popup19, .popup-fixed-block.popup20 {
    display: none;
  }

  .arrow-see-more-2 {
    color: #f08131;
  }

  .see-more-btn-txt-2 {
    color: #fff;
    letter-spacing: -.02em;
    font-size: .75em;
  }

  .booking-btn-txt-2 {
    letter-spacing: -.02em;
    font-size: .75em;
  }

  .see-more-btn-ellipse-2 {
    background-color: #fff;
  }

  .booking-btn-2 {
    display: none;
  }

  .see-more-btn-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    background-color: #f08131;
    border-radius: 2.5em;
    justify-content: space-between;
    align-items: center;
    padding: .375em .375em .375em .625em;
  }

  .temporary-tour-header {
    font-size: 1em;
  }

  .show-more-wrapper {
    display: none;
  }

  .cover-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .cost-content-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .cost-content-wrapper.mb-12 {
    align-items: stretch;
  }

  .gifts-description {
    width: 20em;
    margin-top: -.5em;
    margin-left: 0;
    font-size: .875em;
  }

  .cards-block {
    flex-flow: column;
  }

  .school-tour-label {
    padding: .17em .7em;
    font-size: .75em;
    line-height: 110%;
    bottom: .3em;
    right: .3em;
  }

  .school-tour-label.tour13 {
    bottom: 2.7em;
  }

  .cost-wrapper {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .sale-card-border-text {
    width: 14.7em;
    margin-bottom: 1em;
    margin-left: 0;
    padding-left: .4em;
    padding-right: .4em;
    font-size: .875em;
  }

  .var-cost-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .width-limiter {
    width: 12em;
  }

  .tabs-wrapper {
    margin-top: 1.875em;
  }

  .tabs-menu {
    margin-bottom: 1.25em;
  }

  ._2-col-wrapper.mt-200 {
    grid-column-gap: 1.875em;
    grid-row-gap: 1.875em;
    flex-flow: column-reverse;
    margin-top: 6.25em;
  }

  .left-col-wrapper {
    align-items: stretch;
  }

  .right-col-wrapper._w-1084, .t-width-limiter._w-502 {
    width: 100%;
  }

  .xl-pic.mob-h-190 {
    height: 11.875em;
  }

  .h3-primary {
    font-size: 1.5em;
  }

  .h3-primary.only-desk {
    display: none;
  }

  .h3-primary.only-mobile {
    display: block;
  }

  .h3-primary.s-40 {
    font-size: 1.25em;
  }

  .v-flex-wrapper.schedule-var {
    border-radius: 0;
    padding-left: .75em;
    padding-right: .75em;
  }

  .h2-primary {
    font-size: 1.5em;
  }

  .schedule-item {
    box-shadow: none;
    padding-left: .75em;
    padding-right: .75em;
  }

  .fs_selectcustom-1_toggle, .fs_selectcustom-1_dropdown {
    width: 100%;
  }

  .t-16 {
    font-size: .875em;
  }

  ._3-col-grid {
    grid-column-gap: .625em;
    grid-row-gap: .625em;
    border-style: none;
    border-radius: 0;
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .first-col-wrapper._w-192 {
    border-bottom-style: none;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .text-20 {
    font-size: .875em;
  }

  .text-20.mobile-16 {
    font-size: 1em;
  }

  .second-col-wrapper {
    border-bottom-style: none;
    border-right-style: none;
    padding-left: .75em;
  }

  .third-col-wrapper {
    border-bottom-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 0;
    padding-right: .75em;
    display: flex;
  }

  .h-flex-wrapper {
    grid-column-gap: 1.375em;
    grid-row-gap: 1.375em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: .125em;
  }

  .h-flex-wrapper.gap-0 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .hover-effect-wrapper {
    opacity: 1;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 1.25em;
    padding-left: .75em;
    padding-right: .75em;
  }

  .schedule-popup-wrapper {
    padding-right: .25em;
  }

  ._4-col-grid {
    grid-template-columns: 12em;
  }

  ._4-col-grid.one-row {
    border-style: solid;
    border-radius: .75em;
    grid-template-columns: 1fr auto;
    overflow: hidden;
  }

  .svg-dashline {
    border-bottom: 1px dashed #d9d9d9;
    width: 100%;
    margin-bottom: 1.25em;
    display: flex;
  }

  .header-container {
    padding-left: .75em;
  }

  .bottom-line {
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
  }

  .embed-map {
    height: 20em;
  }
}

#w-node-_55c1767f-f76c-e40e-d8b5-c8609ddbfd52-5cbd4384, #w-node-_8c72fdf9-88a2-b923-3e42-32c270c056d6-5cbd4384, #w-node-b9610235-b6f8-890c-5a22-064971c19e6f-5cbd4384, #w-node-b9610235-b6f8-890c-5a22-064971c19e89-5cbd4384, #w-node-_24f50cd7-b78e-dca1-cbdf-05464b8ffccc-5cbd4384, #w-node-_57fd1c0e-83dd-c148-1ff1-fb8621798a1b-5cbd4384, #w-node-b5434acf-43fc-2502-adbd-6ca7e5e4d764-5cbd4384, #w-node-f23c9f8c-a035-63d6-a044-0cfb1d272b06-5cbd4384, #w-node-_6372fbd3-5e0c-863f-53eb-4875f8b326aa-5cbd4384, #w-node-_41f3648a-a0ba-bdd7-6487-869f0ca78f34-5cbd4384, #w-node-_56df5f14-7042-9707-07de-2853bcb2a50d-5cbd4384, #w-node-ec872158-ff4f-5d91-cea8-4c9bddade4dc-5cbd4384, #w-node-_87b797a2-f074-3175-1ee5-d44470de4fcb-5cbd4384, #w-node-_45b74f5c-dc3a-8006-7c77-7757e6e8450a-5cbd4384, #w-node-_87b797a2-f074-3175-1ee5-d44470de4fe4-5cbd4384, #w-node-_36873b3d-24f2-2704-4fc8-9f226ffb07e0-5cbd4384, #w-node-_293c8d0b-db3a-2c4c-3a79-bf6dda35dc3e-5cbd4384, #w-node-_96b2689c-0ee1-e544-80de-11a7c18e2052-5cbd4384, #w-node-b3669c5c-6bb5-f373-399b-1f164bc5f1d1-5cbd4384, #w-node-_76d5861a-8328-9700-fe6b-ff9b89095604-5cbd4384, #w-node-af89d3ab-a453-8dc3-d604-1bbc80e9007a-5cbd4384, #w-node-b806a2dd-4efb-c3cd-972e-21f2cb37b92b-5cbd4384, #w-node-_5f465c42-66ba-dd92-7d52-f36f2141d850-5cbd4384, #w-node-_34936040-095d-a580-17fb-b7b6e0365776-5cbd4384, #w-node-_63df8c96-0bbc-294e-0644-b84f152b9829-5cbd4384, #w-node-_3dce0934-284a-8727-b4dd-7f03439d691c-5cbd4384, #w-node-_2868f9f5-2e0a-d6de-dbff-fd006a282df5-5cbd4384, #w-node-_29559766-f227-76c4-1cea-08a74de1fdf9-5cbd4384, #w-node-_9e7280f1-1ef1-196e-0962-021a0d26bb3c-5cbd4384, #w-node-_0551e7d1-c134-ae07-0d2a-166b2614be36-5cbd4384, #w-node-_15d0f14a-7788-0366-4d1d-c55014a95907-5cbd4384, #w-node-_1d178f61-c214-8ffc-2374-ed016d4019dc-5cbd4384 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_855650f9-4e9a-f2bb-5d37-53ce167dea0d-5cbd4384 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc9992d2-4d08-dad2-bacf-1295f4154fb1-5cbd4384, #w-node-bb7f60a7-2d16-a06c-8a33-1bd337aa61f5-5cbd4384, #w-node-f2d73216-b02e-abf1-c487-39790c83397f-5cbd4384, #w-node-d659096a-145d-effe-0c55-9ba64022cc67-5cbd4384, #w-node-_42e2eab9-8c1e-ad9a-4507-24db98058017-5cbd4384, #w-node-ff93e991-a590-cabf-90b1-c437d50dfd08-5cbd4384, #w-node-_3de757ed-297c-2084-c906-439b3e4e5ea8-5cbd4384, #w-node-_7046680c-4e6b-e4ec-a20c-7acb0d598b89-5cbd4384, #w-node-_69454078-6a4f-3933-6328-fbca956dd672-5cbd4384, #w-node-_1a7b7dd0-94ca-c573-61bd-71094376926d-5cbd4384, #w-node-_1a7b7dd0-94ca-c573-61bd-710943769270-5cbd4384, #w-node-_89cad0d4-8999-0ca2-f07d-71b8aa639ae4-5cbd4384, #w-node-_89cad0d4-8999-0ca2-f07d-71b8aa639ae7-5cbd4384, #w-node-_07ddcfee-f6e4-171d-efa0-bd0a4a40d394-5cbd4384, #w-node-_07ddcfee-f6e4-171d-efa0-bd0a4a40d397-5cbd4384, #w-node-_635bac86-7e79-cd40-c390-000a82c84ead-5cbd4384, #w-node-_635bac86-7e79-cd40-c390-000a82c84eb0-5cbd4384, #w-node-_6458ae69-e695-4fcd-9264-d1efab5c3a96-5cbd4384, #w-node-_6458ae69-e695-4fcd-9264-d1efab5c3a99-5cbd4384, #w-node-d1570e18-550b-00ed-f49b-52be559419c7-5cbd4384 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_697ba509-dbb6-d06e-8eae-e104744150b8-5cbd4384 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2d970c54-a5b0-2677-71f1-e26f06003c83-5cbd4384, #w-node-ad5c5e6f-4fee-e46e-7d9a-8e5316de6b64-5cbd4384 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec21998b-159d-cd60-eff3-b698f7aea94a-5cbd4384 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25f4d7f9-7f3a-ff5d-84b1-5a20a5930b10-5cbd4384, #w-node-_2a747549-7394-b974-886d-6a49d69c39f3-5cbd4384, #w-node-_3b242768-2f3b-b3f9-72f0-c1045b52b64b-5cbd4384, #w-node-ff092600-8fb6-2956-bee6-2403db86c885-5cbd4384, #w-node-b3859d23-2fa1-dc2a-5827-167bd5dfe77d-5cbd4384, #w-node-_9c6ceab4-ad8b-fe2f-d8ec-40a282f31f49-5cbd4384, #w-node-_2e6c77d0-b32f-a7b0-02b3-7a9ff01674ac-5cbd4384, #w-node-_2e6c77d0-b32f-a7b0-02b3-7a9ff01674b3-5cbd4384 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6226698-e350-bba3-5002-b25189810c1e-5cbd4384 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_53522a73-8e26-4a8f-fb6b-8c278072cf5c-5cbd4384, #w-node-_973f3c8a-0f69-19cd-32e1-7285cd76514d-5cbd4384, #w-node-_516f57c4-6e28-6efb-c72d-2a83f7896bbb-5cbd4384, #w-node-e18b65f5-549d-7775-2666-5007757c21d3-5cbd4384, #w-node-_9ed6f781-2513-e754-ee3c-3d95c96e5e52-75aebf91, #w-node-_9ed6f781-2513-e754-ee3c-3d95c96e5e72-75aebf91, #w-node-_9ed6f781-2513-e754-ee3c-3d95c96e5e9a-75aebf91, #w-node-_24f50cd7-b78e-dca1-cbdf-05464b8ffccc-09fdd96d, #w-node-_57fd1c0e-83dd-c148-1ff1-fb8621798a1b-09fdd96d, #w-node-b5434acf-43fc-2502-adbd-6ca7e5e4d764-09fdd96d, #w-node-f23c9f8c-a035-63d6-a044-0cfb1d272b06-09fdd96d, #w-node-_6372fbd3-5e0c-863f-53eb-4875f8b326aa-09fdd96d, #w-node-_41f3648a-a0ba-bdd7-6487-869f0ca78f34-09fdd96d, #w-node-_56df5f14-7042-9707-07de-2853bcb2a50d-09fdd96d, #w-node-ec872158-ff4f-5d91-cea8-4c9bddade4dc-09fdd96d, #w-node-_87b797a2-f074-3175-1ee5-d44470de4fcb-09fdd96d, #w-node-_45b74f5c-dc3a-8006-7c77-7757e6e8450a-09fdd96d, #w-node-_87b797a2-f074-3175-1ee5-d44470de4fe4-09fdd96d, #w-node-_36873b3d-24f2-2704-4fc8-9f226ffb07e0-09fdd96d, #w-node-_293c8d0b-db3a-2c4c-3a79-bf6dda35dc3e-09fdd96d, #w-node-_96b2689c-0ee1-e544-80de-11a7c18e2052-09fdd96d, #w-node-b3669c5c-6bb5-f373-399b-1f164bc5f1d1-09fdd96d, #w-node-_76d5861a-8328-9700-fe6b-ff9b89095604-09fdd96d, #w-node-af89d3ab-a453-8dc3-d604-1bbc80e9007a-09fdd96d, #w-node-b806a2dd-4efb-c3cd-972e-21f2cb37b92b-09fdd96d, #w-node-_5f465c42-66ba-dd92-7d52-f36f2141d850-09fdd96d, #w-node-_34936040-095d-a580-17fb-b7b6e0365776-09fdd96d, #w-node-_63df8c96-0bbc-294e-0644-b84f152b9829-09fdd96d, #w-node-_3dce0934-284a-8727-b4dd-7f03439d691c-09fdd96d, #w-node-_2868f9f5-2e0a-d6de-dbff-fd006a282df5-09fdd96d, #w-node-_29559766-f227-76c4-1cea-08a74de1fdf9-09fdd96d, #w-node-_9e7280f1-1ef1-196e-0962-021a0d26bb3c-09fdd96d, #w-node-_0551e7d1-c134-ae07-0d2a-166b2614be36-09fdd96d, #w-node-_15d0f14a-7788-0366-4d1d-c55014a95907-09fdd96d, #w-node-_1d178f61-c214-8ffc-2374-ed016d4019dc-09fdd96d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_855650f9-4e9a-f2bb-5d37-53ce167dea0d-09fdd96d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cc9992d2-4d08-dad2-bacf-1295f4154fb1-09fdd96d, #w-node-bb7f60a7-2d16-a06c-8a33-1bd337aa61f5-09fdd96d, #w-node-f2d73216-b02e-abf1-c487-39790c83397f-09fdd96d, #w-node-d659096a-145d-effe-0c55-9ba64022cc67-09fdd96d, #w-node-_42e2eab9-8c1e-ad9a-4507-24db98058017-09fdd96d, #w-node-ff93e991-a590-cabf-90b1-c437d50dfd08-09fdd96d, #w-node-_3de757ed-297c-2084-c906-439b3e4e5ea8-09fdd96d, #w-node-_7046680c-4e6b-e4ec-a20c-7acb0d598b89-09fdd96d, #w-node-_69454078-6a4f-3933-6328-fbca956dd672-09fdd96d, #w-node-_1a7b7dd0-94ca-c573-61bd-71094376926d-09fdd96d, #w-node-_1a7b7dd0-94ca-c573-61bd-710943769270-09fdd96d, #w-node-_50c4eab7-5a01-22d1-05ed-22f12405b89d-09fdd96d, #w-node-_50c4eab7-5a01-22d1-05ed-22f12405b8a0-09fdd96d, #w-node-_89cad0d4-8999-0ca2-f07d-71b8aa639ae4-09fdd96d, #w-node-_89cad0d4-8999-0ca2-f07d-71b8aa639ae7-09fdd96d, #w-node-d1570e18-550b-00ed-f49b-52be559419c7-09fdd96d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_697ba509-dbb6-d06e-8eae-e104744150b8-09fdd96d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_2d970c54-a5b0-2677-71f1-e26f06003c83-09fdd96d, #w-node-ad5c5e6f-4fee-e46e-7d9a-8e5316de6b64-09fdd96d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec21998b-159d-cd60-eff3-b698f7aea94a-09fdd96d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25f4d7f9-7f3a-ff5d-84b1-5a20a5930b10-09fdd96d, #w-node-_2a747549-7394-b974-886d-6a49d69c39f3-09fdd96d, #w-node-_3b242768-2f3b-b3f9-72f0-c1045b52b64b-09fdd96d, #w-node-ff092600-8fb6-2956-bee6-2403db86c885-09fdd96d, #w-node-b3859d23-2fa1-dc2a-5827-167bd5dfe77d-09fdd96d, #w-node-_9c6ceab4-ad8b-fe2f-d8ec-40a282f31f49-09fdd96d, #w-node-_2e6c77d0-b32f-a7b0-02b3-7a9ff01674ac-09fdd96d, #w-node-_2e6c77d0-b32f-a7b0-02b3-7a9ff01674b3-09fdd96d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6226698-e350-bba3-5002-b25189810c1e-09fdd96d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_53522a73-8e26-4a8f-fb6b-8c278072cf5c-09fdd96d, #w-node-_973f3c8a-0f69-19cd-32e1-7285cd76514d-09fdd96d, #w-node-_516f57c4-6e28-6efb-c72d-2a83f7896bbb-09fdd96d, #w-node-e18b65f5-549d-7775-2666-5007757c21d3-09fdd96d, #w-node-_5b02f2b7-7c2a-be57-42c9-bc4987e8f0c4-b0d5186b, #w-node-_5b02f2b7-7c2a-be57-42c9-bc4987e8f0e4-b0d5186b, #w-node-_5b02f2b7-7c2a-be57-42c9-bc4987e8f10c-b0d5186b, #w-node-_4cb8e143-2cd7-7714-eabb-a38dd4674948-87282dfb, #w-node-_4cb8e143-2cd7-7714-eabb-a38dd4674968-87282dfb, #w-node-_4cb8e143-2cd7-7714-eabb-a38dd4674990-87282dfb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11698bc4-ea7e-cc3a-361f-1babb3e017b4-60bb04ed, #w-node-_2254bbb1-f80d-5b96-3578-077f992bd163-60bb04ed, #w-node-_2254bbb1-f80d-5b96-3578-077f992bd293-60bb04ed, #w-node-b91532b1-981e-a04d-8040-315c24610caa-60bb04ed, #w-node-b91532b1-981e-a04d-8040-315c24610dda-60bb04ed, #w-node-_2512ee18-e879-c34d-b830-2bf261091688-60bb04ed, #w-node-_2512ee18-e879-c34d-b830-2bf26109175c-60bb04ed, #w-node-_2512ee18-e879-c34d-b830-2bf26109188c-60bb04ed, #w-node-_0f1cebc5-c3c1-c867-9d49-8e5a5c2e9cfd-60bb04ed, #w-node-_0f1cebc5-c3c1-c867-9d49-8e5a5c2e9d9e-60bb04ed, #w-node-_915e7fc3-d901-3c13-0080-55d4736af2d1-60bb04ed, #w-node-a388a23b-f797-92ec-9171-745f3218aae5-60bb04ed, #w-node-a388a23b-f797-92ec-9171-745f3218abb9-60bb04ed, #w-node-ce8eea6b-1138-ec09-6e0d-f43b8423be15-60bb04ed, #w-node-ce8eea6b-1138-ec09-6e0d-f43b8423bee9-60bb04ed, #w-node-ce8eea6b-1138-ec09-6e0d-f43b8423bf8a-60bb04ed, #w-node-_096d54a5-02e8-ea95-5697-bcbb5fcfb6df-60bb04ed, #w-node-_096d54a5-02e8-ea95-5697-bcbb5fcfb7b3-60bb04ed, #w-node-_096d54a5-02e8-ea95-5697-bcbb5fcfb8e4-60bb04ed, #w-node-e13c3758-372c-5ce1-862d-d03c34d64c31-60bb04ed, #w-node-e13c3758-372c-5ce1-862d-d03c34d64d17-60bb04ed, #w-node-e13c3758-372c-5ce1-862d-d03c34d64e48-60bb04ed, #w-node-_8837b387-cde7-9fd5-4dfc-dc667fec786a-60bb04ed, #w-node-_8837b387-cde7-9fd5-4dfc-dc667fec793e-60bb04ed, #w-node-_866e27b3-0b59-b232-9503-21a708836afd-60bb04ed, #w-node-_866e27b3-0b59-b232-9503-21a708836bd1-60bb04ed, #w-node-e9b8bfd4-0c38-cc20-d21c-e9bba6fe6a38-60bb04ed, #w-node-_9744cf2f-032b-7b54-525f-faa9589b6c32-60bb04ed, #w-node-e9b8bfd4-0c38-cc20-d21c-e9bba6fe6b1e-60bb04ed, #w-node-_41ebd4fe-dbfe-dfb3-158e-eb2169739bc5-60bb04ed, #w-node-_41ebd4fe-dbfe-dfb3-158e-eb2169739c66-60bb04ed, #w-node-_41ebd4fe-dbfe-dfb3-158e-eb2169739d3a-60bb04ed, #w-node-_280406c6-0358-5b23-4b48-6e43c2c39ca9-60bb04ed, #w-node-_280406c6-0358-5b23-4b48-6e43c2c39d8f-60bb04ed, #w-node-a3bbcf6c-0017-be1c-d957-7e0b2c0cbf1e-60bb04ed, #w-node-a3bbcf6c-0017-be1c-d957-7e0b2c0cc04f-60bb04ed, #w-node-a3bbcf6c-0017-be1c-d957-7e0b2c0cc135-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c06f7-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c0716-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c0735-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c0759-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c0778-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c0797-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c07bb-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c07da-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c07f9-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c081d-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c083c-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c085b-60bb04ed, #w-node-_478c0299-9b36-55a5-c34a-cb54630c122d-60bb04ed, #w-node-_478c0299-9b36-55a5-c34a-cb54630c124c-60bb04ed, #w-node-_478c0299-9b36-55a5-c34a-cb54630c126b-60bb04ed, #w-node-_7659aec0-13fe-348b-947d-d6f4a0bb8cb5-60bb04ed, #w-node-_7659aec0-13fe-348b-947d-d6f4a0bb8ccd-60bb04ed, #w-node-f1a41a03-bff2-502c-cf96-be07254e111b-60bb04ed, #w-node-_57671b5a-d2ba-ffd7-e6c5-569cbc2a3639-60bb04ed, #w-node-_57671b5a-d2ba-ffd7-e6c5-569cbc2a3658-60bb04ed, #w-node-_57671b5a-d2ba-ffd7-e6c5-569cbc2a3677-60bb04ed, #w-node-_6083c74d-5154-cc6b-0a32-b5d8d88d16d6-60bb04ed, #w-node-_6083c74d-5154-cc6b-0a32-b5d8d88d16f5-60bb04ed, #w-node-_6083c74d-5154-cc6b-0a32-b5d8d88d1714-60bb04ed, #w-node-_8faff737-3183-043f-1d7d-81b06517c932-60bb04ed, #w-node-_8faff737-3183-043f-1d7d-81b06517c951-60bb04ed, #w-node-_8faff737-3183-043f-1d7d-81b06517c970-60bb04ed {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_75db1fe5-0f1c-a6ab-542c-79e2d1bd3a2b-60bb04ed, #w-node-bf47de4f-eaaa-c852-98ba-bca5a491afe1-60bb04ed, #w-node-bf47de4f-eaaa-c852-98ba-bca5a491aff9-60bb04ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_41f3648a-a0ba-bdd7-6487-869f0ca78f34-5cbd4384, #w-node-_56df5f14-7042-9707-07de-2853bcb2a50d-5cbd4384, #w-node-_96b2689c-0ee1-e544-80de-11a7c18e2052-5cbd4384 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff93e991-a590-cabf-90b1-c437d50dfd08-5cbd4384 {
    grid-column: span 2 / span 2;
  }

  #w-node-d1570e18-550b-00ed-f49b-52be559419c7-5cbd4384 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b5688d6f-9ac0-422e-8c08-5444761acb85-5cbd4384 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_697ba509-dbb6-d06e-8eae-e104744150b8-5cbd4384 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_2d970c54-a5b0-2677-71f1-e26f06003c83-5cbd4384, #w-node-ad5c5e6f-4fee-e46e-7d9a-8e5316de6b64-5cbd4384, #w-node-ec21998b-159d-cd60-eff3-b698f7aea94a-5cbd4384, #w-node-f6226698-e350-bba3-5002-b25189810c1e-5cbd4384, #w-node-_53522a73-8e26-4a8f-fb6b-8c278072cf5c-5cbd4384, #w-node-_973f3c8a-0f69-19cd-32e1-7285cd76514d-5cbd4384, #w-node-_516f57c4-6e28-6efb-c72d-2a83f7896bbb-5cbd4384, #w-node-e18b65f5-549d-7775-2666-5007757c21d3-5cbd4384, #w-node-_41f3648a-a0ba-bdd7-6487-869f0ca78f34-09fdd96d, #w-node-_56df5f14-7042-9707-07de-2853bcb2a50d-09fdd96d, #w-node-_96b2689c-0ee1-e544-80de-11a7c18e2052-09fdd96d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff93e991-a590-cabf-90b1-c437d50dfd08-09fdd96d {
    grid-column: span 2 / span 2;
  }

  #w-node-d1570e18-550b-00ed-f49b-52be559419c7-09fdd96d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b5688d6f-9ac0-422e-8c08-5444761acb85-09fdd96d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_697ba509-dbb6-d06e-8eae-e104744150b8-09fdd96d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_2d970c54-a5b0-2677-71f1-e26f06003c83-09fdd96d, #w-node-ad5c5e6f-4fee-e46e-7d9a-8e5316de6b64-09fdd96d, #w-node-ec21998b-159d-cd60-eff3-b698f7aea94a-09fdd96d, #w-node-f6226698-e350-bba3-5002-b25189810c1e-09fdd96d, #w-node-_53522a73-8e26-4a8f-fb6b-8c278072cf5c-09fdd96d, #w-node-e18b65f5-549d-7775-2666-5007757c21d3-09fdd96d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_11698bc4-ea7e-cc3a-361f-1babb3e017b5-60bb04ed, #w-node-f92ed387-7635-8f36-b7d4-7ba285faf6c1-60bb04ed, #w-node-_2254bbb1-f80d-5b96-3578-077f992bd164-60bb04ed, #w-node-_0cecc500-72af-0a6a-015b-dd44ec2bcf69-60bb04ed, #w-node-_2254bbb1-f80d-5b96-3578-077f992bd294-60bb04ed, #w-node-_8d16c2e6-3266-08da-9380-942c1981e971-60bb04ed, #w-node-b91532b1-981e-a04d-8040-315c24610cab-60bb04ed, #w-node-c29413b4-8da2-7d02-8733-b6e786030bdf-60bb04ed, #w-node-b91532b1-981e-a04d-8040-315c24610ddb-60bb04ed, #w-node-_81944937-13f8-ec18-db63-08db548141b4-60bb04ed, #w-node-_2512ee18-e879-c34d-b830-2bf261091689-60bb04ed, #w-node-_04958835-6a80-5a74-fb39-c6e83c669469-60bb04ed, #w-node-_2512ee18-e879-c34d-b830-2bf26109175d-60bb04ed, #w-node-_35b84c9a-5207-2541-b4f9-d320580a4900-60bb04ed, #w-node-_2512ee18-e879-c34d-b830-2bf26109188d-60bb04ed, #w-node-_6a91f603-041c-e05c-3c3c-32fc5baf5b47-60bb04ed, #w-node-_0f1cebc5-c3c1-c867-9d49-8e5a5c2e9cfe-60bb04ed, #w-node-f7b75112-e82d-df72-25ad-2e9cfca65f54-60bb04ed, #w-node-_0f1cebc5-c3c1-c867-9d49-8e5a5c2e9d9f-60bb04ed, #w-node-c4b04bfb-2f80-3a11-9593-1cc9d339574e-60bb04ed, #w-node-_915e7fc3-d901-3c13-0080-55d4736af2d2-60bb04ed, #w-node-_69563574-fad3-c421-42e2-522dd8eb32d7-60bb04ed, #w-node-a388a23b-f797-92ec-9171-745f3218aae6-60bb04ed, #w-node-c5d51593-3ebe-c733-e8f0-80601c07b761-60bb04ed, #w-node-a388a23b-f797-92ec-9171-745f3218abba-60bb04ed, #w-node-_4618fc72-2f92-c2a1-4bbb-ba8cd3129492-60bb04ed, #w-node-ce8eea6b-1138-ec09-6e0d-f43b8423be16-60bb04ed, #w-node-_71bb53f0-82d7-b732-4c15-5abf148dce22-60bb04ed, #w-node-ce8eea6b-1138-ec09-6e0d-f43b8423beea-60bb04ed, #w-node-_5c61796e-46e7-de67-4399-651b65b6dec1-60bb04ed, #w-node-ce8eea6b-1138-ec09-6e0d-f43b8423bf8b-60bb04ed, #w-node-a43aa7ce-aa17-75f9-5faa-5aee64b865bf-60bb04ed, #w-node-_096d54a5-02e8-ea95-5697-bcbb5fcfb6e0-60bb04ed, #w-node-fc3181ca-c85c-0106-01ad-4c2bbebc4ec6-60bb04ed, #w-node-_096d54a5-02e8-ea95-5697-bcbb5fcfb7b4-60bb04ed, #w-node-a9817a2e-f1c0-1990-9410-21b5ed398e66-60bb04ed, #w-node-_096d54a5-02e8-ea95-5697-bcbb5fcfb8e5-60bb04ed, #w-node-_79f9c25e-5565-7650-9570-c36ee0b0bd1a-60bb04ed, #w-node-e13c3758-372c-5ce1-862d-d03c34d64c32-60bb04ed, #w-node-_890c8928-ec28-5e6b-9430-ec91c21ed0c9-60bb04ed, #w-node-e13c3758-372c-5ce1-862d-d03c34d64d18-60bb04ed, #w-node-ddc79e1c-9e84-fa1c-05c9-fdbdf6abb068-60bb04ed, #w-node-e13c3758-372c-5ce1-862d-d03c34d64e49-60bb04ed, #w-node-_3879a9ee-36d1-f91d-8842-83f84432aa98-60bb04ed, #w-node-_8837b387-cde7-9fd5-4dfc-dc667fec786b-60bb04ed, #w-node-_15d89b57-2625-817e-9cf9-b886f08822fc-60bb04ed, #w-node-_8837b387-cde7-9fd5-4dfc-dc667fec793f-60bb04ed, #w-node-_1b10c9ee-6c5e-25a7-5a8d-0500dcc819d3-60bb04ed, #w-node-_866e27b3-0b59-b232-9503-21a708836afe-60bb04ed, #w-node-_298789ed-bbc8-b20b-24da-39e126626256-60bb04ed, #w-node-_866e27b3-0b59-b232-9503-21a708836bd2-60bb04ed, #w-node-ff323b15-532e-b63d-0606-d023813a8ca3-60bb04ed, #w-node-e9b8bfd4-0c38-cc20-d21c-e9bba6fe6a39-60bb04ed, #w-node-_039ccea9-645a-9e7f-3fa3-c1b2b237acd5-60bb04ed, #w-node-_9744cf2f-032b-7b54-525f-faa9589b6c33-60bb04ed, #w-node-_9aa6de91-0b9d-fb3c-f145-0d6c72d08439-60bb04ed, #w-node-e9b8bfd4-0c38-cc20-d21c-e9bba6fe6b1f-60bb04ed, #w-node-ce74d3ac-c80b-3ac8-0711-424d2aacb563-60bb04ed, #w-node-_41ebd4fe-dbfe-dfb3-158e-eb2169739bc6-60bb04ed, #w-node-_812955e2-7b9a-a241-afac-843aed408153-60bb04ed, #w-node-_41ebd4fe-dbfe-dfb3-158e-eb2169739c67-60bb04ed, #w-node-_4a8a1171-e740-f91a-eb1e-584b3a854a9d-60bb04ed, #w-node-_41ebd4fe-dbfe-dfb3-158e-eb2169739d3b-60bb04ed, #w-node-_43bbca14-3f18-953b-587f-12b5b86b5514-60bb04ed, #w-node-_280406c6-0358-5b23-4b48-6e43c2c39caa-60bb04ed, #w-node-_1687109b-191f-905b-e3e3-e5e806a758ca-60bb04ed, #w-node-_280406c6-0358-5b23-4b48-6e43c2c39d90-60bb04ed, #w-node-_693e45d4-466a-684a-919c-e0af3a627716-60bb04ed, #w-node-a3bbcf6c-0017-be1c-d957-7e0b2c0cbf1f-60bb04ed, #w-node-_6ed79d63-bc7f-7eee-d57e-c8955d814851-60bb04ed, #w-node-a3bbcf6c-0017-be1c-d957-7e0b2c0cc050-60bb04ed, #w-node-_1b6a49d8-fcbe-d33e-6f97-7f9e6e07e0b5-60bb04ed, #w-node-a3bbcf6c-0017-be1c-d957-7e0b2c0cc136-60bb04ed, #w-node-_52af69e6-034d-1dd1-1c70-e7edbe4f2cd4-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c06f8-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c070d-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c0717-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c072c-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c0736-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c074b-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c075a-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c076f-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c0779-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c078e-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c0798-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c07ad-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c07bc-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c07d1-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c07db-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c07f0-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c07fa-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c080f-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c081e-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c0833-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c083d-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c0852-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c085c-60bb04ed, #w-node-d870e7a2-c417-1cbd-eb37-b1478b9c0871-60bb04ed, #w-node-_478c0299-9b36-55a5-c34a-cb54630c122e-60bb04ed, #w-node-_478c0299-9b36-55a5-c34a-cb54630c1243-60bb04ed, #w-node-_478c0299-9b36-55a5-c34a-cb54630c124d-60bb04ed, #w-node-_478c0299-9b36-55a5-c34a-cb54630c1262-60bb04ed, #w-node-_478c0299-9b36-55a5-c34a-cb54630c126c-60bb04ed, #w-node-_478c0299-9b36-55a5-c34a-cb54630c1281-60bb04ed, #w-node-_7659aec0-13fe-348b-947d-d6f4a0bb8cb6-60bb04ed, #w-node-_7659aec0-13fe-348b-947d-d6f4a0bb8cc4-60bb04ed, #w-node-_7659aec0-13fe-348b-947d-d6f4a0bb8cce-60bb04ed, #w-node-_7659aec0-13fe-348b-947d-d6f4a0bb8ce3-60bb04ed, #w-node-f1a41a03-bff2-502c-cf96-be07254e111c-60bb04ed, #w-node-f1a41a03-bff2-502c-cf96-be07254e1131-60bb04ed, #w-node-_57671b5a-d2ba-ffd7-e6c5-569cbc2a363a-60bb04ed, #w-node-_57671b5a-d2ba-ffd7-e6c5-569cbc2a364f-60bb04ed, #w-node-_57671b5a-d2ba-ffd7-e6c5-569cbc2a3659-60bb04ed, #w-node-_57671b5a-d2ba-ffd7-e6c5-569cbc2a366e-60bb04ed, #w-node-_57671b5a-d2ba-ffd7-e6c5-569cbc2a3678-60bb04ed, #w-node-_57671b5a-d2ba-ffd7-e6c5-569cbc2a368d-60bb04ed, #w-node-_6083c74d-5154-cc6b-0a32-b5d8d88d16d7-60bb04ed, #w-node-_6083c74d-5154-cc6b-0a32-b5d8d88d16ec-60bb04ed, #w-node-_6083c74d-5154-cc6b-0a32-b5d8d88d16f6-60bb04ed, #w-node-_6083c74d-5154-cc6b-0a32-b5d8d88d170b-60bb04ed, #w-node-_6083c74d-5154-cc6b-0a32-b5d8d88d1715-60bb04ed, #w-node-_6083c74d-5154-cc6b-0a32-b5d8d88d172a-60bb04ed, #w-node-_8faff737-3183-043f-1d7d-81b06517c933-60bb04ed, #w-node-_8faff737-3183-043f-1d7d-81b06517c948-60bb04ed, #w-node-_8faff737-3183-043f-1d7d-81b06517c952-60bb04ed, #w-node-_8faff737-3183-043f-1d7d-81b06517c967-60bb04ed, #w-node-_8faff737-3183-043f-1d7d-81b06517c971-60bb04ed, #w-node-_8faff737-3183-043f-1d7d-81b06517c986-60bb04ed {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bf47de4f-eaaa-c852-98ba-bca5a491afe1-60bb04ed, #w-node-bf47de4f-eaaa-c852-98ba-bca5a491aff9-60bb04ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Druktextwidecyr';
  src: url('../fonts/druktextwidecyr-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica_regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/helvetica_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}