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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  color: #fff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 140%;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gilroy, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
}

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

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

a {
  text-decoration: none;
}

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

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

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

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

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

.logo {
  object-fit: contain;
}

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

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

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

.hero-image {
  width: 100%;
  height: 130%;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 13.33px;
  margin-top: -70px;
  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;
  width: 100%;
  min-height: 220px;
  color: #fff;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  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 {
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #000;
}

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

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

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

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

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

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

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

.footer-link {
  color: var(--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;
  top: auto;
  bottom: 35px;
  left: auto;
  right: 20px;
}

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

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

.section-hero {
  background-image: linear-gradient(#232323 63%, #f0f0f0 63%);
  padding-top: 175px;
  padding-bottom: 100px;
  position: static;
}

.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 {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  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: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

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

.button.is--secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-huge {
  padding: 6rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

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

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

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

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

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

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

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

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

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

.paragraph-default.is--big_breakpoint {
  display: none;
}

.paragraph-default.is--desktop {
  display: block;
}

.paragraph-default.is--desktop.has--small_margin, .paragraph-default.has--small_margin {
  margin-top: 24px;
}

.padding-custom2 {
  padding: 2.5rem;
}

.ac-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: 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 {
  max-width: 912px;
  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;
  align-items: start;
  justify-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;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

.ac-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  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 {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  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 rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-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 {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.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 {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.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 {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  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;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

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

.padding-xxhuge {
  padding: 12rem;
}

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

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

.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;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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: rgba(0, 0, 0, .05);
}

.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 {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-large {
  color: #fff;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.page-wrapper {
  overflow: hidden;
}

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

.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 {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.ac-styleguide_3-col {
  width: 100%;
  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;
  display: grid;
}

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

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

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

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  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 {
  width: 100%;
  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;
  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;
}

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

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

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

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

.block-meaning {
  width: 200px;
  text-align: center;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 15px;
  padding: 8px;
  display: none;
  position: absolute;
  top: auto;
  bottom: -70px;
  left: auto;
  right: -18%;
}

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

.partner-icon {
  width: 16px;
  height: auto;
  position: absolute;
  top: -9.5px;
  bottom: auto;
  left: 45%;
  right: 45%;
}

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

.heading {
  font-family: Gilroy, sans-serif;
}

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

.content-block {
  z-index: 0;
  position: relative;
}

.image-2 {
  width: 62px;
  padding-top: 0;
  display: block;
}

.hero-text_block {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.block-icon {
  grid-column-gap: 20px;
  display: flex;
}

.block-icon.is--tablet {
  display: none;
}

.icon {
  width: 62px;
  height: 100%;
}

.icon.is--navbar {
  width: auto;
}

.has--border {
  background-color: red;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
}

.has--border.has--margin_left {
  margin-left: -7px;
}

.has--border.has--margin_right {
  margin-right: -7px;
}

.square-image-1 {
  z-index: -1;
  width: 34px;
  height: auto;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: -1.5%;
  right: auto;
}

.square-image-2 {
  z-index: -999;
  width: 350px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 29%;
  left: -5%;
  right: auto;
}

.square-image-3 {
  z-index: -999;
  width: 80px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: auto;
  right: -4%;
}

.square-image-4 {
  z-index: -999;
  width: 71px;
  height: auto;
  position: absolute;
  top: 52%;
  bottom: auto;
  left: auto;
  right: -4%;
}

.h2-block {
  padding-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
}

.heading-3 {
  padding-bottom: 40px;
}

.black-block {
  z-index: 0;
  height: 350px;
  background-color: #232323;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.black-block.has--right_text, .black-block.has--left_text {
  align-items: flex-end;
}

.paragraph-block {
  text-align: left;
  align-self: auto;
}

.paragraph-block.has--align-right.is--tablet, .paragraph-block.is--tablet_1, .paragraph-block.is--tablet, .paragraph-block.is--mobile, .paragraph-block.is--mobile_2 {
  display: none;
}

.link-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.link-arrow {
  width: 19px;
  height: 19px;
}

.heading-4 {
  margin-bottom: 10px;
}

.image-block {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 4%;
}

.image-block.left-position {
  top: auto;
  bottom: 0%;
  left: -2%;
  right: auto;
}

.author-image {
  width: 317px;
  height: auto;
}

.h2 {
  margin-bottom: 10px;
  line-height: 120%;
}

.h2.no--margin {
  width: 56%;
  margin-bottom: 0;
}

.h2.no--margin.is--992 {
  display: block;
}

.h2.no--margin.is--1440 {
  display: none;
}

.heading-3-copy {
  padding-bottom: 40px;
}

.square-image-_1 {
  z-index: -1;
  width: 112px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: -10%;
  right: auto;
}

.square-image-_3_2 {
  z-index: -1;
  width: 66px;
  height: auto;
  position: absolute;
  top: 5%;
  bottom: auto;
  right: 38%;
}

.square-image-_3 {
  z-index: -1;
  width: 200px;
  position: absolute;
  top: 49%;
  bottom: auto;
  left: auto;
  right: -3%;
}

.black-block_2 {
  z-index: 0;
  height: 350px;
  background-color: #232323;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.image-block_3 {
  position: absolute;
  top: auto;
  bottom: -1.3%;
  left: auto;
  right: 0%;
}

.author-image_3 {
  z-index: -1;
  width: auto;
  height: 285px;
  position: relative;
  bottom: 4px;
  right: -26px;
}

.author-image-_4 {
  width: 261px;
  height: auto;
}

.author-image-_2 {
  width: 460px;
  height: auto;
  display: block;
}

.square-image-_1-_3 {
  z-index: -1;
  width: 112px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: -10%;
  right: auto;
}

.square-image-_3-_3 {
  z-index: -2;
  width: 72px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 16%;
  left: 5%;
  right: auto;
}

.author-image-_3_4 {
  width: 250px;
  height: auto;
}

.square-image-_1-_1 {
  z-index: -1;
  width: 112px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: -10%;
  right: auto;
}

.square-image-_1_2 {
  z-index: -1;
  width: 66px;
  height: auto;
  position: absolute;
  top: 32%;
  bottom: auto;
  right: 56%;
}

.square-image-_1_3 {
  z-index: -1;
  width: 200px;
  height: auto;
  position: absolute;
  top: 49%;
  bottom: auto;
  left: auto;
  right: -3%;
}

.square-image-_1-_2 {
  z-index: -1;
  width: 112px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: -10%;
  right: auto;
}

.square-image-_2_1 {
  z-index: -1;
  width: 65px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 35%;
  left: 17%;
  right: auto;
}

.square-image-_2_2 {
  z-index: -1;
  width: 150px;
  height: auto;
  position: absolute;
  top: 58%;
  bottom: auto;
  left: auto;
  right: 14%;
}

.square-image-_2_3 {
  z-index: -1;
  width: 65px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 9%;
  right: auto;
}

.square-image-_3_1 {
  z-index: -1;
  width: 90px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 40%;
  left: auto;
  right: 3%;
}

.square-image-_3_4 {
  z-index: -2;
  width: 220px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: 42%;
  right: auto;
}

.div-block-2 {
  width: 19px;
  height: 19px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block {
  width: 19px;
  height: 19px;
  overflow: hidden;
}

.image-wrapper {
  width: 100%;
  height: 430px;
  border-radius: 13.3px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.is--tablet {
  display: none;
}

.link-arrow_mobile {
  width: 19px;
  height: 19px;
  display: none;
}

.paragraph-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.logo-image-2 {
  width: auto;
  height: 100%;
  object-fit: contain;
}

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

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

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

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

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

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

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

.partner-description-2 {
  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;
}

.hero-top_wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.language-block {
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.h2-block-2 {
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
}

.h2-2 {
  margin-bottom: 10px;
  line-height: 120%;
}

.has--border-2 {
  background-color: red;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
}

.paragraph-default-2 {
  color: #161616;
  margin-top: 40px;
  font-family: Gilroy, sans-serif;
  font-size: 18px;
}

.paragraph-default-2.is--desktop {
  display: block;
}

.paragraph-default-2.is--desktop.has--small_margin {
  margin-top: 24px;
}

.paragraph-default-2.is--big_breakpoint {
  display: none;
}

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

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 32px;
  }

  .hero-image {
    margin-top: -100px;
  }

  .paragraph-default {
    column-count: auto;
    display: block;
  }

  .paragraph-default.is--big_breakpoint {
    column-count: 2;
    column-gap: 40px;
    display: block;
  }

  .paragraph-default.is--desktop {
    display: none;
  }

  .paragraph-default.has--small_margin {
    margin-top: 0;
  }

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

  .paragraph-large {
    font-size: 24px;
  }

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

  .square-image-1 {
    width: 48px;
    top: 49%;
    left: -3%;
  }

  .square-image-2 {
    bottom: 30%;
    left: -7%;
  }

  .square-image-3 {
    width: 120px;
    bottom: -6%;
    right: -4%;
  }

  .square-image-4 {
    width: 130px;
    top: 52%;
    right: -9%;
  }

  .h2-block, .black-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2.no--margin.is--992 {
    display: none;
  }

  .h2.no--margin.is--1440 {
    width: 55%;
    display: block;
  }

  .image-wrapper {
    width: 100%;
    height: 650px;
  }

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

  .hero-top_wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
    display: flex;
  }

  .language-block {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .h2-block-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-default-2 {
    column-count: auto;
    display: block;
  }

  .paragraph-default-2.is--desktop {
    display: none;
  }

  .paragraph-default-2.is--big_breakpoint {
    column-count: 2;
    column-gap: 40px;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
    line-height: 115%;
  }

  h2 {
    font-size: 26px;
  }

  .header {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-image {
    width: 100%;
    object-fit: cover;
    margin-top: -60px;
  }

  .credits-block {
    width: 100%;
  }

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

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

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

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

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

  .section-hero {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .margin-xxhuge {
    margin: 8rem;
  }

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

  .paragraph-default.is--desktop {
    margin-top: 20px;
  }

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

  .margin-huge {
    margin: 5rem;
  }

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

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

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

  .paragraph-large, .paragraph-large.has--align-right {
    width: 50%;
  }

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

  .link.is--nav {
    font-size: 18px;
  }

  .block-icon {
    display: none;
  }

  .block-icon.is--tablet {
    grid-column-gap: 10px;
    display: flex;
  }

  .icon.is--tablet {
    display: none;
  }

  .square-image-1 {
    top: 45%;
    left: -3%;
  }

  .square-image-2 {
    bottom: 24%;
    left: -4%;
  }

  .square-image-3 {
    bottom: -4%;
    right: -3%;
  }

  .square-image-4 {
    top: 54%;
  }

  .h2-block {
    padding-bottom: 80px;
    padding-right: 30px;
  }

  .black-block {
    height: 320px;
    border-radius: 20px;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .black-block.has--left_text {
    padding-bottom: 30px;
  }

  .paragraph-block {
    display: none;
  }

  .paragraph-block.has--align-right.is--tablet {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .paragraph-block.is--tablet_1, .paragraph-block.is--tablet {
    display: block;
  }

  .link-block.is--nav {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .link-arrow {
    display: block;
  }

  .image-block {
    bottom: 0%;
    right: 3%;
  }

  .image-block.left-position {
    bottom: 0%;
    left: -9%;
  }

  .author-image {
    width: 293px;
    height: 400px;
  }

  .h2, .h2.has--align-right {
    width: 70%;
  }

  .square-image-_3_2 {
    z-index: -2;
    width: 75px;
    top: -6%;
    right: 35%;
  }

  .image-block_3 {
    bottom: -3.7%;
    right: 0%;
  }

  .author-image_3 {
    z-index: -1;
    width: 256px;
    height: 272px;
    top: -92px;
    left: 185px;
    right: 0;
  }

  .author-image-_2 {
    width: 413px;
    height: 345px;
  }

  .square-image-_3-_3 {
    left: 70%;
  }

  .author-image-_3_4 {
    width: 220px;
    height: 247px;
    position: static;
    left: -2px;
  }

  .square-image-_1-_1 {
    bottom: 4%;
    left: -2%;
  }

  .square-image-_1_2 {
    right: 48%;
  }

  .square-image-_2_1 {
    width: 50px;
    bottom: 42%;
    left: 28%;
  }

  .square-image-_2_2 {
    width: 120px;
    right: 14%;
  }

  .square-image-_2_3 {
    left: 18%;
  }

  .square-image-_3_1 {
    width: 50px;
    bottom: 55%;
    right: 7%;
  }

  .square-image-_3_4 {
    z-index: -2;
    width: 220px;
    bottom: 13%;
    left: 36%;
  }

  .div-block {
    display: none;
  }

  .image-wrapper {
    width: 100%;
    height: 396px;
  }

  .is--tablet {
    display: flex;
  }

  .link-arrow_mobile {
    display: block;
  }

  .link-arrow_mobile.is--nav {
    width: 14px;
    height: 14px;
  }

  .paragraph-wrapper {
    margin-top: 30px;
  }

  .logo-image-2 {
    object-fit: cover;
  }

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

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

  .language-block {
    margin-bottom: 16px;
  }

  .link-block-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .h2-block-2 {
    margin-bottom: 80px;
    padding-right: 30px;
  }

  .h2-2 {
    margin-bottom: 10px;
  }

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

  .paragraph-default-2.is--desktop {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 115%;
  }

  h2 {
    font-size: 20px;
  }

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

  .ain-logo {
    height: 100%;
  }

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

  .header-partner_block {
    display: none;
  }

  .hero-image {
    width: 100%;
    height: 130%;
    object-fit: cover;
    margin-top: -25px;
    margin-left: auto;
    margin-right: auto;
    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;
  }

  .footer {
    padding: 57px 20px;
  }

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

  .section-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

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

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

  .margin-huge {
    margin: 3.5rem;
  }

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

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

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

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

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

  .margin-xhuge {
    margin: 4rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

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

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

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

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

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

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

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

  .margin-xlarge {
    margin: 2rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

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

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

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .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 {
    font-size: 16px;
  }

  .paragraph-large.has--align-right {
    width: 60%;
    text-align: left;
  }

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

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

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

  .partner-logo {
    height: 50px;
  }

  .link {
    font-size: 18px;
    text-decoration: none;
  }

  .link.is--nav {
    font-size: 12px;
  }

  .has--border {
    padding-left: 5px;
    padding-right: 5px;
  }

  .has--border.has--margin_left {
    margin-left: -5px;
  }

  .square-image-1 {
    height: 38px;
    top: 40%;
    left: -3%;
  }

  .square-image-2 {
    height: 47px;
  }

  .square-image-3 {
    width: 40px;
    height: 40px;
    bottom: -3%;
    right: -3%;
  }

  .square-image-4 {
    width: 40px;
    height: 62px;
    top: 51%;
  }

  .h2-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .black-block {
    height: 290px;
    padding: 20px;
  }

  .black-block.has--left_text {
    z-index: 0;
    align-items: flex-start;
    position: relative;
  }

  .paragraph-block.has--align-right, .paragraph-block.has--align-right.is--tablet {
    display: none;
  }

  .paragraph-block.has--align-right.is--mobile {
    display: block;
  }

  .paragraph-block.is--tablet_1, .paragraph-block.is--tablet {
    display: none;
  }

  .paragraph-block.is--mobile {
    display: block;
  }

  .link-block.is--nav {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .link-arrow {
    width: 15px;
    height: 15px;
  }

  .image-block {
    right: 13%;
  }

  .image-block.left-position {
    z-index: -1;
    top: auto;
    bottom: 0%;
    left: auto;
    right: -9%;
  }

  .author-image {
    width: 182px;
    height: 250px;
  }

  .h2 {
    width: 90%;
  }

  .h2.has--align-right {
    width: 90%;
    text-align: left;
  }

  .h2.no--margin.is--992 {
    width: 90%;
  }

  .square-image-_3_2 {
    width: 25px;
    top: 20%;
    right: 82%;
  }

  .image-block_3 {
    z-index: -999;
    top: auto;
    bottom: .2%;
    left: auto;
    right: 0%;
  }

  .author-image_3 {
    z-index: 0;
    width: 146px;
    height: 154px;
    min-width: 146px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: -88%;
    right: auto;
  }

  .author-image-_2 {
    width: 240px;
    height: 200px;
  }

  .square-image-_3-_3 {
    width: 36px;
    bottom: 38%;
    left: -78%;
  }

  .author-image-_3_4 {
    z-index: 2;
    width: 139px;
    height: 154px;
  }

  .square-image-_1-_1 {
    width: 99px;
    height: 83px;
    bottom: 5%;
    left: -10%;
  }

  .square-image-_1_2 {
    top: 36%;
    right: 49%;
  }

  .square-image-_1_3 {
    width: 150px;
    top: 57%;
    right: -16%;
  }

  .square-image-_2_1 {
    width: 30px;
    bottom: 56%;
    left: 52%;
  }

  .square-image-_2_2 {
    width: 80px;
    top: 43%;
    right: 20%;
  }

  .square-image-_2_3 {
    bottom: 4%;
    left: 12%;
  }

  .square-image-_3_1 {
    width: 36px;
    right: 14%;
  }

  .square-image-_3_4 {
    bottom: 2%;
    left: -30%;
  }

  .div-block {
    width: 15px;
    height: 15px;
  }

  .image-wrapper {
    width: 100%;
    height: 220px;
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .link-arrow_mobile {
    width: 15px;
    height: 15px;
  }

  .link-arrow_mobile.is--nav {
    width: 10px;
    height: 10px;
  }

  .logo-image-2 {
    display: block;
  }

  .footer-grid-2 {
    flex-direction: column;
    display: flex;
  }

  .partner-logo-2 {
    height: 50px;
    align-self: center;
  }

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

  .language-block {
    margin-bottom: 10px;
  }

  .link-block-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

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

  h2 {
    font-size: 18px;
  }

  .partner-description {
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }

  .logo {
    display: block;
  }

  .header-partner_block {
    display: none;
  }

  .hero-image {
    height: 130%;
    display: block;
  }

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

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

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

  .section-hero {
    padding-top: 90px;
    padding-bottom: 47px;
  }

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

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

  .paragraph-default.is--desktop {
    margin-top: 20px;
  }

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

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

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

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

  .paragraph-large.has--align-right.has--margin {
    width: 80%;
  }

  .paragraph-large.has--margin {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .hero-text_block {
    min-width: 250px;
    margin-bottom: 10px;
  }

  .icon.is--tablet {
    display: block;
  }

  .has--border.has--margin_left {
    white-space: nowrap;
    word-break: keep-all;
    margin-left: -5px;
  }

  .square-image-1, .square-image-2 {
    left: -2%;
  }

  .square-image-3 {
    bottom: -2%;
    right: -2%;
  }

  .square-image-4 {
    top: 50%;
    right: -2%;
  }

  .black-block {
    z-index: 0;
    height: 450px;
    justify-content: flex-start;
    overflow: hidden;
  }

  .paragraph-block.has--align-right.is--mobile {
    display: none;
  }

  .paragraph-block.has--align-right.is--mobile_2 {
    display: block;
  }

  .paragraph-block.is--mobile {
    display: none;
  }

  .paragraph-block.is--mobile_2 {
    display: block;
  }

  .image-block {
    right: 15%;
  }

  .image-block.left-position {
    right: -1%;
  }

  .author-image {
    width: 197px;
    height: 270px;
  }

  .h2, .h2.has--align-right {
    width: 100%;
  }

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

  .square-image-_3_2 {
    width: 30px;
    top: -3%;
    right: 66%;
  }

  .h1.is--tablet {
    width: 80%;
  }

  .image-block_3 {
    z-index: -999;
    bottom: .1%;
    right: 0%;
  }

  .author-image_3 {
    z-index: -1;
    width: 206px;
    height: 215px;
    min-width: 206px;
    bottom: .5%;
    left: -69%;
  }

  .author-image-_2 {
    width: 285px;
    height: 240px;
  }

  .square-image-_3-_3 {
    width: 70px;
    bottom: 36%;
    left: -55%;
  }

  .author-image-_3_4 {
    width: 193px;
    height: 209px;
    min-height: 209px;
    min-width: 193px;
  }

  .square-image-_2_1 {
    bottom: 54%;
  }

  .square-image-_3_1 {
    width: 65px;
    height: 44px;
    bottom: 56%;
    right: 12%;
  }

  .square-image-_3_4 {
    z-index: -999;
    bottom: 36%;
    left: -31%;
  }

  .image-wrapper {
    height: 210px;
  }

  .paragraph-wrapper {
    margin-top: 20px;
  }

  .logo-image-2 {
    display: block;
  }

  .footer-grid-2 {
    grid-template-rows: 17px 10px auto auto auto auto auto 10px auto;
    grid-template-areas: "Area-12 ."
                         ". ."
                         "Area Area-2"
                         "Area-5 Area-3"
                         "Area-6 Area-4"
                         "Area-7 Area-10"
                         "Area-8 Area-10"
                         ". ."
                         "Area-13 Area-13"
                         "Area-11 Area-11";
  }

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

  .partner-description-2 {
    font-size: 3.75vw;
    line-height: 4.6875vw;
  }

  .hero-top_wrapper {
    position: relative;
  }

  .language-block {
    position: absolute;
    top: auto;
    bottom: 1px;
    left: auto;
    right: 0%;
  }

  .h2-2 {
    margin-bottom: 10px;
  }

  .paragraph-default-2.is--desktop {
    margin-top: 20px;
  }
}

#w-node-_1c756d38-7804-6692-e9a5-5a18309e9e49-606c719b {
  align-self: start;
}

#w-node-_1c756d38-7804-6692-e9a5-5a18309e9e60-606c719b {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_1c756d38-7804-6692-e9a5-5a18309e9e66-606c719b {
  grid-area: 2 / 2 / 3 / 6;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec46-606c71e1 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecfa-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1edc2-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee14-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee2d-606c71e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee30-606c71e1 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee32-606c71e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee35-606c71e1 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee41-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee4b-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee4c-606c71e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef23-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef28-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef2d-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef32-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef37-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef3c-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef46-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef4b-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef50-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef55-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef5a-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef5f-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef64-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef69-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef6e-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef73-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef78-606c71e1 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef7c-606c71e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef7d-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef82-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef87-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ef8c-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efa1-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efa6-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efab-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efb0-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efb5-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efba-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efc4-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efc9-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efce-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efd3-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efd8-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efdd-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efe2-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efe7-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1efec-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eff1-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eff6-606c71e1 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1effa-606c71e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1effb-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f000-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f005-606c71e1, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f00a-606c71e1 {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f082-606c71e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1f0de-606c71e1 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_1c756d38-7804-6692-e9a5-5a18309e9e60-606c719b {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_1c756d38-7804-6692-e9a5-5a18309e9e66-606c719b {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }
}


@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/proximanova-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-semibold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}