:root {
  --color--body: #faf9f7;
  --black: #080300;
  --white: white;
  --midnight-blue: #171e37;
  --color--corporative: #d0a966;
  --black-2: #282828;
  --grey: #757575;
  --linen: #ebe0d6;
  --dim-grey: #616265;
  --indian-red: #b4624e;
  --dark-grey: #a3a3a3;
  --silver: #b5b5b5;
  --light-grey: #d0d0d0;
  --grey-2: #8b8b8b;
  --light-sea-green: #d0a966;
  --color--light-yellow: #e7dfa4;
  --color--gold: #d0a966;
  --color--blue: #00ade5;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--color--body);
  color: var(--black);
  font-family: Tildasans Vf, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.25em;
  line-height: 1.2;
}

h2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-size: 1.13rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

.section {
  padding-left: 4%;
  padding-right: 4%;
}

.section.blac-color {
  background-color: var(--black);
}

.container {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  cursor: default;
}

.padding-150 {
  padding-top: 9.38em;
}

.txt-18 {
  font-size: 1.13em;
}

.txt-18.caps {
  font-weight: 300;
}

.p-18.hover-a {
  transition: margin-right .2s;
}

.p-18.hover-a:hover {
  margin-right: .5em;
}

.p-18._w-370 {
  width: 22.2em;
}

.p-18._w-570 {
  width: 34.3em;
}

.p-18.mw-430 {
  max-width: 26.88em;
}

.p-16 {
  color: var(--white);
}

.p-16.dark {
  color: var(--midnight-blue);
}

.txt-36 {
  font-family: Druk Wide, sans-serif;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.2;
}

.txt-36.bold {
  font-family: Druk Wide Cyr, sans-serif;
  font-weight: 700;
}

.txt-36.bold.color-blue {
  color: var(--color--corporative);
  font-family: Druk Wide Cyr, sans-serif;
  font-weight: 700;
}

.txt-36.bold.color-blue.caps {
  font-family: Druk Wide, sans-serif;
}

.download-fp {
  width: 100%;
  max-width: 16.25em;
  background-color: var(--color--corporative);
  color: #fff;
  text-align: center;
  padding: 1.13em 2.5em;
  font-size: 1.5em;
  font-weight: 300;
  line-height: .9;
  text-decoration: none;
}

.caps {
  text-transform: uppercase;
}

.hero-section {
  height: 100vh;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero-section.bluewaters {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-content {
  width: 50%;
}

.hero-logos {
  grid-column-gap: 1.56em;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 5em;
  display: flex;
}

.logo-livlux {
  width: 4.38em;
}

.logo-metropolitan {
  width: 10.63em;
}

.link-lang {
  color: #fff;
  text-transform: uppercase;
  padding: .0625rem;
  font-size: 1em;
  text-decoration: none;
}

.h-1 {
  color: #fff;
  letter-spacing: .25rem;
  font-weight: 700;
  line-height: 1.1;
}

.h-1._80px {
  font-size: 5em;
}

.pad-40 {
  padding-top: 2.5em;
}

.pad-40.max-w-32em {
  width: 32em;
}

.action-buttons-wrp {
  align-items: center;
  margin-top: 4.38em;
  display: flex;
  position: relative;
}

.hero-download-brochure {
  z-index: 3;
  width: 9.9em;
  color: #fff;
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.line-decore {
  width: 6.25em;
  height: .125rem;
  background-color: #fff;
  margin-left: 2.25em;
  margin-right: 2.25em;
}

.txt-hero-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5em;
}

.hero-arrow {
  width: 1.31em;
  position: absolute;
  left: -3.7em;
}

.hero-dowload-img {
  z-index: 1;
  width: 11.5em;
  height: 11.5em;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-download-img-wrp {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -6.6em;
  right: auto;
}

.hero-download-cyrcle {
  width: 11em;
  height: 11em;
  border: .125rem solid #fff;
  border-radius: 100%;
  position: absolute;
}

.global-padding {
  padding-top: 9.38em;
  padding-bottom: 9.38em;
}

.global-padding.no-margin-bottom {
  padding-bottom: 0;
}

.global-padding.footer {
  padding-top: 5em;
  padding-bottom: 6.88em;
}

._3-col_layout {
  grid-column-gap: 4em;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-col_layout.mt-70 {
  margin-top: 4.38em;
}

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

.mt-25 {
  margin-top: 1.56rem;
}

.link-wrp {
  align-items: center;
  display: flex;
}

.txt-arrow {
  margin-left: .94em;
}

.link-block {
  color: var(--black);
  align-items: center;
  display: flex;
}

.adout-r-col {
  align-items: flex-end;
  display: flex;
}

.spacer-40 {
  padding-top: 2.5em;
}

.service-wrp {
  margin-top: 7.5em;
  padding: 0;
}

.service-itm {
  align-items: center;
}

.service-thumb {
  width: 12.5em;
  height: 12.5em;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 1.56em;
}

.v-flex {
  align-items: center;
}

.heading-service {
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 1.63em;
  font-weight: 700;
}

._2-col-row {
  grid-column-gap: 5.63em;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h2 {
  color: var(--white);
}

.h2.aligne-right {
  z-index: 1;
  text-align: right;
}

.h2.aligne-right.position-relative {
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 3.44em;
  position: relative;
}

.h2.aligne-right.position-relative.sz-55 {
  font-size: 3.1em;
}

.aligne-r-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.feauters-img {
  width: 39.38em;
  height: 39.38em;
  opacity: .6;
  object-fit: cover;
  border-radius: 100%;
  margin-top: 0;
  margin-left: -6em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.feauters-img.marina {
  filter: saturate(0%);
  object-fit: cover;
  margin-top: 0;
}

.feauters-img.advantage {
  filter: saturate(0%);
  margin-top: 0;
}

.feauters-content.color-white {
  color: var(--white);
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.txt-link_64 {
  color: var(--color--corporative);
  text-transform: uppercase;
  font-family: Druk Wide, sans-serif;
  font-size: 4em;
  display: inline-block;
}

.txt-link_64.aligne-right {
  width: 50.625rem;
  text-align: right;
  font-family: Druk Wide Cyr, sans-serif;
}

.big-link-wrp {
  justify-content: flex-end;
  margin-top: 4.46em;
  display: flex;
}

.big-link-wrp.mt-74 {
  margin-top: 4.63em;
}

.blue-arrow {
  color: rgba(0, 173, 229, 0);
  background-image: url('../images/Polygon_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  margin-right: .65em;
  display: inline-block;
}

._12-col-gallery {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.625rem;
  display: grid;
}

.pic-gallery {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pic-gallery.mh-400 {
  max-height: 33em;
}

.txt-30 {
  color: var(--white);
  font-family: Forum, sans-serif;
  font-size: 2.08em;
  font-weight: 400;
  line-height: 90%;
}

.txt-30.dark {
  color: var(--midnight-blue);
}

.flore-plans {
  margin-top: 3.75em;
}

.color-blue {
  color: var(--color--corporative);
}

.flore-link {
  background-color: rgba(0, 0, 0, 0);
  font-size: 2.25em;
}

.flore-link.w--current {
  color: var(--color--corporative);
  background-color: rgba(0, 0, 0, 0);
}

.tab-menu {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.tab-pane {
  padding-top: 6.25em;
}

.tab-inner {
  grid-column-gap: 0rem;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flore-pic {
  height: 31em;
}

.flore-desc {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flore-pic_wrp {
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-heading {
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 3.13em;
}

.spacer-30 {
  padding-top: 1.875rem;
}

.fixed-bg {
  height: 37.5em;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

._2-column {
  width: 100%;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  padding: 0;
}

._2-column.mt-74 {
  margin-top: 4.63em;
}

.map-wrp {
  background-color: #1f1f1f;
  position: relative;
}

.text-aligne-right {
  text-align: right;
  margin-top: 4.38em;
  margin-bottom: -5.3em;
}

.txt-50 {
  z-index: 1;
  color: var(--white);
  font-family: Druk Wide, sans-serif;
  font-size: 3.13em;
  font-weight: 700;
  position: relative;
}

.payment-info {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  margin-top: 4.63em;
  padding: 0;
}

.cell-payment {
  background-color: var(--black);
  color: var(--white);
  padding: 2.5em 1.44em 1.44em;
}

.cell-payment.color-blue-bg {
  background-color: var(--color--corporative);
  color: #fff;
}

.spacer-130 {
  width: 100%;
  height: 8.13em;
}

.cell {
  background-image: url('../images/noroot-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4em 1.88em 2.88em 2.75em;
}

.paymebt-flex-spacebetwin {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 2.13em;
  display: flex;
}

.p-paymant-wrp.max-w496 {
  width: 31em;
}

.bold-blue {
  color: var(--color--corporative);
  font-weight: 400;
}

.txt-23 {
  font-size: 1.44em;
}

.form-heading-wrp {
  grid-column-gap: 1.25em;
  grid-row-gap: 0em;
  padding: 0;
}

.txt-55 {
  text-transform: uppercase;
  padding-right: 4.2em;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 3em;
  font-weight: 700;
}

.txt-55.ru {
  font-size: 2.4em;
  font-weight: 900;
}

.form-descript-box {
  width: 100%;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.5em;
  padding: 0;
}

.form-headline {
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 2.5em;
}

.cell-2 {
  justify-content: flex-end;
  padding-bottom: .5em;
}

.txt-16 {
  color: var(--midnight-blue);
  font-size: 1em;
}

.txt-16.mw-200 {
  max-width: 10.4em;
}

.form-stack {
  grid-column-gap: 1.25em;
  grid-row-gap: 0rem;
  padding: 0;
}

.form-subscribe {
  margin-top: 2.88em;
  margin-bottom: 0;
}

.input {
  height: 3.75em;
  border: .0625rem solid #000;
  margin-bottom: .625rem;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 1.25em;
  font-weight: 500;
}

.input.modal {
  border-color: var(--grey);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  padding-left: 0;
}

.descript-field {
  font-size: .88em;
}

.submit-button {
  width: 100%;
  height: 3em;
  background-color: var(--color--corporative);
  text-transform: uppercase;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: 1.56em;
  font-weight: 300;
}

.cell-3 {
  flex-direction: row;
  align-items: stretch;
}

.form-padding {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}

.form-padding.no-margin-bottom {
  padding-bottom: 0;
}

.txt-64 {
  color: #fff;
  text-transform: uppercase;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 4em;
  line-height: 161%;
}

.form-block-main {
  width: 100%;
  height: 19.5em;
  margin-bottom: 0;
}

.success-message {
  color: #fff;
  background-color: rgba(221, 221, 221, 0);
  font-size: 2em;
}

.floating-label {
  z-index: 0;
  color: var(--grey);
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  transition: bottom .2s, color .2s, font-size .2s;
  position: absolute;
  bottom: .7em;
  left: 0;
}

.floating-label.new-tem {
  z-index: 0;
  font-family: Manrope, sans-serif;
  bottom: .9em;
  left: 1.4em;
}

.floating-label.new-tem.pop-up-form {
  font-size: .83em;
  bottom: 1.5em;
  left: 2.3em;
}

.field-wrap {
  border-bottom-width: .0625rem;
  border-bottom-color: var(--grey);
  border-radius: 0;
  margin-bottom: .5rem;
  position: relative;
}

.form {
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

.form-error {
  color: #da4040;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem solid #da4040;
  padding: .1875rem .3125rem;
}

.text-block {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.contact-form {
  width: 100%;
  color: #fff;
  margin-bottom: 0;
}

.contact-form.mt-20 {
  margin-top: 1.39em;
}

.contact-submit {
  width: 14em;
  height: 3em;
  background-color: var(--color--corporative);
  border: .125rem solid #00439b;
  border-radius: .125rem;
  margin-left: 0;
  margin-right: auto;
  font-size: 1.56em;
  font-weight: 300;
  transition: width .4s ease-out, letter-spacing .4s, border-color .4s;
  display: block;
}

.success-msg {
  max-width: 25rem;
  color: #183152;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}

.success-msg.white-color {
  color: #fff;
}

.input-text {
  z-index: 1;
  height: 3.75em;
  border-style: none none solid;
  border-bottom-width: .125rem;
  border-bottom-color: var(--grey);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Druk Wide Cyr, sans-serif;
  font-size: 1em;
  font-weight: 500;
  position: relative;
}

.input-text:focus {
  border-bottom-color: #008138;
}

.input-text::-ms-input-placeholder {
  color: #757575;
}

.input-text::placeholder {
  color: #757575;
}

.logo-image-form {
  width: 18em;
  margin-top: 2.5em;
}

.flex-block-v {
  text-align: center;
  align-items: center;
}

.payment-percent-txt {
  font-family: Druk Wide, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: .9;
}

.icon-mail {
  width: 4.5em;
  margin-left: -.4em;
}

.popup {
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 3, 0, .8);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup.consultation, .popup.floorplans, .popup.download {
  display: none;
}

.popup-inner-flex {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-content {
  z-index: 2;
  width: 35em;
  height: auto;
  background-color: var(--white);
  flex-direction: column;
  display: flex;
  position: relative;
}

.popup-form {
  height: 100%;
  margin-bottom: 0;
  padding: 2.4em;
}

.form-popup {
  grid-row-gap: 1.25em;
  flex-direction: column;
  display: flex;
}

.heading-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.headline-form {
  text-align: center;
  text-transform: uppercase;
  font-family: Druk Wide, sans-serif;
  font-size: 2.5em;
  line-height: 100%;
}

.descript-form {
  color: #3f3f3f;
  font-family: Druk Wide, sans-serif;
  font-weight: 600;
}

.success-message-2 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.succes-flex {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.1em;
  display: flex;
}

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

.txt-free {
  color: var(--grey);
  text-align: center;
}

.close-bg-popup {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-ico {
  width: 2.5em;
  cursor: pointer;
  position: absolute;
  top: 1em;
  bottom: auto;
  left: auto;
  right: 1em;
}

.mw-80 {
  max-width: 80em;
}

.l-box-gallery {
  width: 100%;
  height: 100%;
}

.scripts {
  display: none;
}

.logo-lbluewaters {
  width: 8em;
}

.subheading {
  color: var(--white);
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.35714;
}

.mb-40 {
  margin-bottom: 2.5em;
}

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

.div-block {
  margin-bottom: 2.5em;
  margin-right: auto;
}

.body-haptoor {
  font-family: Manrope, sans-serif;
  font-size: 1vw;
  line-height: 160%;
}

.page-padding {
  padding-left: 9.72em;
  padding-right: 9.72em;
  position: relative;
}

.page-padding.hero-layout {
  padding-top: 11.04em;
  padding-bottom: 7.22em;
}

.page-padding.about-layout {
  padding-top: 8.33em;
  padding-bottom: 14em;
}

.page-padding.pad-125 {
  padding-top: 3.91em;
  padding-bottom: 7.5em;
  overflow: hidden;
}

.page-padding.pad-125.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.page-padding.pad-140 {
  padding-top: 9.72em;
  padding-bottom: 10.56em;
}

.page-padding._125 {
  padding-top: 8.68em;
}

.section-new {
  background-color: var(--linen);
}

.section-new.blac-color {
  background-color: var(--black);
}

.section-new.blue-color {
  background-color: var(--midnight-blue);
  color: var(--linen);
}

.section-new.blue-color.city {
  background-image: url('../images/pattern1-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.section-new.blue-color.footer {
  border-top: .0625rem solid var(--linen);
}

.section-new.general-s {
  background-color: var(--linen);
  background-image: url('../images/pattern1-2.png'), url('../images/pattern1-1.png');
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.p-text {
  color: var(--midnight-blue);
  font-size: 1.11em;
  line-height: 160%;
}

.p-text.color-gray {
  color: var(--dim-grey);
  font-size: 1.11em;
  font-weight: 300;
}

.p-text._12 {
  font-size: .83em;
}

.p-text._12.red-color {
  color: var(--indian-red);
}

.p-text._12.linen, .p-text.ligte {
  color: var(--linen);
}

.temlate-hero_layout {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.logo {
  width: 10.9em;
  margin-bottom: 2.78em;
}

.h1-heading {
  font-family: Forum, sans-serif;
  font-size: 4.86em;
  font-weight: 400;
  line-height: 1;
}

.hero-contain {
  width: 51.39em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pad-20 {
  padding-top: 1.39em;
}

.pad-20.max-w-670 {
  width: 46.81em;
}

.button2 {
  grid-column-gap: .5em;
  color: var(--linen);
  letter-spacing: .05625rem;
  text-transform: uppercase;
  background-color: #171e37;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1.25em 2.78em;
  font-family: Forum, sans-serif;
  font-size: 1.9em;
  text-decoration: none;
  display: flex;
}

.button2.mtop-20 {
  margin-top: 1.39em;
  padding: .95em 1.78em;
  transition: background-color .2s;
}

.button2.mtop-20:hover {
  background-color: var(--indian-red);
}

.button2.nav-buttom {
  border: .0625rem solid var(--dark-grey);
  color: var(--midnight-blue);
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 1.2em 1.88em;
  font-size: .97em;
}

.button-ico {
  width: .6em;
}

.button-ico.nav {
  width: .8em;
}

.layout-video {
  width: 100%;
  border-radius: 100vw;
  margin-top: 3.47em;
  padding-top: 35.97em;
  position: relative;
  overflow: hidden;
}

.about-contain {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template: "headline1 paragraph"
                 "headling paragraph"
                 / 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.about-txt-contain {
  width: 25em;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.about-txt-contain._460 {
  width: 31.94em;
}

.about-heading-contain {
  width: 41em;
}

.about-heading-contain.mw-500 {
  width: auto;
  max-width: 31.25em;
}

.h2-heading {
  color: var(--midnight-blue);
  letter-spacing: .03em;
  font-family: Forum, sans-serif;
  font-size: 3.47em;
  font-weight: 400;
}

.h2-heading.color-linen {
  color: var(--linen);
  font-size: 3.47em;
}

.h2-heading.color-white {
  color: var(--white);
  padding-left: 9em;
  padding-right: 1.2em;
}

.quick-stack {
  grid-column-gap: .63em;
  padding: 0;
}

.txt-20 {
  color: var(--midnight-blue);
  font-size: 1.25em;
  font-weight: 300;
}

.txt-20.color-light {
  color: var(--linen);
  font-weight: 300;
}

.dot-17-light {
  width: 1.06em;
  height: 1.06em;
  background-color: var(--linen);
  border-radius: 50%;
}

.layout-row {
  grid-column-gap: .63em;
  padding: 0;
}

.flex-justify-center {
  justify-content: center;
}

.about-pic {
  grid-column-gap: 1.38em;
  justify-content: space-between;
  margin-top: 4.63em;
  display: flex;
}

.about-item {
  width: 19em;
  height: 27em;
  border: .0625rem solid var(--linen);
  text-align: center;
  border-radius: 18.75em;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  padding-top: 3.06em;
  padding-bottom: 3.06em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-item.no-border {
  border-color: rgba(0, 0, 0, 0);
}

.text-50 {
  text-transform: uppercase;
  font-family: Forum, sans-serif;
  font-size: 3.13em;
  line-height: 90%;
}

.about-item_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pad-44 {
  padding-top: 2.75em;
}

.city-big-img {
  width: 88em;
  height: 37.5em;
  background-color: var(--linen);
  border-radius: 1.25em;
  flex: none;
  position: relative;
  overflow: hidden;
}

.city-big-img-wrp {
  justify-content: flex-end;
  margin-top: 8.68em;
  display: flex;
  position: relative;
}

.big-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.decore-palce {
  z-index: 1;
  width: 46em;
  height: 24em;
  background-color: var(--indian-red);
  color: var(--white);
  border-radius: 100vw;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -5.2em;
  left: -18.9em;
  right: auto;
}

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

.container-2.flex {
  align-items: center;
  display: flex;
}

.flex-slider-layout {
  grid-column-gap: 2.78em;
  justify-content: flex-end;
  margin-top: 4.72em;
  display: flex;
}

.city-content {
  width: 25em;
  flex-direction: column;
  display: flex;
}

.button-secondary {
  grid-column-gap: .5em;
  background-color: var(--linen);
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .05625rem;
  text-transform: uppercase;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .8em 0;
  font-family: Forum, sans-serif;
  font-size: 1.74em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-secondary:hover {
  background-color: var(--indian-red);
  color: var(--linen);
}

.button-secondary.mtop-20 {
  margin-top: 1.39em;
}

.button-secondary.mtop-20.color-red {
  background-color: var(--indian-red);
  color: var(--linen);
}

.button-secondary.mtop-20.color-red:hover {
  border: .0625rem solid var(--indian-red);
  background-color: var(--linen);
  color: var(--indian-red);
}

.button-secondary.floorpl {
  padding-left: 1.58em;
  padding-right: 1.58em;
}

.spacer-65 {
  padding-top: 4.51em;
}

.slider-wrp {
  width: 27.78em;
  background-color: var(--linen);
  border-radius: 1.39em;
  padding: 1.39em;
}

.slide-nav, .slider-arrow {
  display: none;
}

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

.slide-inner {
  height: 100%;
  background-color: var(--linen);
}

.slide-image {
  width: 100%;
  height: 18.4em;
  object-fit: cover;
}

.slide-content {
  padding-top: 1.39em;
}

.p-25 {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Forum, sans-serif;
  font-size: 1.74em;
}

.p-25.color-linen {
  color: var(--linen);
}

.p-25.aligne-left {
  text-align: left;
  font-family: Manrope, sans-serif;
  font-weight: 500;
}

.dot-17-dark {
  width: 1.06em;
  height: 1.06em;
  background-color: var(--midnight-blue);
  border-radius: 50%;
}

.pad-50 {
  padding-top: 3.47em;
}

.stack-wrp {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 4.17em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 2em;
}

.card-stack {
  grid-column-gap: 3.47em;
  background-color: #2e3754;
  border-radius: 1.39em;
  justify-content: space-between;
  margin-bottom: 9rem;
  padding: 1.74em;
  display: flex;
}

.card-stack.card-two {
  background-color: #171e37;
  top: 5em;
}

.card-stack.card-thre {
  background-color: #3b4564;
  top: 5em;
}

.card-stack.card-four {
  top: 5em;
}

.card-stack.card-five {
  background-color: var(--midnight-blue);
  top: 5em;
}

.card-stack-content {
  width: 35em;
  color: var(--linen);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.card-stack-img_wrp {
  width: 37.15em;
  height: 31.25em;
  border-radius: .69em;
  position: relative;
  overflow: hidden;
}

.card-stack-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carsd-stack-ico {
  width: 5.42em;
}

.h3-card {
  letter-spacing: .13125rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 4.86em;
  font-weight: 400;
  line-height: 1;
}

.carsd-stack-descr {
  font-size: 1.53em;
}

.slide-img-wrp {
  border-radius: .9em;
  overflow: hidden;
}

.form-download-broshure {
  background-color: var(--indian-red);
  border-radius: 1.39em;
  padding: 3.47em;
  position: relative;
}

.broshure-form-wrp {
  width: 35.97em;
}

.pad-35 {
  padding-top: 2.43em;
}

.broshure-form-contain {
  width: 27.78em;
  margin-top: 2.08em;
}

.form-input {
  height: 3.47em;
  border: .0625rem solid var(--linen);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2em;
  margin-bottom: .56em;
  padding-left: 1.39em;
  padding-right: 1.39em;
  font-size: .875rem;
}

.form-input::-ms-input-placeholder {
  color: var(--linen);
}

.form-input::placeholder {
  color: var(--linen);
}

.submit-form-btn {
  width: 100%;
  background-color: var(--linen);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 5em;
  padding-top: .79em;
  padding-bottom: .79em;
  font-family: Forum, sans-serif;
  font-size: 1.74em;
}

.mocap-broshure {
  width: 54.58em;
  position: absolute;
  top: auto;
  bottom: -4.4em;
  left: auto;
  right: -13em;
}

.entertainment-row {
  width: 100%;
  grid-column-gap: 1.39em;
  padding: 0;
}

.card-schedule {
  width: 100%;
  height: 100%;
  background-color: var(--midnight-blue);
  color: var(--linen);
  border-radius: 1.39em;
  flex-direction: column;
  padding: 2.08em 1.67em;
  display: flex;
}

.card-schedule-img-wrp {
  width: 100%;
  height: 18.75em;
  border-radius: 1.39em;
  overflow: hidden;
}

.schedule-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.h3-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 3.13em;
  font-weight: 400;
  line-height: 1.2;
}

.spacer-10 {
  width: 20.1em;
  padding-top: .69em;
}

.time-label {
  width: 6.25em;
  height: 1.875rem;
  background-color: rgba(235, 224, 214, .7);
  border-radius: 2em;
  margin-bottom: auto;
}

.time-label-inner {
  width: 5.6em;
  height: 1.875rem;
  background-color: #ebe0d6;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.label-txt {
  color: var(--midnight-blue);
  font-size: .97em;
}

.entertainment-layout {
  align-items: center;
  padding: 2.08em;
  display: flex;
  position: relative;
}

.punctuation-line {
  height: 0;
  border: .0625rem dashed #000;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.punctuation-line.bottom {
  width: 100%;
  border: .0625rem dashed var(--midnight-blue);
}

.punctuation-line.bottom.right-side {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.punctuation-line.left {
  width: 0%;
  height: 50%;
  border: .0625rem dashed var(--midnight-blue);
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 50%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.punctuation-line.left.full-hight {
  height: 100%;
  top: 0%;
}

.punctuation-line.left.up {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.punctuation-line.right {
  width: 0%;
  height: 100%;
  border: .0625rem dashed var(--midnight-blue);
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.punctuation-dot {
  width: .9em;
  height: .9em;
  background-color: var(--midnight-blue);
  outline-color: var(--white);
  outline-offset: 0rem;
  border: .0625rem dashed #000;
  border-radius: 100%;
  outline-width: .5625rem;
  outline-style: solid;
  margin-left: -.4em;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.punctuation-dot.bottom {
  width: 100%;
  border: .0625rem dashed var(--midnight-blue);
}

.punctuation-dot.left {
  width: 0%;
  height: 50%;
  border: .0625rem dashed var(--midnight-blue);
}

.punctuation-dot.right-side {
  margin-left: 0;
  margin-right: -.4em;
  left: auto;
  right: 0;
}

.residents-wrp {
  width: 23em;
}

.residents-wrp.jus-center {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.text-40 {
  font-size: 2.78em;
  font-weight: 300;
  line-height: 1.2;
}

.text-40.red-color {
  color: #c97662;
}

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

.text-40.linen {
  color: var(--linen);
}

.div-block-3 {
  grid-row-gap: 2.43em;
  flex-direction: column;
  margin-top: 2.43em;
  display: flex;
}

.residences-percent {
  width: 17.1em;
  grid-column-gap: 4.86em;
  padding: 0;
}

.resiidents-wrp {
  grid-column-gap: 4.72em;
  grid-row-gap: 1rem;
  grid-template: "headline bubles"
                 "indicators bubles"
                 / 1fr 2.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.bubble-wrp {
  width: 66%;
  height: 28.7em;
  color: var(--midnight-blue);
  position: relative;
}

.bubble {
  width: 14.44em;
  height: 14.44em;
  border: .0625rem solid var(--linen);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1.39em;
  padding-left: 1.94em;
  padding-right: 1.94em;
  display: flex;
}

.bubble.bubble-2 {
  width: 18.54em;
  height: 18.54em;
  text-align: center;
  margin-top: 0;
  position: absolute;
  top: 10.2em;
  bottom: auto;
  left: 9.31em;
  right: auto;
}

.bubble.bubble-3 {
  width: 17.57em;
  height: 17.57em;
  text-align: center;
  margin-top: 0;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 22.01em;
  right: auto;
}

.bubble.bubble-4 {
  width: 16.32em;
  height: 16.32em;
  text-align: left;
  margin-top: 0;
  padding-left: 4.03em;
  position: absolute;
  top: 6.94em;
  bottom: auto;
  left: 36.6em;
  right: auto;
}

.bubble.dark {
  border-color: var(--midnight-blue);
}

.floorplans-wrp {
  margin-top: 7.64em;
}

.tab-content {
  border-radius: 1.39em;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.tab-img-wrp {
  width: 100%;
  position: relative;
}

.tab-floorplans-wrp {
  z-index: 1;
  width: 32.01em;
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  text-align: center;
  background-color: rgba(8, 3, 0, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding-top: 2.43em;
  padding-bottom: 2.43em;
  display: flex;
  position: relative;
}

.tabs-menu {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 3.47em;
  left: 3.47em;
}

.spacer-20 {
  flex-direction: column;
  padding-top: 1.39em;
}

.spacer-20.epand {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.floorplan-pic {
  mix-blend-mode: multiply;
  object-fit: contain;
}

.floorplan-pic-wrp {
  width: 22.92em;
  height: 22.92em;
  background-color: var(--linen);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.08em;
  padding-left: 2.87em;
  padding-right: 2.87em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.floorplan-img {
  width: 100%;
  height: 100%;
  opacity: .7;
  object-fit: cover;
  position: absolute;
}

.tabs-froorplans {
  border-radius: 1.39em;
}

.button-wrp-abs {
  z-index: 3;
  position: absolute;
  bottom: 3.47em;
  left: 3.47em;
}

.tabs-link {
  color: rgba(235, 224, 214, .7);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 3.47em;
  font-weight: 700;
  line-height: 160%;
}

.tabs-link.w--current {
  color: #ebe0d6;
  background-color: rgba(0, 0, 0, 0);
}

.lightbox-link {
  width: 4.17em;
  height: 4.17em;
  background-color: var(--linen);
  outline-offset: 0rem;
  border-radius: 100%;
  outline: .625rem solid rgba(235, 224, 214, .1);
  justify-content: center;
  align-items: center;
  padding-left: .2em;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 1.2em;
  bottom: auto;
  left: auto;
  right: 1.2em;
}

.lightbox-link:hover {
  transform: scale(1.1);
}

.lacation-card-wrp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2.78em;
  display: grid;
}

.location-card-wrp {
  grid-column-gap: 1.39em;
  margin-top: 2.78em;
  padding: 0;
}

.location-card {
  width: 100%;
  height: 100%;
  background-color: var(--midnight-blue);
  border-radius: .69em;
  flex: 1;
  padding: 1.39em;
}

.location-card-img-wrp {
  width: 100%;
  height: 14em;
  border-radius: .69em;
  margin-bottom: 1.04em;
  position: relative;
  overflow: hidden;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-ico {
  width: .97em;
}

.attractions-heading-contain {
  width: 41.67em;
}

.attraction-contain {
  justify-content: space-between;
  margin-top: 7.64em;
  display: flex;
}

.traker-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.traker-line {
  width: 100%;
  height: .1875rem;
  background-color: var(--indian-red);
  position: absolute;
}

.car-point {
  width: 2.78em;
  height: 2.78em;
  border: .125rem solid var(--indian-red);
  background-color: var(--linen);
  border-radius: 100%;
  position: relative;
}

.cell-point {
  justify-content: center;
}

.point-wrp {
  grid-column-gap: .63em;
  padding: 0;
}

.point-content-wrp {
  grid-column-gap: .63em;
  margin-top: 2.78em;
  padding: 0;
}

.t-25 {
  color: var(--midnight-blue);
  font-size: 1.74em;
  font-weight: 600;
}

.car {
  width: 20.83em;
  position: absolute;
  top: -2.7em;
}

.fixed-bg-new-tamplate {
  height: 37.5em;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.txt-55-form {
  color: var(--white);
  text-transform: uppercase;
  padding-right: 5em;
  font-family: Forum, sans-serif;
  font-size: 4.17em;
  font-weight: 400;
  line-height: 120%;
}

.form-descript-box-copy {
  width: 100%;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.5em;
  padding: 0;
}

.quick-stack-2 {
  width: 100%;
  padding: 0;
}

.form-logo {
  width: 21.32em;
}

.input-2 {
  z-index: 1;
  height: 4.17em;
  border: .0625rem solid var(--white);
  color: var(--dark-grey);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100vw;
  margin-bottom: .625rem;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-family: Manrope, sans-serif;
  font-size: .97em;
  font-weight: 500;
  position: relative;
}

.input-2::-ms-input-placeholder {
  color: var(--dark-grey);
}

.input-2::placeholder {
  color: var(--dark-grey);
}

.input-2.modal {
  border-color: var(--grey);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  padding-left: 0;
}

.input-2.dark-border {
  border-color: var(--black-2);
}

.submit-button-2 {
  width: 100%;
  height: 2.55em;
  border: .0625rem solid var(--linen);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100vw;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-family: Forum, sans-serif;
  font-size: 1.56em;
  font-weight: 300;
  transition: all .2s;
}

.submit-button-2:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: var(--white);
}

.submit-button-2.solid-color {
  background-color: var(--white);
  color: var(--midnight-blue);
}

.submit-button-2.solid-color:hover {
  background-color: var(--indian-red);
  color: var(--white);
}

.submit-button-2.solid-color.blue {
  background-color: var(--midnight-blue);
  color: var(--white);
  margin-top: .83em;
}

.submit-button-2.solid-color.blue:hover {
  background-color: var(--indian-red);
}

.txt-60 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Forum, sans-serif;
  font-size: 4.17em;
  line-height: 130%;
}

.footer-stack-new {
  grid-column-gap: 18.06em;
  padding: 0;
}

.c-back-button {
  grid-column-gap: .69em;
  background-color: var(--indian-red);
  color: var(--linen);
  border-radius: 100vw;
  align-items: center;
  margin-top: 2.78em;
  padding: .49em 1.39em;
  text-decoration: none;
  display: flex;
}

.txt-14 {
  font-size: .97em;
}

.call-back-wrp {
  grid-row-gap: .69em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-stack-wrp {
  position: -webkit-sticky;
  position: sticky;
  top: 7em;
}

.card-stack-wrp._2 {
  top: 8.6em;
}

.card-stack-wrp._3 {
  top: 10.2em;
}

.card-stack-wrp._4 {
  top: 11.8em;
}

.background-video {
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  padding: .72em 9.72em;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-inner {
  grid-column-gap: 2.08em;
  align-items: center;
  margin-left: 4.51em;
  display: flex;
}

.nav-menu {
  float: none;
}

.logo-link {
  float: none;
  align-items: center;
  display: flex;
}

.logo-img {
  width: 12.29em;
}

.nav-link {
  color: var(--black-2);
  border-bottom: .0625rem solid rgba(0, 0, 0, 0);
  padding: .23em 0;
  font-size: .97em;
}

.nav-link:hover {
  border-bottom-color: var(--black-2);
}

.icon {
  display: none;
}

.dropdown-toggle {
  width: 4.17em;
  height: 4.17em;
  border: .0625rem solid #a3a3a3;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown {
  margin-left: auto;
  margin-right: 0;
}

.lang-link {
  width: 4.17em;
  height: 4.17em;
  border: .0625rem solid var(--dark-grey);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.drop-long {
  grid-row-gap: .69em;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  padding-top: .69em;
}

.drop-long.w--open {
  display: flex;
}

.nav-button-wrp {
  grid-column-gap: .69em;
  margin-left: auto;
  display: flex;
}

.el-blure {
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  background-color: rgba(235, 224, 214, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-form-cons {
  z-index: 2;
  width: 58.33em;
  background-color: var(--linen);
  background-image: linear-gradient(to right, rgba(235, 224, 214, .95) 47%, rgba(255, 255, 255, 0)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 2.78em;
  position: relative;
}

.left-content {
  width: 100%;
  max-width: 24.93em;
}

.checkbox-field {
  grid-column-gap: .69em;
  color: var(--black-2);
  align-items: center;
  margin-top: .76em;
  padding-left: 2.19em;
  font-size: .83em;
  display: flex;
}

.checkbox {
  width: 1.39em;
  height: 1.39em;
  border-color: var(--white);
  background-color: var(--white);
  margin-top: 0;
  margin-left: -2.51em;
}

.checkbox.w--redirected-checked {
  background-color: var(--white);
  background-image: url('../images/charm_tick.svg');
  background-size: auto;
}

.term-link {
  color: var(--black-2);
  text-decoration: underline;
  display: inline;
}

.menu-logo.hide {
  display: none;
}

.car-track-vertical {
  display: block;
}

.vertical-wrp {
  display: none;
}

.about-contain-develop {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template: "headling headline1"
                 "headling paragraph"
                 / 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.moadal-window {
  justify-content: center;
  padding-top: 25.05em;
  padding-bottom: 25.05em;
  display: flex;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: .0625rem solid #e4ebf3;
  padding: 5rem 1.875rem;
  position: relative;
}

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

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

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

.margin-bottom-24px {
  margin-bottom: 1.5rem;
}

.button-primary {
  color: #fff;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: .75rem 1.5625rem;
  font-size: .75rem;
  line-height: 1.25rem;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 1.5rem rgba(150, 163, 181, .08);
}

.volt-body {
  color: #282828;
  font-family: Manrope, sans-serif;
  font-size: 1vw;
}

.volt-body.ar {
  direction: rtl;
  font-family: Cairo, sans-serif;
}

.navigation-wrapper {
  width: 100%;
  grid-column-gap: 1.88em;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation {
  width: 100%;
  min-height: 5.5rem;
  color: #fff;
  background-color: #282828;
  align-items: center;
  padding: 1.5rem 5%;
  display: flex;
}

.navigation.header {
  min-height: 5rem;
  padding: 1rem 3.13rem;
}

.navigation-button {
  outline-offset: 0rem;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3rem;
  outline: .0625rem solid rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
  padding: .63em .94em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.navigation-button:hover {
  background-color: var(--white);
  color: var(--black-2);
}

.logo-2 {
  width: 10rem;
}

.navigation-menu {
  width: 100%;
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  align-items: center;
  display: block;
  position: static;
}

.navigation-container {
  width: 100%;
  max-width: 90rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-container.larg-container {
  max-width: none;
}

.navigation-link {
  grid-column-gap: .625rem;
  color: var(--white);
  letter-spacing: -.01em;
  text-indent: 0;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  border-radius: 0;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link:hover {
  color: var(--silver);
  border-bottom-color: #fff;
  border-radius: 0;
}

.navigation-link.w--current {
  color: var(--light-grey);
}

.navigation-link.hidden {
  display: none;
}

.navigation-link.ar {
  font-family: Notosansarabic, sans-serif;
}

.lang-link-wrp {
  outline-offset: 0rem;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3rem;
  outline: .0625rem solid rgba(255, 255, 255, .1);
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .63em .63rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.lang-link-wrp:hover {
  background-color: var(--white);
  color: var(--black-2);
}

.lang-link-wrp.mobile {
  display: none;
}

.lang-link-2 {
  font-family: Manrope, sans-serif;
  transition: opacity .2s;
}

.lang-link-2:hover {
  opacity: .6;
}

.lang-link-2.w--current {
  color: var(--grey-2);
}

.lang-link-2.active:hover {
  opacity: 1;
}

.lang-link-2.active.w--current {
  color: var(--white);
}

.lang-link-2.inactive {
  color: var(--dark-grey);
  transition: color .2s;
}

.icon-download {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-buttons {
  grid-column-gap: .625rem;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  flex: none;
  margin-left: 4em;
  display: flex;
}

.padding-global {
  height: 100%;
  padding-left: 3.13rem;
  padding-right: 3.13rem;
  position: relative;
}

.padding-global.pt100 {
  padding-top: 6.25em;
}

.section-volt {
  display: block;
}

.section-volt.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-volt.background-fix {
  height: 57rem;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section-volt.video-section {
  height: 53.13em;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-volt.inactive {
  display: none;
}

.section-volt.slider {
  overflow: hidden;
}

.container {
  height: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 12rem;
  padding-bottom: 7rem;
}

.padding-section-large.hero {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 9.75rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.padding-section-large.no-margin {
  padding-top: 0;
}

.padding-section-large.hero-h {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 7.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.volt-hero_contain {
  display: flex;
}

.volt-hero_contain.animate {
  height: 100%;
}

.hero-heado-prez-wrp {
  grid-row-gap: 3.25rem;
  flex-direction: column;
  padding-left: 4.6875rem;
  display: flex;
}

.hero-heado-prez-wrp.ar {
  padding-left: 0;
  padding-right: 4.6875rem;
}

.prez-item {
  align-items: center;
  display: flex;
}

.prez-item.second {
  margin-left: 13.4375rem;
}

.prez-item.second.ar {
  margin-left: 0;
  margin-right: 13.4375rem;
}

.union-plus {
  width: 1.5625rem;
  position: relative;
  top: 1.71rem;
}

.prez-txt {
  color: rgba(255, 255, 255, .7);
  text-transform: uppercase;
  font-size: 2.13rem;
  font-weight: 400;
  line-height: 1;
}

.conditions-hero-column {
  width: 100%;
  max-width: 24rem;
  grid-row-gap: 1.5625rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.conditions-hero-column.ar {
  margin-left: 0;
  margin-right: auto;
}

.left-content-volt {
  max-width: 58rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hero-heading-volt-wrp {
  margin-top: 10rem;
}

.h1-volt {
  color: var(--white);
  cursor: auto;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 1;
}

.h1-volt.ch-15.ar {
  font-family: Notosansarabic, sans-serif;
}

.h1-volt.ch-15.ar.hidden {
  display: none;
}

.conditions-hero-item {
  grid-row-gap: .625rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.conditions-text {
  text-transform: uppercase;
  font-size: 3.125rem;
  font-weight: 400;
}

.conditions-text.color-white {
  pointer-events: auto;
  color: var(--white);
  font-size: 3.13rem;
  line-height: .9;
}

.conditions-text.color-white.ar {
  font-family: Notosansarabic, sans-serif;
  line-height: 1.2;
}

.conditions-text.color-white {
  pointer-events: auto;
  color: #fff;
  font-size: 3.13rem;
  line-height: .9;
}

.conditions-text.color-white._40px {
  font-size: 40px;
  line-height: 1;
}

.conditions-text.color-white {
  pointer-events: auto;
  color: #fff;
  font-size: 3.13rem;
  line-height: .9;
}

.conditions-text.color-white._40px {
  font-size: 40px;
  line-height: 1;
}

.conditions-text.color-white {
  pointer-events: auto;
  color: #fff;
  font-size: 3.13rem;
  line-height: .9;
}

.conditions-text.color-white._40px {
  font-size: 40px;
  line-height: 1;
}

.text-14 {
  font-size: .88rem;
}

.text-14.ar {
  font-family: Notosansarabic, sans-serif;
}

.hero-button-blure {
  min-height: 3rem;
  min-width: 7.5rem;
  grid-column-gap: .3125rem;
  -webkit-backdrop-filter: blur(.125rem);
  backdrop-filter: blur(.125rem);
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: .0625rem solid rgba(255, 255, 255, .5);
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.05rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.hero-button-blure:hover {
  color: var(--black-2);
  background-color: #fff;
}

.hero-button-blure.hide {
  display: none;
}

.h-flex {
  display: flex;
}

.h-flex.m-bottom, .h-flex.hidden {
  display: none;
}

.heading-section-wrp {
  grid-column-gap: 8rem;
  align-items: flex-start;
  display: flex;
}

.headline {
  width: 12rem;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.headline.no-limit {
  width: auto;
}

.headline.padding {
  margin-bottom: 1.88em;
}

.headin-sub-h-wrp {
  max-width: 42ch;
  font-weight: 300;
}

.headin-sub-h-wrp._398 {
  max-width: 24.88em;
}

.headin-sub-h-wrp._280 {
  max-width: 17em;
}

.p-sub-h {
  font-size: 2.1875rem;
}

.p-sub-h.color-gray {
  font-size: 2.13rem;
  line-height: 1.3;
}

.p-sub-h.color-yellow {
  color: #d0a966;
  font-size: 25px;
  line-height: 1.2;
}

.color-gray {
  color: #d0d0d0;
}

.about-grid {
  grid-column-gap: 6.69em;
  grid-row-gap: 1em;
  grid-template: "about-index about-text"
                 "about-index about-text"
                 "about-index about-text"
                 "about-index about-pic2"
                 "about-pic1 about-pic2"
                 "about-pic1 about-pic3"
                 "about-logo about-pic3"
                 / auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.icon-plus-gray {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.icon-plus-gray.dark {
  color: var(--black-2);
  position: relative;
  top: 1.25em;
}

.icon-plus-gray.relative {
  position: relative;
  top: 1.4em;
}

.about-index {
  color: var(--silver);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-index.center-item {
  margin-left: 10.8125rem;
}

.about-index.center-item.animate.ar {
  margin-left: 0;
  margin-right: 10.8125rem;
}

.about-index.inactive {
  display: none;
}

.about-index.ar {
  justify-content: flex-end;
}

.index-txt {
  color: var(--silver);
  letter-spacing: 0;
  font-size: 7rem;
  font-weight: 300;
  line-height: .9;
}

.index-txt.dark {
  color: var(--black-2);
  font-weight: 300;
  line-height: .8;
}

.index-txt.small {
  font-size: 5rem;
}

.about-index-wrp {
  grid-row-gap: 5.25em;
  flex-direction: column;
  padding-top: 6.85rem;
  display: flex;
}

.h2-volta {
  letter-spacing: 0;
  text-transform: none;
  font-size: 4.38rem;
  font-weight: 400;
  line-height: 1;
}

.h2-volta.color-light-gray {
  color: #d0d0d0;
  font-weight: 400;
}

.h2-volta.small {
  font-size: 4.2rem;
  font-weight: 400;
}

.p-text-16 {
  align-self: flex-start;
  line-height: 1.5;
}

.p-text-16.color-gray {
  color: var(--silver);
}

.p-text-16.color-gray.hide {
  display: none;
}

.p-text-16.gray {
  color: var(--silver);
  margin-bottom: 1rem;
}

.p-text-16.gray.wo-margin {
  margin-bottom: 0;
}

.p-text-16.dark {
  color: var(--black-2);
  align-self: flex-start;
}

.p-text-16.color-gray {
  color: #b5b5b5;
}

.p-text-16.color-gray.mt-25.animate {
  color: #b5b5b5;
  margin-top: 1.5rem;
}

.p-text-16.color-gray.call {
  align-self: auto;
}

.p-text-16.hide {
  display: none;
}

.about-item-img {
  border-bottom: .0625rem solid var(--silver);
  padding-bottom: 2.19rem;
}

.about-item-img.fitnes {
  width: 100%;
  max-width: 26rem;
  margin-top: 17rem;
  margin-left: auto;
  margin-right: 8em;
}

.about-item-img.one-pic {
  margin-top: 4.38rem;
  margin-bottom: 9.38rem;
}

.about-item-img.two-pic {
  max-width: 26rem;
  margin-top: 16rem;
}

.about-img-volta {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.about-img-volta.is--1, .about-img-volta.is--2 {
  height: 100%;
  max-height: none;
  min-height: auto;
}

.about-img-volta.is--3 {
  height: 100%;
  max-height: none;
}

.about-img-ttl {
  margin-top: 1.88rem;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.about-img-ttl.mw {
  max-width: 390px;
}

.about-dev-logo_wrp {
  max-width: 15rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  margin-top: 9rem;
  display: flex;
}

.dev-logo {
  width: 15rem;
}

.dev-about_link {
  justify-content: space-between;
  padding-right: .63em;
  font-size: 1rem;
  display: flex;
}

.ico-download {
  width: 1.4em;
  height: 1.4em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  font-size: 1rem;
  display: flex;
}

.ico-download.ico-margin {
  margin-left: 29px;
}

.sticky-track {
  height: 300vh;
}

.focus-project_wrp {
  justify-content: space-between;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 6.25rem;
}

.black-circle_shape {
  width: 53rem;
  height: 53rem;
  background-color: var(--black-2);
  color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -7.38rem;
  padding-left: 11.3rem;
  padding-right: 6.56rem;
  display: flex;
}

.black-circle_shape.animate.ar {
  margin-left: 0;
  margin-right: -7.38rem;
  padding-left: 8rem;
  padding-right: 12rem;
}

.black-circle_shape.animate.arabic {
  direction: rtl;
}

.h-scroll-wrp {
  width: 41.2em;
  overflow: hidden;
}

.h-scroll_container {
  grid-column-gap: 4.375rem;
  align-items: center;
  display: flex;
}

.h-scroll-item {
  width: 41.1em;
  height: 46em;
  flex-direction: column;
  flex: none;
  display: flex;
}

.item-text-top {
  height: 3.13rem;
  grid-column-gap: .625rem;
  align-items: flex-end;
  display: flex;
}

.text-16px-gray {
  color: var(--silver);
  font-size: 1rem;
  transition: all .2s;
}

.text-16px-gray.copyright {
  width: 50%;
}

.text-16px-gray.copyright:hover {
  color: var(--silver);
}

.text-16px-gray.max-w.slide {
  height: 100px;
}

.text-16px-gray.max-w.slide-ar {
  height: 80px;
}

.text-16px-gray.max-w.slide-ru {
  height: 75px;
}

.text-16px-gray.hover-effect:hover {
  color: #fff;
}

.text-16px-gray.scroll {
  min-width: 15%;
}

.text-16px-gray.hidden {
  display: none;
}

.scroll-item_img-wrp {
  height: 29.38em;
  flex-direction: column;
  margin-top: auto;
  display: flex;
  position: relative;
}

.floorplan-header_tabl {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 2fr .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.floorplan-header_tabl.bottom-border {
  border-bottom: .0625rem solid var(--light-grey);
  grid-template-columns: 1.45fr .75fr .82fr;
  padding-bottom: 1.875rem;
}

.table-cell {
  align-items: flex-start;
  display: flex;
}

.table-cell.v-flex {
  grid-row-gap: 1.75em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
}

.table-cell.no-price {
  justify-content: flex-start;
  align-items: center;
}

.table-cell.j-center {
  align-items: center;
}

.toogle-max-w {
  margin-left: auto;
  margin-right: auto;
}

.toggle-main {
  width: 100%;
  border-bottom: .0625rem solid rgba(255, 255, 255, .2);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle-2 {
  width: 100%;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.0625rem;
}

.toggle-icon {
  width: 1.625rem;
  height: 1.625rem;
  border: .0625rem solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: .8125rem;
  display: flex;
}

.qa-text {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8125rem;
}

.toggle-content {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
}

.toggle-content.w--open {
  padding-top: 0;
}

.h-wrap {
  max-width: 42em;
}

.volta-floor-txt {
  text-transform: uppercase;
  margin-top: .5rem;
  font-size: 4.38rem;
  font-weight: 400;
}

.volta-floor-txt.small {
  font-size: 2.2em;
}

.volta-floor-txt.floor-small {
  font-size: 4em;
}

.volta-floor-txt.mini {
  font-size: 2.4rem;
}

.txt-11 {
  font-size: .69rem;
}

.txt-11.color-gray.hidden {
  display: none;
}

.floor-plan_content-wrp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-plan-wrp {
  position: relative;
}

.info-planl-wrp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navigation-button-copy {
  min-height: 3rem;
  min-width: 7.5rem;
  border: 1px solid var(--color--corporative);
  color: var(--color--corporative);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: 1.31rem 1.58rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button-copy:hover {
  border-color: var(--black-2);
  background-color: var(--black-2);
  color: #fff;
}

.navigation-button-copy.field-color {
  border-color: var(--color--corporative);
  background-color: var(--color--corporative);
  color: #fff;
  justify-content: center;
}

.navigation-button-copy.field-color:hover {
  background-color: var(--black-2);
}

.navigation-button-copy.field-color.left {
  border-color: var(--color--corporative);
  background-color: var(--color--corporative);
  margin-top: 4.38rem;
  margin-left: 0;
  margin-right: 0;
}

.navigation-button-copy.field-color.left:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black-2);
}

.navigation-button-copy.field-color.right {
  margin-right: 0;
  padding-left: 1.63em;
  padding-right: 1.63em;
  font-weight: 300;
}

.navigation-button-copy.field-color.hide {
  display: none;
}

.all-plan-img {
  width: 12.19em;
  margin-left: auto;
  margin-right: auto;
}

.icon-embed-xlarge {
  width: 6.5rem;
  height: 6.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-drop {
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.floor-plane_image {
  width: 100%;
  max-height: 350px;
  object-fit: contain;
}

.global_symbol {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.swiper-slide {
  flex: none;
}

.f-h3-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.f-testimonial-author {
  grid-column-gap: 1rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 23px 23px 4rem -1rem rgba(57, 59, 106, .06);
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.8;
}

.f-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.f-icon-regular {
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.f-margin-bottom-12 {
  margin-bottom: .75rem;
}

.f-testimonial-section {
  background-color: #fff;
  padding: 6.25rem 5%;
  position: relative;
  overflow: hidden;
}

.f-margin-bottom-40 {
  margin-bottom: 2.5rem;
}

.f-margin-bottom-16 {
  margin-bottom: 1rem;
}

.f-container-regular {
  width: 100%;
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-right-a {
  height: 2.5rem;
  border-width: .0625rem;
  border-color: #e4e6f1;
  justify-content: center;
  align-items: center;
  padding: .375rem;
  transition: all .3s;
  display: flex;
  top: -5.625rem;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.f-testimonial-right-a:hover {
  color: var(--grey-2);
  border-color: #160042;
}

.f-testimonial-right-a.s-button-next.ar {
  transform: rotate(180deg);
}

.f-testimonial-star-wrapper {
  grid-column-gap: .25rem;
  margin-bottom: 1rem;
  display: flex;
}

.s-pagination.fraction {
  color: #fff;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: .75rem;
  padding: 2rem;
  box-shadow: 23px 23px 4rem -1rem rgba(57, 59, 106, .06);
}

.f-testimonial-avatar-small {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  background-color: #f3f5fb;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.swiper.swiper-movies-2 {
  margin-top: 3.38em;
  position: relative;
  overflow: visible;
}

.swiper-navigation-wrp {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.25rem;
  display: flex;
}

.swiper-navigation-wrp.ar {
  flex-direction: row-reverse;
}

.f-testimonial-left-a {
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .375rem;
  transition: all .3s;
  display: flex;
  top: -5.625rem;
  bottom: auto;
  left: auto;
  right: 3.75rem;
}

.f-testimonial-left-a:hover {
  color: var(--grey-2);
}

.f-testimonial-left-a.s-button-prev.ar {
  transform: rotate(180deg);
}

.swiper-wrapper {
  display: block;
  position: relative;
}

.slide-img-volta_wrp {
  height: 40rem;
  position: relative;
}

.l-box-video {
  width: 100%;
  height: 100%;
  position: relative;
}

.l-box-video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.l-box-video-thumb._1 {
  object-position: 50% 100%;
}

.play-button-wrp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-button {
  width: 12.88em;
  height: 12.88em;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1em;
  display: none;
}

.play-butttop-ico {
  width: 5em;
  height: 5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-arrow-slider {
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.map-arrow {
  width: 5rem;
  height: 5rem;
  color: var(--black-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.map-arrow:hover {
  color: var(--silver);
}

.map-arrow.ar {
  margin-left: 0;
  margin-right: auto;
  transform: rotate(180deg);
}

.consultation-wrp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
                 "."
                 / .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-cosult-ttl {
  font-size: 4.38rem;
  line-height: 1;
}

.form-cosult-ttl.txt-sz-55 {
  white-space: normal;
  font-size: 3.44rem;
}

.form-cosult-ttl.txt-sz-55.no-wrap {
  white-space: nowrap;
}

.form-descript {
  max-width: 18rem;
  color: var(--silver);
  margin-top: 3rem;
  font-size: 1.25rem;
}

.form-descript.txt-sz-18 {
  max-width: 12.5em;
  margin-top: 2.5em;
  font-size: 1rem;
}

.coonsult-image {
  width: 37rem;
  margin-right: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.nav-container {
  align-items: center;
  display: flex;
}

.input-3 {
  z-index: 1;
  height: 4.17rem;
  border: .0625rem solid var(--light-grey);
  color: var(--dark-grey);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100vw;
  margin-bottom: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Manrope, sans-serif;
  font-size: .97rem;
  font-weight: 500;
  position: relative;
}

.input-3:hover, .input-3:active, .input-3:focus {
  border-color: var(--light-sea-green);
}

.input-3::-ms-input-placeholder {
  color: var(--dark-grey);
}

.input-3::placeholder {
  color: var(--dark-grey);
}

.input-3.modal {
  border-color: var(--grey);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  padding-left: 0;
}

.input-3.dark-border {
  border-color: var(--black-2);
}

.submit-form-btn-volt {
  width: 100%;
  height: 4.17em;
  background-color: var(--color--corporative);
  color: #fff;
  border-radius: 100vw;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.submit-form-btn-volt.mt-5 {
  height: 4.17em;
  margin-top: .31rem;
  transition: all .2s;
}

.submit-form-btn-volt.mt-5:hover {
  background-color: var(--black-2);
}

.consultation-wrp-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "heading-form img"
                 "form descr"
                 / .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.accordion-item {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 2px solid rgba(2, 29, 74, .1);
  padding: 2.5rem 0;
}

.accordion-item.animate {
  background-color: rgba(255, 255, 255, 0);
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  transition: color .2s;
  display: flex;
}

.accordion-item-trigger:hover {
  color: var(--light-sea-green);
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.inner-slide {
  grid-column-gap: 3.75em;
  grid-row-gap: 16px;
  grid-template: "img-slide heading-slide"
                 "img-slide content-slide"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.left-column {
  flex: 1;
  position: relative;
}

.right-column {
  flex: 1;
}

._2-slide-img-wrp {
  width: 38.75em;
  height: 34.38em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-img-services {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-navigation-wrp-copy {
  grid-column-gap: .5rem;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  padding: .84em;
  display: flex;
}

.slider-navigation-box {
  z-index: 3;
  width: 28.44em;
  height: 15.63em;
  background-color: var(--black-2);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -4.9em;
  left: 13.8em;
  right: auto;
}

.text-70 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.38rem;
  font-weight: 400;
  line-height: 1;
}

.text-70.color-white {
  color: #fff;
  font-weight: 300;
  line-height: 1.2;
}

.servisec-option {
  margin-top: 2.5em;
  padding: 0;
}

.option-cell {
  grid-row-gap: .63em;
  border-bottom: 1px solid var(--silver);
  padding-bottom: 1.56em;
}

.option-cell.end-cell {
  border-bottom-style: none;
}

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

.flex-right {
  justify-content: flex-end;
  display: flex;
}

.flex-right.mb-50 {
  margin-top: 3.13em;
}

.about-dev-grid {
  grid-column-gap: 6.69em;
  grid-row-gap: 1em;
  grid-template: "about-index about-text"
                 "about-index about-text"
                 "about-index about-text"
                 / auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.06em;
  display: grid;
}

.dev-project {
  grid-column-gap: 1.25em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .3fr .3fr .4fr;
  grid-auto-columns: 1fr;
  margin-top: 4.38em;
  display: grid;
}

.dev-project.animate {
  grid-template-columns: minmax(.3px, .3fr) .3fr .4fr;
}

.dev-project.animate.hidden {
  display: none;
}

.dev-project._2-col {
  grid-template-columns: 1fr 1fr;
}

.dev-project._2-col.animate {
  grid-template-columns: 1fr 1fr 1fr;
}

.dev-card {
  border: 1px solid var(--silver);
  border-radius: .63rem;
  padding: 1.25em;
}

.dev-card.hide {
  display: none;
}

.card-img-wrp {
  height: 18rem;
  border-radius: .63em;
  margin-bottom: 1.88rem;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

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

.h-4 {
  font-size: 3.13rem;
  font-weight: 400;
  line-height: 1;
}

.dev-tag-wrp {
  grid-column-gap: .63em;
  grid-row-gap: .94em;
  flex-wrap: wrap;
  margin-top: 1.56em;
  display: flex;
}

.tag-item {
  border: 1px solid var(--silver);
  color: var(--silver);
  border-radius: 1.88em;
  padding: .31em 1.06em;
}

.text-block-6 {
  font-size: 1em;
}

.located-wrp {
  grid-column-gap: 7.88em;
  grid-row-gap: 16px;
  grid-template: "circle description"
                 "map description"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-2 {
  width: 24px;
  height: 24px;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

.located-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.item-flex_aligne-end {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.located-ttl {
  font-size: 5.5rem;
  font-weight: 300;
}

.located-ttl.ch-10 {
  max-width: 17rem;
  line-height: 1;
}

.located-ttl.small {
  font-size: 5em;
}

.located-text-mini {
  position: absolute;
  top: auto;
  bottom: 1.25rem;
  left: 18.2rem;
  right: auto;
}

.located-text-mini._2 {
  left: 22.5em;
}

.located-text-mini._2.ar {
  right: 16.13em;
}

.located-text-mini._3 {
  font-size: 1vw;
  left: 20em;
}

.located-text-mini._3.ar {
  right: 18.83em;
}

.located-text-mini.hidden {
  display: none;
}

.located-text-mini.ar {
  left: auto;
  right: 23.13em;
}

.located-text-mini.ru {
  left: 31em;
}

.padding-left-23 {
  margin-top: 1.25em;
  padding-left: 2.04em;
}

.white-circle_shape {
  width: 53.63em;
  height: 53.63em;
  border: 1px solid var(--silver);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: -12.6rem;
  padding-left: 11.85em;
  padding-right: 6.25em;
  display: flex;
}

.white-circle_shape.animate {
  width: 53rem;
  height: 53rem;
  padding-left: 11.85rem;
  padding-right: 6.25rem;
}

.white-circle_shape.animate.ar {
  align-items: flex-start;
  margin-left: 0;
  margin-right: -12.6rem;
  padding-left: 6.25em;
  padding-right: 11.85em;
}

.box-220 {
  width: 13.75em;
}

.located-left-col {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.located-map-wrp {
  width: 52rem;
  height: 27rem;
  background-color: #dbdbdb;
  margin-top: 4.63em;
  margin-left: -12.6em;
  position: relative;
}

.located-map-wrp.animate {
  background-color: rgba(219, 219, 219, 0);
}

.located-map-wrp.animate.ar {
  margin-left: 0;
  margin-right: -12.6em;
}

.map-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.map-content.dark {
  color: var(--black);
  padding-left: 9.5em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map-content.dark.ar {
  padding-left: 0;
  padding-right: 9.5em;
}

.flex-box-horizontal {
  grid-column-gap: .63em;
  align-items: center;
  display: flex;
}

.features-wrp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--silver);
  margin-top: 1.88em;
  padding: 0;
}

.feauters-cell {
  justify-content: flex-start;
  padding: 2.5rem 1.88rem 1.66rem;
}

.feauters-cell.center-cellborder {
  border-right: 1px solid var(--silver);
  border-left: 1px solid var(--silver);
  padding-left: 1.88rem;
}

.feauters-cell.end-item {
  background-color: var(--black-2);
  color: #fff;
  padding-left: 1.88em;
}

.text-50-volta {
  font-size: 3.13rem;
  line-height: 1.1;
}

.text-50-volta.hidden {
  display: none;
}

.text-50-volta.ar {
  height: 100px;
}

.readmore-link {
  font-size: 1em;
}

.readmore-link.gray {
  color: var(--silver);
  margin-top: auto;
  display: inline-block;
}

.readmore-link.gray.hidden {
  display: none;
}

.features-content-wrp {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.slider-arrow-2 {
  width: 5rem;
  height: 5rem;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.slider-arrow-2:hover {
  color: var(--silver);
}

.price-progress-wrp {
  position: relative;
}

.price-percent-wrp {
  grid-row-gap: 0em;
  flex-direction: column;
  display: flex;
}

.price-percent-wrp.index-price {
  width: 39em;
  margin-top: 7rem;
}

.subtext {
  width: 10rem;
  margin-left: 2.64em;
}

.subtext.gray {
  width: 10.6em;
  color: var(--silver);
  color: #b5b5b5;
}

.subtext.color-gray {
  width: 14rem;
}

.text-block-7 {
  color: var(--light-sea-green);
  font-size: 15.63em;
  line-height: .8;
}

.progress-column {
  height: 18.38em;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell-border-left {
  border-left: 1px solid var(--silver);
}

.cell-border-left.border-right {
  border-right: 1px solid var(--silver);
}

.progress-bottom {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
  position: relative;
}

.progres-count {
  width: 3rem;
  text-align: center;
  margin-left: -1.9em;
  font-size: .75rem;
}

.progres-count.r-side {
  width: 4.5em;
  margin-right: -2em;
}

.cell-5 {
  flex-direction: row;
  justify-content: space-between;
}

.progres-item-wrp {
  grid-row-gap: 2.5em;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.progres-headline {
  font-size: 1.25rem;
}

.progress {
  height: 3.2rem;
  margin-top: .69em;
}

.progress.first {
  background-color: var(--color--light-yellow);
}

.progress.second {
  background-color: var(--color--corporative);
}

.progress-descript {
  z-index: 1;
  color: #d0d0d0;
  font-size: 1rem;
  position: relative;
}

.progres-grid {
  height: auto;
  grid-column-gap: 6.69em;
  grid-row-gap: 1em;
  grid-template: "about-index about-text"
  / auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.06em;
  display: grid;
}

.progres-grid.animate.hidden {
  display: none;
}

.what-change-hat {
  border-bottom: 1px solid var(--light-grey);
  padding: 0 0 1.88em;
}

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

.what-change-row {
  border-bottom: 1px solid var(--light-grey);
  padding: 2.75em 0;
}

.what-change_ttl-wrp {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-80 {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
}

.text-12 {
  font-size: .75rem;
  line-height: 1.3;
}

.text-12.color-green {
  color: var(--light-sea-green);
}

.payment-plan_wrp {
  grid-column-gap: 6.88em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.payment-plan_content {
  grid-row-gap: 6.88em;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

._3-col-auto {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-col-auto.ml-256 {
  margin-left: 10em;
}

._3-col-auto.ml-256.animate.ar {
  margin-left: 0;
  margin-right: 10em;
}

.text-100 {
  font-size: 6.25em;
  font-weight: 200;
  line-height: .9;
}

.text-65 {
  font-size: 4.06em;
  font-weight: 200;
  line-height: 1.2;
}

.color-green {
  color: var(--light-sea-green);
}

.video-content-wrp {
  height: 100%;
  align-items: flex-end;
  padding-bottom: 2.75em;
  display: flex;
}

.l-box-btn_wrp {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video-button {
  min-height: 3rem;
  min-width: 7.5rem;
  border: 1px solid var(--color--corporative);
  background-color: var(--color--corporative);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: 1.31em 2.38em;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.video-button:hover {
  border-color: var(--black-2);
  background-color: var(--black-2);
}

.video-button.field-color {
  background-color: var(--light-sea-green);
  color: #fff;
  justify-content: center;
}

.video-button.field-color.left {
  margin-top: 4.38em;
  margin-left: 0;
  margin-right: auto;
}

.video-button.field-color.right {
  margin-right: 0;
  padding-left: 1.63em;
  padding-right: 1.63em;
  font-weight: 300;
}

.video-play_btn {
  min-height: 3rem;
  min-width: 3rem;
  background-color: var(--color--corporative);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-top: .3125rem;
  display: flex;
}

.video-play_btn:hover {
  background-color: var(--black-2);
}

.about-company_wrp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-company_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  display: grid;
}

.about-company_item {
  padding-top: 1.25em;
}

.text-35 {
  font-size: 2.19rem;
  font-weight: 300;
  line-height: 1.2;
}

.border-separate {
  width: 1px;
  height: 100%;
  background-color: var(--light-grey);
}

.about-compan-options_wrp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.38em;
  display: grid;
}

.company-options_item {
  min-height: 20em;
  border: 1px solid var(--light-grey);
  border-radius: .63em;
  flex-direction: column;
  padding: 1.28em;
  display: flex;
}

.company-options_item.black-color {
  background-color: var(--black-2);
  color: #fff;
}

.option-ico {
  width: 5.63em;
  height: 5.63em;
}

._2-col-row-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-col-row-content.m-auto {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content min-content;
  margin-top: auto;
}

._2-col-row-content.m-auto.mb-10 {
  margin-bottom: .63em;
}

._2-col-row-content.max-453 {
  max-width: 29.5em;
}

._2-col-row-content.mw-280 {
  width: 21em;
  width: 21em;
  width: 21em;
}

.padding-small {
  padding-top: 3.75em;
  padding-bottom: 3.75em;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--silver);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  width: 6.25em;
}

.max-w-500 {
  max-width: 31.25em;
}

.max-w-500.ru {
  max-width: 35em;
}

.form-wrapper.mt-40 {
  margin-top: 2.5em;
}

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

.form-main {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-3-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--silver);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75em;
  padding-top: 3.75em;
  display: grid;
}

.footer-3-column.hidden {
  display: none;
}

.footer-col {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.footer-logo-link {
  width: 15em;
}

.footer-logo {
  width: 11rem;
  min-height: 50px;
}

.footer-link-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--silver);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link-list.mt-40 {
  margin-top: 2.5em;
}

.list-item.hide {
  display: none;
}

.footer-link {
  grid-column-gap: .63em;
  align-items: center;
  display: flex;
}

.text-45 {
  font-size: 2.2rem;
}

.text-45.color-gray {
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
}

.socila-wrapper {
  grid-column-gap: .94em;
  padding: 0;
}

.footer-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 3.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer-banner-item {
  grid-row-gap: 1.5em;
  flex-direction: column;
  display: flex;
}

.footer-contact-item {
  grid-row-gap: .63em;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.image-3 {
  width: 5.38em;
}

.about-img-box {
  position: relative;
}

.about-img-box._1-pic {
  padding-top: 74%;
  position: relative;
  overflow: hidden;
}

.about-img-box._2-pic {
  padding-top: 130%;
}

.about-img-box._3-pic {
  padding-top: 100%;
}

.text-block-8.min-width {
  min-width: 120px;
}

.mobile-progress-wrp {
  display: none;
}

.footer-social-link {
  transition: filter .2s;
}

.footer-social-link:hover {
  filter: brightness(200%);
}

.codes {
  width: 40px;
  height: 40px;
  background-color: #000;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.track {
  height: 270vh;
  position: relative;
}

.stick-block {
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
}

.stick-block.ar {
  direction: ltr;
}

.content-block {
  grid-column-gap: 8.63em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.content-block.ar {
  overflow: hidden;
}

.small-padding {
  padding-top: 0;
}

.left-side.ar {
  direction: rtl;
}

.right-side {
  align-items: center;
  padding-top: 1em;
  display: flex;
  overflow: hidden;
}

.right-side.animate {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.scroll-container {
  width: 36.2rem;
}

.step-scroll {
  grid-column-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.step-block {
  width: 33rem;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.step-block.inactive {
  display: none;
}

.step-block.ar {
  direction: rtl;
}

.step-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.step-img-wrp {
  padding-top: 75%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mt-20 {
  margin-top: 1.25rem;
}

.paragraph-3 {
  font-family: Manrope, sans-serif;
  font-size: 4.38em;
  font-weight: 200;
  line-height: .9;
}

.trigger {
  width: 100%;
  position: absolute;
}

.trigger.is--1 {
  height: 85%;
  top: 15%;
}

.trigger.is--2 {
  height: 120vh;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trigger.is--3 {
  height: 50vh;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.trigger.is--4 {
  height: 30vh;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.step-content {
  width: 35em;
}

.remodal {
  z-index: 999;
  height: 100vh;
  background-color: rgba(1, 1, 1, .3);
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.remodal._1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.close-bg-popup-copy {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-content-volta {
  z-index: 2;
  max-width: 70rem;
  background-color: var(--white);
  border-radius: 1.25em;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
  position: relative;
}

.popup-content-volta.img-background {
  width: 100%;
  background-image: linear-gradient(to right, var(--white) 50%, rgba(255, 255, 255, 0)), url('../images/AHGR_Brochure_A4_130124_Digital-1-1.webp');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.consultation-wrp-popup {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: "heading-form img"
                 "form descr"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-close-popup {
  width: 2.5em;
  height: 2.5em;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -3.03em;
}

.map-link {
  width: 100%;
  height: 100%;
}

.icon-embed-medium {
  width: 3rem;
  height: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-close-popup-menu {
  width: 2.5em;
  height: 2.5em;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -3.03em;
}

.close {
  grid-column-gap: .625rem;
  color: var(--white);
  letter-spacing: -.01em;
  text-indent: 0;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3.125rem;
  align-items: center;
  padding: 0;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .35s;
  display: none;
}

.close:hover {
  color: var(--silver);
}

.close.w--current {
  color: #642eff;
}

.menu-links-wrp {
  grid-column-gap: 1.88em;
  justify-content: flex-end;
  display: flex;
}

.mob-menu-controll-button {
  display: none;
}

.inner-menu {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.italic-text {
  opacity: .8;
  font-size: .7em;
  font-style: normal;
  display: inline-block;
}

.italic-text.small, .italic-text.smallh1 {
  font-size: .3em;
}

.italic-text-2 {
  opacity: .8;
  font-size: .8em;
  font-style: normal;
}

.popup__map {
  z-index: 999;
  height: 100vh;
  background-color: rgba(1, 1, 1, .3);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-content-volta-2 {
  z-index: 2;
  height: auto;
  max-width: 72.5em;
  background-color: #fff;
  border-radius: 1.25em;
  flex-direction: column;
  padding: 2.5em;
  display: flex;
  position: relative;
}

.popup-content-volta-2.map-content {
  width: 92%;
  height: 90svh;
  max-width: none;
  padding: 0;
}

.icon-close-popup-2 {
  width: 2.5em;
  height: 2.5em;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -3.03em;
}

.map-code {
  height: 100%;
}

.success-message {
  height: 100%;
  color: #d0d0d0;
  border: 1px solid #d0d0d0;
  font-size: 1rem;
}

.error-message {
  color: red;
  background-color: rgba(255, 222, 222, 0);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-10 {
  color: #666;
}

.image-5, .image-6 {
  border-radius: 5px;
}

.wrapper-arabic {
  overflow: hidden;
}

.shadow-bg {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
  position: absolute;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-hero {
  max-height: 100px;
  max-width: 50%;
}

.success-div {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  grid-column-gap: .63em;
  display: flex;
}

.number-percent {
  color: var(--color--corporative);
  font-size: 14rem;
  line-height: .8;
}

.cell-7 {
  flex-direction: row;
  justify-content: space-between;
}

.cell-border-left-2 {
  border-left: 1px solid #b5b5b5;
}

.cell-border-left-2.border-right {
  border-right: 1px solid #b5b5b5;
}

.min-width {
  min-width: 1000px;
}

.icon-lang {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 0;
  right: .94em;
}

.dropdown-toggle-lang {
  padding: 0 2.82em 0 .94em;
}

.dropdown-link {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-list {
  width: 100%;
  text-align: left;
}

.dropdown-list.w--open {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-12.ar {
  font-family: Notosansarabic, sans-serif;
}

.p-text-16-2 {
  align-self: flex-start;
  font-size: 1rem;
  line-height: 1.5;
}

.p-text-16-2.color-gray {
  color: #b5b5b5;
  margin-top: 10px;
}

.image-7 {
  border-radius: 5px;
}

.image-8 {
  width: 5.38em;
}

.image-9 {
  border-radius: 5px;
}

.icon-lang-2 {
  margin-right: 0;
  right: .94em;
}

.lang-link-dropdown {
  min-height: 50px;
  outline-offset: 0rem;
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3rem;
  outline: .0625rem solid rgba(255, 255, 255, .1);
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 0 0 0 0;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link-2 {
  width: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
  display: flex;
}

.dropdown-link-2:hover {
  color: #a3a3a3;
}

.navigation-button-2 {
  outline-offset: 0rem;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3rem;
  outline: .0625rem solid rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
  padding: .63em .94em;
  font-size: .88em;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  display: none;
}

.navigation-button-2:hover {
  color: #282828;
  background-color: #fff;
}

.dropdown-toggle-lang-new {
  color: #fff;
  padding: .63em 2.82em .63em .94em;
}

.dropdown-list-2 {
  width: 100%;
  outline-offset: 0px;
  color: #fff;
  text-align: left;
  background-color: #282828;
  border-radius: 3rem;
  outline: .0625rem solid rgba(255, 255, 255, .1);
}

.dropdown-list-2.w--open {
  color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 60px;
  overflow: hidden;
}

.nav-buttons-2 {
  grid-column-gap: .625rem;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  flex: none;
  margin-left: 4em;
  display: flex;
}

.dropdown-list-3 {
  width: 100%;
  outline-offset: 0px;
  color: #fff;
  text-align: left;
  background-color: #282828;
  border-radius: 3rem;
  outline: .0625rem solid rgba(255, 255, 255, .1);
}

.dropdown-list-3.w--open {
  color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 60px;
  overflow: hidden;
}

.cons__section {
  display: block;
}

.cons__section.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cons__section.background-fix {
  height: 48em;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.cons__section.video-section {
  height: 53.13em;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cons__section.footer {
  width: 100%;
  background-color: var(--black-2);
}

.cons__section.inactive {
  display: none;
}

.cons__section.slider {
  overflow: hidden;
}

.cons__section-fr {
  display: block;
}

.cons__section-fr.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cons__section-fr.background-fix {
  height: 48em;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.cons__section-fr.video-section {
  height: 53.13em;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cons__section-fr.footer {
  width: 100%;
  background-color: var(--black-2);
}

.cons__section-fr.inactive {
  display: none;
}

.cons__section-fr.slider {
  overflow: hidden;
}

.hero__section {
  display: block;
}

.hero__section.hero {
  height: auto;
  min-height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 10%, rgba(0, 0, 0, .6)), url('../images/AHGR_Brochure_A4_130124_Digital-1-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero__section.background-fix {
  height: 48em;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.hero__section.video-section {
  height: 53.13em;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__section.footer {
  width: 100%;
  background-color: var(--black-2);
}

.hero__section.inactive {
  display: none;
}

.hero__section.slider {
  overflow: hidden;
}

.hero__section.hero-h {
  width: 50%;
  height: auto;
  min-height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 10%, rgba(0, 0, 0, .6)), url('../images/WhatsApp-Image-2024-01-10-at-11.20.48.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero__section.last-call {
  width: 50%;
  height: auto;
  min-height: 100vh;
  background-color: #282828;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.features__section {
  display: block;
}

.features__section.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.features__section.background-fix {
  height: 48em;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.features__section.video-section {
  height: 53.13em;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.features__section.footer {
  width: 100%;
  background-color: var(--black-2);
}

.features__section.inactive {
  display: block;
}

.features__section.slider {
  overflow: hidden;
}

.slider__wrapper {
  margin-left: 5%;
}

.slider__wrapper.inactive {
  display: none;
}

.slider__wrapper.ar {
  margin-left: 0%;
  margin-right: 5%;
}

.about__head {
  grid-column-gap: 6.69em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  display: grid;
}

.service__section {
  direction: ltr;
  display: block;
}

.service__section.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service__section.background-fix {
  height: 57rem;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.service__section.video-section {
  height: 53.13em;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service__section.footer {
  width: 100%;
  background-color: var(--black-2);
}

.service__section.inactive {
  display: none;
}

.service__section.slider {
  overflow: hidden;
}

.floorplan__section {
  display: block;
}

.floorplan__section.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.floorplan__section.background-fix {
  height: 57rem;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.floorplan__section.video-section {
  height: 53.13em;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.floorplan__section.footer {
  width: 100%;
  background-color: var(--black-2);
}

.floorplan__section.inactive {
  display: none;
}

.floorplan__section.slider {
  overflow: hidden;
}

.slider__section {
  display: block;
}

.slider__section.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slider__section.background-fix {
  height: 57rem;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.slider__section.video-section {
  height: 53.13em;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__section.footer {
  width: 100%;
  background-color: var(--black-2);
}

.slider__section.inactive {
  display: none;
}

.slider__section.slider {
  overflow: hidden;
}

.cta__section {
  display: block;
}

.cta__section.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.cta__section.background-fix {
  height: 57rem;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.cta__section.video-section {
  height: 53.13em;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta__section.footer {
  width: 100%;
  background-color: var(--black-2);
}

.cta__section.inactive {
  display: none;
}

.cta__section.slider {
  overflow: hidden;
}

.developmant__section {
  display: block;
}

.developmant__section.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.developmant__section.background-fix {
  height: 57rem;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.developmant__section.video-section {
  height: 53.13em;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.developmant__section.footer {
  width: 100%;
  background-color: var(--black-2);
}

.developmant__section.inactive {
  display: none;
}

.developmant__section.slider {
  overflow: hidden;
}

.canal__section {
  display: block;
}

.canal__section.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.canal__section.background-fix {
  height: 57rem;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.canal__section.video-section {
  height: 53.13em;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.canal__section.footer {
  width: 100%;
  background-color: var(--black-2);
}

.canal__section.inactive {
  display: none;
}

.canal__section.slider {
  overflow: hidden;
}

.keyfeature__section {
  display: block;
}

.keyfeature__section.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.keyfeature__section.background-fix {
  height: 57rem;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.keyfeature__section.video-section {
  height: 53.13em;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.keyfeature__section.footer {
  width: 100%;
  background-color: var(--black-2);
}

.keyfeature__section.inactive {
  display: none;
}

.keyfeature__section.slider {
  overflow: hidden;
}

.bg__section {
  display: block;
}

.bg__section.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bg__section.background-fix {
  height: 57rem;
  background-image: url('../images/AHGR_Brochure_A4_130124_Digital-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bg__section.video-section {
  height: 53.13em;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg__section.footer {
  width: 100%;
  background-color: var(--black-2);
}

.bg__section.inactive {
  display: none;
}

.bg__section.slider {
  overflow: hidden;
}

.economic__section {
  display: block;
}

.economic__section.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.economic__section.background-fix {
  height: 57rem;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.economic__section.video-section {
  height: 53.13em;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.economic__section.footer {
  width: 100%;
  background-color: var(--black-2);
}

.economic__section.inactive {
  display: none;
}

.economic__section.slider {
  overflow: hidden;
}

.type__section {
  display: block;
}

.type__section.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.type__section.background-fix {
  height: 57rem;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.type__section.video-section {
  height: 53.13em;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.type__section.footer {
  width: 100%;
  background-color: var(--black-2);
}

.type__section.inactive {
  display: none;
}

.type__section.slider {
  overflow: hidden;
}

.payment__section {
  display: block;
}

.payment__section.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.payment__section.background-fix {
  height: 57rem;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.payment__section.video-section {
  height: 53.13em;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.payment__section.footer {
  width: 100%;
  background-color: var(--black-2);
}

.payment__section.inactive {
  display: none;
}

.payment__section.slider {
  overflow: hidden;
}

.video__section {
  display: block;
}

.video__section.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.video__section.background-fix {
  height: 57rem;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.video__section.video-section {
  height: 53rem;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video__section.footer {
  width: 100%;
  background-color: var(--black-2);
}

.video__section.inactive {
  display: block;
}

.video__section.slider {
  overflow: hidden;
}

.company__section {
  display: block;
}

.company__section.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.company__section.background-fix {
  height: 57rem;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.company__section.video-section {
  height: 53.13em;
  background-image: url('../images/Rectangle-2782.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.company__section.footer {
  width: 100%;
  background-color: var(--black-2);
}

.company__section.inactive {
  display: block;
}

.company__section.slider {
  overflow: hidden;
}

.footer {
  background-color: var(--black-2);
}

.grafik__wrapper {
  display: block;
}

.grafik__wrapper.inactive {
  display: none;
}

.button__wrap {
  width: 100%;
  margin-top: 4.38rem;
  display: flex;
}

.doqload-wrp-popup {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template: "heading-form img"
                 "form img"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body__ar {
  direction: rtl;
  font-family: Notosansarabic, sans-serif;
}

.yakor-gallery {
  width: 100%;
  height: .1em;
}

.v-flex-g-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.text-20-2 {
  font-size: 1.25em;
}

.first-block {
  display: flex;
}

.left-content-volt-2 {
  max-width: 58rem;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.text-14-2 {
  font-size: .88rem;
}

.container-3 {
  height: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading-volt-wrp-2 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.hero-heading-call {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.call-head {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.2;
}

.navigation-button-copy-2 {
  min-height: 3rem;
  min-width: 7.5rem;
  color: #d0a966;
  text-align: center;
  letter-spacing: -.02em;
  border: 1px solid #d0a966;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button-copy-2:hover {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}

.navigation-button-copy-2.field-color {
  color: #fff;
  background-color: #d0a966;
  border-color: #d0a966;
  justify-content: center;
}

.navigation-button-copy-2.field-color:hover {
  background-color: #282828;
}

.navigation-button-copy-2.field-color.call {
  padding-left: 2rem;
  padding-right: 2rem;
}

.arrow {
  align-self: flex-end;
  display: none;
  position: relative;
  bottom: .5rem;
}

.arrow.ar {
  display: none;
}

.prez-txt-2 {
  clear: left;
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.conditions-hero-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  display: flex;
}

.conditions-hero-item-2 {
  grid-row-gap: .625rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 3rem;
  display: flex;
}

._40px-icon {
  width: 40px;
  height: 40px;
  max-width: 40px;
}

.button-hero-wrp-2 {
  max-width: 50%;
  flex: 0 auto;
}

.button-hero-wrp-2.b {
  flex: 1;
}

.hero-heado-prez-wrp-2 {
  grid-row-gap: 3.25rem;
  flex-direction: column;
  display: flex;
}

.volt-hero_contain-call {
  display: flex;
}

.volt-hero_contain-call.animate {
  height: 100%;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: space-between;
}

.h1-volt-2 {
  color: #fff;
  cursor: auto;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 1;
}

.h1-volt-2.ch-15 {
  font-size: 3.5rem;
  line-height: 1.1;
}

.h1-volt-2.ch-15.small {
  font-size: 2rem;
}

.text-block-14 {
  white-space: nowrap;
}

.padding-global-2 {
  height: 100%;
  padding-left: 2.75rem;
  padding-right: 2.75rem;
  position: relative;
}

.conditions-hero-column-2 {
  width: 100%;
  grid-row-gap: 1.5625rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.conditions-hero-column-2.h {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.conditions-hero-column-2.about-heading-contain {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.hero-button-blure-2 {
  min-height: 3rem;
  min-width: 7.5rem;
  grid-column-gap: .3125rem;
  -webkit-backdrop-filter: blur(.125rem);
  backdrop-filter: blur(.125rem);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  border: .0625rem solid rgba(255, 255, 255, .5);
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.hero-button-blure-2:hover {
  color: #282828;
  background-color: #fff;
}

.description-wrp {
  margin-bottom: 1.5rem;
}

.container-4 {
  height: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.navigation-button-copy-3 {
  min-height: 3rem;
  min-width: 7.5rem;
  color: #d0a966;
  text-align: center;
  letter-spacing: -.02em;
  border: 1px solid #d0a966;
  border-radius: 3rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button-copy-3:hover {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}

.navigation-button-copy-3.field-color {
  color: #fff;
  background-color: #d0a966;
  border-color: #d0a966;
  justify-content: center;
}

.navigation-button-copy-3.field-color:hover {
  background-color: #282828;
}

.navigation-button-copy-3.field-color.call {
  padding-left: 2rem;
  padding-right: 2rem;
}

.prez-txt-3 {
  clear: left;
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.conditions-hero-item-3 {
  grid-row-gap: .625rem;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 3rem;
  display: flex;
}

.button-hero-wrp-3 {
  max-width: 50%;
  flex: 0 auto;
}

.button-hero-wrp-3.b {
  flex: 1;
}

.hero-heado-prez-wrp-3 {
  grid-row-gap: 3.25rem;
  flex-direction: column;
  display: flex;
}

.text-block-15, .text-block-16 {
  white-space: nowrap;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  align-items: center;
  padding: 15px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.text-45-2 {
  font-size: 2.81em;
}

.text-45-2.color-gray {
  text-align: left;
  text-transform: uppercase;
  text-align: left;
  text-transform: uppercase;
  color: #b5b5b5;
  text-align: left;
  text-transform: uppercase;
  font-size: 2.2em;
  font-weight: 200;
  line-height: 1.2;
}

.text-16px-gray-2 {
  color: #b5b5b5;
  font-size: 1rem;
  transition: all .2s;
}

.text-16px-gray-2.copyright:hover {
  color: #b5b5b5;
}

.text-16px-gray-2.hover-effect:hover {
  color: #fff;
}

.p-text-16-3 {
  align-self: flex-start;
  font-size: 1rem;
  line-height: 1.5;
}

.p-text-16-3.color-gray {
  color: #b5b5b5;
  margin-top: 10px;
}

.icon-plus-gray-2 {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.icon-plus-gray-2.relative {
  position: relative;
  top: 1.4em;
}

.image-11 {
  border-radius: 5px;
}

.image-12 {
  width: 5.38em;
}

.footer-3-column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #b5b5b5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75em;
  padding-top: 3.75em;
  display: grid;
}

.footer-col-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 3.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer-link-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #b5b5b5;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link-list-2.mt-40 {
  margin-top: 2.5em;
}

.footer-logo-link-2 {
  width: 15em;
}

.icon-plus-gray-3 {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.icon-plus-gray-3.relative {
  position: relative;
  top: 1.4em;
}

.text-16px-gray-3 {
  color: #b5b5b5;
  font-size: 1rem;
  transition: all .2s;
}

.text-16px-gray-3.copyright:hover {
  color: #b5b5b5;
}

.text-16px-gray-3.copyright.mob {
  display: none;
}

.text-16px-gray-3.hover-effect:hover {
  color: #fff;
}

.image-13 {
  width: 5.38em;
}

.footer-col-grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 3.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.p-text-16-4 {
  align-self: flex-start;
  font-size: 1rem;
  line-height: 1.5;
}

.p-text-16-4.color-gray {
  color: #b5b5b5;
}

.footer-3-column-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #b5b5b5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75em;
  padding-top: 3.75em;
  display: grid;
}

.footer-col-2 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-9 {
  grid-column-gap: .63em;
  display: flex;
}

.text-16px-gray-4 {
  color: #b5b5b5;
  font-size: 1rem;
  transition: all .2s;
}

.text-16px-gray-4.copyright:hover {
  color: #b5b5b5;
}

.text-16px-gray-4.hover-effect:hover {
  color: #fff;
}

.icon-plus-gray-4 {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.icon-plus-gray-4.relative {
  position: relative;
  top: 1.4em;
}

.p-text-16-5 {
  color: #b5b5b5;
  align-self: flex-start;
  font-size: 1rem;
  line-height: 1.5;
}

.p-text-16-5.color-gray {
  color: #b5b5b5;
}

.footer-3-column-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #b5b5b5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75em;
  padding-top: 3.75em;
  display: grid;
}

.footer-logo-3 {
  min-height: 50px;
}

.footer-col-grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 3.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer-col-3 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.image-14 {
  width: 5.38em;
}

.ar {
  font-family: Notosansarabic, sans-serif;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 7vw;
  }

  .txt-36.bold, .txt-36.bold.color-blue {
    font-size: 4vw;
  }

  .hero-section {
    align-items: flex-start;
    padding-top: 6vw;
  }

  .h-1 {
    font-size: 12vw;
  }

  .h-1._80px {
    font-size: 3.4em;
  }

  .pad-40.max-w-32em {
    width: 45vw;
  }

  .action-buttons-wrp {
    grid-row-gap: 3vw;
    flex-wrap: wrap;
    margin-top: 6.38vw;
  }

  .line-decore {
    margin-left: 0;
  }

  .global-padding {
    padding-top: 11.32vw;
    padding-bottom: 11.32vw;
  }

  ._3-col_layout {
    grid-row-gap: 4vw;
    grid-template-columns: 1.75fr;
  }

  .spacer-40 {
    padding-top: 5.35vw;
  }

  .service-wrp {
    margin-top: 14.61vw;
  }

  .service-thumb {
    width: 11em;
    height: 11em;
  }

  .v-flex {
    width: 100%;
    grid-column-gap: 2.5em;
    text-align: center;
    flex-direction: column;
  }

  .heading-service {
    text-align: left;
    font-size: 3vw;
  }

  ._2-col-row {
    grid-row-gap: 5.36em;
    grid-template-columns: 1fr;
  }

  .h2.aligne-right.position-relative {
    font-size: 2.5em;
  }

  .aligne-r-content {
    height: 93vw;
  }

  .feauters-img {
    margin-top: 0;
    position: absolute;
  }

  .txt-link_64.aligne-right {
    font-size: 6vw;
  }

  .big-link-wrp {
    margin-top: 3em;
  }

  ._12-col-gallery {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .flore-link {
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
  }

  .tab-menu {
    grid-column-gap: 4.18vw;
  }

  .tab-inner {
    grid-template-columns: 1fr 1fr;
  }

  .content-heading {
    font-size: 3.13vw;
  }

  .text-aligne-right {
    margin-bottom: -3.6em;
  }

  .txt-50 {
    font-size: 5vw;
  }

  .spacer-130 {
    height: 3em;
  }

  .cell {
    padding: 2.4em 1.55em 1.9em;
  }

  .paymebt-flex-spacebetwin {
    grid-row-gap: 4.18vw;
    flex-wrap: wrap;
  }

  .txt-55 {
    font-size: 4vw;
  }

  .txt-55.ru {
    font-size: 1.7em;
  }

  .form-headline {
    font-size: 4vw;
    font-weight: 500;
  }

  .input {
    font-size: .8em;
  }

  .submit-button {
    font-size: 1em;
  }

  .txt-64 {
    font-size: 5vw;
  }

  .form-block-main {
    height: auto;
    margin-bottom: 0;
  }

  .floating-label.new-tem.pop-up-form {
    font-size: 1.5em;
    bottom: 1.4em;
  }

  .flex-block-v {
    align-items: center;
  }

  .footer-stack {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding: 0;
  }

  .payment-percent-txt {
    font-size: 2.2em;
  }

  .close-ico {
    width: 4em;
    top: 2.8em;
    right: 2.5em;
  }

  .bold-text {
    font-size: 5vw;
  }

  .page-padding {
    padding-left: 2.02em;
    padding-right: 2.02em;
  }

  .p-text.color-gray {
    font-size: 1rem;
  }

  .logo {
    width: 15.84vw;
  }

  .h1-heading {
    font-size: 6.05vw;
  }

  .hero-contain {
    width: 90em;
  }

  .pad-20.max-w-670 {
    width: auto;
  }

  .button2 {
    font-size: 1.6em;
  }

  .button2.mtop-20 {
    padding: 1.2em 4.04em;
    font-size: 2.52em;
  }

  .button2.nav-buttom {
    font-size: 1.21em;
    display: none;
  }

  .layout-video {
    padding-top: 42.64vw;
  }

  .about-item {
    width: 22em;
    height: 30em;
  }

  .button-secondary {
    font-size: 1.6em;
  }

  .spacer-20 {
    padding-top: 2.09em;
  }

  .spacer-20.epand {
    align-items: flex-start;
  }

  .txt-55-form {
    font-size: 4vw;
  }

  .input-2 {
    height: 6em;
    font-size: .8em;
  }

  .input-2.dark-border, .submit-button-2 {
    font-size: 1em;
  }

  .submit-button-2.solid-color {
    height: 5em;
  }

  .txt-60 {
    font-size: 5vw;
  }

  .footer-stack-new {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    padding: 0;
  }

  .txt-14 {
    font-size: 1.5em;
  }

  .header {
    padding: 1.03vw 7.02em;
  }

  .nav-inner {
    z-index: 30;
    height: 100vh;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-top: 4.04em;
    padding-left: 4em;
    padding-right: 4em;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-menu {
    z-index: 10;
    width: 50.45em;
    height: 100vh;
    background-color: var(--midnight-blue);
    color: var(--linen);
  }

  .logo-img {
    width: 19.48vw;
  }

  .nav-link {
    color: var(--linen);
    margin-bottom: 1.51em;
    margin-left: 0;
    margin-right: 0;
    font-size: 3.8em;
  }

  .nav-link.close-menu {
    width: 3.03em;
    height: 3.03em;
    background-image: url('../images/system-uicons_cross.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    margin-top: 2.02em;
    margin-right: .4em;
    font-size: 1.8em;
    display: flex;
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .dropdown-toggle {
    font-size: 1.5vw;
  }

  .nav-button-wrp {
    z-index: 0;
    position: relative;
  }

  .mobile-menu-button {
    justify-content: center;
    align-items: center;
    margin-left: .69em;
    padding: 0;
    display: flex;
  }

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

  .hamburger-wrp {
    width: 2.1em;
    height: 2.1em;
    background-color: var(--midnight-blue);
    color: var(--white);
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-form-cons.popup-content {
    width: 80em;
  }

  .left-content {
    max-width: 39em;
  }

  .menu-logo {
    width: 32em;
    margin-bottom: 4.44em;
  }

  .menu-logo.hide {
    display: block;
  }

  .container-2 {
    max-width: 45.5rem;
  }

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

  .hero-split {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }

  .navigation-wrapper {
    width: auto;
    align-items: center;
    display: flex;
  }

  .navigation.header {
    padding: 0 5%;
  }

  .logo-link-2 {
    margin-right: 0;
  }

  .menu-button {
    color: #393b6a;
    padding: .75rem;
  }

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

  .navigation-menu {
    height: 100vh;
    background-color: var(--black-2);
    color: #393b6a;
    border-radius: .5rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 4.18rem;
    position: fixed;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-container.larg-container {
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-link {
    font-size: 1.5rem;
    line-height: 2;
  }

  .navigation-link:hover {
    color: var(--grey-2);
    background-color: rgba(0, 0, 0, 0);
  }

  .lang-link-wrp {
    outline-color: rgba(255, 255, 255, .29);
    padding: .63rem .94rem;
  }

  .lang-link-wrp.mobile {
    font-size: 1rem;
    display: flex;
  }

  .lang-link-2.active, .lang-link-2.inactive {
    font-size: 1rem;
  }

  .nav-buttons {
    z-index: 0;
    margin-left: 0;
    position: relative;
  }

  .nav-buttons.mobile {
    display: flex;
  }

  .section-volt.hero {
    height: auto;
  }

  .section-volt.background-fix {
    height: 32rem;
  }

  .padding-section-large {
    padding-top: 5rem;
  }

  .padding-section-large.hero {
    padding-top: 7.75rem;
  }

  .volt-hero_contain {
    flex-direction: column;
  }

  .hero-heado-prez-wrp {
    flex-direction: column;
    padding-left: 0;
  }

  .prez-item.second {
    justify-content: flex-end;
    margin-top: 0;
    margin-left: auto;
  }

  .conditions-hero-column {
    max-width: none;
    grid-column-gap: 1.5625rem;
    grid-row-gap: 2.1875rem;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 1.88rem;
    margin-left: 0;
  }

  .hero-heading-volt-wrp {
    margin-top: 4.18em;
  }

  .h1-volt {
    font-size: 5rem;
  }

  .button-hero-wrp {
    width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .h-flex {
    display: flex;
  }

  .h-flex.m-bottom {
    margin-bottom: 8.35em;
    display: flex;
  }

  .lottie-hamburger {
    filter: invert();
    display: flex;
  }

  .heading-section-wrp {
    flex-direction: column;
    align-items: baseline;
  }

  .headin-sub-h-wrp {
    max-width: 41em;
    align-self: flex-end;
  }

  .headin-sub-h-wrp._398 {
    max-width: 41.75em;
  }

  .headin-sub-h-wrp._280 {
    max-width: 40em;
  }

  .p-sub-h, .p-sub-h.color-gray {
    font-size: 2.5rem;
  }

  .about-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0em;
    grid-template: "about-text"
                   "about-index"
                   "about-pic2"
                   "about-pic1"
                   "about-pic3"
                   "about-logo"
                   / minmax(0, 1fr);
  }

  .about-index.center-item {
    align-self: flex-end;
  }

  .index-txt {
    font-size: 4rem;
  }

  .index-txt.dark {
    font-size: 7rem;
  }

  .about-index-wrp {
    align-items: stretch;
  }

  .h2-volta {
    font-size: 3.5rem;
  }

  .p-text-16.color-gray.hide {
    display: none;
  }

  .about-item-img.fitnes {
    max-width: 50%;
    margin-top: 4.3rem;
    margin-left: 0;
    margin-right: 0;
  }

  .about-item-img.one-pic {
    margin-bottom: 0;
  }

  .about-item-img.two-pic {
    max-width: 50%;
    margin-top: 4.3rem;
  }

  .about-img-volta {
    height: 100%;
    max-height: none;
    min-height: auto;
    object-fit: cover;
    margin-bottom: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .about-img-ttl {
    font-size: 5.22vw;
  }

  .about-dev-logo_wrp {
    max-width: 12rem;
  }

  .about-dev-logo_wrp.animate {
    align-items: flex-start;
    margin-top: 4rem;
  }

  .sticky-track {
    height: 200vh;
  }

  .focus-project_wrp {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    top: 0;
  }

  .h-scroll-wrp {
    width: auto;
    overflow: hidden;
  }

  .h-scroll-item {
    width: 88em;
    height: auto;
  }

  .item-text-top {
    justify-content: space-between;
    align-items: flex-end;
  }

  .text-16px-gray.copyright {
    text-align: left;
  }

  .text-16px-gray.max-w {
    max-width: 23em;
  }

  .scroll-item_img-wrp {
    height: 100em;
    margin-top: 4.18em;
  }

  .floorplan-header_tabl {
    grid-template-columns: 1.45fr 1fr 1fr;
  }

  .floorplan-header_tabl.bottom-border {
    grid-template-columns: 1.65fr .75fr;
    display: none;
  }

  .table-cell {
    grid-column-gap: 2.09em;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .qa-text {
    white-space: normal;
    font-size: 1.3125rem;
    line-height: 1.5625rem;
  }

  .h-wrap {
    max-width: none;
    margin-top: 18.79em;
    position: -webkit-sticky;
    position: sticky;
    top: 4.18em;
  }

  .volta-floor-txt {
    font-size: 1.5rem;
  }

  .txt-11.color-gray {
    align-self: flex-end;
    font-size: .75rem;
  }

  .floor-plan_content-wrp {
    grid-template-columns: 1.1fr;
  }

  .info-planl-wrp {
    grid-template-columns: 1fr 1fr;
  }

  .navigation-button-copy {
    width: 31.32vw;
    min-width: 19rem;
  }

  .all-plan-img {
    width: 22em;
  }

  .icon-drop {
    width: 4rem;
  }

  .slide-img-volta_wrp {
    height: 24rem;
  }

  .map-arrow {
    width: 4rem;
    height: 3rem;
    margin-right: 4.4em;
  }

  .map-arrow.ar {
    margin-right: 0;
  }

  .form-cosult-ttl.txt-sz-55, .form-cosult-ttl.txt-sz-55.no-wrap {
    white-space: normal;
  }

  .form-descript {
    max-width: none;
    margin-top: 0;
  }

  .form-descript.txt-sz-18 {
    max-width: none;
    margin-top: .125em;
  }

  .coonsult-image {
    display: none;
  }

  .input-3 {
    padding-left: 4.18vw;
  }

  .input-3.dark-border {
    font-size: 1em;
  }

  .submit-form-btn-volt {
    height: 10.44vw;
  }

  .consultation-wrp-copy {
    grid-template: "heading-form"
                   "descr"
                   "form"
                   / 1.75fr;
  }

  .consultation-wrp-copy.animate {
    grid-template-columns: 1fr;
  }

  .inner-slide {
    grid-template: "heading-slide"
                   "img-slide"
                   "content-slide"
                   / 1fr;
  }

  ._2-slide-img-wrp {
    width: 100%;
    height: 70em;
  }

  .text-70.color-white {
    font-size: 4rem;
  }

  .about-dev-grid {
    grid-column-gap: 0rem;
    grid-template: "about-text"
                   "about-index"
                   "about-pic2"
                   "about-pic1"
                   "about-pic3"
                   "about-logo"
                   / auto;
  }

  .dev-project {
    grid-row-gap: 8.35vw;
    grid-template-columns: 1fr;
  }

  .dev-project.animate {
    grid-template-columns: .75fr .75fr 1fr;
  }

  .dev-card {
    border-style: none;
    padding: 0;
  }

  .card-img-wrp {
    height: 18rem;
  }

  .h-4.ml {
    font-size: 2rem;
  }

  .dev-tag-wrp {
    margin-top: 3.34em;
  }

  .dev-tag-wrp.max-w {
    width: 71em;
  }

  .tag-item {
    font-size: 2.09vw;
  }

  .located-wrp {
    grid-template: "circle"
                   "description"
                   "map"
                   / 100%;
  }

  .located-content {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    justify-content: flex-start;
  }

  .item-flex_aligne-end {
    justify-content: space-between;
  }

  .located-ttl {
    margin-right: auto;
    font-size: 3rem;
  }

  .located-ttl.ch-10 {
    max-width: none;
    margin-right: auto;
  }

  .located-text-mini {
    position: static;
  }

  .located-text-mini._3 {
    font-size: 1rem;
  }

  .white-circle_shape {
    width: 95em;
    height: auto;
    grid-row-gap: 4.18em;
    border-style: none;
    padding-left: 6.55em;
  }

  .white-circle_shape.animate {
    width: auto;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .box-220 {
    width: 26em;
  }

  .located-map-wrp {
    width: 114%;
    height: 40vw;
    margin-left: -6em;
  }

  .located-map-wrp.animate {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .map-pic {
    border-radius: 0;
  }

  .map-content.dark {
    padding-left: 0;
    padding-right: 9.5em;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .flex-box-horizontal {
    grid-column-gap: .94em;
    justify-content: center;
  }

  .features-wrp {
    border-top-style: none;
  }

  .feauters-cell {
    border-top: 1px solid var(--light-grey);
    border-bottom: 1px none var(--silver);
  }

  .feauters-cell.center-cellborder {
    border-left-style: none;
    border-right-style: none;
  }

  .readmore-link.gray {
    font-size: 2.09em;
  }

  .features-content-wrp {
    align-items: flex-start;
  }

  .price-progress-wrp {
    display: block;
  }

  .price-percent-wrp.index-price {
    width: auto;
    margin-top: 2.8rem;
  }

  .subtext.gray {
    width: auto;
    width: auto;
    font-size: 2.09em;
  }

  .progress {
    height: 5rem;
  }

  .progres-grid {
    height: auto;
    grid-column-gap: 0rem;
    grid-template: "about-text"
                   "about-index"
                   / auto;
  }

  .progres-grid.animate {
    height: auto;
  }

  .what-change-hat {
    margin-bottom: 14.61em;
  }

  .text-20.color-gray {
    align-self: center;
    font-size: 20px;
  }

  .what-change-row {
    padding-top: 9.39em;
    padding-bottom: 9.39em;
  }

  .what-change_ttl-wrp {
    justify-content: space-between;
  }

  .text-80 {
    font-weight: 300;
  }

  .text-12.color-green {
    font-size: 1.67em;
  }

  .payment-plan_wrp {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  ._3-col-auto.ml-256 {
    margin-left: auto;
  }

  .text-100 {
    font-size: 17.12em;
  }

  .text-65 {
    font-size: 35px;
  }

  .video-content-wrp {
    justify-content: flex-start;
  }

  .l-box-btn_wrp {
    justify-content: center;
  }

  .l-box-video-link {
    width: 100%;
  }

  .about-company_wrp, .about-company_content {
    grid-template-columns: 1fr;
  }

  .border-separate {
    width: 100%;
    height: 1px;
  }

  .about-compan-options_wrp {
    grid-template-columns: 1fr 1fr;
  }

  .company-options_item {
    min-height: 42em;
  }

  .company-options_item.animate {
    min-height: 20rem;
  }

  ._2-col-row-content.mw-280 {
    width: 59.92em;
    width: 59.92em;
    justify-content: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .form-horizontal {
    grid-template-columns: 1fr;
  }

  .footer-3-column {
    grid-column-gap: 4.18em;
    grid-row-gap: 4.18em;
    grid-template-columns: minmax(200px, 1fr);
  }

  .socila-wrapper {
    margin-top: 4.59em;
  }

  .footer-contact-item {
    align-items: center;
  }

  .image-3 {
    width: auto;
  }

  .about-img-box {
    padding-top: 130%;
    position: relative;
  }

  .about-img-box._1-pic {
    padding-top: 130%;
  }

  .mobile-progress-wrp {
    display: none;
    position: relative;
  }

  .progress-mark-wrp {
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 202px 202px 202px 202px;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    padding-right: 0;
    display: grid;
  }

  .marker-count {
    margin-top: -.6em;
    margin-left: .4em;
  }

  .marker-count.down {
    position: relative;
    bottom: -.6em;
  }

  .marker {
    border-top: 1px solid var(--silver);
  }

  .cell-marker-count {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .progres-line-wrp {
    grid-column-gap: 5.75rem;
    grid-row-gap: 5.75rem;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .progres-line-item {
    height: 100%;
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    align-items: flex-end;
    padding-left: 0;
    display: flex;
  }

  .box {
    transform: rotate(180deg);
  }

  .progres-indicator {
    background-color: #aeddde;
  }

  .progres-indicator.second {
    height: 90%;
    background-color: var(--light-sea-green);
  }

  .cell-6 {
    justify-content: flex-end;
  }

  .stick-block {
    height: auto;
    position: relative;
  }

  .content-block {
    height: 200vh;
    grid-row-gap: 4.54em;
    flex-direction: column;
    display: flex;
  }

  .small-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .small-padding.right_pad-not.ar {
    padding-left: 0;
  }

  .right-side {
    position: -webkit-sticky;
    position: sticky;
    top: 7rem;
    overflow: hidden;
  }

  .scroll-container {
    width: 100%;
    overflow: visible;
  }

  .paragraph-2 {
    font-size: 1rem;
  }

  .paragraph-3 {
    font-size: 7em;
  }

  .step-content {
    width: 47em;
  }

  .popup-content-volta {
    width: 100%;
    max-width: 35rem;
  }

  .popup-content-volta.img-background {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 1.56rem;
  }

  .consultation-wrp-popup {
    grid-template: "heading-form"
                   "descr" minmax(auto, auto)
                   "form"
                   / 1fr;
  }

  .icon-close-popup {
    color: var(--black-2);
    position: absolute;
    bottom: auto;
    left: auto;
  }

  .map-link {
    align-items: flex-end;
  }

  .image-4 {
    width: 30.27em;
  }

  .div-block-4 {
    margin-bottom: 8.35em;
    display: flex;
  }

  .icon-close-popup-menu {
    width: 6.26em;
    height: 6.26em;
    color: var(--black-2);
    position: absolute;
    top: 3.2em;
    bottom: auto;
    left: auto;
    right: 2.09em;
  }

  .close {
    width: 3rem;
    height: 3rem;
    background-image: url('../images/system-uicons_cross.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0;
    font-size: 2.92em;
    line-height: 2;
    display: flex;
    position: absolute;
    top: 1rem;
    bottom: auto;
    left: auto;
    right: 1rem;
  }

  .close:hover {
    color: var(--grey-2);
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-links-wrp {
    flex-direction: column;
  }

  .mob-menu-controll-button {
    grid-row-gap: 3.13em;
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .inner-menu {
    height: 80vh;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .col-btn {
    display: none;
  }

  .popup-content-volta-2 {
    padding: 12.94em 3.55em 3.55em;
  }

  .icon-close-popup-2 {
    color: var(--white);
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: -2.8rem;
  }

  .success-message, .error-message {
    font-size: 2.51vw;
  }

  .number-percent {
    font-size: 8rem;
  }

  .text-block-13 {
    font-size: .9rem;
  }

  .image-8 {
    width: auto;
  }

  .lang-link-dropdown {
    min-height: auto;
    margin-left: 0;
    font-size: 14px;
  }

  .dropdown-link-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-btn-2 {
    display: none;
  }

  .dropdown-list-2 {
    width: auto;
  }

  .dropdown-list-2.w--open {
    flex-direction: row;
    top: 40px;
  }

  .nav-buttons-2 {
    z-index: 0;
    margin-left: 0;
    position: relative;
  }

  .dropdown-list-3 {
    width: auto;
  }

  .dropdown-list-3.w--open {
    top: 40px;
  }

  .cons__section.hero, .cons__section-fr.hero {
    height: auto;
  }

  .hero__section.hero {
    height: auto;
    min-height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, .6)), url('../images/AHGR_Brochure_A4_130124_Digital-1-1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero__section.hero-h {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .hero__section.last-call {
    width: 100%;
    height: auto;
    min-height: auto;
    order: -1;
  }

  .features__section.hero {
    height: auto;
  }

  .slider__wrapper.ar {
    margin-left: 0%;
    margin-right: 5%;
  }

  .about__head {
    grid-template-columns: 1fr;
  }

  .service__section.hero {
    height: auto;
  }

  .service__section.background-fix {
    height: 32rem;
  }

  .floorplan__section.hero {
    height: auto;
  }

  .floorplan__section.background-fix {
    height: 32rem;
  }

  .slider__section.hero {
    height: auto;
  }

  .slider__section.background-fix {
    height: 32rem;
  }

  .cta__section.hero {
    height: auto;
  }

  .cta__section.background-fix {
    height: 32rem;
  }

  .developmant__section.hero {
    height: auto;
  }

  .developmant__section.background-fix {
    height: 32rem;
  }

  .canal__section.hero {
    height: auto;
  }

  .canal__section.background-fix {
    height: 32rem;
  }

  .keyfeature__section.hero {
    height: auto;
  }

  .keyfeature__section.background-fix {
    height: 32rem;
  }

  .bg__section.hero {
    height: auto;
  }

  .bg__section.background-fix {
    height: 32rem;
  }

  .economic__section.hero {
    height: auto;
  }

  .economic__section.background-fix {
    height: 32rem;
  }

  .type__section.hero {
    height: auto;
  }

  .type__section.background-fix {
    height: 32rem;
  }

  .payment__section.hero {
    height: auto;
  }

  .payment__section.background-fix {
    height: 32rem;
  }

  .video__section.hero {
    height: auto;
  }

  .video__section.background-fix {
    height: 32rem;
  }

  .video__section.video-section {
    height: 30rem;
  }

  .company__section.hero {
    height: auto;
  }

  .company__section.background-fix {
    height: 32rem;
  }

  .doqload-wrp-popup {
    grid-template: "heading-form"
                   "descr" minmax(auto, auto)
                   "form"
                   / 1fr;
  }

  .text-20-2 {
    font-size: 1.25em;
  }

  .first-block {
    flex-direction: column;
  }

  .hero-heading-volt-wrp-2 {
    margin-top: 4.18em;
  }

  .navigation-button-copy-2 {
    width: 31.32vw;
    min-width: 19rem;
  }

  .navigation-button-copy-2.field-color.call {
    width: 100%;
  }

  .arrow {
    display: none;
  }

  .conditions-hero-block.map {
    height: 100%;
  }

  .conditions-hero-item-2 {
    margin-right: 0;
  }

  .button-hero-wrp-2 {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .button-hero-wrp-2.b {
    flex: 0 auto;
  }

  .hero-heado-prez-wrp-2 {
    flex-direction: column;
    padding-left: 0;
  }

  .volt-hero_contain-call {
    flex-direction: column;
  }

  .h1-volt-2 {
    font-size: 5rem;
  }

  .conditions-hero-column-2 {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 2.1875rem;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 1.88rem;
    margin-left: 0;
  }

  .conditions-hero-column-2.h {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .conditions-hero-column-2.h.button {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .conditions-hero-column-2.about-heading-contain {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 2.1875rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .navigation-button-copy-3 {
    width: 31.32vw;
    min-width: 19rem;
  }

  .navigation-button-copy-3.field-color.call {
    width: 100%;
  }

  .conditions-hero-item-3 {
    margin-right: 0;
  }

  .button-hero-wrp-3 {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    display: flex;
  }

  .button-hero-wrp-3.b {
    flex: 0 auto;
  }

  .hero-heado-prez-wrp-3 {
    flex-direction: column;
    padding-left: 0;
  }

  .text-45-2.color-gray {
    font-size: 7.31vw;
  }

  .text-16px-gray-2 {
    font-size: 2.51vw;
  }

  .text-16px-gray-2.copyright {
    text-align: center;
  }

  .image-12 {
    width: auto;
  }

  .footer-3-column-2 {
    grid-column-gap: 4.18em;
    grid-row-gap: 4.18em;
    grid-template-columns: 1fr;
  }

  .footer-link-list-2.mt-40 {
    margin-top: 8.98em;
  }

  .footer-logo-link-2 {
    width: 50.1em;
  }

  .text-16px-gray-3 {
    font-size: 2.51vw;
  }

  .text-16px-gray-3.copyright {
    text-align: center;
  }

  .image-13 {
    width: auto;
  }

  .footer-3-column-3 {
    grid-column-gap: 4.18em;
    grid-row-gap: 4.18em;
    grid-template-columns: 1fr;
  }

  .text-16px-gray-4 {
    font-size: 2.51vw;
  }

  .text-16px-gray-4.copyright {
    text-align: center;
  }

  .col-btn-4 {
    display: none;
  }

  .footer-3-column-4 {
    grid-column-gap: 4.18em;
    grid-row-gap: 4.18em;
    grid-template-columns: 1fr;
  }

  .image-14 {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-16 {
    font-size: 3.34vw;
  }

  .p-16.size-10 {
    font-size: .625rem;
  }

  .hero-section {
    background-position: 38%;
    align-items: flex-start;
    padding-top: 6.32vw;
    padding-left: 7%;
    padding-right: 7%;
  }

  .hero-content {
    width: 100%;
  }

  .hero-logos {
    grid-column-gap: 7.52vw;
  }

  .logo-livlux {
    width: 14.61vw;
  }

  .logo-metropolitan {
    width: 29.23vw;
  }

  .link-lang {
    font-size: 3.34vw;
  }

  .h-1 {
    font-size: 20.88vw;
  }

  .h-1._80px {
    font-size: 7vw;
  }

  .pad-40.max-w-32em {
    width: 60vw;
  }

  .action-buttons-wrp {
    grid-row-gap: 4.18vw;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-download-brochure {
    font-size: 5.01vw;
  }

  .line-decore {
    width: 20.88vw;
    margin-left: 0;
  }

  .txt-hero-link {
    font-size: 5.01vw;
  }

  .hero-arrow {
    width: 4vw;
    margin-top: 4vw;
    left: -5.1vw;
  }

  .global-padding.footer {
    padding-top: 12.53vw;
  }

  .service-wrp {
    grid-row-gap: 4.18vw;
    font-size: 4.18vw;
  }

  .service-thumb {
    width: 30vw;
    height: 30vw;
    margin-bottom: 0;
  }

  .v-flex {
    width: 100%;
    grid-column-gap: 4.18vw;
    text-align: center;
    flex-direction: row;
    font-size: 3vw;
  }

  .heading-service {
    text-align: left;
    font-size: 4vw;
  }

  ._2-col-row {
    grid-row-gap: 5.36vw;
  }

  .aligne-r-content {
    height: 81vw;
  }

  .feauters-img {
    width: 80vw;
    height: 80vw;
    margin-left: -.1em;
  }

  ._12-col-gallery {
    grid-column-gap: 4.18vw;
    grid-row-gap: 4.18vw;
    margin-top: 10.44vw;
  }

  .txt-30 {
    font-size: 1.5em;
  }

  .txt-30.dark, .flore-link {
    font-size: 5vw;
  }

  .tab-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

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

  .content-heading {
    font-size: 4vw;
    font-weight: 700;
  }

  .fixed-bg {
    height: 80vw;
  }

  .text-aligne-right {
    margin-top: 10.38vw;
    margin-bottom: -8.4vw;
  }

  .p-paymant-wrp.max-w496 {
    width: auto;
  }

  .form-heading-wrp {
    grid-row-gap: 4.18vw;
  }

  .form-headline {
    font-size: 5vw;
    font-weight: 500;
  }

  .txt-16 {
    font-size: 1rem;
  }

  .txt-16.mw-200 {
    line-height: 1.5;
  }

  .form-stack {
    grid-row-gap: 2.09vw;
  }

  .descript-field {
    display: none;
  }

  .floating-label {
    font-size: 3vw;
  }

  .floating-label.new-tem {
    bottom: 2.4em;
  }

  .floating-label.new-tem.pop-up-form {
    font-size: 2.92em;
    bottom: 1.9em;
    left: 1.7em;
  }

  .form {
    margin-top: 4.18em;
  }

  .flex-block-v {
    align-items: flex-start;
  }

  .popup-inner-flex {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .popup-content {
    width: 100%;
    max-width: 90vw;
  }

  .headline-form {
    font-size: 8vw;
    font-weight: 700;
  }

  .descript-form {
    font-size: 3vw;
  }

  .close-ico {
    width: 5em;
    top: 5.4em;
    right: 3.1em;
  }

  .logo-lbluewaters {
    width: 14.61vw;
  }

  .page-padding.hero-layout {
    padding-top: 20vw;
  }

  .page-padding.pad-125 {
    padding: 16.7em 2.52em;
    overflow: visible;
  }

  .page-padding.pad-125._207 {
    padding-bottom: 43.22em;
  }

  .page-padding.pad-140 {
    padding-top: 20.88em;
  }

  .p-text {
    font-size: 1rem;
  }

  .p-text._12.red-color, .p-text._12.linen {
    font-size: .75rem;
  }

  .p-text.ligte {
    font-size: 2.92em;
  }

  .layout-video {
    padding-top: 53vw;
  }

  .about-contain {
    grid-row-gap: 1.25rem;
    grid-template: "headline1"
                   "headling"
                   "paragraph"
                   / 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-txt-contain, .about-txt-contain._460, .about-heading-contain {
    width: auto;
  }

  .about-heading-contain.mw-500 {
    max-width: 70em;
  }

  .h2-heading, .h2-heading.color-linen {
    font-size: 7.52vw;
  }

  .h2-heading.color-linen.size-24 {
    font-size: 5.01vw;
  }

  .h2-heading.color-white {
    padding-right: 2.2em;
    font-size: 4.04em;
  }

  .txt-20 {
    font-size: 1.25rem;
    line-height: 1;
  }

  .txt-20.color-light {
    font-size: 4.18vw;
    line-height: 1;
  }

  .dot-17-light {
    width: 3.55vw;
    height: 3.55vw;
  }

  .layout-row {
    grid-column-gap: 1.25rem;
  }

  .about-pic {
    grid-column-gap: 4.18vw;
    grid-row-gap: 8.35vw;
    flex-wrap: nowrap;
    grid-template: "_1 _2 ."
                   ". _3 _4"
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-item {
    width: 29vw;
    height: 39vw;
    border-radius: 62.63em;
  }

  .text-50 {
    font-size: 5vw;
  }

  .pad-44.no-padding {
    padding-top: 0;
  }

  .city-big-img {
    width: 95.9em;
    height: 60vw;
  }

  .decore-palce {
    height: 27.65em;
  }

  .flex-slider-layout {
    grid-row-gap: 1.875rem;
    flex-direction: column;
    margin-top: 12.61em;
  }

  .city-content {
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .button-secondary {
    padding: 1.3125rem 2.5rem;
    font-size: 1.125rem;
  }

  .button-secondary.mtop-20.color-red, .button-secondary.floorpl {
    padding-top: 7vw;
    padding-bottom: 7vw;
    font-size: 3.76em;
  }

  .slider-wrp {
    width: auto;
    border-radius: 2em;
    padding: 4.18em;
  }

  .slide-image {
    height: 75em;
  }

  .slide-content {
    padding-top: 1.875rem;
  }

  .p-25 {
    font-size: 5.22em;
  }

  .p-25.aligne-left {
    display: none;
  }

  .dot-17-dark {
    width: 1.25rem;
    height: 1.25rem;
  }

  .pad-50 {
    width: 79em;
    padding-top: 8.35em;
  }

  .card-stack {
    grid-row-gap: 8.35em;
    border-radius: 4.18em;
    flex-direction: column;
    padding: 4.18em;
  }

  .card-stack-content {
    width: auto;
    grid-row-gap: 8.35em;
  }

  .card-stack-img_wrp {
    width: auto;
    height: 50em;
    border-radius: 1em;
  }

  .carsd-stack-ico {
    width: 16.28em;
  }

  .h3-card {
    font-size: 8.35em;
  }

  .carsd-stack-descr {
    font-size: 4.59em;
    line-height: 1.2;
  }

  .slide-img-wrp {
    border-radius: 2em;
  }

  .form-download-broshure {
    padding: 6.26em 4.18em;
  }

  .broshure-form-wrp, .broshure-form-contain {
    width: auto;
  }

  .submit-form-btn {
    padding-top: 1.3125rem;
    padding-bottom: 1.3125rem;
    font-size: 4.59em;
  }

  .mocap-broshure {
    top: -20.4em;
    bottom: auto;
    left: auto;
    right: 0;
  }

  .card-schedule {
    height: 52.19em;
    padding: 4.18em;
  }

  .card-schedule-img-wrp {
    display: none;
  }

  .h3-heading {
    font-size: 6.68em;
  }

  .spacer-10 {
    width: auto;
    padding-top: 3.34em;
  }

  .time-label {
    width: 18.79em;
    height: 6.26em;
    border-radius: 3em;
  }

  .time-label-inner {
    width: 17em;
    height: 6.26em;
    border-radius: 3em;
  }

  .label-txt {
    font-size: 2.6em;
  }

  .residents-wrp {
    width: auto;
  }

  .text-40 {
    font-size: 8.35em;
  }

  .text-40.center {
    font-size: 7.52em;
  }

  .text-40.linen {
    font-size: 7.52vw;
  }

  .div-block-3 {
    flex-direction: row;
    justify-content: space-between;
  }

  .residences-percent {
    width: 54%;
    flex: 0 auto;
  }

  .resiidents-wrp {
    flex-direction: column;
    grid-template: "headline"
                   "bubles"
                   "indicators"
                   / 1fr;
  }

  .bubble-wrp {
    width: auto;
    height: 84em;
    margin-top: 14.82em;
  }

  .bubble.bubble-2 {
    width: 45.93em;
    height: 45.93em;
    align-items: center;
    position: absolute;
    top: 38.5em;
    left: 18.11em;
  }

  .bubble.bubble-3 {
    width: 41.75em;
    height: 41.75em;
    align-items: center;
    position: absolute;
    left: 37.21em;
  }

  .bubble.bubble-4 {
    width: 37.58em;
    height: 37.58em;
    position: absolute;
    top: 7.2em;
    bottom: auto;
    left: 0;
    right: auto;
  }

  .bubble._1 {
    width: 32.15em;
    height: 32.15em;
    align-items: center;
    position: absolute;
    top: auto;
    bottom: 16.4em;
    left: auto;
    right: 0%;
  }

  .floorplans-wrp {
    margin-top: 16.7em;
  }

  .tab-content {
    overflow: visible;
  }

  .tab-img-wrp {
    border-radius: 4.18em;
  }

  .tab-floorplans-wrp {
    width: auto;
    height: 26.72em;
    border-radius: 0 0 3em 3em;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 5.43em;
    padding-right: 5.43em;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .tabs-menu {
    width: 93%;
    flex-direction: row;
    justify-content: space-between;
  }

  .floorplan-pic-wrp {
    width: 42.17em;
    height: 42.17em;
  }

  .floorplan-img {
    height: 53em;
    border-radius: 3em;
    position: relative;
  }

  .button-wrp-abs {
    position: relative;
    bottom: -24.73em;
    left: 0;
  }

  .lightbox-link {
    width: 11em;
    height: 11em;
    top: -6.1em;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .lacation-card-wrp {
    margin-top: 10.44em;
    overflow: auto;
  }

  .location-card-wrp {
    width: 96vw;
    overflow: auto;
  }

  .location-card {
    width: 44.68em;
    border-radius: 2.09vw;
    padding: 3.13em;
  }

  .location-card-img-wrp {
    height: 39em;
  }

  .play-ico {
    width: 3em;
  }

  .attractions-heading-contain {
    width: auto;
  }

  .attraction-contain {
    flex-direction: column;
  }

  .traker-wrapper {
    display: none;
  }

  .point-content-wrp {
    width: 44em;
    grid-row-gap: 23.8em;
    margin-top: 0;
  }

  .t-25 {
    font-size: 5.22vw;
    line-height: 1;
  }

  .point-item {
    grid-row-gap: .625rem;
    flex-direction: column;
    display: flex;
  }

  .fixed-bg-new-tamplate {
    height: 80vw;
  }

  .txt-55-form {
    padding-right: 2.8em;
    font-size: 8.35vw;
  }

  .input-2 {
    font-size: .875rem;
  }

  .input-2.dark-border {
    height: 12.53em;
  }

  .submit-button-2 {
    padding-top: 7vw;
    padding-bottom: 7vw;
    font-size: 1.5rem;
  }

  .submit-button-2.solid-color {
    height: 12.53vw;
    padding-top: 0;
    padding-bottom: 0;
  }

  .txt-60 {
    font-size: 8.35vw;
  }

  .c-back-button {
    padding: .625rem 1.25rem;
  }

  .txt-14 {
    font-size: .875rem;
    line-height: 1;
  }

  .logo-img {
    width: 32.78vw;
  }

  .dropdown-toggle {
    font-size: 2vw;
  }

  .mobile-menu-button {
    margin-left: 2vw;
  }

  .hamburger-wrp {
    width: 1.7em;
    height: 1.7em;
    font-size: 5vw;
  }

  .content-form-cons.popup-content {
    width: 93.53em;
    max-width: none;
    background-image: linear-gradient(to right, rgba(235, 224, 214, .95) 47%, rgba(255, 255, 255, 0));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding: 6.26em;
  }

  .left-content {
    max-width: none;
    text-align: center;
  }

  .checkbox-field {
    margin-top: 1.23em;
    font-size: 2.3em;
  }

  .menu-logo.hide {
    display: block;
  }

  .cell-4 {
    align-items: flex-end;
  }

  .tabs-content {
    overflow: visible;
  }

  .car-track-vertical {
    display: flex;
  }

  .vertical-wrp {
    display: block;
    position: relative;
  }

  .v-point-track {
    height: 92%;
    flex-direction: column;
    display: flex;
  }

  .quick-stack-3 {
    grid-column-gap: 1.25rem;
  }

  .v-poin-cell {
    flex-direction: column;
    flex: 1;
    align-items: center;
    padding-left: 14.82em;
    padding-right: 14.82em;
    display: flex;
    position: relative;
  }

  .v-point-line {
    width: .1875rem;
    background-color: var(--indian-red);
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .track-point {
    width: 8.35em;
    height: 8.35em;
    border: .125rem solid var(--indian-red);
    background-color: var(--linen);
    border-radius: 100%;
    position: relative;
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .v-car {
    width: 13.75rem;
    margin-top: -12.7em;
    margin-left: -5.2em;
    position: -webkit-sticky;
    position: sticky;
    top: 15.5em;
    bottom: auto;
    left: -5.5em;
    right: auto;
  }

  .car-wrp {
    height: 100%;
    margin-left: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0;
    right: 0%;
  }

  .text-block-4 {
    font-size: .875rem;
  }

  .about-contain-develop {
    grid-row-gap: 1.25rem;
    grid-template: "headline1"
                   "headling"
                   "paragraph"
                   / 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-heading-left {
    padding: 3.75rem .9375rem;
  }

  .menu-button {
    color: #fff;
  }

  .navigation-menu {
    padding: 1.88rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-heado-prez-wrp {
    grid-row-gap: 2.5rem;
    padding-left: 0;
  }

  .prez-txt {
    font-size: 1.25rem;
  }

  .conditions-hero-column {
    justify-content: space-between;
  }

  .hero-heading-volt-wrp {
    margin-top: 2.825rem;
  }

  .h1-volt {
    font-size: 3.13rem;
  }

  .h1-volt.ch-15 {
    max-width: 15ch;
  }

  .conditions-text.color-white {
    font-size: 1.56rem;
  }

  .conditions-text.color-white._40px {
    font-size: 25px;
  }

  .conditions-text.color-white {
    font-size: 1.56rem;
  }

  .conditions-text.color-white._40px {
    font-size: 25px;
  }

  .conditions-text.color-white {
    font-size: 1.56rem;
  }

  .conditions-text.color-white._40px {
    font-size: 25px;
  }

  .button-hero-wrp {
    margin-top: 0;
  }

  .headline {
    font-size: .88rem;
  }

  .headin-sub-h-wrp {
    margin-left: auto;
  }

  .headin-sub-h-wrp._398 {
    max-width: 45.93em;
  }

  .icon-plus-gray {
    margin-top: 0;
  }

  .index-txt {
    font-size: 5rem;
  }

  .about-index-wrp {
    grid-row-gap: 2.625rem;
    padding-top: 3.75rem;
  }

  .h2-volta.small {
    font-size: 3rem;
  }

  .p-text-16.color-gray {
    font-size: 1rem;
  }

  .dev-logo {
    width: 9rem;
  }

  .sticky-track {
    height: auto;
  }

  .focus-project_wrp {
    flex-direction: column;
  }

  .black-circle_shape {
    width: 39rem;
    height: 39rem;
    padding-left: 7.1rem;
    padding-right: 5.56rem;
  }

  .h-scroll-wrp {
    position: -webkit-sticky;
    position: sticky;
    top: 8.35em;
  }

  .h-scroll-item {
    width: 93em;
    height: 83em;
  }

  .item-text-top {
    justify-content: space-between;
  }

  .text-16px-gray.copyright {
    font-size: 1rem;
  }

  .scroll-item_img-wrp {
    height: 61em;
    margin-top: 4.18em;
  }

  .floorplan-header_tabl {
    grid-column-gap: 1rem;
    grid-template-columns: auto auto;
  }

  .floorplan-header_tabl.bottom-border {
    grid-template-columns: 1.65fr;
    display: none;
  }

  .table-cell {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    align-items: flex-end;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .h-wrap {
    height: 200vh;
    margin-top: 18.79em;
  }

  .volta-floor-txt {
    margin-right: 3px;
    line-height: 1;
  }

  .info-planl-wrp {
    grid-template-columns: 1fr;
  }

  .navigation-button-copy {
    width: auto;
    min-width: auto;
  }

  .icon-drop {
    width: 3rem;
    height: 3rem;
    position: relative;
  }

  .f-h3-heading {
    font-size: 2.5rem;
  }

  .f-testimonial-right-a {
    display: none;
  }

  .f-testimonial-right-a.s-button-next {
    display: flex;
    overflow: hidden;
  }

  .slider-3 {
    overflow: hidden;
  }

  .s-pagination.fraction {
    flex: 1;
  }

  .swiper-navigation-wrp {
    justify-content: flex-end;
  }

  .f-testimonial-left-a {
    display: none;
  }

  .f-testimonial-left-a.s-button-prev {
    display: flex;
    overflow: hidden;
  }

  .form-cosult-ttl {
    font-size: 4rem;
  }

  .form-descript {
    max-width: none;
    margin-top: 0;
  }

  .coonsult-image {
    display: none;
  }

  .input-3.dark-border {
    height: 12.53em;
  }

  .consultation-wrp-copy {
    grid-template: "heading-form"
                   "descr"
                   "form"
                   / 1.5fr;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .inner-slide {
    grid-row-gap: 7.5em;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  ._2-slide-img-wrp {
    width: 100%;
    height: 73em;
  }

  .swiper-navigation-wrp-copy {
    width: 50%;
    justify-content: flex-start;
    align-items: center;
  }

  .slider-navigation-box {
    width: 100%;
    flex-direction: row-reverse;
    top: 72.3em;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-70 {
    font-size: 7.31em;
  }

  .text-70.color-white {
    font-size: 2.3rem;
  }

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

  .flex-right.mb-50 {
    justify-content: center;
    margin-top: 7.18em;
  }

  .about-dev-grid {
    margin-top: 6.26em;
  }

  .dev-project {
    grid-column-gap: 1.88rem;
    grid-row-gap: 1.88rem;
    grid-template-columns: 1fr;
  }

  .dev-project.animate {
    grid-template-columns: 1fr;
  }

  .dev-project._2-col.animate {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .dev-card {
    border-style: none;
  }

  .card-img-wrp {
    height: 15rem;
    margin-bottom: 0;
  }

  .h-4.ml {
    margin-left: 0;
    font-size: 1.88rem;
  }

  .tag-item {
    font-size: 2.09em;
  }

  .located-wrp {
    grid-column-gap: 1.88rem;
    grid-row-gap: 1.88rem;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 100%;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .located-content {
    justify-content: flex-start;
  }

  .item-flex_aligne-end {
    width: 100%;
  }

  .located-ttl.ch-10 {
    max-width: 10ch;
    margin-top: 0;
    margin-bottom: 0;
  }

  .white-circle_shape {
    width: 93em;
    height: auto;
    grid-row-gap: 2.09em;
    border-style: none;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
  }

  .white-circle_shape.animate {
    width: auto;
    align-self: flex-start;
  }

  .box-220 {
    width: 38em;
  }

  .located-map-wrp {
    width: 108%;
    height: 63em;
    margin-left: -3.8em;
    margin-right: 0;
  }

  .flex-box-horizontal {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .slider-arrow-2 {
    height: 2rem;
  }

  .price-progress-wrp {
    display: none;
  }

  .price-percent-wrp {
    grid-row-gap: 2.625rem;
  }

  .price-percent-wrp.index-price {
    grid-row-gap: 0rem;
  }

  .progres-grid {
    margin-top: 2.1875rem;
  }

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

  .about-company_content {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .border-separate {
    width: 100%;
    height: 1px;
  }

  .about-compan-options_wrp {
    grid-template-columns: 1fr;
  }

  ._2-col-row-content.max-453 {
    max-width: none;
  }

  .column-2 {
    grid-template-columns: 1fr;
  }

  .max-w-500 {
    max-width: none;
  }

  .socila-wrapper {
    grid-column-gap: 3.13em;
    grid-row-gap: 3.13em;
  }

  .footer-col-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 8.35em;
    display: none;
  }

  .footer-banner-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-img-box._1-pic {
    padding-top: 130%;
  }

  .form-3 {
    flex-direction: column;
    display: flex;
  }

  .mobile-progress-wrp {
    display: block;
  }

  .progress-mark-wrp {
    grid-template-rows: 150px 150px 150px 150px;
    grid-template-columns: 1fr auto;
  }

  .marker-count {
    font-size: 1rem;
  }

  .cell-marker-count {
    z-index: 1;
    position: relative;
  }

  .progres-line-wrp {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: flex-start;
  }

  .progres-indicator {
    width: 6.88rem;
    height: 0%;
    background-color: var(--color--light-yellow);
  }

  .progres-indicator.second {
    height: 0%;
  }

  .text-block-9 {
    font-size: 2.92vw;
  }

  .scroll-container {
    width: 34.3rem;
  }

  .popup-content-volta {
    width: 100%;
  }

  .consultation-wrp-popup {
    grid-template-areas: "heading-form"
                         "descr"
                         "form";
  }

  .icon-close-popup {
    right: 0;
  }

  .close {
    width: 2rem;
    height: 2rem;
  }

  .inner-menu {
    min-width: 0;
    justify-content: space-between;
    padding-top: 1.25rem;
  }

  .popup-content-volta-2 {
    width: 100%;
    max-width: 90vw;
  }

  .popup-content-volta-2.map-content {
    width: 100%;
  }

  .icon-close-popup-2 {
    top: -2.3rem;
    right: 0;
  }

  .video__section.video-section {
    height: 21rem;
  }

  .doqload-wrp-popup {
    grid-template-areas: "heading-form"
                         "descr"
                         "form";
  }

  .text-20-2 {
    font-size: 1em;
  }

  .text-14-2 {
    font-size: .75rem;
  }

  .hero-heading-volt-wrp-2 {
    margin-top: 2.825rem;
  }

  .navigation-button-copy-2 {
    width: auto;
    min-width: auto;
  }

  .prez-txt-2 {
    font-size: 1.25rem;
  }

  .button-hero-wrp-2 {
    margin-top: 0;
  }

  .hero-heado-prez-wrp-2 {
    grid-row-gap: 2.5rem;
    padding-left: 0;
  }

  .image-10 {
    width: 30px;
    height: 30px;
  }

  .h1-volt-2 {
    font-size: 3.13rem;
  }

  .h1-volt-2.ch-15 {
    max-width: 15ch;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .conditions-hero-column-2 {
    grid-column-gap: 7.31em;
    justify-content: flex-start;
  }

  .conditions-hero-column-2.about-heading-contain {
    grid-column-gap: 1.25rem;
    flex-wrap: nowrap;
  }

  .navigation-button-copy-3 {
    width: auto;
    min-width: auto;
  }

  .prez-txt-3 {
    font-size: 1.25rem;
  }

  .button-hero-wrp-3 {
    margin-top: 0;
  }

  .hero-heado-prez-wrp-3 {
    grid-row-gap: 2.5rem;
    padding-left: 0;
  }

  .text-16px-gray-2.copyright {
    font-size: 1rem;
  }

  .footer-col-grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-16px-gray-3.copyright {
    font-size: 1rem;
  }

  .footer-col-grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 8.35em;
  }

  .text-16px-gray-4.copyright {
    font-size: 1rem;
  }

  .footer-col-grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 8.35em;
  }
}

@media screen and (max-width: 479px) {
  .p-18._w-370, .p-18._w-570 {
    width: auto;
  }

  .txt-36.bold, .txt-36.bold.color-blue {
    font-size: 6vw;
  }

  .download-fp {
    padding-left: .2em;
    padding-right: .2em;
  }

  .hero-section {
    background-position: 43%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10%;
    padding-right: 7%;
  }

  .hero-content {
    width: 100%;
  }

  .hero-logos {
    grid-column-gap: 7.52vw;
  }

  .logo-livlux {
    width: 14.61vw;
  }

  .logo-metropolitan {
    width: 29.23vw;
  }

  .link-lang {
    font-size: 3.34vw;
  }

  .h-1 {
    font-size: 17vw;
  }

  .pad-40.max-w-32em {
    width: 50vw;
  }

  .action-buttons-wrp {
    max-width: 70vw;
    grid-row-gap: 6vw;
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-download-brochure {
    width: auto;
    font-size: 5.01vw;
  }

  .line-decore {
    width: 20.88vw;
    margin-left: 0;
  }

  .txt-hero-link {
    font-size: 5.01vw;
  }

  .hero-arrow {
    width: 5vw;
    margin-top: 3vw;
    left: -7.4vw;
  }

  .global-padding.footer {
    padding-top: 12.53em;
    padding-bottom: 15.88vw;
  }

  ._3-col_layout.mt-70 {
    grid-template-columns: 1.25fr;
  }

  ._2-col_layout.col-auto {
    grid-template-columns: 1fr;
  }

  .heading-service {
    text-align: left;
    font-size: 6vw;
  }

  .h2.aligne-right.position-relative {
    font-size: 6vw;
  }

  .big-link-wrp, .big-link-wrp.mt-74 {
    margin-top: 12vw;
  }

  .txt-30 {
    font-size: 1.2em;
  }

  .txt-30.dark {
    color: var(--black-2);
  }

  .tab-pane {
    padding-top: 11.25vw;
  }

  .content-heading {
    font-size: 5vw;
  }

  .spacer-30.mobnon {
    display: none;
  }

  .payment-info {
    margin-top: 7vw;
  }

  .txt-23 {
    font-size: 1.2em;
  }

  .form-descript-box {
    grid-column-gap: 1.25vw;
    grid-row-gap: 1.5vw;
  }

  .form-headline {
    font-size: 6vw;
  }

  .cell-2 {
    padding-bottom: .5vw;
  }

  .form-subscribe {
    margin-top: 2.88vw;
  }

  .input {
    border-radius: 0;
  }

  .form-padding {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .txt-64 {
    font-size: 7vw;
  }

  .floating-label {
    text-align: left;
    font-size: 5vw;
  }

  .floating-label.new-tem {
    font-size: .875rem;
    line-height: 1;
    bottom: 1.7em;
    left: 2.2em;
  }

  .floating-label.new-tem.pop-up-form {
    font-size: .875rem;
    bottom: 1.6em;
  }

  .form {
    text-align: center;
  }

  .contact-submit {
    width: 100%;
  }

  .logo-image-form {
    width: 17em;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-v {
    font-size: 4vw;
  }

  .icon-mail {
    width: 13vw;
    margin-left: -1vw;
  }

  .popup-form {
    padding: 4.4vw;
  }

  .logo-lbluewaters {
    width: 14.61vw;
  }

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

  .page-padding {
    padding-left: 3.34vw;
    padding-right: 3.34vw;
  }

  .page-padding.hero-layout {
    padding-top: 30vw;
    padding-bottom: 20.88em;
  }

  .page-padding.about-layout {
    padding-top: 16.7em;
    padding-bottom: 16.7em;
  }

  .page-padding.pad-125 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .page-padding.pad-125._207 {
    padding-top: 16.7em;
  }

  .page-padding._125 {
    padding-top: 20.88em;
  }

  .p-text._12.linen {
    font-size: .625rem;
  }

  .p-text.ligte {
    font-size: .875rem;
  }

  .p-text.ligte.hide {
    display: none;
  }

  .logo {
    width: 32.78vw;
    margin-bottom: 8.35em;
  }

  .h1-heading {
    font-size: 8.35vw;
  }

  .pad-20.max-w-670 {
    padding-top: 4.18em;
  }

  .button2.mtop-20 {
    height: 14.61vw;
    margin-top: 4.18vw;
    padding: 0 8.35vw;
    font-size: 5.22vw;
  }

  .layout-video {
    margin-top: 8.35em;
    padding-top: 41.34vw;
  }

  .about-contain {
    flex-direction: column;
  }

  .h2-heading {
    font-size: 7.52em;
  }

  .h2-heading.color-white {
    padding-right: 0;
    font-size: 7.52em;
  }

  .about-pic {
    grid-column-gap: 4.18em;
    grid-row-gap: 4.18em;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "_1 _2"
                         "_3 _4";
    margin-top: 10.44em;
  }

  .about-item {
    width: 44vw;
    height: 60vw;
  }

  .city-big-img {
    border-radius: 4.18em;
  }

  .city-big-img-wrp {
    margin-top: 16.7em;
  }

  .decore-palce {
    width: 67em;
    height: 38.62em;
    padding-right: 7.31em;
    left: -21.7em;
  }

  .container-2.flex {
    border-bottom: .0625rem solid rgba(23, 30, 55, .3);
    padding-bottom: 2.09em;
  }

  .flex-slider-layout {
    grid-row-gap: 6.26em;
    margin-top: 28.18em;
  }

  .button-secondary.mtop-20.color-red {
    line-height: 1;
  }

  .slide-content {
    padding-top: 6.26em;
  }

  .p-25 {
    font-size: 5.01em;
  }

  .p-25.color-linen {
    font-size: 5.22em;
  }

  .pad-50 {
    padding-top: 8.35em;
  }

  .pad-50.mw-65 {
    width: 65em;
  }

  .stack-wrp {
    margin-top: 8.35em;
  }

  .card-stack-img_wrp {
    border-radius: 2.09em;
  }

  .form-download-broshure {
    border-radius: 4.18em;
  }

  .entertainment-wrp {
    margin-top: 4.18em;
  }

  .card-schedule {
    border-radius: 4.18em;
  }

  .punctuation-dot {
    width: 2em;
    height: 2em;
  }

  .text-40.center {
    font-size: 7.52em;
  }

  .tabs-menu {
    grid-row-gap: .625rem;
    flex-flow: wrap;
  }

  .button-wrp-abs {
    bottom: -27.13em;
  }

  .tabs-link {
    width: 50%;
    font-size: 5.01em;
  }

  .lacation-card-wrp {
    margin-top: 10.44em;
  }

  .location-card {
    width: 70vw;
    height: 80em;
    min-width: 0;
  }

  .location-card-img-wrp {
    height: 51em;
    margin-bottom: 4.74em;
  }

  .img {
    width: 100%;
  }

  .attraction-contain {
    margin-top: 20.88em;
  }

  .t-25 {
    font-weight: 600;
  }

  .form-descript-box-copy {
    grid-column-gap: 1.25vw;
    grid-row-gap: 1.5vw;
  }

  .form-logo {
    width: 42.17em;
  }

  .input-2 {
    height: 14.61vw;
    padding-left: 2.25em;
  }

  .input-2.dark-border {
    height: 3.75rem;
  }

  .txt-60 {
    font-size: 7vw;
  }

  .call-back-wrp {
    margin-top: 14.61em;
  }

  .header {
    padding: 5.43em 3.34vw 2.03vw;
  }

  .nav-inner {
    padding-top: 10em;
    padding-left: 11em;
  }

  .nav-menu {
    width: 90vw;
  }

  .logo-img {
    width: 40.29vw;
  }

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

  .nav-link.close-menu {
    margin-top: 8vw;
    font-size: 3.4em;
  }

  .menu-logo {
    width: 50vw;
    margin-bottom: 15vw;
  }

  .about-contain-develop {
    grid-row-gap: 6.26em;
    flex-direction: column;
  }

  .text-block-5 {
    line-height: 1;
  }

  .container-2 {
    max-width: none;
  }

  .navigation-wrapper {
    grid-column-gap: .05rem;
  }

  .navigation {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-button {
    display: none;
  }

  .navigation-menu {
    width: 100%;
    height: 100svh;
    border-radius: 0;
  }

  .navigation-link {
    font-weight: 300;
  }

  .lang-link-wrp {
    padding: .23rem .94rem;
  }

  .icon-download {
    width: 1.7rem;
  }

  .padding-section-large {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .prez-item.second {
    margin-left: auto;
  }

  .conditions-hero-item.hide {
    display: none;
  }

  .conditions-text {
    font-size: 1.56rem;
    line-height: .9;
  }

  .hero-button-blure {
    width: 100%;
    padding-left: .84em;
    padding-right: .84em;
  }

  .lottie-hamburger {
    width: 2em;
    filter: invert();
  }

  .headline {
    font-size: .88rem;
  }

  .p-sub-h.color-gray {
    max-width: 17ch;
    font-size: 1.31rem;
  }

  .about-index {
    margin-bottom: -14px;
  }

  .about-index.center-item {
    margin-left: 7.875rem;
  }

  .index-txt {
    font-size: 3.3rem;
  }

  .index-txt.dark {
    font-size: 3.75rem;
  }

  .heading-description_wrp {
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .h2-volta {
    font-size: 1.88rem;
  }

  .h2-volta.small {
    height: auto;
    max-width: 10ch;
    font-size: 2rem;
  }

  .h2-volta.small._8 {
    max-width: 5ch;
  }

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

  .p-text-16.color-gray {
    color: var(--silver);
  }

  .p-text-16.color-gray.center {
    text-align: center;
    margin-top: 1.19em;
  }

  .p-text-16.gray {
    font-size: .88rem;
  }

  .p-text-16.gray.mt-20 {
    padding-top: 0;
  }

  .p-text-16.color-gray {
    color: #b5b5b5;
  }

  .about-item-img.fitnes {
    width: 50vw;
    max-width: none;
  }

  .about-item-img.one-pic {
    width: 50vw;
  }

  .about-item-img.two-pic {
    width: 50vw;
    max-width: none;
  }

  .about-img-ttl {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .about-dev-logo_wrp {
    margin-top: 3rem;
  }

  .dev-logo {
    width: auto;
  }

  .black-circle_shape {
    width: 31.25rem;
    height: 31.25rem;
    margin-left: -8.68rem;
    padding-left: 9.8rem;
  }

  .item-text-top {
    min-height: 60px;
  }

  .table-cell {
    align-items: flex-end;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .dropdown-toggle-2 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    font-size: 1.125rem;
  }

  .qa-text {
    white-space: break-spaces;
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .volta-floor-txt {
    font-size: 1.38rem;
    line-height: 1.1;
  }

  .volta-floor-txt.small {
    font-size: 2em;
  }

  .txt-11.color-gray.mw {
    width: auto;
  }

  .info-planl-wrp {
    grid-column-gap: .63rem;
    grid-row-gap: .63rem;
  }

  .navigation-button-copy {
    padding-top: .88rem;
    padding-bottom: .88rem;
    display: flex;
  }

  .navigation-button-copy.field-color {
    padding-top: .88rem;
    padding-bottom: .88rem;
  }

  .navigation-button-copy.field-color.left {
    width: 100%;
    margin-top: 2.08em;
    padding-top: 3.71vw;
    padding-bottom: 3.71vw;
    display: flex;
  }

  .all-plan-img {
    width: 20.04em;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .swiper-navigation-wrp {
    justify-content: flex-start;
  }

  .swiper-navigation-wrp.ar {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

  .slide-img-volta_wrp {
    height: 18rem;
  }

  .map-arrow {
    height: 2.8rem;
  }

  .form-cosult-ttl {
    font-size: 1.88rem;
  }

  .form-cosult-ttl.txt-sz-55 {
    font-size: 10vw;
  }

  .form-descript {
    font-size: .63rem;
  }

  .input-3 {
    height: 14.61vw;
    font-size: .75rem;
  }

  .input-3.dark-border {
    height: 3.75rem;
  }

  .submit-form-btn-volt {
    height: 14.61vw;
    font-size: .75rem;
  }

  .submit-form-btn-volt.mt-5 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
  }

  .accordion-item {
    padding-bottom: 1.25rem;
  }

  .text-70.color-white {
    font-size: 7.31vw;
  }

  .dev-project._2-col.animate {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .located-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .located-ttl {
    font-size: 1.5rem;
  }

  .located-text-mini, .located-text-mini._2, .located-text-mini._3 {
    font-size: .75rem;
  }

  .located-map-wrp {
    width: 107%;
  }

  .flex-box-horizontal {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: stretch;
  }

  .feauters-cell, .feauters-cell.center-cellborder {
    padding: 1.25rem .88rem;
  }

  .feauters-cell.end-item {
    padding-left: .88em;
    padding-right: .88em;
  }

  .text-50-volta {
    font-size: 1.5rem;
  }

  .price-progress-wrp {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .price-percent-wrp {
    grid-row-gap: 0rem;
  }

  .price-percent-wrp.index-price {
    grid-column-gap: .63rem;
    grid-row-gap: .63rem;
  }

  .subtext.color-gray {
    margin-left: 1.53rem;
  }

  .progres-grid {
    width: auto;
    height: auto;
    grid-template-rows: min-content;
    grid-template-areas: "about-index";
  }

  .text-80 {
    font-size: 3rem;
  }

  .text-12 {
    font-size: .88rem;
  }

  .text-12.color-green {
    font-size: 2.09em;
  }

  .option-ico {
    width: 5.63rem;
  }

  ._2-col-row-content.mw-280 {
    width: 100%;
  }

  .padding-small {
    padding-top: 9.39em;
    padding-bottom: 9.19em;
  }

  .padding-small.an {
    padding-top: 2.25em;
    padding-bottom: 2.25em;
  }

  .column-2 {
    grid-column-gap: 12.53em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .image-2 {
    width: auto;
  }

  .max-w-500 {
    max-width: none;
  }

  .footer-3-column {
    padding-top: 1.88rem;
  }

  .footer-link {
    grid-column-gap: 2.75em;
    grid-row-gap: 2.75em;
  }

  .mw {
    width: auto;
  }

  .progress-mark-wrp {
    grid-template-rows: 7.5rem 7.5rem 7.5rem 7.5rem;
    grid-template-columns: 1fr auto;
  }

  .marker-count {
    font-size: .75rem;
  }

  .progres-line-wrp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
  }

  .box {
    font-size: .75rem;
  }

  .progres-indicator {
    width: 6rem;
  }

  .progres-indicator.second {
    background-color: var(--color--corporative);
  }

  .codes {
    display: none;
  }

  .track {
    height: auto;
  }

  .stick-block {
    position: static;
  }

  .content-block {
    height: 500vh;
    grid-row-gap: 9.08em;
  }

  .content-block.ar {
    overflow: visible;
  }

  .small-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .small-padding.right_pad-not {
    padding-left: 0;
    padding-right: 0;
  }

  .small-padding.right_pad-not.ar {
    padding-right: 0;
  }

  .left-side.arabic {
    padding-left: 1.25rem;
    overflow: hidden;
  }

  .right-side {
    top: 2rem;
  }

  .right-side.animate {
    overflow: hidden;
  }

  .scroll-container {
    width: 100%;
  }

  .step-scroll {
    width: 100%;
    grid-column-gap: 0rem;
  }

  .step-block {
    width: 100%;
    padding-left: .94rem;
    padding-right: .94rem;
  }

  .step-block.ar {
    padding-left: .94rem;
    padding-right: .94rem;
  }

  .step-img-wrp {
    margin-top: 1.25rem;
    padding-top: 140%;
  }

  .step-img-wrp.mt-20 {
    width: 100%;
    padding-top: 140%;
  }

  .mt-20 {
    padding-top: 2.02em;
  }

  .paragraph-3 {
    font-size: 3.53em;
  }

  .trigger.is--2 {
    height: 60%;
  }

  .trigger.is--3 {
    height: 40%;
  }

  .trigger.is--4 {
    height: 20%;
  }

  .step-content {
    width: auto;
  }

  .popup-content-volta {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-4 {
    width: 43vw;
  }

  .close {
    font-size: 3.76em;
  }

  .mob-menu-controll-button {
    grid-row-gap: 20px;
  }

  .p-text-16-2.color-gray {
    color: #b5b5b5;
  }

  .p-text-16-2.color-gray.center {
    text-align: center;
    margin-top: 1.19em;
  }

  .lang-link-dropdown {
    margin-left: 0;
  }

  .navigation-button-2 {
    display: none;
  }

  .about__head {
    margin-top: 2rem;
  }

  .bg__section.background-fix {
    height: 18rem;
  }

  .video__section.video-section {
    height: 20rem;
  }

  .text-20-2.b {
    padding-right: 0;
    font-size: 14px;
  }

  .navigation-button-copy-2 {
    padding-top: .88rem;
    padding-bottom: .88rem;
    display: flex;
  }

  .navigation-button-copy-2.field-color {
    padding-top: .88rem;
    padding-bottom: .88rem;
  }

  .conditions-hero-block {
    padding: 10px;
  }

  .h1-volt-2.ch-15 {
    font-size: 40px;
  }

  .h1-volt-2.ch-15.small {
    font-size: 1.9rem;
  }

  .padding-global-2 {
    padding-left: .88rem;
    padding-right: .88rem;
  }

  .conditions-hero-column-2.h {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .conditions-hero-column-2.about-heading-contain {
    grid-column-gap: .5rem;
    grid-row-gap: 2rem;
  }

  .hero-button-blure-2 {
    width: 100%;
    padding-left: .84em;
    padding-right: .84em;
  }

  .description-wrp {
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .navigation-button-copy-3 {
    padding-top: .88rem;
    padding-bottom: .88rem;
    display: flex;
  }

  .navigation-button-copy-3.field-color {
    padding-top: .88rem;
    padding-bottom: .88rem;
  }

  .text-16px-gray-2 {
    font-size: 3.34vw;
  }

  .p-text-16-3.color-gray {
    color: #b5b5b5;
  }

  .p-text-16-3.color-gray.center {
    text-align: center;
    margin-top: 1.19em;
  }

  .footer-3-column-2 {
    padding-top: 38.41em;
  }

  .footer-link-list-2.mt-40 {
    margin-top: 4em;
  }

  .text-16px-gray-3 {
    font-size: 3.34vw;
  }

  .text-16px-gray-3.copyright.mob-non {
    display: none;
  }

  .text-16px-gray-3.copyright.mob {
    display: block;
  }

  .footer-col-grid-3 {
    margin-top: 0;
  }

  .p-text-16-4.color-gray {
    color: #b5b5b5;
  }

  .p-text-16-4.color-gray.center {
    width: 100%;
    text-align: center;
    margin-top: 1.19em;
  }

  .white-btn.hiden {
    display: none;
  }

  .footer-3-column-3 {
    grid-template-columns: minmax(200px, 1fr);
  }

  .footer-col-2 {
    width: 100%;
    height: auto;
    align-items: flex-start;
  }

  .text-16px-gray-4 {
    font-size: 3.34vw;
  }

  .p-text-16-5.color-gray {
    color: #b5b5b5;
  }

  .p-text-16-5.color-gray.center {
    text-align: center;
    margin-top: 1.19em;
  }

  .footer-3-column-4 {
    grid-row-gap: 4.18em;
    grid-template-columns: minmax(200px, 1fr);
  }
}

#w-node-_9fc62fd3-57bd-d599-7943-34178d3a39d1-2cb616e4 {
  grid-area: about-index;
  align-self: start;
}

#w-node-_030fbf69-ce36-af1e-97d9-97f21fe91481-2cb616e4 {
  grid-area: about-text;
  align-self: start;
}

#w-node-_20650353-87ea-fc6b-f00b-8a95ed4bdc44-2cb616e4 {
  grid-area: about-pic1;
  align-self: start;
}

#w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-2cb616e4 {
  grid-area: about-pic2;
  align-self: start;
}

#w-node-_81ebd6a3-95ec-d531-06a4-f6fd6371397e-2cb616e4 {
  grid-area: about-logo;
  align-self: start;
}

#w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-2cb616e4 {
  grid-area: about-pic3;
  align-self: start;
}

#w-node-_213600db-d65c-ce46-90a9-57a02eb44ed0-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bb59-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bb5c-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bb5f-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bb68-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bb6a-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bb6b-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bb74-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bb8e-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bb90-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bb91-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bb9a-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bbb4-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bbb6-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bbb7-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bbc2-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bbc8-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bbd0-2cb616e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b49480-e923-f263-9b44-99da4453bbd7-2cb616e4 {
  align-self: center;
  justify-self: end;
}

#w-node-d6b49480-e923-f263-9b44-99da4453bbda-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bbdc-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bbdd-2cb616e4, #w-node-d6b49480-e923-f263-9b44-99da4453bbe6-2cb616e4, #w-node-_4939097f-e457-fde0-6210-1ce99b65dba5-2cb616e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29d5d6b2-75bc-d469-fba7-96e60434fd30-2cb616e4 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_3985ef92-d558-6a7f-e33b-ed7bfa480d7b-2cb616e4 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: start;
  justify-self: end;
}

#w-node-_1964b021-348e-d30f-f6e6-01923588c5a1-2cb616e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93748c32-ce83-ab1e-b73f-e20b610572e8-2cb616e4, #w-node-_93748c32-ce83-ab1e-b73f-e20b610572ff-2cb616e4 {
  align-self: start;
}

#w-node-fe46ce77-a0c0-ddec-09aa-f076541863a4-2cb616e4, #w-node-_6b3b55b6-fc26-8a06-756e-52a9b74f6f11-2cb616e4, #w-node-e2ea9628-60c2-ace3-6c7d-f70eb1352e9b-2cb616e4, #w-node-_3d11dd5d-4054-b046-bc0b-f5759aa52069-2cb616e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0799ad4-5104-0dd5-c0c6-2ca47637dc9a-2cb616e4 {
  grid-area: circle;
}

#map.w-node-cbc1a9ae-5ae9-de51-20ee-c5b304a5a98b-2cb616e4 {
  grid-area: map;
}

#w-node-_309993d1-30da-2e26-beee-a4c60aa030bb-2cb616e4 {
  grid-area: description;
}

#w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb616e4 {
  grid-template-rows: minmax(min-content, auto);
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009b8-2cb616e4, #w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009bf-2cb616e4 {
  align-self: start;
}

#w-node-f200c996-567f-fda9-79b7-6085bf542cbd-2cb616e4, #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb616e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_1801a0f6-8c24-74da-7325-d666e885c5d4-2cb616e4, #w-node-_3cf7859c-9c16-e127-f7d3-23c288dc8fdd-2cb616e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb616e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbe-2cb616e4, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dc0-2cb616e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb616e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6e-2cb616e4, #w-node-_84d77a04-e471-0207-576d-1d62445d8d70-2cb616e4, #w-node-e70a46bf-57b6-2be2-9c0d-dad82934907e-2cb616e4, #w-node-d1f82027-efb9-f30f-a050-28fc3c22925b-2cb616e4, #w-node-a608f036-63e9-56c3-56df-d91061aeb035-2cb616e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17cc7e3d-8c60-d5f3-0640-3bfc306138b7-2cb616e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493097-2cb616e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493099-2cb616e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edacf-2cb616e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edad1-2cb616e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-de72efe0-7539-fe49-829b-09111d3b8510-1d3b850a {
  grid-area: heading-form;
}

#w-node-de72efe0-7539-fe49-829b-09111d3b8512-1d3b850a {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-de72efe0-7539-fe49-829b-09111d3b8513-1d3b850a {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-de72efe0-7539-fe49-829b-09111d3b8515-1d3b850a {
  grid-area: form;
}

#w-node-de72efe0-7539-fe49-829b-09111d3b8528-1d3b850a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de72efe0-7539-fe49-829b-09111d3b852a-1d3b850a {
  grid-area: form;
}

#w-node-de72efe0-7539-fe49-829b-09111d3b853d-1d3b850a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de72efe0-7539-fe49-829b-09111d3b853f-1d3b850a {
  grid-area: form;
}

#w-node-e542700d-c9fc-ff47-943d-25cc88f2c28d-88f2c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e542700d-c9fc-ff47-943d-25cc88f2c290-88f2c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-e542700d-c9fc-ff47-943d-25cc88f2c292-88f2c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e542700d-c9fc-ff47-943d-25cc88f2c293-88f2c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa09-88f2c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa0d-88f2c287, #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa11-88f2c287, #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa15-88f2c287, #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa1a-88f2c287, #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa1e-88f2c287, #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa22-88f2c287, #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa26-88f2c287 {
  align-self: center;
}

#w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa2d-88f2c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa32-88f2c287 {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
}

#w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa35-88f2c287, #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa38-88f2c287, #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa3b-88f2c287, #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa3e-88f2c287, #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa41-88f2c287, #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa42-88f2c287, #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa43-88f2c287, #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa48-88f2c287 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa4a-88f2c287 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa4c-88f2c287 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f29e0e9-1885-37cf-a6d0-b32b38dda2e3-38dda2de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f29e0e9-1885-37cf-a6d0-b32b38dda2e5-38dda2de {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_6f29e0e9-1885-37cf-a6d0-b32b38dda2e6-38dda2de {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_6f29e0e9-1885-37cf-a6d0-b32b38dda2e8-38dda2de, #w-node-_0b00bbee-0097-c7da-a441-2f1df84a37e6-f84a37e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b00bbee-0097-c7da-a441-2f1df84a37e8-f84a37e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0b00bbee-0097-c7da-a441-2f1df84a37ee-f84a37e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0b00bbee-0097-c7da-a441-2f1df84a37f5-f84a37e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b00bbee-0097-c7da-a441-2f1df84a37f8-f84a37e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0b00bbee-0097-c7da-a441-2f1df84a37fa-f84a37e1, #w-node-_0b00bbee-0097-c7da-a441-2f1df84a37fc-f84a37e1, #w-node-_0b00bbee-0097-c7da-a441-2f1df84a37ff-f84a37e1, #w-node-_0b00bbee-0097-c7da-a441-2f1df84a3801-f84a37e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b00bbee-0097-c7da-a441-2f1df84a3803-f84a37e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0b00bbee-0097-c7da-a441-2f1df84a3805-f84a37e1, #w-node-_0b00bbee-0097-c7da-a441-2f1df84a3808-f84a37e1, #w-node-_0b00bbee-0097-c7da-a441-2f1df84a380a-f84a37e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b00bbee-0097-c7da-a441-2f1df84a380c-f84a37e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0b00bbee-0097-c7da-a441-2f1df84a380e-f84a37e1, #w-node-_0b00bbee-0097-c7da-a441-2f1df84a3811-f84a37e1, #w-node-_0b00bbee-0097-c7da-a441-2f1df84a3813-f84a37e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b00bbee-0097-c7da-a441-2f1df84a3815-f84a37e1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14f083dc-ced3-2ecf-60f7-9b91be89281f-be89281e, #w-node-_14f083dc-ced3-2ecf-60f7-9b91be892823-be89281e, #w-node-_14f083dc-ced3-2ecf-60f7-9b91be892827-be89281e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14f083dc-ced3-2ecf-60f7-9b91be89282a-be89281e {
  align-self: center;
  justify-self: end;
}

#w-node-_9fc62fd3-57bd-d599-7943-34178d3a39d1-2cb61717 {
  grid-area: about-index;
  align-self: start;
}

#w-node-_030fbf69-ce36-af1e-97d9-97f21fe91481-2cb61717 {
  grid-area: about-text;
  align-self: start;
}

#w-node-_20650353-87ea-fc6b-f00b-8a95ed4bdc44-2cb61717 {
  grid-area: about-pic1;
  align-self: start;
}

#w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-2cb61717 {
  grid-area: about-pic2;
  align-self: start;
}

#w-node-_81ebd6a3-95ec-d531-06a4-f6fd6371397e-2cb61717 {
  grid-area: about-logo;
  align-self: start;
}

#w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-2cb61717 {
  grid-area: about-pic3;
  align-self: start;
}

#w-node-_213600db-d65c-ce46-90a9-57a02eb44ed0-2cb61717, #w-node-d6b49480-e923-f263-9b44-99da4453bb59-2cb61717, #w-node-d6b49480-e923-f263-9b44-99da4453bb5c-2cb61717, #w-node-d6b49480-e923-f263-9b44-99da4453bb5f-2cb61717, #w-node-_7515827a-9be2-5385-8090-b9cf504b3431-2cb61717, #w-node-_7515827a-9be2-5385-8090-b9cf504b3436-2cb61717, #w-node-_7515827a-9be2-5385-8090-b9cf504b343b-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7515827a-9be2-5385-8090-b9cf504b3441-2cb61717 {
  align-self: center;
  justify-self: end;
}

#w-node-d6b49480-e923-f263-9b44-99da4453bb68-2cb61717, #w-node-d6b49480-e923-f263-9b44-99da4453bb6a-2cb61717, #w-node-d6b49480-e923-f263-9b44-99da4453bb6b-2cb61717, #w-node-d6b49480-e923-f263-9b44-99da4453bb74-2cb61717, #w-node-_6badd788-33f2-9fb7-c6f8-c802a5730eea-2cb61717, #w-node-_6badd788-33f2-9fb7-c6f8-c802a5730eef-2cb61717, #w-node-_6badd788-33f2-9fb7-c6f8-c802a5730ef4-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6badd788-33f2-9fb7-c6f8-c802a5730ef9-2cb61717 {
  align-self: center;
  justify-self: end;
}

#w-node-d6b49480-e923-f263-9b44-99da4453bb8e-2cb61717, #w-node-d6b49480-e923-f263-9b44-99da4453bb90-2cb61717, #w-node-d6b49480-e923-f263-9b44-99da4453bb91-2cb61717, #w-node-d6b49480-e923-f263-9b44-99da4453bb9a-2cb61717, #w-node-b53d957e-19b7-6bca-3101-2c18f5ee410d-2cb61717, #w-node-b53d957e-19b7-6bca-3101-2c18f5ee4112-2cb61717, #w-node-b53d957e-19b7-6bca-3101-2c18f5ee4117-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b53d957e-19b7-6bca-3101-2c18f5ee411c-2cb61717 {
  align-self: center;
  justify-self: end;
}

#w-node-d6b49480-e923-f263-9b44-99da4453bbb4-2cb61717, #w-node-d6b49480-e923-f263-9b44-99da4453bbb6-2cb61717, #w-node-d6b49480-e923-f263-9b44-99da4453bbb7-2cb61717, #w-node-d6b49480-e923-f263-9b44-99da4453bbc2-2cb61717, #w-node-d6b49480-e923-f263-9b44-99da4453bbc8-2cb61717, #w-node-d6b49480-e923-f263-9b44-99da4453bbd0-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b49480-e923-f263-9b44-99da4453bbd7-2cb61717 {
  align-self: center;
  justify-self: end;
}

#w-node-d6b49480-e923-f263-9b44-99da4453bbda-2cb61717, #w-node-d6b49480-e923-f263-9b44-99da4453bbdc-2cb61717, #w-node-d6b49480-e923-f263-9b44-99da4453bbdd-2cb61717, #w-node-d6b49480-e923-f263-9b44-99da4453bbe6-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93748c32-ce83-ab1e-b73f-e20b610572e8-2cb61717, #w-node-_93748c32-ce83-ab1e-b73f-e20b610572ff-2cb61717 {
  align-self: start;
}

#w-node-db4814b6-f2c3-fdbb-b33b-964e09a73ed4-2cb61717, #w-node-db4814b6-f2c3-fdbb-b33b-964e09a73edc-2cb61717, #w-node-db4814b6-f2c3-fdbb-b33b-964e09a73ee3-2cb61717, #w-node-db4814b6-f2c3-fdbb-b33b-964e09a73eec-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0799ad4-5104-0dd5-c0c6-2ca47637dc9a-2cb61717 {
  grid-area: circle;
}

#map.w-node-cbc1a9ae-5ae9-de51-20ee-c5b304a5a98b-2cb61717 {
  grid-area: map;
}

#w-node-_309993d1-30da-2e26-beee-a4c60aa030bb-2cb61717 {
  grid-area: description;
}

#w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb61717 {
  grid-template-rows: minmax(min-content, auto);
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009b8-2cb61717, #w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009bf-2cb61717 {
  align-self: start;
}

#w-node-f200c996-567f-fda9-79b7-6085bf542cbd-2cb61717, #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb61717 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_1801a0f6-8c24-74da-7325-d666e885c5d4-2cb61717, #w-node-_3cf7859c-9c16-e127-f7d3-23c288dc8fdd-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb61717 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbe-2cb61717, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dc0-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb61717 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6e-2cb61717, #w-node-_84d77a04-e471-0207-576d-1d62445d8d70-2cb61717, #w-node-e70a46bf-57b6-2be2-9c0d-dad82934907e-2cb61717, #w-node-d1f82027-efb9-f30f-a050-28fc3c22925b-2cb61717, #w-node-a608f036-63e9-56c3-56df-d91061aeb035-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17cc7e3d-8c60-d5f3-0640-3bfc306138b7-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493097-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493099-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edacf-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edad1-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_973cc5ad-b09c-8089-a38f-ed3acdc462e0-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_973cc5ad-b09c-8089-a38f-ed3acdc462e5-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_973cc5ad-b09c-8089-a38f-ed3acdc462e7-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_973cc5ad-b09c-8089-a38f-ed3acdc462e8-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818aa-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818ae-2cb61717, #w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818b2-2cb61717, #w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818b6-2cb61717, #w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818bb-2cb61717, #w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818bf-2cb61717, #w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818c3-2cb61717, #w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818c7-2cb61717 {
  align-self: center;
}

#w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818cf-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818d4-2cb61717 {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
}

#w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818d7-2cb61717, #w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818da-2cb61717, #w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818dd-2cb61717, #w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818e0-2cb61717, #w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818e3-2cb61717, #w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818e4-2cb61717, #w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818e5-2cb61717, #w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818ea-2cb61717 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818ec-2cb61717 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818ee-2cb61717 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b325ed3d-6d9c-437c-36fd-589a3d58622e-3d586228 {
  grid-area: heading-form;
}

#w-node-b325ed3d-6d9c-437c-36fd-589a3d586230-3d586228 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-b325ed3d-6d9c-437c-36fd-589a3d586231-3d586228 {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-b325ed3d-6d9c-437c-36fd-589a3d586233-3d586228 {
  grid-area: form;
}

#w-node-b325ed3d-6d9c-437c-36fd-589a3d586246-3d586228 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b325ed3d-6d9c-437c-36fd-589a3d586248-3d586228 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b325ed3d-6d9c-437c-36fd-589a3d58625b-3d586228 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b325ed3d-6d9c-437c-36fd-589a3d58625d-3d586228 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_71377a31-36c1-4cad-4db7-a866d1ad8a08-d1ad8a03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71377a31-36c1-4cad-4db7-a866d1ad8a0a-d1ad8a03 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_71377a31-36c1-4cad-4db7-a866d1ad8a0b-d1ad8a03 {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_71377a31-36c1-4cad-4db7-a866d1ad8a10-d1ad8a03, #w-node-fc931527-249f-5b1f-d3ed-f87298f00e87-98f00e82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc931527-249f-5b1f-d3ed-f87298f00e8b-98f00e82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fc931527-249f-5b1f-d3ed-f87298f00e92-98f00e82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fc931527-249f-5b1f-d3ed-f87298f00e9c-98f00e82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc931527-249f-5b1f-d3ed-f87298f00e9f-98f00e82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fc931527-249f-5b1f-d3ed-f87298f00ea1-98f00e82, #w-node-fc931527-249f-5b1f-d3ed-f87298f00ea5-98f00e82, #w-node-fc931527-249f-5b1f-d3ed-f87298f00ea8-98f00e82, #w-node-fc931527-249f-5b1f-d3ed-f87298f00eaa-98f00e82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc931527-249f-5b1f-d3ed-f87298f00eac-98f00e82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fc931527-249f-5b1f-d3ed-f87298f00eb0-98f00e82, #w-node-fc931527-249f-5b1f-d3ed-f87298f00eb3-98f00e82, #w-node-fc931527-249f-5b1f-d3ed-f87298f00eb5-98f00e82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc931527-249f-5b1f-d3ed-f87298f00eb7-98f00e82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fc931527-249f-5b1f-d3ed-f87298f00ebb-98f00e82, #w-node-fc931527-249f-5b1f-d3ed-f87298f00ebe-98f00e82, #w-node-fc931527-249f-5b1f-d3ed-f87298f00ec0-98f00e82 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc931527-249f-5b1f-d3ed-f87298f00ec2-98f00e82 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c9ea15ed-13f4-3883-77d2-0bd998116fcf-98116faf {
  grid-area: about-index;
  align-self: center;
}

#w-node-c9ea15ed-13f4-3883-77d2-0bd998116fd4-98116faf {
  grid-area: about-text;
  align-self: start;
}

#w-node-c9ea15ed-13f4-3883-77d2-0bd998116fd5-98116faf, #w-node-c9ea15ed-13f4-3883-77d2-0bd998116fda-98116faf {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_9fc62fd3-57bd-d599-7943-34178d3a39d1-2cb6171c {
  grid-area: about-index;
  align-self: start;
}

#w-node-_030fbf69-ce36-af1e-97d9-97f21fe91481-2cb6171c {
  grid-area: about-text;
  align-self: start;
}

#w-node-_20650353-87ea-fc6b-f00b-8a95ed4bdc44-2cb6171c {
  grid-area: about-pic1;
  align-self: start;
}

#w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-2cb6171c {
  grid-area: about-pic2;
  align-self: start;
}

#w-node-_81ebd6a3-95ec-d531-06a4-f6fd6371397e-2cb6171c {
  grid-area: about-logo;
  align-self: start;
}

#w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-2cb6171c {
  grid-area: about-pic3;
  align-self: start;
}

#w-node-_213600db-d65c-ce46-90a9-57a02eb44ed0-2cb6171c, #w-node-_509ebb9b-d25f-b01b-51ef-19fa4366bf6a-2cb6171c, #w-node-_4d62d819-6572-ebd3-eb80-e9fc7d124723-2cb6171c, #w-node-a5d3061d-8277-8c74-b8d1-3409d8aa3d53-2cb6171c, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b884-2cb6171c, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b889-2cb6171c, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b88e-2cb6171c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b895-2cb6171c {
  align-self: center;
  justify-self: end;
}

#w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b898-2cb6171c, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b89a-2cb6171c, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b89b-2cb6171c, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b8a6-2cb6171c, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa80-2cb6171c, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa85-2cb6171c, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa8a-2cb6171c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa91-2cb6171c {
  align-self: center;
  justify-self: end;
}

#w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa94-2cb6171c, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa96-2cb6171c, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa97-2cb6171c, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aaa2-2cb6171c, #w-node-_40512dcc-369a-8e40-522c-ecd8acff3458-2cb6171c, #w-node-_40512dcc-369a-8e40-522c-ecd8acff3462-2cb6171c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40512dcc-369a-8e40-522c-ecd8acff3469-2cb6171c {
  align-self: center;
  justify-self: end;
}

#w-node-_40512dcc-369a-8e40-522c-ecd8acff346c-2cb6171c, #w-node-_40512dcc-369a-8e40-522c-ecd8acff346e-2cb6171c, #w-node-_40512dcc-369a-8e40-522c-ecd8acff346f-2cb6171c, #w-node-_40512dcc-369a-8e40-522c-ecd8acff347a-2cb6171c, #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d969-2cb6171c, #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d973-2cb6171c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d97a-2cb6171c {
  align-self: center;
  justify-self: end;
}

#w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d97d-2cb6171c, #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d97f-2cb6171c, #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d980-2cb6171c, #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d98b-2cb6171c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93748c32-ce83-ab1e-b73f-e20b610572e8-2cb6171c {
  grid-area: about-index;
  align-self: start;
}

#w-node-_93748c32-ce83-ab1e-b73f-e20b610572ff-2cb6171c {
  grid-area: about-text;
  align-self: start;
}

#w-node-fe46ce77-a0c0-ddec-09aa-f076541863a4-2cb6171c, #w-node-_6b3b55b6-fc26-8a06-756e-52a9b74f6f11-2cb6171c, #w-node-e2ea9628-60c2-ace3-6c7d-f70eb1352e9b-2cb6171c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0799ad4-5104-0dd5-c0c6-2ca47637dc9a-2cb6171c {
  grid-area: circle;
}

#map.w-node-cbc1a9ae-5ae9-de51-20ee-c5b304a5a98b-2cb6171c {
  grid-area: map;
}

#w-node-_309993d1-30da-2e26-beee-a4c60aa030bb-2cb6171c {
  grid-area: description;
}

#w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb6171c {
  grid-template-rows: minmax(min-content, auto);
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009b8-2cb6171c {
  grid-area: about-index;
  align-self: start;
}

#w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009bf-2cb6171c {
  grid-area: about-text;
  align-self: start;
}

#w-node-_559285d7-5c5a-04d8-e02d-bcefc4d31a6a-2cb6171c {
  grid-area: about-index;
  align-self: center;
}

#w-node-_559285d7-5c5a-04d8-e02d-bcefc4d31a6f-2cb6171c {
  grid-area: about-text;
  align-self: start;
}

#w-node-_559285d7-5c5a-04d8-e02d-bcefc4d31a70-2cb6171c, #w-node-_559285d7-5c5a-04d8-e02d-bcefc4d31a75-2cb6171c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f200c996-567f-fda9-79b7-6085bf542cbd-2cb6171c, #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb6171c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_1801a0f6-8c24-74da-7325-d666e885c5d4-2cb6171c, #w-node-_3cf7859c-9c16-e127-f7d3-23c288dc8fdd-2cb6171c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb6171c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbe-2cb6171c, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dc0-2cb6171c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb6171c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6e-2cb6171c, #w-node-_84d77a04-e471-0207-576d-1d62445d8d70-2cb6171c, #w-node-e70a46bf-57b6-2be2-9c0d-dad82934907e-2cb6171c, #w-node-d1f82027-efb9-f30f-a050-28fc3c22925b-2cb6171c, #w-node-a608f036-63e9-56c3-56df-d91061aeb035-2cb6171c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17cc7e3d-8c60-d5f3-0640-3bfc306138b7-2cb6171c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493097-2cb6171c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493099-2cb6171c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edacf-2cb6171c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edad1-2cb6171c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-cb55d2f3-b0ba-8711-599b-327863b99caf-63b99ca9 {
  grid-area: heading-form;
}

#w-node-cb55d2f3-b0ba-8711-599b-327863b99cb1-63b99ca9 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-cb55d2f3-b0ba-8711-599b-327863b99cb2-63b99ca9 {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-cb55d2f3-b0ba-8711-599b-327863b99cb4-63b99ca9 {
  grid-area: form;
}

#w-node-cb55d2f3-b0ba-8711-599b-327863b99cc7-63b99ca9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb55d2f3-b0ba-8711-599b-327863b99cc9-63b99ca9 {
  grid-area: form;
}

#w-node-cb55d2f3-b0ba-8711-599b-327863b99cdc-63b99ca9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb55d2f3-b0ba-8711-599b-327863b99cde-63b99ca9 {
  grid-area: form;
}

#w-node-ca75fb66-15ca-9915-e708-7d15de11b770-de11b76a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca75fb66-15ca-9915-e708-7d15de11b773-de11b76a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-ca75fb66-15ca-9915-e708-7d15de11b775-de11b76a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca75fb66-15ca-9915-e708-7d15de11b776-de11b76a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ca75fb66-15ca-9915-e708-7d15de11b785-de11b76a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca75fb66-15ca-9915-e708-7d15de11b789-de11b76a, #w-node-ca75fb66-15ca-9915-e708-7d15de11b78d-de11b76a, #w-node-ca75fb66-15ca-9915-e708-7d15de11b791-de11b76a, #w-node-ca75fb66-15ca-9915-e708-7d15de11b796-de11b76a, #w-node-ca75fb66-15ca-9915-e708-7d15de11b79a-de11b76a, #w-node-ca75fb66-15ca-9915-e708-7d15de11b79e-de11b76a, #w-node-ca75fb66-15ca-9915-e708-7d15de11b7a2-de11b76a {
  align-self: center;
}

#w-node-ca75fb66-15ca-9915-e708-7d15de11b7ab-de11b76a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ca75fb66-15ca-9915-e708-7d15de11b7b0-de11b76a, #w-node-ca75fb66-15ca-9915-e708-7d15de11b7b1-de11b76a, #w-node-ca75fb66-15ca-9915-e708-7d15de11b7b6-de11b76a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca75fb66-15ca-9915-e708-7d15de11b7b8-de11b76a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ca75fb66-15ca-9915-e708-7d15de11b7ba-de11b76a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2de2eb54-267a-5ab4-1569-15bf979ea2ae-979ea2a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2de2eb54-267a-5ab4-1569-15bf979ea2b0-979ea2a9 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_2de2eb54-267a-5ab4-1569-15bf979ea2b1-979ea2a9 {
  grid-area: img;
  justify-self: end;
}

#w-node-_2de2eb54-267a-5ab4-1569-15bf979ea2b5-979ea2a9, #w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553ba-3f9553b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553bc-3f9553b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553c4-3f9553b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553cd-3f9553b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553d0-3f9553b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553d4-3f9553b5, #w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553d8-3f9553b5, #w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553db-3f9553b5, #w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553dd-3f9553b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553df-3f9553b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553e3-3f9553b5, #w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553e6-3f9553b5, #w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553e8-3f9553b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553ea-3f9553b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553ec-3f9553b5, #w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553ef-3f9553b5, #w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553f1-3f9553b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553f3-3f9553b5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9fc62fd3-57bd-d599-7943-34178d3a39d1-2cb6171f {
  grid-area: about-index;
  align-self: start;
}

#w-node-_030fbf69-ce36-af1e-97d9-97f21fe91481-2cb6171f {
  grid-area: about-text;
  align-self: start;
}

#w-node-_20650353-87ea-fc6b-f00b-8a95ed4bdc44-2cb6171f {
  grid-area: about-pic1;
  align-self: start;
}

#w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-2cb6171f {
  grid-area: about-pic2;
  align-self: start;
}

#w-node-_81ebd6a3-95ec-d531-06a4-f6fd6371397e-2cb6171f {
  grid-area: about-logo;
  align-self: start;
}

#w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-2cb6171f {
  grid-area: about-pic3;
  align-self: start;
}

#w-node-_213600db-d65c-ce46-90a9-57a02eb44ed0-2cb6171f, #w-node-_509ebb9b-d25f-b01b-51ef-19fa4366bf6a-2cb6171f, #w-node-_4d62d819-6572-ebd3-eb80-e9fc7d124723-2cb6171f, #w-node-a5d3061d-8277-8c74-b8d1-3409d8aa3d53-2cb6171f, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b884-2cb6171f, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b889-2cb6171f, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b88e-2cb6171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b895-2cb6171f {
  align-self: center;
  justify-self: end;
}

#w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b898-2cb6171f, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b89a-2cb6171f, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b89b-2cb6171f, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b8a6-2cb6171f, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa80-2cb6171f, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa85-2cb6171f, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa8a-2cb6171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa91-2cb6171f {
  align-self: center;
  justify-self: end;
}

#w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa94-2cb6171f, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa96-2cb6171f, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa97-2cb6171f, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aaa2-2cb6171f, #w-node-_40512dcc-369a-8e40-522c-ecd8acff3458-2cb6171f, #w-node-_40512dcc-369a-8e40-522c-ecd8acff3462-2cb6171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40512dcc-369a-8e40-522c-ecd8acff3469-2cb6171f {
  align-self: center;
  justify-self: end;
}

#w-node-_40512dcc-369a-8e40-522c-ecd8acff346c-2cb6171f, #w-node-_40512dcc-369a-8e40-522c-ecd8acff346e-2cb6171f, #w-node-_40512dcc-369a-8e40-522c-ecd8acff346f-2cb6171f, #w-node-_40512dcc-369a-8e40-522c-ecd8acff347a-2cb6171f, #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d969-2cb6171f, #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d973-2cb6171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d97a-2cb6171f {
  align-self: center;
  justify-self: end;
}

#w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d97d-2cb6171f, #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d97f-2cb6171f, #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d980-2cb6171f, #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d98b-2cb6171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93748c32-ce83-ab1e-b73f-e20b610572e8-2cb6171f {
  grid-area: about-index;
  align-self: start;
}

#w-node-_93748c32-ce83-ab1e-b73f-e20b610572ff-2cb6171f {
  grid-area: about-text;
  align-self: start;
}

#w-node-fe46ce77-a0c0-ddec-09aa-f076541863a4-2cb6171f, #w-node-_6b3b55b6-fc26-8a06-756e-52a9b74f6f11-2cb6171f, #w-node-e2ea9628-60c2-ace3-6c7d-f70eb1352e9b-2cb6171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0799ad4-5104-0dd5-c0c6-2ca47637dc9a-2cb6171f {
  grid-area: circle;
}

#map.w-node-cbc1a9ae-5ae9-de51-20ee-c5b304a5a98b-2cb6171f {
  grid-area: map;
}

#w-node-_309993d1-30da-2e26-beee-a4c60aa030bb-2cb6171f {
  grid-area: description;
}

#w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb6171f {
  grid-template-rows: minmax(min-content, auto);
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009b8-2cb6171f {
  grid-area: about-index;
  align-self: start;
}

#w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009bf-2cb6171f {
  grid-area: about-text;
  align-self: start;
}

#w-node-_559285d7-5c5a-04d8-e02d-bcefc4d31a6a-2cb6171f {
  grid-area: about-index;
  align-self: center;
}

#w-node-_559285d7-5c5a-04d8-e02d-bcefc4d31a6f-2cb6171f {
  grid-area: about-text;
  align-self: start;
}

#w-node-_559285d7-5c5a-04d8-e02d-bcefc4d31a70-2cb6171f, #w-node-_559285d7-5c5a-04d8-e02d-bcefc4d31a75-2cb6171f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f200c996-567f-fda9-79b7-6085bf542cbd-2cb6171f, #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb6171f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_1801a0f6-8c24-74da-7325-d666e885c5d4-2cb6171f, #w-node-_3cf7859c-9c16-e127-f7d3-23c288dc8fdd-2cb6171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb6171f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbe-2cb6171f, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dc0-2cb6171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb6171f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6e-2cb6171f, #w-node-_84d77a04-e471-0207-576d-1d62445d8d70-2cb6171f, #w-node-e70a46bf-57b6-2be2-9c0d-dad82934907e-2cb6171f, #w-node-d1f82027-efb9-f30f-a050-28fc3c22925b-2cb6171f, #w-node-a608f036-63e9-56c3-56df-d91061aeb035-2cb6171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17cc7e3d-8c60-d5f3-0640-3bfc306138b7-2cb6171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493097-2cb6171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493099-2cb6171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edacf-2cb6171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edad1-2cb6171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-eb718967-9b5c-4117-c2b5-87acb2a67b69-2cb6171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb718967-9b5c-4117-c2b5-87acb2a67b6b-2cb6171f {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-eb718967-9b5c-4117-c2b5-87acb2a67b6c-2cb6171f {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-eb718967-9b5c-4117-c2b5-87acb2a67b6e-2cb6171f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d55d3d45-7533-1658-0563-5da5e7706e6b-e7706e65 {
  grid-area: heading-form;
}

#w-node-d55d3d45-7533-1658-0563-5da5e7706e6d-e7706e65 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-d55d3d45-7533-1658-0563-5da5e7706e6e-e7706e65 {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-d55d3d45-7533-1658-0563-5da5e7706e70-e7706e65 {
  grid-area: form;
}

#w-node-d55d3d45-7533-1658-0563-5da5e7706e83-e7706e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d55d3d45-7533-1658-0563-5da5e7706e85-e7706e65 {
  grid-area: form;
}

#w-node-d55d3d45-7533-1658-0563-5da5e7706e98-e7706e65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d55d3d45-7533-1658-0563-5da5e7706e9c-e7706e65 {
  grid-area: form;
}

#w-node-c8503c24-8d05-f8b5-fe5e-544a05078833-0507882d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8503c24-8d05-f8b5-fe5e-544a05078836-0507882d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-c8503c24-8d05-f8b5-fe5e-544a05078838-0507882d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8503c24-8d05-f8b5-fe5e-544a05078839-0507882d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c8503c24-8d05-f8b5-fe5e-544a05078848-0507882d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8503c24-8d05-f8b5-fe5e-544a0507884c-0507882d, #w-node-c8503c24-8d05-f8b5-fe5e-544a05078850-0507882d, #w-node-c8503c24-8d05-f8b5-fe5e-544a05078854-0507882d, #w-node-c8503c24-8d05-f8b5-fe5e-544a05078859-0507882d, #w-node-c8503c24-8d05-f8b5-fe5e-544a0507885d-0507882d, #w-node-c8503c24-8d05-f8b5-fe5e-544a05078861-0507882d, #w-node-c8503c24-8d05-f8b5-fe5e-544a05078865-0507882d {
  align-self: center;
}

#w-node-c8503c24-8d05-f8b5-fe5e-544a0507886e-0507882d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8503c24-8d05-f8b5-fe5e-544a0507886f-0507882d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_51d98a06-395d-12ad-1fb0-72a3016c947b-016c9476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d98a06-395d-12ad-1fb0-72a3016c947d-016c9476 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51d98a06-395d-12ad-1fb0-72a3016c9483-016c9476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_51d98a06-395d-12ad-1fb0-72a3016c948a-016c9476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d98a06-395d-12ad-1fb0-72a3016c948d-016c9476 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51d98a06-395d-12ad-1fb0-72a3016c9491-016c9476, #w-node-_51d98a06-395d-12ad-1fb0-72a3016c9493-016c9476, #w-node-_51d98a06-395d-12ad-1fb0-72a3016c9496-016c9476, #w-node-_51d98a06-395d-12ad-1fb0-72a3016c9498-016c9476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d98a06-395d-12ad-1fb0-72a3016c949a-016c9476 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51d98a06-395d-12ad-1fb0-72a3016c949c-016c9476, #w-node-_51d98a06-395d-12ad-1fb0-72a3016c949f-016c9476, #w-node-_51d98a06-395d-12ad-1fb0-72a3016c94a1-016c9476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d98a06-395d-12ad-1fb0-72a3016c94a3-016c9476 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51d98a06-395d-12ad-1fb0-72a3016c94a5-016c9476, #w-node-_51d98a06-395d-12ad-1fb0-72a3016c94a8-016c9476, #w-node-_51d98a06-395d-12ad-1fb0-72a3016c94aa-016c9476 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51d98a06-395d-12ad-1fb0-72a3016c94ac-016c9476 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0077d38a-5de9-4e35-7aa6-74c043177c9d-43177c98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0077d38a-5de9-4e35-7aa6-74c043177c9f-43177c98 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_0077d38a-5de9-4e35-7aa6-74c043177ca0-43177c98 {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_0077d38a-5de9-4e35-7aa6-74c043177ca2-43177c98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fc62fd3-57bd-d599-7943-34178d3a39d1-2cb6173c {
  grid-area: about-index;
  align-self: start;
}

#w-node-_030fbf69-ce36-af1e-97d9-97f21fe91481-2cb6173c {
  grid-area: about-text;
  align-self: start;
}

#w-node-_20650353-87ea-fc6b-f00b-8a95ed4bdc44-2cb6173c {
  grid-area: about-pic1;
  align-self: start;
}

#w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-2cb6173c {
  grid-area: about-pic2;
  align-self: start;
}

#w-node-_81ebd6a3-95ec-d531-06a4-f6fd6371397e-2cb6173c {
  grid-area: about-logo;
  align-self: start;
}

#w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-2cb6173c {
  grid-area: about-pic3;
  align-self: start;
}

#w-node-_213600db-d65c-ce46-90a9-57a02eb44ed0-2cb6173c, #w-node-_509ebb9b-d25f-b01b-51ef-19fa4366bf6a-2cb6173c, #w-node-_4d62d819-6572-ebd3-eb80-e9fc7d124723-2cb6173c, #w-node-a5d3061d-8277-8c74-b8d1-3409d8aa3d53-2cb6173c, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b884-2cb6173c, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b889-2cb6173c, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b88e-2cb6173c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b895-2cb6173c {
  align-self: center;
  justify-self: end;
}

#w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b898-2cb6173c, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b89a-2cb6173c, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b89b-2cb6173c, #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b8a6-2cb6173c, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa80-2cb6173c, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa85-2cb6173c, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa8a-2cb6173c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa91-2cb6173c {
  align-self: center;
  justify-self: end;
}

#w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa94-2cb6173c, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa96-2cb6173c, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa97-2cb6173c, #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aaa2-2cb6173c, #w-node-_40512dcc-369a-8e40-522c-ecd8acff3458-2cb6173c, #w-node-_40512dcc-369a-8e40-522c-ecd8acff3462-2cb6173c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40512dcc-369a-8e40-522c-ecd8acff3469-2cb6173c {
  align-self: center;
  justify-self: end;
}

#w-node-_40512dcc-369a-8e40-522c-ecd8acff346c-2cb6173c, #w-node-_40512dcc-369a-8e40-522c-ecd8acff346e-2cb6173c, #w-node-_40512dcc-369a-8e40-522c-ecd8acff346f-2cb6173c, #w-node-_40512dcc-369a-8e40-522c-ecd8acff347a-2cb6173c, #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d969-2cb6173c, #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d973-2cb6173c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d97a-2cb6173c {
  align-self: center;
  justify-self: end;
}

#w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d97d-2cb6173c, #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d97f-2cb6173c, #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d980-2cb6173c, #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d98b-2cb6173c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93748c32-ce83-ab1e-b73f-e20b610572e8-2cb6173c {
  grid-area: about-index;
  align-self: start;
}

#w-node-_93748c32-ce83-ab1e-b73f-e20b610572ff-2cb6173c {
  grid-area: about-text;
  align-self: start;
}

#w-node-fe46ce77-a0c0-ddec-09aa-f076541863a4-2cb6173c, #w-node-_6b3b55b6-fc26-8a06-756e-52a9b74f6f11-2cb6173c, #w-node-e2ea9628-60c2-ace3-6c7d-f70eb1352e9b-2cb6173c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0799ad4-5104-0dd5-c0c6-2ca47637dc9a-2cb6173c {
  grid-area: circle;
}

#map.w-node-cbc1a9ae-5ae9-de51-20ee-c5b304a5a98b-2cb6173c {
  grid-area: map;
}

#w-node-_309993d1-30da-2e26-beee-a4c60aa030bb-2cb6173c {
  grid-area: description;
}

#w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb6173c {
  grid-template-rows: minmax(min-content, auto);
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009b8-2cb6173c {
  grid-area: about-index;
  align-self: start;
}

#w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009bf-2cb6173c {
  grid-area: about-text;
  align-self: start;
}

#w-node-_559285d7-5c5a-04d8-e02d-bcefc4d31a6a-2cb6173c {
  grid-area: about-index;
  align-self: center;
}

#w-node-_559285d7-5c5a-04d8-e02d-bcefc4d31a6f-2cb6173c {
  grid-area: about-text;
  align-self: start;
}

#w-node-_559285d7-5c5a-04d8-e02d-bcefc4d31a70-2cb6173c, #w-node-_559285d7-5c5a-04d8-e02d-bcefc4d31a75-2cb6173c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f200c996-567f-fda9-79b7-6085bf542cbd-2cb6173c, #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb6173c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_1801a0f6-8c24-74da-7325-d666e885c5d4-2cb6173c, #w-node-_3cf7859c-9c16-e127-f7d3-23c288dc8fdd-2cb6173c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb6173c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbe-2cb6173c, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dc0-2cb6173c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb6173c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6e-2cb6173c, #w-node-_84d77a04-e471-0207-576d-1d62445d8d70-2cb6173c, #w-node-e70a46bf-57b6-2be2-9c0d-dad82934907e-2cb6173c, #w-node-d1f82027-efb9-f30f-a050-28fc3c22925b-2cb6173c, #w-node-a608f036-63e9-56c3-56df-d91061aeb035-2cb6173c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17cc7e3d-8c60-d5f3-0640-3bfc306138b7-2cb6173c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493097-2cb6173c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493099-2cb6173c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edacf-2cb6173c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edad1-2cb6173c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7a18119d-d855-b2d7-c096-526550a86b4d-50a86b47 {
  grid-area: heading-form;
}

#w-node-_7a18119d-d855-b2d7-c096-526550a86b4f-50a86b47 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_7a18119d-d855-b2d7-c096-526550a86b50-50a86b47 {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_7a18119d-d855-b2d7-c096-526550a86b52-50a86b47 {
  grid-area: form;
}

#w-node-_7a18119d-d855-b2d7-c096-526550a86b65-50a86b47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a18119d-d855-b2d7-c096-526550a86b67-50a86b47 {
  grid-area: form;
}

#w-node-_7a18119d-d855-b2d7-c096-526550a86b7a-50a86b47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a18119d-d855-b2d7-c096-526550a86b7e-50a86b47 {
  grid-area: form;
}

#w-node-_0b1efd04-68c9-ce4c-38b5-1baeb3e8a6dd-b3e8a6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b1efd04-68c9-ce4c-38b5-1baeb3e8a6e0-b3e8a6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_0b1efd04-68c9-ce4c-38b5-1baeb3e8a6e2-b3e8a6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b1efd04-68c9-ce4c-38b5-1baeb3e8a6e3-b3e8a6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0b1efd04-68c9-ce4c-38b5-1baeb3e8a6f2-b3e8a6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b1efd04-68c9-ce4c-38b5-1baeb3e8a6f6-b3e8a6d7, #w-node-_0b1efd04-68c9-ce4c-38b5-1baeb3e8a6fa-b3e8a6d7, #w-node-_0b1efd04-68c9-ce4c-38b5-1baeb3e8a6fe-b3e8a6d7, #w-node-_0b1efd04-68c9-ce4c-38b5-1baeb3e8a703-b3e8a6d7, #w-node-_0b1efd04-68c9-ce4c-38b5-1baeb3e8a707-b3e8a6d7, #w-node-_0b1efd04-68c9-ce4c-38b5-1baeb3e8a70b-b3e8a6d7, #w-node-_0b1efd04-68c9-ce4c-38b5-1baeb3e8a70f-b3e8a6d7 {
  align-self: center;
}

#w-node-_0b1efd04-68c9-ce4c-38b5-1baeb3e8a718-b3e8a6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b1efd04-68c9-ce4c-38b5-1baeb3e8a719-b3e8a6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_93ee3507-1030-ac61-194e-19cbaf67ef57-af67ef52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93ee3507-1030-ac61-194e-19cbaf67ef59-af67ef52 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_93ee3507-1030-ac61-194e-19cbaf67ef5a-af67ef52 {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_93ee3507-1030-ac61-194e-19cbaf67ef5e-af67ef52, #w-node-ae7836ec-e873-71ba-ef0f-a783d94bd8ea-d94bd8e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae7836ec-e873-71ba-ef0f-a783d94bd8ec-d94bd8e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ae7836ec-e873-71ba-ef0f-a783d94bd8f4-d94bd8e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-ae7836ec-e873-71ba-ef0f-a783d94bd8ff-d94bd8e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae7836ec-e873-71ba-ef0f-a783d94bd902-d94bd8e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ae7836ec-e873-71ba-ef0f-a783d94bd906-d94bd8e5, #w-node-ae7836ec-e873-71ba-ef0f-a783d94bd90a-d94bd8e5, #w-node-ae7836ec-e873-71ba-ef0f-a783d94bd90d-d94bd8e5, #w-node-ae7836ec-e873-71ba-ef0f-a783d94bd90f-d94bd8e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae7836ec-e873-71ba-ef0f-a783d94bd911-d94bd8e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ae7836ec-e873-71ba-ef0f-a783d94bd915-d94bd8e5, #w-node-ae7836ec-e873-71ba-ef0f-a783d94bd918-d94bd8e5, #w-node-ae7836ec-e873-71ba-ef0f-a783d94bd91a-d94bd8e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae7836ec-e873-71ba-ef0f-a783d94bd91c-d94bd8e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ae7836ec-e873-71ba-ef0f-a783d94bd91e-d94bd8e5, #w-node-ae7836ec-e873-71ba-ef0f-a783d94bd921-d94bd8e5, #w-node-ae7836ec-e873-71ba-ef0f-a783d94bd923-d94bd8e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae7836ec-e873-71ba-ef0f-a783d94bd925-d94bd8e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9fc62fd3-57bd-d599-7943-34178d3a39d1-2cb6173f {
  grid-area: about-index;
  align-self: start;
}

#w-node-_030fbf69-ce36-af1e-97d9-97f21fe91481-2cb6173f {
  grid-area: about-text;
  align-self: start;
}

#w-node-_20650353-87ea-fc6b-f00b-8a95ed4bdc44-2cb6173f {
  grid-area: about-pic1;
  align-self: start;
}

#w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-2cb6173f {
  grid-area: about-pic2;
  align-self: start;
}

#w-node-_81ebd6a3-95ec-d531-06a4-f6fd6371397e-2cb6173f {
  grid-area: about-logo;
  align-self: start;
}

#w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-2cb6173f {
  grid-area: about-pic3;
  align-self: start;
}

#w-node-_213600db-d65c-ce46-90a9-57a02eb44ed0-2cb6173f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f089909f-2cb6173f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990a2-2cb6173f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990a5-2cb6173f, #w-node-eda51351-8361-96b2-bf9d-4029b51527cb-2cb6173f, #w-node-eda51351-8361-96b2-bf9d-4029b51527d0-2cb6173f, #w-node-eda51351-8361-96b2-bf9d-4029b51527d5-2cb6173f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eda51351-8361-96b2-bf9d-4029b51527da-2cb6173f {
  align-self: center;
  justify-self: end;
}

#w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990ae-2cb6173f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990b0-2cb6173f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990b1-2cb6173f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990ba-2cb6173f, #w-node-ede968b7-0ae3-4d65-9e6b-aaa5f19e6ad0-2cb6173f, #w-node-ede968b7-0ae3-4d65-9e6b-aaa5f19e6ad6-2cb6173f, #w-node-ede968b7-0ae3-4d65-9e6b-aaa5f19e6adb-2cb6173f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ede968b7-0ae3-4d65-9e6b-aaa5f19e6ae2-2cb6173f {
  align-self: center;
  justify-self: end;
}

#w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990c1-2cb6173f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990c3-2cb6173f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990c4-2cb6173f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990cd-2cb6173f, #w-node-_1097361d-2417-39b2-e963-51a9f399b9f7-2cb6173f, #w-node-_1097361d-2417-39b2-e963-51a9f399b9fc-2cb6173f, #w-node-_1097361d-2417-39b2-e963-51a9f399ba01-2cb6173f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1097361d-2417-39b2-e963-51a9f399ba08-2cb6173f {
  align-self: center;
  justify-self: end;
}

#w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990d4-2cb6173f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990d6-2cb6173f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990d7-2cb6173f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990e2-2cb6173f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990e7-2cb6173f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990ef-2cb6173f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990f6-2cb6173f {
  align-self: center;
  justify-self: end;
}

#w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990f9-2cb6173f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990fb-2cb6173f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990fc-2cb6173f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f0899105-2cb6173f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93748c32-ce83-ab1e-b73f-e20b610572e8-2cb6173f, #w-node-_93748c32-ce83-ab1e-b73f-e20b610572ff-2cb6173f {
  align-self: start;
}

#w-node-_728950c8-e528-b3b1-de3c-db12432595f8-2cb6173f, #w-node-_728950c8-e528-b3b1-de3c-db1243259600-2cb6173f, #w-node-_728950c8-e528-b3b1-de3c-db1243259607-2cb6173f, #w-node-_728950c8-e528-b3b1-de3c-db1243259610-2cb6173f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0799ad4-5104-0dd5-c0c6-2ca47637dc9a-2cb6173f {
  grid-area: circle;
}

#map.w-node-cbc1a9ae-5ae9-de51-20ee-c5b304a5a98b-2cb6173f {
  grid-area: map;
}

#w-node-_309993d1-30da-2e26-beee-a4c60aa030bb-2cb6173f {
  grid-area: description;
}

#w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb6173f {
  grid-template-rows: minmax(min-content, auto);
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009b8-2cb6173f, #w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009bf-2cb6173f {
  align-self: start;
}

#w-node-f200c996-567f-fda9-79b7-6085bf542cbd-2cb6173f, #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb6173f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_1801a0f6-8c24-74da-7325-d666e885c5d4-2cb6173f, #w-node-_3cf7859c-9c16-e127-f7d3-23c288dc8fdd-2cb6173f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb6173f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbe-2cb6173f, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dc0-2cb6173f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb6173f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6e-2cb6173f, #w-node-_84d77a04-e471-0207-576d-1d62445d8d70-2cb6173f, #w-node-e70a46bf-57b6-2be2-9c0d-dad82934907e-2cb6173f, #w-node-d1f82027-efb9-f30f-a050-28fc3c22925b-2cb6173f, #w-node-a608f036-63e9-56c3-56df-d91061aeb035-2cb6173f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17cc7e3d-8c60-d5f3-0640-3bfc306138b7-2cb6173f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493097-2cb6173f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493099-2cb6173f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edacf-2cb6173f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edad1-2cb6173f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_7512a1de-f553-c900-1cc9-e36a38742fb6-38742fb0 {
  grid-area: heading-form;
}

#w-node-_7512a1de-f553-c900-1cc9-e36a38742fb8-38742fb0 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_7512a1de-f553-c900-1cc9-e36a38742fb9-38742fb0 {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_7512a1de-f553-c900-1cc9-e36a38742fbb-38742fb0 {
  grid-area: form;
}

#w-node-_7512a1de-f553-c900-1cc9-e36a38743004-38742fb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7512a1de-f553-c900-1cc9-e36a38743006-38742fb0 {
  grid-area: form;
}

#w-node-_7512a1de-f553-c900-1cc9-e36a38743019-38742fb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7512a1de-f553-c900-1cc9-e36a3874301b-38742fb0 {
  grid-area: form;
}

#w-node-_1a071ac5-1c1a-68f3-8421-3c4bcaa23a5b-caa23a55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a071ac5-1c1a-68f3-8421-3c4bcaa23a5e-caa23a55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_1a071ac5-1c1a-68f3-8421-3c4bcaa23a60-caa23a55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a071ac5-1c1a-68f3-8421-3c4bcaa23a61-caa23a55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_1a071ac5-1c1a-68f3-8421-3c4bcaa23a70-caa23a55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a071ac5-1c1a-68f3-8421-3c4bcaa23a74-caa23a55, #w-node-_1a071ac5-1c1a-68f3-8421-3c4bcaa23a78-caa23a55, #w-node-_1a071ac5-1c1a-68f3-8421-3c4bcaa23a7c-caa23a55, #w-node-_1a071ac5-1c1a-68f3-8421-3c4bcaa23a81-caa23a55, #w-node-_1a071ac5-1c1a-68f3-8421-3c4bcaa23a85-caa23a55, #w-node-_1a071ac5-1c1a-68f3-8421-3c4bcaa23a89-caa23a55, #w-node-_1a071ac5-1c1a-68f3-8421-3c4bcaa23a8d-caa23a55 {
  align-self: center;
}

#w-node-_1a071ac5-1c1a-68f3-8421-3c4bcaa23a96-caa23a55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a071ac5-1c1a-68f3-8421-3c4bcaa23a97-caa23a55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_068c5e5b-a531-dec6-f6eb-748b50a7920a-caa23a55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_068c5e5b-a531-dec6-f6eb-748b50a7920e-caa23a55, #w-node-_068c5e5b-a531-dec6-f6eb-748b50a79212-caa23a55, #w-node-_068c5e5b-a531-dec6-f6eb-748b50a79216-caa23a55, #w-node-_068c5e5b-a531-dec6-f6eb-748b50a7921a-caa23a55, #w-node-_4f2c6610-4820-cb67-19ce-8761d73d8699-caa23a55, #w-node-_01b72f10-a148-36cc-5c68-e95c26a3655d-caa23a55 {
  align-self: center;
}

#w-node-_068c5e5b-a531-dec6-f6eb-748b50a79221-caa23a55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_068c5e5b-a531-dec6-f6eb-748b50a79226-caa23a55 {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
}

#w-node-_068c5e5b-a531-dec6-f6eb-748b50a79229-caa23a55, #w-node-_068c5e5b-a531-dec6-f6eb-748b50a7922c-caa23a55, #w-node-_068c5e5b-a531-dec6-f6eb-748b50a7922f-caa23a55, #w-node-_068c5e5b-a531-dec6-f6eb-748b50a79232-caa23a55, #w-node-_068c5e5b-a531-dec6-f6eb-748b50a79235-caa23a55, #w-node-_068c5e5b-a531-dec6-f6eb-748b50a79236-caa23a55, #w-node-_068c5e5b-a531-dec6-f6eb-748b50a79237-caa23a55, #w-node-_068c5e5b-a531-dec6-f6eb-748b50a7923c-caa23a55 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_068c5e5b-a531-dec6-f6eb-748b50a7923e-caa23a55 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_068c5e5b-a531-dec6-f6eb-748b50a79240-caa23a55 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_30eded0c-5480-5e99-7a7f-b99f3c0a108c-3c0a1087 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30eded0c-5480-5e99-7a7f-b99f3c0a108e-3c0a1087 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_30eded0c-5480-5e99-7a7f-b99f3c0a108f-3c0a1087 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: start;
  justify-self: end;
}

#w-node-_30eded0c-5480-5e99-7a7f-b99f3c0a1091-3c0a1087, #w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce60-eb06ce5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce62-eb06ce5b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce68-eb06ce5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce6f-eb06ce5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce72-eb06ce5b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce74-eb06ce5b, #w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce76-eb06ce5b, #w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce79-eb06ce5b, #w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce7b-eb06ce5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce7d-eb06ce5b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce7f-eb06ce5b, #w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce82-eb06ce5b, #w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce84-eb06ce5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce86-eb06ce5b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce88-eb06ce5b, #w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce8b-eb06ce5b, #w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce8d-eb06ce5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce8f-eb06ce5b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9fc62fd3-57bd-d599-7943-34178d3a39d1-d45bd6ea {
  grid-area: about-index;
  align-self: start;
}

#w-node-_030fbf69-ce36-af1e-97d9-97f21fe91481-d45bd6ea {
  grid-area: about-text;
  align-self: start;
}

#w-node-_20650353-87ea-fc6b-f00b-8a95ed4bdc44-d45bd6ea {
  grid-area: about-pic1;
  align-self: start;
}

#w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-d45bd6ea {
  grid-area: about-pic2;
  align-self: start;
}

#w-node-_81ebd6a3-95ec-d531-06a4-f6fd6371397e-d45bd6ea {
  grid-area: about-logo;
  align-self: start;
}

#w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-d45bd6ea {
  grid-area: about-pic3;
  align-self: start;
}

#w-node-_213600db-d65c-ce46-90a9-57a02eb44ed0-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bb59-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bb5c-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bb5f-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bb68-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bb6a-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bb6b-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bb74-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bb8e-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bb90-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bb91-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bb9a-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bbb4-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bbb6-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bbb7-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bbc2-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bbc8-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bbd0-d45bd6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b49480-e923-f263-9b44-99da4453bbd7-d45bd6ea {
  align-self: center;
  justify-self: end;
}

#w-node-d6b49480-e923-f263-9b44-99da4453bbda-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bbdc-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bbdd-d45bd6ea, #w-node-d6b49480-e923-f263-9b44-99da4453bbe6-d45bd6ea, #w-node-_4939097f-e457-fde0-6210-1ce99b65dba5-d45bd6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29d5d6b2-75bc-d469-fba7-96e60434fd30-d45bd6ea {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_3985ef92-d558-6a7f-e33b-ed7bfa480d7b-d45bd6ea {
  grid-area: 1 / 2 / 3 / 3;
  align-self: start;
  justify-self: end;
}

#w-node-_1964b021-348e-d30f-f6e6-01923588c5a1-d45bd6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93748c32-ce83-ab1e-b73f-e20b610572e8-d45bd6ea, #w-node-_93748c32-ce83-ab1e-b73f-e20b610572ff-d45bd6ea {
  align-self: start;
}

#w-node-fe46ce77-a0c0-ddec-09aa-f076541863a4-d45bd6ea, #w-node-_6b3b55b6-fc26-8a06-756e-52a9b74f6f11-d45bd6ea, #w-node-e2ea9628-60c2-ace3-6c7d-f70eb1352e9b-d45bd6ea, #w-node-_3d11dd5d-4054-b046-bc0b-f5759aa52069-d45bd6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0799ad4-5104-0dd5-c0c6-2ca47637dc9a-d45bd6ea {
  grid-area: circle;
}

#map.w-node-cbc1a9ae-5ae9-de51-20ee-c5b304a5a98b-d45bd6ea {
  grid-area: map;
}

#w-node-_309993d1-30da-2e26-beee-a4c60aa030bb-d45bd6ea {
  grid-area: description;
}

#w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-d45bd6ea {
  grid-template-rows: minmax(min-content, auto);
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009b8-d45bd6ea, #w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009bf-d45bd6ea {
  align-self: start;
}

#w-node-f200c996-567f-fda9-79b7-6085bf542cbd-d45bd6ea, #w-node-_61271318-f4dd-a270-932d-984fc603a150-d45bd6ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_1801a0f6-8c24-74da-7325-d666e885c5d4-d45bd6ea, #w-node-_3cf7859c-9c16-e127-f7d3-23c288dc8fdd-d45bd6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-d45bd6ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbe-d45bd6ea, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dc0-d45bd6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-d45bd6ea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6e-d45bd6ea, #w-node-_84d77a04-e471-0207-576d-1d62445d8d70-d45bd6ea, #w-node-e70a46bf-57b6-2be2-9c0d-dad82934907e-d45bd6ea, #w-node-d1f82027-efb9-f30f-a050-28fc3c22925b-d45bd6ea, #w-node-a608f036-63e9-56c3-56df-d91061aeb035-d45bd6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17cc7e3d-8c60-d5f3-0640-3bfc306138b7-d45bd6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493097-d45bd6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493099-d45bd6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edacf-d45bd6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edad1-d45bd6ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_9fc62fd3-57bd-d599-7943-34178d3a39d1-c6c9f80f {
  grid-area: about-index;
  align-self: start;
}

#w-node-_030fbf69-ce36-af1e-97d9-97f21fe91481-c6c9f80f {
  grid-area: about-text;
  align-self: start;
}

#w-node-_20650353-87ea-fc6b-f00b-8a95ed4bdc44-c6c9f80f {
  grid-area: about-pic1;
  align-self: start;
}

#w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-c6c9f80f {
  grid-area: about-pic2;
  align-self: start;
}

#w-node-_81ebd6a3-95ec-d531-06a4-f6fd6371397e-c6c9f80f {
  grid-area: about-logo;
  align-self: start;
}

#w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-c6c9f80f {
  grid-area: about-pic3;
  align-self: start;
}

#w-node-_213600db-d65c-ce46-90a9-57a02eb44ed0-c6c9f80f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f089909f-c6c9f80f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990a2-c6c9f80f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990a5-c6c9f80f, #w-node-_543252e0-f8f9-b67e-79e6-778d4b0a4b00-c6c9f80f, #w-node-_543252e0-f8f9-b67e-79e6-778d4b0a4b05-c6c9f80f, #w-node-_543252e0-f8f9-b67e-79e6-778d4b0a4b0a-c6c9f80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_543252e0-f8f9-b67e-79e6-778d4b0a4b11-c6c9f80f {
  align-self: center;
  justify-self: end;
}

#w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990ae-c6c9f80f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990b0-c6c9f80f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990b1-c6c9f80f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990ba-c6c9f80f, #w-node-_8820af02-5c3e-181c-a004-1277380893e8-c6c9f80f, #w-node-_8820af02-5c3e-181c-a004-1277380893ee-c6c9f80f, #w-node-_8820af02-5c3e-181c-a004-1277380893f3-c6c9f80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8820af02-5c3e-181c-a004-1277380893fa-c6c9f80f {
  align-self: center;
  justify-self: end;
}

#w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990c1-c6c9f80f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990c3-c6c9f80f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990c4-c6c9f80f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990cd-c6c9f80f, #w-node-_21e6e1cb-8848-55e1-5bf3-f25c7f6d4be4-c6c9f80f, #w-node-_21e6e1cb-8848-55e1-5bf3-f25c7f6d4be9-c6c9f80f, #w-node-_21e6e1cb-8848-55e1-5bf3-f25c7f6d4bee-c6c9f80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21e6e1cb-8848-55e1-5bf3-f25c7f6d4bf5-c6c9f80f {
  align-self: center;
  justify-self: end;
}

#w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990d4-c6c9f80f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990d6-c6c9f80f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990d7-c6c9f80f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990e2-c6c9f80f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990e7-c6c9f80f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990ef-c6c9f80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990f6-c6c9f80f {
  align-self: center;
  justify-self: end;
}

#w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990f9-c6c9f80f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990fb-c6c9f80f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990fc-c6c9f80f, #w-node-_1e1fa253-aa00-5f26-4703-6ed8f0899105-c6c9f80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93748c32-ce83-ab1e-b73f-e20b610572e8-c6c9f80f, #w-node-_93748c32-ce83-ab1e-b73f-e20b610572ff-c6c9f80f {
  align-self: start;
}

#w-node-_728950c8-e528-b3b1-de3c-db12432595f8-c6c9f80f, #w-node-_728950c8-e528-b3b1-de3c-db1243259600-c6c9f80f, #w-node-_728950c8-e528-b3b1-de3c-db1243259607-c6c9f80f, #w-node-_728950c8-e528-b3b1-de3c-db1243259610-c6c9f80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0799ad4-5104-0dd5-c0c6-2ca47637dc9a-c6c9f80f {
  grid-area: circle;
}

#map.w-node-cbc1a9ae-5ae9-de51-20ee-c5b304a5a98b-c6c9f80f {
  grid-area: map;
}

#w-node-_309993d1-30da-2e26-beee-a4c60aa030bb-c6c9f80f {
  grid-area: description;
}

#w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-c6c9f80f {
  grid-template-rows: minmax(min-content, auto);
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009b8-c6c9f80f, #w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009bf-c6c9f80f {
  align-self: start;
}

#w-node-f200c996-567f-fda9-79b7-6085bf542cbd-c6c9f80f, #w-node-_61271318-f4dd-a270-932d-984fc603a150-c6c9f80f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_1801a0f6-8c24-74da-7325-d666e885c5d4-c6c9f80f, #w-node-_3cf7859c-9c16-e127-f7d3-23c288dc8fdd-c6c9f80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-c6c9f80f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbe-c6c9f80f, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dc0-c6c9f80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-c6c9f80f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6e-c6c9f80f, #w-node-_84d77a04-e471-0207-576d-1d62445d8d70-c6c9f80f, #w-node-e70a46bf-57b6-2be2-9c0d-dad82934907e-c6c9f80f, #w-node-d1f82027-efb9-f30f-a050-28fc3c22925b-c6c9f80f, #w-node-a608f036-63e9-56c3-56df-d91061aeb035-c6c9f80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17cc7e3d-8c60-d5f3-0640-3bfc306138b7-c6c9f80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493097-c6c9f80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493099-c6c9f80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edacf-c6c9f80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edad1-c6c9f80f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_9fc62fd3-57bd-d599-7943-34178d3a39d1-8aa9aa83 {
  grid-area: about-index;
  align-self: start;
}

#w-node-_030fbf69-ce36-af1e-97d9-97f21fe91481-8aa9aa83 {
  grid-area: about-text;
  align-self: start;
}

#w-node-_20650353-87ea-fc6b-f00b-8a95ed4bdc44-8aa9aa83 {
  grid-area: about-pic1;
  align-self: start;
}

#w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-8aa9aa83 {
  grid-area: about-pic2;
  align-self: start;
}

#w-node-_81ebd6a3-95ec-d531-06a4-f6fd6371397e-8aa9aa83 {
  grid-area: about-logo;
  align-self: start;
}

#w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-8aa9aa83 {
  grid-area: about-pic3;
  align-self: start;
}

#w-node-_213600db-d65c-ce46-90a9-57a02eb44ed0-8aa9aa83, #w-node-d6b49480-e923-f263-9b44-99da4453bb59-8aa9aa83, #w-node-d6b49480-e923-f263-9b44-99da4453bb5c-8aa9aa83, #w-node-d6b49480-e923-f263-9b44-99da4453bb5f-8aa9aa83, #w-node-c06b20d4-3fbe-cd34-2d68-ec13fdd376c5-8aa9aa83, #w-node-c06b20d4-3fbe-cd34-2d68-ec13fdd376ca-8aa9aa83, #w-node-c06b20d4-3fbe-cd34-2d68-ec13fdd376cf-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c06b20d4-3fbe-cd34-2d68-ec13fdd376d4-8aa9aa83 {
  align-self: center;
  justify-self: end;
}

#w-node-d6b49480-e923-f263-9b44-99da4453bb68-8aa9aa83, #w-node-d6b49480-e923-f263-9b44-99da4453bb6a-8aa9aa83, #w-node-d6b49480-e923-f263-9b44-99da4453bb6b-8aa9aa83, #w-node-d6b49480-e923-f263-9b44-99da4453bb74-8aa9aa83, #w-node-_464227fb-a58b-b08f-7ee5-1e05ee654f9d-8aa9aa83, #w-node-_464227fb-a58b-b08f-7ee5-1e05ee654fa2-8aa9aa83, #w-node-_464227fb-a58b-b08f-7ee5-1e05ee654fa7-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_464227fb-a58b-b08f-7ee5-1e05ee654fac-8aa9aa83 {
  align-self: center;
  justify-self: end;
}

#w-node-d6b49480-e923-f263-9b44-99da4453bb8e-8aa9aa83, #w-node-d6b49480-e923-f263-9b44-99da4453bb90-8aa9aa83, #w-node-d6b49480-e923-f263-9b44-99da4453bb91-8aa9aa83, #w-node-d6b49480-e923-f263-9b44-99da4453bb9a-8aa9aa83, #w-node-_053dea0d-b4c7-fa01-cc14-da7a25f976b0-8aa9aa83, #w-node-_053dea0d-b4c7-fa01-cc14-da7a25f976b5-8aa9aa83, #w-node-_053dea0d-b4c7-fa01-cc14-da7a25f976ba-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_053dea0d-b4c7-fa01-cc14-da7a25f976bf-8aa9aa83 {
  align-self: center;
  justify-self: end;
}

#w-node-d6b49480-e923-f263-9b44-99da4453bbb4-8aa9aa83, #w-node-d6b49480-e923-f263-9b44-99da4453bbb6-8aa9aa83, #w-node-d6b49480-e923-f263-9b44-99da4453bbb7-8aa9aa83, #w-node-d6b49480-e923-f263-9b44-99da4453bbc2-8aa9aa83, #w-node-d6b49480-e923-f263-9b44-99da4453bbc8-8aa9aa83, #w-node-d6b49480-e923-f263-9b44-99da4453bbd0-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6b49480-e923-f263-9b44-99da4453bbd7-8aa9aa83 {
  align-self: center;
  justify-self: end;
}

#w-node-d6b49480-e923-f263-9b44-99da4453bbda-8aa9aa83, #w-node-d6b49480-e923-f263-9b44-99da4453bbdc-8aa9aa83, #w-node-d6b49480-e923-f263-9b44-99da4453bbdd-8aa9aa83, #w-node-d6b49480-e923-f263-9b44-99da4453bbe6-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93748c32-ce83-ab1e-b73f-e20b610572e8-8aa9aa83, #w-node-_93748c32-ce83-ab1e-b73f-e20b610572ff-8aa9aa83 {
  align-self: start;
}

#w-node-db4814b6-f2c3-fdbb-b33b-964e09a73ed4-8aa9aa83, #w-node-db4814b6-f2c3-fdbb-b33b-964e09a73edc-8aa9aa83, #w-node-db4814b6-f2c3-fdbb-b33b-964e09a73ee3-8aa9aa83, #w-node-db4814b6-f2c3-fdbb-b33b-964e09a73eec-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0799ad4-5104-0dd5-c0c6-2ca47637dc9a-8aa9aa83 {
  grid-area: circle;
}

#map.w-node-cbc1a9ae-5ae9-de51-20ee-c5b304a5a98b-8aa9aa83 {
  grid-area: map;
}

#w-node-_309993d1-30da-2e26-beee-a4c60aa030bb-8aa9aa83 {
  grid-area: description;
}

#w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-8aa9aa83 {
  grid-template-rows: minmax(min-content, auto);
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009b8-8aa9aa83, #w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009bf-8aa9aa83 {
  align-self: start;
}

#w-node-f200c996-567f-fda9-79b7-6085bf542cbd-8aa9aa83, #w-node-_61271318-f4dd-a270-932d-984fc603a150-8aa9aa83 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_1801a0f6-8c24-74da-7325-d666e885c5d4-8aa9aa83, #w-node-_3cf7859c-9c16-e127-f7d3-23c288dc8fdd-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-8aa9aa83 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbe-8aa9aa83, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dc0-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-8aa9aa83 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-_84d77a04-e471-0207-576d-1d62445d8d6e-8aa9aa83, #w-node-_84d77a04-e471-0207-576d-1d62445d8d70-8aa9aa83, #w-node-e70a46bf-57b6-2be2-9c0d-dad82934907e-8aa9aa83, #w-node-d1f82027-efb9-f30f-a050-28fc3c22925b-8aa9aa83, #w-node-a608f036-63e9-56c3-56df-d91061aeb035-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17cc7e3d-8c60-d5f3-0640-3bfc306138b7-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493097-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a1ac9e28-6a83-e1f5-6c19-50c73e493099-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edacf-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac027ee7-bd40-d375-b582-f1709e3edad1-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_973cc5ad-b09c-8089-a38f-ed3acdc462e0-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_973cc5ad-b09c-8089-a38f-ed3acdc462e5-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: end;
}

#w-node-_973cc5ad-b09c-8089-a38f-ed3acdc462e7-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_973cc5ad-b09c-8089-a38f-ed3acdc462e8-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_973cc5ad-b09c-8089-a38f-ed3acdc462f9-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_973cc5ad-b09c-8089-a38f-ed3acdc462fd-8aa9aa83, #w-node-_973cc5ad-b09c-8089-a38f-ed3acdc46301-8aa9aa83, #w-node-_973cc5ad-b09c-8089-a38f-ed3acdc46305-8aa9aa83, #w-node-_973cc5ad-b09c-8089-a38f-ed3acdc4630a-8aa9aa83, #w-node-_973cc5ad-b09c-8089-a38f-ed3acdc4630e-8aa9aa83, #w-node-_973cc5ad-b09c-8089-a38f-ed3acdc46312-8aa9aa83, #w-node-_973cc5ad-b09c-8089-a38f-ed3acdc46316-8aa9aa83 {
  align-self: center;
}

#w-node-_973cc5ad-b09c-8089-a38f-ed3acdc4631f-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_973cc5ad-b09c-8089-a38f-ed3acdc46320-8aa9aa83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-2cb616e4, #w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-2cb616e4 {
    justify-self: end;
  }

  #w-node-_4939097f-e457-fde0-6210-1ce99b65dba5-2cb616e4 {
    grid-area: heading-form;
  }

  #w-node-_3985ef92-d558-6a7f-e33b-ed7bfa480d7b-2cb616e4 {
    grid-area: descr;
    align-self: stretch;
    justify-self: start;
  }

  #w-node-_1964b021-348e-d30f-f6e6-01923588c5a1-2cb616e4 {
    grid-area: form;
  }

  #w-node-_93748c32-ce83-ab1e-b73f-e20b610572e8-2cb616e4 {
    order: 9999;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb616e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009b8-2cb616e4 {
    order: 9999;
  }

  #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb616e4, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb616e4, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb616e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-de72efe0-7539-fe49-829b-09111d3b8510-1d3b850a {
    grid-area: heading-form;
  }

  #w-node-de72efe0-7539-fe49-829b-09111d3b8513-1d3b850a {
    grid-area: descr;
  }

  #w-node-de72efe0-7539-fe49-829b-09111d3b8515-1d3b850a {
    grid-area: form;
  }

  #w-node-de72efe0-7539-fe49-829b-09111d3b8528-1d3b850a {
    grid-area: heading-form;
  }

  #w-node-de72efe0-7539-fe49-829b-09111d3b852a-1d3b850a {
    grid-area: form;
  }

  #w-node-de72efe0-7539-fe49-829b-09111d3b853d-1d3b850a {
    grid-area: heading-form;
  }

  #w-node-de72efe0-7539-fe49-829b-09111d3b853f-1d3b850a {
    grid-area: form;
  }

  #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa09-88f2c287 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa2d-88f2c287 {
    justify-self: center;
  }

  #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa4a-88f2c287 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa4c-88f2c287 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_6f29e0e9-1885-37cf-a6d0-b32b38dda2e3-38dda2de {
    grid-area: heading-form;
  }

  #w-node-_6f29e0e9-1885-37cf-a6d0-b32b38dda2e6-38dda2de {
    grid-area: descr;
  }

  #w-node-_6f29e0e9-1885-37cf-a6d0-b32b38dda2e8-38dda2de {
    grid-area: form;
  }

  #w-node-_0b00bbee-0097-c7da-a441-2f1df84a37e6-f84a37e1, #w-node-_0b00bbee-0097-c7da-a441-2f1df84a37e8-f84a37e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-2cb61717, #w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-2cb61717 {
    justify-self: end;
  }

  #w-node-_93748c32-ce83-ab1e-b73f-e20b610572e8-2cb61717 {
    order: 9999;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb61717 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009b8-2cb61717 {
    order: 9999;
  }

  #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb61717, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb61717, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb61717 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818cf-2cb61717 {
    justify-self: center;
  }

  #w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818ec-2cb61717 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818ee-2cb61717 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-b325ed3d-6d9c-437c-36fd-589a3d58622e-3d586228 {
    grid-area: heading-form;
  }

  #w-node-b325ed3d-6d9c-437c-36fd-589a3d586231-3d586228 {
    grid-area: descr;
  }

  #w-node-b325ed3d-6d9c-437c-36fd-589a3d586233-3d586228 {
    grid-area: form;
  }

  #w-node-b325ed3d-6d9c-437c-36fd-589a3d586246-3d586228 {
    grid-area: heading-form;
  }

  #w-node-b325ed3d-6d9c-437c-36fd-589a3d586248-3d586228 {
    grid-area: form;
  }

  #w-node-b325ed3d-6d9c-437c-36fd-589a3d58625b-3d586228 {
    grid-area: heading-form;
  }

  #w-node-b325ed3d-6d9c-437c-36fd-589a3d58625d-3d586228 {
    grid-area: form;
  }

  #w-node-_71377a31-36c1-4cad-4db7-a866d1ad8a08-d1ad8a03 {
    grid-area: heading-form;
  }

  #w-node-_71377a31-36c1-4cad-4db7-a866d1ad8a0b-d1ad8a03 {
    grid-area: descr;
    align-self: stretch;
    justify-self: start;
  }

  #w-node-_71377a31-36c1-4cad-4db7-a866d1ad8a10-d1ad8a03 {
    grid-area: form;
  }

  #w-node-fc931527-249f-5b1f-d3ed-f87298f00e87-98f00e82, #w-node-fc931527-249f-5b1f-d3ed-f87298f00e8b-98f00e82, #w-node-c9ea15ed-13f4-3883-77d2-0bd998116fb2-98116faf, #w-node-c9ea15ed-13f4-3883-77d2-0bd998116fb3-98116faf, #w-node-c9ea15ed-13f4-3883-77d2-0bd998116fb6-98116faf, #w-node-c9ea15ed-13f4-3883-77d2-0bd998116fb7-98116faf, #w-node-c9ea15ed-13f4-3883-77d2-0bd998116fba-98116faf, #w-node-c9ea15ed-13f4-3883-77d2-0bd998116fbb-98116faf, #w-node-c9ea15ed-13f4-3883-77d2-0bd998116fbe-98116faf, #w-node-c9ea15ed-13f4-3883-77d2-0bd998116fbf-98116faf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-2cb6171c, #w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-2cb6171c {
    justify-self: end;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb6171c {
    grid-template-rows: 30.63em;
    grid-template-columns: 1fr;
  }

  #w-node-_2c67606d-08c5-5810-4d9f-5fb8d0daf77b-2cb6171c, #w-node-d1b85820-0627-7995-111d-3991ad6eddd8-2cb6171c, #w-node-_67541ee3-d6cd-0d62-68f1-0c34cd4d9e56-2cb6171c, #w-node-b8fc29f1-cc89-5234-83ef-08d38154740f-2cb6171c, #w-node-_43aae04e-05ea-fd73-8195-5b0f5411f11b-2cb6171c, #w-node-dc92dd4a-e09a-7967-0b99-71a0fd4365e1-2cb6171c, #w-node-aaa12bbb-3b0d-0499-a176-9bb84e12c1f7-2cb6171c, #w-node-a6c38de1-5d57-d510-1b2e-dd48ff6f6314-2cb6171c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb6171c, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb6171c, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb6171c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cb55d2f3-b0ba-8711-599b-327863b99caf-63b99ca9 {
    grid-area: heading-form;
  }

  #w-node-cb55d2f3-b0ba-8711-599b-327863b99cb2-63b99ca9 {
    grid-area: descr;
  }

  #w-node-cb55d2f3-b0ba-8711-599b-327863b99cb4-63b99ca9 {
    grid-area: form;
  }

  #w-node-cb55d2f3-b0ba-8711-599b-327863b99cc7-63b99ca9 {
    grid-area: heading-form;
  }

  #w-node-cb55d2f3-b0ba-8711-599b-327863b99cc9-63b99ca9 {
    grid-area: form;
  }

  #w-node-cb55d2f3-b0ba-8711-599b-327863b99cdc-63b99ca9 {
    grid-area: heading-form;
  }

  #w-node-cb55d2f3-b0ba-8711-599b-327863b99cde-63b99ca9 {
    grid-area: form;
  }

  #w-node-ca75fb66-15ca-9915-e708-7d15de11b7ab-de11b76a {
    justify-self: center;
  }

  #w-node-ca75fb66-15ca-9915-e708-7d15de11b7b8-de11b76a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ca75fb66-15ca-9915-e708-7d15de11b7ba-de11b76a {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_2de2eb54-267a-5ab4-1569-15bf979ea2ae-979ea2a9 {
    grid-area: heading-form;
  }

  #w-node-_2de2eb54-267a-5ab4-1569-15bf979ea2b1-979ea2a9 {
    grid-area: descr;
    align-self: stretch;
    justify-self: start;
  }

  #w-node-_2de2eb54-267a-5ab4-1569-15bf979ea2b5-979ea2a9 {
    grid-area: form;
  }

  #w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553ba-3f9553b5, #w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553bc-3f9553b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-2cb6171f, #w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-2cb6171f {
    justify-self: end;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb6171f {
    grid-template-rows: 30.63em;
    grid-template-columns: 1fr;
  }

  #w-node-_2c67606d-08c5-5810-4d9f-5fb8d0daf77b-2cb6171f, #w-node-d1b85820-0627-7995-111d-3991ad6eddd8-2cb6171f, #w-node-_67541ee3-d6cd-0d62-68f1-0c34cd4d9e56-2cb6171f, #w-node-b8fc29f1-cc89-5234-83ef-08d38154740f-2cb6171f, #w-node-_43aae04e-05ea-fd73-8195-5b0f5411f11b-2cb6171f, #w-node-dc92dd4a-e09a-7967-0b99-71a0fd4365e1-2cb6171f, #w-node-aaa12bbb-3b0d-0499-a176-9bb84e12c1f7-2cb6171f, #w-node-a6c38de1-5d57-d510-1b2e-dd48ff6f6314-2cb6171f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb6171f, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb6171f, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb6171f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eb718967-9b5c-4117-c2b5-87acb2a67b69-2cb6171f {
    grid-area: heading-form;
  }

  #w-node-eb718967-9b5c-4117-c2b5-87acb2a67b6c-2cb6171f {
    grid-area: descr;
    align-self: stretch;
    justify-self: start;
  }

  #w-node-eb718967-9b5c-4117-c2b5-87acb2a67b6e-2cb6171f {
    grid-area: form;
  }

  #w-node-d55d3d45-7533-1658-0563-5da5e7706e6b-e7706e65 {
    grid-area: heading-form;
  }

  #w-node-d55d3d45-7533-1658-0563-5da5e7706e6e-e7706e65 {
    grid-area: descr;
  }

  #w-node-d55d3d45-7533-1658-0563-5da5e7706e70-e7706e65 {
    grid-area: form;
  }

  #w-node-d55d3d45-7533-1658-0563-5da5e7706e83-e7706e65 {
    grid-area: heading-form;
  }

  #w-node-d55d3d45-7533-1658-0563-5da5e7706e85-e7706e65 {
    grid-area: form;
  }

  #w-node-d55d3d45-7533-1658-0563-5da5e7706e98-e7706e65 {
    grid-area: heading-form;
  }

  #w-node-d55d3d45-7533-1658-0563-5da5e7706e9c-e7706e65 {
    grid-area: form;
  }

  #w-node-c8503c24-8d05-f8b5-fe5e-544a0507886f-0507882d {
    justify-self: center;
  }

  #w-node-_51d98a06-395d-12ad-1fb0-72a3016c947b-016c9476, #w-node-_51d98a06-395d-12ad-1fb0-72a3016c947d-016c9476 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0077d38a-5de9-4e35-7aa6-74c043177c9d-43177c98 {
    grid-area: heading-form;
  }

  #w-node-_0077d38a-5de9-4e35-7aa6-74c043177ca0-43177c98 {
    grid-area: descr;
    align-self: stretch;
    justify-self: start;
  }

  #w-node-_0077d38a-5de9-4e35-7aa6-74c043177ca2-43177c98 {
    grid-area: form;
  }

  #w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-2cb6173c, #w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-2cb6173c {
    justify-self: end;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb6173c {
    grid-template-rows: 30.63em;
    grid-template-columns: 1fr;
  }

  #w-node-_2c67606d-08c5-5810-4d9f-5fb8d0daf77b-2cb6173c, #w-node-d1b85820-0627-7995-111d-3991ad6eddd8-2cb6173c, #w-node-_67541ee3-d6cd-0d62-68f1-0c34cd4d9e56-2cb6173c, #w-node-b8fc29f1-cc89-5234-83ef-08d38154740f-2cb6173c, #w-node-_43aae04e-05ea-fd73-8195-5b0f5411f11b-2cb6173c, #w-node-dc92dd4a-e09a-7967-0b99-71a0fd4365e1-2cb6173c, #w-node-aaa12bbb-3b0d-0499-a176-9bb84e12c1f7-2cb6173c, #w-node-a6c38de1-5d57-d510-1b2e-dd48ff6f6314-2cb6173c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb6173c, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb6173c, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb6173c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7a18119d-d855-b2d7-c096-526550a86b4d-50a86b47 {
    grid-area: heading-form;
  }

  #w-node-_7a18119d-d855-b2d7-c096-526550a86b50-50a86b47 {
    grid-area: descr;
  }

  #w-node-_7a18119d-d855-b2d7-c096-526550a86b52-50a86b47 {
    grid-area: form;
  }

  #w-node-_7a18119d-d855-b2d7-c096-526550a86b65-50a86b47 {
    grid-area: heading-form;
  }

  #w-node-_7a18119d-d855-b2d7-c096-526550a86b67-50a86b47 {
    grid-area: form;
  }

  #w-node-_7a18119d-d855-b2d7-c096-526550a86b7a-50a86b47 {
    grid-area: heading-form;
  }

  #w-node-_7a18119d-d855-b2d7-c096-526550a86b7e-50a86b47 {
    grid-area: form;
  }

  #w-node-_0b1efd04-68c9-ce4c-38b5-1baeb3e8a719-b3e8a6d7 {
    justify-self: center;
  }

  #w-node-_93ee3507-1030-ac61-194e-19cbaf67ef57-af67ef52 {
    grid-area: heading-form;
  }

  #w-node-_93ee3507-1030-ac61-194e-19cbaf67ef5a-af67ef52 {
    grid-area: descr;
    align-self: stretch;
    justify-self: start;
  }

  #w-node-_93ee3507-1030-ac61-194e-19cbaf67ef5e-af67ef52 {
    grid-area: form;
  }

  #w-node-ae7836ec-e873-71ba-ef0f-a783d94bd8ea-d94bd8e5, #w-node-ae7836ec-e873-71ba-ef0f-a783d94bd8ec-d94bd8e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-2cb6173f, #w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-2cb6173f {
    justify-self: end;
  }

  #w-node-_93748c32-ce83-ab1e-b73f-e20b610572e8-2cb6173f {
    order: 9999;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb6173f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009b8-2cb6173f {
    order: 9999;
  }

  #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb6173f, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb6173f, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb6173f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7512a1de-f553-c900-1cc9-e36a38742fb6-38742fb0 {
    grid-area: heading-form;
  }

  #w-node-_7512a1de-f553-c900-1cc9-e36a38742fb9-38742fb0 {
    grid-area: descr;
  }

  #w-node-_7512a1de-f553-c900-1cc9-e36a38742fbb-38742fb0 {
    grid-area: form;
  }

  #w-node-_7512a1de-f553-c900-1cc9-e36a38743004-38742fb0 {
    grid-area: heading-form;
  }

  #w-node-_7512a1de-f553-c900-1cc9-e36a38743006-38742fb0 {
    grid-area: form;
  }

  #w-node-_7512a1de-f553-c900-1cc9-e36a38743019-38742fb0 {
    grid-area: heading-form;
  }

  #w-node-_7512a1de-f553-c900-1cc9-e36a3874301b-38742fb0 {
    grid-area: form;
  }

  #w-node-_1a071ac5-1c1a-68f3-8421-3c4bcaa23a97-caa23a55, #w-node-_068c5e5b-a531-dec6-f6eb-748b50a79221-caa23a55 {
    justify-self: center;
  }

  #w-node-_068c5e5b-a531-dec6-f6eb-748b50a7923e-caa23a55 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_068c5e5b-a531-dec6-f6eb-748b50a79240-caa23a55 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_30eded0c-5480-5e99-7a7f-b99f3c0a108c-3c0a1087 {
    grid-area: heading-form;
  }

  #w-node-_30eded0c-5480-5e99-7a7f-b99f3c0a108f-3c0a1087 {
    grid-area: descr;
    align-self: stretch;
    justify-self: start;
  }

  #w-node-_30eded0c-5480-5e99-7a7f-b99f3c0a1091-3c0a1087 {
    grid-area: form;
  }

  #w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce60-eb06ce5b, #w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce62-eb06ce5b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-d45bd6ea, #w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-d45bd6ea {
    justify-self: end;
  }

  #w-node-_4939097f-e457-fde0-6210-1ce99b65dba5-d45bd6ea {
    grid-area: heading-form;
  }

  #w-node-_3985ef92-d558-6a7f-e33b-ed7bfa480d7b-d45bd6ea {
    grid-area: descr;
    align-self: stretch;
    justify-self: start;
  }

  #w-node-_1964b021-348e-d30f-f6e6-01923588c5a1-d45bd6ea {
    grid-area: form;
  }

  #w-node-_93748c32-ce83-ab1e-b73f-e20b610572e8-d45bd6ea {
    order: 9999;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-d45bd6ea {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009b8-d45bd6ea {
    order: 9999;
  }

  #w-node-_61271318-f4dd-a270-932d-984fc603a150-d45bd6ea, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-d45bd6ea, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-d45bd6ea {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-c6c9f80f, #w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-c6c9f80f {
    justify-self: end;
  }

  #w-node-_93748c32-ce83-ab1e-b73f-e20b610572e8-c6c9f80f {
    order: 9999;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-c6c9f80f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009b8-c6c9f80f {
    order: 9999;
  }

  #w-node-_61271318-f4dd-a270-932d-984fc603a150-c6c9f80f, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-c6c9f80f, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-c6c9f80f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f4c3d42b-7cd6-20e5-9968-488f5314adee-8aa9aa83, #w-node-d22e8c72-7f11-b2d6-09ca-904ef19a8247-8aa9aa83 {
    justify-self: end;
  }

  #w-node-_93748c32-ce83-ab1e-b73f-e20b610572e8-8aa9aa83 {
    order: 9999;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-8aa9aa83 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_55ae5cb2-dbe0-430a-4362-22e6f15009b8-8aa9aa83 {
    order: 9999;
  }

  #w-node-_61271318-f4dd-a270-932d-984fc603a150-8aa9aa83, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-8aa9aa83, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-8aa9aa83 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_973cc5ad-b09c-8089-a38f-ed3acdc46320-8aa9aa83 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d6b49480-e923-f263-9b44-99da4453bbd7-2cb616e4 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_4939097f-e457-fde0-6210-1ce99b65dba5-2cb616e4 {
    grid-area: heading-form;
  }

  #w-node-_29d5d6b2-75bc-d469-fba7-96e60434fd30-2cb616e4 {
    grid-area: img;
  }

  #w-node-_3985ef92-d558-6a7f-e33b-ed7bfa480d7b-2cb616e4 {
    grid-area: descr;
    justify-self: start;
  }

  #w-node-_1964b021-348e-d30f-f6e6-01923588c5a1-2cb616e4 {
    grid-area: form;
  }

  #w-node-_3d11dd5d-4054-b046-bc0b-f5759aa52069-2cb616e4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb616e4, #w-node-f200c996-567f-fda9-79b7-6085bf542cbd-2cb616e4, #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb616e4, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb616e4, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb616e4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-de72efe0-7539-fe49-829b-09111d3b8510-1d3b850a {
    grid-area: heading-form;
  }

  #w-node-de72efe0-7539-fe49-829b-09111d3b8512-1d3b850a {
    grid-area: img;
  }

  #w-node-de72efe0-7539-fe49-829b-09111d3b8513-1d3b850a {
    grid-area: descr;
    justify-self: start;
  }

  #w-node-de72efe0-7539-fe49-829b-09111d3b8515-1d3b850a {
    grid-area: form;
  }

  #w-node-de72efe0-7539-fe49-829b-09111d3b8528-1d3b850a {
    grid-area: heading-form;
  }

  #w-node-de72efe0-7539-fe49-829b-09111d3b852a-1d3b850a {
    grid-area: form;
  }

  #w-node-de72efe0-7539-fe49-829b-09111d3b853d-1d3b850a {
    grid-area: heading-form;
  }

  #w-node-de72efe0-7539-fe49-829b-09111d3b853f-1d3b850a {
    grid-area: form;
  }

  #w-node-_383fb55b-9aa0-8c4b-5f12-e0129c9bfa4c-88f2c287 {
    grid-row: span 1 / span 1;
  }

  #w-node-_6f29e0e9-1885-37cf-a6d0-b32b38dda2e3-38dda2de {
    grid-area: heading-form;
  }

  #w-node-_6f29e0e9-1885-37cf-a6d0-b32b38dda2e5-38dda2de {
    grid-area: img;
  }

  #w-node-_6f29e0e9-1885-37cf-a6d0-b32b38dda2e6-38dda2de {
    grid-area: descr;
    justify-self: start;
  }

  #w-node-_6f29e0e9-1885-37cf-a6d0-b32b38dda2e8-38dda2de {
    grid-area: form;
  }

  #w-node-_0b00bbee-0097-c7da-a441-2f1df84a37e6-f84a37e1, #w-node-_0b00bbee-0097-c7da-a441-2f1df84a37e8-f84a37e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14f083dc-ced3-2ecf-60f7-9b91be89281f-be89281e {
    align-self: center;
  }

  #w-node-_14f083dc-ced3-2ecf-60f7-9b91be89282a-be89281e {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_7515827a-9be2-5385-8090-b9cf504b3431-2cb61717 {
    align-self: center;
  }

  #w-node-_7515827a-9be2-5385-8090-b9cf504b3441-2cb61717 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_6badd788-33f2-9fb7-c6f8-c802a5730eea-2cb61717 {
    align-self: center;
  }

  #w-node-_6badd788-33f2-9fb7-c6f8-c802a5730ef9-2cb61717 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-b53d957e-19b7-6bca-3101-2c18f5ee410d-2cb61717 {
    align-self: center;
  }

  #w-node-b53d957e-19b7-6bca-3101-2c18f5ee411c-2cb61717 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-d6b49480-e923-f263-9b44-99da4453bbd7-2cb61717 {
    order: -9999;
    justify-self: start;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb61717, #w-node-f200c996-567f-fda9-79b7-6085bf542cbd-2cb61717, #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb61717, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb61717, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb61717 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5f2c3a54-1d90-8c6d-4cbf-fbe2955818ee-2cb61717 {
    grid-row: span 1 / span 1;
  }

  #w-node-b325ed3d-6d9c-437c-36fd-589a3d58622e-3d586228 {
    grid-area: heading-form;
  }

  #w-node-b325ed3d-6d9c-437c-36fd-589a3d586230-3d586228 {
    grid-area: img;
  }

  #w-node-b325ed3d-6d9c-437c-36fd-589a3d586231-3d586228 {
    grid-area: descr;
    justify-self: start;
  }

  #w-node-b325ed3d-6d9c-437c-36fd-589a3d586233-3d586228 {
    grid-area: form;
  }

  #w-node-b325ed3d-6d9c-437c-36fd-589a3d586246-3d586228 {
    grid-area: heading-form;
  }

  #w-node-b325ed3d-6d9c-437c-36fd-589a3d586248-3d586228 {
    grid-area: form;
  }

  #w-node-b325ed3d-6d9c-437c-36fd-589a3d58625b-3d586228 {
    grid-area: heading-form;
  }

  #w-node-b325ed3d-6d9c-437c-36fd-589a3d58625d-3d586228 {
    grid-area: form;
  }

  #w-node-_71377a31-36c1-4cad-4db7-a866d1ad8a08-d1ad8a03 {
    grid-area: heading-form;
  }

  #w-node-_71377a31-36c1-4cad-4db7-a866d1ad8a0a-d1ad8a03 {
    grid-area: img;
  }

  #w-node-_71377a31-36c1-4cad-4db7-a866d1ad8a0b-d1ad8a03 {
    grid-area: descr;
    justify-self: start;
  }

  #w-node-_71377a31-36c1-4cad-4db7-a866d1ad8a10-d1ad8a03 {
    grid-area: form;
  }

  #w-node-fc931527-249f-5b1f-d3ed-f87298f00e87-98f00e82, #w-node-fc931527-249f-5b1f-d3ed-f87298f00e8b-98f00e82 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b884-2cb6171c {
    align-self: center;
  }

  #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b895-2cb6171c {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa80-2cb6171c {
    align-self: center;
  }

  #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa91-2cb6171c, #w-node-_40512dcc-369a-8e40-522c-ecd8acff3469-2cb6171c {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d97a-2cb6171c {
    order: -9999;
    justify-self: start;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb6171c {
    grid-template-rows: 30.63em;
    grid-template-columns: 1fr;
  }

  #w-node-f200c996-567f-fda9-79b7-6085bf542cbd-2cb6171c, #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb6171c, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb6171c, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb6171c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-cb55d2f3-b0ba-8711-599b-327863b99caf-63b99ca9 {
    grid-area: heading-form;
  }

  #w-node-cb55d2f3-b0ba-8711-599b-327863b99cb1-63b99ca9 {
    grid-area: img;
  }

  #w-node-cb55d2f3-b0ba-8711-599b-327863b99cb2-63b99ca9 {
    grid-area: descr;
    justify-self: start;
  }

  #w-node-cb55d2f3-b0ba-8711-599b-327863b99cb4-63b99ca9 {
    grid-area: form;
  }

  #w-node-cb55d2f3-b0ba-8711-599b-327863b99cc7-63b99ca9 {
    grid-area: heading-form;
  }

  #w-node-cb55d2f3-b0ba-8711-599b-327863b99cc9-63b99ca9 {
    grid-area: form;
  }

  #w-node-cb55d2f3-b0ba-8711-599b-327863b99cdc-63b99ca9 {
    grid-area: heading-form;
  }

  #w-node-cb55d2f3-b0ba-8711-599b-327863b99cde-63b99ca9 {
    grid-area: form;
  }

  #w-node-ca75fb66-15ca-9915-e708-7d15de11b7ba-de11b76a {
    grid-row: span 1 / span 1;
  }

  #w-node-_2de2eb54-267a-5ab4-1569-15bf979ea2ae-979ea2a9 {
    grid-area: heading-form;
  }

  #w-node-_2de2eb54-267a-5ab4-1569-15bf979ea2b0-979ea2a9 {
    grid-area: img;
  }

  #w-node-_2de2eb54-267a-5ab4-1569-15bf979ea2b1-979ea2a9 {
    grid-area: descr;
    justify-self: start;
  }

  #w-node-_2de2eb54-267a-5ab4-1569-15bf979ea2b5-979ea2a9 {
    grid-area: form;
  }

  #w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553ba-3f9553b5, #w-node-c01ff9b4-c5fe-7778-1e2b-4cc43f9553bc-3f9553b5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b884-2cb6171f {
    align-self: center;
  }

  #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b895-2cb6171f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa80-2cb6171f {
    align-self: center;
  }

  #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa91-2cb6171f, #w-node-_40512dcc-369a-8e40-522c-ecd8acff3469-2cb6171f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d97a-2cb6171f {
    order: -9999;
    justify-self: start;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb6171f {
    grid-template-rows: 30.63em;
    grid-template-columns: 1fr;
  }

  #w-node-f200c996-567f-fda9-79b7-6085bf542cbd-2cb6171f, #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb6171f, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb6171f, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb6171f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eb718967-9b5c-4117-c2b5-87acb2a67b69-2cb6171f {
    grid-area: heading-form;
  }

  #w-node-eb718967-9b5c-4117-c2b5-87acb2a67b6b-2cb6171f {
    grid-area: img;
  }

  #w-node-eb718967-9b5c-4117-c2b5-87acb2a67b6c-2cb6171f {
    grid-area: descr;
    justify-self: start;
  }

  #w-node-eb718967-9b5c-4117-c2b5-87acb2a67b6e-2cb6171f {
    grid-area: form;
  }

  #w-node-d55d3d45-7533-1658-0563-5da5e7706e6b-e7706e65 {
    grid-area: heading-form;
  }

  #w-node-d55d3d45-7533-1658-0563-5da5e7706e6d-e7706e65 {
    grid-area: img;
  }

  #w-node-d55d3d45-7533-1658-0563-5da5e7706e6e-e7706e65 {
    grid-area: descr;
    justify-self: start;
  }

  #w-node-d55d3d45-7533-1658-0563-5da5e7706e70-e7706e65 {
    grid-area: form;
  }

  #w-node-d55d3d45-7533-1658-0563-5da5e7706e83-e7706e65 {
    grid-area: heading-form;
  }

  #w-node-d55d3d45-7533-1658-0563-5da5e7706e85-e7706e65 {
    grid-area: form;
  }

  #w-node-d55d3d45-7533-1658-0563-5da5e7706e98-e7706e65 {
    grid-area: heading-form;
  }

  #w-node-d55d3d45-7533-1658-0563-5da5e7706e9c-e7706e65 {
    grid-area: form;
  }

  #w-node-_51d98a06-395d-12ad-1fb0-72a3016c947b-016c9476, #w-node-_51d98a06-395d-12ad-1fb0-72a3016c947d-016c9476 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0077d38a-5de9-4e35-7aa6-74c043177c9d-43177c98 {
    grid-area: heading-form;
  }

  #w-node-_0077d38a-5de9-4e35-7aa6-74c043177c9f-43177c98 {
    grid-area: img;
  }

  #w-node-_0077d38a-5de9-4e35-7aa6-74c043177ca0-43177c98 {
    grid-area: descr;
    justify-self: start;
  }

  #w-node-_0077d38a-5de9-4e35-7aa6-74c043177ca2-43177c98 {
    grid-area: form;
  }

  #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b884-2cb6173c {
    align-self: center;
  }

  #w-node-cc7f926b-88c3-3e90-61a2-08cf65b1b895-2cb6173c {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa80-2cb6173c {
    align-self: center;
  }

  #w-node-_5e030b0e-b9ad-ab2b-de6b-85b52802aa91-2cb6173c, #w-node-_40512dcc-369a-8e40-522c-ecd8acff3469-2cb6173c {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_4c9b2345-bdb0-5311-e778-76ba31f8d97a-2cb6173c {
    order: -9999;
    justify-self: start;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb6173c {
    grid-template-rows: 30.63em;
    grid-template-columns: 1fr;
  }

  #w-node-f200c996-567f-fda9-79b7-6085bf542cbd-2cb6173c, #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb6173c, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb6173c, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb6173c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7a18119d-d855-b2d7-c096-526550a86b4d-50a86b47 {
    grid-area: heading-form;
  }

  #w-node-_7a18119d-d855-b2d7-c096-526550a86b4f-50a86b47 {
    grid-area: img;
  }

  #w-node-_7a18119d-d855-b2d7-c096-526550a86b50-50a86b47 {
    grid-area: descr;
    justify-self: start;
  }

  #w-node-_7a18119d-d855-b2d7-c096-526550a86b52-50a86b47 {
    grid-area: form;
  }

  #w-node-_7a18119d-d855-b2d7-c096-526550a86b65-50a86b47 {
    grid-area: heading-form;
  }

  #w-node-_7a18119d-d855-b2d7-c096-526550a86b67-50a86b47 {
    grid-area: form;
  }

  #w-node-_7a18119d-d855-b2d7-c096-526550a86b7a-50a86b47 {
    grid-area: heading-form;
  }

  #w-node-_7a18119d-d855-b2d7-c096-526550a86b7e-50a86b47 {
    grid-area: form;
  }

  #w-node-_93ee3507-1030-ac61-194e-19cbaf67ef57-af67ef52 {
    grid-area: heading-form;
  }

  #w-node-_93ee3507-1030-ac61-194e-19cbaf67ef59-af67ef52 {
    grid-area: img;
  }

  #w-node-_93ee3507-1030-ac61-194e-19cbaf67ef5a-af67ef52 {
    grid-area: descr;
    justify-self: start;
  }

  #w-node-_93ee3507-1030-ac61-194e-19cbaf67ef5e-af67ef52 {
    grid-area: form;
  }

  #w-node-ae7836ec-e873-71ba-ef0f-a783d94bd8ea-d94bd8e5, #w-node-ae7836ec-e873-71ba-ef0f-a783d94bd8ec-d94bd8e5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eda51351-8361-96b2-bf9d-4029b51527cb-2cb6173f {
    align-self: center;
  }

  #w-node-eda51351-8361-96b2-bf9d-4029b51527da-2cb6173f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-ede968b7-0ae3-4d65-9e6b-aaa5f19e6ad0-2cb6173f {
    align-self: center;
  }

  #w-node-ede968b7-0ae3-4d65-9e6b-aaa5f19e6ae2-2cb6173f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_1097361d-2417-39b2-e963-51a9f399b9f7-2cb6173f {
    align-self: center;
  }

  #w-node-_1097361d-2417-39b2-e963-51a9f399ba08-2cb6173f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990f6-2cb6173f {
    order: -9999;
    justify-self: start;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb6173f, #w-node-f200c996-567f-fda9-79b7-6085bf542cbd-2cb6173f, #w-node-_61271318-f4dd-a270-932d-984fc603a150-2cb6173f, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-2cb6173f, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-2cb6173f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7512a1de-f553-c900-1cc9-e36a38742fb6-38742fb0 {
    grid-area: heading-form;
  }

  #w-node-_7512a1de-f553-c900-1cc9-e36a38742fb8-38742fb0 {
    grid-area: img;
  }

  #w-node-_7512a1de-f553-c900-1cc9-e36a38742fb9-38742fb0 {
    grid-area: descr;
    justify-self: start;
  }

  #w-node-_7512a1de-f553-c900-1cc9-e36a38742fbb-38742fb0 {
    grid-area: form;
  }

  #w-node-_7512a1de-f553-c900-1cc9-e36a38743004-38742fb0 {
    grid-area: heading-form;
  }

  #w-node-_7512a1de-f553-c900-1cc9-e36a38743006-38742fb0 {
    grid-area: form;
  }

  #w-node-_7512a1de-f553-c900-1cc9-e36a38743019-38742fb0 {
    grid-area: heading-form;
  }

  #w-node-_7512a1de-f553-c900-1cc9-e36a3874301b-38742fb0 {
    grid-area: form;
  }

  #w-node-_068c5e5b-a531-dec6-f6eb-748b50a79240-caa23a55 {
    grid-row: span 1 / span 1;
  }

  #w-node-_30eded0c-5480-5e99-7a7f-b99f3c0a108c-3c0a1087 {
    grid-area: heading-form;
  }

  #w-node-_30eded0c-5480-5e99-7a7f-b99f3c0a108e-3c0a1087 {
    grid-area: img;
  }

  #w-node-_30eded0c-5480-5e99-7a7f-b99f3c0a108f-3c0a1087 {
    grid-area: descr;
    justify-self: start;
  }

  #w-node-_30eded0c-5480-5e99-7a7f-b99f3c0a1091-3c0a1087 {
    grid-area: form;
  }

  #w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce60-eb06ce5b, #w-node-_22e7fd9a-7aa1-2335-19c5-b823eb06ce62-eb06ce5b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6b49480-e923-f263-9b44-99da4453bbd7-d45bd6ea {
    order: -9999;
    justify-self: start;
  }

  #w-node-_4939097f-e457-fde0-6210-1ce99b65dba5-d45bd6ea {
    grid-area: heading-form;
  }

  #w-node-_29d5d6b2-75bc-d469-fba7-96e60434fd30-d45bd6ea {
    grid-area: img;
  }

  #w-node-_3985ef92-d558-6a7f-e33b-ed7bfa480d7b-d45bd6ea {
    grid-area: descr;
    justify-self: start;
  }

  #w-node-_1964b021-348e-d30f-f6e6-01923588c5a1-d45bd6ea {
    grid-area: form;
  }

  #w-node-_3d11dd5d-4054-b046-bc0b-f5759aa52069-d45bd6ea {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-d45bd6ea, #w-node-f200c996-567f-fda9-79b7-6085bf542cbd-d45bd6ea, #w-node-_61271318-f4dd-a270-932d-984fc603a150-d45bd6ea, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-d45bd6ea, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-d45bd6ea {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_543252e0-f8f9-b67e-79e6-778d4b0a4b00-c6c9f80f {
    align-self: center;
  }

  #w-node-_543252e0-f8f9-b67e-79e6-778d4b0a4b11-c6c9f80f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_8820af02-5c3e-181c-a004-1277380893e8-c6c9f80f {
    align-self: center;
  }

  #w-node-_8820af02-5c3e-181c-a004-1277380893fa-c6c9f80f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_21e6e1cb-8848-55e1-5bf3-f25c7f6d4be4-c6c9f80f {
    align-self: center;
  }

  #w-node-_21e6e1cb-8848-55e1-5bf3-f25c7f6d4bf5-c6c9f80f {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_1e1fa253-aa00-5f26-4703-6ed8f08990f6-c6c9f80f {
    order: -9999;
    justify-self: start;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-c6c9f80f, #w-node-f200c996-567f-fda9-79b7-6085bf542cbd-c6c9f80f, #w-node-_61271318-f4dd-a270-932d-984fc603a150-c6c9f80f, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-c6c9f80f, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-c6c9f80f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c06b20d4-3fbe-cd34-2d68-ec13fdd376c5-8aa9aa83 {
    align-self: center;
  }

  #w-node-c06b20d4-3fbe-cd34-2d68-ec13fdd376d4-8aa9aa83 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_464227fb-a58b-b08f-7ee5-1e05ee654f9d-8aa9aa83 {
    align-self: center;
  }

  #w-node-_464227fb-a58b-b08f-7ee5-1e05ee654fac-8aa9aa83 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-_053dea0d-b4c7-fa01-cc14-da7a25f976b0-8aa9aa83 {
    align-self: center;
  }

  #w-node-_053dea0d-b4c7-fa01-cc14-da7a25f976bf-8aa9aa83 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: start;
  }

  #w-node-d6b49480-e923-f263-9b44-99da4453bbd7-8aa9aa83 {
    order: -9999;
    justify-self: start;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-8aa9aa83, #w-node-f200c996-567f-fda9-79b7-6085bf542cbd-8aa9aa83, #w-node-_61271318-f4dd-a270-932d-984fc603a150-8aa9aa83, #w-node-_5d1b449c-ca1c-dcdf-9b78-4115d15f9dbc-8aa9aa83, #w-node-_84d77a04-e471-0207-576d-1d62445d8d6c-8aa9aa83 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fe46ce77-a0c0-ddec-09aa-f076541863a4-2cb616e4, #w-node-_3d11dd5d-4054-b046-bc0b-f5759aa52069-2cb616e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb616e4, #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb61717 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb6171c, #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb6171f, #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb6173c {
    grid-template-rows: minmax(30.63em, 1fr);
    grid-template-columns: 1fr;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-2cb6173f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fe46ce77-a0c0-ddec-09aa-f076541863a4-d45bd6ea, #w-node-_3d11dd5d-4054-b046-bc0b-f5759aa52069-d45bd6ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-d45bd6ea, #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-c6c9f80f, #w-node-fad69944-9c1a-8fef-e8d2-6db3dd97d13c-8aa9aa83 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Tildasans Vf';
  src: url('../fonts/TildaSans-VF.ttf') format('truetype');
  font-weight: 250 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-ExtraBold.ttf') format('truetype'), url('../fonts/NotoSansArabic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosansarabic';
  src: url('../fonts/NotoSansArabic-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide Super';
  src: url('../fonts/Druk-Wide-Super.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide Cyr';
  src: url('../fonts/Druk-Wide-Cyr-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide Cyr';
  src: url('../fonts/Druk-Wide-Cyr-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide Cyr Super';
  src: url('../fonts/Druk-Wide-Cyr-Super.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druk Wide';
  src: url('../fonts/Druk-Wide-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}