: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-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('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-form-formradioinput--inputType-custom {
  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 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Machinec, sans-serif;
  font-size: 61.86px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Machinec, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Text, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
}

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

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: #0f110f;
  text-align: right;
  align-self: center;
  font-family: Proxima Nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

.ain-logo {
  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 {
  width: auto;
  height: 20px;
  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;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  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 {
  font-size: 24px;
  line-height: 120%;
}

.suggestion-icon {
  position: absolute;
  top: auto;
  bottom: 35px;
  left: auto;
  right: 20px;
}

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

.body {
  color: #28292e;
  background-color: #1e1f23;
  font-family: Proxima Nova, sans-serif;
}

.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;
  text-transform: uppercase;
  background-color: #28292e;
  border: 3px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  transition: border-color .2s, color .2s, background-color .2s;
}

.button:hover {
  color: #28292e;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #28292e;
}

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

.button.is--last {
  width: 402px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.overflow-scroll {
  overflow: scroll;
}

.padding-huge {
  padding: 6rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

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

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

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

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

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

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

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

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

.paragraph-default {
  color: #fff;
  letter-spacing: .03em;
  font-size: 18px;
  line-height: 160%;
}

.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-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;
  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 {
  color: #fff;
  font-size: 24px;
}

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

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

.padding-custom3 {
  padding: 3.5rem;
}

.count {
  color: #fff;
  margin-top: 18px;
  font-family: Machinec, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.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-size: 24px;
  font-weight: 700;
}

.page-wrapper {
  font-family: Sf Pro Text, sans-serif;
  overflow: hidden;
}

.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 {
  color: #000;
  margin-top: 6px;
  font-size: 16px;
  line-height: 130%;
}

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

.container {
  max-width: 841px;
}

.content-block.is--hero {
  height: 100svh;
  padding-top: 40px;
  padding-bottom: 136px;
}

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

.hero-image {
  width: auto;
  min-height: 100svh;
  min-width: 130%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
  position: absolute;
  left: -17%;
  right: 0%;
}

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

.header-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.time-text {
  color: #7e0019;
  margin-left: 57px;
  font-family: Machinec, sans-serif;
  font-size: 18px;
  line-height: 135%;
}

.hero-content {
  width: 312.71px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.h1-wrapper {
  position: relative;
}

.hero-text {
  width: 102px;
  letter-spacing: .016em;
  text-transform: uppercase;
  font-family: SFPRODISPLAY, sans-serif;
  font-size: 13.65px;
  font-weight: 500;
  line-height: 122%;
  position: absolute;
  top: auto;
  bottom: 8.5%;
  left: auto;
  right: 0%;
}

.hero-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.ten-section {
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}

.background-number {
  z-index: -1;
  width: auto;
  height: 620px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.questions-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.div-block {
  line-height: 100px;
}

.question-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 37px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h3.has--color-white {
  letter-spacing: -.01em;
  margin-bottom: 40px;
}

.partner-image {
  width: auto;
  height: 50px;
  display: block;
}

.partner-image.partner-1 {
  height: 87px;
}

.brangs-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.brand-image {
  width: auto;
  height: 40px;
}

.brand-image.is--shorter {
  height: 40px;
}

.brand-image.is--bigger {
  height: 62px;
  margin-top: -10px;
}

.brand-image.is--bigger.is--6 {
  height: 75px;
}

.brand-image.is--info {
  height: 60px;
}

.brand-image.is--3 {
  height: 39px;
  margin-top: -2px;
}

.brand-image.is--1 {
  height: 50px;
}

.brand-image.is--4 {
  height: 54px;
  margin-top: -1px;
}

.brand-image.is--7 {
  height: 56px;
}

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

.has--color-red {
  color: red;
}

.program-inner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: flex;
}

.white-block {
  height: 360px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  display: flex;
}

.white-block.is--transparent {
  background-color: rgba(0, 0, 0, 0);
}

.block-bottom {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-end;
  display: flex;
}

.author-image {
  width: 155px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
}

.author-image.is--top {
  object-position: 50% 0%;
}

.name {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 160%;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  flex-direction: row;
  display: flex;
}

.swiper-slide {
  width: 267px;
  height: 330px;
  flex: none;
}

.swiper-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 7px;
}

.swiper-image.is--left {
  object-position: 0% 50%;
}

.swiper-image.is--top {
  object-position: 50% 5%;
}

.swiper-image.is--left2 {
  object-position: 21% 50%;
}

.swiper-image.is--left3 {
  object-position: 34% 50%;
}

.swiper-info {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 15px 17px;
}

.name-small {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.text-style_h1 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Machinec, sans-serif;
  font-size: 75px;
  line-height: 100%;
}

.last-section {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-block, .padding-block.is--small {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-block.is--big {
  padding-top: 140px;
  padding-bottom: 170px;
}

.padding-block.is--medium {
  padding-bottom: 170px;
}

.swiper-info-hide {
  overflow: hidden;
}

.swiper-nav {
  height: 23px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
  position: absolute;
  top: -78px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.swiper-arrow {
  cursor: pointer;
  transition: opacity .2s;
}

.swiper-arrow:hover {
  opacity: .5;
}

.swiper-arrow-right {
  cursor: pointer;
}

.arrow-icon {
  width: auto;
  height: 100%;
}

.html-embed {
  margin-top: 50px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #313236;
}

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

.divider.is--light {
  opacity: .13;
}

.divider.is--light.has--margins {
  margin-top: 60px;
  margin-bottom: 60px;
}

.div-block-2 {
  width: 500px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.button-text-wrapper {
  z-index: 1;
  flex: none;
  line-height: 100%;
  position: relative;
  overflow: hidden;
}

.button-text {
  color: #182230;
  text-transform: uppercase;
  flex: none;
  margin-top: 1px;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.fade-button-background-circle {
  z-index: -2;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #fcfcfd;
  border-radius: 50vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.divider-button {
  width: 1px;
  height: 100%;
  background-color: #98a2b3;
  margin-left: 20px;
  margin-right: 20px;
}

.button-2 {
  z-index: 0;
  height: 60px;
  cursor: pointer;
  background-color: rgba(252, 252, 253, 0);
  border-radius: 30px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 0 25px;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:active {
  transform: scale(.95);
}

.arrow {
  z-index: 1;
  width: 14px;
  height: 16px;
  color: #182230;
  margin-top: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-button {
  width: 14px;
  height: auto;
  flex: none;
}

.arrow-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  display: flex;
  transform: translate(0);
}

.hover-button-background-circle {
  z-index: -2;
  width: 100%;
  aspect-ratio: 1 / 1;
  background-color: #3599d3;
  border-radius: 50vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.phone-button {
  width: 48px;
  height: 48px;
  max-height: 48px;
  max-width: 48px;
  min-height: 48px;
  min-width: 48px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
  padding: 0;
  transition: border-color .2s, transform .2s;
  display: flex;
  position: relative;
}

.phone-icon {
  width: 13.95px;
  height: auto;
}

.phone-stroke {
  border: 1px solid #344054;
  border-radius: 1000px;
  transition: border-color .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.phone-stroke:hover {
  border-color: rgba(52, 64, 84, 0);
}

.partner-link {
  flex: none;
  display: block;
}

.div-block-3 {
  padding-top: 112px;
  padding-bottom: 112px;
  display: flex;
}

.logo-link {
  height: 20px;
}

.timeline-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.time {
  opacity: .5;
  color: #fff;
  letter-spacing: 2px;
  font-family: Machinec, sans-serif;
  font-weight: 400;
}

.time.has--color-white {
  letter-spacing: -.01em;
  margin-bottom: 40px;
}

.time.is--program {
  font-family: Sf Pro Text, sans-serif;
  font-weight: 700;
}

.program {
  color: #fff;
  letter-spacing: 2px;
  font-family: Machinec, sans-serif;
  font-weight: 400;
}

.program.has--color-white {
  letter-spacing: -.01em;
  margin-bottom: 40px;
}

.program.is--program {
  font-family: Sf Pro Text, sans-serif;
  font-weight: 700;
}

.timeline-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.big-partners-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

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

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

  .brand-image.is--bigger {
    height: 59px;
  }

  .big-partners-wrapper {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .logo {
    height: 32.14px;
  }

  .position {
    font-size: 20px;
    line-height: 130%;
  }

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

  .paragraph-medium {
    font-size: 20px;
    line-height: 150%;
  }

  .count {
    font-size: 18px;
  }

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

  .paragraph-small {
    margin-top: 8px;
  }

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

  .container {
    max-width: 1290px;
  }

  .content-block.is--hero {
    padding-top: 64px;
    padding-bottom: 220px;
  }

  .layout-grid {
    grid-column-gap: 80px;
    grid-row-gap: 64px;
    display: grid;
  }

  .time-text {
    margin-left: 113px;
    font-size: 26.69px;
  }

  .hero-content {
    width: 515px;
  }

  .h1 {
    font-size: 101px;
  }

  .hero-text {
    width: 170px;
    font-size: 22px;
    line-height: 122%;
  }

  .hero-inner {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .ten-section {
    grid-column-gap: 80px;
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .background-number {
    height: 100%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .questions-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .question-block {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

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

  .brand-image.is--3 {
    margin-top: 1px;
  }

  .brand-image.is--4 {
    margin-top: 3px;
  }

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

  .program-inner {
    display: grid;
  }

  .name {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .swiper-slide {
    width: 307px;
    height: 380px;
  }

  .swiper-image {
    height: 307px;
  }

  .swiper-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .name-small {
    font-size: 22px;
  }

  .text-style_h1 {
    font-size: 100px;
  }

  .last-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .padding-block.is--big, .padding-block.is--medium {
    padding-bottom: 140px;
  }

  .swiper-nav.is--large-screen_hide {
    display: none;
  }

  .logo-link {
    height: 32px;
  }

  .big-partners-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 65px;
  }

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

  .image {
    object-fit: cover;
  }

  .credits-block {
    width: 100%;
  }

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

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

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

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

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

  .padding-huge {
    padding: 5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

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

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

  .count {
    margin-top: 5px;
  }

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

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

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

  .content-block.is--hero {
    padding-bottom: 0;
  }

  .time-text {
    margin-left: 72px;
  }

  .hero-content {
    width: 332px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
  }

  .ten-section {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .question-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .partner-image {
    height: 34px;
  }

  .partner-image.partner-1 {
    height: 60px;
  }

  .brangs-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .brand-image.is--4 {
    margin-top: -5px;
  }

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

  .white-block.is--transparent {
    border: 1px solid #fff;
  }

  .swiper-slide {
    width: 312.72px;
    height: auto;
  }

  .swiper-image {
    height: auto;
    aspect-ratio: 1 / 1;
    object-position: 100% 10%;
    margin-bottom: 20px;
  }

  .name-small {
    font-size: 22px;
  }

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

  .padding-block.is--big, .padding-block.is--medium {
    padding-bottom: 80px;
  }

  .phone-button {
    display: none;
  }

  .phone-icon {
    width: 16px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 51px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 16px;
  }

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

  .ain-logo {
    height: 100%;
  }

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

  .logo {
    height: 4vw;
    display: flex;
  }

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

  .footer {
    padding: 57px 20px;
  }

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

  .position {
    font-size: 18px;
  }

  .position.has--margin {
    margin-bottom: 15px;
    margin-left: 10px;
  }

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

  .button {
    background-color: #7e0019;
    padding-top: 21px;
    padding-bottom: 21px;
  }

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

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

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

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

  .margin-xhuge {
    margin: 4rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

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

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

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

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

  .margin-xxlarge {
    margin: 3rem;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

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

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

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

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

  .margin-xlarge {
    margin: 2rem;
  }

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

  .padding-medium {
    padding: 1.25rem;
  }

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

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

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

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

  .content-block.is--hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .time-text {
    margin-left: 20vw;
    font-size: 3vw;
  }

  .hero-content {
    width: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1 {
    font-size: 14vw;
  }

  .hero-text {
    width: auto;
    font-weight: 700;
    position: static;
  }

  .hero-inner {
    height: 100%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
  }

  .ten-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .h3.has--color-white {
    margin-bottom: 20px;
  }

  .partner-image {
    height: 40px;
  }

  .partner-image.partner-1 {
    height: 71px;
  }

  .brangs-wrapper {
    width: 100%;
    grid-row-gap: 16px;
    margin-top: 20px;
  }

  .brand-image.is--3 {
    height: 40px;
    margin-top: -1px;
  }

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

  .white-block {
    height: auto;
    flex-direction: column;
    padding: 20px;
  }

  .white-block.is--transparent {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .block-bottom {
    width: 100%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .author-image {
    width: 100%;
  }

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

  .name {
    font-size: 18px;
  }

  .swiper {
    margin-top: 50px;
  }

  .swiper-slide {
    width: 260px;
  }

  .padding-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding-block.is--big {
    padding-top: 80px;
  }

  .padding-block.is--medium {
    padding-bottom: 50px;
  }

  .swiper-nav {
    height: 15px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    top: -35px;
    left: 0;
    right: auto;
  }

  .swiper-nav.is--large-screen_hide {
    height: 15px;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    top: -35px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .swiper-arrow {
    display: flex;
  }

  .time.has--color-white, .program.has--color-white {
    margin-bottom: 20px;
  }

  .big-partners-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}

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

  .logo {
    height: 5vw;
    display: block;
  }

  .header-partner_block {
    display: none;
  }

  .image {
    display: block;
  }

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

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

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

  .position {
    font-size: 18px;
  }

  .position.has--margin {
    margin-left: 0;
  }

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

  .button {
    background-color: #7e0019;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .button.is--last {
    width: auto;
  }

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

  .paragraph-default {
    font-weight: 400;
  }

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

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

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

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

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

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

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

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

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

  .logo-image {
    display: block;
  }

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

  .content-block.is--hero {
    padding-bottom: 34px;
  }

  .hero-image {
    min-height: 110svh;
    min-width: 130%;
    margin-left: 0%;
  }

  .time-text {
    margin-left: 18.125vw;
    font-size: 5vw;
  }

  .hero-content {
    width: 100%;
    padding-top: 2px;
  }

  .h1 {
    font-size: 17vw;
  }

  .hero-text {
    width: auto;
    color: #7e0019;
    margin-top: 7px;
    font-size: 5vw;
    font-weight: 700;
    position: static;
  }

  .hero-inner {
    height: 100%;
    justify-content: space-between;
  }

  .ten-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .h3 {
    font-size: 18px;
  }

  .h3.has--color-white {
    margin-bottom: 30px;
  }

  .partner-image, .partner-image.partner-1 {
    height: auto;
  }

  .partner-image.partner-2 {
    width: 100%;
  }

  .brangs-wrapper {
    height: auto;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 50px;
  }

  .brand-image {
    height: 20px;
  }

  .brand-image.is--shorter {
    height: 26px;
  }

  .brand-image.is--bigger {
    height: 37px;
    margin-top: -5px;
  }

  .brand-image.is--bigger.is--6 {
    height: 70px;
  }

  .brand-image.is--3 {
    height: 29px;
  }

  .brand-image.is--1 {
    height: 30px;
  }

  .brand-image.is--4 {
    height: 38px;
  }

  .brand-image.is--5 {
    height: 26px;
  }

  .brand-image.is--7 {
    height: 40px;
  }

  .program-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .white-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .author-image {
    height: auto;
    aspect-ratio: 2 / 2.2;
  }

  .swiper {
    margin-top: 29px;
  }

  .swiper-slide {
    flex-direction: column;
    flex: none;
    display: flex;
  }

  .swiper-image {
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 10px;
  }

  .text-style_h1 {
    font-size: 50px;
  }

  .last-section {
    padding: 70px 0;
  }

  .padding-block, .padding-block.is--big {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .padding-block.is--medium {
    padding-bottom: 70px;
  }

  .swiper-nav {
    margin-top: 30px;
    position: static;
    top: auto;
    bottom: -45px;
  }

  .partner-link.big-partner-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .partner-link.big-partner-2.is--2 {
    width: 80%;
  }

  .logo-link {
    height: 16px;
  }

  .time {
    opacity: .33;
    font-size: 18px;
  }

  .time.has--color-white {
    margin-bottom: 30px;
  }

  .program {
    font-size: 18px;
  }

  .program.has--color-white {
    margin-bottom: 30px;
  }

  .timeline-grid {
    flex-direction: column;
    display: flex;
  }

  .big-partners-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    margin-top: 30px;
  }
}

#w-node-a619527f-7f38-8f4f-98e4-1d32dfdd232a-d5c97b8e {
  align-self: start;
}

#w-node-ed27b54f-201e-e67c-8f5c-6bb43ab5b348-d5c97b8e {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f78bf3d4-2504-a8b8-796d-25d49966dd87-d5c97b8e, #w-node-_89e6adff-2963-a8bf-23a8-c0778225921d-d5c97b8e, #w-node-cc3ccc23-b1c7-c677-c129-66db8f5d51de-d5c97b8e, #w-node-_91acba3e-e7df-0acf-3700-17743c1d4167-d5c97b8e, #w-node-da7b14b4-fbcf-9bee-b568-0ed7b758f452-d5c97b8e, #w-node-e85c7718-4794-8b4b-ab98-6b0598302d15-d5c97b8e, #w-node-_5215d744-0a3e-a402-9f6d-43a0073cf9cf-d5c97b8e, #w-node-_602cd879-87a6-e82b-8429-cdb625419482-d5c97b8e, #w-node-_08c5d673-4637-2417-8aa0-341946b34279-d5c97b8e, #w-node-_5349317b-e472-fa2f-d126-8a94d268723d-d5c97b8e, #w-node-_19a30350-778d-47e9-291f-3b1ef8b43c66-d5c97b8e, #w-node-_83c07858-6756-786b-1a7c-814976b12346-d5c97b8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec41-d5c97b9e, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec46-d5c97b9e, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec4b-d5c97b9e, #w-node-_95a6f11e-fd07-0c5f-9df3-f2d03635ef17-d5c97b9e, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec50-d5c97b9e, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec56-d5c97b9e, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec5c-d5c97b9e, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ec62-d5c97b9e {
  justify-self: start;
}

#w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecd9-d5c97b9e, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecde-d5c97b9e, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ece3-d5c97b9e, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ece8-d5c97b9e, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1eced-d5c97b9e, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecf2-d5c97b9e, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ecfa-d5c97b9e, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1edc2-d5c97b9e, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee14-d5c97b9e, #w-node-_75c50207-f4dc-c8fc-f47b-e39a58c1ee2d-d5c97b9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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


@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: 'SFPRODISPLAY';
  src: url('../fonts/SFPRODISPLAYBOLD.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFPRODISPLAY';
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Machinec';
  src: url('../fonts/MachineC-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}