@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/ProximaNova-Regular.WOFF') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova;
  src: url('../fonts/ProximaNova-Bold.WOFF') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy.zip') format("undefined");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy.zip') format("undefined");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
  --grey: #1f1f1f;
  --yellow: #fbfd5e;
  --dark-grey: #333;
  --light-grey: #999;
}

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

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

.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;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

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

p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

a {
  text-decoration: none;
}

blockquote {
  border-left: 1px #000;
  margin-bottom: 0;
  padding: 0;
}

.header {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.partner-description {
  color: #0f110f;
  text-align: right;
  align-self: center;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

.ain-logo {
  align-self: auto;
  width: 50px;
  height: auto;
}

.partner-logo {
  text-align: left;
  width: 120px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo {
  object-fit: contain;
}

.partner-bold-text {
  font-weight: 700;
}

.header-partner_block {
  flex-direction: row;
  align-items: center;
  height: 40px;
  display: flex;
}

.header-separator {
  background-color: var(--white);
  opacity: .2;
  color: #0f110f;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 1px;
  height: 40px;
  margin-left: 20px;
  margin-right: 10px;
}

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

.credits-block {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.partner-block-mobile {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

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

.author-block {
  grid-column-gap: 15px;
  color: var(--black);
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  display: flex;
}

.partner-description-mobile {
  color: var(--black);
  text-align: center;
  align-self: center;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  display: block;
}

.suggestion {
  z-index: 1;
  color: #fff;
  text-transform: none;
  background-color: #0000;
  width: 100%;
  min-height: 220px;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.suggestion-content {
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.suggestion-heading {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 700;
}

.suggestion-blackout {
  opacity: .5;
  background-color: #000;
  width: 100%;
  height: 100%;
}

.suggestion-description {
  margin-top: 10px;
  font-weight: 400;
}

.suggestion-image-container {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.suggestion-image {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.suggestion-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.footer {
  padding: 60px 40px 57px;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--white);
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(200px, 1fr);
  justify-items: start;
  padding-top: 0;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.footer-description {
  text-align: justify;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.footer-link {
  color: var(--white);
  text-align: justify;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.position {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.suggestion-icon {
  position: absolute;
  inset: auto 20px 35px auto;
}

.partner-section {
  padding-left: 40px;
  padding-right: 40px;
}

.body {
  background-color: #141414;
  font-family: Proxima Nova, sans-serif;
}

.section-hero {
  padding-top: 160px;
  padding-bottom: 250px;
  position: relative;
}

.ac-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.has--weight-semibold {
  font-weight: 600;
}

.form-input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.paragraph-xlarge {
  font-size: 1.7rem;
}

.button-1 {
  background-color: var(--grey);
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  border-radius: 90px;
  width: 100%;
  height: 100%;
  padding: 35px 0;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  transition: background-color .2s, color .2s;
}

.button-1:hover {
  background-color: var(--yellow);
  color: var(--grey);
}

.button-1.is--icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-1.is--small {
  padding: .5rem 1.25rem;
}

.button-1.is--text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-1.is--large {
  padding: 1rem 2rem;
}

.button-1.is--secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-huge {
  padding: 6rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.author-description {
  font-size: 1.5rem;
}

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

.margin-tiny {
  margin: .125rem;
}

.author-name {
  font-size: 1.7rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.has--background-white {
  background-color: #fff;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.has--style-allcaps {
  text-transform: uppercase;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.has--style-nowrap {
  white-space: nowrap;
}

.has--style-muted {
  opacity: .6;
}

.paragraph-default {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
}

.paragraph-default.is--black {
  color: #1f1f1f;
}

.paragraph-default.is--grey {
  color: #737373;
}

.padding-custom2 {
  padding: 2.5rem;
}

.ac-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #0073e61a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.section-padding {
  padding-top: 160px;
}

.margin-huge {
  margin: 6rem;
}

.section-padding-medium {
  padding-top: 5rem;
}

.container {
  max-width: 865px;
  margin-left: auto;
  margin-right: auto;
}

.text-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.ac-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.ac-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.margin-small {
  margin: 1rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.caption-supersmall {
  font-size: .6rem;
}

.ac-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.text-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.ac-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.description-supersmall {
  font-size: .6rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-small {
  padding: 1rem;
}

.price-text {
  font-size: 1.25rem;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-xhuge {
  margin: 8rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

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

.paragraph-superlarge {
  font-size: 2rem;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.ac-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.ac-styleguide_2-col.is-align-start {
  align-items: start;
}

.ac-styleguide_heading-medium {
  font-size: 4rem;
}

.ac-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.overflow-auto {
  overflow: auto;
}

.has--weight-normal {
  font-weight: 400;
}

.ac-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.ac-styleguide_item.is-stretch {
  justify-items: stretch;
}

.overflow-visible {
  overflow: visible;
}

.text-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.margin-xxlarge {
  margin: 5rem;
}

.description-xlarge {
  font-size: 1.7rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.has--max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.margin-medium {
  margin: 2rem;
}

.has--max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.has--style-italic {
  font-style: italic;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.ac-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.ac-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.ac-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.text-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-custom1 {
  padding: 1.5rem;
}

.ac-styleguide_spacing-all {
  display: none;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-xlarge {
  margin: 4rem;
}

.has--style-link {
  color: #000;
  text-decoration: underline;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.has--background-grey {
  background-color: #f5f5f5;
}

.paragraph-xsmall {
  font-size: .75rem;
}

.ac-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.description-superlarge {
  font-size: 2rem;
}

.caption-xsmall {
  font-size: .75rem;
}

.has--max-width-small {
  width: 100%;
  max-width: 20rem;
}

.padding-medium {
  padding: 2rem;
}

.has--max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.has--background-black {
  color: #f5f5f5;
  background-color: #000;
}

.padding-tiny {
  padding: .125rem;
}

.text-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.has--weight-xbold {
  font-weight: 800;
}

.ac-styleguide_empty-box {
  z-index: -1;
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.ac-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-xsmall {
  margin: .5rem;
}

.paragraph-medium {
  color: #1f1f1f;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.caption-superlarge {
  font-size: 2rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.count {
  font-size: 3rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.has--color-grey {
  color: gray;
}

.has--color-black {
  color: #000;
}

.has--max-width-full {
  width: 100%;
  max-width: none;
}

.description-medium {
  font-size: 1.25rem;
}

.caption-small {
  font-size: .875rem;
}

.description-large {
  font-size: 1.5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.hide {
  display: none;
}

.ac-styleguide_color.is-3 {
  background-color: #fff;
}

.ac-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.ac-styleguide_color.is-1 {
  background-color: #000;
}

.has--weight-medium {
  font-weight: 500;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-large {
  padding: 3rem;
}

.has--weight-light {
  font-weight: 300;
}

.margin-large {
  margin: 3rem;
}

.has--align-left {
  text-align: left;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.caption-default {
  font-size: 1rem;
}

.has--weight-bold {
  font-weight: 700;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.ac-styleguide_header {
  background-color: #0000000d;
}

.padding-xsmall {
  padding: .5rem;
}

.text-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.padding-0 {
  padding: 0;
}

.has--style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.has--max-width-large {
  width: 100%;
  max-width: 48rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.has--max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.ac-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.paragraph-large {
  font-size: 1.5rem;
}

.page-wrapper {
  overflow: hidden;
}

.page-wrapper.has--background-grey {
  background-color: #c8baba;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.caption-large {
  font-size: 1.5rem;
}

.paragraph-supersmall {
  font-size: .6rem;
}

.caption-xlarge {
  font-size: 1.7rem;
}

.ac-styleguide_heading-large {
  font-size: 6rem;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.ac-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.ac-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.ac-styleguide_3-col.is-align-start {
  align-items: start;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.has--style-strikethrough {
  text-decoration: line-through;
}

.form_message-success {
  padding: 1.25rem;
}

.ac-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.ac-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.has--max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.ac-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.caption-medium {
  font-size: 1.25rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.has--color-white {
  color: #fff;
}

.description-xsmall {
  font-size: .75rem;
}

.description-small {
  font-size: .875rem;
}

.margin-0 {
  margin: 0;
}

.paragraph-small {
  color: #ffffff80;
  font-family: Gilroy, sans-serif;
  font-size: 15.33px;
}

.description {
  color: #fff;
  margin-bottom: 24px;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.footer-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-default {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.partner-logo {
  width: auto;
  height: 50px;
}

.header-partner_inner {
  text-align: right;
  position: relative;
}

.block-meaning {
  text-align: center;
  background-color: #fff6;
  border-radius: 15px;
  width: 200px;
  padding: 8px;
  display: none;
  position: absolute;
  inset: auto -18% -70px auto;
}

.partner-text {
  color: #fff;
  font-size: 14px;
}

.partner-icon {
  opacity: .4;
  width: 16px;
  height: auto;
  position: absolute;
  inset: -8.5px 45% auto;
}

.logo-image {
  width: auto;
  height: 50px;
}

.heading, .h1 {
  color: #fff;
}

.h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Gilroy, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 140%;
}

.h2.has--small-margin {
  margin-bottom: 25px;
}

.h2.has--bottom_margin {
  margin-bottom: 40px;
}

.h2.is--black {
  color: #1f1f1f;
  text-transform: none;
  margin-bottom: 0;
}

.h2.is--black.has--margin {
  margin-bottom: 40px;
}

.h2.has--margin {
  margin-bottom: 24px;
}

.h2.has--big-margin {
  margin-bottom: 40px;
}

.h3 {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 110%;
}

.quote {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  line-height: 140%;
  text-decoration: none;
}

.quote-small {
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.content-block {
  position: relative;
}

.content-block.is--static {
  position: static;
}

.hero-text_block {
  z-index: 1;
  position: relative;
}

.hero-text {
  color: #fff;
  width: 45%;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}

.is--yellow {
  color: #fbfd5e;
  font-weight: 500;
}

.hero-image_wrapper {
  margin-top: 80px;
}

.hero-image_road {
  z-index: 9;
  width: 1500px;
  min-width: 1500px;
  height: auto;
  position: absolute;
  inset: auto auto 0% -20%;
}

.hero-image_car {
  z-index: 10;
  width: 430px;
  height: auto;
  position: absolute;
  inset: auto 10% 27% auto;
  transform: rotate(-6.2deg);
}

.finishhero {
  width: 13px;
  height: auto;
  position: absolute;
  inset: auto auto -39% 9.3%;
}

.exlude {
  width: 1vw;
  height: auto;
  position: absolute;
  inset: 26% auto auto 5%;
}

.road2 {
  width: 450px;
  min-width: 450px;
  height: auto;
  position: absolute;
  inset: -54% 0% 0 16%;
  transform: rotate(50deg);
}

.road3 {
  width: 580px;
  min-width: 580px;
  height: auto;
  min-height: auto;
  position: absolute;
  inset: auto -19% -41% auto;
}

.road1 {
  width: 325px;
  min-width: 325px;
  height: auto;
  min-height: auto;
  position: absolute;
  inset: -110% auto auto -17%;
  transform: rotate(-3deg);
}

.description-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto 320px;
  grid-auto-columns: 1fr;
  display: grid;
}

.dark-block {
  background-color: #242424;
  border-radius: 20px;
  width: 430px;
  height: 390px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.swiper {
  position: relative;
}

.swiper.swiper-two {
  margin-top: 40px;
}

.swiper-pagination {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  cursor: pointer;
  display: flex;
  position: absolute;
  inset: -40px 0% auto auto;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  cursor: pointer;
  flex: none;
}

.distance-wrapper {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.distance-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: stretch;
  display: flex;
}

.icon-image {
  opacity: .3;
  width: auto;
  height: 18px;
}

.icon-image1 {
  width: auto;
  height: 16.31px;
  margin-bottom: 5px;
}

.divider {
  color: #737373;
  background-color: #737373;
  width: 100%;
  height: .68px;
  line-height: 0;
}

.image-distance {
  width: 145px;
  height: auto;
  position: absolute;
  inset: auto 45px 10px auto;
}

.start {
  z-index: 1;
  width: 14.37px;
  height: 23.82px;
  position: absolute;
  top: 27%;
  left: 9.5%;
  right: auto;
}

.finish {
  z-index: 1;
  position: absolute;
  inset: auto 0% 44% 64%;
}

.road {
  z-index: 0;
  width: 235px;
  height: 100px;
  position: absolute;
  top: 30%;
  left: 11%;
  right: auto;
}

.dark-block-_hero {
  background-color: #242424;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
}

.block-place {
  position: relative;
}

.layout {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.layout.gap_60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.dark-block_author {
  background-color: #242424;
  border-radius: 20px;
  padding: 40px;
}

.divider-_big {
  color: #737373;
  background-color: #737373;
  width: 100%;
  height: .5px;
  line-height: 0;
}

.divider-_big.has--big-margin {
  margin-top: 13px;
  margin-bottom: 17px;
}

.divider-_big.not--margin {
  margin-top: 0;
}

.image-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 274px;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.photo {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 280px;
}

.road-background1 {
  z-index: -1;
  width: 905px;
  height: 693px;
  position: absolute;
  inset: 18% 0% auto 1%;
}

.image-big {
  width: 100%;
  height: 110%;
}

.image-big.not-bottom-padding {
  margin-bottom: 0;
}

.road-background2 {
  z-index: -1;
  width: 179px;
  height: 515px;
  position: absolute;
  inset: auto auto 2% 35%;
}

.dark-block-_big {
  background-color: #242424;
  border-radius: 20px;
  width: 100%;
  height: 450px;
  padding-top: 40px;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.divider-copy {
  color: #737373;
  background-color: #737373;
  width: 368.8px;
  height: .68px;
  line-height: 0;
}

.grid-image {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: relative;
}

.grid-image.is--small_size {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.image-distance_big_block {
  width: 129px;
  height: 129px;
  display: none;
  position: absolute;
  inset: 137px auto 0% 34%;
}

.road_big_block {
  z-index: 0;
  width: auto;
  height: 271px;
  position: absolute;
  top: 25%;
  left: 47.5%;
  right: auto;
  transform: rotate(-30deg);
}

.finish_big_block {
  z-index: 1;
  width: auto;
  height: 23.63px;
  position: absolute;
  inset: 34% auto auto 40.5%;
}

.start_big_block {
  z-index: 1;
  width: 17px;
  height: 34px;
  position: absolute;
  inset: auto 28.3% 27% auto;
}

.white-block {
  background-color: #fff;
  border-radius: 30px;
}

.h2-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.logov {
  width: 43px;
  height: 100%;
}

.block-properties {
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.properties-wrapper {
  margin-bottom: 60px;
}

.small-image_car {
  object-fit: cover;
  border-radius: 17px;
  width: 526px;
  height: 527px;
}

.block-quote {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.block-quote.not-top_padding {
  padding-top: 0;
}

.picture_quote {
  width: auto;
  height: 30px;
}

.block-button {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.white-block--1 {
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  padding-top: 100px;
}

.white-block-2 {
  z-index: 999;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  padding-bottom: 100px;
  position: relative;
}

.road-background4 {
  z-index: -999;
  width: 1000px;
  min-width: 1000px;
  height: auto;
  min-height: auto;
  position: absolute;
  inset: -25% 0% auto 8%;
}

.section-last {
  padding-bottom: 160px;
}

.dark-block_medium {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #242424;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto 278px;
  grid-auto-columns: 1fr;
  width: auto;
  height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 40px;
  display: grid;
}

.is--grey {
  color: #e9e9e980;
}

.button-2 {
  color: #1f1f1f;
  text-align: center;
  text-transform: uppercase;
  background-color: #fbfd5e;
  border-radius: 90px;
  width: 100%;
  height: 100%;
  padding: 35px 0;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  transition: background-color .2s, color .2s;
}

.button-2:hover {
  background-color: var(--grey);
  color: var(--yellow);
}

.button-2.is--icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-2.is--small {
  padding: .5rem 1.25rem;
}

.button-2.is--text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button-2.is--large {
  padding: 1rem 2rem;
}

.button-2.is--secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.block-button-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.logo_volkswagen_block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.map {
  object-fit: contain;
  width: auto;
  height: 160px;
  margin-left: 94px;
}

.div-block {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.hero-road {
  width: auto;
  height: 260px;
  position: absolute;
  inset: 26% 12.5% auto auto;
}

.kyiv_hero {
  width: auto;
  height: 26px;
  position: absolute;
  inset: 40% 46% auto auto;
}

.malyn {
  width: auto;
  height: 17px;
  position: absolute;
  inset: 30.5% auto auto 8%;
}

.damba {
  width: auto;
  height: 17px;
  position: absolute;
  inset: 28% 45.5% auto auto;
}

.image-2 {
  width: auto;
  height: 17px;
}

.pyrogiv {
  width: auto;
  height: 17px;
  position: absolute;
  inset: 52.5% auto auto 49%;
}

.vitachiv {
  width: auto;
  height: 17px;
  position: absolute;
  inset: auto 20% 23% auto;
}

.bezodnya {
  width: auto;
  height: 17px;
  position: absolute;
  inset: auto auto 40.5% 47%;
}

.road-background3 {
  z-index: -1;
  width: auto;
  height: 700px;
  position: absolute;
  inset: -9% -7% auto auto;
  transform: rotate(29deg);
}

.road-background5 {
  z-index: -1;
  width: auto;
  min-width: auto;
  height: 400px;
  min-height: 400px;
  position: absolute;
  inset: -8% 9% auto auto;
}

.road-background6 {
  min-width: auto;
  min-height: 500px;
  position: absolute;
  inset: auto 16% 59% auto;
}

.road-background7 {
  z-index: -1;
  width: 400px;
  min-width: 400px;
  height: 700px;
  min-height: 700px;
  position: absolute;
  inset: auto 30% -5% auto;
  transform: rotate(-15deg);
}

.yellow_finish {
  width: 19px;
  min-width: 19px;
  height: 36px;
  min-height: 36px;
  position: absolute;
  inset: auto 20% -2.3% auto;
}

.section-padding-small {
  padding-top: 100px;
}

.dark-block-_inner {
  flex-direction: row;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.swiper-pagination-one {
  position: absolute;
  inset: -45px 0% auto auto;
}

.swiper-pagination-two {
  position: absolute;
  inset: -40px 0% auto auto;
}

.swiper-slide_inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 290px;
  display: flex;
}

.image-big_wrapper {
  border-radius: 20px;
  width: 100%;
  height: 400px;
  margin-top: 60px;
  overflow: hidden;
}

.image-big_wrapper.not-bottom-padding {
  margin-bottom: 0;
}

.image-big_wrapper.has--bottom-margin {
  margin-bottom: 60px;
}

.grid-image-wrapper {
  z-index: 2;
  border-radius: 20px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

.grid-image-wrapper.is--small_size {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

.grid-image-wrapper.has--no-margin {
  margin-top: 0;
}

.grid-image-wrapper.is--full-height {
  height: 100%;
  margin-top: 0;
}

.city {
  position: absolute;
}

.city.is--uroch {
  width: 130px;
  height: auto;
  inset: auto auto 35.8% 13.8%;
}

.city.is--kyiv {
  width: 41px;
  height: auto;
  inset: 38.5% auto auto 45.5%;
}

.city.is--damba {
  width: 133px;
  height: auto;
  inset: 23% 5% auto auto;
}

.city.is--1 {
  display: block;
}

.city.is--vytachiv {
  width: 50px;
  height: auto;
  inset: auto 10.1% 18.8% auto;
}

.city.is--malyn {
  width: 58px;
  height: auto;
  inset: 25.6% auto auto 2.7%;
}

.city.is--pyrohiv {
  width: 62px;
  height: auto;
  inset: 51.2% auto auto 36.7%;
}

.city.is--kyiv_3 {
  width: 41px;
  height: auto;
  inset: 25.2% auto auto 10.6%;
}

.city.is--kyiv_2 {
  width: 41px;
  height: auto;
  inset: 45.5% auto auto 59.7%;
}

.city.is--kyiv_3 {
  z-index: 999;
  width: 41px;
  height: auto;
  inset: 25.2% auto auto 10.6%;
}

.dark-block_inner {
  width: 350px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.map_vytachiv {
  width: 128.3px;
  height: auto;
  position: absolute;
  inset: 30px auto auto 0%;
}

.road_vytachiv {
  width: 263.39px;
  height: auto;
  position: absolute;
  inset: 6% auto auto 19%;
}

.point {
  z-index: 999;
  width: 17.82px;
  height: auto;
  position: absolute;
  inset: auto 3.6% 16.4% auto;
}

.end-point {
  width: 14.37px;
  height: auto;
  position: absolute;
  inset: 10.5% auto auto 3.3%;
}

.road-slider {
  width: 236px;
  height: auto;
  position: absolute;
  inset: 15% auto auto 5%;
}

.swiper-slide_active {
  width: 100%;
  height: 265px;
  position: relative;
}

.swiper-map {
  width: 180px;
  height: auto;
}

.swiper-slide_active-copy {
  width: 100%;
  height: 265px;
  position: relative;
}

.h1-wrapper.is--desktop {
  margin-bottom: 20px;
  display: block;
}

.h1-wrapper.is--mobile {
  display: none;
}

.h1-line {
  margin-top: -15px;
  padding-top: 15px;
  overflow: hidden;
}

.road_vytiachiv {
  width: 263.39px;
  height: auto;
  position: absolute;
  inset: 6% auto auto 19%;
}

.road_vytiachiv.draw-animation {
  top: 29%;
}

.hero-image_part {
  z-index: 10;
  width: 430px;
  height: auto;
}

.car-wheel_2 {
  width: 65px;
  height: auto;
  position: absolute;
  inset: auto 8.4% 1.45% auto;
}

.car-wheel_1 {
  width: 68.6px;
  height: auto;
  position: absolute;
  inset: auto auto 1.5% 13%;
}

.background-road {
  z-index: -999;
  width: 400px;
  height: auto;
  position: absolute;
  inset: 20% auto auto 10%;
}

.background-road.is--1 {
  width: 140px;
  height: auto;
  inset: -8.5% auto auto 8%;
}

.background-road.is--1.draw-animation {
  position: static;
}

.background-road.is--2 {
  width: 300px;
  height: auto;
  inset: -5% auto auto 33%;
  transform: rotate(-10deg);
}

.background-road.is--3 {
  width: 500px;
  height: auto;
  inset: 3% 2% auto auto;
}

.background-road.is--3.draw-animation {
  width: 600px;
  top: -3%;
  right: -1%;
}

.background-road.is--4 {
  height: auto;
  display: block;
}

.background-road.is--5 {
  height: auto;
  display: none;
}

.background-road.is--6 {
  height: auto;
  display: block;
  inset: auto auto -2% 0%;
}

.background-road.is-6, .background-road.is-7 {
  width: 300px;
  inset: auto auto -5% 29%;
  transform: rotate(-42deg);
}

.background-road.is-7.draw-animation {
  bottom: -29%;
  transform: rotate(-107deg);
}

.background-road.is--7, .background-road.is--9 {
  width: 335px;
  inset: -9% 0% auto auto;
  transform: rotate(31deg);
}

.background-road.is-10, .background-road.is-11 {
  width: 300px;
  inset: auto auto -5% 29%;
  transform: rotate(-42deg);
}

.background-road.is--12 {
  width: 500px;
  height: auto;
  inset: 3% 2% auto auto;
}

.background-road.is--12.draw-animation {
  opacity: .1;
  width: 600px;
  top: -11%;
  right: -34%;
}

.background-road.is--10, .background-road.is--13 {
  width: 126px;
  inset: -6.5% 5% auto auto;
}

.background-road.is--13.draw-animation {
  top: 27.5%;
}

.background-road.is--14 {
  width: 550px;
  inset: auto 24% -7% auto;
}

.background-road.is--14.draw-animation {
  position: static;
}

.hero-point {
  width: 12.91px;
  height: auto;
  position: absolute;
  inset: auto 0% 2% auto;
}

.last-point {
  width: 12.91px;
  height: auto;
  position: absolute;
  inset: auto -.6% 9% auto;
}

@media screen and (min-width: 1280px) {
  .container-default {
    max-width: 1200px;
  }

  .hero-image_road {
    width: 1700px;
    min-width: 1700px;
    bottom: -2%;
    left: -15%;
  }
}

@media screen and (min-width: 1440px) {
  .section-hero {
    padding-top: 200px;
    padding-bottom: 350px;
  }

  .button-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container {
    max-width: 1288px;
  }

  .paragraph-small {
    font-size: 16.11px;
  }

  .description {
    font-size: 28px;
  }

  .container-default {
    max-width: 1368px;
  }

  .heading, .h1 {
    font-size: 113px;
  }

  .h2, .h2.has--margin {
    margin-bottom: 36px;
  }

  .h2.has--big-margin {
    margin-bottom: 46px;
  }

  .h3 {
    font-size: 24px;
  }

  .hero-text {
    width: 46%;
    font-size: 28.75px;
  }

  .hero-image_road {
    width: 2000px;
    min-width: 2000px;
  }

  .hero-image_car {
    width: 700px;
    bottom: 25%;
    right: 1%;
  }

  .finishhero {
    width: 19px;
    bottom: -36%;
    left: 6.8%;
  }

  .road2 {
    width: 650px;
    min-width: 650px;
    top: -39%;
    left: 13%;
    transform: rotate(45deg);
  }

  .road3 {
    width: 770px;
    min-width: 770px;
    right: -5%;
  }

  .road1 {
    height: 700px;
    top: -70%;
    left: -10%;
  }

  .description-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: auto 448px;
  }

  .dark-block {
    width: 450px;
    height: 410px;
  }

  .distance-block {
    align-items: center;
  }

  .icon-image {
    height: 19px;
  }

  .icon-image1 {
    height: 16.31px;
  }

  .image-distance {
    width: 153px;
  }

  .layout {
    grid-column-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 614px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .layout.has--bottom-margin {
    margin-bottom: 80px;
  }

  .layout.has--big-gap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
  }

  .dark-block_author {
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    display: flex;
  }

  .divider-_big.not--margin {
    margin-top: 0;
  }

  .image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 193px;
  }

  .photo {
    height: 236px;
  }

  .road-background1 {
    top: 31%;
    left: 9%;
  }

  .image-big {
    object-fit: cover;
    height: 110%;
  }

  .road-background2 {
    inset: 1% 56% 0% auto;
    transform: rotate(-100deg);
  }

  .dark-block-_big {
    margin-top: 0;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-image {
    object-position: 20% 50%;
  }

  .grid-image.is--small_size {
    object-fit: cover;
    object-position: 50% 50%;
    width: auto;
    height: 110%;
  }

  .grid-image.has--margin {
    margin-top: 0;
    padding-top: 50px;
  }

  .grid-image.has--top-margin {
    margin-top: 50px;
    padding-top: 0;
  }

  .image-distance_big_block {
    top: 142px;
    left: 26%;
  }

  .road_big_block {
    top: 28%;
    left: 43.5%;
  }

  .finish_big_block {
    top: 37%;
    left: 35%;
  }

  .start_big_block {
    bottom: 24%;
    right: 26.3%;
  }

  .properties-wrapper {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .small-image_car {
    width: 614px;
    height: 615px;
  }

  .block-quote.not-top_padding {
    grid-row-gap: 20px;
    padding-bottom: 0;
  }

  .block-quote.has--top-margin {
    margin-top: 50px;
    padding-top: 0;
  }

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

  .block-button {
    padding-top: 0;
    padding-bottom: 0;
  }

  .white-block--1 {
    padding-top: 100px;
  }

  .road-background4 {
    width: 1300px;
    min-width: 1300px;
    top: -25%;
    left: 27%;
  }

  .dark-block_medium {
    grid-column-gap: 60px;
    grid-template-rows: 415px;
    grid-template-columns: 1fr 1fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo_volkswagen_block {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .map {
    height: 202px;
    margin-left: 137px;
  }

  .hero-road {
    height: 330px;
    top: 16%;
    right: 17%;
  }

  .kyiv_hero {
    top: 30%;
    right: 44%;
  }

  .malyn {
    top: 14.5%;
    left: 16%;
  }

  .damba {
    top: 10%;
    right: 44%;
  }

  .pyrogiv {
    top: 49%;
    left: 52%;
  }

  .vitachiv {
    bottom: 14%;
    right: 21%;
  }

  .bezodnya {
    bottom: 40.5%;
    left: 50%;
  }

  .road-background3 {
    top: -26%;
    right: 2%;
  }

  .road-background7 {
    width: 350px;
    min-width: 350px;
    height: 620px;
    min-height: 620px;
    bottom: 8%;
    right: 20%;
  }

  .yellow_finish {
    bottom: 10.5%;
    right: 14.5%;
  }

  .section-padding-small {
    padding-top: 120px;
  }

  .swiper-slide_inner {
    height: 310px;
  }

  .image-big_wrapper {
    height: 536px;
  }

  .grid-image-wrapper {
    height: 100%;
    margin-top: 0;
  }

  .grid-image-wrapper.is--small_size {
    object-fit: cover;
    object-position: 50% 50%;
    width: auto;
    height: 100%;
  }

  .grid-image-wrapper.has--margin {
    margin-top: 0;
    padding-top: 50px;
  }

  .grid-image-wrapper.has--top-margin {
    margin-top: 50px;
    padding-top: 0;
  }

  .city.is--uroch {
    width: 164px;
    bottom: 30%;
    left: 16.3%;
  }

  .city.is--kyiv {
    width: 52px;
    top: 34%;
    left: 44.5%;
  }

  .city.is--damba {
    width: 170px;
    top: 12%;
    right: 9.9%;
  }

  .city.is--vytachiv {
    width: 63px;
    bottom: 6.5%;
    right: 14.5%;
  }

  .city.is--malyn {
    width: 72px;
    top: 15.3%;
    left: 6.5%;
  }

  .city.is--pyrohiv {
    width: 79px;
    top: 51.5%;
    left: 37%;
  }

  .city.is--kyiv_2 {
    width: 52px;
    top: 45%;
    left: 58%;
  }

  .city.is--kyiv_3 {
    width: 52px;
    top: 23%;
    left: 8.3%;
  }

  .end-point {
    width: 15px;
  }

  .road-slider {
    width: 248px;
    top: 15.5%;
  }

  .swiper-slide_active {
    height: 280px;
  }

  .swiper-map.is--2 {
    width: 205px;
  }

  .swiper-map.is--last {
    width: 180px;
  }

  .swiper-slide_active-copy {
    height: 280px;
  }

  .h1-wrapper.is--desktop {
    margin-bottom: 35px;
  }

  .road_vytiachiv.draw-animation {
    top: 28.8%;
    left: 18.8%;
  }

  .hero-image_part {
    width: 700px;
    bottom: 27%;
    right: 1%;
  }

  .car-wheel_2 {
    width: 105px;
    bottom: 1.8%;
    right: 8.4%;
  }

  .car-wheel_1 {
    width: 110px;
    bottom: 2%;
    left: 13.2%;
  }

  .background-road.is--1 {
    width: 200px;
    top: -6.5%;
    left: 0%;
  }

  .background-road.is--1.draw-animation {
    width: 200px;
    top: -8%;
    left: 4%;
  }

  .background-road.is--2.draw-animation {
    width: 400px;
    top: -8%;
    left: 33%;
  }

  .background-road.is--3.draw-animation {
    width: 750px;
    top: -2%;
    right: -1%;
  }

  .background-road.is--4 {
    width: 550px;
    top: 39%;
    left: 13%;
  }

  .background-road.is--5 {
    width: 300px;
    display: block;
    top: 16%;
    left: 32%;
  }

  .background-road.is--6 {
    width: 550px;
    top: 39%;
    left: 13%;
  }

  .background-road.is-6.draw-animation, .background-road.is-7.draw-animation {
    width: 350px;
    bottom: -11%;
    left: 40%;
  }

  .background-road.is--7, .background-road.is--9 {
    top: -26%;
    right: 10%;
    transform: rotate(-18deg);
  }

  .background-road.is--9.draw-animation {
    width: 300px;
    top: -26%;
    right: 6%;
    transform: rotate(1deg);
  }

  .background-road.is-10.draw-animation {
    width: 350px;
    bottom: -17%;
    left: 66%;
    transform: rotate(-90deg);
  }

  .background-road.is-11.draw-animation {
    width: 350px;
    bottom: 69%;
    left: 44%;
    transform: rotate(-100deg);
  }

  .background-road.is--12.draw-animation {
    width: 800px;
    top: -16%;
    right: -7%;
  }

  .background-road.is--10, .background-road.is--13 {
    width: 115px;
  }

  .background-road.is--13.draw-animation {
    width: 200px;
    top: 40.5%;
    right: 10%;
  }

  .background-road.is--14 {
    width: 450px;
    bottom: 5%;
    right: 5%;
  }

  .hero-point {
    width: 19px;
  }

  .last-point {
    width: 19px;
    right: -1.5%;
  }
}

@media screen and (min-width: 1920px) {
  .hero-image_road {
    width: 2500px;
    min-width: 2500px;
    bottom: -3%;
  }

  .hero-image_car {
    bottom: 30%;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image {
    object-fit: cover;
  }

  .credits-block {
    width: 100%;
  }

  .partner-description-mobile {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .suggestion-section {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding-bottom: 57px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: auto;
  }

  .partner-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-hero {
    padding-bottom: 400px;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .paragraph-default {
    font-size: 16px;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .section-padding {
    padding-top: 140px;
  }

  .margin-huge {
    margin: 5rem;
  }

  .section-padding-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .ac-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 6rem;
  }

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

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .ac-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .ac-styleguide_heading-medium {
    font-size: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .ac-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .ac-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .has--max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .ac-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .hide-tablet {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-small {
    font-size: 16.11px;
  }

  .container-default {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading, .h1 {
    font-size: 57px;
  }

  .h2 {
    margin-bottom: 30px;
    font-size: 34px;
  }

  .h2.is--black.has--margin, .h2.has--margin {
    margin-bottom: 30px;
  }

  .h2.has--big-margin {
    margin-bottom: 40px;
  }

  .quote-small {
    color: #1f1f1f;
    font-size: 16px;
  }

  .hero-text {
    width: 60%;
  }

  .hero-image_wrapper {
    margin-top: 50px;
  }

  .hero-image_road {
    width: 1200px;
    min-width: 1200px;
    bottom: 8%;
  }

  .hero-image_car {
    width: 406px;
    bottom: 24%;
    left: 39%;
    right: auto;
  }

  .finishhero {
    width: 17px;
    inset: auto auto -77% 16%;
  }

  .road2 {
    width: 566px;
    min-width: 566px;
    top: -62%;
    left: -3%;
  }

  .road3 {
    width: 671px;
    min-width: 671px;
    inset: auto -24% -111% auto;
  }

  .description-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .swiper-pagination {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .distance-wrapper {
    margin-top: 9px;
    margin-bottom: 8px;
  }

  .distance-block {
    align-items: center;
  }

  .divider {
    height: .48px;
    margin-top: 9px;
  }

  .dark-block-_hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 54.5vw;
    display: flex;
  }

  .layout.gap_60 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .dark-block_author {
    padding: 30px;
  }

  .image-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 207px;
  }

  .image-big.not-bottom-padding {
    margin-top: 40px;
  }

  .dark-block-_big {
    height: 58.6vw;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-image.is--small_size {
    height: 300px;
  }

  .road_big_block {
    top: 26%;
    left: 50.5%;
  }

  .finish_big_block {
    left: 42.5%;
  }

  .start_big_block {
    bottom: 26%;
    right: 19.3%;
  }

  .properties-wrapper {
    margin-bottom: 40px;
  }

  .small-image_car {
    width: 437px;
    height: 437px;
  }

  .block-button {
    padding-bottom: 60px;
  }

  .white-block--1 {
    padding-top: 60px;
  }

  .white-block-2 {
    padding-bottom: 60px;
  }

  .road-background4 {
    width: 881px;
    min-width: 881px;
    inset: -18% -18% auto auto;
  }

  .section-last {
    padding-bottom: 140px;
  }

  .dark-block_medium {
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: stretch;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px;
    display: flex;
  }

  .map {
    height: 26vw;
    margin-left: -5.2vw;
  }

  .hero-road {
    height: 43vw;
    top: 15%;
    right: 25%;
  }

  .kyiv_hero {
    top: 31%;
    right: 52.5%;
  }

  .malyn {
    height: 21px;
    top: 11.5%;
    left: 19.5%;
  }

  .damba {
    height: 21px;
    top: 7%;
    right: 52%;
  }

  .pyrogiv {
    height: 21px;
    top: 52%;
    left: 45%;
  }

  .vitachiv {
    height: 21px;
    bottom: 3%;
    right: 36%;
  }

  .bezodnya {
    height: 21px;
    bottom: 35.5%;
    left: 43.5%;
  }

  .road-background5 {
    width: auto;
    height: 361px;
    min-height: 361px;
    top: -6%;
    right: 15%;
  }

  .road-background7 {
    width: 335px;
    min-width: 335px;
    height: 620px;
    min-height: 620px;
    bottom: -5%;
    right: 24%;
  }

  .yellow_finish {
    width: 19px;
    height: 36px;
    bottom: -3%;
    right: 12.7%;
  }

  .section-padding-small {
    padding-top: 40px;
  }

  .dark-block-_inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60vw;
    display: flex;
  }

  .image-big_wrapper, .image-big_wrapper.not-bottom-padding {
    margin-top: 40px;
  }

  .image-big_wrapper.has--bottom-margin {
    margin-bottom: 40px;
  }

  .grid-image-wrapper {
    margin-top: 40px;
  }

  .grid-image-wrapper.is--small_size {
    height: 300px;
  }

  .city.is--uroch {
    width: 21.38vw;
    bottom: 30%;
    left: 10%;
  }

  .city.is--kyiv {
    width: 6.76vw;
    top: 33.5%;
    left: 37.6%;
  }

  .city.is--damba {
    width: 22vw;
    top: 10.5%;
    right: 18.7%;
  }

  .city.is--vytachiv {
    width: 8.2vw;
    bottom: 5.5%;
    right: 23%;
  }

  .city.is--malyn {
    width: 9.4vw;
    top: 14.5%;
    left: 0%;
  }

  .city.is--pyrohiv {
    width: 10.25vw;
    top: 51.5%;
    left: 30.5%;
  }

  .city.is--kyiv_2 {
    width: 43px;
    left: 59.5%;
  }

  .city.is--kyiv_3 {
    width: 6.76vw;
    top: 24.2%;
    left: 8.6%;
  }

  .dark-block_inner {
    width: 45.5vw;
    height: 39vw;
  }

  .map_vytachiv {
    width: 16.7vw;
  }

  .road_vytachiv {
    width: 34.3vw;
  }

  .point {
    width: 2.3vw;
  }

  .road_vytiachiv {
    width: 34.3vw;
  }

  .hero-image_part {
    width: 406px;
    bottom: 24%;
  }

  .car-wheel_2 {
    width: 61.3px;
    bottom: 1.5%;
    right: 8.2%;
  }

  .car-wheel_1 {
    width: 65px;
  }

  .background-road.is--1 {
    width: 160px;
    left: 1%;
  }

  .background-road.is--1.draw-animation {
    position: static;
  }

  .background-road.is--2.draw-animation {
    width: 350px;
    top: -7%;
    left: 23%;
    transform: rotate(0);
  }

  .background-road.is--3.draw-animation {
    width: 700px;
    top: -2%;
    right: -20%;
  }

  .background-road.is--4, .background-road.is--6 {
    display: none;
  }

  .background-road.is-6.draw-animation {
    width: 380px;
    display: none;
    inset: auto -40% -30% auto;
    transform: rotate(-60deg);
  }

  .background-road.is-7.draw-animation {
    width: 380px;
    inset: auto -40% -30% auto;
    transform: rotate(-60deg);
  }

  .background-road.is--7, .background-road.is--9 {
    top: -5%;
    right: -4%;
  }

  .background-road.is-10.draw-animation, .background-road.is-11.draw-animation {
    width: 380px;
    display: none;
    inset: auto -40% -30% auto;
    transform: rotate(-60deg);
  }

  .background-road.is--12.draw-animation {
    width: 650px;
    top: -16%;
    right: -22%;
  }

  .background-road.is--10, .background-road.is--13 {
    top: -5%;
  }

  .background-road.is--13.draw-animation {
    top: 54%;
    right: 16%;
  }

  .background-road.is--14 {
    width: 440px;
    bottom: -5.5%;
    right: 11%;
  }

  .hero-point {
    width: 16.56px;
    position: absolute;
    inset: auto 0% 2% auto;
  }

  .last-point {
    width: 16.56px;
    position: absolute;
    inset: auto -1.6% 9.5% auto;
  }
}

@media screen and (max-width: 767px) {
  .partner-description {
    font-size: 2.11268vw;
    line-height: 2.64085vw;
  }

  .ain-logo {
    height: 100%;
  }

  .partner-logo {
    background-image: none;
  }

  .header-partner_block {
    display: none;
  }

  .image {
    display: block;
  }

  .partner-block-mobile {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
    display: flex;
  }

  .partner-description-mobile {
    color: var(--white);
  }

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

  .footer {
    padding: 57px 20px;
  }

  .footer-grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-top: 0;
    display: flex;
  }

  .section-hero {
    padding-top: 100px;
    padding-bottom: 180px;
  }

  .paragraph-xlarge {
    font-size: 1.25rem;
  }

  .button-1 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .author-description, .author-name {
    font-size: 1.25rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .has--style-nowrap {
    white-space: normal;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .section-padding {
    padding-top: 120px;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .section-padding-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-style-h3 {
    font-size: 1.5rem;
  }

  .text-style-h1 {
    font-size: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-xhuge {
    margin: 4rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .paragraph-superlarge {
    font-size: 1.25rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .ac-styleguide_heading-medium {
    font-size: 2rem;
  }

  .text-style-h6 {
    font-size: .75rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .description-xlarge {
    font-size: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-style-h2 {
    font-size: 2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .description-superlarge {
    font-size: 1.25rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .has--max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .text-style-h5 {
    font-size: .875rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .paragraph-medium {
    font-size: 20px;
  }

  .caption-superlarge, .count {
    font-size: 1.25rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .description-large {
    font-size: 1.25rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .text-style-h4 {
    font-size: 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .paragraph-large, .caption-large, .caption-xlarge {
    font-size: 1.25rem;
  }

  .ac-styleguide_heading-large {
    font-size: 3rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .ac-styleguide_version, .ac-styleguide_section-header {
    font-size: .875rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .description {
    font-size: 20px;
  }

  .footer-column.has--margin {
    margin-top: 20px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .partner-logo, .logo-image {
    height: 60px;
  }

  .heading, .h1 {
    font-size: 36px;
  }

  .h2 {
    margin-bottom: 35px;
    font-size: 24px;
  }

  .h2.has--bottom_margin {
    margin-bottom: 30px;
  }

  .h2.is--black.has--bottom_margin, .h2.is--black.has--margin {
    margin-bottom: 20px;
  }

  .h2.has--margin {
    margin-bottom: 35px;
  }

  .h2.has--big-margin {
    margin-bottom: 30px;
  }

  .h3 {
    font-size: 22.55px;
  }

  .quote {
    font-size: 20px;
  }

  .hero-text {
    width: 80%;
    font-size: 16px;
  }

  .hero-image_wrapper {
    margin-top: 5px;
  }

  .hero-image_road {
    width: 820px;
    min-width: 820px;
    bottom: 2%;
    left: -5%;
  }

  .hero-image_car {
    width: 250px;
    bottom: 20%;
  }

  .finishhero {
    width: 11px;
    bottom: -62%;
    left: 11%;
  }

  .road2 {
    width: 400px;
    min-width: 400px;
    top: -17%;
    left: -2%;
    transform: rotate(30deg);
  }

  .road3 {
    width: 400px;
    min-width: 400px;
    bottom: -55%;
    right: -20%;
  }

  .road1 {
    width: 200px;
    min-width: 200px;
    top: -88%;
    left: -16%;
  }

  .dark-block {
    border-radius: 15px;
    width: 420px;
    height: 340px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .swiper.swiper-two {
    margin-top: 30px;
  }

  .divider {
    height: .47px;
  }

  .image-distance {
    width: 125px;
    bottom: 0;
    right: 60px;
  }

  .dark-block-_hero {
    border-radius: 15px;
    height: 264px;
  }

  .dark-block_author {
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

  .image-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .photo {
    object-fit: cover;
    border-radius: 15px;
    height: 240px;
  }

  .image-big {
    height: 240px;
  }

  .image-big.not-bottom-padding {
    height: 240px;
    margin-top: 30px;
  }

  .dark-block-_big {
    border-radius: 15px;
    height: 351px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-image {
    height: 240px;
  }

  .image-distance_big_block {
    width: 103px;
    height: 103px;
    top: 137px;
    left: 21%;
  }

  .road_big_block {
    height: 229px;
    top: 27%;
    left: 40.5%;
  }

  .finish_big_block {
    height: 19px;
    top: 35%;
    left: 30.5%;
  }

  .start_big_block {
    width: 14px;
    height: 27px;
    bottom: 32%;
    right: 24.8%;
  }

  .logov {
    width: 31px;
    height: 31px;
  }

  .properties-wrapper {
    margin-bottom: 60px;
  }

  .small-image_car {
    width: 418px;
    height: 418px;
  }

  .white-block--1 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .white-block-2 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .section-last {
    padding-bottom: 120px;
  }

  .dark-block_medium {
    grid-row-gap: 20px;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .block-button-2 {
    padding-top: 40px;
  }

  .logo_volkswagen_block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .map {
    height: 126px;
    margin-left: 0;
  }

  .hero-road {
    height: 200px;
    top: 16%;
    right: 20%;
  }

  .kyiv_hero {
    top: 34%;
  }

  .malyn {
    top: 14.5%;
    left: 11.5%;
  }

  .damba {
    top: 10%;
  }

  .pyrogiv {
    top: 55%;
    left: 44%;
  }

  .vitachiv {
    bottom: 1%;
    right: 31%;
  }

  .bezodnya {
    bottom: 32.5%;
    left: 42.5%;
  }

  .road-background6 {
    z-index: -1;
    inset: 51% 0% auto auto;
  }

  .road-background7 {
    width: 300px;
    min-width: 300px;
    height: 550px;
    min-height: 550px;
    bottom: -6%;
    right: 40%;
  }

  .yellow_finish {
    width: 17px;
    min-width: 17px;
    height: 31px;
    min-height: 31px;
    bottom: -4%;
    right: 26.7%;
  }

  .dark-block-_inner {
    width: 280px;
    height: 260px;
    margin-right: -5px;
  }

  .swiper-pagination-two {
    top: -30px;
  }

  .swiper-slide_inner {
    height: 250px;
  }

  .image-big_wrapper {
    border-radius: 15px;
    height: 240px;
    margin-top: 30px;
  }

  .image-big_wrapper.not-bottom-padding {
    height: 240px;
    margin-top: 30px;
  }

  .image-big_wrapper.has--bottom-margin {
    margin-bottom: 30px;
  }

  .grid-image-wrapper {
    border-radius: 15px;
    height: 240px;
  }

  .city.is--uroch {
    width: 102.66px;
    left: 14%;
  }

  .city.is--kyiv {
    width: 32.5px;
    left: 42.5%;
  }

  .city.is--damba {
    width: 105px;
    top: 12%;
    right: 12.5%;
  }

  .city.is--vytachiv {
    width: 40px;
    bottom: 6.2%;
    right: 17.8%;
  }

  .city.is--malyn {
    width: 45px;
    top: 15.2%;
    left: 5.3%;
  }

  .city.is--pyrohiv {
    width: 49px;
    left: 35%;
  }

  .city.is--kyiv_2 {
    width: 40px;
    top: 46%;
    left: 59.5%;
  }

  .city.is--kyiv_3 {
    width: 38px;
    top: 26.5%;
    left: 8.6%;
  }

  .dark-block_inner {
    width: 250px;
    height: 220px;
  }

  .map_vytachiv {
    width: 103.52px;
    top: 14px;
  }

  .road_vytachiv {
    width: 212.52px;
  }

  .point {
    width: 14.38px;
    bottom: 8.5%;
    right: -5.7%;
  }

  .end-point {
    width: 12px;
    top: 11%;
    left: 13.5%;
  }

  .road-slider {
    width: 203.63px;
    left: 15%;
  }

  .swiper-slide_active {
    height: 215px;
    margin-left: -10px;
  }

  .swiper-map.is--2, .swiper-map.is--last {
    width: 165px;
  }

  .swiper-slide_active-copy {
    height: 215px;
    margin-left: -10px;
  }

  .h1-wrapper.is--desktop {
    margin-bottom: 10px;
  }

  .road_vytiachiv {
    width: 212.52px;
  }

  .road_vytiachiv.draw-animation {
    top: 32%;
    left: 18.5%;
  }

  .hero-image_part {
    width: 250px;
  }

  .car-wheel_2 {
    width: 38px;
  }

  .car-wheel_1 {
    width: 40px;
  }

  .background-road.is--1 {
    width: 120px;
    top: -38.5%;
    left: 0%;
  }

  .background-road.is--1.draw-animation {
    width: 120px;
    top: -38%;
  }

  .background-road.is--2.draw-animation {
    width: 200px;
    left: 32%;
  }

  .background-road.is--3.draw-animation {
    width: 600px;
    top: -30%;
    right: -40%;
  }

  .background-road.is-6.draw-animation, .background-road.is-7.draw-animation, .background-road.is-10.draw-animation, .background-road.is-11.draw-animation {
    display: none;
  }

  .background-road.is--12.draw-animation {
    width: 700px;
    top: -25%;
    right: -37%;
  }

  .background-road.is--10, .background-road.is--13 {
    right: 8%;
  }

  .background-road.is--13.draw-animation {
    width: 150px;
    top: 53%;
  }

  .hero-point {
    width: 10px;
    bottom: 2.5%;
    right: .5%;
  }

  .last-point {
    bottom: 9.5%;
  }
}

@media screen and (max-width: 479px) {
  .partner-description {
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }

  .logo {
    display: block;
  }

  .header-partner_block {
    display: none;
  }

  .image {
    display: block;
  }

  .partner-block-mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .author-block {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-hero {
    padding-bottom: 150px;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .button-1 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 120%;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .has--max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-small {
    font-size: 14px;
  }

  .paragraph-small.is--swiper {
    font-size: 10px;
  }

  .container-default {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1 {
    font-size: 25px;
  }

  .h2 {
    margin-bottom: 10px;
  }

  .h2.has--bottom_margin {
    margin-bottom: 20px;
  }

  .h2.is--black.has--bottom_margin, .h2.is--black.has--margin {
    margin-bottom: 30px;
  }

  .h2.has--margin {
    margin-bottom: 11px;
  }

  .h2.has--big-margin {
    margin-bottom: 20px;
  }

  .h3 {
    font-size: 15px;
  }

  .quote {
    font-size: 18px;
  }

  .hero-text_block {
    width: 90%;
  }

  .hero-text {
    width: 105%;
  }

  .hero-image_wrapper {
    margin-top: 70px;
  }

  .hero-image_road {
    width: 600px;
    min-width: 600px;
    bottom: 0%;
  }

  .hero-image_car {
    width: 210px;
    bottom: 11%;
    left: 33%;
  }

  .finishhero {
    bottom: -40%;
    left: 21%;
  }

  .road2 {
    width: 370px;
    min-width: 370px;
    top: 14%;
    left: -16%;
  }

  .road3 {
    bottom: -51%;
    right: -50%;
  }

  .road1 {
    top: -112%;
    left: -29%;
  }

  .description-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .dark-block {
    border-radius: 12.5px;
    width: 280px;
    height: 255px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .swiper.swiper-two {
    margin-top: 20px;
  }

  .swiper-pagination {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .distance-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .distance-wrapper.is--swiper {
    flex-direction: row;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .distance-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .icon-image {
    height: 17px;
  }

  .icon-image.is--swiper {
    height: 11px;
  }

  .icon-image1 {
    height: 14.72px;
  }

  .icon-image1.is--swiper {
    height: 11px;
  }

  .divider {
    width: 100%;
    height: .31px;
    margin-top: 5.5px;
    display: block;
  }

  .image-distance {
    width: 95px;
    bottom: 8px;
    right: 18px;
  }

  .dark-block-_hero {
    border-radius: 12.5px;
    height: 260px;
    overflow: hidden;
  }

  .layout.gap_60 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .dark-block_author {
    border-radius: 12.5px;
  }

  .divider-_big.has--big-margin {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .photo {
    border-radius: 12.45px;
  }

  .image-big, .image-big.not-bottom-padding {
    object-fit: cover;
  }

  .dark-block-_big {
    border-radius: 12.45px;
    height: 351px;
  }

  .image-distance_big_block {
    top: 105px;
    left: 17%;
  }

  .road_big_block {
    height: 120px;
    top: 32%;
    left: 43.5%;
  }

  .finish_big_block {
    left: 33.5%;
  }

  .start_big_block {
    width: 12px;
    height: 22px;
    bottom: 41%;
    right: 22.8%;
  }

  .block-properties {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .properties-wrapper {
    margin-bottom: 40px;
  }

  .small-image_car {
    width: 280px;
    height: 280px;
  }

  .block-button {
    padding-bottom: 30px;
  }

  .white-block--1 {
    padding-top: 30px;
  }

  .white-block-2 {
    padding-bottom: 30px;
  }

  .road-background4 {
    width: 640px;
    min-width: 640px;
    top: -6%;
    right: -66%;
  }

  .dark-block_medium {
    border-radius: 12.45px;
    height: auto;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo_volkswagen_block {
    align-items: flex-start;
  }

  .kyiv_hero {
    height: 20px;
    top: 34%;
    right: 43.5%;
  }

  .malyn {
    height: 13px;
    top: 17.5%;
    left: 8.5%;
  }

  .damba {
    height: 13px;
    top: 13%;
    right: 44%;
  }

  .pyrogiv {
    height: 13px;
    top: 54%;
    left: 51%;
  }

  .vitachiv {
    height: 13px;
    bottom: 6.5%;
    right: 17%;
  }

  .bezodnya {
    height: 13px;
    bottom: 34.5%;
    left: 48.5%;
  }

  .road-background7 {
    width: 210px;
    min-width: 210px;
    height: 670px;
    min-height: 670px;
    bottom: -4%;
    right: 40%;
  }

  .yellow_finish {
    bottom: -2.5%;
    right: 18.7%;
  }

  .section-padding-small {
    padding-top: 100px;
  }

  .dark-block-_inner {
    margin-right: -20px;
  }

  .swiper-pagination-one, .swiper-pagination-two {
    top: -20px;
  }

  .swiper-slide_inner {
    height: 165px;
    margin-top: 5px;
  }

  .image-big_wrapper {
    object-fit: cover;
    border-radius: 12.45px;
  }

  .image-big_wrapper.not-bottom-padding {
    object-fit: cover;
  }

  .grid-image-wrapper {
    border-radius: 12.45px;
    margin-top: 30px;
  }

  .city.is--kyiv_2 {
    width: 28px;
    top: 42%;
    left: 63.5%;
  }

  .city.is--kyiv_3 {
    width: 35px;
    top: 21%;
    left: 7.3%;
  }

  .dark-block_inner {
    width: 220px;
  }

  .map_vytachiv {
    width: 80.95px;
    top: 19px;
  }

  .road_vytachiv {
    width: 166px;
    left: 18.5%;
  }

  .point {
    width: 11.24px;
    bottom: 27%;
    right: 4.7%;
  }

  .end-point {
    width: 9px;
    top: 7%;
    left: 7.5%;
  }

  .road-slider {
    width: 154px;
    top: 11%;
    left: 9%;
  }

  .swiper-slide_active {
    height: 165px;
    margin-top: 5px;
  }

  .swiper-map.is--2, .swiper-map.is--last {
    width: 115px;
  }

  .swiper-slide_active-copy {
    height: 165px;
  }

  .h1-wrapper.is--desktop {
    display: none;
  }

  .h1-wrapper.is--mobile {
    margin-bottom: 10px;
    display: block;
  }

  .road_vytiachiv {
    width: 166px;
    left: 18.5%;
  }

  .road_vytiachiv.draw-animation {
    top: 26%;
  }

  .hero-image_part {
    width: 210px;
    bottom: 13%;
  }

  .car-wheel_2 {
    width: 32px;
    display: block;
  }

  .car-wheel_1 {
    width: 34px;
    display: block;
  }

  .background-road.is--1 {
    width: 95px;
    top: -20.5%;
    left: 0%;
  }

  .background-road.is--1.draw-animation {
    width: 95px;
    top: -25%;
    left: -2%;
  }

  .background-road.is--2.draw-animation {
    top: -10%;
    left: 13%;
  }

  .background-road.is--3.draw-animation {
    width: 550px;
    top: -17%;
    right: -49%;
  }

  .background-road.is--12.draw-animation {
    width: 550px;
    top: -6%;
    right: -41%;
  }

  .background-road.is--10, .background-road.is--13 {
    right: 20%;
  }

  .background-road.is--13.draw-animation {
    width: 175px;
    top: 52%;
  }

  .background-road.is--14 {
    width: 300px;
    bottom: -3%;
  }

  .last-point {
    right: -2%;
  }
}

#w-node-dcdf4010-df7a-7738-cea2-53fe6676f1f4-ce9ffcfc, #w-node-_9bd1e701-954d-79c8-a834-a58ac232ada4-ce9ffcfc, #w-node-d09995a7-c069-21e9-161d-34363b69aab5-ce9ffcfc, #w-node-_5900b8cd-d623-5ed1-466e-59150e66dada-ce9ffcfc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7b9-ce9ffcfc {
  align-self: start;
}

#w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7bb-ce9ffcfc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7d0-ce9ffcfc {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec41-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec46-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec4b-ce9ffd15, #w-node-_95a6f11e-fd07-0c5f-9df3-f2d03635ef17-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec50-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec56-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec5c-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec62-ce9ffd15 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecd9-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecde-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ece3-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ece8-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eced-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecf2-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecfa-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1edc2-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee14-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee2d-ce9ffd15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee30-ce9ffd15 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee32-ce9ffd15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee35-ce9ffd15 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee41-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee4b-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee4c-ce9ffd15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef23-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef28-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef2d-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef32-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef37-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef3c-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef46-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef4b-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef50-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef55-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef5a-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef5f-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef64-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef69-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef6e-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef73-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef78-ce9ffd15 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef7c-ce9ffd15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef7d-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef82-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef87-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef8c-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efa1-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efa6-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efab-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efb0-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efb5-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efba-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efc4-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efc9-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efce-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efd3-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efd8-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efdd-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efe2-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efe7-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efec-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eff1-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eff6-ce9ffd15 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1effa-ce9ffd15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1effb-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f000-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f005-ce9ffd15, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f00a-ce9ffd15 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f082-ce9ffd15 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f0de-ce9ffd15 {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-ea938abf-ccac-7612-e2d2-14ea593cdac9-ce9ffcfc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_90ea60ab-c278-4e8f-36e7-e24f1d45d4c5-ce9ffcfc {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2c09bb2c-f0f5-ddec-694d-7d7732054609-ce9ffcfc {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_3efce864-f050-6938-db6d-3ab189c171e6-ce9ffcfc {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_33855e2e-eb6b-e3b0-bb9e-97a4d973bd6b-ce9ffcfc {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a93f0854-435b-4c4d-008f-dfa8b86defe6-ce9ffcfc {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_67e120a7-6e05-e80c-ade6-3b397c78385b-ce9ffcfc, #w-node-ed67d3c0-a297-a4a8-79d0-2f4874f2f19e-ce9ffcfc {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7bb-ce9ffcfc {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7d0-ce9ffcfc {
    grid-area: 3 / 1 / 4 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7b9-ce9ffcfc {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7bb-ce9ffcfc {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7d0-ce9ffcfc {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7b9-ce9ffcfc {
    grid-column: span 2 / span 2;
  }

  #w-node-c50fd4c8-ed1a-e789-75f2-413231b43133-ce9ffcfc {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7bb-ce9ffcfc {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-ead84d3e-0aae-eda5-3129-333a8c9bd7d0-ce9ffcfc {
    grid-row: 5 / 6;
    grid-column-end: 3;
  }
}


@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Regular.WOFF') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Bold.WOFF') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy.zip') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}