:root {
  --navy: #421cb0;
  --white: white;
  --black: black;
  --white-brand: #f4f4f4;
  --green: #00b592;
  --dark-grey: #333;
  --light-grey: #999;
  --gray: #54565a;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

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

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

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

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

h1 {
  color: var(--navy);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mak, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mak, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
}

h3 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Namu 1850", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
}

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

p {
  color: #fff;
  margin-bottom: 0;
  font-family: Namu Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

a {
  color: #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  text-decoration: none;
}

li {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

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

.header {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 10vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  object-fit: contain;
  border-bottom-style: none;
}

.person-image {
  object-fit: cover;
  width: auto;
  height: 80%;
  margin-bottom: -.5%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.person-image.is--small {
  height: 90%;
}

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

.body {
  background-color: var(--white);
  font-family: Namu Pro, sans-serif;
}

.section-women {
  background-color: var(--navy);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.form-input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

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

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

.button {
  z-index: 9999;
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--navy);
  text-transform: uppercase;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 30px;
  padding: 0;
  font-family: "Namu 1990", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  transition: transform .2s, color .2s, background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--navy);
  color: var(--white);
  transform: scale(1.03);
}

.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: var(--white-brand);
  font-size: 18px;
  font-weight: 400;
}

.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 {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

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

.padding-small {
  padding: 1rem;
}

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

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

.margin-xhuge {
  margin: 8rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

.ac-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid 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 {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-custom1 {
  margin: 1.5rem;
}

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

.margin-medium {
  margin: 2rem;
}

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

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

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

.global-styles {
  display: block;
  position: fixed;
  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 {
  flex: none;
  width: 1rem;
  height: 1rem;
}

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

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

.padding-custom1 {
  padding: 1.5rem;
}

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

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

.margin-xlarge {
  margin: 4rem;
}

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

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

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

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

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

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

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

.padding-medium {
  padding: 2rem;
}

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

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

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

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

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

.ac-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

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

.padding-custom3 {
  padding: 3.5rem;
}

.count {
  font-size: 3rem;
}

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

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

.paragraph-large {
  color: #fff;
  margin-bottom: 40px;
  font-size: 24px;
}

.page-wrapper {
  overflow: hidden;
}

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

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

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

.hero-text {
  color: var(--white-brand);
  text-align: center;
  font-family: Akrobat, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 120%;
}

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

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

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

.ac-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

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

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

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

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

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

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

.form_message-success {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.margin-0 {
  margin: 0;
}

.paragraph-small {
  color: var(--white-brand);
  font-size: 14px;
}

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

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

.logo-image.is--header {
  height: 26.63px;
}

.h1 {
  text-align: center;
  overflow: hidden;
}

.h1.has--color-green {
  color: #00b592;
}

.h2 {
  color: var(--navy);
}

.h2.has--color-white {
  color: var(--white);
  width: 90%;
  font-size: 24px;
}

.h2.has--color-white.person-name {
  font-family: "Namu 1990", sans-serif;
  font-weight: 400;
  line-height: 100%;
}

.h2.person-name {
  font-family: "Namu 1990", sans-serif;
  line-height: 110%;
}

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

.h3 {
  font-size: 24px;
}

.description {
  color: var(--white-brand);
  margin-bottom: 24px;
  font-size: 28px;
}

.quote {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.quote-large {
  color: #fff;
  width: 180px;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
}

.container {
  width: 100%;
  max-width: 820px;
}

.container.is--hero {
  max-width: 820px;
}

.content-block.is--hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.paragraph-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 80vh;
  margin-bottom: 0;
  padding-top: 6vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
  overflow: scroll;
}

.nav-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.quote-block {
  border-style: solid;
  border-width: 2px;
  border-radius: 20px;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

.paragraph {
  color: #3d3d3d;
}

.paragraph.has--color-white, .paragraph.has--color-white.person-position {
  color: var(--white);
}

.paragraph.person-position {
  color: var(--navy);
}

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

.paragraph.has--max-width {
  max-width: 275px;
}

.block-categories {
  border: 1px solid var(--navy);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 175.32px;
  padding: 35px;
  display: flex;
}

.date {
  color: var(--navy);
  margin-top: -3.5px;
  font-size: 23.83px;
  line-height: 120%;
}

.divider {
  background-color: var(--green);
  width: 1.86px;
  height: 18.82px;
}

.divider.is--horizontal {
  background-color: var(--navy);
  width: 100%;
  height: .5px;
}

.time-text {
  color: #a08dd7;
  font-size: 20px;
  line-height: 140%;
}

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

.partner-logo.is--large {
  height: 36px;
}

.partner-logo.is--main {
  width: auto;
  height: 75px;
}

.partner-logo.is--medium {
  height: 38px;
}

.partner-logo.is--small {
  height: 32px;
}

.partner-logo.is--xsmall {
  height: 13px;
}

.h4 {
  color: var(--navy);
  text-align: center;
  font-family: Mak, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
}

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

.template-card {
  width: 100%;
  height: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.card {
  border: 1px solid var(--white);
  border-radius: 11px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card.is--front {
  z-index: 1;
  background-color: var(--white);
  border-style: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.card.is--back {
  z-index: 0;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.cross_icon {
  width: 12px;
  height: 12px;
}

.background_image {
  z-index: -1;
  width: 100%;
  height: auto;
  margin-bottom: -.5%;
  position: absolute;
  top: auto;
  bottom: -.5%;
  left: 0%;
  right: 0%;
}

.background_image.is--small {
  z-index: -1;
}

.more_button {
  z-index: 10;
  background-color: var(--navy);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 14px;
  bottom: auto;
  left: auto;
  right: 14px;
}

.pop-up-content {
  z-index: 9999;
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  background-color: var(--white);
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 2fr;
  grid-auto-columns: 1fr;
  height: 80vh;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
  overflow: hidden;
}

.person-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 6vh;
  margin-bottom: 6vh;
  display: flex;
}

.person-image_wrapper {
  z-index: 1;
  border-radius: 11px;
  justify-content: center;
  align-items: flex-end;
  height: 240px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-image {
  z-index: 9999;
  width: 100%;
  height: 12vh;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-image.is--up {
  transform-style: preserve-3d;
  height: 8vh;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.popup-close-button {
  z-index: 9999;
  background-color: var(--navy);
  color: var(--white);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: auto;
  right: 30px;
  transform: rotate(45deg);
}

.pop-up-template {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 10vh;
  bottom: 0%;
  left: 140px;
  right: 140px;
}

.scroll-block {
  position: relative;
}

.category-block {
  margin-bottom: 80px;
}

.category-name {
  margin-bottom: 30px;
}

.template-card_inner {
  width: 100%;
  height: 360px;
  position: relative;
}

.number-z {
  display: inline;
  top: 0;
}

.section-verse {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-verse.has--nomargin {
  padding-top: 0;
}

.section-program {
  padding-top: 100px;
  line-height: 160px;
  position: relative;
}

.h2-navy {
  color: #421cb0;
}

.h2-navy.has--margin {
  margin-bottom: 34px;
}

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

.wrapper-categories {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

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

.partner-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 65px;
  margin-bottom: 60px;
  display: flex;
}

.partner-block.margin-hide {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 0;
}

.partner-block.margin-hide.has--small-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.block-categories-2 {
  border: 1px solid #421cb0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 175.32px;
  padding: 35px;
  display: flex;
}

.footer {
  padding-top: 150px;
}

.main-partner_block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.program-wrapper {
  margin-top: 50px;
}

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

.header-2 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding-top: 10vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-footer {
  width: 180px;
  height: auto;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.background-image {
  width: auto;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -.5%;
}

.partners-logo_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70%;
  display: flex;
}

.h4-2 {
  color: #421cb0;
  text-align: center;
  font-family: Mak, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
}

.date-2 {
  color: #421cb0;
  margin-top: -3.5px;
  font-size: 23.83px;
  line-height: 120%;
}

.image-footer {
  width: 100vw;
  height: auto;
  margin-bottom: -31.2vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-image {
  width: auto;
  height: 430px;
  position: absolute;
  top: auto;
  bottom: -.2%;
  left: auto;
  right: -12%;
}

.h1-block {
  flex-direction: column;
  align-items: flex-start;
}

.button-hero {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #421cb0;
  border: 1px solid #421cb0;
  border-radius: 140px;
  align-items: center;
  height: 60px;
  padding: 0 27px 3px;
  font-family: "Namu 1990", sans-serif;
  font-size: 16.55px;
  font-weight: 400;
  transition: transform .2s, border-color .3s, color .3s;
  display: flex;
}

.button-hero:hover {
  color: #00b592;
  background-color: #fff;
  border-color: #00b592;
  transform: scale(1.05);
}

.button-hero.is--reverse {
  color: #421cb0;
  background-color: #fff;
}

.button-hero.is--reverse:hover {
  color: #fff;
  background-color: #00b592;
}

.logo-wrapper {
  border-bottom: 0 #fff;
  align-self: center;
}

.divider-2 {
  background-color: #00b592;
  width: 1.86px;
  height: 18.82px;
}

.divider-2.is--horizontal {
  background-color: #421cb0;
  width: 100%;
  height: .5px;
}

.section-about {
  background-color: #421cb0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

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

.layout.is--program {
  align-items: center;
  height: 140px;
}

.section-partners {
  padding-top: 100px;
  padding-bottom: 50px;
  line-height: 160px;
  position: relative;
}

.section-partners.has--nomargin {
  padding-top: 0;
}

.section-categories {
  padding-top: 100px;
  line-height: 160px;
  position: relative;
}

.section-hero {
  height: 100vh;
  display: block;
  position: relative;
}

.icon-categories {
  height: auto;
}

.icon-categories.fashion {
  width: 63px;
}

.icon-categories.business {
  width: 60px;
}

.icon-categories.science {
  width: 53px;
}

.icon-categories.sport {
  width: 71px;
}

.icon-categories.politics {
  width: 40px;
}

.icon-categories.society {
  width: 52px;
}

.hero-background {
  width: 387.74px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: -.03%;
  left: -58%;
  right: auto;
}

.section-tickets {
  padding-top: 50px;
}

.hero-background_side {
  width: 20vw;
  height: auto;
  position: absolute;
  top: 50%;
  left: -60.6vw;
  right: auto;
  transform: translate(0, -50%)rotate(-90deg);
}

.hero-background_side.is--2 {
  left: auto;
  right: -60vw;
}

.list-block {
  padding-left: 16px;
}

.list-block.has--max-width {
  max-width: 275px;
}

.h2-2 {
  color: #421cb0;
}

.name {
  -webkit-text-stroke-width: .5px;
}

.is--last {
  margin-bottom: 0;
}

.contacts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.contacts.margin-hide {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 0;
}

.contacts.margin-hide.has--small-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.social-icon {
  border-bottom-style: none;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.social-icon:hover {
  transform: scale(1.1);
}

.social-icon.is--x {
  background-color: #040404;
}

.social-icon.is--fb {
  background-color: #3f51b5;
}

.social-icon.is--yt {
  color: var(--white);
  background-color: red;
}

.social-icon.is--tg {
  background-color: #009eeb;
}

.social-icon.is--ig {
  background-image: url('../images/Frame.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.social-icon.is--mail {
  border-style: solid;
}

.icon-text {
  text-align: center;
  width: 100%;
  margin-top: -3px;
  font-size: 16px;
  line-height: 100%;
  display: block;
}

.icon-text.is--x {
  color: #fafafa;
}

.icon-text.is--fb {
  color: var(--white);
}

.icon-text.is--tg, .icon-text.is--ig {
  color: #fff;
}

.icon-text.is--mail {
  font-size: 25px;
}

.social-logo-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70%;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .template-card_inner {
    height: 370px;
  }

  .hero-background_side {
    width: 17vw;
    bottom: -25%;
    left: -40.1vw;
  }

  .hero-background_side.is--2 {
    right: -40vw;
  }
}

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

  h2, h3 {
    font-size: 32px;
  }

  .logo {
    border-bottom-style: none;
  }

  .person-image.is--small {
    height: 83%;
  }

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

  .button {
    top: 17px;
    right: 15px;
  }

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

  .hero-text {
    font-size: 28px;
  }

  .logo-image.is--header {
    height: 37px;
  }

  .h2 {
    font-size: 52px;
  }

  .h2.has--color-white, .h2.person-name {
    font-size: 32px;
  }

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

  .h3 {
    font-size: 32px;
  }

  .quote-large {
    width: 260px;
    font-size: 24px;
  }

  .container, .container.is--hero {
    max-width: 1000px;
  }

  .content-block {
    position: relative;
  }

  .quote-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .paragraph.has--max-width {
    max-width: 430px;
  }

  .block-categories {
    border-radius: 13px;
    height: 234px;
    padding: 46px;
  }

  .date {
    margin-top: -6px;
    font-size: 31px;
  }

  .divider {
    height: 22px;
  }

  .partner-logo {
    height: 50px;
  }

  .partner-logo.is--large {
    height: 48px;
  }

  .partner-logo.is--main {
    height: 90px;
  }

  .partner-logo.is--medium {
    height: 46px;
  }

  .partner-logo.is--small {
    height: 34px;
  }

  .partner-logo.is--xsmall {
    height: 16px;
  }

  .h4 {
    font-size: 32px;
  }

  .cards-container {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .card.is--back {
    padding: 30px;
  }

  .cross_icon {
    width: 14px;
    height: 14px;
  }

  .background_image.is--small {
    bottom: -2.5%;
  }

  .more_button {
    width: 43px;
    height: 43px;
    top: 17px;
    right: 15px;
  }

  .pop-up-content {
    grid-column-gap: 190px;
    grid-row-gap: 190px;
  }

  .person-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .person-image_wrapper {
    height: 310px;
    margin-bottom: 20px;
  }

  .popup-close-button {
    width: 43px;
    height: 43px;
    top: 17px;
    right: 15px;
  }

  .category-name {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .template-card_inner {
    height: 400px;
  }

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

  .section-program {
    padding-top: 150px;
  }

  .h2-navy {
    font-size: 52px;
  }

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

  .h2-navy.has--align-center {
    margin-bottom: 30px;
  }

  .partner-block {
    margin-top: 85px;
    margin-bottom: 75px;
  }

  .block-categories-2 {
    border-radius: 13px;
    height: 234px;
    padding: 46px;
  }

  .background-image {
    height: 500px;
    display: block;
    top: auto;
    bottom: -34%;
    left: auto;
    right: -23.8vw;
  }

  .partners-logo_wrapper {
    width: 80%;
  }

  .h4-2 {
    font-size: 32px;
  }

  .date-2 {
    margin-top: -6px;
    font-size: 31px;
  }

  .hero-image {
    height: 630px;
    right: -13.8vw;
  }

  .button-hero {
    height: 87px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
  }

  .divider-2 {
    height: 22px;
  }

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

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

  .section-categories {
    padding-top: 150px;
  }

  .icon-categories.fashion {
    width: 84px;
  }

  .icon-categories.business {
    width: 80px;
  }

  .icon-categories.science {
    width: 71px;
  }

  .icon-categories.sport {
    width: 95px;
  }

  .icon-categories.politics {
    width: 54px;
  }

  .icon-categories.society {
    width: 70px;
  }

  .hero-background {
    width: 684.07px;
    left: -743px;
  }

  .section-tickets {
    padding-top: 75px;
  }

  .hero-background_side {
    width: 16vw;
    bottom: -15%;
  }

  .list-block.has--max-width {
    max-width: 430px;
  }

  .h2-2 {
    font-size: 52px;
  }

  .h2-2.has--align-center {
    margin-bottom: 30px;
  }

  .contacts {
    margin-top: 85px;
    margin-bottom: 75px;
  }

  .social-logo-wrapper {
    width: 80%;
  }
}

@media screen and (min-width: 1920px) {
  .person-image_wrapper {
    height: 480px;
  }

  .background-image {
    right: -31vw;
  }

  .hero-image {
    right: -23.5vw;
  }

  .hero-background {
    left: -982px;
  }

  .hero-background_side {
    width: 11vw;
    bottom: 1%;
    left: -19vw;
  }

  .hero-background_side.is--2 {
    right: -19vw;
  }
}

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

  h3 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }

  .header {
    padding-top: 7svh;
  }

  .person-image {
    object-fit: cover;
  }

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

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

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

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

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

  .padding-large {
    padding: 2.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

  .logo-image {
    height: 29px;
  }

  .logo-image.is--header {
    height: 23.98px;
  }

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

  .h3 {
    width: 80%;
  }

  .description {
    font-size: 24px;
  }

  .quote {
    font-size: 16px;
  }

  .quote-large {
    text-align: center;
    width: 80%;
    font-size: 24px;
  }

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

  .content-block.is--hero {
    padding-top: 25svh;
    height: 100svh;
    padding-top: 0;
  }

  .paragraph-wrapper {
    justify-content: flex-start;
    height: auto;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 8vh;
    overflow: visible;
  }

  .paragraph.has--max-width {
    max-width: 100%;
  }

  .block-categories {
    grid-column-gap: 5.5vw;
    grid-row-gap: 5.5vw;
    grid-template-rows: auto;
    grid-template-columns: 22vw 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: 120px;
    padding: 0;
    display: grid;
  }

  .date {
    font-size: 20.55px;
  }

  .divider {
    height: 16.94px;
  }

  .time-text {
    text-align: center;
    font-size: 18px;
  }

  .partner-logo.is--main {
    height: 55px;
  }

  .partner-logo.is--medium {
    height: 36px;
  }

  .partner-logo.is--small {
    height: 31px;
  }

  .h4 {
    font-size: 24px;
  }

  .cards-container {
    grid-template-columns: 1fr 1fr;
  }

  .background_image.is--small {
    bottom: -5.5%;
  }

  .pop-up-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1.2fr;
    height: 90svh;
    overflow: scroll;
  }

  .paragraph-image {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    top: auto;
    bottom: 5%;
    left: 0%;
    right: 0%;
  }

  .paragraph-image.is--up {
    height: 7vh;
  }

  .pop-up-template {
    border-radius: 20px;
    top: 5svh;
    overflow: hidden;
  }

  .scroll-block {
    position: static;
  }

  .category-block {
    margin-bottom: 40px;
  }

  .category-name {
    margin-bottom: 20px;
  }

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

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

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

  .wrapper-categories {
    flex-direction: column;
    display: flex;
  }

  .partner-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 50px;
    margin-bottom: 55px;
  }

  .partner-block.margin-hide {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .block-categories-2 {
    grid-column-gap: 5.5vw;
    grid-row-gap: 5.5vw;
    grid-template-rows: auto;
    grid-template-columns: 22vw 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: 120px;
    padding: 0;
    display: grid;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .header-2 {
    padding-top: 7svh;
  }

  .logo-footer {
    width: 185px;
    margin-bottom: 60px;
    padding-left: 8px;
  }

  .partners-logo_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 92%;
  }

  .h4-2 {
    font-size: 24px;
  }

  .date-2 {
    font-size: 20.55px;
  }

  .image-footer {
    margin-bottom: -35.5vw;
  }

  .hero-image {
    height: 50vh;
    bottom: -.1%;
    right: -50px;
  }

  .divider-2 {
    height: 16.94px;
  }

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

  .layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 100%;
    display: flex;
  }

  .layout.is--program {
    grid-column-gap: 5.5vw;
    grid-row-gap: 5.5vw;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 22vw 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 124px;
    display: grid;
  }

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

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

  .hero-background {
    width: 401px;
    bottom: -.1%;
    left: -435px;
  }

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

  .hero-background_side {
    display: block;
    left: -61vw;
  }

  .hero-background_side.is--2 {
    right: -61vw;
  }

  .list-block.has--max-width {
    max-width: none;
  }

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

  .contacts.margin-hide {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .social-logo-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 92%;
  }
}

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

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  .person-image {
    display: block;
  }

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

  .button {
    justify-content: center;
  }

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

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

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

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

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

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

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

  .logo-image {
    height: 23px;
  }

  .logo-image.is--header {
    height: 20px;
  }

  .h3 {
    font-size: 18px;
  }

  .description {
    font-size: 22px;
  }

  .quote-large {
    width: 70%;
    font-size: 22px;
  }

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

  .content-block.is--hero {
    padding-bottom: 10svh;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
    display: flex;
  }

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

  .block-categories {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .date {
    margin-top: -1px;
    font-size: 18px;
  }

  .divider {
    display: none;
  }

  .divider.is--horizontal {
    display: block;
  }

  .time-text {
    font-size: 16px;
  }

  .partner-logo {
    height: 30px;
  }

  .partner-logo.is--large {
    height: 28px;
  }

  .partner-logo.is--main {
    height: 50px;
  }

  .partner-logo.is--medium {
    height: 31px;
  }

  .partner-logo.is--small {
    height: 25px;
  }

  .partner-logo.is--xsmall {
    height: 12px;
  }

  .h4 {
    font-size: 20px;
  }

  .cards-container {
    grid-template-columns: 1fr;
  }

  .more_button {
    justify-content: center;
  }

  .pop-up-content {
    height: 90vh;
  }

  .paragraph-image {
    bottom: 5vh;
  }

  .popup-close-button {
    justify-content: center;
  }

  .pop-up-template {
    top: 5vh;
    left: 20px;
    right: 20px;
  }

  .section-program {
    padding-top: 60px;
  }

  .wrapper-categories {
    margin-top: 40px;
  }

  .button-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .block-categories-2 {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .program-wrapper {
    margin-top: 40px;
  }

  .logo-footer {
    width: 140px;
    margin-bottom: 30px;
  }

  .partners-logo_wrapper {
    width: 400px;
  }

  .h4-2 {
    font-size: 20px;
  }

  .date-2 {
    margin-top: -1px;
    font-size: 18px;
  }

  .image-footer {
    width: 136vw;
    margin-bottom: -22.2vw;
    margin-left: -18vw;
    margin-right: -18vw;
  }

  .hero-image {
    z-index: -1;
    height: 350px;
    right: -102px;
  }

  .button-hero {
    justify-content: center;
    height: 47px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .divider-2 {
    display: none;
  }

  .divider-2.is--horizontal {
    display: block;
  }

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

  .layout.is--program {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 95%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .section-partners {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .section-categories {
    padding-top: 60px;
  }

  .section-hero {
    height: 100svh;
  }

  .icon-categories.fashion {
    width: 35px;
  }

  .icon-categories.fashion.draw-animation {
    width: 8vw;
  }

  .icon-categories.business {
    width: 34px;
  }

  .icon-categories.business.draw-animation {
    width: 7.5vw;
  }

  .icon-categories.science {
    width: 30px;
  }

  .icon-categories.science.draw-animation {
    width: 7vw;
  }

  .icon-categories.sport {
    width: 40px;
  }

  .icon-categories.sport.draw-animation {
    width: 9vw;
  }

  .icon-categories.politics {
    width: 32px;
  }

  .icon-categories.politics.draw-animation {
    width: 7vw;
  }

  .icon-categories.society {
    width: 30px;
  }

  .icon-categories.society.draw-animation {
    width: 7.5vw;
  }

  .hero-background {
    width: 162.59px;
    left: -173px;
  }

  .section-tickets {
    padding-top: 30px;
  }

  .social-logo-wrapper {
    width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .logo, .person-image {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .logo-image.is--header {
    height: 6vw;
  }

  .h1 {
    font-size: 50px;
  }

  .h3 {
    width: 85%;
  }

  .quote-large {
    width: 90%;
  }

  .container, .container.is--hero {
    padding-left: 36px;
    padding-right: 36px;
  }

  .content-block.is--hero {
    padding-top: 20svh;
    padding-bottom: 5svh;
    height: 100svh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-right: 2px;
  }

  .date {
    margin-top: -1vw;
    font-size: 5vw;
  }

  .partner-logo.is--xsmall {
    height: 10.3px;
  }

  .pop-up-content {
    padding-left: 19px;
    padding-right: 19px;
  }

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

  .main-partner_block {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .partners-logo_wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 73%;
    min-width: 250px;
  }

  .partners-logo_wrapper.is--main {
    flex-flow: row;
  }

  .date-2 {
    margin-top: -1vw;
    font-size: 5vw;
  }

  .hero-image {
    height: 370px;
    right: -105px;
  }

  .logo-wrapper {
    flex: none;
    display: block;
  }

  .icon-categories.fashion.draw-animation {
    width: 11vw;
  }

  .icon-categories.business.draw-animation {
    width: 10vw;
  }

  .icon-categories.science.draw-animation {
    width: 11vw;
  }

  .icon-categories.sport.draw-animation {
    width: 13vw;
  }

  .icon-categories.politics.draw-animation {
    width: 10vw;
  }

  .icon-categories.society.draw-animation {
    width: 11vw;
  }

  .hero-background {
    left: -175px;
  }

  .hero-background_side {
    top: 91%;
    left: 38.9vw;
  }

  .hero-background_side.is--2 {
    display: none;
    top: 68%;
    right: 27.5vw;
  }

  .contacts {
    align-items: center;
  }

  .social-logo-wrapper {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-wrap: wrap;
    justify-content: center;
    width: 73%;
    min-width: 250px;
  }

  .social-logo-wrapper.is--main {
    flex-flow: row;
  }
}

#w-node-_39d9bbda-f6d3-fe4c-2773-c14adeed6a7b-453d937f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_39d9bbda-f6d3-fe4c-2773-c14adeed6a7e-453d937f, #w-node-_39d9bbda-f6d3-fe4c-2773-c14adeed6a8c-453d937f, #w-node-_8c779042-a407-d710-13e5-5a0ebadfaa38-453d937f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc3829d3-a069-f10e-a783-e34d2427d285-453d937f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bc3829d3-a069-f10e-a783-e34d2427d288-453d937f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cda1465c-197b-6007-8aa7-ce40c6a1c05a-453d937f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-cda1465c-197b-6007-8aa7-ce40c6a1c05e-453d937f, #w-node-cda1465c-197b-6007-8aa7-ce40c6a1c062-453d937f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d41d843f-d5f6-746d-cfb0-8d5064943d59-453d937f, #w-node-efb259ad-e193-7abf-1eff-8dd808b7f5ce-453d937f, #w-node-c147cfc4-7141-fae2-3cd5-f14750a92611-453d937f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1440px) {
  #w-node-_39d9bbda-f6d3-fe4c-2773-c14adeed6a7b-453d937f, #w-node-_39d9bbda-f6d3-fe4c-2773-c14adeed6a7e-453d937f, #w-node-_39d9bbda-f6d3-fe4c-2773-c14adeed6a8c-453d937f, #w-node-bc3829d3-a069-f10e-a783-e34d2427d285-453d937f, #w-node-bc3829d3-a069-f10e-a783-e34d2427d288-453d937f, #w-node-cda1465c-197b-6007-8aa7-ce40c6a1c05a-453d937f, #w-node-cda1465c-197b-6007-8aa7-ce40c6a1c05e-453d937f, #w-node-cda1465c-197b-6007-8aa7-ce40c6a1c062-453d937f, #w-node-d41d843f-d5f6-746d-cfb0-8d5064943d59-453d937f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Namu 1930';
  src: url('../fonts/NAMU-1930.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Namu 1910';
  src: url('../fonts/NAMU-1910.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Namu 1990';
  src: url('../fonts/NAMU-1990.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Namu Pro';
  src: url('../fonts/NAMU-Pro.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Namu 1850';
  src: url('../fonts/NAMU-1850.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Namu 1400';
  src: url('../fonts/NAMU-1400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Akrobat';
  src: url('../fonts/Akrobat-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mak';
  src: url('../fonts/MAK-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}