* {
  box-sizing: border-box; }

/* TYPE */
@font-face {
  font-family: Apercu-M;
  src: url(fonts/Apercu-Mono.otf); }
@font-face {
  font-family: Apercu-B;
  src: url(fonts/Apercu-Pro-Bold.otf); }
@font-face {
  font-family: Apercu-L;
  src: url(fonts/Apercu-Pro-Light.otf); }
@font-face {
  font-family: Times;
  src: url(fonts/Times.ttc); }
h1, .h1 {
  font-family: Apercu-L;
  font-size: 32px;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media screen and (min-width: 375px) {
    h1, .h1 {
      font-size: calc(32px + 120 * (100vw - 375px) / 1591); } }
  @media screen and (min-width: 1966px) {
    h1, .h1 {
      font-size: 152px; } }

h2, .h2 {
  font-family: Apercu-L;
  font-size: 32px;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  @media screen and (min-width: 375px) {
    h2, .h2 {
      font-size: calc(32px + 68 * (100vw - 375px) / 1591); } }
  @media screen and (min-width: 1966px) {
    h2, .h2 {
      font-size: 100px; } }

p {
  font-family: Apercu-L;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 375px) {
    p {
      font-size: calc(16px + 3 * (100vw - 375px) / 1591); } }
  @media screen and (min-width: 1966px) {
    p {
      font-size: 19px; } }

small, .small {
  font-family: Apercu-L;
  font-size: 14px;
  line-height: 1.5; }
  @media screen and (min-width: 375px) {
    small, .small {
      font-size: calc(14px + 1 * (100vw - 375px) / 1591); } }
  @media screen and (min-width: 1966px) {
    small, .small {
      font-size: 15px; } }

.b {
  font-family: Apercu-B; }

.times {
  font-family: "Times New Roman", Times, serif;
  font-weight: 600;
  font-size: 1.08em;
  top: -0.03em;
  position: relative; }

.times-i {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.02px;
  font-size: 1.08em;
  padding-right: 0.1em;
  top: -0.03em;
  position: relative; }

/* GENERAL */
html {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: Helvetica, sans-serif;
  background-color: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

a {
  color: #000;
  text-decoration: none;
  transition: color 0.5s ease; }

.btn {
  min-width: 100px;
  max-width: 240px;
  height: 48px;
  background-color: #fff;
  border-radius: 50px;
  border: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-family: Apercu-M;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 2.4rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease; }
  @media screen and (min-width: 375px) {
    .btn {
      font-size: calc(14px + 2 * (100vw - 375px) / 1591); } }
  @media screen and (min-width: 1966px) {
    .btn {
      font-size: 16px; } }
  .btn:hover {
    background-color: #F5F6F8; }
  .btn:focus {
    outline: none; }

/* HEADER */
.header {
  background-color: #fff;
  border-bottom: 1px solid #c7c7c7;
  position: fixed;
  width: 100%;
  z-index: 12;
  font-family: Apercu-M;
  text-transform: uppercase;
  font-size: 14px; }
  @media screen and (min-width: 375px) {
    .header {
      font-size: calc(14px + 2 * (100vw - 375px) / 1591); } }
  @media screen and (min-width: 1966px) {
    .header {
      font-size: 16px; } }

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }

.header li a {
  display: block;
  text-decoration: none;
  padding: 1rem 1rem;
  transition: opacity 0.2s ease; }
  .header li a:hover {
    opacity: 0.4; }

.header .logo {
  display: block;
  float: left;
  padding: .5rem 1.5rem;
  padding-right: 0;
  text-decoration: none;
  width: 100%;
  max-width: 280px;
  height: auto; }
  .header .logo img {
    width: 100%;
    height: auto; }

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
  display: flex;
  align-items: center;
  padding-left: 0.5rem; }

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
  padding: 2.5rem 1.5rem;
  padding-left: 0; }

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 1px;
  position: relative;
  transition: background .2s ease-out;
  width: 25px; }

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%; }

.header .menu-icon .navicon:before {
  top: 5px; }

.header .menu-icon .navicon:after {
  top: -5px; }

/* menu btn */
.header .menu-btn {
  display: none; }

.header .menu-btn:checked ~ .menu {
  max-height: 240px; }

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent; }

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg); }

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg); }

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0; }

@media (min-width: 768px) {
  .header li {
    float: left; }

  .header .menu {
    clear: none;
    float: right;
    max-height: none; }

  .header .menu-icon {
    display: none; } }
@media (max-width: 768px) {
  .header .menu {
    flex-direction: column;
    align-items: flex-start; } }
/* SHARE */
.btn_share {
  max-width: 180px;
  max-height: 52px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  background-color: #F5F6F8;
  will-change: transform;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 1rem;
  margin-right: 1.5rem; }
  @media (max-width: 768px) {
    .btn_share {
      margin-bottom: 2rem; } }

.btn_share span {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease; }

.icons {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center; }

.icons a:nth-of-type(1) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
  margin-right: 1rem; }
  .icons a:nth-of-type(1) img {
    transition: all .2s ease-in-out; }
  .icons a:nth-of-type(1):hover img {
    transform: scale(1.1); }

.icons a:nth-of-type(2) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
  transition: all .2s ease-in-out; }
  .icons a:nth-of-type(2) img {
    transition: all .2s ease-in-out; }
  .icons a:nth-of-type(2):hover img {
    transform: scale(1.1); }

.btn_share:hover span {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
  -webkit-transform: translateX(-280px);
  transform: translateX(-280px); }

/* FOOTER */
.footer {
  background-color: #fff;
  border-top: 1px solid #c7c7c7;
  padding: 1rem 1.5rem; }
  .footer p {
    margin: 1rem 0; }

.collapse-button:hover {
  opacity: 0.6;
  cursor: pointer; }

.credits {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .credits .content {
    display: flex; }

@media (max-width: 768px) {
  .footer {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .credits {
    flex-direction: column;
    justify-content: center; }
    .credits .content {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .credits .content p {
        margin: 0.2rem; }
    .credits .content.logos {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .credits .content.logos img {
        margin: 0; } }
/* MAIN */
.container {
  width: 100%;
  padding: 1.5rem; }

.about {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  padding-top: calc(6rem + 80px);
  padding-bottom: 6rem; }
  .about .break {
    height: 3rem; }

.phrase {
  border-top: 1px solid #c7c7c7; }
  .phrase p {
    width: 65%;
    font-size: 18px;
    line-height: 1.3; }
    @media screen and (min-width: 375px) {
      .phrase p {
        font-size: calc(18px + 20 * (100vw - 375px) / 1591); } }
    @media screen and (min-width: 1966px) {
      .phrase p {
        font-size: 38px; } }

@media (max-width: 992px) {
  .about {
    width: 80%; } }
@media (max-width: 768px) {
  .phrase p, .about {
    width: 100%; } }
.flags {
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  border-right: 1px solid #c7c7c7;
  padding-right: 2rem;
  filter: grayscale(100%);
  opacity: 0.4; }

.flag {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

#flags .flag:not(.active) {
  filter: grayscale(100%);
  opacity: 0.8; }

/* swiper */
.slideshow {
  padding-top: calc(1.5rem + 80px); }

.swiper-container, .swiper-wrapper, .swiper-slide, .expand {
  box-sizing: border-box; }

.swiper-container {
  width: 100%;
  height: 100%; }

.swiper-wrapper {
  width: 100%;
  height: 100%;
  padding-left: 20%; }

.swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; }

.swiper-slide-next {
  opacity: 0; }

.swiper-slide-prev {
  opacity: 0; }

.slide-content {
  width: 100%;
  max-width: 1050px;
  margin: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 1780px) {
    .slide-content {
      max-width: 1200px; } }
  @media (max-width: 1779px) {
    .slide-content {
      max-width: 1050px; } }

.expand {
  width: 100%;
  max-width: 75%;
  padding-right: 1.5rem; }

.expand {
  overflow: hidden; }
  .expand > * {
    transform: translateY(100px);
    opacity: 0;
    position: relative;
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s; }
  .expand small {
    display: block;
    padding-bottom: 1em;
    transition-delay: 0.6s; }

.swiper-slide-active .expand > * {
  opacity: 1;
  transform: translateY(0); }

@media (max-width: 1024px) {
  .swiper-wrapper {
    padding-left: 4rem;
    padding-right: 1.5rem; }

  .slide-content {
    width: 98%;
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 3rem; }

  .expand {
    width: 100%;
    max-width: 100%; } }
@media (max-width: 640px) {
  .swiper-wrapper {
    padding-left: 0;
    padding-right: 0; }

  .slide-content {
    width: 100%;
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

  .expand {
    width: 100%;
    max-width: 100%;
    padding-right: 0; } }
/* swiper pagination */
.pagination {
  padding: 1.5rem 1rem;
  position: relative;
  display: flex;
  justify-content: space-between; }

.swiper-button-next, .swiper-button-prev {
  color: #000;
  position: relative;
  margin-top: 0; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  display: none; }

.swiper-pagination.swiper-pagination-bullets {
  padding-left: 1.5rem;
  display: flex;
  flex-direction: column;
  font-family: Apercu-M;
  text-transform: uppercase;
  font-size: 14px;
  max-height: 500px;
  padding-top: 7rem; }
  @media screen and (min-width: 375px) {
    .swiper-pagination.swiper-pagination-bullets {
      font-size: calc(14px + 1 * (100vw - 375px) / 1591); } }
  @media screen and (min-width: 1966px) {
    .swiper-pagination.swiper-pagination-bullets {
      font-size: 15px; } }

.swiper-pagination-bullets {
  top: 1.5rem;
  left: 0;
  width: auto !important;
  display: block; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.6rem 0 !important;
  display: flex;
  align-items: center; }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:focus, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:focus {
    outline: none; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.5rem !important;
  width: 20px;
  height: 20px;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  opacity: 0.5; }

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  outline: none; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(1) {
    background: #FD1A1B; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2) {
    background: #661E8A; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3) {
    background: #1F631F; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(4) {
    background: #50B7D1; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(5) {
    background: #C3BCB5; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(6) {
    background: #FD0D1B; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(7) {
    background: #FEA128; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(8) {
    background: #63B622; }

.swiper-pagination-bullet:nth-child(1)::after {
  content: 'STARTUP';
  margin-left: 30px; }
.swiper-pagination-bullet:nth-child(2)::after {
  content: 'TALENT';
  margin-left: 30px; }
.swiper-pagination-bullet:nth-child(3)::after {
  content: 'STOCK\00a0OPTIONS';
  margin-left: 30px; }
.swiper-pagination-bullet:nth-child(4)::after {
  content: 'REGULATION';
  margin-left: 30px; }
.swiper-pagination-bullet:nth-child(5)::after {
  content: 'PROCUREMENT';
  margin-left: 30px; }
.swiper-pagination-bullet:nth-child(6)::after {
  content: 'FINANCE';
  margin-left: 30px; }
.swiper-pagination-bullet:nth-child(7)::after {
  content: 'INCLUSION/VALUES';
  margin-left: 30px; }
.swiper-pagination-bullet:nth-child(8)::after {
  content: 'DIGITAL';
  margin-left: 30px; }

@media (max-width: 1024px) {
  .swiper-pagination-bullet::after {
    display: none; } }
@media (max-width: 640px) {
  .swiper-pagination-bullet {
    display: none; }

  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    display: none; } }
/* word animation */
.title .word-mask span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1); }

.swiper-slide svg {
  width: 0;
  transition: 3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s; }

.swiper-slide-active svg {
  width: 10em; }
.swiper-slide-active .title .word-mask span {
  opacity: 1;
  transform: translateY(0); }

.word-mask {
  position: relative;
  line-height: 1.2;
  display: inline-block;
  overflow: hidden;
  vertical-align: top; }
