.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  height: 100%;
  color: #35312f;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1.4vw;
  font-weight: 500;
  line-height: 130%;
}

h1 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #000;
  margin-bottom: 5px;
}

a {
  display: block;
}

img {
  max-width: 100%;
  display: inline-block;
}

.body {
  height: auto;
  color: #35312f;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.lb {
  z-index: 99;
  height: 100vh;
  cursor: pointer;
  background-color: rgba(255, 255, 255, .5);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.box {
  z-index: 100;
  max-width: 750px;
  background-color: #fff;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: fixed;
  top: 15%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.p {
  color: #000;
  font-size: 14px;
}

.p.otst-niz {
  margin-bottom: 25px;
}

.privacy-section-yes {
  min-height: 100vh;
  background-color: #f5f5f4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.z-of-privacy {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.first-screen {
  z-index: 9;
  max-height: 100vh;
  color: #35312f;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 4vw;
  padding-left: 5vw;
  padding-right: 5vw;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header {
  z-index: 19;
  height: 5vw;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 5px 1px rgba(53, 49, 47, .1);
}

.h {
  max-width: 54vw;
  margin-top: 0;
  margin-bottom: 3vw;
  font-family: Cormorant, sans-serif;
  font-size: 5vw;
  font-weight: 500;
  line-height: 100%;
}

.brand {
  width: 8vw;
  height: 5vh;
  flex: 0 auto;
  position: absolute;
}

.brand.w--current {
  height: 5vw;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.image-fitst {
  width: 100%;
  height: 100%;
}

.button {
  height: 3vw;
  color: #35312f;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  padding: 0 1.3vw 0;
  font-size: 1.3vw;
  font-weight: 700;
  display: flex;
  box-shadow: inset 0 0 0 3px #d9b579;
}

.first-screen-block {
  z-index: 10;
  margin-top: 20vh;
  position: relative;
}

.grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.image-4 {
  width: 8vw;
}

.round-button {
  z-index: 10;
  width: 13vw;
  height: 13vw;
  text-align: center;
  background-color: #d9b579;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  font-size: 1.5vw;
  font-weight: 700;
  display: flex;
  position: fixed;
  top: 20vh;
  bottom: 0%;
  left: auto;
  right: 5vw;
}

.section-bg {
  z-index: 9;
  max-height: 100vh;
  background-color: #f7f4ef;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 100vh;
  padding: 4vw 25vw 4vw 5vw;
  display: flex;
  position: relative;
  box-shadow: 0 -1px 5px 1px rgba(128, 124, 119, .3);
}

.image-first-screen {
  width: 100%;
  height: 35vw;
  object-fit: cover;
  border-radius: 1vw;
}

.h1 {
  color: #35312f;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Cormorant, sans-serif;
  font-size: 4.3vw;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.reasin-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
}

.reason {
  width: 34vw;
  height: 16vw;
  background-color: #35312f;
  border-radius: 1vw;
  padding: 1.5vw;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Cormorant, sans-serif;
  font-size: 2.8vw;
  font-weight: 500;
  line-height: 100%;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.4vw;
}

.scetion-white {
  z-index: 9;
  min-height: 110vh;
  background-color: #fff;
  margin-bottom: 0;
  padding: 4vw 25vw 4vw 5vw;
  font-size: 1.3vw;
  position: relative;
  overflow: visible;
}

.about-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
}

.text-span-2 {
  font-family: Cormorant, sans-serif;
  font-size: 2.5vw;
  font-weight: 700;
}

.text-about {
  margin-bottom: 20px;
  font-size: 1.5vw;
}

.proces {
  display: flex;
}

.proces-section {
  z-index: 9;
  background-color: #f7f4ef;
  padding: 4vw 25vw 2vw 5vw;
  position: relative;
}

.step {
  width: 100%;
  background-color: #35312f;
  border-radius: 1vw;
  margin-bottom: 2vw;
  padding: 2vw;
}

.steps {
  width: 100%;
}

.div-block {
  height: 100%;
  display: flex;
}

.text-step {
  z-index: 2;
  width: 100%;
  color: #fff;
  font-size: 1.6vw;
  position: relative;
}

.image-step {
  height: 80px;
  margin-right: 1vw;
}

.monthes {
  width: 6vw;
  margin-right: 2vw;
}

.scetion-white-no-padding {
  z-index: 12;
  background-color: #fff;
  padding: 4vw 5vw;
  position: relative;
  overflow: visible;
}

.tarifs {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tarif {
  background-color: #35312f;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2vw;
  display: flex;
  height: auto;
}

.name-and-icon {
  color: #fff;
  text-align: center;
  font-family: Cormorant, sans-serif;
  font-size: 3vw;
  line-height: 100%;
}

.infos {
  width: 100%;
  margin-top: 1vw;
}

.punkt {
  color: #fff;
  align-items: center;
  margin-bottom: 1vw;
  display: flex;
}

.round {
  min-height: 1vw;
  min-width: 1vw;
  background-color: #fff;
  border-radius: 1000px;
  margin-right: 1vw;
}

.price-and-button {
  grid-column-gap: 1vw;
  color: #fff;
  align-items: baseline;
  margin-top: auto;
  font-size: 1.8vw;
  display: flex;
}

.button-filled {
  height: 4vw;
  color: #fff;
  text-align: center;
  background-color: #d9b579;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 2.5vw;
  font-weight: 700;
  display: flex;
}

.slider {
  height: 85%;
  background-color: rgba(0, 0, 0, 0);
}

.uni-content {
  height: 100%;
}

.grid-uni {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
}

.h2-black {
  color: #35312f;
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Cormorant, sans-serif;
  font-size: 2.7vw;
  font-weight: 500;
  line-height: 100%;
}

.info-uni {
  flex-direction: column;
  display: flex;
}

.paragraph-black {
  color: #35312f;
  margin-bottom: 20px;
  font-size: 1.4vw;
}

.img-uni {
  width: 100%;
  height: 35vw;
  object-fit: cover;
  border-radius: 1vw;
}

.big-paragraph {
  color: #35312f;
  margin-bottom: 20px;
  font-size: 1.8vw;
  line-height: 121%;
}

.form-field {
  height: 5vw;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid #fff;
  border-radius: 1vw;
  margin-bottom: 2vw;
  padding: 1vw;
  font-size: 2.5vw;
  font-weight: 700;
  transition: all .25s;
}

.form-field:focus-visible {
  background-color: #211d1b;
  border-color: #d9b579;
}

.form-field[data-wf-focus-visible] {
  background-color: #211d1b;
  border-color: #d9b579;
}

.form {
  width: 43vw;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-block {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.form-button {
  height: 4vw;
  color: #fff;
  text-align: center;
  background-color: #d9b579;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 2.5vw;
  font-weight: 700;
  display: flex;
}

.scetion-inverted-gradient-no-padding {
  z-index: 11;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: block;
  position: relative;
  overflow: visible;
}

.h1-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 3vw;
  font-family: Cormorant, sans-serif;
  font-size: 4.3vw;
  font-weight: 500;
  line-height: 100%;
  display: block;
}

.ask-form-conteiner {
  width: 100%;
  background-color: #35312f;
  padding: 4vw 2vw 4vw 5vw;
}

.ask-field {
  height: 1vw;
  color: #fff;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid #fff;
  border-radius: 10px;
  flex: 0 auto;
  align-items: flex-start;
  margin-bottom: 2vw;
  padding: 1vw 1vw 10vw;
  font-size: 2.5vw;
  font-weight: 700;
  transition: all .25s;
  overflow: auto;
}

.ask-field:focus-visible {
  background-color: #211d1b;
  border-color: #d9b579;
}

.ask-field[data-wf-focus-visible] {
  background-color: #211d1b;
  border-color: #d9b579;
}

.faqs {
  width: 100%;
  background-color: #f7f4ef;
  padding: 4vw 5vw 4vw 2vw;
}

.section-white-last {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 5vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.h-last {
  max-width: 58vw;
  margin-top: 0;
  margin-bottom: 2vw;
  margin-left: 4vw;
  font-family: Cormorant, sans-serif;
  font-size: 5.8vw;
  font-weight: 500;
  line-height: 100%;
}

.footer {
  height: 12dvh;
  background-color: #35312f;
  justify-content: space-between;
  align-items: center;
  padding: 2vw 4vw;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.last-form-conteiner {
  width: 50vw;
  background-color: #35312f;
  border-radius: 1vw 1vw 0 0;
  flex-direction: column;
  align-items: center;
  padding: 3vw;
  transition: all .3s;
  position: relative;
}

.conteiner {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.soc-lin {
  margin-right: 1vw;
}

.contact {
  grid-row-gap: 1vw;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 2vw;
  display: flex;
}

.contacts-footer {
  align-items: center;
  margin-right: 0;
  display: flex;
  position: relative;
}

.dop-infosc {
  grid-row-gap: 1vw;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.link-footer {
  color: #fff;
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.soc-footer {
  display: flex;
}

.dop-text {
  color: #fff;
  font-size: 1.2vw;
  text-decoration: none;
}

.soc-icon {
  width: 4vw;
  height: 4vw;
}

.button-back {
  width: 38vw;
  height: 4vw;
  color: #fff;
  text-align: center;
  background-color: #d9b579;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 1.8vw;
  font-weight: 700;
  display: flex;
}

.image-6 {
  width: 100%;
}

.nav-menu {
  z-index: 20;
  height: 100dvh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  z-index: 21;
  width: 4vw;
  height: 4vw;
  cursor: pointer;
  align-self: auto;
  align-items: center;
  margin-top: .5vw;
  display: block;
  position: relative;
}

.menu-button {
  z-index: 21;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  padding: 0 0;
  display: block;
}

.menu-button.w--open {
  z-index: 21;
  background-color: rgba(0, 0, 0, 0);
}

.menu {
  height: 88dvh;
  background-image: linear-gradient(270deg, #35312f 50%, #f7f4ef 50%);
  align-items: center;
  display: flex;
  position: relative;
}

.menu-gird {
  height: 100%;
  grid-column-gap: 0vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.black-side-menu {
  background-color: #35312f;
  padding-top: 10vw;
  padding-left: 2vw;
  padding-right: 5vw;
}

.big-paragraph-white {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8vw;
  line-height: 121%;
}

.light-side-menu {
  width: 100%;
  background-color: #f7f4ef;
  flex-direction: column;
  padding-top: 10vw;
  padding-left: 5vw;
  padding-right: 2vw;
  display: flex;
}

.h1-menu {
  color: #35312f;
  text-align: left;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 2vw;
  font-family: Cormorant, sans-serif;
  font-size: 4.3vw;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
}

.h1-menu:hover {
  color: #d9b579;
  line-height: 100%;
}

.form-big {
  z-index: 30;
  height: 100dvh;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.cros-button {
  cursor: pointer;
  background-color: #35312f;
  justify-content: center;
  align-items: center;
  padding: 3vw 1vw 1vw;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 5vw;
}

.big-link-contact {
  color: #35312f;
  margin-bottom: 1.5vw;
  font-size: 2.2vw;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.soc-lin-big {
  margin-right: 2vw;
}

.soc-icon-big {
  width: 6vw;
  height: 6vw;
}

.footer-2 {
  height: 12dvh;
  background-color: #35312f;
  justify-content: space-between;
  align-items: center;
  padding: 2vw 4vw;
  display: flex;
}

.uni-section {
  z-index: 11;
  max-height: 100vh;
  background-color: #fff;
  margin-bottom: 0;
  padding: 0 5vw 4vw;
  position: relative;
  overflow: visible;
}

.button-filled-uni {
  z-index: 20;
  width: 28vw;
  height: 4vw;
  color: #fff;
  text-align: center;
  background-color: #d9b579;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: 2.5vw;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 4vw;
  left: 5vw;
  right: auto;
}

.div-block-2 {
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.discount {
  z-index: 24;
  height: 100vh;
  background-color: rgba(53, 49, 47, .6);
  align-items: center;
  padding: 2vw 5vw;
  position: fixed;
  top: 100%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.discount-step {
  z-index: 26;
  height: 100%;
  background-color: #f7f4ef;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 2vw 20vw 2vw 4vw;
  position: relative;
}

.round-discount-button {
  z-index: 10;
  width: 13vw;
  height: 13vw;
  text-align: center;
  background-color: #d9b579;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  font-size: 1.5vw;
  font-weight: 700;
  display: flex;
  position: absolute;
  bottom: 4vw;
  left: auto;
  right: 4vw;
}

.disc-step {
  width: 100%;
  height: 12vw;
  background-color: #35312f;
  border-radius: 1vw;
  margin-bottom: 2vw;
  padding: 2vw;
  position: relative;
}

.step-count {
  width: 4vw;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 6%;
}

.bg {
  z-index: 25;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigarion-for-mobile {
  z-index: 20;
  height: 8vw;
  background-color: #f7f4ef;
  justify-content: space-between;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 -1px 5px 1px rgba(53, 49, 47, .1);
}

.right-arrow {
  width: 4vw;
  height: 4vw;
  background-color: #fff;
  border-radius: 100px;
  transition: all .2s;
  top: auto;
  bottom: 0%;
  left: 36vw;
  right: auto;
}

.right-arrow:hover {
  background-color: #35312f;
}

.left-arrow {
  width: 4vw;
  height: 4vw;
  background-color: #fff;
  border-radius: 100px;
  transition: all .2s;
  top: auto;
  bottom: 0%;
  left: 31vw;
  right: auto;
}

.left-arrow:hover {
  background-color: #35312f;
}

.slide-member {
  margin-right: 2vw;
}

.right-arrow-member {
  width: 4vw;
  height: 4vw;
  background-color: #fff;
  border-radius: 100px;
  transition: all .2s;
  top: 37vw;
  bottom: auto;
  left: 5vw;
  right: auto;
}

.right-arrow-member:hover {
  background-color: #35312f;
}

.left-arrow-m {
  width: 4vw;
  height: 4vw;
  background-color: #fff;
  border-radius: 100px;
  transition: all .2s;
  top: 37vw;
  bottom: auto;
  left: 0%;
  right: auto;
}

.left-arrow-m:hover {
  background-color: #35312f;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.mask {
  width: 33vw;
  height: 35vw;
}

.member {
  height: 100%;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.name {
  height: 5vw;
  background-color: #35312f;
  padding-top: 1vw;
  padding-left: 1vw;
}

.image-7 {
  width: 100%;
  height: 30vw;
  object-fit: cover;
}

.review {
  background-color: #35312f;
  border-radius: 1vw;
  padding: 2vw;
  position: relative;
  overflow: hidden;
}

.review-slider {
  height: 32vw;
  background-color: rgba(0, 0, 0, 0);
}

.review-grid {
  height: 100%;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  margin-right: 2vw;
}

.review-name {
  color: #fff;
  margin-bottom: 2vw;
  font-size: 2vw;
}

.header-review {
  width: 31vw;
  position: absolute;
}

.review-button {
  z-index: 20;
  color: #d9b579;
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 1vw;
  border-bottom-right-radius: 1vw;
  font-size: 1.6vw;
  font-weight: 600;
  transition: all .4s;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: inset 0 0 #d9b579;
}

.review-button:hover {
  color: #fff;
  border-top-left-radius: 1vw;
  box-shadow: inset 0 -200px #d9b579;
}

.reivew-text {
  width: 30vw;
  color: #fff;
  position: absolute;
  right: 100%;
}

.left-arrow-r {
  width: 4vw;
  height: 4vw;
  background-color: #fff;
  border-radius: 100px;
  transition: all .2s;
  top: 34vw;
  bottom: auto;
  left: 0%;
  right: auto;
}

.left-arrow-r:hover {
  background-color: #35312f;
}

.right-arrow-r {
  width: 4vw;
  height: 4vw;
  background-color: #fff;
  border-radius: 100px;
  transition: all .2s;
  top: 34vw;
  bottom: auto;
  left: 5vw;
  right: auto;
}

.right-arrow-r:hover {
  background-color: #35312f;
}

.key {
  width: 5vw;
}

.faq-grid {
  width: 100%;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
}

.button-contact {
  height: 3vw;
  color: #35312f;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  padding: 0 1.3vw 0;
  font-size: 1.3vw;
  font-weight: 700;
  display: flex;
  box-shadow: inset 0 0 0 3px #d9b579;
}

.level-1 {
  width: 79%;
  justify-content: space-between;
  display: flex;
}

.image-9 {
  width: 60%;
}

.button-bg {
  z-index: 20;
  width: 4vw;
  height: 5vw;
  background-color: #35312f;
  position: absolute;
  top: -100%;
}

.faq-body {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.faq-p-2 {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 5px solid #35312f;
  margin-bottom: 2vw;
  overflow: hidden;
}

.faq-4 {
  width: 100%;
  height: 80px;
  color: #35312f;
  white-space: break-spaces;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  padding: 0 1vw;
  font-family: Cormorant, sans-serif;
  font-size: 2.1vw;
  font-weight: 600;
  display: flex;
}

.faq-4.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faq-body-cont-2 {
  border-top: 0 #000;
  padding: 1vw;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 130%;
}

.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: auto;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.speciality {
  width: 100%;
  background-color: #35312f;
  padding: 4vw 5vw 4vw 2vw;
}

.faqs-speciality {
  width: 100%;
  background-color: #f7f4ef;
  padding: 4vw 2vw 4vw 5vw;
}

.ok-section {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.big-link-contact-2 {
  color: #35312f;
  margin-bottom: 1.5vw;
  font-size: 2.2vw;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.big-paragraph-2 {
  color: #35312f;
  margin-bottom: 20px;
  font-size: 1.8vw;
  line-height: 121%;
}

.message {
  width: 60vw;
  height: 50vh;
  grid-row-gap: 1vw;
  background-color: #f7f4ef;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vw;
  padding: 2vw;
  display: flex;
}

.preloader {
  z-index: 50;
  grid-row-gap: 2vw;
  color: #fff;
  background-color: #35312f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.4vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

html.w-mod-js [data-ix="opacity-0-initial-appearance"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    padding-left: 10px;
    font-size: 30px;
  }

  .body {
    align-items: stretch;
  }

  .p.otst-niz {
    line-height: 120%;
  }

  .privacy-section-yes {
    padding-top: 0;
    padding-bottom: 0;
  }

  .z-of-privacy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header {
    height: 8vw;
  }

  .h {
    max-width: 90vw;
    margin-top: 0;
    margin-bottom: 3vw;
    padding-left: 0;
    font-size: 5vw;
  }

  .brand {
    width: 11vw;
  }

  .brand.w--current {
    width: 12vw;
    height: 8vw;
  }

  .button {
    height: 5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1.8vw;
  }

  .first-screen-block {
    margin-top: 10vh;
  }

  .grid-2 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .image-4 {
    width: 100%;
  }

  .round-button {
    width: 16vw;
    height: 16vw;
    font-size: 2vw;
    top: 64vh;
  }

  .section-bg {
    margin-top: 80vh;
    margin-bottom: 0;
  }

  .image-first-screen {
    height: 61vw;
  }

  .reasin-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .reason {
    width: 100%;
  }

  .h2 {
    font-size: 3vw;
  }

  .paragraph {
    font-size: 1.6vw;
    line-height: 130%;
  }

  .scetion-white {
    min-height: 60vw;
    margin-bottom: 0;
  }

  .text-span-2 {
    font-size: 2.8vw;
  }

  .text-about {
    font-size: 2vw;
    line-height: 120%;
  }

  .step {
    padding: 2vw 1vw;
  }

  .text-step {
    color: #fff;
    font-size: 1.8vw;
    line-height: 120%;
  }

  .monthes {
    width: 8vw;
    display: block;
  }

  .tarif {
    padding: 1vw 1vw 2vw;
  }

  .name-and-icon {
    font-size: 3vw;
  }

  .punkt {
    font-size: 1.8vw;
    line-height: 120%;
  }

  .button-filled {
    border-radius: 1vw;
  }

  .h2-black {
    margin-bottom: 2vw;
  }

  .info-uni {
    height: 37vw;
    justify-content: flex-start;
  }

  .paragraph-black {
    margin-bottom: 1vw;
    font-size: 1.5vw;
    line-height: 115%;
  }

  .big-paragraph {
    font-size: 2vw;
    font-weight: 500;
  }

  .form-field {
    height: 6vw;
    border-width: 3px;
  }

  .form {
    width: 43vw;
  }

  .form-button {
    height: 5vw;
  }

  .ask-field {
    border-width: 3px;
  }

  .h-last {
    margin-bottom: 3vw;
    padding-left: 0;
  }

  .conteiner {
    height: auto;
  }

  .link-footer {
    font-size: 2vw;
  }

  .dop-text {
    font-size: 1.5vw;
  }

  .soc-icon {
    width: 6vw;
    height: 6vw;
  }

  .button-back {
    width: 41vw;
    font-size: 2vw;
  }

  .image-6 {
    width: 13vw;
  }

  .nav-menu {
    width: 100vw;
    height: 100dvh;
  }

  .lottie-animation {
    width: 6vw;
    height: 6vw;
  }

  .menu-button {
    width: 6vw;
  }

  .menu {
    height: 88dvh;
  }

  .menu-gird {
    width: 100%;
    grid-row-gap: 0vw;
    grid-template-columns: 1fr;
  }

  .black-side-menu {
    padding-left: 5vw;
  }

  .big-paragraph-white {
    font-size: 2.4vw;
  }

  .light-side-menu {
    padding-bottom: 5vw;
  }

  .form-big {
    top: 100%;
  }

  .cros-button {
    justify-content: center;
    display: flex;
  }

  .big-link-contact {
    font-size: 3vw;
  }

  .button-filled-uni {
    height: 5vw;
    margin-top: auto;
  }

  .div-block-2 {
    margin-bottom: 2vw;
  }

  .discount {
    padding-top: 20vw;
    padding-bottom: 20vw;
    top: 100%;
  }

  .discount-step {
    padding-top: 10vw;
    padding-bottom: 10vw;
    padding-right: 24vw;
  }

  .round-discount-button {
    width: 17vw;
    height: 17vw;
    font-size: 2vw;
  }

  .disc-step {
    height: 14vw;
  }

  .right-arrow {
    width: 5vw;
    height: 5vw;
    left: 38vw;
  }

  .left-arrow {
    width: 5vw;
    height: 5vw;
  }

  .right-arrow-member {
    width: 5vw;
    height: 5vw;
    top: 52vw;
    left: 7vw;
  }

  .left-arrow-m {
    width: 5vw;
    height: 5vw;
    top: 52vw;
  }

  .mask {
    height: 50vw;
  }

  .image-7 {
    height: 45vw;
  }

  .review-slider {
    height: 35vw;
  }

  .reivew-text {
    color: #fff;
    font-size: 1.8vw;
  }

  .left-arrow-r {
    width: 5vw;
    height: 5vw;
    top: 37vw;
  }

  .right-arrow-r {
    width: 5vw;
    height: 5vw;
    top: 37vw;
    left: 7vw;
  }

  .image-8 {
    display: block;
  }

  .key {
    width: 5vw;
    font-size: 6vw;
  }

  .button-contact {
    height: 5vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1.8vw;
  }

  .level-1 {
    width: 74%;
    grid-column-gap: 1vw;
  }

  .image-9 {
    width: 60%;
  }

  .button-bg {
    width: 6vw;
    height: 8vw;
  }

  .faq-4 {
    font-size: 3vw;
    line-height: 110%;
  }

  .big-link-contact-2 {
    font-size: 3vw;
  }

  .big-paragraph-2 {
    font-size: 2vw;
    font-weight: 500;
  }

  .preloader {
    font-size: 2vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 20px;
  }

  .p.otst-niz {
    line-height: 121%;
  }

  .header {
    height: 4vw;
  }

  .h {
    font-size: 4vw;
  }

  .brand.w--current {
    width: 11vw;
    height: 4vw;
  }

  .button {
    height: 4.5vw;
  }

  .first-screen-block {
    margin-top: 9vw;
  }

  .round-button {
    top: 13dvh;
  }

  .section-bg {
    max-height: none;
    margin-top: 60dvh;
  }

  .image-first-screen {
    height: 56vw;
    object-fit: fill;
  }

  .scetion-white {
    min-height: 60vh;
  }

  .proces-section {
    display: block;
  }

  .button-filled {
    border-radius: 1vw;
  }

  .section-white-last {
    max-height: none;
  }

  .h-last {
    padding-left: 0;
  }

  .footer {
    height: 12dvh;
  }

  .last-form-conteiner {
    margin-left: auto;
    margin-right: auto;
  }

  .conteiner {
    justify-content: flex-start;
    display: block;
  }

  .button-back {
    width: 69vw;
    height: 8vw;
    font-size: 3vw;
    line-height: 121%;
  }

  .nav-menu {
    height: 100dvh;
  }

  .lottie-animation {
    width: 4vw;
    height: 4vw;
    margin-top: 0;
  }

  .menu {
    height: 88dvh;
  }

  .menu-gird {
    grid-template-columns: 1fr 1fr;
  }

  .form-big {
    height: 100dvh;
    top: 100%;
  }

  .discount {
    height: auto;
    max-height: 100dvh;
    padding-top: 20vh;
    padding-bottom: 20vh;
    top: 100%;
  }

  .discount-step {
    height: auto;
  }

  .right-arrow, .left-arrow {
    top: 32vw;
  }

  .right-arrow-member {
    width: 6vw;
    height: 6vw;
    top: 54vw;
    left: 8vw;
  }

  .left-arrow-m {
    width: 6vw;
    height: 6vw;
    top: 54vw;
  }

  .key {
    width: 5vw;
  }

  .button-contact {
    height: 3.5vw;
    font-size: 1.4vw;
  }

  .image-9 {
    width: 40%;
  }

  .button-bg {
    width: 4vw;
    height: 4vw;
  }

  .faq-body-cont-2 {
    font-size: 2vw;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 13px;
    line-height: 20px;
  }

  a {
    width: auto;
    float: none;
    padding-left: 1px;
    padding-right: 1px;
    display: inline-block;
    position: static;
  }

  .body {
    color: #d9b579;
    font-family: Montserrat, sans-serif;
    font-size: 1.5vw;
    font-weight: 500;
    line-height: 120%;
  }

  .box {
    opacity: 1;
  }

  .p.otst-niz {
    line-height: 120%;
  }

  .privacy-section-yes {
    overflow: hidden;
  }

  .z-of-privacy {
    padding-top: 20px;
  }

  .header {
    height: 13vw;
    justify-content: flex-start;
  }

  .h {
    max-width: 89vw;
    margin-bottom: 4vw;
    font-size: 9vw;
  }

  .brand {
    width: 26vw;
    height: 6vh;
    align-items: center;
    display: flex;
  }

  .brand.w--current {
    width: 24vw;
    height: 12vw;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .button {
    height: 10vw;
    border-radius: 2vw;
    align-items: center;
    font-size: 3.6vw;
    display: flex;
    box-shadow: inset 0 0 0 3px #d9b579;
  }

  .first-screen-block {
    margin-top: 8vh;
  }

  .round-button {
    display: none;
  }

  .section-bg {
    max-height: none;
    margin-top: 100vh;
    padding-top: 5vw;
    padding-bottom: 5vw;
    padding-right: 5vw;
  }

  .image-first-screen {
    height: 100vw;
    object-fit: cover;
  }

  .h1 {
    font-size: 8vw;
  }

  .reasin-grid {
    grid-row-gap: 5vw;
  }

  .reason {
    height: 30vw;
    border-radius: 2vw;
    padding: 2vw;
  }

  .h2 {
    font-size: 6vw;
  }

  .paragraph {
    font-family: Montserrat, sans-serif;
    font-size: 4vw;
  }

  .scetion-white {
    padding-top: 5vw;
    padding-bottom: 18vw;
    padding-right: 5vw;
  }

  .about-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-span-2 {
    font-size: 6vw;
  }

  .text-about {
    margin-bottom: 2vw;
    font-size: 4vw;
  }

  .proces-section {
    padding-top: 5vw;
    padding-bottom: 3vw;
    padding-right: 5vw;
  }

  .step {
    border-radius: 2vw;
    padding: 3vw 2vw;
  }

  .text-step {
    font-size: 3.5vw;
  }

  .image-step {
    height: 60px;
  }

  .monthes {
    display: none;
  }

  .tarifs {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .tarif {
    height: auto;
    color: #fff;
    border-radius: 2vw;
    padding: 3vw;
    font-family: Cormorant, sans-serif;
    font-size: 6vw;
  }

  .name-and-icon {
    margin-bottom: 2vw;
    font-size: 6vw;
    line-height: 100%;
  }

  .punkt {
    margin-bottom: 1vw;
    font-family: Montserrat, sans-serif;
    font-size: 4vw;
    line-height: 130%;
  }

  .round {
    min-height: 3vw;
    min-width: 3vw;
  }

  .price-and-button {
    grid-column-gap: 3vw;
    align-items: baseline;
    font-family: Montserrat, sans-serif;
    font-size: 5vw;
    line-height: 130%;
  }

  .button-filled {
    height: 10vw;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 6vw;
  }

  .slider {
    height: 100%;
  }

  .grid-uni {
    grid-row-gap: 2vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .h2-black {
    font-size: 5.5vw;
  }

  .info-uni {
    height: 80vw;
  }

  .paragraph-black {
    margin-bottom: 1vw;
    font-size: 3.7vw;
  }

  .img-uni {
    height: 60vw;
    border-radius: 2vw;
    margin-top: 0;
  }

  .uni-base {
    margin-right: 10vw;
  }

  .big-paragraph {
    font-size: 3.8vw;
  }

  .form-field {
    height: 10vw;
    border-radius: 2vw;
    margin-bottom: 3vw;
    font-size: 4vw;
  }

  .form {
    width: 100%;
    align-items: stretch;
  }

  .form-block {
    height: auto;
  }

  .form-button {
    height: 10vw;
    border-radius: 2vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 5vw;
  }

  .scetion-inverted-gradient-no-padding {
    background-image: linear-gradient(#35312f 55%, #f7f4ef 55%);
  }

  .h1-white {
    font-size: 8vw;
  }

  .ask-form-conteiner {
    padding-right: 5vw;
  }

  .ask-field {
    height: 40vw;
    border-width: 3px;
    border-radius: 2vw;
    padding-bottom: 15vw;
    font-size: 4vw;
  }

  .faqs {
    padding-left: 5vw;
  }

  .section-white-last {
    z-index: 17;
  }

  .h-last {
    max-width: 95vw;
    padding-left: 0;
    font-size: 9.5vw;
  }

  .footer {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .last-form-conteiner {
    width: 90vw;
    border-top-left-radius: 2vw;
    border-top-right-radius: 2vw;
  }

  .soc-lin {
    width: 10vw;
    height: 10vw;
    margin-left: 0;
    margin-right: 0;
  }

  .contact {
    grid-row-gap: 2vw;
  }

  .contacts-footer {
    grid-row-gap: 2vw;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
  }

  .dop-infosc {
    grid-column-gap: 5vw;
    flex-direction: row;
    align-items: flex-start;
  }

  .link-footer {
    font-size: 3.8vw;
  }

  .soc-footer {
    grid-column-gap: 4vw;
  }

  .dop-text {
    font-size: 3.2vw;
    line-height: 131%;
  }

  .soc-icon {
    width: 10vw;
    height: 10vw;
  }

  .button-back {
    width: auto;
    height: 10vw;
    margin-left: 0;
    margin-right: 0;
    font-size: 4vw;
  }

  .image-6 {
    width: 32vw;
  }

  .nav-menu {
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: #35312f;
  }

  .lottie-animation, .menu-button {
    width: 10vw;
    height: 10vw;
  }

  .menu-button.w--open {
    height: 10vw;
  }

  .menu {
    width: 100%;
    height: auto;
    background-image: linear-gradient(to top, #35312f 54%, #f7f4ef 50%);
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    margin-top: 13vw;
    padding-top: 0;
  }

  .menu-gird {
    width: 100%;
    height: auto;
    grid-row-gap: 0vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-right: 5vw;
  }

  .black-side-menu {
    padding-top: 5vw;
    padding-left: 5vw;
  }

  .big-paragraph-white {
    font-size: 4vw;
  }

  .light-side-menu {
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-right: 5vw;
  }

  .h1-menu {
    font-size: 8.5vw;
  }

  .h1-menu.w--current {
    font-size: 8vw;
  }

  .form-big {
    height: 100dvh;
    background-color: #35312f;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 13vw;
  }

  .cros-button {
    width: 10vw;
    height: 10vw;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding: 1vw;
    display: flex;
    top: 0;
  }

  .big-link-contact {
    margin-bottom: 3vw;
    font-size: 4.8vw;
  }

  .soc-lin-big {
    margin-left: 0;
    margin-right: 0;
  }

  .soc-icon-big {
    width: 12vw;
    height: 12vw;
  }

  .footer-2 {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }

  .uni-section {
    max-height: none;
    padding-bottom: 20vw;
  }

  .button-filled-uni {
    width: auto;
    height: 10vw;
    border-radius: 2vw;
    font-size: 5vw;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 7vw;
    left: auto;
    right: 5vw;
  }

  .div-block-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .discount {
    height: 100dvh;
    padding-top: 5vh;
    padding-bottom: 5vh;
    top: 100%;
  }

  .discount-step {
    height: 100%;
    padding: 15vw 5vw;
  }

  .round-discount-button {
    width: 30vw;
    height: 30vw;
    font-size: 4vw;
    line-height: 131%;
  }

  .disc-step {
    height: 37vw;
    border-radius: 2vw;
  }

  .step-count {
    width: 12vw;
  }

  .navigarion-for-mobile {
    z-index: 16;
    height: 17vw;
    justify-content: space-between;
    padding-top: 3vw;
    padding-bottom: 3vw;
    display: flex;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .right-arrow {
    width: 12vw;
    height: 12vw;
    top: 150vw;
    bottom: 7vw;
    left: 17vw;
  }

  .left-arrow {
    width: 12vw;
    height: 12vw;
    top: 150vw;
    bottom: 7vw;
    left: 0;
  }

  .right-arrow-member {
    width: 12vw;
    height: 12vw;
    top: 45vh;
    left: 17vw;
  }

  .left-arrow-m {
    width: 12vw;
    height: 12vw;
    top: 45vh;
  }

  .slider-2 {
    max-height: 60vh;
    display: none;
  }

  .mask {
    width: 90vw;
    height: 42vh;
  }

  .member {
    border-radius: 2vw;
  }

  .name {
    height: 5vh;
    align-items: center;
    padding-left: 2vw;
    display: flex;
  }

  .image-7 {
    height: 37vh;
    object-fit: cover;
  }

  .review {
    border-radius: 2vw;
    padding: 3vw;
  }

  .review-slider {
    height: 80vh;
  }

  .review-grid {
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
  }

  .review-name {
    font-size: 6vw;
    line-height: 129%;
  }

  .header-review {
    width: 78vw;
  }

  .review-button {
    padding: 4vw;
    font-size: 4vw;
  }

  .reivew-text {
    width: 78vw;
    font-size: 4vw;
    line-height: 130%;
  }

  .left-arrow-r {
    width: 12vw;
    height: 12vw;
    top: 81vh;
  }

  .right-arrow-r {
    width: 12vw;
    height: 12vw;
    top: 81vh;
    left: 17vw;
  }

  .key {
    width: 12vw;
    margin-top: 1vw;
  }

  .faq-grid {
    grid-row-gap: 0vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .button-contact {
    height: 8vw;
    border-radius: 2vw;
    align-items: center;
    font-size: 4vw;
    display: none;
    box-shadow: inset 0 0 0 3px #d9b579;
  }

  .link-block {
    font-size: 6vw;
  }

  .link-block.w--current {
    width: 21vw;
    height: 12vw;
    padding-left: 0;
    padding-right: 0;
    font-size: 7vw;
  }

  .level-1 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4vw;
  }

  .image-9 {
    width: 60%;
  }

  .faq-4 {
    font-size: 5.5vw;
  }

  .faq-body-cont-2 {
    font-size: 4vw;
  }

  .speciality, .faqs-speciality {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .ok-section {
    height: 100vh;
    background-color: #fff;
    margin-top: 0;
  }

  .big-link-contact-2 {
    margin-bottom: 3vw;
    font-size: 4.8vw;
  }

  .big-paragraph-2 {
    text-align: center;
    font-size: 4vw;
  }

  .message {
    width: 90vw;
    height: 40vh;
    border-radius: 2vw;
    justify-content: center;
  }

  .body-2 {
    background-color: #35312f;
  }

  .preloader {
    grid-row-gap: 10vw;
    font-size: 4vw;
  }
}

#w-node-cbb48d23-1e36-13a6-3258-cb7355d04d93-7a11d153 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-cbb48d23-1e36-13a6-3258-cb7355d04d9e-7a11d153, #w-node-_70f487b5-a35e-68e9-4f4e-90cd14a11269-7a11d153, #w-node-_70f487b5-a35e-68e9-4f4e-90cd14a1126b-7a11d153, #w-node-_8832dd02-9328-c4d3-c945-320d9ef48bfe-7a11d153, #w-node-f0268222-8876-976f-3746-159b07ec7b56-7a11d153, #w-node-fe92fe40-d0d4-b1a0-8014-d5d83e1c6c63-7a11d153, #w-node-e2ea41d3-dd0d-5764-2f50-3d20674bd2ff-7a11d153, #w-node-_1dab7697-92e1-5efa-93a3-9e1dd309a466-7a11d153, #w-node-_67f5aacc-f740-ddde-1f46-1f940a7146dd-7a11d153, #w-node-_61bfec5e-78e8-89dc-064b-3a0e6d821dd4-7a11d153, #w-node-_044cc240-8577-03ea-737c-8e9b1cfeafaf-7a11d153, #w-node-_7a7575d2-04f9-37f0-ea66-c1180637a183-7a11d153, #w-node-_7a7575d2-04f9-37f0-ea66-c1180637a18e-7a11d153, #w-node-b14a763e-1960-77ca-930c-478ba5b6906b-7a11d153, #w-node-ea5edf9e-f205-1e58-1aff-a743af809859-7a11d153, #w-node-b56dfcac-3f36-2eef-71c2-fc23982bfdb9-7a11d153, #w-node-_24ae1542-38ce-6e1d-932b-e4bbcd973832-7a11d153, #w-node-b6e22f25-f99f-4c08-2f72-e93a0e9aa118-7a11d153, #w-node-_3fc4c864-72a0-5c58-2031-9cb3760954c2-7a11d153, #w-node-c693401f-f7f9-8c6b-5659-bb29b6a0f04f-7a11d153, #w-node-c693401f-f7f9-8c6b-5659-bb29b6a0f050-7a11d153, #w-node-c693401f-f7f9-8c6b-5659-bb29b6a0f05a-7a11d153, #w-node-_5d120335-aa43-d6b1-6b9a-2cb981c64f9f-7a11d153, #w-node-_5d120335-aa43-d6b1-6b9a-2cb981c64fa0-7a11d153, #w-node-_5d120335-aa43-d6b1-6b9a-2cb981c64fa8-7a11d153, #w-node-e1c0c218-6ea2-35f9-97d2-1f06c5cd05e7-7a11d153, #w-node-e1c0c218-6ea2-35f9-97d2-1f06c5cd05e8-7a11d153, #w-node-e1c0c218-6ea2-35f9-97d2-1f06c5cd05f0-7a11d153, #w-node-_83a24723-43a8-1182-4bd3-701c5d5c4b1a-7a11d153, #w-node-_83a24723-43a8-1182-4bd3-701c5d5c4b1b-7a11d153, #w-node-_83a24723-43a8-1182-4bd3-701c5d5c4b23-7a11d153, #w-node-_0424c80f-c55a-3e84-434b-c57ae5371ebf-7a11d153, #w-node-_0424c80f-c55a-3e84-434b-c57ae5371ec0-7a11d153, #w-node-_0424c80f-c55a-3e84-434b-c57ae5371ec8-7a11d153, #w-node-_9cced25f-c252-7200-fea2-b4a97c47c7c9-7a11d153, #w-node-_9cced25f-c252-7200-fea2-b4a97c47c7ca-7a11d153, #w-node-_9cced25f-c252-7200-fea2-b4a97c47c7d2-7a11d153, #w-node-_9cd5aa3b-a9ab-57f0-f00c-7f070363f228-7a11d153, #w-node-_9cd5aa3b-a9ab-57f0-f00c-7f070363f229-7a11d153, #w-node-_9cd5aa3b-a9ab-57f0-f00c-7f070363f231-7a11d153, #w-node-e3dbcd9d-4c88-eaae-3ac9-dab6eef15e4a-7a11d153, #w-node-e3dbcd9d-4c88-eaae-3ac9-dab6eef15e4b-7a11d153, #w-node-e3dbcd9d-4c88-eaae-3ac9-dab6eef15e53-7a11d153, #w-node-bc71f09e-ad23-dd6b-a509-959b6c50f0e2-7a11d153, #w-node-d6e05c6a-cec6-e695-6ea0-b8f58adc0fda-7a11d153, #w-node-a62f0ed4-0d3c-e1ca-3472-ea86998b22b9-7a11d153, #w-node-b3c1715f-915e-3ebd-0a8b-5e3cdc0ea8fd-7a11d153 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92774af4-9787-b4cc-4c06-f2c6b91986b7-7a11d153 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_92774af4-9787-b4cc-4c06-f2c6b91986c8-7a11d153 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6312c764-323f-2a40-c906-56d88ea3b988-7a11d153 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6312c764-323f-2a40-c906-56d88ea3b999-7a11d153 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f12be7b-6c9e-9cc6-7476-39544fa8816f-7a11d153 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2f12be7b-6c9e-9cc6-7476-39544fa88180-7a11d153 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c27b3de-a223-5dc8-53e3-a0b2be409345-7a11d1af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_2c27b3de-a223-5dc8-53e3-a0b2be409350-7a11d1af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c21a91f-741e-083e-6221-609894db4bd4-7a11d1af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_3c21a91f-741e-083e-6221-609894db4be5-7a11d1af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_67f5aacc-f740-ddde-1f46-1f940a7146dd-7a11d153 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_24ae1542-38ce-6e1d-932b-e4bbcd973832-7a11d153 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b3c1715f-915e-3ebd-0a8b-5e3cdc0ea8fd-7a11d153 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


