:root {
  --biege: #b98d75;
  --black: #04041d;
  --grey: #262c35;
  --light-grey: #323a45;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

a {
  color: #ffffff4d;
  text-decoration: none;
}

.hero-section {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 6em;
  padding-top: 6em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.hero_title-container {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 88.75em;
  display: flex;
  position: relative;
}

.hero_title-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.caps_subtitle {
  color: var(--biege);
  letter-spacing: .01em;
  text-transform: uppercase;
  width: 100%;
  font-size: 1em;
  font-weight: 700;
  line-height: 100%;
}

.caps_subtitle.align-center.light-grey {
  opacity: .5;
}

.h1-title {
  color: var(--black);
  text-transform: uppercase;
  width: 90%;
  font-size: 2.2em;
  font-weight: 400;
}

.hero_description-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.hero_button-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 32.5em;
  display: flex;
}

.paragraph-xl {
  color: #000;
  width: 100%;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 130%;
}

.hero-button {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--biege);
  cursor: pointer;
  border-radius: 4em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.125em 1.375em 1.125em 1.75em;
  transition: all .2s;
  display: flex;
}

.hero-button:hover {
  background-color: #997765;
}

.button-text {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 100%;
}

.icon-32 {
  object-fit: cover;
  width: 2em;
  height: auto;
  overflow: hidden;
}

.hero_image-container {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 88.75em;
  height: 512px;
  display: flex;
}

.hero_left_image-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 18.5em;
  height: 100%;
  display: flex;
}

.line-left {
  border: 0 solid #0003;
  border-left-width: 1px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 116px;
}

.hero_left-image {
  object-fit: contain;
  height: auto;
}

.hero_center_image-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 42em;
  height: 100%;
  display: flex;
}

.line-right {
  border: 0 solid #0003;
  border-right-width: 1px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 116px;
  display: flex;
}

.hero_right_image-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 24em;
  height: 80%;
  display: flex;
}

.line-right-2 {
  border: 0 solid #0003;
  border-right-width: 1px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 117px;
}

.features-section {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 6em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.features-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 88.75em;
  display: flex;
}

.background-logo {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 72.25em;
  display: flex;
}

.features-wrapper {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.feature-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  aspect-ratio: 1;
  background-color: #fff;
  border: 1px #f3f2f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 29.5em;
  padding: 1em;
  display: flex;
}

.feature-title {
  color: #000;
  text-align: center;
  width: 100%;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 100%;
}

.content_block-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 6em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.content_block_dark_columns-container {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: var(--grey);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 88.75em;
  padding: 4em;
  display: flex;
  position: relative;
}

.line_biege-bottom {
  grid-column-gap: 10px;
  border: 0 solid #b98d7599;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 5.5em;
  display: flex;
  position: absolute;
  inset: auto 4em 4em auto;
}

.left-column-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 25em;
  display: flex;
}

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

.h2-title {
  color: #fff;
  letter-spacing: -.03em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75em;
  font-weight: 400;
  line-height: 110%;
}

.paragraph {
  color: #fff;
  width: 100%;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 130%;
}

.content_block-numbers {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.aboutus-stats-number-item {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-xl {
  color: var(--biege);
  font-size: 2.62em;
  font-weight: 400;
  line-height: 110%;
}

.title-xs {
  color: #fff;
  width: 100%;
  font-size: 1em;
  font-weight: 400;
  line-height: 120%;
}

.right-column-rapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 25em;
  max-width: 38.375em;
  display: flex;
}

.content_full-wrapper {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 25em;
  max-width: 88.75em;
  padding: 4em;
  display: flex;
}

.list_caps-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.list-caps-item {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.list-bullet {
  justify-content: center;
  align-items: center;
  width: .5em;
  height: .5em;
}

.caps {
  color: var(--light-grey);
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 500;
  line-height: 100%;
}

.content_block_columns-container {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 88.75em;
  padding: 4em;
  display: flex;
  position: relative;
}

.content_block-features {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #d2cfcf33;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 2em;
  display: flex;
}

.content_block_feature-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.content_block_feature_title-wrapper {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.plaintext-xs {
  color: var(--light-grey);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875em;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.plaintext-xs.white30 {
  color: #ffffff4d;
}

.right-column-wrapper {
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 25em;
  max-width: 31em;
  text-decoration: none;
  display: flex;
}

.kievsky-image-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 37.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kievsky-image {
  background-image: linear-gradient(186.76deg, #262c3500, #262c35), url('../images/kievsky-image.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto 100%;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 100%;
}

.address-wrapper {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 1.5em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.subtitle-xl {
  color: #fff;
  width: 100%;
  font-size: 1.875em;
  font-weight: 400;
  line-height: 130%;
}

.summary-container {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 88.75em;
}

.summary_left-item {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 31.25em;
  margin-bottom: .5em;
  padding-right: 4em;
  display: flex;
}

.summary_left_number-wrapper {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 10em;
  max-width: 26.25em;
  height: 100%;
  padding: 4em;
  display: flex;
  position: relative;
}

.icon-96 {
  background-color: var(--biege);
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.icon-96.right {
  inset: 0% 0% auto auto;
}

.summary_content-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 58.5em;
  height: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.h3-title {
  color: #000;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 100%;
}

.summary_right-item {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 31.25em;
  margin-bottom: .5em;
  padding-left: 4em;
  display: flex;
}

.paragraph-xs {
  color: var(--light-grey);
  font-size: 1.125em;
  font-weight: 400;
  line-height: 120%;
}

.form-section {
  background-color: var(--grey);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 4em;
  display: flex;
}

.form-container {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: row;
  flex-grow: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 25em;
  max-width: 88.75em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.form-description {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 25em;
  max-width: 33.875em;
  display: flex;
}

.second_level-button {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  border: 1px solid #fff3;
  border-radius: 4em;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .75em 1.125em;
  transition: all .2s;
  display: flex;
}

.second_level-button:hover {
  background-color: #ffffff1a;
}

.second_level_button-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
}

.form-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 25em;
  display: flex;
}

.form-button {
  cursor: pointer;
  background-color: #b98d75;
  border-radius: 4em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .85em 1.5em .85em 1.75em;
  transition: all .2s;
  display: flex;
}

.form-button:hover {
  background-color: #997765;
}

.form_button-text {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 12px;
  text-decoration: none;
}

.hero-title-regular {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 110%;
}

.hero-title-italic {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-style: italic;
}

.image {
  z-index: -10;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.body {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  background-color: #f9f9f9;
  flex-flow: column;
  font-size: 14px;
}

.image-scaledown-wrapper {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.biege {
  color: var(--biege);
}

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

.black {
  color: var(--black);
}

.white {
  color: #fff;
}

.image-scaleup-wrapper {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.icon-48 {
  object-fit: cover;
  width: 3em;
  height: auto;
  overflow: hidden;
}

.icon-52 {
  width: 3.25em;
  height: auto;
}

.light-grey {
  color: var(--light-grey);
}

.summary-number {
  width: 6.5em;
}

.hero-image {
  z-index: -10;
  max-width: none;
  height: auto;
}

.hero-image-wrapper {
  z-index: -10;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.field-label {
  color: #fff;
  margin-bottom: .25em;
  font-weight: 400;
}

.submit-button {
  background-color: var(--biege);
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4em;
  width: 100%;
  margin-top: .5em;
  padding: 1em 1.5em;
  transition: all .2s;
}

.submit-button:hover {
  background-color: #997765;
}

.form {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.field-wrapper {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  width: 100%;
}

.field-wrapper:hover {
  border-bottom-width: 1px;
}

.fields-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #ffffff4d;
  margin-bottom: 0;
  padding: .5em .75em;
  transition: all .2s;
}

.text-field:hover {
  border-bottom-color: var(--biege);
}

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

.checkbox-field {
  color: #fff9;
  margin-bottom: 0;
  padding-left: 1.75em;
}

.checkbox-fields-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff9;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.textarea {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff6;
  width: 100%;
  margin-bottom: 0;
  padding: .5em .75em;
}

.success-message {
  background-color: #a8d4a7;
  padding: 1.25em;
}

.error-message {
  background-color: #faa;
  margin-top: 2em;
  padding: .75em;
}

.plaintext-xs-link {
  text-decoration: underline;
}

.plaintext-xs-link:hover {
  color: #fffc;
}

.checkbox-label {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .hero_title-container {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
  }

  .h1-title {
    width: 100%;
  }

  .hero_image-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    height: 382px;
  }

  .hero_left_image-wrapper {
    max-width: 10em;
  }

  .hero_left-image.large {
    width: 100%;
  }

  .hero_right_image-wrapper {
    max-width: 12em;
  }

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

  .content_block_dark_columns-container {
    flex-flow: column;
    padding: 2em;
  }

  .h2-title {
    font-size: 3em;
  }

  .right-column-rapper {
    max-width: none;
  }

  .content_full-wrapper, .content_block_columns-container {
    padding: 2em;
  }

  .kievsky-image-wrapper {
    height: 20em;
  }

  .summary_left_number-wrapper {
    flex: 0 auto;
    width: auto;
    min-width: 4em;
  }

  .summary_content-wrapper {
    flex: 1;
  }

  .form-section {
    padding: 2em;
  }

  .form-container {
    flex-flow: column;
  }

  .form-description {
    max-width: 100%;
  }

  .body {
    font-size: 13px;
  }

  .summary-number {
    width: 5.5em;
  }

  .hero-image {
    max-width: 100%;
  }

  .hero-image-wrapper {
    inset: 0% 0% auto;
  }
}

@media screen and (max-width: 767px) {
  .hero_title-container {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .hero_title-wrapper {
    order: -9999;
  }

  .h1-title {
    font-size: 2em;
  }

  .hero_button-wrapper {
    max-width: 100%;
  }

  .hero_image-container {
    height: 282px;
  }

  .h2-title {
    font-size: 2.75em;
  }

  .summary_left-item {
    height: 36em;
    padding-right: 2em;
  }

  .summary_left_number-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 2em;
  }

  .summary_content-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .summary_right-item {
    height: 36em;
    padding-left: 2em;
  }

  .image {
    inset: 0%;
  }

  .body {
    font-size: 12px;
  }

  .image-2 {
    width: 4em;
  }

  .summary-number {
    width: 5em;
  }

  .hero-image {
    max-width: 100svw;
  }

  .hero-image-wrapper {
    order: -9999;
    width: 100%;
    margin-top: -6em;
    margin-bottom: -6em;
    display: flex;
    position: static;
  }
}

@media screen and (max-width: 479px) {
  .hero_title-wrapper {
    order: -9999;
  }

  .h1-title {
    font-size: 1.85em;
  }

  .hero_image-container {
    flex-flow: column;
    height: auto;
  }

  .hero_left_image-wrapper {
    max-width: 100%;
  }

  .line-left {
    display: none;
  }

  .hero_left-image {
    width: 100%;
  }

  .line-right {
    display: none;
  }

  .hero_right_image-wrapper {
    max-width: 100%;
  }

  .line-right-2 {
    display: none;
  }

  .features-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .feature-item {
    max-width: none;
  }

  .content_block_dark_columns-container {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .line_biege-bottom {
    display: none;
  }

  .left-column-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    min-width: auto;
  }

  .h2-title {
    font-size: 2.5em;
  }

  .right-column-rapper {
    min-width: auto;
  }

  .content_full-wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    min-width: auto;
    padding: 0;
  }

  .content_block_columns-container {
    padding: 0;
  }

  .plaintext-xs.white30 {
    font-size: 1em;
  }

  .right-column-wrapper {
    max-width: none;
  }

  .summary-container {
    display: flex;
  }

  .summary_left-item {
    flex-flow: column;
    height: auto;
    padding-right: 0;
  }

  .summary_left_number-wrapper {
    flex-flow: row;
    order: -9999;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0 1em 1em 0;
  }

  .icon-96 {
    position: static;
  }

  .summary_content-wrapper {
    max-width: 100%;
    padding: 2em;
  }

  .h3-title {
    font-size: 2em;
  }

  .summary_right-item {
    flex-flow: column;
    height: auto;
    padding-left: 0;
  }

  .second_level-button {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .body {
    font-size: 11px;
  }

  .image-scaledown-wrapper, .image-scaleup-wrapper {
    width: 100%;
  }

  .summary-number {
    margin-top: 1em;
  }

  .hero-image {
    max-width: 180svw;
    height: auto;
  }

  .hero-image-wrapper {
    order: -9999;
    margin-top: -4em;
    margin-bottom: -4em;
    position: static;
    inset: 0% 0% auto;
  }

  .fields-wrapper {
    flex-flow: column;
  }
}


