@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------
   HACKS & RESETS
--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------
  Normalize styles based on Foundation 5
  (normalize.css v3.0.2 | MIT License | git.io/normalize)
----------------------------------------------------------------------------------------------------*/
html {
  font-family: serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

body {
  margin: 0;
  text-rendering: optimizeLegibility;
}

header, footer, aside, nav, menu, section, div, main,
article, details, figcaption, figure, summary,
hgroup, blockquote, address, object, embed {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

img, svg {
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0; /* 2 */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  height: auto;
  min-height: 50px;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/* Hacks & oldie styles
---------------------------------------------------------------------------------------------------- */
body.oldie {
  overflow: auto;
}

.oldie .wrapper {
  width: 63.75em;
}

/* MEDIA
---------------------------------------------------------------------------------------------------*/
/* GRID
---------------------------------------------------------------------------------------------------*/
html,
body {
  font-size: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  color: #000000;
  position: relative;
  cursor: auto;
  height: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.stay_fixed, body.modal_is_open {
  overflow: hidden;
}
body::-webkit-scrollbar {
  display: none;
}

.global_wrapper {
  background-color: #ffffff;
  position: relative;
}
.global_wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/gradient-768x1024.jpg) no-repeat scroll center center transparent;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (min-width: 64em) {
  .global_wrapper::before {
    background: url(../img/gradient-1920x1080.jpg) no-repeat scroll center center transparent;
    background-size: cover;
    background-attachment: fixed;
  }
}

.home_wrapper {
  position: relative;
  color: #ffffff;
}

/* HTML5 Elements 
----------------------------------------------------------------------*/
img,
object,
embed,
svg,
iframe {
  max-width: 100%;
  border: 0;
}

embed {
  height: 100%;
}

img,
svg {
  height: auto;
}

object,
embed,
iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* LINKS 
----------------------------------------------------------------------*/
a,
a:hover,
a:active,
a:focus {
  color: inherit;
  outline: none;
}

a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

/* BUTTONS 
----------------------------------------------------------------------*/
button,
.button {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  overflow: visible;
  -webkit-appearance: textearea;
  -moz-appearance: textearea;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  display: inline-block;
  position: relative;
  text-align: center;
  font-style: normal;
}
button:hover, button:focus,
.button:hover,
.button:focus {
  outline: none;
  text-decoration: none;
}
button.disabled, button[disabled],
.button.disabled,
.button[disabled] {
  cursor: default;
  box-shadow: none;
}

/* Lists
----------------------------------------------------------------------*/
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.basic_content ul,
.basic_content ol {
  margin: 5px 0 10px;
}

ul.no-bullet,
ol.no-bullet {
  list-style: none;
}

ul.square,
ol.square {
  list-style-type: square;
}

ul.circle,
ol.circle {
  list-style-type: circle;
}

ul.disc,
ol.disc {
  list-style-type: disc;
}

ul.inline-block li, ul.inline_column li,
ul.inline li,
ol.inline-block li,
ol.inline_column li,
ol.inline li {
  display: inline;
  vertical-align: middle;
  list-style: none;
}

ul.inline-block li, ul.inline_column li,
ol.inline-block li,
ol.inline_column li {
  display: inline-block;
}

.content ul,
.content ol {
  list-style-position: outside;
  margin-left: 18px;
}
.content ul li,
.content ol li {
  padding-left: 5px;
  margin-bottom: 12px;
}

/*  Tables
----------------------------------------------------------------------*/
table thead th,
table tbody td {
  padding: 20px 14px;
}
table thead th:last-child,
table tbody td:last-child {
  padding-right: 35px;
}
table thead th:first-child,
table tbody td:first-child {
  padding-left: 35px;
}

thead tr,
thead th {
  background-color: transparent;
}
thead th {
  font-size: 0.9375em;
  line-height: 1.1333333333em;
}

tbody td {
  background-color: transparent !important;
  font-size: 1.1875em;
  line-height: 1.1578947368em;
}

/*  Forms
----------------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
textarea,
select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
  font-weight: inherit;
  max-width: 100%;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1;
}

/* TABLES 
----------------------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* -------------------------------------------------------------------------------------------------
    SECTION: UTILITY CLASSES 
---------------------------------------------------------------------------------------------------- */
/*  Display property 
----------------------------------------------------------------------*/
.block {
  display: block;
}

.inline-block, .inline_column, img,
svg {
  display: inline-block;
  vertical-align: middle;
}

.inline {
  display: inline;
}

.hidden {
  display: none !important;
}

.invisible,
.screen-reader-text {
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  color: transparent;
}

/* Floating elements 
----------------------------------------------------------------------*/
.left {
  float: left;
}

.right {
  float: right !important;
}

.none {
  float: none;
}

.centered {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  clear: both;
}

/*Scrollbars
----------------------------------------------------------------------*/
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: 0;
  -webkit-border-radius: 0;
  background: #000000;
  border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #000000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.8);
}

/*Containers
----------------------------------------------------------------------*/
@media screen and (max-width: 105em) {
  table thead th,
  table tbody td {
    padding: 17px 12px;
  }
  table thead th:last-child,
  table tbody td:last-child {
    padding-right: 30px;
  }
  table thead th:first-child,
  table tbody td:first-child {
    padding-left: 30px;
  }
  thead th {
    font-size: 0.875em;
  }
  tbody td {
    font-size: 1.0625em;
    line-height: 1.2352941176em;
  }
}
@media screen and (max-width: 90.625em) {
  table thead th:last-child,
  table tbody td:last-child {
    padding-right: 18px;
  }
  table thead th:first-child,
  table tbody td:first-child {
    padding-left: 18px;
  }
  thead th {
    font-size: 0.75em;
  }
  tbody td {
    font-size: 0.9375em;
    line-height: 1.2em;
  }
}
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-abs-center {
  align-items: center;
  justify-content: center;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.visually-hidden {
  clip: rect(0, 0, 0, 0);
  visibility: hidden;
  opacity: 0;
}

.global_wrapper {
  width: 100%;
  margin: auto;
  background-color: #fff;
}

.wrapper {
  padding: 0 10px;
}

.ads_element {
  position: sticky;
  top: 30px;
}
.ads_element .dfp_wrap {
  min-width: 300px;
  height: 300px;
  background-color: #dddddd;
}

.invisible {
  visibility: hidden;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  margin: 0;
  padding: 0;
}

/* -------------------------------------------------------------------------------------------------
    SECTION: TYPOGRAPHY
---------------------------------------------------------------------------------------------------- */
/* FONTS
----------------------------------------------------------------------*/
@font-face {
  font-family: "PFRegalTextPro-RegB";
  src: url(../fonts/RegalTextRegularB/PFRegalTextPro-RegB.woff) format("woff");
  src: url(../fonts/RegalTextRegularB/PFRegalTextPro-RegB.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PFRegalTextPro-Medium";
  src: url(../fonts/RegalTextMedium/PFRegalTextPro-Medium.woff) format("woff");
  src: url(../fonts/RegalTextMedium/PFRegalTextPro-Medium.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PFRegalTextPro-Bold";
  src: url(../fonts/RegalTextBold/PFRegalTextPro-Bold.woff) format("woff");
  src: url(../fonts/RegalTextBold/PFRegalTextPro-Bold.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PFRegalTextPro-BoldItalic";
  src: url(../fonts/RegalTextBoldItalic/PFRegalTextPro-BoldItalic.woff) format("woff");
  src: url(../fonts/RegalTextBoldItalic/PFRegalTextPro-BoldItalic.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Heading-Now-13-Book";
  src: url(../fonts/Heading-Now-13-Book/Heading-Now-13-Book.otf) format("poscript opentype");
  src: url(../fonts/Heading-Now-13-Book/Heading-Now-13-Book.ttf) format("truetype opentype");
  src: url(../fonts/Heading-Now-13-Book/Heading-Now-13-Book.woff) format("woff");
  src: url(../fonts/Heading-Now-13-Book/Heading-Now-13-Book.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Heading-Now-14-Regular";
  src: url(../fonts/Heading-Now-14-Regular/Heading-Now-14-Regular.otf) format("poscript opentype");
  src: url(../fonts/Heading-Now-14-Regular/Heading-Now-14-Regular.ttf) format("truetype opentype");
  src: url(../fonts/Heading-Now-14-Regular/Heading-Now-14-Regular.woff) format("woff");
  src: url(../fonts/Heading-Now-14-Regular/Heading-Now-14-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Heading-Now-15-Medium";
  src: url(../fonts/Heading-Now-15-Medium/Heading-Now-15-Medium.otf) format("poscript opentype");
  src: url(../fonts/Heading-Now-15-Medium/Heading-Now-15-Medium.ttf) format("truetype opentype");
  src: url(../fonts/Heading-Now-15-Medium/Heading-Now-15-Medium.woff) format("woff");
  src: url(../fonts/Heading-Now-15-Medium/Heading-Now-15-Medium.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* TYPOGRAPHY
----------------------------------------------------------------------*/
body {
  color: #000000;
  font-family: "PFRegalTextPro-RegB", sans-serif;
  font-size: 100%;
  line-height: 1em;
  font-weight: 400;
  font-style: normal;
}
body.nav_is_open, body.menuRoi_is_open {
  overflow: hidden;
}
body.menu_is_stuck {
  padding-top: 50px;
}
@media screen and (min-width: 68.8125em) {
  body.menu_is_stuck.home {
    padding-top: 150px;
  }
}
@media screen and (min-width: 106.3125em) {
  body.menu_is_stuck.home {
    padding-top: 250px;
  }
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 auto;
  font-weight: normal;
}

h2 {
  margin-bottom: 30px;
}

.section__title,
.category__title {
  margin-bottom: 10px;
}

button,
.button {
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.article.article_darkmode .post__content {
  color: #ffffff;
}

.underline_btn {
  text-decoration: underline;
}

.article_wrapper {
  padding: 110vw 0 0;
}

.story_wrapper {
  padding: 282px 0 0;
}

.year_wrapper,
.home_wrapper,
.highlights_wrapper,
.voice_wrapper {
  position: relative;
  color: #ffffff;
  padding: 0 36px;
}

.voice_wrapper {
  padding-top: 74px;
}

.year_wrapper {
  padding-top: 74px;
}

.highlights_wrapper .years_highlight {
  padding-top: 78px;
  padding-bottom: 0;
}

.paragraph > p {
  margin-top: 0;
  margin-bottom: 24px;
}
.paragraph > p:last-child {
  margin-bottom: 0;
}
.paragraph figure {
  width: 100% !important;
  height: auto;
  margin: 38px 0;
}
.paragraph figure .wp-caption-text {
  margin-top: 5px;
}
.paragraph h2,
.paragraph h3 {
  margin-top: 0;
  margin-bottom: 12px;
}
.paragraph blockquote {
  padding-left: 22px;
  border-left: 3px solid #000000;
  margin: 38px 0 40px;
}
.paragraph blockquote p {
  margin: 0;
}

@media screen and (min-width: 48em) {
  .article_wrapper {
    padding: 159px 0px 0;
    max-width: 608px;
    margin: 0 auto;
  }
  .year_wrapper,
  .home_wrapper,
  .highlights_wrapper,
  .voice_wrapper {
    max-width: 608px;
    padding: 0;
    margin: 0 auto;
  }
  .highlights_wrapper .years_highlight {
    padding-top: 124px;
  }
  .year_wrapper,
  .voice_wrapper {
    padding-top: 74px;
  }
  .story_wrapper {
    padding: 159px 0px 0;
    max-width: 668px;
    margin: 0 auto;
  }
  .paragraph h2,
  .paragraph h3 {
    margin-bottom: 20px;
  }
  .paragraph blockquote {
    margin: 38px 109px 40px 0;
  }
}
@media screen and (min-width: 64em) {
  .article_wrapper,
  .story_wrapper {
    padding: 199px 0 0;
    max-width: 784px;
  }
  .year_wrapper,
  .home_wrapper,
  .highlights_wrapper,
  .voice_wrapper {
    max-width: 784px;
  }
  .highlights_wrapper .years_highlight {
    padding-top: 144px;
    padding-bottom: 100px;
  }
  .year_wrapper {
    padding-top: 74px;
  }
  .paragraph > p {
    margin-bottom: 33px;
  }
  .paragraph figure {
    margin: 45px 0;
  }
  .paragraph figure .wp-caption-text {
    margin-top: 9px;
  }
  .paragraph blockquote {
    border-left: 5px solid #000000;
    margin: 46px 239px 52px 0;
  }
}
@media screen and (min-width: 68.8125em) {
  .article_wrapper,
  .story_wrapper {
    padding: 204px 0 0;
    max-width: 1088px;
  }
  .year_wrapper,
  .home_wrapper,
  .highlights_wrapper {
    max-width: 904px;
  }
  .voice_wrapper {
    max-width: 1088px;
  }
  .highlights_wrapper .years_highlight {
    padding-top: 135px;
    padding-bottom: 89px;
  }
  .year_wrapper,
  .voice_wrapper {
    padding-top: 84px;
  }
  .paragraph figure .wp-caption-text {
    margin-top: 5px;
  }
  .paragraph h2,
  .paragraph h3 {
    margin-bottom: 34px;
  }
  .paragraph blockquote {
    padding-left: 33px;
    margin: 46px 337px 52px 0;
  }
}
@media screen and (min-width: 106.3125em) {
  .article_wrapper,
  .story_wrapper {
    padding: 204px 0 0;
    max-width: 1636px;
  }
  .year_wrapper,
  .home_wrapper,
  .highlights_wrapper,
  .voice_wrapper {
    max-width: 1360px;
  }
  .highlights_wrapper .years_highlight {
    padding-top: 226px;
    padding-bottom: 91px;
  }
  .year_wrapper {
    padding-top: 121px;
  }
  .paragraph > p {
    margin-bottom: 31px;
  }
  .paragraph figure {
    margin: 88px 0 85px;
  }
  .paragraph figure .wp-caption-text {
    margin-top: 9px;
  }
  .paragraph h2,
  .paragraph h3 {
    margin-bottom: 37px;
  }
  .paragraph blockquote {
    margin: 75px 350px 81px 0;
  }
}
.paragraph {
  font-family: "PFRegalTextPro-RegB", sans-serif;
  font-size: 1.125em;
  line-height: 1.3333333333em;
}
.paragraph strong {
  font-family: "PFRegalTextPro-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.paragraph a {
  text-decoration: underline;
}
.paragraph a:hover {
  text-decoration: none;
}
.paragraph h2 {
  font-family: "PFRegalTextPro-Bold", sans-serif;
  font-size: 1.1111111111em;
  line-height: 1.2em;
  font-style: normal;
}
.paragraph h3 {
  font-family: "PFRegalTextPro-Bold", sans-serif;
  font-style: normal;
}
.paragraph blockquote {
  font-size: 0.8333333333em;
  line-height: 1.6666666667em;
}
.paragraph .wp-caption-text {
  font-size: 0.5555555556em;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 64em) {
  .paragraph {
    font-size: 1.375em;
    line-height: 1.4545454545em;
  }
  .paragraph h2 {
    font-size: 1.0909090909em;
    line-height: 1.25em;
  }
  .paragraph blockquote {
    font-size: 0.8181818182em;
    line-height: 1.6111111111em;
  }
  .paragraph .wp-caption-text {
    font-size: 0.5454545455em;
    line-height: 1.6666666667em;
  }
}
@media screen and (min-width: 68.8125em) {
  .paragraph .wp-caption-text {
    font-size: 0.6818181818em;
    line-height: 1.3333333333em;
  }
}
@media screen and (min-width: 106.3125em) {
  .paragraph {
    font-size: 1.5em;
    line-height: 1.2916666667em;
  }
  .paragraph h2 {
    font-size: 1.25em;
    line-height: 1.2666666667em;
  }
  .paragraph blockquote {
    font-size: 1em;
  }
  .paragraph .wp-caption-text {
    font-size: 0.625em;
  }
}

.section_title {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 3.4375em;
  line-height: 1.0181818182em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 48em) {
  .section_title {
    font-size: 4.875em;
    line-height: 0.8974358974em;
  }
}
@media screen and (min-width: 106.3125em) {
  .section_title {
    font-size: 8.125em;
    line-height: 0.9230769231em;
  }
}

.section_description {
  font-family: "PFRegalTextPro-Bold", sans-serif;
  font-size: 1.0625em;
  line-height: 1.2352941176em;
}
@media screen and (min-width: 48em) {
  .section_description {
    font-size: 1.125em;
    line-height: 1.3333333333em;
  }
}
@media screen and (min-width: 64em) {
  .section_description {
    font-size: 0.9375em;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 106.3125em) {
  .section_description {
    font-size: 1.5em;
    line-height: 1.2916666667em;
  }
}

.section_image_title,
.carousel_pagitation {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 1.875em;
  line-height: 1.1em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 64em) {
  .section_image_title,
  .carousel_pagitation {
    font-size: 1.75em;
    line-height: 1.0714285714em;
  }
}
@media screen and (min-width: 106.3125em) {
  .section_image_title,
  .carousel_pagitation {
    font-size: 2.5em;
    line-height: 1.15em;
  }
}

.large_button,
.l-font {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 1.5em;
  line-height: 1.1666666667em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 64em) {
  .large_button,
  .l-font {
    font-size: 1.375em;
    line-height: 1.5909090909em;
  }
}
@media screen and (min-width: 106.3125em) {
  .large_button,
  .l-font {
    font-size: 2.5em;
    line-height: 1.15em;
  }
}

.m-font {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 1.5em;
  line-height: 1.1666666667em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 106.3125em) {
  .m-font {
    font-size: 2.5em;
    line-height: 1.15em;
  }
}

.small_button,
.s-font {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 1.25em;
  line-height: 1.55em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 64em) {
  .small_button,
  .s-font {
    font-size: 1.0625em;
    line-height: 1.5882352941em;
  }
}
@media screen and (min-width: 106.3125em) {
  .small_button,
  .s-font {
    font-size: 1.25em;
    line-height: 1.55em;
  }
}

.number_title {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 2.5em;
  line-height: 1.075em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 48em) {
  .number_title {
    font-size: 3.75em;
    line-height: 1.1333333333em;
    letter-spacing: 0.5em;
  }
}
@media screen and (min-width: 106.3125em) {
  .number_title {
    font-size: 5.9375em;
    line-height: 1.0842105263em;
  }
}

.number_subtitle {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 1.375em;
  line-height: 1.5909090909em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 48em) {
  .number_subtitle {
    font-size: 1.875em;
    line-height: 1.1em;
  }
}
@media screen and (min-width: 64em) {
  .number_subtitle {
    font-size: 1.75em;
    line-height: 1.0714285714em;
  }
}
@media screen and (min-width: 106.3125em) {
  .number_subtitle {
    font-size: 2.5em;
    line-height: 1.15em;
  }
}

.person_name {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 2.8125em;
  line-height: 0.9555555556em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 64em) {
  .person_name {
    font-size: 4.0625em;
    line-height: 0.9692307692em;
  }
}
@media screen and (min-width: 68.8125em) {
  .person_name {
    font-size: 5em;
    line-height: 0.975em;
  }
}
@media screen and (min-width: 106.3125em) {
  .person_name {
    font-size: 5.9375em;
    line-height: 0.9789473684em;
  }
}

.person_company {
  font-family: "PFRegalTextPro-Bold", sans-serif;
  font-size: 1.25em;
  line-height: 1.25em;
}
@media screen and (min-width: 64em) {
  .person_company {
    font-size: 1.5em;
    line-height: 1.2083333333em;
  }
}
@media screen and (min-width: 106.3125em) {
  .person_company {
    font-size: 1.75em;
    line-height: 1.2142857143em;
  }
}

.person_position {
  font-family: "PFRegalTextPro-Bold", sans-serif;
  font-size: 0.875em;
  line-height: 1.2142857143em;
}
@media screen and (min-width: 64em) {
  .person_position {
    font-size: 1.125em;
    line-height: 1.2222222222em;
  }
}
@media screen and (min-width: 106.3125em) {
  .person_position {
    font-size: 1.25em;
    line-height: 1.25em;
  }
}

.post_lead {
  font-family: "PFRegalTextPro-RegB", sans-serif;
  font-size: 0.9375em;
  line-height: 1.6666666667em;
}
@media screen and (min-width: 64em) {
  .post_lead {
    font-size: 1.125em;
    line-height: 1.6111111111em;
  }
}
@media screen and (min-width: 106.3125em) {
  .post_lead {
    font-size: 1.5em;
    line-height: 1.625em;
  }
}

.single_supertitle {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 1.875em;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 64em) {
  .single_supertitle {
    font-size: 2.1875em;
    line-height: 1.5714285714em;
  }
}
@media screen and (min-width: 68.8125em) {
  .single_supertitle {
    font-size: 3.75em;
    line-height: 1.0833333333em;
  }
}
@media screen and (min-width: 68.8125em) {
  .single_supertitle {
    font-size: 4.625em;
    line-height: 1.0810810811em;
  }
}

.single_number {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 2.8125em;
  line-height: 0.8888888889em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 64em) {
  .single_number {
    font-size: 3.75em;
    line-height: 1.1333333333em;
  }
}
@media screen and (min-width: 68.8125em) {
  .single_number {
    font-size: 5em;
    line-height: 0.725em;
  }
}
@media screen and (min-width: 106.3125em) {
  .single_number {
    font-size: 5.9375em;
    line-height: 0.9789473684em;
  }
}

.single_number_subtitle {
  font-family: "PFRegalTextPro-RegB", sans-serif;
  font-size: 0.875em;
  line-height: 1.3571428571em;
}
@media screen and (min-width: 64em) {
  .single_number_subtitle {
    font-size: 1.25em;
    line-height: 1.25em;
  }
}

.magazine_title {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 1.875em;
  line-height: 1.1em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 64em) {
  .magazine_title {
    font-size: 2.1875em;
    line-height: 1.0857142857em;
  }
}
@media screen and (min-width: 106.3125em) {
  .magazine_title {
    font-size: 3.4375em;
    line-height: 1.1454545455em;
  }
}

.magazine_title_home {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 1.875em;
  line-height: 1.1em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 106.3125em) {
  .magazine_title_home {
    font-size: 3.125em;
    line-height: 1.16em;
  }
}

.year-font {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 2.5em;
  line-height: 1.25em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 48em) {
  .year-font {
    font-size: 3.75em;
    line-height: 1.1333333333em;
  }
}
@media screen and (min-width: 64em) {
  .year-font {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 106.3125em) {
  .year-font {
    font-size: 5.9375em;
    line-height: 1.0842105263em;
  }
}

.hero_description {
  font-family: "PFRegalTextPro-Bold", sans-serif;
  font-size: 1.0625em;
  line-height: 1.3529411765em;
}
@media screen and (min-width: 106.3125em) {
  .hero_description {
    font-size: 1.5em;
    line-height: 1.2916666667em;
  }
}

/*-------------------------------------------------------------------------------------------------
  GRID SYSTEM
--------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------
    SECTION: GRID SYSTEM
---------------------------------------------------------------------------------------------------- */
.row {
  display: block;
  margin-left: -30px;
  margin-right: -30px;
  clear: both;
}

.row:before,
.row:after,
.row .row:before,
.row .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------*/
.alpha {
  padding-left: 0 !important;
}

.omega {
  padding-right: 0 !important;
}

.noPaddings {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gutter {
  padding-left: 30px;
  padding-right: 30px;
}

/* Clearing Styles
-----------------------------------------------------------------------*/
.clear {
  clear: both;
  display: block;
}

.clear:before,
.clear:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clear:after {
  clear: both;
}

/* Containers
-----------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: inherit;
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
}

main {
  background-color: white;
}

.column {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  float: left;
}

.inline_column {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -2px;
  margin-right: -2px;
  float: none;
}

[class*=inline_column] + [class*=inline_column]:last-child {
  float: none;
}

[class*=push-],
[class*=pull-] {
  position: relative;
}

[class*=push-] {
  right: auto;
}

[class*=pull-] {
  left: auto;
}

@media only screen {
  .xs-1 {
    width: 8.33333%;
  }
  .xs-2 {
    width: 16.66667%;
  }
  .xs-3 {
    width: 25%;
  }
  .xs-4 {
    width: 33.33333%;
  }
  .xs-5 {
    width: 41.66667%;
  }
  .xs-6 {
    width: 50%;
  }
  .xs-7 {
    width: 58.33333%;
  }
  .xs-8 {
    width: 66.66667%;
  }
  .xs-9 {
    width: 75%;
  }
  .xs-10 {
    width: 83.33333%;
  }
  .xs-11 {
    width: 91.66667%;
  }
  .xs-12 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 63.9375em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75.0625em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .column {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* TARGET All mobile Devices
---------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------
    SECTION: Hacks & oldie styles
---------------------------------------------------------------------------------------------------- */
body.oldie {
  overflow: auto;
}

.oldie .wrapper {
  width: 63.75em;
}

/*-------------------------------------------------------------------------------------------------
  GLOBAL ELEMENTS
--------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------
  COMPONENTS
--------------------------------------------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  height: auto;
  top: 0;
  bottom: auto;
  color: transparent;
  background-color: transparent;
  border: none;
  right: 0;
  left: auto;
  margin: 0 auto;
  margin-right: 0;
  z-index: 100;
  background: url(../img/icons/icon-nav-arrow.svg) no-repeat scroll center center transparent;
  background-size: auto 13px;
}

.slick-next {
  transform: rotate(180deg);
}

.slick-dots {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  left: 17px;
  right: 17px;
  margin: auto;
}
.slick-dots li {
  margin-right: 15px;
  display: inline-block;
}
.slick-dots li.slick-active button {
  background-color: black;
}
.slick-dots button {
  width: 24px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  font-size: 0;
  color: transparent;
  outline: none;
}

@media screen and (min-width: 48em) {
  .slick-dots {
    left: 85px;
    right: 85px;
    bottom: 28px;
  }
  .slick-dots button {
    width: 55px;
  }
}
.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
  display: block;
}

.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  /*max-width: 90%;
  max-height: 90%;*/
}

.slick-lightbox-slick-caption {
  margin: 0 auto;
  color: white;
}
.slick-lightbox-slick-caption > .image__credits {
  padding: 20px 35px 0;
}
.slick-lightbox-slick-caption .image__credits {
  text-align: left;
}
.slick-lightbox-slick-caption .credit_item {
  margin: 0;
}
.slick-lightbox-slick-caption .credit_item.image_credits {
  position: relative;
}
.slick-lightbox-slick-caption .credit_item.wp_caption + .image_credits {
  padding-top: 10px;
  display: block;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×";
}

@media screen and (min-width: 48em) {
  .slick-lightbox-slick-img {
    border-bottom: 140px solid black;
  }
  .slick-lightbox-slick-item-inner {
    position: relative;
  }
  .slick-lightbox-slick-caption {
    position: absolute;
    bottom: -20px;
    height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  .slick-lightbox-slick-caption .wp_caption {
    width: 100%;
  }
  .slick-lightbox-slick-caption > .image__credits {
    padding: 0 70px;
  }
  .single .slick-lightbox .slick-lightbox-slick-item-inner {
    max-height: 100%;
  }
}
@media screen and (min-width: 64em) {
  .slick-lightbox-slick-caption {
    width: 800px;
  }
}
.slick-lightbox-slick-caption > .image__credits,
.slick-lightbox-slick-caption .wp_caption {
  text-align: center;
}

/*-------------------------------------------------------------------------------------------------
   TEMPLATES
--------------------------------------------------------------------------------------------------*/
.global_header {
  position: fixed;
  background-color: #000C3A;
  padding: 0 36px;
  z-index: 1000;
  height: 74px;
  width: 100%;
  top: 0;
}
.global_header .header_wrapper {
  height: 100%;
}
.global_header .header_logo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 17px;
  width: 83px;
  width: 93px;
  height: auto;
}
.global_header .header_btn {
  margin: auto;
  margin-right: 0;
  height: auto;
  width: 34px;
  padding-top: 25px;
}
.global_header .main_navigation {
  display: none;
}

.scrolled_between.page-template-homepage .global_header, .scrolled_between.single-post .global_header,
.scrolled_between .global_header {
  background-color: #000C3A;
}
.scrolled_between.page-template-homepage .global_header .header_logo, .scrolled_between.single-post .global_header .header_logo,
.scrolled_between .global_header .header_logo {
  display: block;
  top: 17px;
  width: 83px;
}
.scrolled_between.page-template-homepage .global_header .header_btn, .scrolled_between.single-post .global_header .header_btn,
.scrolled_between .global_header .header_btn {
  display: block;
  width: 34px;
  padding-top: 25px;
}
.scrolled_between.page-template-homepage .global_header .main_navigation, .scrolled_between.single-post .global_header .main_navigation,
.scrolled_between .global_header .main_navigation {
  display: none;
}

@media screen and (min-width: 48em) {
  .global_header {
    padding: 0;
    height: 104px;
    background-color: transparent;
  }
  .global_header .header_wrapper {
    max-width: 608px;
    margin: 0 auto;
    height: 100%;
  }
  .global_header .header_logo {
    top: 37px;
    width: 138px;
  }
  .global_header .header_btn {
    width: 62px;
    padding-top: 64px;
  }
  .scrolled_between.page-template-homepage .global_header, .scrolled_between.single-post .global_header,
  .scrolled_between .global_header {
    height: 74px;
  }
  .scrolled_between.page-template-homepage .global_header .header_logo, .scrolled_between.single-post .global_header .header_logo,
  .scrolled_between .global_header .header_logo {
    top: 17px;
    width: 83px;
  }
  .scrolled_between.page-template-homepage .global_header .header_btn, .scrolled_between.single-post .global_header .header_btn,
  .scrolled_between .global_header .header_btn {
    width: 47px;
    padding-top: 27px;
  }
}
@media screen and (min-width: 64em) {
  .global_header {
    height: 125px;
  }
  .global_header .header_wrapper {
    max-width: 783px;
  }
  .global_header .header_logo {
    top: 26px;
    width: 172px;
  }
  .global_header .header_btn {
    width: 87px;
    padding-top: 63px;
  }
  .scrolled_between.page-template-homepage .global_header, .scrolled_between.single-post .global_header,
  .scrolled_between .global_header {
    height: 74px;
  }
  .scrolled_between.page-template-homepage .global_header .header_logo, .scrolled_between.single-post .global_header .header_logo,
  .scrolled_between .global_header .header_logo {
    top: 17px;
    width: 83px;
  }
  .scrolled_between.page-template-homepage .global_header .header_btn, .scrolled_between.single-post .global_header .header_btn,
  .scrolled_between .global_header .header_btn {
    width: 47px;
    padding-top: 27px;
  }
}
@media screen and (min-width: 68.8125em) {
  .global_header {
    height: 85px;
  }
  .global_header .header_wrapper {
    max-width: 1088px;
  }
  .scrolled_between.page-template-homepage .global_header, .scrolled_between.single-post .global_header .global_header,
  .scrolled_between .global_header {
    height: 84px;
  }
  .scrolled_between.page-template-homepage .global_header .header_logo, .scrolled_between.single-post .global_header .global_header .header_logo,
  .scrolled_between .global_header .header_logo {
    top: 18px;
    width: 96px;
  }
  .scrolled_between.page-template-homepage .global_header .header_btn, .scrolled_between.single-post .global_header .global_header .header_btn,
  .scrolled_between .global_header .header_btn {
    width: 63px;
    padding-top: 32px;
  }
  .scrolled_between .global_header .header_wrapper {
    max-width: 1088px;
  }
  .scrolled_between.page-template-homepage .global_header .header_wrapper, .scrolled_between.single-post .global_header .header_wrapper {
    max-width: 904px;
  }
}
@media screen and (min-width: 106.3125em) {
  .global_header {
    height: 121px;
  }
  .global_header .header_wrapper {
    max-width: 1360px;
  }
  .scrolled_between.page-template-homepage .global_header, .scrolled_between.single-post .global_header,
  .scrolled_between .global_header {
    height: 121px;
  }
  .scrolled_between.page-template-homepage .global_header .header_wrapper, .scrolled_between.single-post .global_header .header_wrapper,
  .scrolled_between .global_header .header_wrapper {
    max-width: 1360px;
  }
  .scrolled_between.page-template-homepage .global_header .header_logo, .scrolled_between.single-post .global_header .header_logo,
  .scrolled_between .global_header .header_logo {
    top: 26px;
    width: 137px;
  }
  .scrolled_between.page-template-homepage .global_header .header_btn, .scrolled_between.single-post .global_header .header_btn,
  .scrolled_between .global_header .header_btn {
    width: 87px;
    padding-top: 52px;
  }
}
@media screen and (min-width: 48em) {
  .page-template-homepage .global_header {
    height: 70px;
    background-color: transparent;
  }
  .page-template-homepage .global_header .header_logo {
    display: none;
  }
  .page-template-homepage .global_header .header_btn {
    width: 47px;
    padding-top: 39px;
  }
}
@media screen and (min-width: 64em) {
  .page-template-homepage .global_header {
    height: 90px;
  }
  .page-template-homepage .global_header .header_wrapper {
    max-width: 769px;
  }
  .page-template-homepage .global_header .header_btn {
    display: none;
  }
  .page-template-homepage .global_header .main_navigation {
    display: block;
    padding-top: 30px;
  }
  .page-template-homepage .global_header .main_navigation .menu {
    list-style: none;
    display: flex;
    color: #ffffff;
    justify-content: space-between;
  }
  .page-template-homepage .global_header .main_navigation .menu li {
    font-family: "Heading-Now-15-Medium", sans-serif;
    font-size: 1.5625em;
    line-height: 1.2em;
    letter-spacing: 0.1em;
  }
  .page-template-homepage .global_header .main_navigation .menu li a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 68.8125em) {
  .page-template-homepage .global_header {
    height: 90px;
  }
  .page-template-homepage .global_header .header_wrapper {
    max-width: 769px;
  }
}
@media screen and (min-width: 106.3125em) {
  .page-template-homepage .global_header {
    height: 140px;
  }
  .page-template-homepage .global_header .header_wrapper {
    max-width: 1195px;
  }
  .page-template-homepage .global_header .main_navigation {
    padding-top: 48px;
  }
  .page-template-homepage .global_header .main_navigation .menu li {
    font-family: "Heading-Now-15-Medium", sans-serif;
    font-size: 2.375em;
    line-height: 1.1842105263em;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 48em) {
  .single-post .global_header {
    height: 74px;
    background-color: #000C3A;
  }
  .single-post .global_header .header_logo {
    top: 17px;
    width: 83px;
  }
  .single-post .global_header .header_btn {
    width: 47px;
    padding-top: 27px;
  }
}
@media screen and (min-width: 64em) {
  .single-post .global_header {
    height: 74px;
  }
  .single-post .global_header .header_logo {
    top: 17px;
    width: 83px;
  }
  .single-post .global_header .header_btn {
    width: 47px;
    padding-top: 27px;
  }
}
@media screen and (min-width: 68.8125em) {
  .single-post .global_header {
    height: 84px;
  }
  .single-post .global_header .header_wrapper {
    max-width: 904px;
  }
  .single-post .global_header .header_logo {
    top: 18px;
    width: 96px;
  }
  .single-post .global_header .header_btn {
    width: 63px;
    padding-top: 32px;
  }
}
@media screen and (min-width: 106.3125em) {
  .single-post .global_header {
    height: 121px;
  }
  .single-post .global_header .header_wrapper {
    max-width: 1360px;
  }
  .single-post .global_header .header_logo {
    top: 26px;
    width: 137px;
  }
  .single-post .global_header .header_btn {
    width: 87px;
    padding-top: 52px;
  }
}
.menu_nav {
  transform: translateY(-100%);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  transition: transform 0.4s ease;
  z-index: 30000;
  overflow: hidden;
}
.menu_nav.opened {
  transform: translateY(0);
}
.menu_nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/gradient-768x1024.jpg) no-repeat scroll center center transparent;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-attachment: fixed;
}
.menu_nav .menu_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.menu_nav .header_logo {
  width: 114px;
  height: auto;
  margin: 0 auto;
  padding-top: 24px;
}
.menu_nav .close_modal {
  position: absolute;
  right: 26px;
  top: 20px;
  width: 16px;
  height: 16px;
}
.menu_nav .close_modal svg {
  width: 100%;
  height: 100%;
}
.menu_nav .main_navigation {
  margin-top: 103px;
  padding-bottom: 70px;
  height: calc(100vh - 180px);
  overflow-y: scroll;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none;
}
.menu_nav .main_navigation::-webkit-scrollbar {
  display: none;
}
.menu_nav .main_navigation ul {
  list-style: none;
  color: #ffffff;
  text-align: center;
}
.menu_nav .main_navigation ul li {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 2.25em;
  line-height: 1.1944444444em;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
.menu_nav .main_navigation ul li a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 48em) {
  .menu_nav .header_logo {
    width: 140px;
    padding-top: 27px;
  }
  .menu_nav .close_modal {
    right: 101px;
    top: 50px;
    width: 21px;
    height: 21px;
  }
  .menu_nav .main_navigation {
    margin-top: 106px;
    padding-bottom: 110px;
    height: calc(100vh - 210px);
  }
  .menu_nav .main_navigation ul li {
    font-size: 3.1875em;
    line-height: 1.1960784314em;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 64em) {
  .menu_nav::before {
    background: url(../img/gradient-1920x1080.jpg) no-repeat scroll center center transparent;
    background-size: cover;
    background-attachment: fixed;
  }
  .menu_nav .header_logo {
    width: 93px;
    padding-top: 30px;
  }
  .menu_nav .close_modal {
    right: 153px;
    top: 43px;
  }
  .menu_nav .main_navigation {
    margin-top: 38px;
    padding-bottom: 14px;
    height: calc(100vh - 150px);
  }
  .menu_nav .main_navigation ul li {
    font-size: 1.9375em;
    line-height: 1.2903225806em;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 68.8125em) {
  .menu_nav .header_logo {
    width: 123px;
    padding-top: 30px;
  }
  .menu_nav .close_modal {
    right: 160px;
    top: 46px;
    width: 29px;
    height: 29px;
  }
  .menu_nav .main_navigation {
    margin-top: 62px;
    padding-bottom: 50px;
    height: calc(100vh - 200px);
  }
  .menu_nav .main_navigation ul li {
    font-size: 2.8125em;
    line-height: 1.2222222222em;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 106.3125em) {
  .menu_nav .header_logo {
    width: 148px;
    padding-top: 33px;
  }
  .menu_nav .close_modal {
    right: 186px;
    top: 54px;
  }
  .menu_nav .main_navigation {
    margin-top: 94px;
    padding-bottom: 110px;
  }
  .menu_nav .main_navigation ul li {
    font-size: 3.4375em;
    line-height: 1.1818181818em;
    margin-bottom: 31px;
  }
}
.global_footer {
  position: relative;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 10px;
}
.global_footer .button {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 1.4375em;
  line-height: 1.1304347826em;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}
.global_footer .copyrights {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 1.0625em;
  line-height: 1.1764705882em;
  letter-spacing: 0.1em;
}
.global_footer .copyrights p {
  margin: 0;
}

@media screen and (min-width: 48em) {
  .global_footer .button {
    font-size: 1.6875em;
    line-height: 1.1851851852em;
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 64em) {
  .global_footer {
    padding-top: 120px;
    padding-bottom: 18px;
  }
  .global_footer .button {
    font-size: 1.3125em;
    line-height: 1.1904761905em;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 68.8125em) {
  .global_footer {
    padding-bottom: 37px;
  }
}
@media screen and (min-width: 106.3125em) {
  .global_footer {
    padding-top: 150px;
    padding-bottom: 30px;
  }
  .global_footer .button {
    font-size: 2.6875em;
    line-height: 1.0697674419em;
    margin-bottom: 24px;
  }
  .global_footer .copyrights {
    font-size: 1.75em;
    line-height: 1.1071428571em;
  }
}
.single_article_container {
  position: relative;
}

.single_article {
  background-color: #ffffff;
  padding: 0 36px;
}
.single_article .single_main_img {
  margin-top: -119%;
  margin-bottom: 20px;
}
.single_article .single_article_header {
  padding-top: 126px;
  position: relative;
  padding-bottom: 29px;
}
.single_article .header_info .category {
  display: block;
  width: fit-content;
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 1.875em;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.single_article .header_info .person_name {
  border-bottom: 3px solid #000000;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.single_article .header_info .person_company {
  margin-bottom: 4px;
}
.single_article .post_lead {
  padding-top: 27px;
}
.single_article .post_lead p {
  margin-top: 0;
  margin-bottom: 0;
}
.single_article .post_lead p:last-child {
  margin-bottom: 0;
}
.single_article .single_article_footer {
  padding-top: 52px;
  padding-bottom: 51px;
}
.single_article .single_numbers_container {
  padding-bottom: 69px;
}
.single_article .single_numbers_container .number_content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}
.single_article .single_numbers_container .number_content:last-child {
  margin-bottom: 0;
}
.single_article .single_numbers_container .number_content .single_number_subtitle {
  width: 61.4%;
}
.single_article .back_btn {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 1.25em;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 48em) {
  .single_article {
    padding: 0;
  }
  .single_article .single_article_header {
    padding-top: 0;
    padding-bottom: 55px;
    display: flex;
    flex-wrap: wrap;
  }
  .single_article .single_main_img {
    margin-top: 0;
    margin-bottom: 0;
    width: 218px;
    position: static;
  }
  .single_article .header_info {
    width: 280px;
    margin-left: 31px;
    padding-top: 26px;
  }
  .single_article .header_info .category {
    margin-bottom: 51px;
  }
  .single_article .header_info .person_name {
    padding-bottom: 10px;
    margin-bottom: 14px;
  }
  .single_article .header_info .person_company {
    margin-bottom: 3px;
  }
  .single_article .post_lead {
    width: 100%;
    padding-top: 47px;
    padding-left: 78px;
    padding-right: 78px;
  }
  .single_article .single_main_container {
    padding-left: 78px;
    padding-right: 78px;
  }
  .single_article .single_article_footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .single_article .single_numbers_container {
    padding-bottom: 115px;
  }
  .single_article .single_numbers_container .number_content {
    margin-bottom: 26px;
  }
  .single_article .single_numbers_container .number_content .single_number_subtitle {
    width: 296px;
  }
  .single_article .single_numbers_container .number_content .single_number {
    padding-top: 9px;
  }
  .single_article .back_btn {
    font-size: 1.375em;
    line-height: 1.5909090909em;
  }
}
@media screen and (min-width: 64em) {
  .single_article .single_article_header {
    padding-bottom: 55px;
    display: flex;
    flex-wrap: wrap;
  }
  .single_article .single_main_img {
    width: 284px;
  }
  .single_article .header_info {
    width: 344px;
    margin-left: 56px;
    padding-top: 44px;
  }
  .single_article .header_info .category {
    font-size: 2.1875em;
    line-height: 1.5714285714em;
    margin-bottom: 73px;
  }
  .single_article .header_info .person_name {
    border-bottom: 5px solid #000000;
    margin-bottom: 11px;
  }
  .single_article .header_info .person_company {
    margin-bottom: 0;
  }
  .single_article .post_lead {
    padding-top: 51px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .single_article .single_main_container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .single_article .single_article_footer {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .single_article .single_numbers_container {
    padding-bottom: 62px;
  }
  .single_article .single_numbers_container .number_content {
    margin-bottom: 26px;
  }
  .single_article .single_numbers_container .number_content .single_number_subtitle {
    width: 384px;
  }
  .single_article .single_numbers_container .number_content .single_number {
    padding-top: 1px;
  }
}
@media screen and (min-width: 68.8125em) {
  .single_article .single_article_header {
    padding-bottom: 64px;
    display: grid;
    grid-template-columns: 404px 536px;
  }
  .single_article .single_main_img {
    width: 404px;
    grid-row: span 2;
  }
  .single_article .header_info {
    width: 536px;
    padding-left: 0;
    margin-left: 56px;
    padding-top: 15px;
  }
  .single_article .header_info .category {
    margin-bottom: 27px;
  }
  .single_article .header_info .person_name {
    margin-bottom: 13px;
  }
  .single_article .post_lead {
    padding: 0;
    padding-top: 37px;
    width: 536px;
    margin-left: 56px;
  }
  .single_article .single_main_container {
    padding-left: 184px;
    padding-right: 184px;
  }
  .single_article .single_article_footer {
    padding-top: 86px;
    padding-bottom: 100px;
  }
  .single_article .single_numbers_container {
    padding-bottom: 161px;
  }
  .single_article .single_numbers_container .number_content {
    margin-bottom: 32px;
  }
  .single_article .single_numbers_container .number_content .single_number_subtitle {
    width: 444px;
  }
  .single_article .single_numbers_container .number_content .single_number {
    padding-top: 4px;
  }
  .single_article .back_btn {
    font-size: 2.5em;
    line-height: 1.575em;
  }
}
@media screen and (min-width: 106.3125em) {
  .single_article .single_article_header {
    padding-bottom: 97px;
    grid-template-columns: 671px 670px;
  }
  .single_article .single_main_img {
    width: 671px;
  }
  .single_article .header_info {
    width: 670px;
    padding-left: 0;
    margin-left: 158px;
    padding-top: 38px;
  }
  .single_article .header_info .category {
    font-size: 2.625em;
    line-height: 1.5714285714em;
    margin-bottom: 52px;
  }
  .single_article .header_info .person_name {
    margin-bottom: 19px;
  }
  .single_article .header_info .person_company {
    margin-bottom: 4px;
  }
  .single_article .post_lead {
    padding: 0;
    width: 670px;
    margin-left: 158px;
  }
  .single_article .single_main_container {
    padding-left: 345px;
    padding-right: 345px;
  }
  .single_article .single_article_footer {
    padding-top: 63px;
    padding-bottom: 157px;
  }
  .single_article .single_numbers_container {
    padding-bottom: 144px;
    display: flex;
    justify-content: space-between;
  }
  .single_article .single_numbers_container .number_content {
    margin-bottom: 0;
    display: block;
  }
  .single_article .single_numbers_container .number_content .single_number_subtitle {
    width: 256px;
  }
  .single_article .single_numbers_container .number_content .single_number {
    padding-top: 0;
    margin-bottom: 12px;
  }
}
.story_article_container {
  position: relative;
}

.story_header {
  padding-top: 23px;
  padding-bottom: 73px;
}
.story_header .post_img {
  position: absolute;
  width: 66px;
  top: 95px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.story_header .post_img img {
  display: block;
  margin: auto;
}
.story_header .post_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/icons/icon-10y-mobile.svg) no-repeat scroll center center transparent;
  background-size: 100% auto;
  width: 66px;
  height: 158px;
}
.story_header .single_supertitle {
  margin-bottom: 12px;
}

.story_main {
  padding-bottom: 85px;
}
.story_main .post_img {
  position: relative;
  margin-bottom: 12px;
}
.story_main .editorial_container {
  padding-bottom: 154px;
}
.story_main .editorial_container:nth-child(odd) .post_img {
  padding-top: 94px;
}
.story_main .editorial_container:nth-child(odd) .post_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  background: url(../img/icons/icon-editorial-1.svg) no-repeat scroll center center transparent;
  background-size: 100% auto;
  width: 57px;
  height: 73px;
}
.story_main .editorial_container:nth-child(even) .post_img {
  padding-top: 71px;
}
.story_main .editorial_container:nth-child(even) .post_img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/icons/icon-editorial-2.svg) no-repeat scroll center center transparent;
  background-size: 100% auto;
  width: 89px;
  height: 43px;
}
.story_main .editorial_container:last-child {
  padding-bottom: 0;
}
.story_main .editorial_container .single_supertitle {
  margin-bottom: -8px;
}

.story_person {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 2.8125em;
  line-height: 0.9555555556em;
  letter-spacing: 0.05em;
  border-bottom: 3px solid #000000;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

.story_person_subtitle {
  font-family: "PFRegalTextPro-Bold", sans-serif;
  font-size: 0.875em;
  line-height: 1.2142857143em;
  margin-bottom: 21px;
}

@media screen and (min-width: 48em) {
  .story_header {
    padding-top: 43px;
    padding-bottom: 114px;
    display: flex;
    position: relative;
    padding-left: 59px;
    padding-right: 60px;
    justify-content: space-between;
  }
  .story_header .post_img {
    width: 87px;
    position: static;
    margin: 0;
    padding-top: 5px;
    position: sticky;
    top: 10px;
    height: 100%;
  }
  .story_header .post_img::after {
    display: none;
  }
  .story_header .single_supertitle {
    margin-bottom: 20px;
  }
  .story_main {
    padding-bottom: 64px;
  }
  .story_main .post_img {
    position: relative;
    margin-bottom: 0;
    width: 140px;
    position: sticky;
    top: 10px;
    height: 100%;
  }
  .story_main .editorial_container {
    padding-bottom: 91px;
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 60px;
    position: relative;
  }
  .story_main .editorial_container:nth-child(odd) .story_info {
    padding-top: 70px;
  }
  .story_main .editorial_container:nth-child(odd) .post_img {
    padding-top: 84px;
  }
  .story_main .editorial_container:nth-child(odd) .post_img::before {
    left: 1px;
    width: 57px;
    height: 73px;
  }
  .story_main .editorial_container:nth-child(even) .story_info {
    padding-top: 44px;
  }
  .story_main .editorial_container:nth-child(even) .post_img {
    padding-top: 57px;
  }
  .story_main .editorial_container:nth-child(even) .post_img::before {
    right: auto;
    left: 0;
    width: 89px;
    height: 43px;
  }
  .story_main .editorial_container:last-child {
    padding-bottom: 0;
  }
  .story_main .editorial_container .single_supertitle {
    margin-bottom: -8px;
  }
  .story_info {
    width: 390px;
  }
  .story_person {
    margin-bottom: 8px;
  }
  .story_person_subtitle {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 64em) {
  .story_header {
    padding-top: 63px;
    padding-bottom: 124px;
    padding-left: 41px;
    padding-right: 41px;
  }
  .story_header .post_img {
    width: 106px;
  }
  .story_header .single_supertitle {
    margin-bottom: 19px;
  }
  .story_main {
    padding-bottom: 96px;
  }
  .story_main .post_img {
    width: 200px;
  }
  .story_main .editorial_container {
    padding-bottom: 207px;
    padding-left: 41px;
    padding-right: 41px;
  }
  .story_main .editorial_container:nth-child(odd) .story_info {
    padding-top: 77px;
  }
  .story_main .editorial_container:nth-child(odd) .post_img {
    padding-top: 86px;
  }
  .story_main .editorial_container:nth-child(odd) .post_img::before {
    left: 1px;
    width: 63px;
    height: 81px;
  }
  .story_main .editorial_container:nth-child(even) .story_info {
    padding-top: 44px;
  }
  .story_main .editorial_container:nth-child(even) .post_img {
    padding-top: 61px;
  }
  .story_main .editorial_container:nth-child(even) .post_img::before {
    width: 100px;
    height: 48px;
  }
  .story_main .editorial_container .single_supertitle {
    margin-bottom: -10px;
  }
  .story_info {
    width: 443px;
  }
  .story_person {
    font-size: 4.0625em;
    line-height: 0.9692307692em;
    border-bottom: 5px solid #000000;
    margin-bottom: 9px;
    padding-bottom: 8px;
  }
  .story_person_subtitle {
    font-size: 1.125em;
    line-height: 1.2222222222em;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 68.8125em) {
  .story_header {
    padding-top: 62px;
    padding-bottom: 210px;
    padding-left: 76px;
    padding-right: 92px;
  }
  .story_header .post_img {
    width: 143px;
    padding-top: 0;
  }
  .story_header .single_supertitle {
    margin-bottom: 34px;
  }
  .story_main {
    padding-bottom: 180px;
  }
  .story_main .post_img {
    width: 292px;
  }
  .story_main .editorial_container {
    padding-bottom: 181px;
    padding-left: 76px;
    padding-right: 92px;
  }
  .story_main .editorial_container:nth-child(odd) .story_info {
    padding-top: 130px;
  }
  .story_main .editorial_container:nth-child(odd) .post_img {
    padding-top: 142px;
  }
  .story_main .editorial_container:nth-child(odd) .post_img::before {
    left: 1px;
    width: 96px;
    height: 123px;
  }
  .story_main .editorial_container:nth-child(even) .story_info {
    padding-top: 77px;
  }
  .story_main .editorial_container:nth-child(even) .post_img {
    padding-top: 90px;
  }
  .story_main .editorial_container:nth-child(even) .post_img::before {
    width: 146px;
    height: 71px;
  }
  .story_main .editorial_container .single_supertitle {
    margin-bottom: -9px;
  }
  .story_info {
    width: 536px;
  }
  .story_person {
    font-size: 5em;
    line-height: 0.975em;
    margin-bottom: 16px;
    padding-bottom: 12px;
  }
  .story_person_subtitle {
    font-size: 1.5em;
    line-height: 1.2083333333em;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 106.3125em) {
  .story_header {
    padding-top: 84px;
    padding-bottom: 109px;
    padding-left: 118px;
    padding-right: 138px;
  }
  .story_header .post_img {
    width: 234px;
  }
  .story_header .single_supertitle {
    margin: 0;
    position: sticky;
    top: 0;
    height: 100%;
  }
  .story_header .story_info {
    position: relative;
    height: 100%;
  }
  .story_header .story_info .paragraph {
    width: 670px;
    padding-top: 14px;
  }
  .story_main .post_img {
    width: 405px;
  }
  .story_main .editorial_container {
    padding-bottom: 371px;
    padding-left: 65px;
    padding-right: 138px;
  }
  .story_main .editorial_container:nth-child(odd) .story_info {
    padding-top: 141px;
  }
  .story_main .editorial_container:nth-child(odd) .post_img {
    padding-top: 147px;
  }
  .story_main .editorial_container:nth-child(odd) .post_img::before {
    width: 103px;
    height: 132px;
  }
  .story_main .editorial_container:nth-child(even) .story_info {
    padding-top: 120px;
  }
  .story_main .editorial_container:nth-child(even) .story_info .story_info_content {
    padding-top: 0;
  }
  .story_main .editorial_container:nth-child(even) .story_info .subtitle_container .single_supertitle {
    top: 125px;
  }
  .story_main .editorial_container:nth-child(even) .post_img {
    padding-top: 127px;
  }
  .story_main .editorial_container:nth-child(even) .post_img::before {
    width: 192px;
    height: 96px;
  }
  .story_main .editorial_container .single_supertitle {
    margin: 0;
  }
  .story_main .editorial_container .story_info .story_info_content {
    width: 670px;
    padding-top: 7px;
  }
  .subtitle_container {
    position: relative;
    height: 100%;
  }
  .subtitle_container .single_supertitle {
    position: sticky;
    top: 145px;
  }
  .story_info {
    width: 946px;
    display: flex;
    justify-content: space-between;
  }
  .story_person {
    font-size: 5.9375em;
    line-height: 0.9789473684em;
    margin-bottom: 25px;
  }
  .story_person_subtitle {
    font-size: 1.75em;
    line-height: 1.2142857143em;
    margin-bottom: 92px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-event .story_wrapper {
    padding-top: 370px;
  }
}
.page-template-event .story_header {
  padding-top: 42px;
  padding-bottom: 59px;
}
.page-template-event .story_header .post_img {
  position: absolute;
  width: 143px;
  top: 95px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page-template-event .story_header .post_img img {
  display: block;
}
.page-template-event .story_header .post_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/icons/icon-event.svg) no-repeat scroll center center transparent;
  background-size: 100% auto;
  width: 143px;
  height: 260px;
}
.page-template-event .story_header .story_info {
  position: relative;
  padding-bottom: 198px;
}
.page-template-event .story_header .story_info::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url(../img/icons/event-art-icon.svg) no-repeat scroll center center transparent;
  background-size: 100% auto;
  width: 41px;
  height: 118px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page-template-event .story_wrapper {
    width: 608px;
  }
}
@media screen and (min-width: 48em) {
  .page-template-event .story_header {
    position: relative;
    padding-top: 51px;
    padding-bottom: 112px;
    padding-left: 27px;
    padding-right: 32px;
  }
  .page-template-event .story_header .post_img {
    width: 109px;
    position: static;
    margin: 0;
    padding-top: 0;
  }
  .page-template-event .story_header .post_img::after {
    display: none;
  }
  .page-template-event .story_header .story_info {
    padding-bottom: 0;
    position: static;
  }
  .page-template-event .story_header .story_info::after {
    bottom: 121px;
    right: auto;
    left: 41px;
    margin: 0;
    width: 52px;
    height: 148px;
  }
}
@media screen and (min-width: 64em) {
  .page-template-event .story_header {
    padding-top: 58px;
    padding-bottom: 169px;
    padding-left: 41px;
    padding-right: 41px;
  }
  .page-template-event .story_header .post_img {
    width: 143px;
  }
  .page-template-event .story_header .story_info::after {
    bottom: 164px;
    left: 110px;
    width: 60px;
    height: 171px;
  }
}
@media screen and (min-width: 68.8125em) {
  .page-template-event .story_header {
    padding-top: 63px;
    padding-bottom: 151px;
    padding-left: 92px;
    padding-right: 92px;
  }
  .page-template-event .story_header .post_img {
    width: 180px;
  }
  .page-template-event .story_header .story_info::after {
    bottom: 155px;
    left: 92px;
  }
}
@media screen and (min-width: 106.3125em) {
  .page-template-event .story_header {
    padding-top: 82px;
    padding-bottom: 153px;
    padding-left: 118px;
    padding-right: 138px;
  }
  .page-template-event .story_header .post_img {
    width: 327px;
  }
  .page-template-event .story_header .story_info {
    display: block;
    width: 670px;
  }
  .page-template-event .story_header .story_info::after {
    bottom: 203px;
    left: 155px;
    width: 96px;
    height: 274px;
  }
}
.voice_wrapper .hero_header {
  text-align: center;
  padding-top: 73px;
  padding-bottom: 109px;
}
.voice_wrapper .hero_header .section_super_title {
  margin-bottom: 7px;
}
.voice_wrapper .hero_header .section_title {
  margin-bottom: 7px;
}
.voice_wrapper .hero_header .hero_description {
  max-width: 452px;
  margin: 0 auto;
}
.voice_wrapper .hero_header .hero_description p {
  margin-top: 0;
}
.voice_wrapper .hero_header .hero_description p:last-child {
  margin-bottom: 0;
}
.voice_wrapper .modules_container {
  background-color: transparent;
}
.voice_wrapper .modules_container .section_title {
  text-align: center;
  margin-bottom: 108px;
}
.voice_wrapper .modules_container .article_module {
  margin-bottom: 62px;
}
.voice_wrapper .modules_container .article_module .post__img {
  margin-bottom: 4px;
}
.voice_wrapper .modules_container .article_module .module_name {
  text-align: center;
  margin-bottom: 2px;
}
.voice_wrapper .modules_container .article_module .module_company {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .voice_wrapper .hero_header {
    padding-top: 98px;
    padding-bottom: 112px;
  }
  .voice_wrapper .hero_header .section_title {
    margin-bottom: 11px;
  }
  .voice_wrapper .modules_container .section_title {
    margin-bottom: 26px;
  }
  .voice_wrapper .modules_container .modules_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .voice_wrapper .modules_container .article_module {
    width: 297px;
    margin-bottom: 54px;
  }
  .voice_wrapper .modules_container .article_module .post__img {
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 64em) {
  .voice_wrapper .hero_header {
    padding-top: 116px;
    padding-bottom: 166px;
  }
  .voice_wrapper .hero_header .section_title {
    margin-bottom: 12px;
  }
  .voice_wrapper .hero_header .hero_description {
    max-width: 442px;
  }
  .voice_wrapper .modules_container .section_title {
    margin-bottom: 29px;
  }
  .voice_wrapper .modules_container .article_module {
    width: 255px;
    margin-bottom: 63px;
  }
  .voice_wrapper .modules_container .article_module .post__img {
    margin-bottom: 11px;
  }
}
@media screen and (min-width: 68.8125em) {
  .voice_wrapper .hero_header {
    padding-top: 120px;
    padding-bottom: 168px;
  }
  .voice_wrapper .hero_header .section_title {
    margin-bottom: 33px;
  }
  .voice_wrapper .hero_header .hero_description {
    max-width: 442px;
  }
  .voice_wrapper .modules_container .section_title {
    margin-bottom: 35px;
  }
  .voice_wrapper .modules_container .article_module {
    width: 353px;
    margin-bottom: 87px;
  }
  .voice_wrapper .modules_container .article_module .post__img {
    margin-bottom: 22px;
  }
  .voice_wrapper .modules_container .article_module .module_name {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 106.3125em) {
  .voice_wrapper .hero_header {
    padding-top: 141px;
    padding-bottom: 344px;
  }
  .voice_wrapper .hero_header .section_title {
    margin-bottom: 24px;
  }
  .voice_wrapper .hero_header .hero_description {
    max-width: 680px;
  }
  .voice_wrapper .modules_container .section_title {
    margin-bottom: 41px;
    font-size: 5.9375em;
    line-height: 1.0842105263em;
    letter-spacing: 0.05em;
  }
  .voice_wrapper .modules_container .article_module {
    width: 440px;
    margin-bottom: 77px;
  }
  .voice_wrapper .modules_container .article_module .post__img {
    margin-bottom: 17px;
  }
}
.single-ecosystem .story_header .post_img {
  position: relative;
}
.single-ecosystem .story_header .post_img::after {
  display: none;
}
.single-ecosystem .story_header .post_img .company_logo {
  position: absolute;
  bottom: -41px;
  margin: auto;
  margin-left: 19px;
  margin-right: 19px;
  background-color: #ffffff;
  padding-top: 9px;
  padding-bottom: 10px;
  width: calc(100% - 38px);
}
.single-ecosystem .story_header .post_img .company_logo img {
  width: 145px;
}
.single-ecosystem .story_header .header_info {
  width: 100%;
}
.single-ecosystem .story_header .paragraph a {
  color: #0082ce;
  text-decoration: none;
}
.single-ecosystem .story_header .paragraph a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .single-ecosystem .story_wrapper {
    padding: 106vw 0 0;
  }
  .single-ecosystem .story_header {
    padding-top: 120px;
  }
  .single-ecosystem .story_header .post_img {
    margin-top: -131%;
    margin-bottom: 20px;
    position: relative;
    top: 0;
    margin-bottom: 58px;
    width: 100%;
    height: 100%;
  }
  .single-ecosystem .story_header .header_info .person_info {
    padding-bottom: 28px;
    text-align: center;
  }
  .single-ecosystem .story_header .header_info .person_name {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .single-ecosystem .story_header .category {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11px;
  }
}
@media screen and (min-width: 48em) {
  .single-ecosystem .story_header {
    padding-top: 51px;
    padding-bottom: 112px;
    padding-left: 27px;
    padding-right: 32px;
  }
  .single-ecosystem .story_header .post_img {
    width: 175px;
    position: sticky;
    padding-top: 12px;
  }
  .single-ecosystem .story_header .post_img .company_logo {
    bottom: -20px;
  }
  .single-ecosystem .story_header .post_img .company_logo img {
    width: 80px;
  }
  .single-ecosystem .story_header .header_info {
    width: 390px;
    margin-left: 0;
    padding-top: 0;
  }
  .single-ecosystem .story_header .header_info .person_info {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 64em) {
  .single-ecosystem .story_header {
    padding-top: 58px;
    padding-bottom: 169px;
    padding-left: 41px;
    padding-right: 41px;
  }
  .single-ecosystem .story_header .post_img {
    width: 210px;
    padding-top: 12px;
  }
  .single-ecosystem .story_header .post_img .company_logo {
    bottom: -25px;
  }
  .single-ecosystem .story_header .post_img .company_logo img {
    width: 100px;
  }
  .single-ecosystem .story_header .header_info {
    width: 443px;
  }
}
@media screen and (min-width: 68.8125em) {
  .single-ecosystem .story_header {
    padding-top: 63px;
    padding-bottom: 151px;
    padding-left: 92px;
    padding-right: 92px;
  }
  .single-ecosystem .story_header .post_img {
    width: 280px;
    padding-top: 12px;
  }
  .single-ecosystem .story_header .post_img .company_logo {
    bottom: -25px;
  }
  .single-ecosystem .story_header .post_img .company_logo img {
    width: 130px;
  }
  .single-ecosystem .story_header .header_info {
    width: 536px;
  }
}
@media screen and (min-width: 106.3125em) {
  .single-ecosystem .story_header {
    padding-top: 82px;
    padding-bottom: 153px;
    padding-left: 140px;
    padding-right: 138px;
  }
  .single-ecosystem .story_header .post_img {
    width: 527px;
    padding-top: 20px;
  }
  .single-ecosystem .story_header .post_img .company_logo {
    bottom: -66px;
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 16px;
    padding-bottom: 15px;
    width: calc(100% - 60px);
  }
  .single-ecosystem .story_header .post_img .company_logo img {
    width: 240px;
  }
  .single-ecosystem .story_header .header_info {
    width: 670px;
  }
  .single-ecosystem .story_header .header_info .person_info {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 68.8125em) {
  .page-template-ecosystems .modules_container .our_eco_container {
    width: 904px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 106.3125em) {
  .page-template-ecosystems .modules_container .our_eco_container {
    width: 100%;
  }
}
.ecosystem_section {
  max-width: 595px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 184px;
  margin-left: -36px;
  margin-right: -36px;
}
.ecosystem_section .section_title {
  text-align: center;
  margin-bottom: 30px;
}
.ecosystem_section .eco_animation {
  width: 100%;
  position: relative;
  z-index: 1;
}
.ecosystem_section .eco_animation .infographic_container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  z-index: -1;
  opacity: 0.16;
}
.ecosystem_section .eco_animation .eco_content {
  padding: 0 30px;
  display: flex;
  flex-direction: column;
}
.ecosystem_section .eco_animation .eco_link {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 1.875em;
  line-height: 1.1333333333em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8.5%;
}
.ecosystem_section .eco_animation .eco_link:first-child {
  margin-top: 8.5%;
}
.ecosystem_section .eco_animation .eco_link:nth-child(even) {
  text-align: right;
}

@media screen and (min-width: 48em) {
  .ecosystem_section .eco_animation .eco_link {
    transition: transform 1200ms ease-in-out, opacity 800ms ease-in-out;
    transform: translate(0, 0);
    opacity: 0;
  }
  .ecosystem_section .eco_animation.active .eco_link {
    opacity: 1;
  }
  .ecosystem_section {
    max-width: 595px;
    margin: 0 auto;
    padding-bottom: 219px;
  }
  .ecosystem_section .section_title {
    margin-bottom: 75px;
  }
  .ecosystem_section .eco_container {
    margin-left: -50px;
  }
  .ecosystem_section .eco_animation {
    height: 360px;
    background-size: 163px 179px;
  }
  .ecosystem_section .eco_animation .infographic_container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: -1;
    opacity: 1;
    width: 194px;
    height: 207px;
  }
  .ecosystem_section .eco_animation .eco_content {
    padding: 0;
    display: block;
    height: 100%;
    position: relative;
  }
  .ecosystem_section .eco_animation .eco_link {
    text-align: center;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: fit-content;
    height: fit-content;
    margin: auto;
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:first-child {
    margin-top: auto;
    transform: translate(-9px, -163px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(2) {
    transform: translate(177px, -101px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(3) {
    transform: translate(211px, -5px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(4) {
    transform: translate(171px, 109px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(5) {
    transform: translate(-83px, 143px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(6) {
    transform: translate(-187px, 23px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(7) {
    transform: translate(-130px, -101px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(even) {
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  .ecosystem_section {
    max-width: 760px;
    padding-bottom: 255px;
  }
  .ecosystem_section .eco_container {
    margin-left: -6px;
  }
  .ecosystem_section .eco_animation {
    height: 402px;
    background-size: 224px 248px;
  }
  .ecosystem_section .eco_animation .infographic_container {
    width: 263px;
    height: 257px;
    left: -21px;
  }
  .ecosystem_section .eco_animation .eco_link {
    font-size: 2.5em;
    line-height: 1.075em;
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:first-child {
    transform: translate(1px, -174px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(2) {
    transform: translate(236px, -99px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(3) {
    transform: translate(246px, 30px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(4) {
    transform: translate(147px, 157px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(5) {
    transform: translate(-163px, 154px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(6) {
    transform: translate(-255px, 30px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(7) {
    transform: translate(-207px, -93px);
  }
}
@media screen and (min-width: 68.8125em) {
  .ecosystem_section {
    padding-bottom: 278px;
  }
}
@media screen and (min-width: 106.3125em) {
  .ecosystem_section {
    max-width: 1360px;
    padding-bottom: 499px;
  }
  .ecosystem_section .section_title {
    margin-bottom: 174px;
  }
  .ecosystem_section .eco_container {
    margin-left: -6px;
  }
  .ecosystem_section .eco_container .infographic_container {
    width: 406px;
    height: 403px;
    left: 0;
  }
  .ecosystem_section .eco_animation {
    height: 568px;
    background-size: 334px 368px;
  }
  .ecosystem_section .eco_animation .eco_link {
    font-size: 3.75em;
    line-height: 1.05em;
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:first-child {
    transform: translate(-34px, -271px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(2) {
    transform: translate(330px, -148px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(3) {
    transform: translate(413px, 12px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(4) {
    transform: translate(253px, 204px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(5) {
    transform: translate(-175px, 246px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(6) {
    transform: translate(-361px, 33px);
  }
  .ecosystem_section .eco_animation.active .eco_content .eco_link:nth-child(7) {
    transform: translate(-260px, -148px);
  }
}
.years_highlight {
  padding-bottom: 31px;
}
.years_highlight .section_title {
  text-align: center;
  margin-bottom: 59px;
}
.years_highlight .years_container {
  display: grid;
  grid-template-columns: 40px 40px 40px;
  justify-content: space-between;
  position: relative;
  padding: 0 36px;
}
.years_highlight .years_container .year {
  width: 40px;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
}
.years_highlight .years_container .year::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  transform: scale(0);
  transition: transform 0.5s ease-in-out;
}
.years_highlight .years_container .year.active::before, .years_highlight .years_container .year:hover::before {
  background: radial-gradient(circle, rgba(27, 186, 254, 0.5) 0%, rgb(191, 103, 253) 100%);
  background-size: cover;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  width: 92px;
  height: 92px;
  left: -25px;
  right: 0;
  top: -19px;
  bottom: 0;
  transform: scale(1);
  z-index: -1;
  background: radial-gradient(circle, rgba(27, 186, 254, 0.3) 0%, rgba(191, 103, 253, 0.5) 90%, rgba(191, 103, 253, 0.1) 100%);
}
.years_highlight .years_container .year:last-child {
  position: absolute;
  width: fit-content;
  right: 36px;
  bottom: 0;
}
.years_highlight .years_container .year:nth-child(2), .years_highlight .years_container .year:nth-child(5), .years_highlight .years_container .year:nth-child(8) {
  position: relative;
}
.years_highlight .years_container .year:nth-child(2) {
  top: 22px;
}
.years_highlight .years_container .year:nth-child(5) {
  top: 44px;
}
.years_highlight .years_container .year:nth-child(8) {
  top: 66px;
}

.page-template-homepage .years_highlight {
  padding-bottom: 197px;
}

@media screen and (min-width: 48em) {
  .years_highlight {
    padding-bottom: 133px;
  }
  .years_highlight .section_title {
    margin-bottom: 148px;
  }
  .years_highlight .years_container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: unset;
    padding: 0;
  }
  .years_highlight .years_container .year {
    width: 60px;
    margin-bottom: 42px;
    position: relative;
  }
  .years_highlight .years_container .year.active::before, .years_highlight .years_container .year:hover::before {
    width: 110px;
    height: 110px;
    left: -22px;
    top: -20px;
  }
  .years_highlight .years_container .year:last-child {
    position: relative;
    width: fit-content;
    right: auto;
    bottom: auto;
  }
  .years_highlight .years_container .year:nth-child(2), .years_highlight .years_container .year:nth-child(5), .years_highlight .years_container .year:nth-child(8) {
    position: relative;
    top: auto;
  }
  .years_highlight .years_container .year:nth-child(1), .years_highlight .years_container .year:nth-child(2), .years_highlight .years_container .year:nth-child(3), .years_highlight .years_container .year:nth-child(4), .years_highlight .years_container .year:nth-child(9), .years_highlight .years_container .year:nth-child(10), .years_highlight .years_container .year:nth-child(11) {
    margin-left: 80px;
  }
  .page-template-homepage .years_highlight {
    padding-bottom: 200px;
  }
}
@media screen and (min-width: 64em) {
  .years_highlight {
    padding-bottom: 93px;
  }
  .years_highlight .section_title {
    margin-bottom: 82px;
  }
  .years_highlight .years_container {
    grid-template-columns: 54px 54px 54px 54px 54px 54px;
    justify-content: space-between;
  }
  .years_highlight .years_container .year {
    width: 60px;
    margin-bottom: 42px;
  }
  .years_highlight .years_container .year.active::before, .years_highlight .years_container .year:hover::before {
    left: -29px;
  }
  .years_highlight .years_container .year:nth-child(1), .years_highlight .years_container .year:nth-child(2), .years_highlight .years_container .year:nth-child(3), .years_highlight .years_container .year:nth-child(4), .years_highlight .years_container .year:nth-child(9), .years_highlight .years_container .year:nth-child(10), .years_highlight .years_container .year:nth-child(11) {
    margin-left: 0;
  }
  .years_highlight .years_container .year:nth-child(7), .years_highlight .years_container .year:nth-child(8), .years_highlight .years_container .year:nth-child(9), .years_highlight .years_container .year:nth-child(10), .years_highlight .years_container .year:nth-child(11) {
    margin-left: 73px;
  }
  .page-template-homepage .years_highlight {
    padding-bottom: 173px;
  }
}
@media screen and (min-width: 68.8125em) {
  .years_highlight {
    padding-bottom: 58px;
  }
  .years_highlight .years_container {
    padding: 0px 63px;
  }
  .page-template-homepage .years_highlight {
    padding-bottom: 181px;
  }
}
@media screen and (min-width: 106.3125em) {
  .years_highlight {
    padding-bottom: 54px;
  }
  .years_highlight .section_title {
    margin-bottom: 134px;
  }
  .years_highlight .years_container {
    grid-template-columns: 82px 82px 82px 82px 82px 82px;
    justify-content: space-between;
    padding: 0px 34px;
  }
  .years_highlight .years_container .year {
    width: 82px;
    margin-bottom: 121px;
  }
  .years_highlight .years_container .year.active::before, .years_highlight .years_container .year:hover::before {
    width: 162px;
    height: 162px;
    top: -25px;
    left: -39px;
  }
  .years_highlight .years_container .year:nth-child(7), .years_highlight .years_container .year:nth-child(8), .years_highlight .years_container .year:nth-child(9), .years_highlight .years_container .year:nth-child(10), .years_highlight .years_container .year:nth-child(11) {
    margin-left: 130px;
  }
  .page-template-homepage .years_highlight {
    padding-bottom: 536px;
  }
}
.countdown_section {
  padding-bottom: 130px;
}
.countdown_section .section_title {
  text-align: center;
  margin-bottom: 26px;
}
.countdown_section .countdown_counter {
  margin-bottom: 14px;
}
.countdown_section .countdown_counter .time_circles h4 {
  font-family: "Heading-Now-14-Regular", sans-serif;
  font-size: 0.875em !important;
  line-height: 1.0714285714em !important;
  letter-spacing: 0.1em !important;
}
.countdown_section .countdown_counter .time_circles span {
  font-family: "Heading-Now-14-Regular", sans-serif;
  font-size: 2.125em !important;
  line-height: 0.9705882353em !important;
  letter-spacing: 0.1em !important;
  font-weight: normal;
  margin-top: 0;
}
.countdown_section .section_description {
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 17px;
  text-align: center;
}

@media screen and (min-width: 48em) {
  .countdown_section {
    padding-bottom: 237px;
  }
  .countdown_section .section_title {
    margin-bottom: 41px;
  }
  .countdown_section .countdown_counter {
    margin-bottom: 17px;
  }
  .countdown_section .countdown_counter .time_circles h4 {
    font-size: 1.5625em !important;
    line-height: 1em !important;
  }
  .countdown_section .countdown_counter .time_circles span {
    font-size: 3.6875em !important;
    line-height: 0.9830508475em !important;
  }
  .countdown_section .section_description {
    margin-bottom: 37px;
  }
}
@media screen and (min-width: 64em) {
  .countdown_section {
    padding-bottom: 193px;
  }
  .countdown_section .section_title {
    margin-bottom: 46px;
  }
  .countdown_section .countdown_counter {
    margin-bottom: 0;
  }
  .countdown_section .countdown_counter .time_circles h4 {
    font-size: 1.875em !important;
    line-height: 1.0666666667em !important;
  }
  .countdown_section .countdown_counter .time_circles span {
    font-size: 4.0625em !important;
    line-height: 1.0461538462em !important;
  }
  .countdown_section .section_description {
    max-width: 526px;
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 68.8125em) {
  .countdown_section {
    padding: 0 90px;
    padding-bottom: 193px;
  }
  .countdown_section .section_description {
    max-width: 526px;
  }
}
@media screen and (min-width: 106.3125em) {
  .countdown_section {
    padding: 0;
    padding-bottom: 354px;
  }
  .countdown_section .section_title {
    margin-bottom: 66px;
  }
  .countdown_section .countdown_counter {
    margin-bottom: 47px;
  }
  .countdown_section .countdown_counter .time_circles h4 {
    font-size: 2.5em !important;
    line-height: 1.05em !important;
  }
  .countdown_section .countdown_counter .time_circles span {
    font-size: 5.125em !important;
    line-height: 1.0243902439em !important;
  }
  .countdown_section .section_description {
    max-width: 808px;
    margin-bottom: 27px;
  }
}
.home_wrapper .voices_carousel_section.home_voices_carousel_section {
  padding-top: 75px;
  padding-bottom: 102px;
}

@media screen and (min-width: 48em) {
  .home_wrapper .voices_carousel_section.home_voices_carousel_section {
    padding-top: 129px;
    padding-bottom: 234px;
  }
}
@media screen and (min-width: 64em) {
  .home_wrapper .voices_carousel_section.home_voices_carousel_section {
    padding-top: 88px;
    padding-bottom: 186px;
  }
}
@media screen and (min-width: 68.8125em) {
  .home_wrapper .voices_carousel_section.home_voices_carousel_section {
    padding-top: 107px;
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 106.3125em) {
  .home_wrapper .voices_carousel_section.home_voices_carousel_section {
    padding-top: 200px;
    padding-bottom: 264px;
  }
}
.home_wrapper .voices_carousel_section.magazine_carousel_section {
  padding-bottom: 139px;
}
.home_wrapper .voices_carousel_section.magazine_carousel_section .post__img {
  margin-bottom: 10px;
}
.home_wrapper .voices_carousel_section.magazine_carousel_section .magazine_title_home {
  text-align: center;
  display: block;
}

@media screen and (min-width: 48em) {
  .home_wrapper .voices_carousel_section.magazine_carousel_section {
    padding-bottom: 242px;
  }
  .home_wrapper .voices_carousel_section.magazine_carousel_section .post__img {
    margin-bottom: 14px;
  }
  .home_wrapper .voices_carousel_section.magazine_carousel_section .slick-arrow {
    top: 52px;
  }
  .home_wrapper .voices_carousel_section.magazine_carousel_section .slick-arrow.slick-next {
    top: 46px;
  }
}
@media screen and (min-width: 64em) {
  .home_wrapper .voices_carousel_section.magazine_carousel_section {
    padding-bottom: 196px;
  }
  .home_wrapper .voices_carousel_section.magazine_carousel_section .post__img {
    margin-bottom: 6px;
  }
  .home_wrapper .voices_carousel_section.magazine_carousel_section .slick-arrow {
    top: 0px;
  }
  .home_wrapper .voices_carousel_section.magazine_carousel_section .slick-arrow.slick-next {
    top: 0;
  }
}
@media screen and (min-width: 68.8125em) {
  .home_wrapper .voices_carousel_section.magazine_carousel_section {
    padding-bottom: 222px;
  }
}
@media screen and (min-width: 106.3125em) {
  .home_wrapper .voices_carousel_section.magazine_carousel_section {
    padding-bottom: 685px;
  }
  .home_wrapper .voices_carousel_section.magazine_carousel_section .post__img {
    margin-bottom: 24px;
  }
  .home_wrapper .voices_carousel_section.magazine_carousel_section .slick-arrow {
    top: 39px;
  }
  .home_wrapper .voices_carousel_section.magazine_carousel_section .slick-arrow.slick-next {
    top: 37px;
  }
}
.numbers_section {
  margin-bottom: 48px;
}
.numbers_section .section_title {
  text-align: center;
  margin-bottom: 51px;
}
.numbers_section .numbers_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.numbers_section .numbers_container .number {
  width: 47%;
  margin-bottom: 40px;
}

@media screen and (min-width: 48em) {
  .numbers_section {
    margin-bottom: 90px;
  }
  .numbers_section .section_title {
    margin-bottom: 75px;
  }
  .numbers_section .numbers_container {
    justify-content: space-evenly;
  }
  .numbers_section .numbers_container .number {
    width: 34%;
    margin-bottom: 81px;
  }
}
@media screen and (min-width: 64em) {
  .numbers_section {
    margin-bottom: 0;
  }
  .numbers_section .section_title {
    margin-bottom: 75px;
  }
  .numbers_section .numbers_container {
    justify-content: space-between;
  }
  .numbers_section .numbers_container .number {
    width: 26%;
    margin-bottom: 81px;
  }
}
@media screen and (min-width: 68.8125em) {
  .numbers_section {
    margin-bottom: 0;
  }
  .numbers_section .section_title {
    margin-bottom: 87px;
  }
  .numbers_section .numbers_container {
    padding-left: 62px;
    padding-right: 96px;
  }
  .numbers_section .numbers_container .number {
    width: 26%;
    margin-bottom: 124px;
  }
}
@media screen and (min-width: 106.3125em) {
  .numbers_section {
    margin-bottom: 234px;
  }
  .numbers_section .section_title {
    margin-bottom: 132px;
  }
  .numbers_section .numbers_container {
    padding-left: 33px;
    padding-right: 33px;
  }
  .numbers_section .numbers_container .number {
    width: 26%;
    margin-bottom: 121px;
  }
}
.our_ecosystem_section {
  margin-bottom: 125px;
}
.our_ecosystem_section .section_title {
  text-align: center;
  margin-bottom: 19px;
}
.our_ecosystem_section .button {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.eco_module {
  margin-bottom: 52px;
}
.eco_module .post__img {
  position: relative;
  margin-bottom: 63px;
}
.eco_module .post__img > a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.eco_module .post__img > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  background-blend-mode: hard-light;
  background: linear-gradient(0deg, rgb(212, 92, 255) 0%, rgb(179, 125, 253) 50%, rgb(101, 176, 253) 100%);
  opacity: 0;
}
.eco_module .post__img > a:hover::before {
  opacity: 1;
}
.eco_module .post__img .our_eco_img {
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}
.eco_module .post__img .company_logo {
  position: absolute;
  bottom: -58px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding-top: 11px;
  padding-bottom: 11px;
  width: calc(100% - 60px);
}
.eco_module .post__img .company_logo img {
  display: block;
  margin: auto;
  width: 122px;
}
.eco_module .module_name {
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .our_ecosystem_section {
    margin-bottom: 237px;
  }
  .our_ecosystem_section .section_title {
    margin-bottom: 52px;
  }
  .our_eco_container {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 295px 295px;
  }
  .eco_module .post__img {
    margin-bottom: 27px;
  }
  .eco_module .post__img .our_eco_img {
    padding-left: 20px;
    padding-right: 20px;
  }
  .eco_module .post__img .company_logo {
    bottom: -18px;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 100%;
  }
  .eco_module .post__img .company_logo img {
    display: block;
    margin: auto;
    width: 100px;
  }
  .eco_module .module_name {
    text-align: center;
  }
}
@media screen and (min-width: 64em) {
  .our_ecosystem_section {
    margin-bottom: 237px;
  }
  .our_ecosystem_section .section_title {
    margin-bottom: 46px;
  }
  .our_eco_container {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 150px 150px 150px 150px 150px;
  }
  .eco_module .post__img {
    margin-bottom: 27px;
  }
  .eco_module .post__img .our_eco_img {
    padding-left: 10px;
    padding-right: 10px;
  }
  .eco_module .post__img .company_logo {
    bottom: -20px;
    padding-top: 7px;
    padding-bottom: 8px;
    width: 100%;
  }
  .eco_module .post__img .company_logo img {
    width: 65px;
  }
}
@media screen and (min-width: 68.8125em) {
  .our_ecosystem_section {
    margin-bottom: 193px;
  }
  .our_ecosystem_section .section_title {
    margin-bottom: 46px;
  }
  .our_eco_container {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 175px 175px 175px 175px 175px;
  }
  .eco_module .post__img {
    margin-bottom: 32px;
  }
  .eco_module .post__img .our_eco_img {
    padding-left: 10px;
    padding-right: 10px;
  }
  .eco_module .post__img .company_logo {
    bottom: -26px;
    padding-top: 7px;
    padding-bottom: 8px;
  }
  .eco_module .post__img .company_logo img {
    width: 80px;
  }
}
@media screen and (min-width: 106.3125em) {
  .our_ecosystem_section {
    margin-bottom: 280px;
  }
  .our_ecosystem_section .section_title {
    margin-bottom: 132px;
  }
  .our_eco_container {
    grid-template-columns: 256px 256px 256px 256px 256px;
  }
  .eco_module {
    margin-bottom: 62px;
  }
  .eco_module .post__img {
    margin-bottom: 78px;
  }
  .eco_module .post__img .our_eco_img {
    padding-left: 20px;
    padding-right: 20px;
  }
  .eco_module .post__img .company_logo {
    bottom: -65px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .eco_module .post__img .company_logo img {
    width: 122px;
  }
}
.home_hero {
  padding-top: 74px;
  height: 100%;
  width: 100%;
  position: relative;
}
.home_hero .hero_logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 37%;
  margin: auto;
  display: block;
  height: fit-content;
  width: 278px;
}
.home_hero .hero_logo img {
  display: block;
  margin: auto;
}
.home_hero .scroll_icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
  margin: 0 auto;
  display: block;
  height: fit-content;
  width: 21px;
  animation: float 3s ease-in-out both infinite;
}
@keyframes float {
  0% {
    transform: translatey(-5px);
  }
  50% {
    transform: translatey(5px);
  }
  100% {
    transform: translatey(-5px);
  }
}
.home_hero video {
  height: calc(100vh - 74px);
  width: 100%;
}
.home_hero .home_hero__video--dekstop {
  display: none;
}

@media screen and (min-width: 48em) {
  .home_hero {
    padding-top: 90px;
  }
  .home_hero .hero_logo {
    top: 35%;
    width: 452px;
  }
  .home_hero .scroll_icon {
    bottom: 66px;
    width: 24px;
  }
  .home_hero .home_hero__video--dekstop {
    display: block;
  }
  .home_hero .home_hero__video--mobile {
    display: none;
  }
  .home_hero video {
    height: calc(100vh - 90px);
  }
}
@media screen and (min-width: 64em) {
  .home_hero .hero_logo {
    width: 250px;
  }
  .home_hero .scroll_icon {
    bottom: 38px;
    width: 17px;
  }
}
@media screen and (min-width: 68.8125em) {
  .home_hero {
    padding-top: 85px;
  }
  .home_hero .hero_logo {
    width: 350px;
  }
  .home_hero .scroll_icon {
    bottom: 50px;
  }
}
@media screen and (min-width: 106.3125em) {
  .home_hero {
    padding-top: 122px;
  }
  .home_hero .hero_logo {
    top: 37%;
    width: 532px;
  }
  .home_hero .scroll_icon {
    bottom: 65px;
    width: 24px;
  }
  .home_hero video {
    height: calc(100vh - 122px);
  }
}
.year_hero_section {
  padding-top: 68px;
  position: relative;
  padding-bottom: 103px;
}
.year_hero_section .year_nav {
  position: absolute;
  width: 30px;
  top: 68px;
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 1.5em;
  line-height: 1.1666666667em;
  letter-spacing: 0.1em;
}
.year_hero_section .year_nav::before {
  content: "";
  position: absolute;
  top: 0;
  background: url(../img/icons/icon-nav-arrow.svg) no-repeat scroll center center transparent;
  background-size: 12px auto;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  transition: translate 0.4s ease;
}
.year_hero_section .year_nav.prev_year {
  left: 23px;
}
.year_hero_section .year_nav.prev_year::before {
  left: -34px;
}
.year_hero_section .year_nav.next_year {
  right: 23px;
}
.year_hero_section .year_nav.next_year::before {
  right: 0;
  right: -34px;
  transform: rotate(180deg);
}
.year_hero_section .year_nav:hover span {
  opacity: 0.5;
}
.year_hero_section .year_nav:hover.prev_year::before {
  transform: translateX(-10px);
}
.year_hero_section .year_nav:hover.next_year::before {
  transform: rotate(180deg) translateX(-10px);
}
.year_hero_section .hero_content {
  text-align: center;
}
.year_hero_section .hero_content .hero_title {
  text-decoration: underline;
  margin-bottom: 2px;
}
.year_hero_section .hero_content .section_title {
  margin-bottom: 34px;
}
.year_hero_section .hero_content .hero_description {
  max-width: 452px;
  margin: 0 auto;
}
.year_hero_section .hero_content .hero_description p {
  margin-top: 0;
}
.year_hero_section .hero_content .hero_description p:last-child {
  margin-bottom: 0;
}
.year_hero_section .hero_content .hero_description strong {
  font-weight: normal;
  font-style: normal;
}
.year_hero_section .hero_content .hero_description a {
  text-decoration: underline;
}
.year_hero_section .hero_content .hero_description a:hover {
  text-decoration: none;
}

@media screen and (min-width: 48em) {
  .year_hero_section {
    padding-top: 47px;
    padding-bottom: 203px;
  }
  .year_hero_section .year_nav {
    width: 35px;
    top: 47px;
    font-size: 1.875em;
    line-height: 1.1em;
  }
  .year_hero_section .hero_content .section_title {
    margin-bottom: 26px;
  }
}
@media screen and (min-width: 64em) {
  .year_hero_section {
    padding-top: 73px;
    padding-bottom: 216px;
  }
  .year_hero_section .year_nav {
    top: 76px;
    font-size: 1.75em;
    line-height: 1.0714285714em;
  }
  .year_hero_section .year_nav::before {
    background-size: 16px auto;
  }
  .year_hero_section .year_nav.prev_year {
    left: 38px;
  }
  .year_hero_section .year_nav.prev_year::before {
    left: -44px;
  }
  .year_hero_section .year_nav.next_year {
    right: 38px;
  }
  .year_hero_section .year_nav.next_year::before {
    right: -44px;
  }
  .year_hero_section .hero_content .section_title {
    margin-bottom: 21px;
  }
  .year_hero_section .hero_content .hero_description {
    max-width: 442px;
  }
}
@media screen and (min-width: 68.8125em) {
  .year_hero_section {
    padding-top: 79px;
  }
  .year_hero_section .year_nav {
    top: 80px;
  }
  .year_hero_section .hero_content .section_title {
    margin-bottom: 21px;
  }
  .year_hero_section .hero_content .hero_description {
    max-width: 442px;
  }
}
@media screen and (min-width: 106.3125em) {
  .year_hero_section {
    padding-top: 132px;
    padding-bottom: 336px;
  }
  .year_hero_section .year_nav {
    top: 132px;
    font-size: 2.5em;
    line-height: 1.15em;
  }
  .year_hero_section .year_nav.prev_year {
    left: 38px;
  }
  .year_hero_section .year_nav.prev_year::before {
    left: -44px;
  }
  .year_hero_section .year_nav.next_year {
    right: 38px;
  }
  .year_hero_section .year_nav.next_year::before {
    right: -44px;
  }
  .year_hero_section .hero_content .hero_title {
    margin-bottom: 5px;
  }
  .year_hero_section .hero_content .section_title {
    margin-bottom: 25px;
  }
  .year_hero_section .hero_content .hero_description {
    max-width: 680px;
  }
}
.list_section {
  padding-bottom: 80px;
}
.list_section .section_title {
  text-align: center;
  margin-bottom: 32px;
}
.list_section .article_module {
  margin-bottom: 53px;
}
.list_section .article_module .post__img {
  position: relative;
  margin-bottom: 17px;
}
.list_section .article_module .post__img a {
  display: block;
}
.list_section .article_module .section_image_title a:hover {
  text-decoration: underline;
  opacity: 0.6;
}
.list_section .article_module .caption {
  font-family: "Heading-Now-15-Medium", sans-serif;
  font-size: 0.8125em;
  line-height: 1.1538461538em;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}

@media screen and (min-width: 48em) {
  .list_section {
    padding-bottom: 143px;
  }
  .list_section .section_title {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 71px;
  }
  .list_section .list_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list_section .article_module {
    width: 296px;
    margin-bottom: 74px;
  }
  .list_section .article_module .post__img {
    margin-bottom: 13px;
  }
  .list_section .article_module .caption {
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 64em) {
  .list_section {
    padding-bottom: 249px;
  }
  .list_section .section_title {
    margin-bottom: 13px;
  }
  .list_section .article_module {
    width: 224px;
    margin-bottom: 44px;
  }
  .list_section .article_module .post__img {
    margin-bottom: 7px;
  }
  .list_section .article_module .caption {
    margin-bottom: 8px;
  }
  .list_section .article_module:nth-child(2), .list_section .article_module:nth-child(5) {
    padding-top: 88px;
  }
}
@media screen and (min-width: 68.8125em) {
  .list_section {
    padding-bottom: 225px;
  }
  .list_section .section_title {
    margin-bottom: 22px;
  }
  .list_section .article_module {
    width: 260px;
    margin-bottom: 58px;
  }
  .list_section .article_module .post__img {
    margin-bottom: 8px;
  }
  .list_section .article_module .caption {
    font-size: 1.0625em;
    line-height: 1.2352941176em;
    margin-bottom: 8px;
  }
  .list_section .article_module:nth-child(2), .list_section .article_module:nth-child(5) {
    padding-top: 103px;
  }
}
@media screen and (min-width: 106.3125em) {
  .list_section {
    padding-bottom: 320px;
  }
  .list_section .section_title {
    width: 180px;
    margin-bottom: 103px;
  }
  .list_section .article_module {
    width: 394px;
    margin-bottom: 58px;
  }
  .list_section .article_module .post__img {
    margin-bottom: 23px;
  }
  .list_section .article_module .caption {
    font-size: 1.25em;
    line-height: 1.15em;
    margin-bottom: 6px;
  }
  .list_section .article_module:nth-child(2), .list_section .article_module:nth-child(5) {
    padding-top: 128px;
  }
}
.best_moments_section {
  padding-bottom: 108px;
}
.best_moments_section .section_title {
  text-align: center;
  margin-bottom: 18px;
}
.best_moments_section .video_img {
  margin-bottom: 2px;
  position: relative;
}
.best_moments_section .video_img::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
}
.best_moments_section .video_title {
  text-align: center;
}
.best_moments_section .best_moments_content.play_video .video_img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/icons/icon-play.svg) no-repeat scroll center center transparent;
  background-size: 100%;
  width: 44px;
  height: 44px;
}
.best_moments_section .best_moments_carousel .slick-arrow {
  top: calc(50% - 50px);
  background-size: 100%;
  width: 14px;
  height: 28px;
}
.best_moments_section .best_moments_carousel .slick-arrow.slick-prev {
  right: auto;
  left: 28px;
}
.best_moments_section .best_moments_carousel .slick-arrow.slick-next {
  right: 33px;
  left: auto;
}

@media screen and (min-width: 48em) {
  .best_moments_section {
    padding-bottom: 195px;
  }
  .best_moments_section .section_title {
    margin-bottom: 24px;
  }
  .best_moments_section .best_moments_content.play_video .video_img::after {
    width: 80px;
    height: 80px;
  }
  .best_moments_section .best_moments_carousel .slick-arrow {
    top: 41%;
    background-size: 100%;
    width: 17px;
    height: 35px;
  }
  .best_moments_section .best_moments_carousel .slick-arrow.slick-prev {
    left: 23px;
  }
  .best_moments_section .best_moments_carousel .slick-arrow.slick-next {
    right: 29px;
  }
}
@media screen and (min-width: 64em) {
  .best_moments_section {
    padding-bottom: 217px;
  }
  .best_moments_section .section_title {
    margin-bottom: 32px;
  }
  .best_moments_section .video_img {
    margin-bottom: 10px;
  }
  .best_moments_section .best_moments_content.play_video .video_img::after {
    width: 105px;
    height: 105px;
  }
  .best_moments_section .best_moments_carousel .slick-arrow {
    top: 41%;
    width: 23px;
    height: 46px;
  }
  .best_moments_section .best_moments_carousel .slick-arrow.slick-prev {
    left: 36px;
  }
  .best_moments_section .best_moments_carousel .slick-arrow.slick-next {
    right: 42px;
  }
}
@media screen and (min-width: 68.8125em) {
  .best_moments_section {
    padding-bottom: 259px;
  }
}
@media screen and (min-width: 106.3125em) {
  .best_moments_section {
    padding-bottom: 406px;
  }
  .best_moments_section .video_img {
    margin-bottom: 19px;
  }
  .best_moments_section .best_moments_content.play_video .video_img::after {
    width: 171px;
    height: 171px;
  }
  .best_moments_section .best_moments_carousel .slick-arrow {
    top: 43%;
    width: 31px;
    height: 62px;
  }
}
.voices_carousel_section {
  padding-bottom: 115px;
}
.voices_carousel_section .section_title {
  text-align: center;
  width: 180px;
  margin: 0 auto;
  margin-bottom: 19px;
}
.voices_carousel_section .section_description {
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.voices_carousel_section .voices_carousel_content {
  margin-bottom: 57px;
}
.voices_carousel_section .voices_carousel .slick-list {
  padding-left: 0 !important;
  margin-right: -36px;
}
.voices_carousel_section .voices_carousel .slick-arrow {
  top: -34px;
  background-size: 100%;
  width: 14px;
  height: 27px;
}
.voices_carousel_section .voices_carousel .slick-arrow.slick-prev {
  right: 55px;
}
.voices_carousel_section .voices_carousel .slick-arrow.slick-next {
  right: -3px;
}
.voices_carousel_section .voices_carousel .slick-slide {
  margin-right: 14px;
  opacity: 0.2;
}
.voices_carousel_section .voices_carousel .slick-slide.slick-current {
  opacity: 1;
}
.voices_carousel_section .voices_carousel .post__img {
  margin-bottom: 2px;
}
.voices_carousel_section .voices_carousel .voice_name {
  margin-bottom: 4px;
}
.voices_carousel_section .voices_carousel .voice_role {
  margin-bottom: 12px;
}
.voices_carousel_section .voices_carousel .button {
  text-align: left;
}

@media screen and (min-width: 48em) {
  .voices_carousel_section {
    padding-bottom: 196px;
  }
  .voices_carousel_section .section_title {
    width: 250px;
    margin-bottom: 27px;
  }
  .voices_carousel_section .section_description {
    margin-bottom: 18px;
  }
  .voices_carousel_section .voices_carousel_content {
    margin-bottom: 21px;
  }
  .voices_carousel_section .carousel_pagitation {
    padding-left: 73px;
  }
  .voices_carousel_section .voices_carousel {
    width: calc(100% + (100vw - 608px) / 2);
  }
  .voices_carousel_section .voices_carousel .slick-list {
    margin: 0;
  }
  .voices_carousel_section .voices_carousel .slick-arrow {
    top: -25px;
    bottom: 0;
    margin: auto;
    width: 31px;
    height: 62px;
  }
  .voices_carousel_section .voices_carousel .slick-arrow.slick-prev {
    right: auto;
    left: 7px;
  }
  .voices_carousel_section .voices_carousel .slick-arrow.slick-next {
    right: 106px;
    left: auto;
    top: -29px;
  }
  .voices_carousel_section .voices_carousel .slick-slide {
    margin-left: 0;
    padding-left: 72px !important;
  }
  .voices_carousel_section .voices_carousel .post__img {
    margin-bottom: 12px;
  }
  .voices_carousel_section .voices_carousel .voice_name {
    margin-bottom: 2px;
  }
  .voices_carousel_section .voices_carousel .voice_role {
    margin-bottom: 16px;
  }
  .voices_carousel_section .voices_carousel .button {
    text-align: left;
  }
}
@media screen and (min-width: 64em) {
  .voices_carousel_section {
    display: flex;
    width: calc(100% + (100vw - 784px) / 2);
  }
  .voices_carousel_section .section_title {
    text-align: left;
    margin-left: 0;
  }
  .voices_carousel_section .section_description {
    max-width: 100%;
    margin-left: 0;
    text-align: left;
    margin-bottom: 28px;
  }
  .voices_carousel_section .voices_carousel_content {
    margin-bottom: 0;
    width: 352px;
  }
  .voices_carousel_section .voices_carousel_content .button {
    text-align: left;
  }
  .voices_carousel_section .carousel_pagitation {
    position: absolute;
    top: 0;
    display: none;
  }
  .voices_carousel_section .voices_carousel {
    width: calc(100% - 352px);
    padding-left: 97px;
    padding-left: 150px;
    padding-top: 34px;
  }
  .voices_carousel_section .voices_carousel .slick-arrow {
    top: -85px;
    width: 20px;
    height: 39px;
  }
  .voices_carousel_section .voices_carousel .slick-arrow.slick-prev {
    left: 120px;
  }
  .voices_carousel_section .voices_carousel .slick-arrow.slick-next {
    right: 83px;
    top: -86px;
  }
  .voices_carousel_section .voices_carousel .slick-slide {
    width: 290px !important;
    padding-left: 0 !important;
  }
  .voices_carousel_section .voices_carousel .post__img {
    margin-bottom: 9px;
  }
  .voices_carousel_section .voices_carousel .voice_role {
    margin-bottom: 11px;
  }
  .voices_carousel_section .voices_carousel .button {
    text-align: left;
  }
}
@media screen and (min-width: 68.8125em) {
  .voices_carousel_section {
    padding-bottom: 260px;
    width: calc(100% + (100vw - 904px) / 2);
  }
  .voices_carousel_section .voices_carousel {
    padding-left: 134px;
  }
  .voices_carousel_section .voices_carousel .slick-arrow.slick-prev {
    left: 113px;
  }
  .voices_carousel_section .voices_carousel .slick-arrow.slick-next {
    right: auto;
    left: 443px;
    top: -85px;
  }
}
@media screen and (min-width: 106.3125em) {
  .voices_carousel_section {
    padding-bottom: 350px;
    width: calc(100% + (100vw - 1360px) / 2);
  }
  .voices_carousel_section .section_title {
    width: 420px;
  }
  .voices_carousel_section .section_description {
    margin-bottom: 57px;
    padding-left: 10px;
  }
  .voices_carousel_section .voices_carousel_content {
    width: 532px;
  }
  .voices_carousel_section .voices_carousel_content .button {
    padding-left: 10px;
  }
  .voices_carousel_section .voices_carousel {
    width: calc(100% - 532px);
    padding-left: 210px;
    padding-top: 44px;
  }
  .voices_carousel_section .voices_carousel .slick-arrow {
    top: -34px;
    width: 31px;
    height: 62px;
  }
  .voices_carousel_section .voices_carousel .slick-arrow.slick-prev {
    left: 160px;
  }
  .voices_carousel_section .voices_carousel .slick-arrow.slick-next {
    left: 710px;
    top: -64px;
  }
  .voices_carousel_section .voices_carousel .slick-slide {
    width: 480px !important;
  }
  .voices_carousel_section .voices_carousel .post__img {
    margin-bottom: 22px;
  }
  .voices_carousel_section .voices_carousel .voice_name {
    margin-bottom: 4px;
  }
  .voices_carousel_section .voices_carousel .voice_role {
    margin-bottom: 16px;
  }
}
.magazine_covers_section {
  padding-bottom: 130px;
}
.magazine_covers_section .section_title {
  text-align: center;
  margin-bottom: 80px;
}
.magazine_covers_section .magazine_covers_container .cover_img {
  margin-bottom: 10px;
}
.magazine_covers_section .magazine_covers_container .magazine_title {
  text-align: center;
  display: block;
}
.magazine_covers_section .magazine_covers_container .slick-list {
  padding-left: 0 !important;
  margin-right: -36px;
}
.magazine_covers_section .magazine_covers_container .magazine_cover {
  margin-right: 14px;
}
.magazine_covers_section .magazine_covers_container .slick-arrow {
  top: -34px;
  background-size: 100%;
  width: 14px;
  height: 27px;
}
.magazine_covers_section .magazine_covers_container .slick-arrow.slick-prev {
  right: 55px;
}
.magazine_covers_section .magazine_covers_container .slick-arrow.slick-next {
  right: -3px;
}
.magazine_covers_section .magazine_covers_months_container {
  display: none;
}

@media screen and (min-width: 48em) {
  .magazine_covers_section {
    padding-bottom: 215px;
  }
  .magazine_covers_section .section_title {
    margin-bottom: 45px;
  }
  .magazine_covers_section .carousel_pagitation {
    padding-left: 77px;
    margin-bottom: 2px;
    display: block;
  }
  .magazine_covers_section .magazine_covers_container .cover_img {
    margin-bottom: 10px;
  }
  .magazine_covers_section .magazine_covers_container .slick-list {
    padding: 0;
    margin-right: auto;
  }
  .magazine_covers_section .magazine_covers_container .magazine_cover {
    margin-right: 0;
    padding: 0 77px;
  }
  .magazine_covers_section .magazine_covers_container .slick-arrow {
    top: 37px;
    bottom: 0;
    margin: auto 0;
    width: 31px;
    height: 62px;
  }
  .magazine_covers_section .magazine_covers_container .slick-arrow.slick-prev {
    right: auto;
    left: 13px;
  }
  .magazine_covers_section .magazine_covers_container .slick-arrow.slick-next {
    right: 11px;
    left: auto;
  }
}
@media screen and (min-width: 64em) {
  .magazine_covers_section {
    width: 600px;
    margin: 0 auto;
    padding-bottom: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .magazine_covers_section .section_title {
    margin-bottom: 77px;
    width: 100%;
  }
  .magazine_covers_section .carousel_pagitation {
    display: none;
  }
  .magazine_covers_section .magazine_covers_container {
    width: 290px;
  }
  .magazine_covers_section .magazine_covers_container .cover_img {
    margin-bottom: 0;
  }
  .magazine_covers_section .magazine_covers_container .magazine_cover {
    padding: 0;
  }
  .magazine_covers_section .magazine_covers_container .magazine_cover .magazine_title {
    display: none;
  }
  .magazine_covers_section .magazine_covers_months_container {
    width: 272px;
    display: block;
    padding-top: 2px;
  }
  .magazine_covers_section .magazine_covers_months_container .month_button {
    opacity: 0.38;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 20px;
    padding-bottom: 18px;
    width: 100%;
    text-align: left;
  }
  .magazine_covers_section .magazine_covers_months_container .month_button.active {
    opacity: 1;
  }
  .magazine_covers_section .magazine_covers_months_container .month_button:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 68.8125em) {
  .magazine_covers_section {
    width: 667px;
    padding-bottom: 274px;
  }
  .magazine_covers_section .section_title {
    margin-bottom: 77px;
  }
  .magazine_covers_section .magazine_covers_months_container {
    width: 314px;
    padding-top: 0;
    margin-top: -3px;
  }
  .magazine_covers_section .magazine_covers_months_container .month_button {
    margin-bottom: 20px;
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 106.3125em) {
  .magazine_covers_section {
    width: 986px;
    padding-bottom: 355px;
  }
  .magazine_covers_section .section_title {
    margin-bottom: 110px;
  }
  .magazine_covers_section .magazine_covers_container {
    width: 531px;
  }
  .magazine_covers_section .magazine_covers_months_container {
    width: 393px;
    padding-top: 5px;
    margin-top: 0px;
  }
  .magazine_covers_section .magazine_covers_months_container .month_button {
    margin-bottom: 18px;
    padding-bottom: 17px;
  }
}
/*-------------------------------------------------------------------------------------------------
   MODULES
--------------------------------------------------------------------------------------------------*/
