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

:root {
  --black: black;
  --white: white;
  --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;
}

@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-size: 50px;
  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 {
  color: #333;
}

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

.header {
  z-index: 99999;
  justify-content: space-between;
  align-items: center;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
  position: fixed;
  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;
}

.link-block_ain {
  margin-top: -.2vw;
  display: flex;
}

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

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

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

.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-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: .65;
  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-link {
  color: var(--black);
  text-align: justify;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.position {
  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: #f8f8f8;
  background-image: url('../images/plus1.svg');
  background-repeat: repeat-y;
  background-size: 96vw;
  font-family: Roboto Mono, sans-serif;
}

.section.is--relative {
  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 {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.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.is--small {
  padding: .5rem 1.25rem;
}

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

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

.button.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: #f8f8f8;
  margin: -.5vw -1vw;
  padding: .5vw 1vw;
}

.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 {
  font-size: 1rem;
}

.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-small {
  padding-top: 3rem;
}

.margin-huge {
  margin: 6rem;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  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 {
  font-size: 1.25rem;
}

.paragraph-medium.has--color-white {
  font-family: Inter Tight, sans-serif;
}

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

.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 {
  font-size: .875rem;
}

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

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

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

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

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

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

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

.logo-image_ain {
  width: auto;
  height: 35px;
}

.logo-image_partner {
  width: auto;
  height: 30px;
}

.container {
  width: 100%;
  max-width: 94vw;
}

.content-block.is--header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-block.is--large {
  height: 100vh;
}

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

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

.logo-image_ain-2 {
  width: auto;
  height: 4vw;
}

.footer-2 {
  padding: 60px 4vw 57px;
}

.footer-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: minmax(200px, 1fr);
  justify-items: start;
  padding-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.link-block_ain-2 {
  align-self: auto;
}

.footer-link-2 {
  color: #000;
  text-align: justify;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

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

.padding-block-large {
  padding-top: 20vw;
  padding-bottom: 20vw;
}

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

.text-small {
  font-family: Inter Tight, sans-serif;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 120%;
}

.text-small.is--large-scr {
  display: none;
}

.text-small.is--small-src {
  margin-top: -3vw;
}

.text-small.has--larger-height {
  line-height: 130%;
}

.text-small.has--max-width {
  width: 54%;
}

.text-small.has--max-width.is--larger {
  font-style: italic;
}

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

.margin-bottom-xsmall {
  margin-bottom: 2vw;
}

.h2-small {
  font-size: 5vw;
  font-weight: 500;
  line-height: 86%;
}

.h2-small.has--color-white.is--centered {
  text-align: center;
  margin-bottom: 5vw;
}

.has--no-spacing {
  letter-spacing: 0;
}

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

.quote-large {
  font-size: 2.4vw;
  line-height: 110%;
}

.border-radius-xsmall {
  border-radius: .5vw;
  overflow: hidden;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #6861ff1a;
  border: 1px dashed #6861ff;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.max-width-xxsmall {
  max-width: 20vw;
}

.border-radius-medium {
  border-radius: 1.5vw;
  overflow: hidden;
}

.h1-small {
  font-size: 8vw;
  font-weight: 500;
  line-height: 86%;
}

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

.number-large {
  font-size: 10.4vw;
}

.text-large {
  background-color: #f8f8f8;
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 130%;
}

.max-width-medium {
  max-width: 50vw;
}

.fs-styleguide_label {
  color: #f6f6f6;
  background-color: #6861ff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.page-wrapper-sg {
  overflow: clip;
}

.number-default {
  font-size: 4.2vw;
}

.max-width-xxlarge {
  max-width: 80vw;
}

.text-xsmall {
  font-size: 1vw;
  line-height: 90%;
}

.list-inner {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 2ch 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.border-radius-xlarge {
  border-radius: 3vw;
  overflow: hidden;
}

.text-default {
  font-family: Inter Tight, sans-serif;
  font-size: 1.6vw;
}

.is--normal {
  font-style: normal;
  font-weight: 400;
}

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

.margin-bottom-large {
  margin-bottom: 6vw;
}

.has--1-spacing {
  letter-spacing: -.01em;
}

.margin-bottom-xlarge {
  margin-bottom: 8vw;
}

.number-small {
  font-size: 2.6vw;
}

.border-radius-small {
  border-radius: 1vw;
  overflow: hidden;
}

.fs-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;
  display: grid;
}

.h5 {
  font-size: 1.6vw;
  font-weight: 500;
  line-height: 90%;
}

.margin-bottom-paragraph {
  margin-bottom: 2.4vw;
}

.padding-block-medium {
  padding-top: 18vw;
  padding-bottom: 18vw;
}

.border-radius-large {
  border-radius: 2vw;
  overflow: hidden;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.number-medium {
  font-size: 6.6vw;
}

.max-width-xlarge {
  max-width: 70vw;
}

.h2-large {
  font-size: 6vw;
  font-weight: 500;
  line-height: 86%;
}

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

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

.list-block {
  flex-flow: column;
  display: flex;
}

.div-template {
  background-color: #6861ff;
  width: 100%;
  height: 1px;
}

.margin-bottom-small {
  margin-bottom: 3vw;
}

.max-width-xsmall {
  max-width: 30vw;
}

.h4 {
  font-size: 2.4vw;
  font-weight: 500;
  line-height: 90%;
}

.has--5-spacing {
  letter-spacing: -.05em;
}

.has--4-spacing {
  letter-spacing: -.04em;
}

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

.has--2-spacing {
  letter-spacing: -.02em;
}

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

.max-width-large {
  width: 100%;
  max-width: 60vw;
}

.quote-small {
  font-size: 2vw;
  line-height: 110%;
}

.quote-medium {
  max-width: 61vw;
  font-family: Inter Tight, sans-serif;
  font-size: 2.2vw;
  font-style: italic;
  font-weight: 600;
  line-height: 140%;
}

.quote-medium.has--color-white.has--margin {
  margin-bottom: 3vw;
}

.has--3-spacing {
  letter-spacing: -.03em;
}

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

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

.is--uppercase {
  text-transform: uppercase;
}

.list-template {
  z-index: -1;
  background-color: #6861ff1a;
  border: 1px dashed #6861ff;
  height: 3rem;
  position: relative;
}

.h3-small {
  font-size: 3vw;
  font-weight: 500;
  line-height: 90%;
}

.is--lowercase {
  text-transform: lowercase;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(0deg, #6861ff1a, #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;
}

.fs-styleguide_spacing.transparent {
  background-image: none;
}

.margin-list-large {
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.h1-large {
  color: #000;
  text-transform: uppercase;
  font-size: 7.8vw;
  font-weight: 700;
  line-height: 100%;
}

.pointer-events-none {
  pointer-events: none;
}

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

.text-medium {
  font-family: Inter Tight, sans-serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 120%;
}

.text-medium.has--max-width-medium {
  max-width: 34vw;
}

.text-medium.has--max-width-small {
  max-width: 26vw;
}

.text-medium.has--max-width-small.has--color-white.is--shorter {
  max-width: 17vw;
}

.text-medium.has--max-width-small.has--color-white.is--2 {
  max-width: 32vw;
}

.text-medium.is--roboto {
  z-index: 1;
  font-family: Roboto Mono, sans-serif;
  position: relative;
}

.text-medium.is--roboto.has--margin {
  margin-top: 1vw;
}

.text-medium.is--roboto.is--medium {
  font-weight: 500;
  line-height: 100%;
}

.text-medium.is--roboto.has--max-width {
  width: 75%;
  font-weight: 500;
}

.text-medium.is--roboto.is--larger {
  font-size: 2vw;
  font-weight: 500;
  line-height: 100%;
}

.text-medium.is--smaller {
  font-size: 1.4vw;
}

.text-medium.is--relative, .text-medium.is--relative-2 {
  z-index: 1;
  position: relative;
}

.text-medium.has--max-width-1920.has--background-white {
  background-color: #f8f8f8;
  margin-bottom: -1vw;
  margin-left: -1vw;
  padding-bottom: .7vw;
  padding-left: 1vw;
}

.text-medium.has--weight-medium {
  font-size: 1.8vw;
  font-weight: 500;
}

.text-medium.has--max-width-small-2 {
  max-width: 26vw;
}

.text-medium.has--max-width-small-2.has--background-white {
  align-self: flex-start;
  max-width: 27vw;
}

.text-medium.is--list, .text-medium.is--count {
  font-size: 2vw;
}

.text-medium.has--max-width-small-5 {
  max-width: 26vw;
}

.text-medium.has--max-width-small-5.has--background-white {
  max-width: 28vw;
}

.text-medium.has--align-center {
  margin-bottom: 3vw;
}

.text-medium.has--color-white.has--margins {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.text-medium.is--last {
  width: 86%;
}

.text-medium.is--last.has--margin {
  margin-top: 2vw;
}

.text-medium.has--max-width-small-8 {
  max-width: 26vw;
}

.text-medium.has--max-width-1920-2 {
  max-width: 96%;
}

.text-medium.has--max-width-1920-2.has--background-white {
  background-color: #f8f8f8;
  margin-bottom: -1vw;
  margin-left: -1vw;
  padding-bottom: .7vw;
  padding-left: 1vw;
}

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

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

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

.h3-large {
  font-size: 4vw;
  font-weight: 500;
  line-height: 90%;
}

.margin-bottom-medium {
  margin-bottom: 4vw;
}

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

.padding-block-small {
  padding-top: 16vw;
  padding-bottom: 16vw;
}

.padding-block-small.no-padding-bottom {
  padding-bottom: 0;
}

.padding-block-small.is--relative {
  z-index: 10;
  position: relative;
}

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

.margin-list-small {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.margin-list-small.has--larger-margin {
  margin-top: 4vw;
  margin-bottom: 4vw;
}

.max-width-small {
  max-width: 40vw;
}

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

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

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

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

.grey-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-color: #d8e4e4;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 17vw;
  margin-right: 2vw;
  padding-top: .8vw;
  padding-bottom: .8vw;
  padding-left: .7vw;
  display: flex;
}

.header-left {
  background-color: #d8e4e4;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  width: 63.8vw;
  display: flex;
}

.ain-logo {
  width: 7.3vw;
}

.done-logo {
  width: 10vw;
  margin-left: 1.2vw;
}

.done-logo.is--absolute {
  width: 15vw;
  display: flex;
  position: absolute;
  inset: .8vw 0% auto auto;
}

.utec-logo {
  width: 6.6vw;
  margin-left: 1.2vw;
}

.utec-logo.is--absolute {
  z-index: 9999;
  width: 7.5vw;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.top-buttons {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  display: flex;
}

.button-top {
  grid-column-gap: .9vw;
  grid-row-gap: .9vw;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: .9vw 1.2vw 1vw;
  text-decoration: none;
  display: flex;
}

.button-top.is--grey {
  color: #d0fc37;
  background-color: #404040;
}

.button-top.is--green {
  color: #000;
  background-color: #d0fc37;
}

.button-top.is--green.hide {
  display: none;
}

.button-top.is--footer {
  color: #000;
  background-color: #d0fc37;
}

.button-icon {
  width: 2vw;
  height: auto;
}

.hero-text-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 12vw;
  padding-bottom: 2.5vw;
  display: flex;
  position: relative;
}

.hero-image {
  filter: brightness(53%) contrast(200%);
  mix-blend-mode: hard-light;
  width: 50vw;
  height: auto;
  position: absolute;
  inset: auto 0 0% auto;
}

.logo-wrap {
  display: flex;
}

.top-button {
  z-index: 9999;
  transition: transform .2s, filter .2s;
  display: flex;
  position: fixed;
  inset: auto 3vw 3vw auto;
}

.top-button:hover {
  filter: grayscale();
  transform: scale(1.1);
}

.top-svg {
  width: 2.8vw;
  height: auto;
}

.layout {
  z-index: 1;
  grid-column-gap: 0vw;
  grid-row-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.layout.has--top-margin {
  margin-top: 4vw;
}

.layout.is--quote {
  grid-row-gap: 3vw;
  margin-top: 5vw;
}

.layout.is--quote.has--no-margin {
  grid-row-gap: 0vw;
}

.layout.is--quote.has--bottom-margin {
  margin-bottom: 6vw;
}

.layout.is--quote.has--margin_mob {
  grid-row-gap: 4vw;
}

.layout.red {
  background-color: red;
  margin-top: 5vw;
}

.layout.has--smaller-quote {
  grid-row-gap: 3vw;
}

.layout.has--smaller-quote.has--no-margin {
  grid-row-gap: 0vw;
}

.layout.has--smaller-quote.has--bottom-margin {
  margin-bottom: 6vw;
}

.layout.is--graphs {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-columns: 1fr 1fr;
  margin-top: 5vw;
}

.text-link {
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 100%;
}

.h2-wrap {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  display: flex;
  position: relative;
}

.blue-section {
  background-color: #d8e4e4;
}

.blue-section.is--relative {
  position: relative;
}

.list-wrap {
  margin-top: 2vw;
  margin-bottom: 2vw;
  padding-left: 1.5vw;
}

.grid-wrap {
  z-index: 0;
  width: 66vw;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.black-section {
  background-color: #000;
}

.swiper, .swiper-navigation {
  display: none;
}

.h2-xsmall {
  font-size: 4vw;
  font-weight: 700;
  line-height: 100%;
}

.h2-xsmall.has--color-white.is--centered {
  text-align: center;
}

.h2-xsmall.has--color-white.is--medium {
  font-weight: 500;
}

.h2-xsmall.is--smaller {
  width: 90%;
}

.h2-xsmall.is--smaller.has--color-white.is--2 {
  width: 80%;
}

.h2-xsmall.has--max-width {
  max-width: 82%;
}

.h2-xsmall.has--paddings {
  background-color: #fff;
  padding: .5vw;
}

.h2-xsmall.has--max-wdith {
  max-width: 90%;
}

.h2-xsmall.is--6 {
  max-width: 98%;
}

.h2-xsmall.is--smaller-2 {
  width: 81%;
}

.h2-xsmall.is--smaller-2.has--color-white.is--2 {
  width: 80%;
}

.h2-xsmall.has--bottom-margin {
  margin-bottom: 2vw;
}

.count-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
}

.div-icon {
  background-color: #bbc8ac;
  width: 1vw;
}

.div-icon.is--grey {
  background-color: #d8e4e4;
}

.count-small {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 80%;
}

.count-small.has--color-white {
  margin-bottom: 2vw;
}

.count-small.has--color-white.has--small-margin {
  margin-bottom: 0;
}

.count-inner {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.paragraph-wrap {
  flex-flow: column;
  display: flex;
}

.graph-svg {
  width: 100%;
  height: auto;
}

.graph-svg.is--absolute {
  position: absolute;
  inset: auto 0% 0%;
}

.quote-icon {
  width: 4.6875vw;
}

.quote-icon.has--margin {
  margin-left: 2vw;
}

.author-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.author-wrap.has--margin {
  margin-bottom: 2vw;
}

.author-wrap.has--margins, .author-wrap.has--margins-2, .author-wrap.has--margins-3 {
  margin-top: -2vw;
  margin-bottom: 2vw;
}

.author-image {
  flex: none;
  width: 16vw;
  height: auto;
}

.author-inner {
  grid-column-gap: .3vw;
  grid-row-gap: .3vw;
  background-color: #d8e4e4;
  border-radius: 2px;
  flex-flow: column;
  width: 100%;
  padding: 2vw;
  display: flex;
}

.author-inner.is--blue {
  color: #fff;
  background-color: #007aea;
}

.author-inner.is--white {
  background-color: #fff;
}

.graph-wrap {
  display: flex;
}

.graph-wrap.is--larger {
  width: 101.8%;
}

.paragraph-block {
  grid-column-gap: 1.6vw;
  grid-row-gap: 1.6vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.paragraph-block.is--2, .paragraph-block.is--3 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: row;
}

.paragraph-block.has--max-width-2 {
  max-width: 89%;
}

.paragraph-block.is--5 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
}

.graph-content {
  grid-column-gap: 2.9vw;
  grid-row-gap: 2.9vw;
  flex-flow: column;
  margin-bottom: 2vw;
  display: flex;
}

.graph-content.has--no-margin {
  margin-bottom: 0;
  position: relative;
}

.green-section {
  background-color: #bbc8ac;
  position: relative;
}

.footer {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}

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

.footer-inner {
  grid-column-gap: 0vw;
  grid-row-gap: 1.2vw;
  background-color: #f8f8f8;
  border: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2vw;
  display: grid;
}

.text-xlarge {
  font-family: Inter Tight, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 140%;
}

.text-xlarge.is--larger {
  font-size: 1.8vw;
  font-weight: 600;
  line-height: 130%;
}

.footer-img {
  width: 122vw;
  min-width: 122vw;
  height: auto;
  position: absolute;
  inset: -13vw auto auto 0%;
}

.logo-svg {
  width: 12.7vw;
  height: auto;
  margin-top: 1.3vw;
}

.logo-svg.has--no-margin {
  margin-top: 0;
}

.has--color-blue {
  color: #007aea;
}

.is--quote-2 {
  font-style: normal;
  font-weight: 400;
}

.green-background {
  background-color: #bbc8ac;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  padding: 1vw 3vw 1vw 1vw;
}

.green-background.is--right {
  border-style: solid solid solid none;
  border-top-width: 1px;
  border-top-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-right-width: 1px;
  border-right-color: #000;
  padding-left: 0;
}

.green-background.has--no-top {
  border-top-style: none;
}

.green-background.has--top {
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 2vw;
}

.white-background {
  background-color: #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  padding: 1vw 3vw 1vw 1vw;
}

.white-background.is--right {
  border-style: none solid solid none;
  border-top-width: 1px;
  border-top-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-right-width: 1px;
  border-right-color: #000;
  padding-left: 0;
}

.white-background.is--right.has--no-top {
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 2vw;
}

.white-background.has--min-width {
  border-top-style: none;
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 2vw;
}

.has--no-brake {
  white-space: nowrap;
}

.space {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.card-html {
  cursor: grab;
  width: 100vw;
  margin-left: -3vw;
}

.grey-section {
  background-color: #404040;
}

.grey-section.is--relative {
  position: relative;
}

.graph-svg-circles {
  width: 80%;
  margin-bottom: 8vw;
}

.graph-svg-circles.is--mob {
  display: none;
}

.partners-wrap {
  grid-column-gap: 5vw;
  grid-row-gap: 0vw;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 64%;
  display: flex;
}

.svg-wrap {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.is--green {
  background-color: #d0fc37;
}

.dot {
  width: 1.6vw;
  height: auto;
  position: absolute;
  inset: 6vw auto auto -3.5vw;
}

.dots {
  z-index: 9999;
  pointer-events: none;
  width: 120%;
  position: absolute;
  inset: -2.5% 0% auto -3%;
}

.dots.is--2 {
  width: 94%;
  top: -3.8vw;
  left: 3%;
}

.dots.is--3 {
  width: 110%;
  top: 3.8%;
  left: -10%;
}

.dots.is--5 {
  width: 104%;
  inset: auto 0% 13.5% -2%;
}

.dots.popup {
  width: 95%;
  inset: auto auto 5% 4.5%;
}

.side-image {
  z-index: -1;
  width: 56vw;
  position: absolute;
  inset: -38vw -1.5vw auto auto;
}

.list-grid {
  grid-column-gap: 0vw;
  grid-row-gap: 1.4vw;
  grid-template-rows: auto auto;
  grid-template-columns: 7vw 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-grid.has--margin {
  margin-bottom: 2vw;
}

.list-grid.has--color-white {
  max-width: 73%;
}

.heading-wrap {
  flex-flow: row;
  margin-top: 2vw;
  margin-bottom: 2vw;
  position: relative;
}

.circle-svg {
  width: 22vw;
  position: absolute;
  inset: auto 0% 4.5vw auto;
}

.circle-svg.is--3, .circle-svg.is--4 {
  inset: 4% 20% auto auto;
}

.black-wrap {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black-wrap.has--margin {
  margin-top: 8vw;
}

.black-block {
  color: #fff;
  background-color: #404040;
  flex-flow: column;
  justify-content: space-between;
  width: 40vw;
  height: 45vw;
  padding: 2vw;
  display: flex;
}

.black-block.is--smaller {
  height: 26vw;
}

.list-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  display: flex;
}

.list-wrapper.has--margin {
  margin-top: 3vw;
}

.grid-inner {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
}

.grid-inner.hide {
  display: none;
}

.count-container {
  flex-flow: column;
  justify-content: space-between;
  margin-top: 6vw;
  display: flex;
}

.logo {
  flex: none;
  width: auto;
  height: 6vw;
}

.has--background {
  background-color: #00bf88;
}

.has--color-green {
  color: #01bf88;
}

.h2-container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5vw;
  display: flex;
}

.h2-block {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  display: flex;
}

.h2-svg {
  width: 13vw;
  margin-top: .5vw;
}

.map-img {
  width: 100%;
  height: auto;
}

.light-section {
  z-index: 0;
}

.layout-side {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.layout-side.is--right {
  text-align: right;
  align-items: flex-end;
  padding-left: 1vw;
}

.layout-inner {
  grid-column-gap: 1.8vw;
  grid-row-gap: 1.8vw;
  flex-flow: column;
  padding-right: 1vw;
  display: flex;
}

.layout-block.has--top-margin {
  margin-top: 2vw;
}

.white-block {
  background-color: #fff;
  align-self: flex-start;
  padding: .5vw;
}

.white-block.is--left {
  align-self: flex-start;
}

.white-block.is--right {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-end;
  display: flex;
}

.gr-image {
  width: 100%;
  height: auto;
}

.trigger {
  position: absolute;
  inset: -16vw 0% auto;
}

.map-wrap {
  width: 56.5vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.map-svg {
  position: absolute;
  inset: 0%;
}

.lightbox {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.bank-image {
  width: 9.5vw;
  height: auto;
}

.bank-wrap {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  display: flex;
}

.bg-image {
  width: 30vw;
  height: auto;
  position: absolute;
}

.bg-image.is--1 {
  width: 60vw;
  inset: auto auto -28vw 0%;
}

.bg-image.is--2 {
  mix-blend-mode: multiply;
  width: 50vw;
  inset: auto auto 8.7% 0%;
}

.bg-image.is--3 {
  width: 40vw;
  inset: auto 0% -8.2vw auto;
}

.bg-image.is--6 {
  mix-blend-mode: multiply;
  width: 41vw;
  inset: auto auto 5% 0%;
}

.bg-image.is--7 {
  mix-blend-mode: screen;
  transform-style: preserve-3d;
  display: none;
  inset: 28% auto auto 0%;
  transform: rotateX(0)rotateY(1980deg)rotateZ(0);
}

.bg-image.is--4, .bg-image.is--5 {
  display: none;
}

.green-image {
  z-index: 0;
  mix-blend-mode: darken;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.ship-image {
  width: 48vw;
  position: absolute;
  inset: auto 0% 3% auto;
}

.lightbox-full {
  width: 100%;
}

.popup-container {
  z-index: 9999;
  pointer-events: none;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-background {
  z-index: 1;
  opacity: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  pointer-events: auto;
  cursor: pointer;
  background-color: #0000001a;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.popup-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  pointer-events: auto;
  background-color: #343434;
  flex-flow: column;
  width: 58vw;
  padding: 8vw 9vw;
  display: flex;
  position: relative;
}

.link.has--color-green {
  color: #d0fc37;
}

.popup-close {
  cursor: pointer;
  width: 2.8vw;
  height: auto;
  position: absolute;
  inset: 1.5vw 1.5vw auto auto;
}

.popup-content {
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sense-bank {
  width: 9.5vw;
}

.img {
  width: 100%;
  height: auto;
}

.partner-description-mobile-2 {
  color: #000;
  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;
}

.footer-3 {
  padding: 60px 40px;
}

.logo-image_partner-2 {
  width: auto;
  height: 40px;
}

.suggestion-section-2 {
  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;
}

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

.logo-image_ain-3 {
  width: auto;
  height: 4vw;
}

.link-block_ain-3 {
  align-self: auto;
}

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

.nax {
  margin-top: .4vw;
}

.h2-flex {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.tabs-container {
  justify-content: center;
  align-items: flex-start;
  margin-top: 9vw;
  margin-bottom: 10vw;
  display: flex;
}

.tabs-wrapper {
  background-color: #404040;
  width: 70vw;
  height: auto;
  padding: 4vw;
}

.tabs {
  margin-top: 2vw;
}

.tabs-menu {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4vw;
  display: grid;
}

.tab-link {
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.tab-link.w--current {
  background-color: #d0fc37;
}

.map-tab-wrap {
  max-width: 68%;
  position: static;
}

.map-tab-link {
  color: #fff;
  background-color: #404040;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: color .2s, background-color .2s;
  display: flex;
}

.map-tab-link.w--current {
  color: #000;
  background-color: #d0fc37;
}

.map-tablinks-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: space-between;
  max-width: 97%;
  margin-bottom: 4vw;
  display: flex;
}

.text-medium-copy.is--relative, .text-medium-copy.is--relative-2 {
  z-index: 1;
  position: relative;
}

.text-medium-copy.is--list, .text-medium-copy.is--count {
  font-size: 2vw;
}

.text-medium-copy.is--relative, .text-medium-copy.is--relative-2 {
  z-index: 1;
  position: relative;
}

.text-medium-copy.is--list, .text-medium-copy.is--count {
  font-size: 2vw;
}

.text-medium-copy.is--relative, .text-medium-copy.is--relative-2 {
  z-index: 1;
  position: relative;
}

.text-medium-copy.is--list, .text-medium-copy.is--count {
  font-size: 2vw;
}

.text-medium-copy.is--relative, .text-medium-copy.is--relative-2 {
  z-index: 1;
  position: relative;
}

.text-medium-copy.is--list, .text-medium-copy.is--count {
  font-size: 2vw;
}

.text-medium-copy.is--relative, .text-medium-copy.is--relative-2 {
  z-index: 1;
  position: relative;
}

.text-medium-copy.is--list, .text-medium-copy.is--count {
  font-size: 2vw;
}

.text-medium-copy.is--relative, .text-medium-copy.is--relative-2 {
  z-index: 1;
  position: relative;
}

.text-medium-copy.is--list, .text-medium-copy.is--count {
  font-size: 2vw;
}

.text-medium-copy.is--relative, .text-medium-copy.is--relative-2 {
  z-index: 1;
  position: relative;
}

.text-medium-copy.is--list, .text-medium-copy.is--count {
  font-size: 2vw;
}

.text-medium-copy.is--relative, .text-medium-copy.is--relative-2 {
  z-index: 1;
  position: relative;
}

.text-medium-copy.is--list, .text-medium-copy.is--count {
  font-size: 2vw;
}

.tab-pane, .tab-content {
  position: static;
}

.h2-xsmall-copy {
  font-size: 4vw;
  font-weight: 700;
  line-height: 100%;
}

.h2-xsmall-copy.has--color-white.is--centered {
  text-align: center;
}

.h2-xsmall-copy.has--color-white.is--medium {
  font-weight: 500;
}

.h2-xsmall-copy.is--smaller {
  width: 90%;
}

.h2-xsmall-copy.is--smaller.has--color-white.is--2 {
  width: 80%;
}

.h2-xsmall-copy.has--max-width {
  max-width: 82%;
}

.h2-xsmall-copy.has--paddings {
  background-color: #fff;
  padding: .5vw;
}

.h2-xsmall-copy.has--max-wdith {
  max-width: 90%;
}

.h2-xsmall-copy.is--6 {
  max-width: 98%;
}

.h2-xsmall-copy.is--smaller-2 {
  width: 81%;
}

.h2-xsmall-copy.is--smaller-2.has--color-white.is--2 {
  width: 80%;
}

.h2-xsmall-copy.has--bottom-margin {
  margin-bottom: 2vw;
}

.text-medium-copy {
  font-family: Inter Tight, sans-serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 120%;
}

.text-medium-copy.has--max-width-medium {
  max-width: 34vw;
}

.text-medium-copy.has--max-width-small {
  max-width: 26vw;
}

.text-medium-copy.has--max-width-small.has--color-white.is--shorter {
  max-width: 17vw;
}

.text-medium-copy.has--max-width-small.has--color-white.is--2 {
  max-width: 32vw;
}

.text-medium-copy.is--roboto {
  z-index: 1;
  font-family: Roboto Mono, sans-serif;
  position: relative;
}

.text-medium-copy.is--roboto.has--margin {
  margin-top: 1vw;
}

.text-medium-copy.is--roboto.is--medium {
  font-weight: 500;
  line-height: 100%;
}

.text-medium-copy.is--roboto.has--max-width {
  width: 75%;
  font-weight: 500;
}

.text-medium-copy.is--roboto.is--larger {
  font-size: 2vw;
  font-weight: 500;
  line-height: 100%;
}

.text-medium-copy.is--smaller {
  font-size: 1.4vw;
}

.text-medium-copy.is--relative, .text-medium-copy.is--relative-2 {
  z-index: 1;
  position: relative;
}

.text-medium-copy.has--max-width-1920.has--background-white {
  background-color: #f8f8f8;
  margin-bottom: -1vw;
  margin-left: -1vw;
  padding-bottom: .7vw;
  padding-left: 1vw;
}

.text-medium-copy.has--weight-medium {
  font-size: 1.8vw;
  font-weight: 500;
}

.text-medium-copy.has--max-width-small-2 {
  max-width: 26vw;
}

.text-medium-copy.has--max-width-small-2.has--background-white {
  align-self: flex-start;
  max-width: 27vw;
}

.text-medium-copy.is--list, .text-medium-copy.is--count {
  font-size: 2vw;
}

.text-medium-copy.has--max-width-small-5 {
  max-width: 26vw;
}

.text-medium-copy.has--max-width-small-5.has--background-white {
  max-width: 28vw;
}

.text-medium-copy.has--align-center {
  margin-bottom: 3vw;
}

.text-medium-copy.has--color-white.has--margins {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.text-medium-copy.is--last {
  width: 86%;
}

.text-medium-copy.has--max-width-small-8 {
  max-width: 26vw;
}

.text-medium-copy.has--max-width-1920-2 {
  max-width: 96%;
}

.text-medium-copy.has--max-width-1920-2.has--background-white {
  background-color: #f8f8f8;
  margin-bottom: -1vw;
  margin-left: -1vw;
  padding-bottom: .7vw;
  padding-left: 1vw;
}

@media screen and (min-width: 1280px) {
  .header {
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .has--background-white {
    margin: -.4vw -.6vw;
    padding: .4vw .6vw;
  }

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

  .container {
    max-width: 97vw;
  }

  .padding-block-large {
    padding-top: 17vw;
    padding-bottom: 17vw;
  }

  .text-small {
    font-size: 1vw;
  }

  .text-small.is--large-scr {
    font-size: .9vw;
    display: block;
  }

  .text-small.is--small-src {
    display: none;
  }

  .text-small.has--max-width.is--larger {
    width: 60%;
  }

  .h2-small.has--color-white.is--centered {
    margin-bottom: 4vw;
  }

  .quote-large {
    font-size: 2vw;
  }

  .border-radius-xsmall {
    border-radius: .3vw;
  }

  .border-radius-medium {
    border-radius: 1vw;
  }

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

  .text-large {
    font-size: 1.3vw;
  }

  .text-xsmall {
    font-size: .84vw;
  }

  .border-radius-xlarge {
    border-radius: 2vw;
  }

  .text-default {
    font-size: 1.11vw;
  }

  .border-radius-small {
    border-radius: .5vw;
  }

  .margin-bottom-paragraph {
    margin-bottom: 1.7vw;
  }

  .padding-block-medium {
    padding-top: 15.5vw;
    padding-bottom: 15.5vw;
  }

  .border-radius-large {
    border-radius: 1.4vw;
  }

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

  .quote-small {
    font-size: 1.6vw;
  }

  .quote-medium {
    max-width: 65vw;
    font-size: 1.8vw;
  }

  .h3-small {
    text-align: left;
  }

  .margin-list-large {
    margin-top: 2.8vw;
    margin-bottom: 2.8vw;
  }

  .h1-large {
    font-size: 7.6vw;
  }

  .text-medium {
    font-size: 1.09vw;
  }

  .text-medium.has--max-width-medium {
    max-width: 34vw;
  }

  .text-medium.has--max-width-small {
    max-width: 21vw;
  }

  .text-medium.has--max-width-small.has--color-white.is--2 {
    max-width: 100%;
  }

  .text-medium.is--roboto.has--margin {
    margin-top: 2vw;
  }

  .text-medium.is--roboto.has--max-width {
    width: 60%;
  }

  .text-medium.is--roboto.is--larger {
    font-size: 1.4vw;
  }

  .text-medium.is--roboto.is--larger.has--max-width {
    width: 69%;
  }

  .text-medium.is--smaller {
    font-size: 1.25vw;
  }

  .text-medium.has--weight-medium {
    font-size: 1.09vw;
  }

  .text-medium.has--max-width-1440 {
    max-width: 84%;
  }

  .text-medium.has--max-width-small-2 {
    max-width: 21vw;
  }

  .text-medium.is--list, .text-medium.is--count {
    font-size: 1.4vw;
  }

  .text-medium.has--max-width-small-5 {
    max-width: 21vw;
  }

  .text-medium.has--align-center {
    margin-bottom: 2.6vw;
  }

  .text-medium.has--color-white.has--margins {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .text-medium.has--color-white.is--shorter {
    max-width: 83%;
  }

  .text-medium.is--larger {
    font-size: 1.15vw;
  }

  .text-medium.is--last {
    width: 56%;
  }

  .text-medium.is--last.has--margin {
    margin-top: 1.5vw;
  }

  .text-medium.has--max-width-small-8 {
    max-width: 16vw;
  }

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

  .padding-block-small {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .margin-list-small {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .margin-list-small.has--larger-margin {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .grey-block {
    width: 14vw;
    margin-right: 1.3vw;
  }

  .header-left {
    width: 74.65vw;
  }

  .ain-logo {
    width: 5.6vw;
  }

  .done-logo {
    margin-left: 1vw;
  }

  .done-logo.is--absolute {
    width: 14.5vw;
    top: 1vw;
  }

  .done-logo.show {
    width: 9vw;
  }

  .utec-logo {
    margin-left: 1vw;
  }

  .utec-logo.is--absolute {
    width: 6vw;
  }

  .top-buttons {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
  }

  .top-buttons.hide {
    top: 1.5vw;
    right: 1.5vw;
  }

  .button-top {
    grid-column-gap: .6vw;
    grid-row-gap: .6vw;
    padding: .9vw 1.2vw;
  }

  .button-top.is--grey {
    padding-top: 1vw;
    padding-bottom: 1.2vw;
  }

  .button-top.is--green {
    padding-top: 1vw;
    padding-bottom: 1.22vw;
  }

  .button-icon {
    width: 1.1vw;
  }

  .hero-image {
    width: 48vw;
  }

  .layout {
    grid-row-gap: 4.2vw;
  }

  .layout.has--top-margin {
    margin-top: 4vw;
    margin-bottom: 17vw;
  }

  .layout.is--quote {
    grid-row-gap: 2.8vw;
    margin-top: 5.6vw;
  }

  .layout.is--quote.has--bottom-margin {
    margin-bottom: 0;
  }

  .layout.has--smaller-quote {
    grid-row-gap: 2.8vw;
  }

  .layout.has--smaller-quote.has--bottom-margin {
    margin-bottom: 0;
  }

  .text-link {
    font-size: 1.1vw;
  }

  .grid-wrap {
    width: 67.4vw;
    display: block;
  }

  .h2-xsmall {
    font-size: 3.8vw;
  }

  .h2-xsmall.is--smaller.has--color-white.is--2 {
    width: 99%;
  }

  .h2-xsmall.has--max-width {
    max-width: 98%;
  }

  .h2-xsmall.is--smaller-2.has--color-white.is--2 {
    width: 100%;
  }

  .h2-xsmall.is--5 {
    max-width: 94%;
  }

  .h2-xsmall.has--bottom-margin {
    margin-bottom: 8.2vw;
  }

  .count-small {
    font-size: 2.9vw;
  }

  .count-small.has--color-white {
    margin-bottom: 1vw;
  }

  .paragraph-wrap {
    justify-content: space-between;
    height: 100%;
  }

  .quote-icon.has--margin {
    margin-left: 2vw;
  }

  .author-wrap.has--margin {
    margin-bottom: 2.8vw;
  }

  .author-wrap.has--margins {
    margin-top: -4vw;
    margin-bottom: 2.8vw;
  }

  .author-wrap.has--margins-2 {
    margin-top: -2vw;
    margin-bottom: 2.8vw;
  }

  .author-wrap.has--margins-3 {
    margin-top: -4vw;
    margin-bottom: 2.8vw;
  }

  .author-image {
    width: 12vw;
  }

  .author-inner {
    grid-column-gap: .2vw;
    grid-row-gap: .2vw;
    width: 38vw;
    padding: 1.5vw;
  }

  .graph-wrap {
    margin-bottom: -.5vw;
  }

  .paragraph-block {
    grid-column-gap: 2.4vw;
    grid-row-gap: 2.4vw;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .8fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .paragraph-block.has--max-width {
    grid-template-columns: .85fr 1fr;
    max-width: 92%;
  }

  .paragraph-block.has--max-width-1440 {
    grid-template-columns: .85fr 1fr;
    max-width: 76%;
  }

  .paragraph-block.is--2 {
    grid-column-gap: 2.4vw;
    grid-row-gap: 2.4vw;
  }

  .paragraph-block.is--3 {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-columns: .8fr 1fr;
  }

  .paragraph-block.has--max-width-2 {
    grid-column-gap: 4.5vw;
    grid-row-gap: 4.5vw;
    grid-template-columns: .9fr 1fr;
    max-width: 93%;
  }

  .paragraph-block.is--5 {
    grid-column-gap: 2.4vw;
    grid-row-gap: 2.4vw;
    grid-template-columns: .6fr 1fr;
  }

  .graph-content {
    grid-column-gap: 1.9vw;
    grid-row-gap: 1.9vw;
    margin-bottom: 2.8vw;
  }

  .graph-content.has--no-margin {
    margin-bottom: 0;
  }

  .graph-content.has--no-margin.is--smaller {
    width: 83%;
  }

  .text-xlarge.is--larger {
    font-size: 1.6vw;
  }

  .logo-svg.has--no-margin {
    width: 13vw;
  }

  .green-background.has--top {
    margin-top: .8vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 1vw;
  }

  .white-background.has--min-width {
    min-height: 23.15vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 1vw;
  }

  .space {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .card-html {
    margin-left: -1.5vw;
  }

  .graph-svg-circles {
    width: 80%;
    margin-right: 3vw;
  }

  .partners-wrap {
    grid-column-gap: 0vw;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
  }

  .dots {
    width: 86.5%;
    top: -10%;
    left: 5%;
  }

  .dots.is--2 {
    width: 90%;
    top: -7vw;
    left: 5%;
  }

  .dots.is--3 {
    width: 100%;
    top: -3%;
    left: 0%;
  }

  .dots.is--4 {
    width: 88%;
    top: -2%;
    left: 9%;
  }

  .dots.is--5 {
    width: 100%;
    bottom: -2%;
    left: 0%;
  }

  .side-image {
    width: 47vw;
    top: -29vw;
    right: -1.3vw;
  }

  .list-grid {
    grid-row-gap: 1vw;
    grid-template-columns: 4vw 1fr;
  }

  .list-grid.has--color-white {
    max-width: 100%;
  }

  .heading-wrap {
    margin-top: 1vw;
    margin-bottom: .5vw;
  }

  .circle-svg {
    width: 18vw;
    right: 8.5vw;
  }

  .circle-svg.is--2 {
    bottom: 10vw;
    right: 22vw;
  }

  .circle-svg.is--3 {
    width: 20vw;
    top: 9%;
    right: 35%;
  }

  .circle-svg.is--4 {
    width: 20vw;
    top: -2%;
    right: 25%;
  }

  .black-wrap {
    grid-column-gap: 2.6vw;
    grid-row-gap: 2.6vw;
  }

  .black-block {
    width: 33vw;
    height: 33vw;
  }

  .black-block.is--smaller {
    height: 20vw;
  }

  .list-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    width: 80%;
  }

  .list-wrapper.has--margin {
    margin-top: 0;
  }

  .grid-inner {
    grid-column-gap: 1.4vw;
    grid-row-gap: 1.4vw;
  }

  .count-container {
    margin-top: 2.8vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .logo {
    height: 4.8vw;
  }

  .h2-container {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-bottom: 3.5vw;
  }

  .h2-svg {
    width: 11vw;
    margin-top: .7vw;
  }

  .layout-side.is--left {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .layout-side.is--right {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-left: 1vw;
  }

  .layout-inner {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .white-block {
    margin-bottom: auto;
    padding: .8vw;
  }

  .trigger {
    top: -14vw;
  }

  .map-wrap {
    width: 60vw;
  }

  .bank-wrap {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .bg-image.is--1 {
    width: 63vw;
    bottom: -28vw;
  }

  .bg-image.is--2 {
    bottom: 9%;
  }

  .bg-image.is--3 {
    width: 50vw;
    bottom: -10.3vw;
  }

  .bg-image.is--6 {
    bottom: 1.5%;
  }

  .bg-image.is--7 {
    width: 37vw;
    display: block;
    inset: 22% 0% auto auto;
    transform: none;
  }

  .bg-image.is--4 {
    width: 40vw;
    display: block;
    inset: auto auto 36.4% 0%;
  }

  .bg-image.is--5 {
    width: 40vw;
    display: block;
    inset: auto auto -5% 0%;
  }

  .ship-image {
    width: 57vw;
    bottom: 5%;
  }

  .popup-wrapper {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    width: 50vw;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .nax {
    margin-top: 1vw;
  }

  .tabs-container {
    margin-top: 8vw;
    margin-bottom: 9vw;
  }

  .tabs-wrapper {
    padding: 2.8vw;
  }

  .tabs {
    margin-top: 1.8vw;
  }

  .tabs-menu {
    grid-column-gap: .6vw;
    grid-row-gap: .6vw;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 3vw;
  }

  .map-tab-wrap {
    max-width: 54%;
  }

  .map-tablinks-wrap {
    max-width: 94%;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.4vw;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.4vw;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.4vw;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.4vw;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.4vw;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.4vw;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.4vw;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.4vw;
  }

  .h2-xsmall-copy {
    font-size: 3.8vw;
  }

  .h2-xsmall-copy.is--smaller.has--color-white.is--2 {
    width: 99%;
  }

  .h2-xsmall-copy.has--max-width {
    max-width: 98%;
  }

  .h2-xsmall-copy.is--smaller-2.has--color-white.is--2 {
    width: 100%;
  }

  .h2-xsmall-copy.is--5 {
    max-width: 94%;
  }

  .h2-xsmall-copy.has--bottom-margin {
    margin-bottom: 8.2vw;
  }

  .text-medium-copy {
    font-size: 1.09vw;
  }

  .text-medium-copy.has--max-width-medium {
    max-width: 34vw;
  }

  .text-medium-copy.has--max-width-small {
    max-width: 21vw;
  }

  .text-medium-copy.has--max-width-small.has--color-white.is--2 {
    max-width: 100%;
  }

  .text-medium-copy.is--roboto.has--margin {
    margin-top: 2vw;
  }

  .text-medium-copy.is--roboto.has--max-width {
    width: 60%;
  }

  .text-medium-copy.is--roboto.is--larger {
    font-size: 1.4vw;
  }

  .text-medium-copy.is--roboto.is--larger.has--max-width {
    width: 69%;
  }

  .text-medium-copy.is--smaller {
    font-size: 1.25vw;
  }

  .text-medium-copy.has--weight-medium {
    font-size: 1.09vw;
  }

  .text-medium-copy.has--max-width-1440 {
    max-width: 84%;
  }

  .text-medium-copy.has--max-width-small-2 {
    max-width: 21vw;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.4vw;
  }

  .text-medium-copy.has--max-width-small-5 {
    max-width: 21vw;
  }

  .text-medium-copy.has--align-center {
    margin-bottom: 2.6vw;
  }

  .text-medium-copy.has--color-white.has--margins {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .text-medium-copy.has--color-white.is--shorter {
    max-width: 83%;
  }

  .text-medium-copy.is--larger {
    font-size: 1.15vw;
  }

  .text-medium-copy.is--last {
    width: 56%;
  }

  .text-medium-copy.has--max-width-small-8 {
    max-width: 16vw;
  }
}

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

  .logo-image_ain-2 {
    height: 3vw;
  }

  .footer-2 {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .h2-container {
    grid-column-gap: 1.4vw;
    grid-row-gap: 1.4vw;
    margin-bottom: 2.8vw;
  }

  .h2-svg {
    width: 10vw;
  }

  .logo-image_ain-3 {
    height: 3vw;
  }
}

@media screen and (min-width: 1920px) {
  .padding-block-large {
    padding-top: 14.5vw;
    padding-bottom: 14.5vw;
  }

  .text-small, .text-small.is--large-scr {
    font-size: .84vw;
  }

  .text-small.is--larger {
    font-size: 1vw;
  }

  .container-2 {
    max-width: 96vw;
  }

  .h1-small {
    font-size: 9vw;
  }

  .text-large {
    font-size: 1.14vw;
  }

  .text-xsmall {
    font-size: .83vw;
  }

  .border-radius-xlarge {
    border-radius: 2vw;
  }

  .text-default {
    font-size: .84vw;
  }

  .margin-bottom-large {
    margin-bottom: 5vw;
  }

  .margin-bottom-xlarge {
    margin-bottom: 6vw;
  }

  .margin-bottom-paragraph {
    margin-bottom: 1.25vw;
  }

  .padding-block-medium {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }

  .border-radius-large {
    border-radius: 1.6vw;
  }

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

  .quote-small {
    font-size: 1.25vw;
  }

  .quote-medium {
    max-width: 56vw;
    font-size: 1.6vw;
  }

  .h3-small {
    font-size: 3vw;
  }

  .margin-list-large {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .text-medium {
    font-size: .94vw;
  }

  .text-medium.has--max-width-medium {
    max-width: 31vw;
  }

  .text-medium.has--max-width-small {
    max-width: 19vw;
  }

  .text-medium.has--max-width-small.has--color-white {
    max-width: 17vw;
  }

  .text-medium.is--roboto.is--medium {
    font-size: 1.05vw;
  }

  .text-medium.is--roboto.has--max-width {
    width: 58%;
    font-size: 1.05vw;
  }

  .text-medium.is--roboto.is--larger {
    font-size: 1.05vw;
  }

  .text-medium.is--roboto.is--larger.has--max-width {
    width: 61%;
  }

  .text-medium.is--smaller {
    font-size: 1vw;
  }

  .text-medium.has--max-width-1920 {
    width: 82%;
  }

  .text-medium.has--max-width-1920.has--background-white {
    width: 99%;
    margin-bottom: -.5vw;
    margin-left: -.5vw;
    padding-bottom: .3vw;
    padding-left: .5vw;
  }

  .text-medium.has--weight-medium {
    font-size: .94vw;
  }

  .text-medium.has--max-width-1440 {
    width: 82%;
    max-width: 82%;
  }

  .text-medium.has--max-width-large-1920 {
    width: 82%;
  }

  .text-medium.has--small-wdith {
    max-width: 96%;
  }

  .text-medium.has--max-width-small-2 {
    max-width: 16vw;
  }

  .text-medium.has--max-width-small-2.has--color-white.is--2 {
    max-width: 17.9vw;
  }

  .text-medium.is--list, .text-medium.is--count {
    font-size: 1.05vw;
  }

  .text-medium.has--max-width-small-5 {
    max-width: 99%;
  }

  .text-medium.has--align-center {
    margin-bottom: 2.8vw;
  }

  .text-medium.has--color-white.is--shorter {
    max-width: 78%;
  }

  .text-medium.has--color-white.is--shorter_1920 {
    width: 81%;
  }

  .text-medium.is--last {
    width: 48%;
  }

  .text-medium.has--max-width-small-8 {
    max-width: 16vw;
  }

  .text-medium.has--max-width-small-8.has--color-white.is--2 {
    max-width: 17.9vw;
  }

  .text-medium.has--max-width-1920-2 {
    width: 82%;
  }

  .text-medium.has--max-width-1920-2.has--background-white {
    width: 99%;
    margin-bottom: -.5vw;
    margin-left: -.5vw;
    padding-bottom: .3vw;
    padding-left: .5vw;
  }

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

  .h3-large {
    font-size: 4vw;
  }

  .padding-block-small {
    padding-top: 10.5vw;
    padding-bottom: 10.5vw;
  }

  .margin-list-small {
    margin-top: 1.6vw;
    margin-bottom: 1.6vw;
  }

  .margin-list-small.has--larger-margin {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .grey-block {
    width: 12.8vw;
    padding-top: .6vw;
    padding-bottom: .6vw;
    padding-left: .6vw;
  }

  .header-left {
    width: 76.5vw;
  }

  .ain-logo {
    width: 5vw;
  }

  .done-logo {
    width: 9vw;
  }

  .done-logo.is--absolute {
    width: 10vw;
  }

  .utec-logo {
    width: 6vw;
  }

  .utec-logo.is--absolute {
    width: 6.3vw;
    inset: -10% 6.5% auto auto;
  }

  .button-top.is--grey, .button-top.is--green {
    padding: .9vw 1.2vw;
  }

  .layout {
    grid-row-gap: 3vw;
  }

  .layout.has--top-margin {
    margin-top: 6.7vw;
  }

  .layout.is--quote {
    grid-row-gap: 2vw;
    margin-top: 4vw;
  }

  .layout.red {
    margin-top: 4vw;
  }

  .layout.has--smaller-quote {
    grid-row-gap: 2vw;
  }

  .layout.is--graphs {
    margin-top: 4vw;
  }

  .text-link {
    font-size: .94vw;
  }

  .h2-xsmall {
    font-size: 3.4vw;
  }

  .h2-xsmall.has--bottom-margin {
    margin-bottom: 11.8vw;
  }

  .quote-icon.has--margin {
    margin-left: 0;
  }

  .author-wrap.has--margin {
    margin-bottom: 2vw;
  }

  .author-wrap.has--margins {
    margin-top: -6vw;
    margin-bottom: 2vw;
  }

  .author-wrap.has--margins-2 {
    margin-top: -1.5vw;
    margin-bottom: 2vw;
  }

  .author-wrap.has--margins-3 {
    margin-top: -3vw;
    margin-bottom: 0;
  }

  .author-image {
    width: 9vw;
  }

  .author-inner {
    width: 29vw;
    padding: 1vw;
  }

  .graph-wrap {
    margin-bottom: -.8vw;
  }

  .paragraph-block {
    grid-column-gap: 1.7vw;
    grid-row-gap: 1.7vw;
    grid-template-columns: .55fr 1fr;
    width: 85%;
  }

  .paragraph-block.has--max-width {
    grid-template-columns: 1fr 1fr;
    width: auto;
    max-width: 93.5%;
  }

  .paragraph-block.has--max-width-1440 {
    grid-template-columns: 1fr 1fr;
    width: auto;
    max-width: 67%;
  }

  .paragraph-block.is--2 {
    grid-column-gap: 1.7vw;
    grid-row-gap: 1.7vw;
  }

  .paragraph-block.is--3 {
    grid-column-gap: 3.4vw;
    grid-row-gap: 3.4vw;
    width: 108%;
  }

  .paragraph-block.has--max-width-2 {
    grid-template-columns: 1fr 1fr;
    width: auto;
    max-width: 93.5%;
  }

  .paragraph-block.is--5 {
    grid-column-gap: 1.7vw;
    grid-row-gap: 1.7vw;
    width: 90%;
  }

  .paragraph-block.is--4 {
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .graph-content {
    grid-column-gap: 2.1vw;
    grid-row-gap: 2.1vw;
    margin-bottom: 2vw;
  }

  .text-xlarge {
    font-size: 1.545vw;
  }

  .text-xlarge.is--larger {
    font-size: 1.25vw;
  }

  .green-background.has--top {
    min-height: 23vw;
  }

  .graph-svg-circles {
    margin-bottom: 6vw;
  }

  .partners-wrap {
    width: 60%;
  }

  .dots {
    width: 89.5%;
    top: -14%;
  }

  .dots.is--2 {
    width: 85%;
    top: -6vw;
  }

  .dots.is--3 {
    width: 97%;
    top: -10.5%;
  }

  .dots.is--4 {
    top: -3%;
    left: 2%;
  }

  .dots.is--5 {
    bottom: -4%;
  }

  .side-image {
    width: 46vw;
    top: -28vw;
    right: -1.1vw;
  }

  .list-grid {
    grid-row-gap: .8vw;
    grid-template-columns: 3vw 1fr;
  }

  .circle-svg {
    width: 19vw;
    bottom: 2vw;
  }

  .circle-svg.is--2 {
    bottom: 8vw;
    right: 28vw;
  }

  .circle-svg.is--3 {
    top: 8%;
  }

  .circle-svg.is--4 {
    right: 15%;
  }

  .black-wrap {
    grid-column-gap: 2.7vw;
    grid-row-gap: 2.7vw;
  }

  .black-block {
    width: 26.5vw;
    height: 29vw;
    padding: 1.6vw;
  }

  .list-wrapper {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }

  .count-container {
    margin-top: 2.5vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .logo {
    height: 3.6vw;
  }

  .layout-side.is--left {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
  }

  .white-block {
    padding: .5vw;
  }

  .trigger {
    top: -10.5vw;
  }

  .map-wrap, .bg-image.is--1 {
    width: 60vw;
  }

  .bg-image.is--2 {
    bottom: 10%;
  }

  .bg-image.is--3 {
    width: 48vw;
  }

  .bg-image.is--6 {
    bottom: .5%;
  }

  .bg-image.is--7 {
    width: 41vw;
    top: 18.5%;
  }

  .bg-image.is--5 {
    bottom: -6%;
  }

  .ship-image {
    width: 64vw;
    bottom: 4%;
  }

  .popup-wrapper {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    width: 47vw;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .nax {
    margin-top: 2vw;
  }

  .tabs-container {
    margin-top: 6.25vw;
    margin-bottom: 7.5vw;
  }

  .tabs-wrapper {
    width: 60vw;
    padding: 2vw;
  }

  .tabs {
    margin-top: 1vw;
  }

  .tabs-menu {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    margin-bottom: 2.5vw;
  }

  .map-tab-wrap {
    max-width: 18.2vw;
  }

  .map-tablinks-wrap {
    max-width: 94%;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.05vw;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.05vw;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.05vw;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.05vw;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.05vw;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.05vw;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.05vw;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.05vw;
  }

  .h2-xsmall-copy {
    font-size: 3.4vw;
  }

  .h2-xsmall-copy.has--bottom-margin {
    margin-bottom: 11.8vw;
  }

  .text-medium-copy {
    font-size: .94vw;
  }

  .text-medium-copy.has--max-width-medium {
    max-width: 31vw;
  }

  .text-medium-copy.has--max-width-small {
    max-width: 19vw;
  }

  .text-medium-copy.has--max-width-small.has--color-white {
    max-width: 17vw;
  }

  .text-medium-copy.is--roboto.is--medium {
    font-size: 1.05vw;
  }

  .text-medium-copy.is--roboto.has--max-width {
    width: 58%;
    font-size: 1.05vw;
  }

  .text-medium-copy.is--roboto.is--larger {
    font-size: 1.05vw;
  }

  .text-medium-copy.is--roboto.is--larger.has--max-width {
    width: 61%;
  }

  .text-medium-copy.is--smaller {
    font-size: 1vw;
  }

  .text-medium-copy.has--max-width-1920 {
    width: 82%;
  }

  .text-medium-copy.has--max-width-1920.has--background-white {
    width: 99%;
    margin-bottom: -.5vw;
    margin-left: -.5vw;
    padding-bottom: .3vw;
    padding-left: .5vw;
  }

  .text-medium-copy.has--weight-medium {
    font-size: .94vw;
  }

  .text-medium-copy.has--max-width-1440 {
    width: 82%;
    max-width: 82%;
  }

  .text-medium-copy.has--max-width-large-1920 {
    width: 82%;
  }

  .text-medium-copy.has--small-wdith {
    max-width: 96%;
  }

  .text-medium-copy.has--max-width-small-2 {
    max-width: 16vw;
  }

  .text-medium-copy.has--max-width-small-2.has--color-white.is--2 {
    max-width: 17.9vw;
  }

  .text-medium-copy.is--list, .text-medium-copy.is--count {
    font-size: 1.05vw;
  }

  .text-medium-copy.has--max-width-small-5 {
    max-width: 99%;
  }

  .text-medium-copy.has--align-center {
    margin-bottom: 2.8vw;
  }

  .text-medium-copy.has--color-white.is--shorter {
    max-width: 78%;
  }

  .text-medium-copy.has--color-white.is--shorter_1920 {
    width: 81%;
  }

  .text-medium-copy.is--last {
    width: 48%;
  }

  .text-medium-copy.has--max-width-small-8 {
    max-width: 16vw;
  }

  .text-medium-copy.has--max-width-small-8.has--color-white.is--2 {
    max-width: 17.9vw;
  }

  .text-medium-copy.has--max-width-1920-2 {
    width: 82%;
  }

  .text-medium-copy.has--max-width-1920-2.has--background-white {
    width: 99%;
    margin-bottom: -.5vw;
    margin-left: -.5vw;
    padding-bottom: .3vw;
    padding-left: .5vw;
  }
}

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

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

  .padding-huge {
    padding: 5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .margin-xxhuge {
    margin: 8rem;
  }

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

  .margin-huge {
    margin: 5rem;
  }

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

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

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

  .footer-2 {
    padding-bottom: 57px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

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

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

  .container-2 {
    max-width: 94vw;
  }

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

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

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

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

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

  .footer-3 {
    padding: 40px 20px;
  }

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

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

@media screen and (max-width: 767px) {
  .header {
    padding: 5vw;
  }

  .partner-description {
    font-size: 2.11268vw;
    line-height: 2.64085vw;
  }

  .link-block_ain {
    height: 100%;
    margin-top: -.6vw;
    margin-right: 7vw;
  }

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

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

  .body {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .section.is--relative.is--2 {
    padding-bottom: 26vw;
  }

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

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

  .has--background-white {
    margin: 0;
    padding: 0;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .margin-right {
    margin: 0 7.5vw 0 0;
  }

  .section-padding-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

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

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

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

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

  .link-block_partner {
    margin-left: auto;
    margin-right: auto;
  }

  .container {
    max-width: 90vw;
  }

  .content-block.is--large {
    min-height: 195vw;
  }

  .logo-image_ain-2 {
    height: 5vw;
  }

  .footer-2 {
    padding: 12vw 6vw;
  }

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

  .link-block_ain-2 {
    height: 100%;
  }

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

  .padding-block-large {
    padding-top: 37vw;
    padding-bottom: 37vw;
  }

  .text-small {
    font-size: 3.7vw;
  }

  .text-small.is--small-src {
    margin-top: -6.5vw;
  }

  .text-small.has--max-width.is--larger {
    width: 100%;
  }

  .container-2 {
    max-width: 90vw;
  }

  .margin-bottom-xsmall {
    margin-bottom: 8vw;
  }

  .h2-small {
    font-size: 8.5vw;
  }

  .h2-small.has--color-white.is--centered {
    margin-bottom: 10vw;
  }

  .quote-large {
    font-size: 6.4vw;
  }

  .border-radius-xsmall {
    border-radius: 1.4vw;
  }

  .border-radius-medium {
    border-radius: 5vw;
  }

  .h1-small {
    font-size: 13vw;
  }

  .number-large {
    font-size: 26vw;
  }

  .text-large {
    font-size: 4.6vw;
  }

  .hide-mobile {
    display: none;
  }

  .number-default {
    font-size: 11.2vw;
  }

  .text-xsmall {
    font-size: 3.2vw;
  }

  .text-xsmall.has--margin {
    font-size: 2.7vw;
  }

  .list-inner {
    grid-column-gap: 2.6vw;
    grid-row-gap: 2.6vw;
  }

  .border-radius-xlarge {
    border-radius: 8vw;
  }

  .text-default {
    font-size: 4.2vw;
  }

  .margin-bottom-large, .margin-bottom-xlarge {
    margin-bottom: 16vw;
  }

  .number-small {
    font-size: 6.4vw;
  }

  .border-radius-small {
    border-radius: 3vw;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .h5 {
    font-size: 3.7vw;
  }

  .margin-bottom-paragraph {
    margin-bottom: 6.4vw;
  }

  .padding-block-medium {
    padding-top: 37vw;
    padding-bottom: 37vw;
  }

  .border-radius-large {
    border-radius: 5vw;
  }

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

  .number-medium {
    font-size: 16vw;
  }

  .h2-large {
    font-size: 10vw;
  }

  .margin-bottom-small {
    margin-bottom: 8vw;
  }

  .h4 {
    font-size: 4.4vw;
  }

  .quote-small {
    font-size: 4.8vw;
  }

  .quote-medium {
    max-width: none;
    font-size: 5.8vw;
  }

  .h3-small {
    font-size: 5.4vw;
  }

  .margin-list-large {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .h1-large {
    font-size: 13.8vw;
  }

  .text-medium {
    font-size: 4.8vw;
  }

  .text-medium.has--max-width-medium, .text-medium.has--max-width-small, .text-medium.has--max-width-small.has--color-white.is--2 {
    max-width: none;
  }

  .text-medium.is--roboto.has--margin {
    margin-top: 0;
  }

  .text-medium.is--roboto.has--max-width {
    width: 100%;
  }

  .text-medium.is--roboto.is--larger {
    font-size: 5vw;
  }

  .text-medium.is--smaller {
    font-size: 4.3vw;
  }

  .text-medium.is--relative-2 {
    margin-top: -5vw;
  }

  .text-medium.has--max-width-1920.has--background-white {
    margin-bottom: -2vw;
    margin-left: -2vw;
    padding-bottom: 1.3vw;
    padding-left: 2vw;
  }

  .text-medium.has--weight-medium {
    font-size: 4.8vw;
  }

  .text-medium.has--max-width-small-2 {
    max-width: none;
  }

  .text-medium.has--max-width-small-2.has--color-white.is--2 {
    margin-bottom: 11vw;
  }

  .text-medium.has--max-width-small-2.has--background-white {
    max-width: 100%;
  }

  .text-medium.is--list {
    max-width: 85%;
    margin-bottom: 3.7vw;
    margin-left: 8vw;
    font-size: 4.6vw;
  }

  .text-medium.is--count {
    font-size: 4.6vw;
  }

  .text-medium.has--max-width-small-5 {
    max-width: none;
  }

  .text-medium.has--max-width-small-5.has--background-white {
    max-width: 100%;
  }

  .text-medium.has--align-center {
    text-align: left;
    margin-bottom: 10vw;
  }

  .text-medium.is--last {
    width: 100%;
  }

  .text-medium.has--max-width-small-8 {
    max-width: none;
  }

  .text-medium.has--max-width-small-8.has--color-white.is--2 {
    margin-bottom: 11vw;
  }

  .text-medium.has--max-width-1920-2.has--background-white {
    margin-bottom: -2vw;
    margin-left: -2vw;
    padding-bottom: 1.3vw;
    padding-left: 2vw;
  }

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

  .h3-large {
    font-size: 6.4vw;
  }

  .margin-bottom-medium {
    margin-bottom: 10vw;
  }

  .padding-block-small {
    padding-top: 30vw;
    padding-bottom: 30vw;
  }

  .margin-list-small {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  .margin-list-small.has--larger-margin {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .grey-block {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-right: 0;
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
  }

  .header-left {
    grid-column-gap: 0vw;
    grid-row-gap: 1vw;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    min-width: 100vw;
    margin-top: -5vw;
    margin-left: -5vw;
    padding-right: 4vw;
  }

  .ain-logo {
    width: 21vw;
  }

  .done-logo {
    width: 24vw;
    display: none;
  }

  .done-logo.is--absolute {
    order: -9999;
    width: 40vw;
    margin-left: 0;
    display: block;
    position: relative;
  }

  .done-logo.show {
    width: 22.7vw;
    margin-left: 1vw;
    display: block;
  }

  .utec-logo {
    width: 18vw;
    margin-top: 1.4vw;
    display: none;
  }

  .utec-logo.is--absolute {
    display: none;
  }

  .utec-logo.show {
    width: 15vw;
    display: block;
  }

  .top-buttons {
    grid-column-gap: 2.4vw;
    grid-row-gap: 2.4vw;
    perspective-origin: 50% 0;
    transform-origin: 50% 0;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    position: fixed;
    inset: 18.2vw 0% auto;
  }

  .top-buttons.hide {
    display: none;
  }

  .button-top {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    justify-content: center;
    align-items: center;
    padding: 3vw 0;
  }

  .button-top.is--grey {
    width: 28.8vw;
  }

  .button-top.is--green {
    width: 60.8vw;
  }

  .button-top.is--footer {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .button-icon {
    width: 4.5vw;
  }

  .hero-text-wrap {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    justify-content: flex-start;
    padding-top: 40vw;
    padding-bottom: 4vw;
  }

  .hero-image {
    width: 98vw;
    min-width: 96vw;
    bottom: 0;
    right: -2.3vw;
  }

  .top-button {
    display: none;
  }

  .layout {
    grid-column-gap: 10.7vw;
    grid-row-gap: 10.7vw;
    flex-flow: column;
    display: flex;
  }

  .layout.has--top-margin {
    margin-top: 10.7vw;
  }

  .layout.is--quote {
    grid-row-gap: 8vw;
    margin-top: 16vw;
  }

  .layout.is--quote.has--bottom-margin {
    margin-bottom: 0;
  }

  .layout.is--quote.has--margin_mob {
    margin-top: 26vw;
  }

  .layout.is--smaller {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

  .layout.red {
    margin-top: 20vw;
  }

  .layout.has--no-gap {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .layout.has--smaller-quote {
    grid-row-gap: 8vw;
  }

  .layout.has--smaller-quote.has--bottom-margin {
    margin-bottom: 16vw;
  }

  .layout.is--graphs {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    margin-top: 20vw;
  }

  .text-link {
    font-size: 4.8vw;
  }

  .h2-wrap {
    grid-column-gap: 10.7vw;
    grid-row-gap: 10.7vw;
    margin-top: 10.7vw;
  }

  .blue-section.is--relative {
    padding-bottom: 74vw;
  }

  .list-wrap {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    display: flex;
  }

  .h2-xsmall {
    font-size: 8.5vw;
  }

  .h2-xsmall.is--smaller.has--color-white.is--2 {
    width: 100%;
  }

  .h2-xsmall.is--6 {
    font-size: 7vw;
  }

  .h2-xsmall.is--smaller-2.has--color-white.is--2 {
    width: 100%;
  }

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

  .div-icon {
    width: 2vw;
  }

  .count-small {
    font-size: 7.5vw;
  }

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

  .graph-svg {
    flex-flow: column;
  }

  .graph-svg.is--img {
    flex: none;
    min-width: 109vw;
  }

  .quote-icon {
    width: 12.3vw;
  }

  .quote-icon.has--margin {
    margin-left: 0;
  }

  .author-wrap {
    flex-flow: column;
  }

  .author-wrap.has--margin {
    margin-bottom: 12vw;
  }

  .author-image {
    width: 45vw;
  }

  .author-inner {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    padding: 5vw;
  }

  .graph-wrap {
    min-width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    display: flex;
    overflow: scroll;
  }

  .graph-wrap.is--larger {
    display: flex;
  }

  .paragraph-block.is--2, .paragraph-block.is--3, .paragraph-block.is--5 {
    grid-column-gap: 6.4vw;
    grid-row-gap: 6.4vw;
    flex-flow: column;
  }

  .paragraph-block.has--margin-mobile {
    grid-column-gap: 14vw;
    grid-row-gap: 14vw;
  }

  .graph-content {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
  }

  .footer-inner {
    grid-column-gap: 5vw;
    grid-row-gap: 2.5vw;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .81fr 1fr;
    grid-auto-columns: 1fr;
    padding: 5vw;
    display: grid;
  }

  .text-xlarge {
    font-size: 4.3vw;
    line-height: 110%;
  }

  .text-xlarge.is--larger {
    font-size: 5vw;
  }

  .footer-img {
    width: 280vw;
    min-width: 280vw;
    top: 2vw;
  }

  .logo-svg {
    width: 40.5vw;
  }

  .logo-svg.has--no-margin {
    order: -9999;
  }

  .green-background {
    border-bottom-style: none;
    border-right: 1px solid #000;
    padding: 5vw;
  }

  .green-background.is--right {
    border-top-style: none;
    border-left-style: solid;
    padding-left: 5vw;
  }

  .green-background.is--right.has--top {
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    margin-top: -10.7vw;
    padding-top: 5vw;
  }

  .green-background.has--top {
    border-bottom-style: none;
    border-right: 1px solid #000;
    padding: 5vw 5vw 0;
  }

  .white-background.is--right {
    border-left-style: solid;
    padding: 5vw;
  }

  .white-background.is--right.has--no-top {
    border-top-style: none;
    margin-top: -10.7vw;
    padding: 5vw;
  }

  .white-background.has--min-width {
    border-bottom-style: none;
    border-right: 1px solid #000;
    padding: 5vw 5vw 0;
  }

  .space {
    display: none;
  }

  .space.is--show {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    order: 9999;
    margin-top: 8vw;
    display: flex;
  }

  .card-html {
    margin-left: -5vw;
  }

  .graph-svg-circles {
    width: 100%;
    margin-bottom: 0;
    display: none;
  }

  .graph-svg-circles.is--mob {
    display: block;
  }

  .partners-wrap {
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
  }

  .dot, .dots {
    display: none;
  }

  .side-image {
    display: none;
    position: relative;
  }

  .list-grid {
    grid-row-gap: 3vw;
    flex-flow: wrap;
    display: flex;
  }

  .list-grid.has--color-white {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    grid-template-rows: auto auto;
    grid-template-columns: 5vw 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .heading-wrap {
    margin-top: 0;
  }

  .circle-svg {
    align-self: center;
    width: 70%;
    margin-top: 7vw;
    position: relative;
  }

  .circle-svg.is--2 {
    align-self: center;
    width: 60vw;
    margin-top: 8vw;
    position: relative;
  }

  .circle-svg.is--3 {
    align-self: center;
    width: 80vw;
    position: relative;
    right: auto;
  }

  .circle-svg.is--4 {
    align-self: center;
    width: 80vw;
    position: relative;
    right: 0%;
  }

  .black-wrap {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-flow: column;
    align-items: stretch;
  }

  .black-block {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    width: 100%;
    height: auto;
    padding: 5vw;
  }

  .black-block.is--smaller {
    height: auto;
  }

  .list-wrapper {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .list-wrapper.has--margin {
    margin-top: 0;
  }

  .grid-inner {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
  }

  .count-container {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    margin-top: 10vw;
  }

  .lines-wrapper {
    width: 90vw;
    margin-left: -5vw;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: scroll;
  }

  .lines-svg {
    min-width: 190vw;
    height: 100%;
    display: block;
  }

  .logo {
    height: 26vw;
  }

  .h2-container {
    grid-column-gap: 12vw;
    grid-row-gap: 12vw;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .h2-block {
    position: relative;
  }

  .h2-svg {
    width: 22.5vw;
    position: absolute;
    inset: 11vw 26.5vw auto auto;
  }

  .map-img {
    order: -9999;
  }

  .layout-side.is--left {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
  }

  .layout-side.is--right {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    text-align: left;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
  }

  .layout-inner {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .white-block {
    margin-bottom: 2vw;
    padding: 1.5vw;
  }

  .white-block.is--right {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: 2vw;
  }

  .gr-image {
    align-self: stretch;
    margin-right: 5vw;
  }

  .gr-image.is--1, .gr-image.is--2 {
    min-width: 276vw;
  }

  .gr-image.is--3 {
    min-width: 230vw;
  }

  .gr-image.is--4 {
    min-width: 190vw;
  }

  .gr-image.is--5 {
    min-width: 214vw;
  }

  .gr-image.is--6 {
    min-width: 220vw;
  }

  .gr-image.is--7 {
    min-width: 169.5vw;
  }

  .gr-image.is--8 {
    min-width: 290vw;
  }

  .trigger {
    top: -30vw;
  }

  .map-wrap {
    width: 90vw;
  }

  .bank-image {
    width: 26vw;
  }

  .bank-wrap {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .bg-image.is--1 {
    min-width: 114.5vw;
    bottom: -60vw;
  }

  .bg-image.is--2 {
    width: 100vw;
    bottom: 5vw;
  }

  .bg-image.is--3 {
    width: 100vw;
    bottom: -20.7vw;
  }

  .bg-image.is--6 {
    width: 100vw;
    bottom: 5vw;
  }

  .bg-image.is--7 {
    display: block;
  }

  .green-image {
    display: none;
  }

  .popup-wrapper {
    grid-column-gap: 11vw;
    grid-row-gap: 11vw;
    width: 90vw;
    height: auto;
    max-height: 90vh;
    padding: 15vw 10vw;
  }

  .popup-close {
    width: 8vw;
    top: 5vw;
    right: 5vw;
  }

  .sense-bank {
    width: 35vw;
    display: none;
  }

  .logo-image_partner-2 {
    height: 60px;
  }

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

  .logo-image_ain-3 {
    height: 5vw;
  }

  .link-block_ain-3 {
    height: 100%;
  }

  .partner-section-2 {
    padding-top: 100px;
  }

  .utec-logo-2 {
    order: -9999;
    display: none;
  }

  .nax {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: -10vw;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .tabs-container {
    margin-top: 17vw;
  }

  .tabs-wrapper {
    width: 100%;
    padding: 5vw;
  }

  .tabs {
    margin-top: 5vw;
  }

  .tabs-menu {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tab {
    margin-left: -5vw;
    padding-left: 10vw;
  }

  .tabs-cpontent {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .logo-last {
    order: -9999;
    margin-bottom: -2.8vw;
  }

  .map-tab-wrap {
    max-width: 100%;
    padding-bottom: 70vw;
  }

  .text-medium-copy.has--max-width-medium, .text-medium-copy.has--max-width-small, .text-medium-copy.has--max-width-small.has--color-white.is--2 {
    max-width: none;
  }

  .text-medium-copy.has--max-width-medium, .text-medium-copy.has--max-width-small, .text-medium-copy.has--max-width-small.has--color-white.is--2 {
    max-width: none;
  }

  .text-medium-copy.has--max-width-medium, .text-medium-copy.has--max-width-small, .text-medium-copy.has--max-width-small.has--color-white.is--2 {
    max-width: none;
  }

  .text-medium-copy.has--max-width-medium, .text-medium-copy.has--max-width-small, .text-medium-copy.has--max-width-small.has--color-white.is--2 {
    max-width: none;
  }

  .text-medium-copy.has--max-width-medium, .text-medium-copy.has--max-width-small, .text-medium-copy.has--max-width-small.has--color-white.is--2 {
    max-width: none;
  }

  .text-medium-copy.has--max-width-medium, .text-medium-copy.has--max-width-small, .text-medium-copy.has--max-width-small.has--color-white.is--2 {
    max-width: none;
  }

  .text-medium-copy.has--max-width-medium, .text-medium-copy.has--max-width-small, .text-medium-copy.has--max-width-small.has--color-white.is--2 {
    max-width: none;
  }

  .text-medium-copy.has--max-width-medium, .text-medium-copy.has--max-width-small, .text-medium-copy.has--max-width-small.has--color-white.is--2 {
    max-width: none;
  }

  .h2-xsmall-copy {
    font-size: 8.5vw;
  }

  .h2-xsmall-copy.is--smaller.has--color-white.is--2 {
    width: 100%;
  }

  .h2-xsmall-copy.is--6 {
    font-size: 7vw;
  }

  .h2-xsmall-copy.is--smaller-2.has--color-white.is--2 {
    width: 100%;
  }

  .text-medium-copy {
    font-size: 4.8vw;
  }

  .text-medium-copy.has--max-width-medium, .text-medium-copy.has--max-width-small, .text-medium-copy.has--max-width-small.has--color-white.is--2 {
    max-width: none;
  }

  .text-medium-copy.is--roboto.has--margin {
    margin-top: 0;
  }

  .text-medium-copy.is--roboto.has--max-width {
    width: 100%;
  }

  .text-medium-copy.is--roboto.is--larger {
    font-size: 5vw;
  }

  .text-medium-copy.is--smaller {
    font-size: 4.3vw;
  }

  .text-medium-copy.is--relative-2 {
    margin-top: -5vw;
  }

  .text-medium-copy.has--max-width-1920.has--background-white {
    margin-bottom: -2vw;
    margin-left: -2vw;
    padding-bottom: 1.3vw;
    padding-left: 2vw;
  }

  .text-medium-copy.has--weight-medium {
    font-size: 4.8vw;
  }

  .text-medium-copy.has--max-width-small-2 {
    max-width: none;
  }

  .text-medium-copy.has--max-width-small-2.has--color-white.is--2 {
    margin-bottom: 11vw;
  }

  .text-medium-copy.has--max-width-small-2.has--background-white {
    max-width: 100%;
  }

  .text-medium-copy.is--list {
    max-width: 85%;
    margin-bottom: 3.7vw;
    margin-left: 8vw;
    font-size: 4.6vw;
  }

  .text-medium-copy.is--count {
    font-size: 4.6vw;
  }

  .text-medium-copy.has--max-width-small-5 {
    max-width: none;
  }

  .text-medium-copy.has--max-width-small-5.has--background-white {
    max-width: 100%;
  }

  .text-medium-copy.has--align-center {
    text-align: left;
    margin-bottom: 10vw;
  }

  .text-medium-copy.has--max-width-small-8 {
    max-width: none;
  }

  .text-medium-copy.has--max-width-small-8.has--color-white.is--2 {
    margin-bottom: 11vw;
  }

  .text-medium-copy.has--max-width-1920-2.has--background-white {
    margin-bottom: -2vw;
    margin-left: -2vw;
    padding-bottom: 1.3vw;
    padding-left: 2vw;
  }
}

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

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

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

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

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

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

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

  .logo-image_ain-2 {
    height: 7vw;
  }

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

  .link-block_ain-2 {
    margin-bottom: 3vw;
  }

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

  .logo-image_ain-3 {
    height: 7vw;
  }

  .link-block_ain-3 {
    margin-bottom: 3vw;
  }
}

#w-node-e90f668c-f28f-e9cd-613c-a5ceaf1a31ac-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-ed81178e-f1d0-ebe1-3f2b-360604ccd030-61edc667, #w-node-_81b39a83-763d-baf7-2602-e975a8db7011-61edc667, #w-node-_8eb5df4a-c50f-8ac8-7075-5add573bc7a4-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5e2edda-9f0d-f642-51d2-d874b19bc835-61edc667 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_87667087-89ac-4574-d686-0aa882eb28dd-61edc667 {
  grid-area: 1 / 4 / 2 / 6;
}

#w-node-b9d02b24-1352-96a0-49e1-545c3518bf21-61edc667 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-ac7d2327-432f-113e-900e-507bdf0be072-61edc667 {
  align-self: start;
}

#w-node-d16dd939-502e-7104-54f6-e8fb35648cce-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b25f383d-1153-8421-38a6-5b17456c55f4-61edc667 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_158db993-10db-e3c4-8779-a816108e930c-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_267525cb-979b-1a3e-deb5-fb8a72183e70-61edc667 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e719b11f-d07a-84a7-f051-e2a7bb87996f-61edc667 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_886a8d90-7890-8cc4-5ad5-854419225339-61edc667 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-ba7686fc-14c3-32ec-067b-afae379ae494-61edc667 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_8cf6c4d4-b881-1548-26db-28f9ab9372aa-61edc667 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8cf6c4d4-b881-1548-26db-28f9ab9372ac-61edc667 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-f26e2b03-1bdb-d8b4-aca1-c7a39f502955-61edc667 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_9fd72e6e-600d-def0-6ae4-8f73ac3e0f34-61edc667 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_3bebb729-1213-aad2-58be-e28cf65d922d-61edc667 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-da438c58-ce45-8669-3592-dcc399be8cb5-61edc667 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-da438c58-ce45-8669-3592-dcc399be8cb7-61edc667 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_0d344560-aae6-d243-8c51-f078f9ffa1a0-61edc667 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0d344560-aae6-d243-8c51-f078f9ffa1ab-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_69d853e7-0ad2-db18-484e-313b6c84a4da-61edc667 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-ffaa05a1-ceab-6305-dd95-48c5cf3657f1-61edc667 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-df10250f-ec24-87f2-5f40-97d8bea2eaca-61edc667 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-d5e939e5-3694-ade2-a765-d3666f3fa563-61edc667 {
  justify-self: center;
}

#w-node-e89d2ff6-634c-f073-d877-b7c69bdf56cf-61edc667 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e89d2ff6-634c-f073-d877-b7c69bdf56e3-61edc667 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-e89d2ff6-634c-f073-d877-b7c69bdf56de-61edc667 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e89d2ff6-634c-f073-d877-b7c69bdf56d3-61edc667 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-e89d2ff6-634c-f073-d877-b7c69bdf56da-61edc667 {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-eca21653-b942-4fca-3862-e7e31fe18bd8-61edc667 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-eca21653-b942-4fca-3862-e7e31fe18bda-61edc667 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-e89d2ff6-634c-f073-d877-b7c69bdf56fb-61edc667 {
  grid-area: 3 / 2 / 4 / 6;
}

#w-node-_952404c4-59b5-9466-b275-103ff767a432-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_952404c4-59b5-9466-b275-103ff767a41e-61edc667 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_952404c4-59b5-9466-b275-103ff767a425-61edc667 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-cfb8163f-23c7-38f7-99e2-daf01dd92241-61edc667 {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-_3ce45308-5d50-ab82-84fb-cdd4bc55ef22-61edc667 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-add8e3b2-0acc-9354-dfe2-8758d658f283-61edc667 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8d2f7daf-1d8e-759c-32fc-6a0c65ea597e-61edc667 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-ccf8f727-e5a3-a9b1-6a31-b4256fbd9933-61edc667 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: start end;
}

#w-node-_708222b1-5ed0-3685-4c69-32e8e5741421-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_22528c52-61da-d5fc-5b06-2050594ca542-61edc667 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: start;
}

#w-node-_6aa8c4f2-f613-9045-aecf-83113334b34b-61edc667 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_6aa8c4f2-f613-9045-aecf-83113334b350-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5187734-8670-375e-5f66-03fd9bf2cf5e-61edc667 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: center;
}

#w-node-cef167c1-ef13-9299-f5e4-0e797688de4f-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bcecdef2-7b0b-6288-cec0-03d11ca8b4d0-61edc667 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bcecdef2-7b0b-6288-cec0-03d11ca8b4d5-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bcecdef2-7b0b-6288-cec0-03d11ca8b4df-61edc667 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_72a92268-0b92-fcdb-392c-f69b93b69d91-61edc667, #w-node-_96b47d45-c0a5-4750-64f3-7ccab19aaf86-61edc667, #w-node-a4c8dc97-b06c-5f19-ba5a-f4e3e7c041ad-61edc667 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_17b2b8ec-78bf-3e31-702b-ac16bb53398f-61edc667 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_17b2b8ec-78bf-3e31-702b-ac16bb533a53-61edc667 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_17b2b8ec-78bf-3e31-702b-ac16bb533a5a-61edc667 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_17b2b8ec-78bf-3e31-702b-ac16bb533a67-61edc667 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_15926afe-0871-fde2-d9d1-84af7a0ed3af-61edc667 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_17b2b8ec-78bf-3e31-702b-ac16bb533a76-61edc667 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_17b2b8ec-78bf-3e31-702b-ac16bb533a7a-61edc667 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_17b2b8ec-78bf-3e31-702b-ac16bb533a86-61edc667 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-d7deb482-438a-dfe1-41a1-016caef0bad4-61edc667 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d7deb482-438a-dfe1-41a1-016caef0bad7-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d7deb482-438a-dfe1-41a1-016caef0bade-61edc667 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_2d48fb60-2095-a3f6-9c45-9f6f515bf458-61edc667 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_2d48fb60-2095-a3f6-9c45-9f6f515bf45a-61edc667 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_91c792c9-796e-ef1e-1270-f3e1c5ad8495-61edc667 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_91c792c9-796e-ef1e-1270-f3e1c5ad849c-61edc667 {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-_91c792c9-796e-ef1e-1270-f3e1c5ad849e-61edc667 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_0fba7c8d-eb7b-40f7-e043-ecb9e5a7d812-61edc667 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0fba7c8d-eb7b-40f7-e043-ecb9e5a7d819-61edc667, #w-node-_6aaa5b06-66c6-d53e-09b1-cfe69bc11563-61edc667 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-e823e6da-ce1d-5ca5-b11c-d49c6838118d-61edc667 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_89ae1e4d-857c-4901-ca78-df9c25aeecaa-61edc667 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_89ae1e4d-857c-4901-ca78-df9c25aeecb1-61edc667 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_89ae1e4d-857c-4901-ca78-df9c25aeecb5-61edc667 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-_89ae1e4d-857c-4901-ca78-df9c25aeecbc-61edc667 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_7958f8d4-7508-65f0-46da-75f5149f38eb-61edc667 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_7958f8d4-7508-65f0-46da-75f5149f38ee-61edc667 {
  grid-area: 2 / 1 / 4 / 2;
  align-self: start;
}

#w-node-_7958f8d4-7508-65f0-46da-75f5149f38f1-61edc667 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7958f8d4-7508-65f0-46da-75f5149f38f8-61edc667 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-_7958f8d4-7508-65f0-46da-75f5149f38fc-61edc667 {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-_7958f8d4-7508-65f0-46da-75f5149f3903-61edc667 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_8dc0c989-edc9-29a2-468f-2793d734e1e1-61edc667 {
  grid-area: 4 / 4 / 5 / 6;
  justify-self: end;
}

#w-node-_7958f8d4-7508-65f0-46da-75f5149f3906-61edc667 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7958f8d4-7508-65f0-46da-75f5149f390d-61edc667 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_7958f8d4-7508-65f0-46da-75f5149f3918-61edc667 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-_26d762b7-e968-56e2-8827-e3a4561284f8-61edc667 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_26d762b7-e968-56e2-8827-e3a4561284fb-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2d28a6a-7d44-1df0-9bbc-3a4bd8839f2f-61edc667 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-d2d28a6a-7d44-1df0-9bbc-3a4bd8839f32-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: start;
}

#w-node-ba6b83a2-41ea-3d11-c4ec-93f4282b5869-61edc667 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-ab494c3d-7fa2-5b53-8f1d-36ce4112c04e-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ab494c3d-7fa2-5b53-8f1d-36ce4112c050-61edc667 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-bae10469-0700-0a2a-1c6e-afda6235955c-61edc667 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bae10469-0700-0a2a-1c6e-afda62359563-61edc667 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-bae10469-0700-0a2a-1c6e-afda62359567-61edc667 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-bae10469-0700-0a2a-1c6e-afda62359570-61edc667 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_2a21ad69-7559-9688-a4cc-e658ad2f9129-61edc667 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_2a21ad69-7559-9688-a4cc-e658ad2f912d-61edc667 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_2a21ad69-7559-9688-a4cc-e658ad2f9136-61edc667 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_2d1875a3-65ee-130c-58a0-a375a7ebefe8-61edc667 {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_6eed7cb9-a2ed-ee52-d201-f728242af975-61edc667 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-a9c2c81b-90fe-9751-3b33-e2158b2373c3-61edc667 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_4b8b27cb-2c04-c7e6-3613-22f453a4d41e-61edc667 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-_53ef07f1-8fe1-7a05-a48d-2605600c09cd-61edc667 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_53ef07f1-8fe1-7a05-a48d-2605600c09eb-61edc667 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-d875dc50-03eb-89a5-88ea-e3c96b981b96-61edc667 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-ae468c5f-e75e-41c2-0eb5-b606813fb3d1-61edc667 {
  grid-area: 3 / 2 / 4 / 5;
}

#w-node-_780be8cd-3df1-885c-4e44-302da07d8fe3-61edc667 {
  grid-area: 4 / 2 / 5 / 5;
}

#w-node-_2bcd1371-6ef2-2365-5a43-5548da6409bc-61edc667 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_53ef07f1-8fe1-7a05-a48d-2605600c09f9-61edc667 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_25eaaa77-31f5-b3e1-e6ca-dada4611aa1a-61edc667 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_10633e90-58fe-bf2a-a4e7-a67f68974055-61edc667 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_10633e90-58fe-bf2a-a4e7-a67f68974058-61edc667 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_10633e90-58fe-bf2a-a4e7-a67f68974062-61edc667 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_10633e90-58fe-bf2a-a4e7-a67f68974066-61edc667 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_10633e90-58fe-bf2a-a4e7-a67f6897406d-61edc667 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_10633e90-58fe-bf2a-a4e7-a67f68974077-61edc667 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_10633e90-58fe-bf2a-a4e7-a67f68974082-61edc667 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_10633e90-58fe-bf2a-a4e7-a67f68974089-61edc667 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_10633e90-58fe-bf2a-a4e7-a67f68974092-61edc667 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_10633e90-58fe-bf2a-a4e7-a67f68974282-61edc667 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_10633e90-58fe-bf2a-a4e7-a67f68974286-61edc667 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-dc2576b6-20bd-693b-e072-fbe62cb744c9-61edc667 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-dc2576b6-20bd-693b-e072-fbe62cb744cb-61edc667 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-dc2576b6-20bd-693b-e072-fbe62cb744d0-61edc667 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-dc2576b6-20bd-693b-e072-fbe62cb744d7-61edc667 {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-_5cac765c-7ae0-83d3-37a3-46c8e67345d1-61edc667 {
  grid-area: 4 / 3 / 5 / 6;
}

#w-node-_8aa8c76a-3481-bd61-7850-05e0a79cb88c-61edc667 {
  grid-area: 5 / 3 / 6 / 5;
}

#w-node-_8bc43c90-35c5-537b-4b3b-761c7ccbba73-61edc667 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8bc43c90-35c5-537b-4b3b-761c7ccbba7a-61edc667 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_8bc43c90-35c5-537b-4b3b-761c7ccbba7d-61edc667 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-c41a5adc-696e-aaf9-bca9-16727d7f9389-61edc667 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-a7cfb13e-c1b9-bd52-7d59-1b76e557e34e-61edc667 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-a7cfb13e-c1b9-bd52-7d59-1b76e557e350-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a7cfb13e-c1b9-bd52-7d59-1b76e557e352-61edc667 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-a7cfb13e-c1b9-bd52-7d59-1b76e557e359-61edc667 {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-bfd9aa13-89d4-eae9-6897-2d0f68c33707-61edc667 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-d85b4763-287a-0cf9-d532-b812efae2d55-61edc667 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-fc76846b-8462-a90c-5230-929e309e6c61-61edc667 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_5203511c-bcb2-9344-7b82-47e419a1f3c4-61edc667 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_5203511c-bcb2-9344-7b82-47e419a1f3cb-61edc667 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_5203511c-bcb2-9344-7b82-47e419a1f3d2-61edc667 {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-_5203511c-bcb2-9344-7b82-47e419a1f3c6-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5a0a4c11-3686-1bfa-075c-96bc2c7647f3-61edc667 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_35923fe6-9c14-3331-3e90-9720199b4c97-61edc667 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_30ebfac4-368e-108a-0f29-141157d62e5e-61edc667 {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-_35923fe6-9c14-3331-3e90-9720199b4c94-61edc667, #w-node-a2046171-c7e5-4788-9a0a-a7db9280802a-61edc667, #w-node-b2a2897a-67a1-bb5d-b78c-c07c73d28acf-61edc667, #w-node-_71ef46ba-5921-8d17-3aeb-7aa3c717c471-61edc667, #w-node-_293fc632-50b3-ea7c-735b-94ecc4daccb1-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1c125af2-e3ba-0a69-c423-b58123eb81a6-61edc667 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_84aedd57-cb11-58b9-321c-de4301e8c8e3-61edc667, #w-node-ee618450-431b-f24d-96a5-567341d168f5-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa5a4343-e7e2-be8d-c1cf-65440c1f6ede-61edc667 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-d8fc2c7d-cb60-8b68-724f-5355763de2ab-61edc667 {
  place-self: start end;
}

#w-node-_4eb60118-be32-a528-1ed9-b36ab7561180-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa5a4343-e7e2-be8d-c1cf-65440c1f6f13-61edc667 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-aa5a4343-e7e2-be8d-c1cf-65440c1f6f1a-61edc667 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-aa5a4343-e7e2-be8d-c1cf-65440c1f6f1c-61edc667 {
  grid-area: 3 / 3 / 4 / 6;
}

#w-node-aa5a4343-e7e2-be8d-c1cf-65440c1f6f23-61edc667 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-b56bfa9c-2ff5-3524-026e-0b0a4439d65c-61edc667 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b56bfa9c-2ff5-3524-026e-0b0a4439d663-61edc667 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b56bfa9c-2ff5-3524-026e-0b0a4439d666-61edc667 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-_662c5f90-b505-d145-aca2-e9dab47da94c-61edc667 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-_8ed58643-5891-1279-ac3e-cf74711fac06-61edc667 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8ed58643-5891-1279-ac3e-cf74711fac10-61edc667 {
  grid-area: 2 / 3 / 3 / 6;
}

#w-node-_8ed58643-5891-1279-ac3e-cf74711fac0d-61edc667 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_72347748-f0cd-4b9e-eee2-628716edb8c3-61edc667 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: start;
}

#w-node-fcb7bb01-ea54-350d-b6fc-ac034582d123-61edc667 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2356a22b-d6af-66fa-19cb-2fedc21e4b73-61edc667, #w-node-_2356a22b-d6af-66fa-19cb-2fedc21e4b7f-61edc667, #w-node-_2356a22b-d6af-66fa-19cb-2fedc21e4b8b-61edc667, #w-node-_2356a22b-d6af-66fa-19cb-2fedc21e4b94-61edc667 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2356a22b-d6af-66fa-19cb-2fedc21e4ba2-61edc667 {
  align-self: start;
}

#w-node-_2356a22b-d6af-66fa-19cb-2fedc21e4bbe-61edc667 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2356a22b-d6af-66fa-19cb-2fedc21e4bc4-61edc667 {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7781-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7787-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e778d-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7793-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7799-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e779e-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e77a3-61edc66a {
  justify-self: start;
}

#w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e784f-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7855-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e785b-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7861-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e78ca-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e78e3-61edc66a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e78e6-61edc66a {
  justify-self: start;
}

#w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e78e8-61edc66a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e78eb-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e78f9-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e78fe-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7903-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7908-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e790d-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7912-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7917-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e791c-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e792a-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e792f-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7934-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7939-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e793e-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7943-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7950-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7964-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7981-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7986-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e798b-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7990-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7995-61edc66a {
  justify-self: start;
}

#w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e79a8-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e79ad-61edc66a, #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e79ae-61edc66a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_267525cb-979b-1a3e-deb5-fb8a72183e70-61edc667 {
    grid-column: span 3 / span 3;
  }

  #w-node-ba7686fc-14c3-32ec-067b-afae379ae494-61edc667 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_8cf6c4d4-b881-1548-26db-28f9ab9372aa-61edc667 {
    grid-column: span 3 / span 3;
  }

  #w-node-f26e2b03-1bdb-d8b4-aca1-c7a39f502955-61edc667 {
    grid-column-end: 5;
  }

  #w-node-_3bebb729-1213-aad2-58be-e28cf65d922d-61edc667 {
    grid-column-end: 3;
  }

  #w-node-da438c58-ce45-8669-3592-dcc399be8cb5-61edc667 {
    grid-column: span 3 / span 3;
  }

  #w-node-_69d853e7-0ad2-db18-484e-313b6c84a4da-61edc667 {
    grid-column-start: 3;
  }

  #w-node-e89d2ff6-634c-f073-d877-b7c69bdf56e3-61edc667 {
    grid-column-end: 2;
  }

  #w-node-e89d2ff6-634c-f073-d877-b7c69bdf56da-61edc667 {
    grid-column: span 3 / span 3;
  }

  #w-node-_952404c4-59b5-9466-b275-103ff767a432-61edc667 {
    grid-column-end: 2;
  }

  #w-node-_952404c4-59b5-9466-b275-103ff767a425-61edc667 {
    grid-column: span 3 / span 3;
  }

  #w-node-_6aa8c4f2-f613-9045-aecf-83113334b350-61edc667 {
    grid-column-end: 4;
  }

  #w-node-_17b2b8ec-78bf-3e31-702b-ac16bb533a5a-61edc667 {
    grid-column: span 3 / span 3;
  }

  #w-node-_15926afe-0871-fde2-d9d1-84af7a0ed3af-61edc667, #w-node-_2d48fb60-2095-a3f6-9c45-9f6f515bf45a-61edc667 {
    grid-column-end: 2;
  }

  #w-node-_91c792c9-796e-ef1e-1270-f3e1c5ad849c-61edc667, #w-node-_0fba7c8d-eb7b-40f7-e043-ecb9e5a7d819-61edc667, #w-node-_89ae1e4d-857c-4901-ca78-df9c25aeecb1-61edc667, #w-node-_7958f8d4-7508-65f0-46da-75f5149f38f8-61edc667, #w-node-_7958f8d4-7508-65f0-46da-75f5149f390d-61edc667, #w-node-bae10469-0700-0a2a-1c6e-afda62359563-61edc667 {
    grid-column: span 3 / span 3;
  }

  #w-node-_2bcd1371-6ef2-2365-5a43-5548da6409bc-61edc667, #w-node-_25eaaa77-31f5-b3e1-e6ca-dada4611aa1a-61edc667 {
    grid-column-end: 2;
  }

  #w-node-_10633e90-58fe-bf2a-a4e7-a67f68974062-61edc667, #w-node-_10633e90-58fe-bf2a-a4e7-a67f68974077-61edc667, #w-node-_10633e90-58fe-bf2a-a4e7-a67f68974282-61edc667, #w-node-dc2576b6-20bd-693b-e072-fbe62cb744d7-61edc667, #w-node-_8bc43c90-35c5-537b-4b3b-761c7ccbba7a-61edc667, #w-node-a7cfb13e-c1b9-bd52-7d59-1b76e557e359-61edc667, #w-node-_5203511c-bcb2-9344-7b82-47e419a1f3d2-61edc667, #w-node-_30ebfac4-368e-108a-0f29-141157d62e5e-61edc667, #w-node-aa5a4343-e7e2-be8d-c1cf-65440c1f6f1a-61edc667, #w-node-b56bfa9c-2ff5-3524-026e-0b0a4439d663-61edc667, #w-node-_8ed58643-5891-1279-ac3e-cf74711fac0d-61edc667 {
    grid-column: span 3 / span 3;
  }

  #w-node-a19d7e7a-2a7a-f22f-cc2b-97a0684e7931-61edc66a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-b9d02b24-1352-96a0-49e1-545c3518bf21-61edc667 {
    grid-column: span 4 / span 4;
  }

  #w-node-d16dd939-502e-7104-54f6-e8fb35648cce-61edc667 {
    grid-column: span 1 / span 1;
  }

  #w-node-b25f383d-1153-8421-38a6-5b17456c55f4-61edc667 {
    grid-column: span 4 / span 4;
  }

  #w-node-ba7686fc-14c3-32ec-067b-afae379ae494-61edc667 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-f26e2b03-1bdb-d8b4-aca1-c7a39f502955-61edc667 {
    grid-column-end: 5;
  }

  #w-node-_9fd72e6e-600d-def0-6ae4-8f73ac3e0f34-61edc667 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_3bebb729-1213-aad2-58be-e28cf65d922d-61edc667 {
    grid-column-end: 3;
  }

  #w-node-_0d344560-aae6-d243-8c51-f078f9ffa1a0-61edc667 {
    grid-column: span 4 / span 4;
  }

  #w-node-_0d344560-aae6-d243-8c51-f078f9ffa1ab-61edc667 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_69d853e7-0ad2-db18-484e-313b6c84a4da-61edc667 {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-ffaa05a1-ceab-6305-dd95-48c5cf3657f1-61edc667 {
    grid-column-end: 5;
  }

  #w-node-e89d2ff6-634c-f073-d877-b7c69bdf56cf-61edc667 {
    grid-column: span 4 / span 4;
  }

  #w-node-e89d2ff6-634c-f073-d877-b7c69bdf56e3-61edc667 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-e89d2ff6-634c-f073-d877-b7c69bdf56de-61edc667 {
    grid-column-end: 4;
  }

  #w-node-e89d2ff6-634c-f073-d877-b7c69bdf56d3-61edc667, #w-node-e89d2ff6-634c-f073-d877-b7c69bdf56da-61edc667 {
    grid-row: 2 / 3;
  }

  #w-node-eca21653-b942-4fca-3862-e7e31fe18bda-61edc667 {
    grid-column-end: 2;
  }

  #w-node-e89d2ff6-634c-f073-d877-b7c69bdf56fb-61edc667 {
    grid-column-end: 6;
  }

  #w-node-_952404c4-59b5-9466-b275-103ff767a432-61edc667 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_952404c4-59b5-9466-b275-103ff767a41e-61edc667, #w-node-_952404c4-59b5-9466-b275-103ff767a425-61edc667 {
    grid-row: 1 / 2;
  }

  #w-node-cfb8163f-23c7-38f7-99e2-daf01dd92241-61edc667 {
    grid-row: 2 / 3;
  }

  #w-node-_8d2f7daf-1d8e-759c-32fc-6a0c65ea597e-61edc667 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_22528c52-61da-d5fc-5b06-2050594ca542-61edc667 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: end start;
  }

  #w-node-_6aa8c4f2-f613-9045-aecf-83113334b34b-61edc667 {
    grid-column: span 4 / span 4;
  }

  #w-node-_6aa8c4f2-f613-9045-aecf-83113334b350-61edc667 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a5187734-8670-375e-5f66-03fd9bf2cf5e-61edc667 {
    grid-area: 2 / 2 / 3 / 6;
    justify-self: end;
  }

  #w-node-cef167c1-ef13-9299-f5e4-0e797688de4f-61edc667 {
    grid-area: 3 / 2 / 4 / 5;
  }

  #w-node-bcecdef2-7b0b-6288-cec0-03d11ca8b4d5-61edc667 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bcecdef2-7b0b-6288-cec0-03d11ca8b4df-61edc667 {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-_72a92268-0b92-fcdb-392c-f69b93b69d91-61edc667 {
    grid-area: 3 / 3 / 4 / 6;
  }

  #w-node-_96b47d45-c0a5-4750-64f3-7ccab19aaf86-61edc667 {
    grid-area: 4 / 3 / 5 / 6;
  }

  #w-node-a4c8dc97-b06c-5f19-ba5a-f4e3e7c041ad-61edc667 {
    grid-area: 5 / 3 / 6 / 6;
  }

  #w-node-_17b2b8ec-78bf-3e31-702b-ac16bb53398f-61edc667 {
    grid-column: span 4 / span 4;
  }

  #w-node-_17b2b8ec-78bf-3e31-702b-ac16bb533a67-61edc667 {
    grid-column-end: 4;
  }

  #w-node-_15926afe-0871-fde2-d9d1-84af7a0ed3af-61edc667 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_17b2b8ec-78bf-3e31-702b-ac16bb533a86-61edc667 {
    grid-column-end: 5;
  }

  #w-node-d7deb482-438a-dfe1-41a1-016caef0bad7-61edc667 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
  }

  #w-node-d7deb482-438a-dfe1-41a1-016caef0badb-61edc667 {
    align-self: end;
  }

  #w-node-d7deb482-438a-dfe1-41a1-016caef0bade-61edc667 {
    grid-area: 2 / 3 / 3 / 6;
  }

  #w-node-_2d48fb60-2095-a3f6-9c45-9f6f515bf458-61edc667 {
    grid-column: span 4 / span 4;
  }

  #w-node-_2d48fb60-2095-a3f6-9c45-9f6f515bf45a-61edc667 {
    grid-column-end: 2;
  }

  #w-node-_91c792c9-796e-ef1e-1270-f3e1c5ad8495-61edc667, #w-node-_91c792c9-796e-ef1e-1270-f3e1c5ad849c-61edc667 {
    grid-row: 2 / 3;
  }

  #w-node-_91c792c9-796e-ef1e-1270-f3e1c5ad849e-61edc667 {
    grid-row: 3 / 4;
    grid-column-end: 4;
  }

  #w-node-_7958f8d4-7508-65f0-46da-75f5149f38eb-61edc667 {
    grid-column: span 4 / span 4;
  }

  #w-node-_7958f8d4-7508-65f0-46da-75f5149f38ee-61edc667 {
    grid-row-end: 3;
  }

  #w-node-_7958f8d4-7508-65f0-46da-75f5149f3903-61edc667 {
    grid-column-end: 4;
  }

  #w-node-_8dc0c989-edc9-29a2-468f-2793d734e1e1-61edc667 {
    justify-self: center;
  }

  #w-node-_26d762b7-e968-56e2-8827-e3a4561284f8-61edc667 {
    grid-column: span 4 / span 4;
  }

  #w-node-_26d762b7-e968-56e2-8827-e3a4561284fb-61edc667 {
    grid-area: 1 / 5 / 2 / 6;
    align-self: end;
  }

  #w-node-d2d28a6a-7d44-1df0-9bbc-3a4bd8839f2f-61edc667 {
    grid-column: span 4 / span 4;
  }

  #w-node-d2d28a6a-7d44-1df0-9bbc-3a4bd8839f32-61edc667 {
    grid-row-end: 3;
  }

  #w-node-ba6b83a2-41ea-3d11-c4ec-93f4282b5869-61edc667 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-ab494c3d-7fa2-5b53-8f1d-36ce4112c04e-61edc667 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ab494c3d-7fa2-5b53-8f1d-36ce4112c050-61edc667 {
    grid-area: 1 / 3 / 2 / 6;
  }

  #w-node-bae10469-0700-0a2a-1c6e-afda62359570-61edc667, #w-node-_2a21ad69-7559-9688-a4cc-e658ad2f9136-61edc667 {
    grid-column-end: 4;
  }

  #w-node-_2d1875a3-65ee-130c-58a0-a375a7ebefe8-61edc667 {
    grid-column-end: 5;
  }

  #w-node-_6eed7cb9-a2ed-ee52-d201-f728242af975-61edc667 {
    grid-row: 1 / 2;
    grid-column-end: 5;
  }

  #w-node-a9c2c81b-90fe-9751-3b33-e2158b2373c3-61edc667 {
    grid-column: 1 / 2;
  }

  #w-node-_4b8b27cb-2c04-c7e6-3613-22f453a4d41e-61edc667 {
    grid-row: 2 / 3;
    grid-column-end: 4;
  }

  #w-node-_53ef07f1-8fe1-7a05-a48d-2605600c09cd-61edc667 {
    grid-column: span 4 / span 4;
  }

  #w-node-d875dc50-03eb-89a5-88ea-e3c96b981b96-61edc667 {
    grid-column-end: 3;
  }

  #w-node-ae468c5f-e75e-41c2-0eb5-b606813fb3d1-61edc667 {
    grid-column-end: 4;
  }

  #w-node-_780be8cd-3df1-885c-4e44-302da07d8fe3-61edc667 {
    grid-area: 3 / 4 / 4 / 6;
    justify-self: end;
  }

  #w-node-_2bcd1371-6ef2-2365-5a43-5548da6409bc-61edc667 {
    grid-column: 1 / 2;
  }

  #w-node-_53ef07f1-8fe1-7a05-a48d-2605600c09f9-61edc667 {
    grid-row: 1 / 2;
    grid-column-end: 5;
  }

  #w-node-_25eaaa77-31f5-b3e1-e6ca-dada4611aa1a-61edc667 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_10633e90-58fe-bf2a-a4e7-a67f68974055-61edc667, #w-node-dc2576b6-20bd-693b-e072-fbe62cb744c9-61edc667 {
    grid-column: span 4 / span 4;
  }

  #w-node-dc2576b6-20bd-693b-e072-fbe62cb744cb-61edc667 {
    grid-column-end: 2;
  }

  #w-node-dc2576b6-20bd-693b-e072-fbe62cb744d0-61edc667, #w-node-dc2576b6-20bd-693b-e072-fbe62cb744d7-61edc667 {
    grid-row: 2 / 3;
  }

  #w-node-_5cac765c-7ae0-83d3-37a3-46c8e67345d1-61edc667 {
    grid-row: 3 / 4;
  }

  #w-node-_8aa8c76a-3481-bd61-7850-05e0a79cb88c-61edc667 {
    grid-row: 4 / 5;
    grid-column-end: 4;
  }

  #w-node-a7cfb13e-c1b9-bd52-7d59-1b76e557e34e-61edc667 {
    grid-column: span 4 / span 4;
  }

  #w-node-a7cfb13e-c1b9-bd52-7d59-1b76e557e350-61edc667 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a7cfb13e-c1b9-bd52-7d59-1b76e557e352-61edc667, #w-node-a7cfb13e-c1b9-bd52-7d59-1b76e557e359-61edc667 {
    grid-row: 2 / 3;
  }

  #w-node-fc76846b-8462-a90c-5230-929e309e6c61-61edc667 {
    grid-column-end: 4;
  }

  #w-node-_5203511c-bcb2-9344-7b82-47e419a1f3c4-61edc667 {
    grid-column: span 4 / span 4;
  }

  #w-node-_5203511c-bcb2-9344-7b82-47e419a1f3cb-61edc667, #w-node-_5203511c-bcb2-9344-7b82-47e419a1f3d2-61edc667 {
    grid-row: 2 / 3;
  }

  #w-node-_5203511c-bcb2-9344-7b82-47e419a1f3c6-61edc667 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5a0a4c11-3686-1bfa-075c-96bc2c7647f3-61edc667 {
    grid-column: span 4 / span 4;
  }

  #w-node-_35923fe6-9c14-3331-3e90-9720199b4c97-61edc667, #w-node-_30ebfac4-368e-108a-0f29-141157d62e5e-61edc667 {
    grid-row: 2 / 3;
  }

  #w-node-_35923fe6-9c14-3331-3e90-9720199b4c94-61edc667 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aa5a4343-e7e2-be8d-c1cf-65440c1f6ede-61edc667 {
    grid-column: span 4 / span 4;
  }

  #w-node-_4eb60118-be32-a528-1ed9-b36ab7561180-61edc667 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa5a4343-e7e2-be8d-c1cf-65440c1f6f13-61edc667, #w-node-aa5a4343-e7e2-be8d-c1cf-65440c1f6f1a-61edc667 {
    grid-row: 1 / 2;
  }

  #w-node-aa5a4343-e7e2-be8d-c1cf-65440c1f6f1c-61edc667 {
    grid-row: 2 / 3;
  }

  #w-node-aa5a4343-e7e2-be8d-c1cf-65440c1f6f23-61edc667 {
    grid-row: 3 / 4;
    grid-column-end: 4;
  }

  #w-node-_662c5f90-b505-d145-aca2-e9dab47da94c-61edc667 {
    grid-column-end: 5;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2356a22b-d6af-66fa-19cb-2fedc21e4bbe-61edc667 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_2356a22b-d6af-66fa-19cb-2fedc21e4bc4-61edc667 {
    grid-area: 3 / 1 / 4 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2356a22b-d6af-66fa-19cb-2fedc21e4ba2-61edc667 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: start;
  }

  #w-node-_2356a22b-d6af-66fa-19cb-2fedc21e4bbe-61edc667 {
    grid-row: 3 / 4;
    grid-column-end: 5;
  }

  #w-node-_2356a22b-d6af-66fa-19cb-2fedc21e4bc4-61edc667 {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2356a22b-d6af-66fa-19cb-2fedc21e4ba2-61edc667 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2356a22b-d6af-66fa-19cb-2fedc21e4bbb-61edc667 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2356a22b-d6af-66fa-19cb-2fedc21e4bbe-61edc667 {
    grid-row: 4 / 5;
    grid-column-end: 3;
  }

  #w-node-_2356a22b-d6af-66fa-19cb-2fedc21e4bc4-61edc667 {
    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;
}