.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: #f5f8f8;
}

h1 {
  color: #284e51;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 5.20833vw;
  font-weight: 500;
  line-height: 110%;
}

h2 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 5.20833vw;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  color: #284e51;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2.43056vw;
  font-weight: 600;
  line-height: 110%;
}

h4 {
  color: #1e3f42;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 2.08333vw;
  font-weight: 600;
  line-height: 120%;
}

p {
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
}

a {
  color: #284e51;
  letter-spacing: -.02em;
  font-family: Gilroy, sans-serif;
  font-size: 1.11111vw;
  line-height: 120%;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  color: #698485;
  letter-spacing: -.02em;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.11111vw;
  font-weight: 500;
  line-height: 120%;
}

figure {
  margin-bottom: 10px;
}

.is--medium {
  color: #284e51;
  letter-spacing: -.02em;
  font-weight: 500;
}

.is--medium.is--white, .is--white {
  color: #fff;
}

.is--white.is-right-alight, .is--white.is--step-2 {
  text-align: right;
}

.paragraph-xsmall {
  color: #fff;
  text-align: right;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: .833333vw;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-xsmall.is--medium {
  text-align: left;
  font-weight: 500;
  line-height: 140%;
}

.paragraph-xsmall.is--color-green.is--calc, .paragraph-xsmall.is--green {
  text-align: left;
}

.paragraph-xsmall.is--light-green {
  color: rgba(40, 78, 81, .8);
  text-align: left;
}

.paragraph-small {
  color: #284e51;
  letter-spacing: -.02em;
  font-size: 1.11111vw;
  line-height: 140%;
}

.paragraph-small.is--white {
  color: #fff;
  letter-spacing: .01em;
  line-height: 112%;
}

.paragraph-small.is--white.is--middle {
  color: #fff;
  letter-spacing: -.02em;
  text-transform: uppercase;
  line-height: 125%;
}

.paragraph-small.is--white.is-right-alight {
  text-align: right;
}

.paragraph-small.is--white.is--bolt, .paragraph-small.is--medium {
  font-weight: 500;
}

.paragraph-small.is--medium.is--light-white {
  color: #fff;
}

.paragraph-small.is--bold {
  opacity: 1;
  color: #284e51;
  letter-spacing: .01em;
  font-weight: 500;
}

.paragraph-small.is--bold.is--white {
  color: #fff;
}

.paragraph-small.is--color-green {
  color: rgba(30, 63, 66, .8);
}

.paragraph-small.is--color-green.is--weight-light {
  font-weight: 300;
}

.paragraph-small.is--light-green {
  color: rgba(255, 255, 255, .5);
}

.paragraph-small.is--light-text {
  color: rgba(40, 78, 81, .7);
}

.paragraph-small.is--new-white-color {
  color: #f5f7fb;
}

.paragraph-small.is--form {
  text-align: right;
}

.paragraph-small.is--now {
  font-size: 1.38889vw;
}

.paragraph-small.is--future {
  color: rgba(40, 78, 81, .3);
}

.page-wrapper {
  overflow: hidden;
}

.container-large {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.text-weight-semibold {
  font-weight: 600;
}

.button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #284e51;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 3.47222vw;
  padding: 1.1vw 2vw;
  font-weight: 600;
  transition: color .3s, background-color .3s;
  display: inline-block;
  letter-spacing: -.02em;
  font-family: Gilroy, sans-serif;
  line-height: 120%;
}

.button:hover {
  color: #284e51;
  background-color: #fff;
  border-color: rgba(30, 63, 66, .1);
}

.button.w--current {
  background-color: #284e51;
}

.button.w--current:hover {
  color: #284e51;
  background-color: #fff;
}

.button.is--white {
  color: #284e51;
  letter-spacing: 0;
  background-color: #fff;
  border-style: none;
}

.button.is--white:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
}

.button.is--white.has--margin_lr-66 {
  padding-left: 4.583vw;
  padding-right: 4.583vw;
}

.button.has-stroke {
  color: #fff;
  border-color: #fff;
}

.button.has-stroke:hover {
  color: #1e3f42;
  background-color: #fff;
}

.button.has-color-green {
  color: #284e51;
  border-color: rgba(40, 78, 81, .1);
}

.button.has-color-green:hover {
  color: #284e51;
  background-color: rgba(40, 78, 81, .1);
  border-style: solid;
  border-color: rgba(40, 78, 81, .1);
}

.button.is--stroke-white {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .3);
}

.button.is--stroke-white:hover {
  color: #284e51;
  background-color: #fff;
}

.button.is--stroke-white.is--flex {
  align-items: center;
  display: flex;
}

.button.is--stroke-green {
  color: #284e51;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(40, 78, 81, .3);
}

.button.is--stroke-green:hover {
  color: #fff;
  background-color: #284e51;
  border-color: rgba(0, 0, 0, 0);
}

.button.is--stroke-green.is--hover-card-animation-4 {
  border-color: rgba(30, 63, 66, .1);
}

.button.is--transparent-green {
  color: #284e51;
  background-color: rgba(40, 78, 81, .05);
  border-style: none;
  border-color: rgba(40, 78, 81, .05);
}

.button.is--transparent-green:hover {
  color: #fff;
  background-color: #284e51;
  border-color: #284e51;
}

.button.is--transparent-white {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-style: none;
  border-color: rgba(255, 255, 255, .1);
  font-family: Gilroy, sans-serif;
  font-size: 1.11111vw;
}

.button.is--transparent-white:hover {
  color: #284e51;
  background-color: #fff;
  border-color: #fff;
}

.button.is--large {
  font-family: Gilroy, sans-serif;
  font-size: 1.38889vw;
  font-weight: 600;
}

.button.is--hover-card-animation-1 {
  color: #284e51;
  background-color: rgba(40, 78, 81, .05);
  border-style: none;
  border-color: rgba(40, 78, 81, .05);
  transition-property: none;
}

.button.is--hover-card-animation-2 {
  color: #1e3f42;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(30, 63, 66, .1);
  transition-property: none;
}

.button.is--hover-card-animation-3 {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-style: none;
  border-color: rgba(255, 255, 255, .1);
  transition-property: none;
}

.button.is--hover-card-animation-4 {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(255, 255, 255, .5);
  transition-property: none;
}

.button.is--hover-card-animation-4:hover {
  color: #fff;
}

.button.is--hover-card-animation-5 {
  color: #1e3f42;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(30, 63, 66, .1);
  transition-property: none;
}

.button.is--form {
  color: #284e51;
  background-color: #fff;
  border-style: none;
  font-family: Gilroy, sans-serif;
  font-size: 1.11111vw;
  line-height: 120%;
}

.button.is--form:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
}

.button.is--xlarge {
  width: 100%;
  height: 5.20833vw;
  justify-content: center;
  align-items: center;
  font-family: Gilroy, sans-serif;
  font-size: 1.38889vw;
  font-weight: 600;
  display: flex;
}

.button.has--margin_lr-66 {
  padding-left: 4.583vw;
  padding-right: 4.583vw;
}

.is--background-white {
  background-color: #fff;
}

.text-size-medium {
  font-size: 1.25rem;
}

.container-default {
  max-width: 89.5833vw;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  max-width: 59.0278vw;
}

.paragraph-medium {
  color: #284e51;
  font-size: 1.38889vw;
  line-height: 120%;
}

.paragraph-medium.is--white {
  opacity: 1;
  color: #fff;
  letter-spacing: -.02em;
}

.paragraph-medium.is--semibold {
  letter-spacing: -.02em;
  font-weight: 600;
}

.paragraph-medium.is--bold {
  text-align: right;
  letter-spacing: -.02em;
  font-weight: 700;
}

.paragraph-medium.is--light-green {
  color: rgba(255, 255, 255, .5);
}

.paragraph-medium.is--semibold-calc {
  letter-spacing: -.02em;
  font-weight: 600;
}

.paragraph-large {
  color: #295053;
  letter-spacing: -.01em;
  font-size: 3.125vw;
  font-weight: 500;
  line-height: 110%;
}

.paragraph-large.is--white {
  color: #fff;
}

.paragraph-large.is--light-green {
  color: rgba(40, 78, 81, .1);
}

.paragraph-xlarge {
  color: #284e51;
  letter-spacing: -.01em;
  font-size: 4.51389vw;
  font-weight: 500;
  line-height: 110%;
}

.paragraph-xlarge.is--white {
  color: #fff;
}

.block-title {
  color: #284e51;
  letter-spacing: -.02em;
  font-family: Gilroy, sans-serif;
  font-size: 1.73611vw;
  font-weight: 500;
  line-height: 130%;
}

.block-title.is--white {
  color: #fff;
  margin-bottom: 1.38889vw;
}

.block-title.is--light-green {
  color: rgba(222, 227, 235, .1);
}

.count {
  color: #284e51;
  font-family: Gilroy, sans-serif;
  font-size: 5.20833vw;
  line-height: 110%;
}

.count.is--white {
  color: #fff;
}

.name {
  color: #284e51;
  letter-spacing: -.02em;
  font-family: Gilroy, sans-serif;
  font-size: 3.125vw;
  font-weight: 600;
  line-height: 110%;
}

.name.is--white {
  color: #fff;
}

.tag {
  color: rgba(30, 63, 66, .7);
  letter-spacing: .01em;
  text-transform: uppercase;
  border: .0694445vw solid rgba(30, 63, 66, .15);
  border-radius: 3.47222vw;
  padding: .833333vw 1.66667vw;
  font-family: Gilroy, sans-serif;
  font-size: .972222vw;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.footer-text {
  color: rgba(255, 255, 255, .5);
  letter-spacing: -.02em;
  font-family: Gilroy, sans-serif;
  font-size: .972222vw;
  line-height: 110%;
}

.footer-text.is--white {
  opacity: 1;
  color: #f5f7fb;
  font-weight: 500;
}

.footer-text.is--semibold {
  color: rgba(222, 227, 235, .3);
  text-transform: uppercase;
  font-weight: 600;
}

.footer-text.is--semibold.is--white {
  opacity: 1;
  color: #fff;
}

.footer-text.is--semibold.is-success, .footer-text.is-popup {
  color: rgba(40, 78, 81, .7);
}

.is--background-color-green {
  background-color: #284e51;
}

.background-color-lightgrey {
  background-color: #f5f8f8;
}

.category-tag-component {
  background-color: #e9efef;
  border-radius: 3.47222vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.47222vw;
  display: inline-block;
}

.category-tag-component.is--green, .category-tag-component.is--light-green {
  background-color: rgba(255, 255, 255, .1);
}

.category-tag-component.is--main-hidden {
  background-color: #e9efef;
  margin-bottom: 2.43056vw;
}

.component-icon {
  width: 3.47222vw;
  height: 2.01389vw;
  margin-right: 1vw;
}

.component-icon.is--arrow {
  width: .694444vw;
  height: 1.31944vw;
  margin-right: 2.08333vw;
}

.is--green {
  color: #284e51;
}

.dynamic-card-component {
  max-width: 28.4722vw;
  grid-column-gap: 2.08333vw;
  grid-row-gap: 2.08333vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.dynamic-card-component.is--full-size {
  height: 100%;
  max-width: 100%;
}

.dynamic-card-block {
  width: 100%;
  height: 100%;
  background-color: #e9efef;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.083vw 2.083vw 3.472vw;
  display: flex;
}

.dynamic-card-block.is--height-auto {
  height: auto;
}

.dynamic-card-icon {
  width: 6.94444vw;
  height: 6.94444vw;
}

.dynamic-card_text-wrapper {
  margin-top: 1.04167vw;
}

.dynamic-card_button-wrapper {
  height: 0;
  opacity: 0;
  margin-top: 2.08333vw;
  display: block;
  overflow: visible;
}

.dynamic-card_button-wrapper.display--none {
  display: none;
}

.double-card-wrapper.is--white {
  height: 32.6389vw;
  background-color: #fff;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.double-card_left-block {
  z-index: 1;
  height: 100%;
  min-width: 38.1944vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.472vw 7.98611vw 3.472vw 3.472vw;
  display: flex;
  position: relative;
}

.double-card_right-block.is--dark-card {
  z-index: 1;
  height: 100%;
  min-width: 51.3889vw;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.472vw 9.375vw 3.472vw 3.472vw;
  display: flex;
  position: relative;
}

.double-card-icon {
  width: 6.94444vw;
  height: 6.94444vw;
}

.double-card-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.double-card-text {
  width: 100%;
  margin-top: 1vw;
  margin-bottom: 2.43056vw;
}

.double-card-buttons {
  grid-column-gap: .694444vw;
  grid-row-gap: .694444vw;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.double-card-buttons.is--mobile {
  display: none;
}

.faq-dropdown-component {
  width: 100%;
}

.faq-dropdown-wrapper {
  width: 43.8194vw;
  background-color: #fff;
  border-radius: 25px;
}

.faq-dropdown-toggle {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 2vw 1.8vw 2vw 3.47vw;
  display: flex;
}

.dropdown-icon-block {
  width: 3.47222vw;
  height: 3.47222vw;
  background-color: #e9efef;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-down-icon {
  width: .625vw;
  height: 1.11111vw;
  transform: rotate(-90deg);
}

.dropdown-content_wrapper {
  padding-bottom: 3.47222vw;
  padding-left: 3.47vw;
  padding-right: 12.5vw;
  display: block;
}

.faq-dropdown-content {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-dropdown-content.w--open {
  width: 100%;
  height: auto;
  display: block;
}

.section-interesting {
  z-index: 5;
  background-color: #fff;
  border-top-left-radius: 2.43056vw;
  border-top-right-radius: 2.43056vw;
  margin-top: -4vw;
  position: relative;
}

.content-block.z--index-2 {
  z-index: 2;
  position: relative;
}

.category-tag-wrapper {
  justify-content: center;
  align-items: center;
  padding: 1.5972vw 2.77vw 1.5972vw 2.4305vw;
  display: flex;
}

.section-marquee {
  background-color: #f5f8f8;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  margin-top: -4vw;
  position: relative;
}

.marquee-inner {
  align-items: center;
  display: flex;
}

.marquee-part {
  flex: none;
  align-items: center;
  display: flex;
}

.marquee-image {
  margin-right: 3.47222vw;
}

.marquee-image.is--1 {
  width: 11.1111vw;
  height: 6.25vw;
}

.marquee-image.is--2 {
  width: 8.68056vw;
  height: 4.86111vw;
}

.marquee-image.is--3 {
  width: 8.33333vw;
  height: 3.47222vw;
}

.marquee-image.is--4 {
  width: 7.29167vw;
  height: 3.47222vw;
}

.marquee-image.is--5 {
  width: 3.47222vw;
  height: 4.16667vw;
}

.marquee-image.is--6 {
  width: 10.0694vw;
  height: 2.77778vw;
}

.marquee-image.is--7 {
  width: 12.5vw;
  height: 3.125vw;
}

.marquee-image.is--8 {
  width: 7.98611vw;
  height: 3.125vw;
}

.marquee-image.is--9 {
  width: 14.2361vw;
  height: 7.98611vw;
}

.section-faq {
  z-index: 1;
  background-color: #f5f8f8;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  margin-top: -4vw;
  position: relative;
}

.faq-grid {
  grid-column-gap: 2.08333vw;
  grid-row-gap: 1.04167vw;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: flex-start;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.faq-dropdown {
  width: 43.75vw;
  grid-column-gap: 2.08333vw;
  grid-row-gap: 1.04167vw;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-self: flex-start;
  align-items: start;
  justify-items: start;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section-footer {
  z-index: 1;
  width: 100%;
  background-color: #284e51;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  margin-top: -4vw;
  position: relative;
}

.footer-top {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer-block {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.86111vw;
  display: grid;
}

.footer-bottom {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-image {
  width: 4.51389vw;
  height: 2.43056vw;
}

.footer-top-item {
  margin-bottom: .486111vw;
}

.footer-top-item.is--last {
  margin-bottom: 0;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-wrapper.is--desctop {
  grid-column-gap: 17.3611vw;
  display: block;
}

.footer-wrapper.is-mobile {
  display: none;
}

.footer-block-middle {
  width: 19vw;
}

.footer-block-item {
  margin-bottom: .486111vw;
}

.footer-block-item.is--last {
  margin-bottom: 0;
}

.footer-right-text {
  margin-top: .486111vw;
}

.footer-head-text {
  margin-bottom: 1.73611vw;
}

.footer-top-awards {
  align-items: center;
  margin-bottom: 2vw;
  display: flex;
}

.footer-top-awards.is--2 {
  margin-top: 1.73611vw;
}

.footer-icon {
  width: 3.33333vw;
  height: 3.125vw;
  margin-right: 1.04167vw;
}

.ffo {
  grid-column-gap: 17.3611vw;
  grid-row-gap: 17.3611vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-left {
  grid-column-gap: 13.8889vw;
  grid-row-gap: 3.47222vw;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.footer-right {
  min-width: 43.75vw;
  grid-column-gap: 5.90278vw;
  grid-row-gap: 4.86111vw;
  grid-template: ". ."
                 ". ."
                 "Area Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-icon-wrapper {
  align-items: center;
  margin-bottom: 3.47222vw;
  display: flex;
}

.footer-text-wrapper {
  width: 18vw;
}

.footer-text-span {
  color: #6a8486;
}

.footer-text-item {
  margin-top: .486111vw;
  margin-bottom: 1.04167vw;
}

.footer-under {
  border-top: 1px solid rgba(222, 227, 235, .11);
  justify-content: space-between;
  margin-top: 4.86111vw;
  padding-top: 2.083vw;
  padding-bottom: 0;
  display: flex;
}

.under-left {
  width: 50vw;
}

.under-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.under-item {
  margin-left: 4.16667vw;
}

.under-item.is--last {
  margin-left: 0;
}

.is--color-green {
  color: #1e3f42;
}

.faq-title-wrapper {
  max-width: 31.9444vw;
  white-space: normal;
}

.footer-bg-image {
  width: 26.7361vw;
  height: 26.7361vw;
  position: absolute;
  top: 35%;
  bottom: auto;
  left: -23%;
  right: auto;
}

.footer-bg-image.is--2 {
  width: 16.3194vw;
  height: 16.3194vw;
  top: 20%;
  left: 90%;
}

.count-text-wrapper {
  margin-bottom: 1.04167vw;
}

.is--color-white {
  color: #fff;
}

.is--color-white.is--align-center {
  text-align: center;
}

.is--color-transparent-green {
  color: rgba(40, 78, 81, .7);
}

.is--color-transparent-white {
  color: rgba(255, 255, 255, .5);
}

.is--color-transparent-white.is--decoration-underline {
  text-decoration: underline;
}

.card-tag {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  color: #fff;
  letter-spacing: .01em;
  border-radius: 3.47222vw;
  padding: .833333vw 1.66667vw;
  font-family: Gilroy, sans-serif;
  font-size: .972222vw;
  font-weight: 500;
  line-height: 120%;
  display: block;
}

.form-block {
  flex-direction: column;
  align-items: flex-start;
  padding: 3.472vw 4.861vw;
  display: flex;
}

.form-wrapper {
  margin-bottom: 0;
}

.email-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin-right: 0;
}

.input {
  min-width: 85%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin-bottom: 0;
  margin-right: 1.38vw;
  padding: .4861vw 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.11111vw;
}

.input::-ms-input-placeholder {
  color: #fff;
}

.input::placeholder {
  color: #fff;
}

.hover-block {
  width: 33.3%;
  height: 100%;
  background-color: #284e51;
  border-radius: 2.43056vw;
  position: absolute;
  transform: translate(100%);
}

.dynamic-card_button-part {
  height: 0;
  overflow: hidden;
}

.double-card_hover-block {
  width: 51.3889vw;
  height: 100%;
  background-color: #284e51;
  border-radius: 25px;
  position: absolute;
  transform: translate(74.3%);
}

.navbar {
  width: 100%;
  background-color: #fff;
  padding-top: 1.38vw;
  padding-bottom: 1.38vw;
  position: fixed;
  top: 0;
}

.nav-container {
  max-width: 95.1389vw;
  margin-left: auto;
  margin-right: auto;
}

.nav-logo-llink {
  align-items: center;
  display: flex;
  position: static;
}

.nav-logo {
  width: 3.34306vw;
  height: 1.73611vw;
  margin-right: .347222vw;
}

.nav-block {
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
}

.divider {
  height: 1px;
  background-color: rgba(30, 63, 66, .15);
}

.nav-logo-text {
  width: 9.30556vw;
  height: 1.31944vw;
}

.nav-link {
  margin-right: 1.73vw;
  padding: 0;
}

.nav-link.w--current {
  color: #284e51;
}

.nav-link.is--dropdown {
  margin-right: .347222vw;
}

.nav-buttons {
  grid-column-gap: .694444vw;
  grid-row-gap: .694444vw;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: flex;
}

.nav-search {
  width: 4.51389vw;
  height: 3.47222vw;
  min-height: 3.47222vw;
  min-width: 4.51389vw;
  background-color: #e9efef;
  border-radius: 3.47222vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-icon {
  width: 2.08333vw;
  height: 2.08333vw;
}

.dropdown-text-wrapper {
  margin-bottom: 1.73611vw;
}

.button-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #1e3f42;
  border: 1px solid #1e3f42;
  border-radius: 3.47222vw;
  padding: 1.1vw 2vw .97vw;
  font-weight: 600;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.button-2:hover {
  color: #284e51;
  background-color: #fff;
  border-color: rgba(40, 78, 81, .7);
}

.button-2.is--hover-card-animation-1 {
  color: #284e51;
  background-color: rgba(40, 78, 81, .05);
  border-style: none;
  border-color: rgba(40, 78, 81, .05);
  transition-property: none;
}

.button-2.is--hover-card-animation-2 {
  color: #1e3f42;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(30, 63, 66, .1);
  transition-property: none;
}

.dynamic-info_card-component {
  width: 43.75vw;
}

.dynamic-info_card-wrapper {
  height: 100%;
  background-color: #e9efef;
  border-radius: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3.472vw 14.9306vw 3.472vw 3.472vw;
  display: flex;
}

.dynamic-info_text {
  margin-top: 1.04167vw;
  margin-bottom: 1.73611vw;
}

.section-info {
  z-index: 1;
  background-color: #284e51;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  position: relative;
}

.info-block {
  display: flex;
}

.info-left_part {
  width: 35.0694vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.info-right_part {
  width: 51.3889vw;
}

.info-description_wrapper {
  width: 37.1528vw;
  margin-top: 2.08333vw;
}

.info-buttons_wrapper {
  grid-column-gap: .694444vw;
  margin-top: 3.47222vw;
  display: flex;
}

.info-toy_image {
  width: 16.875vw;
  height: 16.875vw;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 40%;
  right: 0%;
}

.section-background-blur {
  z-index: 0;
  width: 104.167vw;
  display: block;
  position: absolute;
  top: 0%;
  right: 26%;
}

.section-background-blur.is--2 {
  width: 115vw;
  display: block;
  top: -25%;
  right: -40%;
}

.section-background-blur.is--open {
  width: 115vw;
  display: none;
  top: 15%;
  bottom: auto;
  left: -13%;
  right: auto;
}

.section-process {
  z-index: 1;
  background-color: #fff;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  margin-top: -4vw;
  position: relative;
}

.process-grid {
  grid-column-gap: 2.08333vw;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process-text_wrapper {
  width: 37.1528vw;
  margin-top: 4.86111vw;
  margin-bottom: 2.08333vw;
}

.green-circle-image {
  width: 36.8056vw;
  height: 36.8056vw;
  position: absolute;
  top: auto;
  bottom: -20%;
  left: auto;
  right: 14%;
}

.section-steps {
  z-index: 1;
  background-color: #284e51;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  margin-top: -4vw;
  position: relative;
}

.steps-grid {
  grid-column-gap: 15.4861vw;
  grid-row-gap: 5.20833vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 7.638vw;
  padding-right: 7.638vw;
  display: grid;
  position: relative;
}

.steps-grid.is--2 {
  grid-template-rows: auto auto;
}

.steps-grid.is--3 {
  grid-template-rows: auto;
}

.steps-item {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: relative;
}

.number-wrapper {
  width: 3.47222vw;
  height: 3.47222vw;
  background-color: #fff;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.43056vw;
  display: flex;
}

.number-wrapper.is--green {
  color: #fff;
  background-color: #284e51;
}

.line-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.line-wrapper.is--desctop {
  z-index: 0;
  display: block;
}

.line-wrapper.is--mobile {
  display: none;
}

.line-small {
  width: 6.31944vw;
  height: 0;
  border-top: .138889vw solid #48767a;
  border-radius: 1000px;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: 0;
  right: auto;
}

.line-small.is--2 {
  width: 16.0417vw;
  top: 81%;
  left: auto;
  right: 1.5%;
}

.line-medium {
  width: 24.3056vw;
  height: 0;
  border-top: .138889vw solid #48767a;
  border-radius: 1000px;
  position: absolute;
}

.line-medium.is--1 {
  top: 4%;
  bottom: auto;
  left: 13.5%;
  right: auto;
}

.line-medium.is--2 {
  top: 4%;
  bottom: auto;
  left: 47%;
  right: auto;
}

.line-medium.is--3 {
  top: 41%;
  bottom: auto;
  left: 13.5%;
  right: auto;
}

.line-medium.is--4 {
  top: 41%;
  bottom: auto;
  left: 47%;
  right: auto;
}

.line-medium.is--5 {
  top: 81%;
  bottom: auto;
  left: 13.5%;
  right: auto;
}

.line-medium.is--6 {
  top: 81%;
  bottom: auto;
  left: 47%;
  right: auto;
}

.line-big {
  position: absolute;
}

.line-big.is--1 {
  width: 16.0417vw;
  height: 16.0417vw;
  border-top: .138889vw solid #48767a;
  border-bottom: .138889vw solid #48767a;
  border-right: .138889vw solid #48767a;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 1.5%;
}

.line-big.is--2 {
  width: 6.31944vw;
  height: 16.5vw;
  border-top: .138889vw solid #48767a;
  border-bottom: .138889vw solid #48767a;
  border-left: .138889vw solid #48767a;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  top: 41%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image {
  object-position: 0% 50%;
}

.number-info-text {
  margin-top: 1.73611vw;
}

.steps-button {
  justify-content: center;
  align-items: center;
  margin-top: 3.47222vw;
  display: flex;
}

.steps-item-heading {
  margin-bottom: 1.04167vw;
}

.section-second-form {
  background-color: #284e51;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  margin-top: -4vw;
  position: relative;
}

.second-form-wrapper {
  display: flex;
}

.second-form-left {
  width: 31.5972vw;
  min-width: 31.5972vw;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 15.9722vw;
  display: flex;
}

.second-form-right {
  width: 100%;
}

.second-form-text {
  margin-top: 2.4305vw;
  margin-bottom: 1.7361vw;
}

.second-form {
  margin-bottom: 0;
}

.apply-input {
  width: 100%;
  height: 5.20833vw;
  color: #284e51;
  background-color: #fff;
  border-radius: 15px;
  padding: 1.7361vw 2.4vw;
  font-family: Gilroy, sans-serif;
  font-size: 1.38889vw;
}

.apply-input::-ms-input-placeholder {
  color: #284e51;
  font-family: Gilroy, sans-serif;
  font-size: 1.38889vw;
}

.apply-input::placeholder {
  color: #284e51;
  font-family: Gilroy, sans-serif;
  font-size: 1.38889vw;
}

.apply-input.is--dropdown {
  color: #284e51;
  margin-top: .416vw;
  margin-bottom: .694vw;
  padding-right: 2.4305vw;
  font-family: Gilroy, sans-serif;
  font-size: 1.38889vw;
}

.second-form-toggle {
  padding: 0;
  display: flex;
}

.artsicle-rich-text h2 {
  color: #284e51;
}

.icon-link-block {
  cursor: pointer;
  margin-right: 1.7361vw;
}

.icon-link-block.is--last {
  margin-right: 0;
}

.form-field-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.04167vw;
  display: flex;
}

.success-wrapper {
  grid-row-gap: 1.11111vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-dropdown {
  margin-right: 1.73vw;
}

.nav-toggle {
  align-items: center;
  padding: 0;
  display: flex;
}

.nav-dropdown-icon {
  width: .555556vw;
  height: .972222vw;
}

.nav-dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1.25vw;
  display: none;
}

.nav-dropdown-list.w--open {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  position: absolute;
}

.nav-dropdown-item {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.04167vw;
  display: flex;
}

.nav-dropdown_item-image {
  width: 1.38889vw;
  height: 1.38889vw;
  min-width: 1.38vw;
  flex: none;
  margin-right: .902778vw;
  display: block;
}

.text-style-link {
  color: #284e51;
  letter-spacing: -.02em;
  white-space: nowrap;
  font-family: Gilroy, sans-serif;
  font-size: 1.11111vw;
  font-weight: 400;
  line-height: 130%;
}

.nav-collection-wrapper {
  width: 100%;
}

.nav-collection-list {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-dropdown-link {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  display: none;
  position: absolute;
}

.nav-dropdown-content {
  background-color: #fff;
  border-radius: 1.38889vw;
  padding: 1.73vw;
  box-shadow: 0 0 8px -4px rgba(0, 0, 0, .2);
}

.nav-dropdown-search {
  position: static;
}

.dropdown-search_toggle {
  height: 100%;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-search_list {
  display: block;
  position: static;
}

.dropdown-search_list.w--open {
  background-color: rgba(0, 0, 0, 0);
  position: static;
}

.container-xsmall {
  max-width: 43.75vw;
}

.search-section {
  background-color: #284e51;
  position: relative;
}

.search-category_block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-component {
  flex-direction: column;
  align-items: stretch;
  margin-top: 3.47222vw;
  margin-bottom: 0;
}

.search-wrapper {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 694.444vw;
  align-items: center;
  padding: 2vw 1.59vw;
  display: flex;
}

.search-btn-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 2.43056vw;
  display: flex;
}

.large-card-component {
  width: 28.47vw;
  height: 100%;
  background-color: #e9efef;
  border-radius: 25px;
}

.large-card-wrapper {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.08vw;
  display: flex;
}

.large-card-price {
  background-color: #dbe2e3;
  border-radius: 20px;
  margin-bottom: 1.73vw;
  padding: 1.38vw 1.18vw;
}

.card-price-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.card-price-wrapper.is--second {
  border-top: 1px solid rgba(40, 78, 81, .7);
  align-items: flex-start;
  margin-top: .5vw;
  padding-top: .5vw;
}

.card-price-left {
  width: 4.58vw;
  min-width: 4.58vw;
  margin-right: 1.25vw;
}

.large-card-text {
  margin-bottom: auto;
}

.large-card-heading {
  margin-bottom: 1.04167vw;
}

.large-card-top {
  margin-bottom: 1.38889vw;
}

.large-card-category {
  text-transform: uppercase;
  margin-bottom: 1.73611vw;
}

.large-card-image-wrapper {
  width: 15.2778vw;
  height: 14.5139vw;
  min-height: 14.5139vw;
  min-width: 15.2778vw;
  margin-bottom: 3.81944vw;
}

.large-card-image {
  width: 100%;
  height: 100%;
}

.div-block {
  width: 69.4444vw;
}

.div-block-2 {
  width: 69.4444px;
}

.div-block-3 {
  text-align: center;
}

.div-block-4 {
  min-width: 69.4444vw;
}

.div-block-5 {
  min-width: 69.4444px;
}

.div-block-6 {
  width: 69.45vw;
}

.div-block-7 {
  width: auto;
}

.div-block-8 {
  min-width: 69.4444px;
}

.book-top-heading {
  width: 61.1111vw;
  margin-bottom: 1.73611vw;
}

.book-top-text {
  width: 37.1528vw;
}

.dynamic-card_text-subtitle {
  margin-top: .555556vw;
}

.section-take-part {
  background-color: #f5f8f8;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  position: relative;
}

.take-part-grid {
  grid-column-gap: 2.08333vw;
  grid-row-gap: 2.08333vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.take-part-subtitle {
  margin-top: 1.04167vw;
}

.rules-heading {
  text-align: center;
  margin-bottom: 1.38vw;
}

.rules-subtitle {
  text-align: center;
}

.rules-text {
  margin-top: 6.94444vw;
}

.rules-text-paragraph {
  margin-top: 2.43056vw;
}

.rules-span {
  font-weight: 600;
}

.rules-span.is--disp-block {
  display: block;
}

.rules-text-subtitle {
  margin-top: 2.43056vw;
}

.dynamic-card-subtitle {
  margin-top: .555556vw;
  margin-bottom: 1.04167vw;
}

.nav-search-content {
  z-index: 100;
  width: 95.1389vw;
  height: 4.93056vw;
  background-color: #fff;
  border-radius: 1.38889vw;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 1.73vw;
  padding-right: 1.73vw;
  display: none;
  position: absolute;
  top: auto;
  bottom: -93%;
  left: 2.43056vw;
  right: auto;
  box-shadow: 0 0 8px -4px rgba(0, 0, 0, .2);
}

.nav-search-content.is--2 {
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  left: 0;
}

.nav-search-block {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.nav-search-btn {
  display: none;
}

.navbar-radio-button {
  width: 1.66667vw;
  height: 1.66667vw;
  border-color: #e4e9ea;
  margin-top: 0;
  margin-left: 0;
  margin-right: .694444vw;
}

.navbar-radio-button.w--redirected-checked {
  background-color: #284e51;
  border-width: 4.5px;
  border-color: #e4e9ea;
}

.navbar-radio-text {
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.11111vw;
  font-weight: 400;
}

.navbar-radio-field {
  align-items: center;
  margin-bottom: 1.04167vw;
  padding-left: 0;
  display: flex;
}

.navbar-radio-field.is--last {
  margin-bottom: 0;
}

.dynamic-info-subtitle {
  margin-bottom: .694444vw;
}

.list, .dynamic-list-item {
  color: rgba(40, 78, 81, .7);
  padding-left: 0;
}

.dynamic-info-buttons {
  grid-column-gap: .694444vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-10 {
  width: 18.75vw;
}

.two-columns {
  grid-column-gap: 2.08333vw;
  grid-row-gap: 2.08333vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-form-wrapper {
  background-color: #fff;
  border-radius: 25px;
  justify-content: space-between;
  display: flex;
}

.footer-form-left {
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
  padding-left: 3.47222vw;
}

.footer-form-right {
  width: 32.9861vw;
  background-color: #97d6c7;
  border-radius: 25px;
  padding-top: 3.125vw;
  padding-left: 4.51389vw;
  padding-right: 3.3vw;
}

.footer-form-header {
  margin-bottom: 2.77778vw;
}

.footer-span {
  font-weight: 600;
}

.footer-form-text-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.38889vw;
  display: flex;
}

.footer-form-image {
  width: .833333vw;
  height: .833333vw;
}

.footer-form-image-wrapper {
  width: 1.66667vw;
  height: 1.66667vw;
  background-color: rgba(40, 78, 81, .15);
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .694444vw;
  display: flex;
}

.footer-form-title {
  margin-bottom: .347222vw;
}

.footer-form-subtitle {
  width: 31.5972vw;
  margin-bottom: 2.43056vw;
}

.footer-input {
  color: rgba(40, 78, 81, .3);
  border: 1px #000;
  border-bottom: 1px solid rgba(40, 78, 81, .1);
  margin-bottom: 1.73611vw;
  padding: 0 0 .48vw;
  font-family: Gilroy, sans-serif;
  font-size: 1.11111vw;
}

.footer-input::-ms-input-placeholder {
  font-size: 1.11111vw;
}

.footer-input::placeholder {
  font-size: 1.11111vw;
}

.form--success {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.calc-result, .calc-result._1 {
  display: block;
}

.calc-input {
  width: 43.75vw;
  height: 5.20833vw;
  color: #284e51;
  background-color: #fff;
  border: 1px #000;
  border-radius: 15px;
  margin-bottom: .694444vw;
  padding: 0 2.4vw;
  font-family: Gilroy, sans-serif;
  font-size: 1.38889vw;
}

.calc-input.is--flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.calc-input.is--flex.is--1 {
  justify-content: space-between;
}

.calc-input.is--flex.is--last {
  justify-content: space-between;
  margin-bottom: 2.08333vw;
}

.calc-input.is--grid {
  grid-column-gap: 1.04167vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 3.125vw 1fr 15.9722vw;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.calc-input.is--grid.is--calc {
  height: auto;
  padding-top: 1.25vw;
}

.calc-input.is--grid.is--last {
  margin-bottom: 2.77778vw;
}

.calc-input.is--three {
  width: 14.0972vw;
}

.calc-input.is--flex-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.calc-input.is--flex-2.is--1 {
  justify-content: space-between;
}

.calc-input.is--flex-2.is--last {
  justify-content: space-between;
  margin-bottom: 2.08333vw;
}

.space {
  margin-top: 2vw;
}

.calc-input-wrapper {
  width: 15.9722vw;
  display: none;
}

.section-event-template {
  background-color: #fff;
  padding-top: 13.19vw;
  padding-bottom: 13.027vw;
}

.section-event-form {
  background-color: #284e51;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  margin-top: -4vw;
  position: relative;
}

.form-event-wrapper {
  justify-content: space-between;
  display: flex;
}

.form-event-header {
  width: 38.1944vw;
}

.form-event-item {
  width: 43.75vw;
  height: 5.20833vw;
  border-radius: 1.04167vw;
  margin-bottom: .694444vw;
  padding: 1.7361vw 2.4vw;
}

.form-event-item::-ms-input-placeholder {
  color: #284e51;
  font-family: Gilroy, sans-serif;
  font-size: 1.38889vw;
}

.form-event-item::placeholder {
  color: #284e51;
  font-family: Gilroy, sans-serif;
  font-size: 1.38889vw;
}

.form-event-item.is--last {
  margin-bottom: 2.43056vw;
}

.nav-menu_desktop {
  width: 100%;
  align-items: center;
  display: flex;
}

.nav-menu_mobile {
  display: none;
}

.heading {
  color: #284e51;
}

.heading-2 {
  font-weight: 600;
}

.popup-component-wrapper {
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.popup-component {
  z-index: 2;
  width: 55.5556vw;
  background-color: #97d6c7;
  border-radius: 1.73611vw;
  padding: 3.472vw;
  position: relative;
}

.popup-heading {
  text-align: center;
  margin-bottom: 1.1vw;
  padding: 0 2.77778vw;
}

.popup-heading-linked {
  width: 100%;
  display: inline-block;
}

.popup-heading-linked-text {
  display: inline;
}

.popup-subtitle {
  text-align: center;
  margin-bottom: 3.47222vw;
}

.popup-form-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.47222vw;
  display: flex;
}

.popup-image {
  width: 17.9167vw;
  height: 15.2778vw;
}

.popup-right {
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.popup-input {
  width: 25.7639vw;
  height: 4.16667vw;
  color: #284e51;
  border: 1px #000;
  border-radius: 1.04167vw;
  margin-bottom: .694444vw;
  padding: 1.04vw 2.4vw;
  font-family: Gilroy, sans-serif;
  font-size: 1.38889vw;
}

.popup-input::-ms-input-placeholder {
  color: #284e51;
}

.popup-input::placeholder {
  color: #284e51;
}

.popup-input.is--last {
  margin-bottom: 1.73611vw;
}

.popup-radio-wrapper {
  width: 18vw;
  margin-top: 1.38889vw;
  margin-left: auto;
  margin-right: auto;
}

.popup-radio {
  grid-column-gap: .694444vw;
  align-items: center;
  padding-left: 0;
  font-family: Gilroy, sans-serif;
  font-size: .833333vw;
  display: flex;
}

.popup-radio-btn {
  width: .833333vw;
  height: .833333vw;
  min-height: .833333vw;
  min-width: .833333vw;
  border-width: .104167vw;
  border-color: #284e51;
  margin-top: 0;
  margin-left: 0;
}

.popup-radio-btn.w--redirected-checked {
  width: .833333vw;
  height: .833333vw;
  background-color: #fff;
  border-width: .347222vw;
  border-color: #284e51;
}

.popup-radio-label {
  margin-bottom: 0;
}

.popup-radio-label.is--1 {
  text-align: left;
  white-space: nowrap;
}

.popud-down-heading {
  text-align: center;
  margin-bottom: 1.73611vw;
}

.popup-down-flex {
  grid-column-gap: 1.38889vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.popup-down-item {
  align-items: center;
  display: flex;
}

.popup-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.popup-down-image-wrapper {
  width: 1.66667vw;
  height: 1.66667vw;
  min-height: 1.66667vw;
  min-width: 1.66667vw;
  background-color: rgba(40, 78, 81, .15);
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .694444vw;
  display: flex;
}

.popup-cross {
  z-index: 2;
  width: 2.77778vw;
  height: 2.77778vw;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1vw;
  bottom: auto;
  left: auto;
  right: 1vw;
}

.popup-cross-image {
  width: 100%;
  height: 100%;
}

.popup-success {
  background-color: rgba(0, 0, 0, 0);
}

.popup-seccess-image {
  width: 18.0556vw;
}

.present-block {
  z-index: 1000;
  cursor: pointer;
  display: block;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: 2%;
  right: auto;
}

.present-image {
  width: 5vw;
  height: 5vw;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-grid {
  grid-column-gap: 2.08333vw;
  grid-row-gap: 2.08333px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.event-popup-component {
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .4);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.event-popup {
  z-index: 2;
  width: 100%;
  height: 53.6806vw;
  background-color: #284e51;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 9.02vw;
  padding-left: 5.2vw;
  padding-right: 5.2vw;
  position: relative;
}

.event-popup-heading {
  width: 38.8889vw;
  margin-bottom: 1.11111vw;
}

.event-popup-subtitle {
  width: 36.8056vw;
  margin-bottom: 2.43056vw;
}

.event-popup-block {
  width: 15.2778vw;
  border-top: .0694445vw solid #fff;
  padding-top: 1.38vw;
}

.event-popup-form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.event-popup-input {
  width: 43.75vw;
  height: 5.20833vw;
  border-radius: 1.04167vw;
  margin-bottom: .694444vw;
  padding: 1.7vw 2.4px 1.7vw 2.4vw;
}

.event-popup-input::-ms-input-placeholder {
  color: #284e51;
  font-family: Gilroy, sans-serif;
  font-size: 1.38889vw;
}

.event-popup-input::placeholder {
  color: #284e51;
  font-family: Gilroy, sans-serif;
  font-size: 1.38889vw;
}

.event-popup-input.is--last {
  margin-bottom: 2.43056vw;
}

.event-popup-cross {
  width: 3.47222vw;
  height: 3.47222vw;
  background-color: rgba(222, 227, 235, .1);
  border-radius: 10000px;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.event-cross {
  width: 100%;
  height: 100%;
}

.event-popup-success-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.event-popup-success {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.event-popup-success-image {
  width: 6.80556vw;
  margin-bottom: 2.43056vw;
}

.event-popup-success-img {
  width: 100%;
  height: 100%;
}

.event-popup-success-heading {
  text-align: center;
  margin-bottom: 1.38889vw;
}

.event-popup-success-subtitle {
  text-align: center;
}

.event-form-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.event-form-heading {
  width: 38.1944vw;
}

.event-input {
  width: 43.75vw;
  height: 5.20833vw;
  border-radius: 1.04167vw;
  margin-bottom: .694444vw;
  padding: 1.7vw 2.4vw;
}

.event-input::-ms-input-placeholder {
  color: #284e51;
  font-family: Gilroy, sans-serif;
  font-size: 1.38889vw;
}

.event-input::placeholder {
  color: #284e51;
  font-family: Gilroy, sans-serif;
  font-size: 1.38889vw;
}

.event-input.is--last {
  margin-bottom: 1.7vw;
}

.calc-input-left-wrapper {
  align-items: center;
  display: none;
}

.calc-input-left-image {
  width: 3.125vw;
  margin-right: 0;
}

.calc-input-left-image.is--flex {
  margin-right: 1.04167vw;
}

.open-heading {
  width: auto;
  margin-bottom: 2.08333vw;
}

.open-subtitle {
  width: 37.1528vw;
  margin-bottom: 3.47222vw;
}

.person-image {
  z-index: 1;
  width: 42.3611vw;
  min-width: 42.3611vw;
  position: absolute;
  top: 12%;
  bottom: 0;
  left: -15%;
  right: auto;
}

.section-freedom {
  z-index: 1;
  background-color: #284e51;
  border-top-left-radius: 2.43056vw;
  border-top-right-radius: 2.43056vw;
  margin-top: -4vw;
  position: relative;
}

.freedom-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.freedom-right {
  width: 46px;
  min-width: 46vw;
}

.freedom-left {
  width: 100%;
  align-self: stretch;
}

.freedom-image {
  width: 34.5833vw;
  height: 51.9444vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.freedom-heading {
  margin-bottom: 2.08333vw;
}

.freedom-text {
  margin-bottom: 3.47222vw;
}

.section-opportunity {
  z-index: 1;
  background-color: #fff;
  border-top-left-radius: 2.43056vw;
  border-top-right-radius: 2.43056vw;
  margin-top: -4vw;
  position: relative;
}

.opportunity-header {
  width: 56vw;
  margin-bottom: 3.47222vw;
}

.opportunity-grid {
  grid-column-gap: 2.08333vw;
  grid-row-gap: 2.08333vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.open-opportunity-subtitle {
  margin-top: 1.11111vw;
}

.section-open-tarif {
  z-index: 1;
  background-color: #284e51;
  border-top-left-radius: 2.43056vw;
  border-top-right-radius: 2.43056vw;
  margin-top: -4vw;
  position: relative;
}

.open-tarif-heading {
  width: 57.6389vw;
  margin-bottom: 2.08333vw;
}

.open-tarif-subtitle {
  margin-top: 3.47222vw;
  margin-bottom: 3.47222vw;
}

.open-tarif-item-subtitle {
  width: 42vw;
  margin-top: .694444vw;
}

.open-tarif-right {
  width: 30vw;
}

.section-open-line {
  z-index: 1;
  background-color: #fff;
  border-top-left-radius: 2.43056vw;
  border-top-right-radius: 2.43056vw;
  margin-top: -4vw;
  position: relative;
}

.open-line-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.open-line-subtitle {
  margin-top: 1.04167vw;
  margin-bottom: 1.73611vw;
}

.section-open-form {
  z-index: 1;
  background-color: #284e51;
  border-top-left-radius: 2.43056vw;
  border-top-right-radius: 2.43056vw;
  margin-top: -4vw;
  position: relative;
}

.open-form-wrapper {
  justify-content: space-between;
  display: flex;
}

.open-form-left {
  width: 36.8056vw;
  min-width: 36.8056vw;
}

.open-form-right {
  width: 43.75vw;
}

.open-form-heading {
  margin-bottom: 2.43056vw;
}

.open-form-subtitle {
  margin-bottom: 1.73611vw;
}

.open-input {
  height: 5.20833vw;
  color: #284e51;
  border-radius: 1.04167vw;
  margin-bottom: .694444vw;
  padding: 1.7vw 2.4vw;
  font-family: Gilroy, sans-serif;
  font-size: 1.38889vw;
}

.open-input::-ms-input-placeholder {
  color: #284e51;
  font-family: Gilroy, sans-serif;
  font-size: 1.38889vw;
}

.open-input::placeholder {
  color: #284e51;
  font-family: Gilroy, sans-serif;
  font-size: 1.38889vw;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 1.04167vw;
  padding: .694vw;
  display: block;
  top: 105%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.dropdown-list.w--open {
  display: none;
}

.second-form-link {
  padding: 1.041vw 1.041vw 1.041vw 1.73vw;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  width: 1.52778vw;
  height: 1.52778vw;
  border-radius: .138889vw;
  margin-top: 0;
  margin-left: 0;
  margin-right: .694444vw;
}

.checkbox.w--redirected-checked {
  background-color: rgba(222, 227, 235, .1);
  border-color: #fff;
}

.checkbox-label {
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.11111vw;
  font-weight: 500;
}

.section-confirm-reg {
  background-color: #284e51;
  position: relative;
}

.close-popup {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.search-title {
  margin-bottom: 3.47222vw;
}

.search-block {
  align-items: center;
  display: flex;
}

.seach-result-item {
  margin-bottom: 3.47222vw;
}

.additional-calc {
  border-top: 1px solid #e9efef;
  margin-top: 1.04vw;
  padding-top: 1.04vw;
}

.additional-calc-item {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.04167vw;
  display: flex;
}

.additional-calc-left {
  max-width: 27.0833vw;
}

.popup-close {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-404 {
  height: 100vh;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-wrapper-404 {
  text-align: center;
  margin-bottom: 2.43056vw;
}

._404-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-404 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-404.is--1 {
  width: 10.0694vw;
  height: 10.0694vw;
  top: 35%;
  left: 14%;
}

.image-404.is--2 {
  width: 37.5vw;
  height: 37.5vw;
  top: 80%;
  left: 65%;
}

.tracker-section {
  margin-top: 6.59722vw;
  margin-bottom: 6.94444vw;
}

.tracker-wrapper {
  background-color: #284e51;
  border-radius: 3.88889vw;
  padding-top: 5.2vw;
  padding-bottom: 13.05vw;
  padding-left: 5.5vw;
  position: relative;
}

.tracker-logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4.65278vw;
  display: flex;
  position: relative;
}

.tracker-logo-image.is--1 {
  width: 16.1806vw;
  height: 2.15278vw;
  margin-right: 1.66vw;
}

.tracker-logo-image.is--2 {
  width: 15.625vw;
  height: 3.88889vw;
}

.tracker-search-wrapper {
  align-items: center;
  margin-bottom: 1.11111vw;
  position: relative;
}

.tracker-form {
  align-items: center;
  display: flex;
}

.tracker-input {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
  margin-left: 1.38vw;
  padding: 0;
  font-family: Gilroy, sans-serif;
  font-size: 1.11111vw;
  font-weight: 400;
  line-height: 100%;
}

.tracker-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, .2);
  font-weight: 400;
}

.tracker-input::placeholder {
  color: rgba(255, 255, 255, .2);
  font-weight: 400;
}

.tracker-input-wrapper {
  width: 32.6389vw;
  height: 3.47222vw;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 3.47222vw;
  align-items: center;
  margin-right: 1.041vw;
  padding: .9027vw 1.388vw;
  display: flex;
}

.has--no-margin {
  margin-bottom: 0;
}

.tracker-search-subtitle {
  position: relative;
}

.search-span-link {
  color: #fff;
  text-decoration: underline;
}

.tracker-hero-image {
  width: 48vw;
  height: 35vw;
  min-height: 35vw;
  min-width: 48vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -3%;
}

.parcel-grid {
  grid-column-gap: 4.44444vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 5vw;
  display: grid;
}

.parcel-image {
  width: 29.6528vw;
  height: 29.6528vw;
  border-radius: 3.33333vw;
}

.parcel-text-wrapper {
  padding-right: 12vw;
}

.parcel-h1-wrapper {
  margin-bottom: .694444vw;
}

.parcel-subtitle-wrapper {
  margin-bottom: 2.22222vw;
}

.parcel-section {
  margin-bottom: 6.94444vw;
}

.parcel-button-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.parcel-button_block-header {
  width: 20.8333vw;
  text-align: center;
  margin-bottom: 1.73611vw;
}

.parcel-button_block-buttons {
  grid-column-gap: .833333vw;
  align-items: center;
  display: flex;
}

.alternative-footer-wrapper {
  background-color: #e9efef;
  border-radius: 3.33333vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  padding: 4.4vw 5.5vw 5.5vw;
  display: flex;
}

.alternative-footer-left {
  grid-row-gap: 1.38889vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.alternative-footer-middle {
  grid-row-gap: .347222vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.alternative-footer-right {
  grid-row-gap: .694444vw;
  flex-direction: column;
  display: flex;
}

.alternative-contact-wrapper {
  align-items: center;
  display: flex;
}

.alternative-contact-image {
  width: 1.38889vw;
  height: 1.38889vw;
  margin-right: .5vw;
}

.alternative-footer-subtitle {
  text-align: center;
  margin-top: 1.66667vw;
  margin-bottom: 1.66667vw;
}

.tracker-flex {
  grid-column-gap: 1.38889vw;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.tracker-field {
  background-color: #e9efef;
  border-radius: 3.88889vw;
  padding: 2.7vw 5.5vw;
}

.tracker-field_shiping-number {
  grid-row-gap: .347222vw;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.1vw;
  display: flex;
}

.tracker-field_shiping-date {
  grid-row-gap: .347222vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tracker-field-divider {
  height: 1px;
  background-color: rgba(40, 78, 81, .3);
  margin-top: 2.77778vw;
  margin-bottom: 2.22222vw;
}

.tracker-field-etaps {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.22222vw;
  display: flex;
}

.tracker-field_etaps-item {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tracker-field_image-wrapper {
  width: 1.66667vw;
  height: 1.66667vw;
  background-color: #284e51;
  border-radius: 6.94444vw;
  justify-content: center;
  align-items: center;
  margin-left: .555556vw;
  margin-right: 1.66667vw;
  display: flex;
}

.tracker-field_image-wrapper.is--now {
  width: 2.77778vw;
  height: 2.77778vw;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #284e51;
  margin-left: 0;
  margin-right: .833333vw;
}

.tracker-field_image-wrapper.is--future {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(40, 78, 81, .3);
}

.tracker-field-image {
  width: .694444vw;
}

.tracker-field-image.is--now {
  width: 1.11111vw;
}

.tracker-field_image-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1.66667vw;
  display: flex;
}

.tracker-field_image-divider {
  width: 1px;
  height: 1.38889vw;
  background-color: rgba(40, 78, 81, .3);
  margin-top: .3vw;
  margin-bottom: .3vw;
  margin-left: 1.38889vw;
}

.tracker-field_shiping-adres {
  grid-row-gap: .347222vw;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.66667vw;
  display: flex;
}

.tracker-field_shiping-buttons {
  grid-column-gap: 1.66667vw;
  grid-row-gap: 1.66667vw;
  align-items: center;
  display: flex;
}

.tracker-field_shiping-link {
  font-weight: 600;
  text-decoration: underline;
}

.tracker-field-section {
  margin-top: 6.04167vw;
  margin-bottom: 1.38889vw;
}

.parcel-field {
  width: 21.1806vw;
  height: 100%;
  background-color: #284e51;
  border-radius: 2.36111vw;
}

.parcel-field-image {
  margin-top: -2px;
}

.parcel-field_image-wrapper {
  position: relative;
}

.parcel-field_image-gradient {
  height: 5vw;
  background-image: linear-gradient(to top, #284e51, rgba(0, 0, 0, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.parcel-field_image-heading {
  margin-bottom: .694444vw;
  margin-left: 1.66vw;
  margin-right: 1.66vw;
}

.parcel-field_image-button {
  margin-bottom: 2.22222vw;
  margin-left: 1.66vw;
  margin-right: 1.66vw;
}

@media screen and (max-width: 991px) {
  .nav-search-content {
    bottom: -80%;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 12vw;
  }

  h3, h4 {
    font-size: 8vw;
  }

  a, blockquote {
    font-size: 4.26667vw;
  }

  .is--medium {
    font-weight: 600;
  }

  .is--medium.is--white {
    font-weight: 500;
  }

  .is--white.is-right-alight, .is--white.is--step-2 {
    text-align: left;
  }

  .paragraph-xsmall {
    font-size: 3.2vw;
    line-height: 120%;
  }

  .paragraph-xsmall.is--color-green.is--align-left {
    text-align: left;
  }

  .paragraph-xsmall.is--color-green.is--calc {
    display: none;
  }

  .paragraph-xsmall.is--green.is--text-decor {
    text-decoration: underline;
  }

  .paragraph-xsmall.is--light-green {
    color: rgba(255, 255, 255, .5);
    text-align: left;
  }

  .paragraph-small {
    font-size: 4.26667vw;
  }

  .paragraph-small.is--now {
    font-size: 5.33333vw;
    font-weight: 500;
    line-height: 150%;
  }

  .paragraph-small.is--future, .paragraph-small.is--past {
    line-height: 150%;
  }

  .button {
    white-space: nowrap;
    border-radius: 13.3333vw;
    padding: 4.26667vw 8vw 3.73333vw;
  }

  .button.is--white.has--margin_lr-66 {
    width: 100%;
  }

  .button.is--stroke-white.is--mobile-stroke-green {
    color: #284e51;
    border-color: rgba(40, 78, 81, .7);
  }

  .button.is--stroke-white.is--color-transparent-white {
    color: #284e51;
    background-color: #dbe2e3;
  }

  .button.is--stroke-white.is--color-transparent-white:hover {
    color: #fff;
    background-color: #284e51;
  }

  .button.is--stroke-green {
    padding-top: 4.26vw;
    padding-bottom: 4.26vw;
    display: inline-block;
  }

  .button.is--transparent-white {
    padding-top: 4.26vw;
    padding-bottom: 4.26vw;
    padding-left: 8vw;
    font-size: 4.26667vw;
  }

  .button.is--hover-card-animation-2, .button.is--hover-card-animation-5 {
    display: inline-block;
  }

  .button.is--form {
    padding-top: 4.26667vw;
    padding-left: 8vw;
    font-size: 4.26667vw;
  }

  .button.is--xlarge {
    height: 20vw;
    font-size: 5.33333vw;
  }

  .button.has--margin_lr-66 {
    width: 100%;
  }

  .container-default {
    max-width: 92vw;
  }

  .container-small {
    max-width: 100vw;
    padding-bottom: 0;
    padding-left: 16vw;
    padding-right: 16vw;
  }

  .container-small.is--rules {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .paragraph-medium {
    font-size: 5.33333vw;
  }

  .paragraph-medium.is--semibold.is--small, .paragraph-medium.is--medium-to-small {
    font-size: 4.26667vw;
  }

  .paragraph-large, .paragraph-xlarge {
    font-size: 9.6vw;
  }

  .block-title {
    white-space: normal;
    font-size: 6.66667vw;
  }

  .count {
    font-size: 20vw;
  }

  .name {
    font-size: 9.33333vw;
  }

  .tag {
    border-radius: 13.3333vw;
    padding: 3.2vw 6.4vw;
    font-size: 3.73333vw;
  }

  .footer-text {
    font-size: 3.73333vw;
  }

  .category-tag-component {
    border-radius: 13.3333vw;
    margin-bottom: 6.66667vw;
    display: inline-block;
  }

  .category-tag-component.is--main-hidden {
    display: none;
  }

  .component-icon {
    width: 11.7333vw;
    height: 6.93333vw;
    margin-right: 4vw;
  }

  .component-icon.is--arrow {
    width: 2.66667vw;
    height: 5.33333vw;
  }

  .dynamic-card-component {
    max-width: none;
    display: block;
  }

  .dynamic-card-block {
    height: auto;
    padding: 8vw;
  }

  .dynamic-card_text-wrapper {
    margin-top: 2.66667vw;
  }

  .dynamic-card_button-wrapper {
    height: auto;
    opacity: 1;
    margin-top: 4vw;
  }

  .double-card-wrapper.is--white {
    height: auto;
    flex-direction: column;
  }

  .double-card_left-block {
    min-width: 100%;
    grid-column-gap: 13.3333vw;
    grid-row-gap: 13.3333vw;
    padding: 13.3vw 8vw;
  }

  .double-card_right-block.is--dark-card {
    min-width: 100%;
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    background-color: #284e51;
    padding: 13.3vw 6.6vw 13.3vw 8vw;
  }

  .double-card-icon {
    width: 26.6vw;
    height: 26.6vw;
  }

  .double-card-text {
    margin-top: 4vw;
    margin-bottom: 6.66667vw;
  }

  .double-card-buttons {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-direction: column;
  }

  .double-card-buttons.is--mobile {
    display: flex;
  }

  .double-card-buttons.is--desctop {
    display: none;
  }

  .faq-dropdown-wrapper {
    width: 100%;
  }

  .faq-dropdown-toggle {
    padding: 8vw 4vw 8vw 8vw;
  }

  .dropdown-icon-block {
    width: 9.33333vw;
    height: 9.33333vw;
  }

  .arrow-down-icon {
    width: 1.6vw;
    height: 2.93333vw;
  }

  .dropdown-content_wrapper {
    padding-bottom: 13.3333vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section-interesting {
    z-index: 1;
    border-radius: 9.33333vw 9.33333vw 0 0;
    margin-top: -9vw;
  }

  .category-tag-wrapper {
    padding: 6.13vw 10.66vw 6.13vw 9.33vw;
  }

  .section-marquee {
    border-top-left-radius: 9.33333vw;
    border-top-right-radius: 9.33333vw;
    margin-top: -9vw;
  }

  .marquee-image {
    margin-right: 6.66667vw;
  }

  .marquee-image.is--1 {
    width: 20vw;
    height: 12vw;
  }

  .marquee-image.is--2 {
    width: 16vw;
    height: 9.33333vw;
  }

  .marquee-image.is--3 {
    width: 16vw;
    height: 6.66667vw;
  }

  .marquee-image.is--4 {
    width: 14.6667vw;
    height: 6.66667vw;
  }

  .marquee-image.is--5 {
    width: 6.66667vw;
    height: 8vw;
  }

  .marquee-image.is--6 {
    width: 18.6667vw;
    height: 5.33333vw;
  }

  .marquee-image.is--7 {
    width: 24vw;
    height: 6.66667vw;
  }

  .marquee-image.is--8 {
    width: 14.6667vw;
    height: 6.66667vw;
  }

  .marquee-image.is--9 {
    width: 26.6667vw;
    height: 14.6667vw;
  }

  .section-faq {
    z-index: 2;
    border-top-left-radius: 9.33333vw;
    border-top-right-radius: 9.33333vw;
    margin-top: -9vw;
  }

  .faq-grid {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .faq-dropdown {
    width: auto;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr;
  }

  .section-footer {
    border-top-left-radius: 9.33333vw;
    border-top-right-radius: 9.33333vw;
  }

  .footer-top-left, .footer-top-middle {
    margin-bottom: 0;
  }

  .logo-image {
    width: 15.7333vw;
    height: 8vw;
  }

  .footer-top-item {
    margin-bottom: 1.86667vw;
  }

  .footer-top-item.is--last {
    margin-bottom: 0;
  }

  .footer-wrapper.is-mobile {
    display: none;
  }

  .footer-block-middle {
    width: 100%;
    margin-bottom: 0;
  }

  .footer-block-item {
    margin-bottom: 1.86667vw;
  }

  .footer-block-item.is--last {
    margin-bottom: 0;
  }

  .footer-block-right {
    width: 56vw;
    margin-bottom: 0;
  }

  .footer-right-text {
    margin-top: 1.86667vw;
  }

  .footer-head-text {
    margin-bottom: 6.66667vw;
  }

  .footer-top-right {
    width: 60vw;
    margin-bottom: 0;
  }

  .footer-top-awards.is--2 {
    margin-top: 6.66667vw;
  }

  .footer-icon {
    width: 12.8vw;
    height: 12vw;
    margin-right: 6.66667vw;
  }

  .footer-left {
    grid-row-gap: 13.3vw;
    grid-template-columns: 1fr;
  }

  .footer-right {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .footer-icon-wrapper {
    margin-bottom: 8vw;
  }

  .footer-text-wrapper {
    width: 100%;
  }

  .footer-text-item {
    margin-top: 1.86667vw;
    margin-bottom: 4vw;
  }

  .footer-form {
    margin-bottom: 0;
    display: block;
  }

  .footer-under {
    border-top-color: rgba(222, 227, 235, .11);
    flex-direction: column;
    align-items: flex-start;
    margin-top: 18.6667vw;
    padding-top: 4vw;
  }

  .under-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    margin-bottom: 2.66667vw;
    display: flex;
  }

  .faq-title-wrapper {
    width: 69.3333vw;
    max-width: 68vw;
  }

  .footer-bg-image {
    width: 53.3vw;
    height: 53.3vw;
    top: 15%;
    left: 70%;
  }

  .footer-bg-image.is--2 {
    width: 33.3vw;
    height: 33.3vw;
    top: 45%;
    left: 80%;
  }
  
  .card-tag {
    border-radius: 13.3333vw;
    padding: 3.2vw 6.4vw;
    font-size: 3.73333vw;
  }

  .form-block {
    margin-top: 0;
    padding: 13.3vw 8vw;
    display: block;
  }

  .input {
    min-width: 100%;
    font-size: 4.26667vw;
  }

  .is--align-center {
    text-align: center;
  }

  .hover-block {
    display: none;
  }

  .double-card_hover-block {
    width: 100%;
    height: 151.3vw;
    display: none;
    bottom: 0;
    transform: translate(0%);
  }

  .navbar {
    z-index: 100;
    height: auto;
    background-color: #fff;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .nav-container {
    max-width: 92vw;
  }

  .nav-logo-llink {
    z-index: 2;
    position: relative;
  }

  .nav-logo {
    width: 12vw;
    height: 6.13333vw;
  }

  .nav-menu {
    height: 100vh;
    background-color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16.8vw;
    padding-bottom: 0;
    position: absolute;
    top: 0;
  }

  .divider {
    width: 100%;
    height: 1px;
    background-color: rgba(30, 63, 66, .15);
    padding-bottom: 0;
    padding-right: 0;
  }

  .inputs-wrapper {
    margin-bottom: 8vw;
  }

  .nav-logo-text {
    display: none;
  }

  .nav-link {
    margin-bottom: 4.8vw;
    font-size: 6.4vw;
  }

  .nav-link.is--dropdown {
    margin-bottom: 0;
    font-size: 4vw;
  }

  .nav-link.is--mobile {
    color: #284e51;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 1.5vw;
    font-family: Gilroy, sans-serif;
    font-size: 4vw;
    font-weight: 400;
    line-height: 120%;
  }

  .nav-buttons {
    z-index: 2;
    grid-column-gap: 1.33333vw;
    grid-row-gap: 1.33333vw;
    position: static;
  }

  .nav-search {
    width: 16vw;
    height: 10.6667vw;
    min-height: 10.6667vw;
    min-width: 16vw;
    border-radius: 13.3333vw;
  }

  .search-icon {
    width: 5.86667vw;
    height: 5.33333vw;
  }

  .menu-button {
    width: 10.6667vw;
    height: 10.6667vw;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-icon {
    width: 2.66667vw;
    height: 2.66667vw;
  }

  .menu-button-block {
    width: 100%;
    height: 100%;
    background-color: #e9efef;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-text-wrapper {
    margin-bottom: 6.66667vw;
  }

  .button-2 {
    white-space: nowrap;
    border-radius: 13.3333vw;
    padding: 4.26667vw 8vw 3.73333vw;
  }

  .button-2.is--hover-card-animation-2 {
    display: inline-block;
  }

  .dynamic-info_card-component {
    width: auto;
    min-width: 100%;
  }

  .dynamic-info_card-wrapper {
    padding: 13.3vw 10.6vw 13.3vw 8vw;
  }

  .dynamic-info_text {
    margin-top: 4vw;
    margin-bottom: 5.33333vw;
  }

  .download-icon {
    width: 4.26667vw;
    height: 4.26667vw;
  }

  .section-info {
    border-top-left-radius: 9.33333vw;
    border-top-right-radius: 9.33333vw;
    margin-top: -9vw;
  }

  .info-block {
    flex-direction: column-reverse;
  }

  .info-left_part {
    width: auto;
    height: 138.667vw;
  }

  .info-right_part {
    width: auto;
  }

  .info-description_wrapper {
    width: auto;
    margin-top: 5.33333vw;
  }

  .info-buttons_wrapper {
    width: 51.2vw;
    grid-row-gap: 2.66667vw;
    flex-direction: column;
    margin-top: 8vw;
  }

  .info-toy_image {
    width: 57.3333vw;
    height: 57.3333vw;
  }

  .section-background-blur {
    width: 350vw;
    max-width: 350vw;
    display: block;
    top: 1%;
    right: -100%;
  }

  .section-background-blur.is--2 {
    display: none;
  }

  .section-background-blur.is--open {
    width: auto;
    min-width: 102vw;
    display: block;
    top: 6%;
    left: -89%;
  }

  .section-process {
    border-top-left-radius: 9.33333vw;
    border-top-right-radius: 9.33333vw;
    margin-top: -10vw;
  }

  .process-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .process-text_wrapper {
    width: auto;
    margin-top: 5.33333vw;
    margin-bottom: 9.33333vw;
  }

  .green-circle-image {
    width: 65.8667vw;
    height: 65.8667vw;
    bottom: -6%;
    right: 3%;
  }

  .section-steps {
    border-top-left-radius: 9.33333vw;
    border-top-right-radius: 9.33333vw;
    margin-top: -9vw;
  }

  .steps-grid {
    grid-row-gap: 26.6667vw;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 42.6vw;
    margin-bottom: 25vw;
    padding-left: 0;
    padding-right: 0;
  }

  .steps-item {
    flex-direction: row;
    align-items: center;
    padding-right: 10vw;
  }

  .number-wrapper {
    width: 12vw;
    height: 12vw;
    min-height: 12vw;
    min-width: 12vw;
    margin-bottom: 0;
    margin-right: 3.73vw;
  }

  .line-wrapper.is--desctop {
    display: none;
  }

  .line-wrapper.is--mobile {
    display: block;
  }

  .line-mobile {
    min-height: 22.6667vw;
    border-left: .533333px solid #48767a;
    position: absolute;
    top: -8%;
    bottom: auto;
    left: 6%;
    right: auto;
  }

  .line-mobile.is--2 {
    top: 5%;
  }

  .line-mobile.is--3 {
    top: 17%;
  }

  .line-mobile.is--4 {
    top: 29%;
  }

  .line-mobile.is--5 {
    min-height: 25vw;
    top: 40.5%;
  }

  .line-mobile.is--6 {
    min-height: 25vw;
    top: 52.5%;
  }

  .line-mobile.is--7 {
    top: 64.5%;
  }

  .line-mobile.is--8 {
    min-height: 25vw;
    top: 76%;
  }

  .line-mobile.is--9 {
    top: 88.5%;
  }

  .line-mobile.is--10 {
    top: 100.5%;
  }

  .line-mobile.is--ref-1 {
    max-height: 20vw;
    min-height: 20vw;
    padding-bottom: 0;
    padding-right: 0;
    top: -8%;
  }

  .line-mobile.is--ref-2 {
    min-height: 20vw;
    padding-bottom: 0;
    padding-right: 0;
    top: 5.5%;
  }

  .line-mobile.is--ref-3 {
    min-height: 20vw;
    padding-bottom: 0;
    padding-right: 0;
    top: 19%;
  }

  .line-mobile.is--ref-4 {
    min-height: 20vw;
    padding-bottom: 0;
    padding-right: 0;
    top: 32.5%;
  }

  .line-mobile.is--ref-5 {
    min-height: 20vw;
    padding-bottom: 0;
    padding-right: 0;
    top: 46.5%;
  }

  .line-mobile.is--ref-6 {
    min-height: 20vw;
    padding-bottom: 0;
    padding-right: 0;
    top: 60%;
  }

  .line-mobile.is--ref-7 {
    min-height: 20vw;
    padding-bottom: 0;
    padding-right: 0;
    top: 74%;
  }

  .line-mobile.is--ref-8 {
    min-height: 20vw;
    padding-bottom: 0;
    padding-right: 0;
    top: 87.4%;
  }

  .line-mobile.is--ref-9 {
    padding-bottom: 0;
    padding-right: 0;
    top: 101%;
  }

  .steps-button {
    justify-content: flex-start;
    margin-top: 38.6vw;
  }

  .section-second-form {
    z-index: 1;
    border-top-left-radius: 9.33333vw;
    border-top-right-radius: 9.33333vw;
    margin-top: -9vw;
  }

  .second-form-wrapper {
    flex-direction: column;
  }

  .second-form-left {
    width: 100%;
    min-width: 100%;
    margin-bottom: 14.9333vw;
    margin-right: 0;
  }

  .second-form-right {
    margin-bottom: 15vw;
  }

  .second-form-bottom {
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 0%;
    right: 0%;
  }

  .second-form-text {
    margin-top: 5.33333vw;
    margin-bottom: 6.66667vw;
  }

  .apply-input {
    height: 20vw;
    padding-top: 6.66vw;
    padding-bottom: 6.66vw;
    padding-left: 9.3vw;
  }

  .apply-input::-ms-input-placeholder {
    font-size: 5.33333vw;
  }

  .apply-input::placeholder {
    font-size: 5.33333vw;
  }

  .apply-input.is--dropdown {
    height: 26.6667vw;
    margin-top: .533333vw;
    margin-bottom: 2.66667vw;
    padding-right: 9.3vw;
    font-size: 5.33333vw;
  }

  .icon-link-block {
    margin-right: 5.33333vw;
  }

  .form-field-wrapper {
    grid-row-gap: 8vw;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4vw;
  }

  .success-wrapper {
    grid-row-gap: 4.26667vw;
    text-align: left;
  }

  .nav-dropdown {
    display: block;
  }

  .nav-dropdown.is--mobile {
    margin-left: 0;
    margin-right: auto;
    display: inline-block;
    position: static;
  }

  .nav-toggle {
    align-items: center;
    margin-bottom: 4.8vw;
  }

  .nav-toggle.is--mobile {
    margin-bottom: 0;
  }

  .nav-dropdown-icon {
    width: 2.66667vw;
    height: 2.66667vw;
    margin-left: 1.06667vw;
  }

  .nav-dropdown-list {
    height: auto;
    margin-top: 0;
    display: none;
    position: static;
    overflow: hidden;
  }

  .nav-dropdown-list.w--open {
    position: static;
  }

  .nav-dropdown_item-image {
    width: 6.4vw;
    height: 6.4vw;
    min-width: 6.4vw;
    margin-right: 2.66667vw;
  }

  .text-style-link {
    white-space: normal;
    font-size: 3vw;
  }

  .nav-collection-list {
    grid-column-gap: 3.26667vw;
    grid-row-gap: 3.26667vw;
  }

  .nav-dropdown-content {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 4.66667vw;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .dropdown-search_list.w--open {
    display: block;
  }

  .container-xsmall {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .search-component {
    margin-top: 13.3333vw;
  }

  .search-wrapper {
    padding: 7.2vw 5.3vw;
  }

  .search-btn-wrapper {
    margin-top: 9.33333vw;
  }

  .large-card-component {
    width: auto;
  }

  .large-card-wrapper {
    padding: 8vw;
  }

  .large-card-price {
    margin-bottom: 6.66667vw;
    padding: 5.3vw;
  }

  .card-price-wrapper.is--second {
    margin-top: 2.6vw;
    padding-top: 2.6vw;
  }

  .card-price-left {
    width: 14.1333vw;
    min-width: 14.1333vw;
    margin-right: 8.26667vw;
  }

  .large-card-heading {
    margin-bottom: 4vw;
  }

  .large-card-top {
    margin-bottom: 5.6vw;
  }

  .large-card-category {
    margin-bottom: 6.4vw;
  }

  .large-card-image-wrapper {
    width: 58.6667vw;
    height: 53.3333vw;
    min-height: 53.3333vw;
    min-width: 58.6667vw;
    margin-bottom: 14.9333vw;
  }

  .book-top-heading {
    width: auto;
    margin-bottom: 5.33333vw;
  }

  .book-top-text {
    width: auto;
  }

  .section-take-part {
    border-top-left-radius: 9.33333vw;
    border-top-right-radius: 9.33333vw;
    margin-top: -9vw;
  }

  .take-part-grid {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr;
  }

  .section-rules {
    background-color: #fff;
  }

  .rules-heading {
    text-align: left;
    margin-bottom: 5.33333vw;
  }

  .rules-subtitle {
    text-align: left;
  }

  .rules-text {
    margin-top: 26.6667vw;
  }

  .rules-text-paragraph {
    margin-top: 5.33333vw;
  }

  .rules-text-subtitle {
    margin-top: 9.33333vw;
  }

  .nav-search-content {
    height: 14vw;
    border-radius: 5.33333vw;
    top: auto;
    bottom: -88%;
    left: 2%;
    right: auto;
  }

  .nav-search-block {
    width: 100%;
  }

  .navbar-radio-button {
    width: 5vw;
    height: 5vw;
    margin-right: 2.66667vw;
  }

  .navbar-radio-text {
    font-size: 4.26667vw;
  }

  .navbar-radio-field, .dynamic-info-subtitle {
    margin-bottom: 2.66667vw;
  }

  .dynamic-info-buttons {
    grid-row-gap: 2.66667vw;
    flex-direction: column;
    align-items: flex-start;
  }

  .form-toggle-text {
    width: 61vw;
    white-space: normal;
  }

  .two-columns {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-form-wrapper {
    height: auto;
    border-radius: 5.33333vw;
    flex-direction: column;
  }

  .footer-form-left {
    padding: 6.6vw 8vw 9.33vw;
  }

  .footer-form-right {
    width: auto;
    border-radius: 5.33333vw;
    padding: 6.66vw 8vw;
  }

  .footer-form-header {
    margin-bottom: 6.66667vw;
  }

  .footer-form-text-item {
    margin-bottom: 2.66667vw;
  }

  .footer-form-image {
    width: 3.2vw;
    height: 3.2vw;
  }

  .footer-form-image-wrapper {
    width: 6.4vw;
    height: 6.4vw;
    min-height: 6.4vw;
    min-width: 6.4vw;
    margin-right: 2.66667vw;
  }

  .footer-form-title {
    margin-bottom: 1.33333vw;
  }

  .footer-form-subtitle {
    width: auto;
    margin-bottom: 6.66667vw;
  }

  .footer-input {
    margin-bottom: 5.3vw;
    padding-bottom: 1.86vw;
    font-size: 5.33333vw;
  }

  .footer-input::-ms-input-placeholder {
    font-size: 5.33333vw;
  }

  .footer-input::placeholder {
    font-size: 5.33333vw;
  }

  .calc-condition {
    margin-bottom: 13.3333vw;
  }

  .calc-result {
    display: block;
  }

  .calc-input {
    width: 100%;
    height: 20vw;
    margin-bottom: 2.66667vw;
    padding-left: 9.3vw;
    padding-right: 9.3vw;
    font-size: 4.26667vw;
  }

  .calc-input.is--flex {
    height: auto;
    flex-direction: row;
    align-items: center;
    padding: 6.6vw 9.3vw;
  }

  .calc-input.is--flex.is--1 {
    flex-direction: row;
    align-items: center;
  }

  .calc-input.is--flex.is--last {
    flex-direction: row;
    align-items: center;
    margin-bottom: 8vw;
  }

  .calc-input.is--grid {
    height: auto;
    grid-column-gap: 2.66667vw;
    grid-row-gap: 1.33333vw;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 9vw 1fr;
    align-items: center;
    padding: 6.6vw 4vw;
  }

  .calc-input.is--grid.is--1 {
    flex-direction: row;
    align-items: center;
  }

  .calc-input.is--grid.is--calc {
    padding-top: 6.6vw;
  }

  .calc-input.is--three {
    width: 28.8vw;
  }

  .calc-input.is--flex-2 {
    height: auto;
    flex-direction: row;
    align-items: center;
    padding: 6.6vw 4vw;
  }

  .calc-input.is--flex-2.is--1 {
    flex-direction: row;
    align-items: center;
  }

  .calc-input.is--flex-2.is--last {
    flex-direction: row;
    align-items: center;
    margin-bottom: 8vw;
  }

  .calc-input-wrapper {
    width: 100%;
    margin-top: .7vw;
  }

  .section-event-template {
    padding-top: 30vw;
    padding-bottom: 30vw;
  }

  .form-event-wrapper {
    flex-direction: column;
  }

  .form-event-left {
    margin-bottom: 13.3333vw;
  }

  .form-event-header {
    width: auto;
  }

  .form-event-item {
    width: 100%;
    height: 20vw;
    border-radius: 4vw;
    margin-bottom: 2.66667vw;
    padding: 6.6vw 9.3vw;
  }

  .form-event-item::-ms-input-placeholder {
    font-size: 5.33333vw;
  }

  .form-event-item::placeholder {
    font-size: 5.33333vw;
  }

  .form-event-item.is--last {
    margin-bottom: 9.33333vw;
  }

  .nav-menu_desktop {
    display: none;
  }

  .nav-menu_mobile {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 23.8vw;
    padding-left: 8vw;
    padding-right: 8vw;
    display: flex;
  }

  .popup-component-wrapper {
    display: none;
  }

  .popup-component {
    width: 92vw;
    border-radius: 6.66667vw;
    padding: 4vw 4vw 0;
  }

  .popup-heading, .popup-subtitle {
    margin-bottom: 2vw;
  }

  .popup-heading {
    padding: 0 10.6667vw;
  }

  .popup-form-wrapper {
    margin-bottom: 3vw;
  }

  .popup-left {
    display: none;
  }

  .popup-input {
    width: 84vw;
    height: 15vw;
    border-radius: 4vw;
    margin-bottom: 2vw;
    padding: 4vw 9.3vw;
    font-size: 5.33333vw;
  }

  .popup-input::-ms-input-placeholder {
    font-size: 5.33333vw;
  }

  .popup-input::placeholder {
    font-size: 5.33333vw;
  }

  .popup-input.is--last {
    margin-bottom: 3vw;
  }

  .popup-radio-wrapper {
    width: auto;
    margin-top: 2.66667vw;
  }

  .popup-radio {
    grid-column-gap: 2.66667vw;
    font-size: 3.2vw;
  }

  .popup-radio-btn {
    width: 5.33333vw;
    height: 5.33333vw;
  }

  .popup-radio-btn.w--redirected-checked {
    width: 5.33333vw;
    height: 5.33333vw;
    border-width: 1.3vw;
  }

  .popud-down-heading {
    margin-bottom: 2vw;
  }

  .popup-down-flex {
    width: 64vw;
    grid-row-gap: 2.66667px;
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .popup-item {
    margin-bottom: 2vw;
  }

  .popup-down-image-wrapper {
    width: 6.4vw;
    height: 6.4vw;
    min-height: 6.4vw;
    min-width: 6.4vw;
    margin-right: 2.66667vw;
  }

  .popup-cross {
    width: 10.6667vw;
    height: 10.6667vw;
  }

  .popup-success {
    padding: 0;
  }

  .popup-seccess-image {
    width: 69.3333vw;
  }

  .present-block {
    z-index: 100;
    position: fixed;
    top: auto;
    bottom: 10px;
    left: 5%;
    right: auto;
  }

  .present-image {
    width: 13.3333vw;
    height: 13.3333vw;
  }

  .collection-grid {
    grid-column-gap: 2.66667vw;
    grid-row-gap: 2.66667vw;
    grid-template-columns: 1fr;
  }

  .event-popup-component {
    display: none;
  }

  .event-popup {
    height: 100%;
    padding-top: 34.6vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .event-popup-left {
    flex-direction: column;
    align-items: center;
    margin-bottom: 13.3333vw;
    display: flex;
  }

  .event-popup-heading {
    width: auto;
    text-align: center;
    margin-bottom: 4.26667vw;
  }

  .event-popup-subtitle {
    width: auto;
    text-align: center;
    margin-bottom: 9.33333vw;
  }

  .event-popup-block {
    width: 58.6667vw;
    text-align: center;
    padding-top: 5.33333vw;
  }

  .event-popup-form {
    flex-direction: column;
  }

  .event-popup-input {
    width: 92vw;
    height: 20vw;
    border-radius: 4vw;
    margin-bottom: 2.66667vw;
    padding: 6.66vw 9.3vw;
  }

  .event-popup-input::-ms-input-placeholder {
    font-size: 5.33333vw;
  }

  .event-popup-input::placeholder {
    font-size: 5.33333vw;
  }

  .event-popup-cross {
    width: 13.3333vw;
    height: 13.3333vw;
  }

  .event-popup-success-image {
    width: 21.3333vw;
    margin-bottom: 4.26667vw;
  }

  .event-popup-success-heading {
    margin-bottom: 4.26667vw;
  }

  .event-form-wrapper {
    flex-direction: column;
  }

  .event-form-left {
    margin-bottom: 8vw;
  }

  .event-form-heading {
    width: auto;
  }

  .event-input {
    width: 92vw;
    height: 20vw;
    border-radius: 5.33333vw;
    margin-bottom: 2.66667vw;
    padding: 4vw 9.3vw;
  }

  .event-input::-ms-input-placeholder {
    font-size: 5.33333vw;
  }

  .event-input::placeholder {
    font-size: 5.33333vw;
  }

  .event-input.is--last {
    margin-bottom: 5.33333vw;
  }

  .calc-input-left-image {
    width: 9.33333vw;
  }

  .calc-input-left-image.is--flex {
    margin-right: 2.66667vw;
  }

  .open-heading {
    margin-bottom: 5.33333vw;
  }

  .open-subtitle {
    width: auto;
    margin-bottom: 9.33333vw;
  }

  .person-image {
    width: auto;
    min-width: auto;
    position: relative;
    left: 0%;
  }

  .section-freedom {
    border-top-left-radius: 9.33333vw;
    border-top-right-radius: 9.33333vw;
    margin-top: -9vw;
  }

  .freedom-wrapper {
    flex-direction: column-reverse;
  }

  .freedom-right {
    width: auto;
    min-width: auto;
  }

  .freedom-image {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: 0%;
  }

  .freedom-heading {
    margin-bottom: 5.33333vw;
  }

  .freedom-text {
    margin-bottom: 9.33333vw;
  }

  .section-opportunity {
    border-top-left-radius: 9.33333vw;
    border-top-right-radius: 9.33333vw;
    margin-top: -9vw;
  }

  .opportunity-header {
    width: auto;
    margin-bottom: 13.3333vw;
  }

  .opportunity-grid {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr;
  }

  .section-open-tarif {
    border-top-left-radius: 9.33333vw;
    border-top-right-radius: 9.33333vw;
    margin-top: -9vw;
  }

  .open-tarif-heading {
    width: auto;
    margin-bottom: 13.3333vw;
  }

  .open-tarif-item-subtitle {
    display: none;
  }

  .open-tarif-right {
    width: auto;
  }

  .section-open-line {
    border-top-left-radius: 9.33333vw;
    border-top-right-radius: 9.33333vw;
    margin-top: -9vw;
  }

  .open-form-wrapper {
    flex-direction: column;
  }

  .open-form-left {
    width: auto;
    min-width: auto;
    margin-bottom: 13.3333vw;
  }

  .open-form-right {
    width: auto;
  }

  .open-form-heading {
    margin-bottom: 13.3333vw;
  }

  .open-form-subtitle {
    margin-bottom: 6.66667vw;
  }

  .open-input {
    height: 20vw;
    border-radius: 4vw;
    margin-bottom: 2.66667vw;
    padding: 6.6vw 9.3vw;
    font-size: 5.33333vw;
  }

  .open-input::-ms-input-placeholder {
    font-size: 5.33333vw;
  }

  .open-input::placeholder {
    font-size: 5.33333vw;
  }

  .checkbox-field {
    text-align: left;
    align-items: flex-start;
  }

  .checkbox {
    width: 5.86667vw;
    height: 5.86667vw;
    min-height: 5.86667vw;
    min-width: 5.86667vw;
    border-radius: .533333vw;
    margin-right: 2.66667vw;
  }

  .checkbox-label.is--color-transparent-white {
    font-size: 4.26667vw;
  }

  .button-image {
    width: 6.66667vw;
    height: 6.66667vw;
    margin-right: 2.66667vw;
  }

  .heading-wrapper-404 {
    margin-bottom: 8vw;
  }

  .image-404.is--1 {
    width: 17.0667vw;
    height: 17.0667vw;
    top: 21%;
    left: 10%;
  }

  .image-404.is--2 {
    width: 85.3333vw;
    height: 85.3333vw;
    top: 85%;
    left: 30%;
  }
  
  a {
    font-size: 4.26667vw;
  }

  .tracker-section {
    margin-top: 20.2667vw;
    margin-bottom: 10.9333vw;
  }

  .tracker-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 4.26667vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 8.5vw 5.3vw 0;
    display: grid;
  }

  .tracker-logo-wrapper {
    justify-content: center;
    margin-bottom: 10.6667vw;
  }

  .tracker-logo-image.is--1 {
    width: 36vw;
    height: 4.8vw;
    margin-right: 3.46vw;
  }

  .tracker-logo-image.is--2 {
    width: 34.6667vw;
    height: 8vw;
  }

  .tracker-search-wrapper {
    margin-bottom: 4.26667vw;
  }

  .tracker-form {
    flex-direction: column;
    align-items: flex-start;
  }

  .tracker-input {
    margin-left: 4.26vw;
    font-size: 4.26667vw;
    font-weight: 500;
  }

  .tracker-input::-ms-input-placeholder {
    font-weight: 500;
  }

  .tracker-input::placeholder {
    font-weight: 500;
  }

  .tracker-input-wrapper {
    width: 100%;
    height: 13.3333vw;
    border-radius: 13.3333vw;
    margin-bottom: 4.26667vw;
    margin-right: 0;
    padding: 3.46vw 4.26vw;
  }

  .tracker-hero-image {
    width: 102vw;
    height: 80vw;
    min-height: 80vw;
    min-width: 102vw;
    object-fit: cover;
    position: absolute;
    bottom: auto;
    left: -10%;
    right: 0%;
  }

  .parcel-grid {
    grid-row-gap: 6.4vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 17.0667vw;
  }

  .parcel-image {
    width: auto;
    height: auto;
    border-radius: 10.6667vw;
  }

  .parcel-text-wrapper {
    padding-left: 5.866vw;
    padding-right: 5.866vw;
  }

  .parcel-h1-wrapper {
    margin-bottom: 3.2vw;
  }

  .parcel-subtitle-wrapper {
    margin-bottom: 6.4vw;
  }

  .parcel-section {
    margin-bottom: 17.3333vw;
  }

  .parcel-button_block-header {
    width: auto;
    margin-bottom: 6.4vw;
  }

  .parcel-button_block-buttons {
    width: 100%;
    grid-row-gap: 2.66667vw;
    flex-direction: column;
    justify-content: center;
  }

  .alternative-footer-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8vw;
    border-radius: 10.6667vw;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding: 10.6vw 6.4vw;
    display: grid;
  }

  .alternative-footer-left {
    grid-row-gap: 5.33333vw;
  }

  .alternative-footer-middle {
    grid-row-gap: 1.33333vw;
  }

  .alternative-footer-right {
    grid-row-gap: 2.66667vw;
  }

  .alternative-contact-wrapper {
    align-items: flex-start;
  }

  .alternative-contact-image {
    width: 5.33333vw;
    height: 5.33333vw;
    margin-right: 2.13vw;
  }

  .alternative-footer-subtitle {
    margin-top: 6.4vw;
    margin-bottom: 5.33333vw;
  }

  .tracker-hero_image-wrapper {
    height: 80vw;
    position: relative;
  }

  .tracker-flex {
    flex-direction: column;
  }

  .tracker-field {
    border-radius: 10.6667vw;
    padding: 8.53vw 6.4vw;
  }

  .tracker-field_shiping-number {
    grid-row-gap: 1.33333vw;
    margin-bottom: 4.26667vw;
  }

  .tracker-field_shiping-date {
    grid-row-gap: 1.33333vw;
  }

  .tracker-field-divider {
    margin-top: 6.4vw;
    margin-bottom: 8.53333vw;
  }

  .tracker-field-etaps {
    margin-bottom: 8.53333vw;
  }

  .tracker-field_etaps-item {
    justify-content: space-between;
    line-height: 140px;
  }

  .tracker-field_image-wrapper {
    width: 6.4vw;
    height: 6.4vw;
    margin-left: 2.13333vw;
    margin-right: 6.4vw;
  }

  .tracker-field_image-wrapper.is--now {
    width: 10.6667vw;
    height: 10.6667vw;
    margin-right: 3.2vw;
  }

  .tracker-field-image, .tracker-field-image.is--now {
    width: 4.26667vw;
  }

  .tracker-field_image-flex {
    margin-right: 3.2vw;
  }

  .tracker-field_image-divider {
    height: 6.4vw;
    margin-top: 1vw;
    margin-bottom: 1vw;
    margin-left: 5.33333vw;
  }

  .tracker-field_shiping-adres {
    margin-bottom: 6.4vw;
  }

  .tracker-field_shiping-buttons {
    grid-column-gap: 6.4vw;
  }

  .tracker-field-section {
    margin-top: 30.6667vw;
    margin-bottom: 2.66667vw;
  }

  .parcel-field {
    width: auto;
    border-radius: 10vw;
  }

  .parcel-field_image-gradient {
    height: 15vw;
  }

  .parcel-field_image-heading {
    margin-bottom: 2.66667vw;
    margin-left: 6.4vw;
    margin-right: 6.4vw;
  }

  .parcel-field_image-button {
    margin-bottom: 9.33333vw;
    margin-left: 6.4vw;
    margin-right: 6.4vw;
  }
}

#w-node-_2b07a348-79e6-9657-86c9-cf21ecdc76ee-210695fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_26f69e63-2301-4d56-3d7f-a44939fac52c-210695fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_8af572fc-ff42-d31e-9a6f-537aa75d9d83-210695fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-ba41fc6b-21d3-215d-31c3-5cd219e1df7c-210695fd {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.ttf') format('truetype'), url('../fonts/Gilroy-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.ttf') format('truetype'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}