@charset "UTF-8";
/* Spacing */
/* Font familly */
/* Font Size */
/* Colors system and naming https://material.io/design/color/the-color-system.html#tools-for-picking-colors */
/* Main colors */
:root {
  --black: #262626;
  --gray-900: #23262d;
  --gray-800: #424242;
  --gray-700: #545454;
  --gray-600: #757575;
  --gray-500: #9e9e9e;
  --gray-400: #bdbdbd;
  --gray-300: #e0e0e0;
  --gray-200: #eaeaea;
  --gray-100: #f2f2f2;
  --white: #f2f2f2;
}

[data-theme=dark] {
  --black: #f2f2f2;
  --gray-900: #f2f2f2;
  --gray-800: #eaeaea;
  --gray-700: #e0e0e0;
  --gray-600: #bdbdbd;
  --gray-500: #9e9e9e;
  --gray-400: #757575;
  --gray-300: #616161;
  --gray-200: #424242;
  --gray-100: #23262d;
  --white: #000;
}

/* Basic colors*/
/* Black and white */
/* Size */
/* Shadow */
/* Transition */
/* z-index */
@font-face {
  font-family: "Arbeit";
  src: url("arbeit-book.dbef2269.woff2") format("woff2");
  font-weight: 350;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arbeit";
  src: url("arbeit-regular.e2aa39c1.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arbeit";
  src: url("arbeit-medium.565b26e4.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mondia";
  src: url("mondia-bold.8501b4f1.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Mondia";
  src: url("mondia-regular.f29a3cc4.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
}
.row:after {
  display: table;
  clear: both;
  content: "";
}

.col {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 16px;
  width: 100%;
}

.col--center {
  margin-left: auto;
  margin-right: auto;
  float: none;
  padding-left: 0;
}

.col-xs-1 {
  width: 25%;
}

.col-xs-2 {
  width: 50%;
}

.col-xs-3 {
  width: 75%;
}

@media (min-width: 1024px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .row {
    margin-left: -24px;
  }
  .col {
    padding-left: 24px;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1240px) {
  .container {
    max-width: 1960px;
  }
  .row {
    margin-left: -32px;
  }
  .col {
    padding-left: 32px;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Arbeit", arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: var(--black);
  background-color: var(--gray-100);
  min-height: 100vh;
}
body ::selection {
  color: var(--gray-300);
  background-color: var(--gray-900);
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

blockquote,
caption,
details,
dl,
figure,
hgroup,
label,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0 0 8px;
}

body,
figure,
html,
label,
textarea,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mondia", arial;
  margin: 0;
}

ol,
ul {
  padding-left: 0;
  margin-bottom: 0;
}

table {
  margin-bottom: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

blockquote,
code,
img,
input,
pre,
table,
td,
textarea,
video {
  max-width: 100%;
}

img {
  height: auto;
}

div,
h1,
p,
table,
td,
textarea,
th {
  word-wrap: break-word;
  hyphens: none;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: 18px;
  font-weight: 300;
}
input:disabled,
select:disabled,
textarea:disabled {
  cursor: not-allowed;
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  font: inherit;
}

button {
  -webkit-appearance: none;
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

img {
  vertical-align: middle;
}

a img {
  border: 0;
}

/* scripts */
body > script {
  display: none !important;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
a:hover {
  text-decoration: inherit;
}

ul {
  list-style: none;
}

nav li {
  display: inline-block;
  vertical-align: middle;
}

figure img,
figure div {
  margin-bottom: 8px;
}

iframe {
  border: 0;
  overflow: hidden;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

::placeholder {
  color: var(--gray-500);
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--gray-500);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--gray-500);
}

:-ms-input-placeholder {
  /* IE!)+ */
  color: var(--gray-500) !important;
}

::-ms-input-placeholder {
  /* Edge */
  color: var(--gray-500);
}

.f {
  display: flex;
}

.f-inline {
  display: inline-flex;
}

.f-direction-column {
  flex-direction: column;
}

.f-direction-row-reverse {
  flex-direction: row-reverse;
}

.f-align-items-center {
  align-items: center;
}

.f-jc-center {
  justify-content: center;
}

.f-jc-right {
  justify-content: flex-end;
}

.f-jc-space-b {
  justify-content: space-between;
}

.f-jc-space-a {
  justify-content: space-around;
}

.f-jc-space-c {
  justify-content: center;
}

.f-ai-baseline {
  align-items: baseline;
}

@media (min-width: 1024px) {
  .f--tablet {
    display: flex;
  }
}
@media (min-width: 1240px) {
  .f--desktop {
    display: flex;
  }
}
.mr-0 {
  margin-right: 0;
}

.ml-0 {
  margin-left: 0;
}

.mr-1 {
  margin-right: 4px;
}

.ml-1 {
  margin-left: 4px;
}

.mr-2 {
  margin-right: 8px;
}

.ml-2 {
  margin-left: 8px;
}

.mr-3 {
  margin-right: 16px;
}

.ml-3 {
  margin-left: 16px;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-1 {
  margin-top: 8px;
}

.mb-1 {
  margin-bottom: 8px;
}

.mt-2 {
  margin-top: 16px;
}

.mb-2 {
  margin-bottom: 16px;
}

.mt-3 {
  margin-top: 24px;
}

.mb-3 {
  margin-bottom: 24px;
}

.mt-4 {
  margin-top: 32px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mt-5 {
  margin-top: 40px;
}

.mb-5 {
  margin-bottom: 40px;
}

.mt-6 {
  margin-top: 48px;
}

.mb-6 {
  margin-bottom: 48px;
}

.mt-7 {
  margin-top: 56px;
}

.mb-7 {
  margin-bottom: 56px;
}

.mt-8 {
  margin-top: 64px;
}

.mb-8 {
  margin-bottom: 64px;
}

.mt-9 {
  margin-top: 72px;
}

.mb-9 {
  margin-bottom: 72px;
}

.mt-10 {
  margin-top: 80px;
}

.mb-10 {
  margin-bottom: 80px;
}

.mt-11 {
  margin-top: 88px;
}

.mb-11 {
  margin-bottom: 88px;
}

@media (min-width: 1024px) {
  .mt-md-0 {
    margin-top: 0;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mt-md-1 {
    margin-top: 8px;
  }
  .mb-md-1 {
    margin-bottom: 8px;
  }
  .mt-md-2 {
    margin-top: 16px;
  }
  .mb-md-2 {
    margin-bottom: 16px;
  }
  .mt-md-3 {
    margin-top: 24px;
  }
  .mb-md-3 {
    margin-bottom: 24px;
  }
  .mt-md-4 {
    margin-top: 32px;
  }
  .mb-md-4 {
    margin-bottom: 32px;
  }
  .mt-md-5 {
    margin-top: 40px;
  }
  .mb-md-5 {
    margin-bottom: 40px;
  }
  .mt-md-6 {
    margin-top: 48px;
  }
  .mb-md-6 {
    margin-bottom: 48px;
  }
  .mt-md-7 {
    margin-top: 56px;
  }
  .mb-md-7 {
    margin-bottom: 56px;
  }
  .mt-md-8 {
    margin-top: 64px;
  }
  .mb-md-8 {
    margin-bottom: 64px;
  }
  .mt-md-9 {
    margin-top: 72px;
  }
  .mb-md-9 {
    margin-bottom: 72px;
  }
  .mt-md-10 {
    margin-top: 80px;
  }
  .mb-md-10 {
    margin-bottom: 80px;
  }
  .mt-md-11 {
    margin-top: 88px;
  }
  .mb-md-11 {
    margin-bottom: 88px;
  }
}
@media (min-width: 1240px) {
  .mt-lg-0 {
    margin-top: 0;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mt-lg-1 {
    margin-top: 8px;
  }
  .mb-lg-1 {
    margin-bottom: 8px;
  }
  .mt-lg-2 {
    margin-top: 16px;
  }
  .mb-lg-2 {
    margin-bottom: 16px;
  }
  .mt-lg-3 {
    margin-top: 24px;
  }
  .mb-lg-3 {
    margin-bottom: 24px;
  }
  .mt-lg-4 {
    margin-top: 32px;
  }
  .mb-lg-4 {
    margin-bottom: 32px;
  }
  .mt-lg-5 {
    margin-top: 40px;
  }
  .mb-lg-5 {
    margin-bottom: 40px;
  }
  .mt-lg-6 {
    margin-top: 48px;
  }
  .mb-lg-6 {
    margin-bottom: 48px;
  }
  .mt-lg-7 {
    margin-top: 56px;
  }
  .mb-lg-7 {
    margin-bottom: 56px;
  }
  .mt-lg-8 {
    margin-top: 64px;
  }
  .mb-lg-8 {
    margin-bottom: 64px;
  }
  .mt-lg-9 {
    margin-top: 72px;
  }
  .mb-lg-9 {
    margin-bottom: 72px;
  }
  .mt-lg-10 {
    margin-top: 80px;
  }
  .mb-lg-10 {
    margin-bottom: 80px;
  }
  .mt-lg-11 {
    margin-top: 88px;
  }
  .mb-lg-11 {
    margin-bottom: 88px;
  }
}
h1,
.h1 {
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 112px;
    line-height: 0.88em;
    letter-spacing: -0.03em;
  }
}
@media (min-width: 1024px) and (max-height: 1440px) {
  h1,
  .h1 {
    font-size: 13.5vh;
  }
}
@media (min-width: 1240px) and (max-height: 1440px) {
  h1,
  .h1 {
    font-size: 19vh;
  }
}
@media (min-width: 1240px) and (min-height: 1440px) {
  h1,
  .h1 {
    font-size: 250px;
    line-height: 250px;
  }
}

h2,
.h2 {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 100px;
    line-height: 110px;
  }
}

h3,
.h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 45px;
    line-height: 56px;
  }
}

h4,
.h4 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 400;
}

.ft-primary {
  font-size: 20px;
  line-height: 28px;
}

.ft-secondary {
  font-size: 18px;
  line-height: 20px;
}

.ft-tertiary {
  font-size: 12px;
  line-height: 20px;
}

.ft-opacity {
  line-height: 28px;
  opacity: 0.5;
}

.ft-up {
  text-transform: uppercase;
}

.ft-cap {
  text-transform: capitalize;
}

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

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

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

.ft-nowrap {
  white-space: nowrap;
}

.ft-strikethrough {
  text-decoration: line-through;
}

.ft-default {
  font-family: "Arbeit";
}

.ft-heading {
  font-family: "Mondia";
}

.ft-100 {
  font-weight: 100;
}

.ft-300 {
  font-weight: 300;
}

.ft-400 {
  font-weight: 400;
}

.ft-500 {
  font-weight: 500;
}

.ft-600 {
  font-weight: 600;
}

.ft-700 {
  font-weight: 700;
}

.ft-900 {
  font-weight: 900;
}

.ft-truncat {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-primary {
  color: #d9583c;
}

.c-red {
  color: #e7221f;
}

.c-black {
  color: var(--black);
}

.c-gray-900 {
  color: var(--gray-900);
}

.c-gray-800 {
  color: var(--gray-800);
}

.c-gray-700 {
  color: var(--gray-700);
}

.c-gray-600 {
  color: var(--gray-600);
}

.c-gray-500 {
  color: var(--gray-500);
}

.c-gray-400 {
  color: var(--gray-400);
}

.c-gray-300 {
  color: var(--gray-300);
}

.c-gray-200 {
  color: var(--gray-200);
}

.c-gray-100 {
  color: var(--gray-100);
}

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

.link:hover {
  color: var(--gray-700);
}
.link.is-active {
  color: var(--gray-500);
}
.link.is-active:hover {
  color: var(--black);
}
.link.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.link-arrow {
  display: inline-block;
  position: relative;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  color: #d9583c;
  transform: translateX(-25px);
}
.link-arrow span {
  transition: opacity 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-right: 4px;
  opacity: 0;
}
.link-arrow:before {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  display: block;
  width: calc(100% - 27px);
  height: 1px;
  background: #d9583c;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.link-arrow:hover {
  transform: translateX(0);
}
.link-arrow:hover span {
  opacity: 1;
}
.link-arrow:hover:before {
  opacity: 0;
}

.link-highlighted {
  display: inline-block;
  position: relative;
}
.link-highlighted:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--white);
  position: absolute;
  bottom: -1px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.link-highlighted:hover {
  color: var(--gray-500);
}
.link-highlighted:hover:before {
  background: var(--gray-500);
}

.tag {
  display: block;
  padding: 0 30px;
  background: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  height: 52px;
  line-height: 52px;
  border-radius: 50px;
}

.header {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 40px 0;
}
.header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header nav > a {
  width: 180px;
}
.header nav ul {
  display: none;
  margin-top: 24px;
}
.header nav ul li {
  margin-right: 48px;
}
.header nav ul li:last-child {
  margin-right: 0;
}
.header.is-open {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100vh;
  background: var(--white);
}
.header.is-open nav ul {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100px;
}
.header.is-open nav ul li {
  margin-bottom: 16px;
}
.header.is-open .header__menu-mobile {
  top: 2px;
}
.header.is-open .header__menu-mobile span:first-child {
  position: relative;
  top: 5px;
  transform: rotate(45deg);
}
.header.is-open .header__menu-mobile span:nth-child(2) {
  transform: rotate(-45deg);
}
.header.is-open .header__menu-mobile span:last-child {
  display: none;
}

.header__menu-mobile {
  position: relative;
  top: 2px;
  cursor: pointer;
}
.header__menu-mobile span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--black);
  margin-bottom: 3px;
  transition: transform 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header__menu-mobile span:last-child  {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .header {
    padding-top: 45px;
  }
}
@media (min-width: 1024px) {
  .header {
    padding-top: 56px;
    padding-bottom: 69px;
  }
  .header nav {
    flex-direction: row;
  }
  .header nav > a {
    width: auto;
  }
  .header nav ul {
    display: block;
    margin-top: 0;
  }
  .header__menu-mobile {
    display: none;
  }
}
@media (min-width: 1441px) {
  .header {
    padding-top: 96px;
  }
}
.footer {
  background: var(--black);
  color: var(--white);
  padding: 48px 0;
}
.footer .col {
  margin-bottom: 24px;
}
.footer .col:last-child {
  margin-bottom: 0;
}
.footer a {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.footer a:hover {
  color: var(--gray-400);
}
.footer img {
  pointer-events: none;
  user-select: none;
}
.footer ul {
  display: flex;
}
.footer ul li {
  margin-right: 24px;
}
.footer ul li:last-child {
  margin-right: 0;
}
.footer ul li a svg path {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.footer ul li a:hover svg path {
  fill: var(--gray-400);
}

@media (min-width: 1024px) {
  .footer {
    padding: 110px 0;
  }
  .footer ul {
    justify-content: flex-end;
  }
}
.section {
  padding: 80px 0;
}
.section .h3:not(p) {
  font-size: 64px;
  line-height: 72px;
  margin-bottom: 40px;
}
.section .h2:not(p) {
  margin-bottom: 24px;
}

.section-header {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.section-header__paragraph {
  margin-top: 24px;
}

.section-header__arrow {
  display: none;
  position: absolute;
  bottom: -125px;
  right: 0;
}

.section-thesis {
  margin-top: 72px;
  margin-bottom: 72px;
}

.section-gray {
  background: var(--gray-200);
}
.section-gray .h4 br {
  display: none;
}

.section-black {
  margin-left: -20px;
  margin-right: -20px;
  background: var(--black);
  color: var(--white);
  padding: 80px 16px;
}

.section-black__container {
  margin-top: 56px;
}
.section-black__container p.h2.ft-heading br {
  display: none;
}
.section-black__container ul li {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
}
.section-black__container ul li:last-child {
  margin-right: 0;
}

.section-black__p-opacity {
  opacity: 0.6;
  margin: 0 auto;
}

.section-core {
  margin: 80px 0;
}

.section-experts {
  margin-bottom: 80px;
}

.section-about {
  position: relative;
}

.section-about__photos {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
}
.section-about__photos.is-hidden img {
  opacity: 0;
  transform: translateY(50px);
}
.section-about__photos img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s, transform 0.4s;
  will-change: opacity, transform;
}
.section-about__photos img:nth-child(2) {
  transition-delay: 0.05s;
}

.section-about__button {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  cursor: pointer;
}
.section-about__button::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}

@media (min-width: 768px) {
  .section .h3:not(p) {
    font-size: 68px;
  }
  .section-header {
    margin-bottom: 200px;
    flex-direction: initial;
    align-items: flex-end;
  }
  .section-header .h1 {
    text-align: right;
  }
  .section-header--default {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .section-header__paragraph {
    position: relative;
    top: 130px;
    max-width: 80%;
  }
  .section-header__arrow {
    display: block;
  }
  .section-black {
    padding-left: 45px;
    padding-right: 45px;
  }
  .section-black__p-opacity {
    max-width: 340px;
  }
  .section-about__photos img {
    height: 800px;
  }
}
@media (min-width: 1024px) {
  .section .h2:not(p) {
    margin-bottom: 0;
  }
  .section-header {
    margin-bottom: 130px;
  }
  .section-thesis {
    margin-top: 317px;
    margin-bottom: 166px;
  }
  .section-header__paragraph {
    width: 100%;
    margin-top: 0;
    max-width: 295px;
  }
  .section-black__container {
    margin-top: 136px;
  }
  .section-black__container p.h2.ft-heading br {
    display: block;
  }
  .section-black__container ul {
    display: flex;
  }
  .section-black__container ul li {
    margin-right: 30px;
  }
  .section-core {
    margin-top: 0;
    margin-bottom: 119px;
  }
  .section-about__photos {
    display: flex;
  }
  .section-about__photos img {
    width: 50%;
    height: initial;
  }
}
@media (min-width: 1240px) {
  .section {
    padding-top: 198px;
    padding-bottom: 253px;
  }
  .section .h3:not(p) {
    margin-bottom: 127px;
  }
  .section-header__paragraph {
    width: 25%;
  }
  .section-black {
    padding-top: 161px;
    padding-bottom: 175px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }
  .section-black__container {
    margin-top: 192px;
  }
  .section-gray {
    padding: 253px 0;
  }
  .section-gray .h4 br {
    display: block;
  }
  .section-gray__container {
    margin-left: -32px;
  }
  .section-experts {
    margin-bottom: 226px;
  }
  .section-experts .link-twitter svg {
    position: relative;
    top: 1px;
  }
}
.mosaic {
  display: grid;
  text-align: center;
  grid-row-gap: 32px;
}

.mosaic--experts {
  text-align: left;
}

.mosaic--core > div:nth-child(2) {
  display: none;
}

@media (min-width: 768px) {
  .mosaic {
    grid-template-columns: repeat(2, 1fr);
  }
  .mosaic--experts {
    grid-row-gap: 40px;
  }
}
@media (min-width: 1024px) {
  .mosaic {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 109px;
    grid-column-gap: 72px;
  }
  .mosaic--experts {
    grid-column-gap: 72px;
  }
}
@media (min-width: 1240px) {
  .mosaic {
    grid-template-columns: repeat(4, 1fr);
  }
  .mosaic--experts {
    grid-template-columns: repeat(4, 1fr);
  }
  .mosaic--core > div:nth-child(2) {
    display: block;
  }
}
.list-num {
  margin-top: 56px;
  margin-bottom: 80px;
}
.list-num li {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.list-num li:last-child {
  margin-bottom: 0;
}
.list-num li span {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-size: 45px;
  opacity: 0.11;
}
.list-num li p {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0.1;
}
.list-num li br {
  display: none;
}
.list-num li.is-active span {
  color: #d9583c;
  opacity: 1;
}
.list-num li.is-active p {
  color: var(--black);
  opacity: 1;
}

@media (min-width: 768px) {
  .list-num {
    margin-top: 0;
  }
  .list-num li {
    flex-direction: row;
    align-items: center;
  }
  .list-num li span {
    width: 140px;
    min-width: 140px;
    font-size: 105px;
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .list-num {
    margin-bottom: 175px;
  }
  .list-num li {
    margin-bottom: 100px;
  }
  .list-num li span {
    width: 190px;
    min-width: 190px;
    text-align: center;
    margin-right: 88px;
  }
}
@media (min-width: 1240px) {
  .list-num {
    padding-left: 56px;
  }
  .list-num li br {
    display: block;
  }
}

/*# sourceMappingURL=main.5f5f1486.css.map */