﻿@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Inter-Light-BETA.woff2") format("woff2"), url("../fonts/Inter-Light-BETA.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
}
html {
  font-size: 7px;
}
@media (min-width: 992px) {
  html {
    font-size: 8px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}
body {
  font-family: Inter, sans-serif;
}
.container-2,
.container-3 {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container-2,
  .container-3 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.container-2 {
  max-width: 1250px;
}
.container-3 {
  max-width: 1540px;
}
.menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border: none;
  background: none;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 0;
  z-index: 100;
}
.menu.top {
  top: 0;
  bottom: auto;
  padding-top: 2rem;
  border-bottom: 2px solid #da1c5c;
  background: #181f34;
}
@media (min-width: 768px) {
  .menu.top {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .menu.top .logo-container-2 {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .menu.top .item-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1600px) {
  .menu.top .item-container {
    padding-left: 400px;
    padding-right: 400px;
  }
}
.menu .logo-container-2 {
  position: absolute;
  display: none;
  top: -15px;
  left: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .menu .logo-container-2 {
    top: -15px;
    width: 100px;
  }
}
@media (min-width: 992px) {
  .menu .logo-container-2 {
    top: auto;
  }
}
@media (min-width: 1600px) {
  .menu .logo-container-2 {
    top: -15px;
    width: 400px;
  }
}
.menu .logo-container-2 img {
  max-width: 40px;
}
@media (min-width: 1600px) {
  .menu .logo-container-2 img {
    max-width: none;
  }
}
.menu .item-container {
  display: flex;
  float: none;
  justify-content: space-between;
  max-width: 1770px;
  position: relative;
  margin: 0 auto;
}
.menu .item-container > .item {
  border-left: 2px solid #da1c5c;
}
.menu .item-container > .item a {
  color: #fff;
  font-weight: 500;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  height: 8rem;
  text-decoration: none;
}
.menu .item-container > .item a:hover {
  background: #da1c5c;
}
@media (min-width: 768px) {
  .section-1,
  .section-2,
  .section-3,
  .section-4,
  .section-5 {
    min-height: 500px;
  }
}
@media (min-height: 500px) {
  .section-1,
  .section-2,
  .section-3,
  .section-4,
  .section-5 {
    min-height: 100vh;
  }
}
.section-1 {
  display: flex;
  flex-direction: column;
  background: url(../images/section-1.jpg) center / cover;
}
.section-1 .logo-container {
  padding-top: 2rem;
  text-align: center;
}
.section-1 .content {
  font-size: 4rem;
  font-weight: 300;
  color: #ffffff;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
  padding: 8rem 2rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .section-1 .content {
    font-size: 6.4rem;
    margin-right: 10%;
  }
}
.section-1 .content sup {
  font-weight: 300;
  font-size: 2rem;
  top: -1em;
}
@media (min-width: 768px) {
  .section-1 .content sup {
    font-size: 2.7rem;
  }
}
.section-2 {
  padding-top: 20rem;
  padding-bottom: 10rem;
  background: #181f34;
}
.section-2 .title {
  font-size: 6.9rem;
  font-weight: 900;
  color: #da1c5c;
  margin-bottom: 7rem;
}
.section-2 .title::after {
  content: "";
  display: block;
  background: #da1c5c;
  border-radius: 3px;
  width: 115px;
  height: 7px;
  margin-top: 7rem;
}
.section-2 .title-3 {
  font-size: 5rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .section-2 .title-3 {
    font-size: 6.4rem;
  }
}
.section-2 .content {
  font-size: 2.4rem;
  color: #ffffff;
}
.section-2 .content p + p {
  margin-top: 4rem;
}
.section-3 {
  padding-top: 20rem;
  padding-bottom: 10rem;
  background: linear-gradient(#fff, #f1f2f2);
}
.section-3 .title-3 {
  font-size: 4rem;
  color: #181f34;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2rem;
}
.section-3 .graph-1 {
  display: flex;
  max-width: 1060px;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9rem;
}
.section-3 .graph-1 .title-3 {
  border-bottom: 2px solid #9497a0;
}
.section-3 .graph-1 .row-2 {
  display: flex;
  font-size: 2rem;
  color: #181f34;
}
@media (min-width: 768px) {
  .section-3 .graph-1 .row-2 {
    font-size: 3rem;
  }
}
.section-3 .graph-1 .row-2 > div {
  padding-right: 2rem;
  width: 50%;
  padding-top: 2rem;
  text-align: right;
}
@media (min-width: 768px) {
  .section-3 .graph-1 .row-2 > div {
    padding-top: 9rem;
    padding-right: 4rem;
  }
}
.section-3 .graph-1 .row-2 > div + div {
  padding-left: 2rem;
  padding-right: 0;
  border-left: 2px solid #9497a0;
  text-align: left;
}
@media (min-width: 768px) {
  .section-3 .graph-1 .row-2 > div + div {
    padding-left: 4rem;
  }
}
.section-3 .graph-2 {
  display: flex;
  max-width: 1020px;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
}
.section-3 .graph-2 .title-3 {
  border-bottom: 2px solid #9497a0;
}
.section-3 .graph-2 .row-1 {
  margin-bottom: 80px;
  position: relative;
}
.section-3 .graph-2 .row-1::before,
.section-3 .graph-2 .row-1::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 82px;
}
.section-3 .graph-2 .row-1::before {
  left: 0;
  right: 0;
  border-left: 2px solid #93969f;
  border-right: 2px solid #93969f;
}
.section-3 .graph-2 .row-1::after {
  left: 50%;
  border-right: 2px solid #93969f;
}
.section-3 .graph-2 .row-2 {
  font-size: 2rem;
  color: #181f34;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .section-3 .graph-2 .row-2 {
    font-size: 3rem;
  }
}
.section-3 .graph-2 .row-2 > div:first-child,
.section-3 .graph-2 .row-2 > div:last-child {
  width: calc(100% - 60px);
}
.section-3 .graph-2 .row-2 > div:first-child {
  display: flex;
  justify-content: flex-end;
}
.section-3 .graph-2 .row-2 > div:nth-child(2) {
  font-size: 13px;
  color: #da1c5c;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-left: 2rem;
  margin-right: 2rem;
  border: 2px solid #93969f;
  position: relative;
}
@media (min-width: 480px) {
  .section-3 .graph-2 .row-2 > div:nth-child(2) {
    font-size: 18px;
    margin-left: 7rem;
    margin-right: 7rem;
  }
}
.section-3 .graph-2 .row-2 > div:nth-child(2)::before,
.section-3 .graph-2 .row-2 > div:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 2rem;
  top: 50%;
  border-top: 2px solid #93969f;
}
@media (min-width: 480px) {
  .section-3 .graph-2 .row-2 > div:nth-child(2)::before,
  .section-3 .graph-2 .row-2 > div:nth-child(2)::after {
    width: 5rem;
  }
}
.section-3 .graph-2 .row-2 > div:nth-child(2)::before {
  left: -2rem;
}
@media (min-width: 480px) {
  .section-3 .graph-2 .row-2 > div:nth-child(2)::before {
    left: -5rem;
  }
}
.section-3 .graph-2 .row-2 > div:nth-child(2)::after {
  right: -2rem;
}
@media (min-width: 480px) {
  .section-3 .graph-2 .row-2 > div:nth-child(2)::after {
    right: -5rem;
  }
}
.section-4 {
  padding-top: 17rem;
  padding-bottom: 20rem;
  background: #181f34;
}
.section-4 .box-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .section-4 .box-container {
    justify-content: space-between;
  }
}
.section-4 .box-1 {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 480px) {
  .section-4 .box-1 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media (min-width: 768px) {
  .section-4 .box-1 {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 33.333%;
  }
}
.section-4 .box-1.disabled .photo-container,
.section-4 .box-1.disabled .title-3,
.section-4 .box-1.disabled .title-4 {
  opacity: 0.3;
}
.section-4 .box-1.open .learn-more .icon {
  transform: rotate(45deg);
}
.section-4 .box-1.open .learn-more .text {
  display: none;
}
.section-4 .box-1 ~ .box-1 {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .section-4 .box-1 ~ .box-1 {
    margin-top: 0;
  }
}
.section-4 .box-1 .photo-container {
  background: linear-gradient(to top right, transparent 49.5%, #d6d7db, transparent 50.5%);
  margin-bottom: 3rem;
}
.section-4 .box-1 .title-3,
.section-4 .box-1 .title-4 {
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: bold;
}
.section-4 .box-1 .title-3 {
  font-weight: 700;
  flex-grow: 1;
  margin-bottom: 1rem;
}
.section-4 .box-1 .title-4 {
  color: #d1d3d4;
  margin-bottom: 4rem;
}
.section-4 .box-1 .learn-more {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #d1d3d4;
  text-decoration: none;
  height: 80px;
  cursor: pointer;
  overflow: hidden;
}
.section-4 .box-1 .learn-more:hover {
  filter: contrast(1.2);
}
.section-4 .box-1 .learn-more .icon {
  margin-bottom: 2rem;
  transition: transform 0.3s;
}
.section-4 .box-content {
  font-size: 2.4rem;
  color: #ffffff;
  display: none;
  padding-top: 70px;
  margin-top: -4rem;
  margin-bottom: 4rem;
  width: 100%;
}
@media (min-width: 768px) {
  .section-4 .box-content {
    order: 2;
  }
}
.section-4 .box-content .inner {
  padding-top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-top: 2px solid #fff;
  position: relative;
}
@media (min-width: 1200px) {
  .section-4 .box-content .inner {
    padding-left: 17rem;
    padding-right: 17rem;
  }
}
.section-4 .box-content .inner .line {
  content: "";
  position: absolute;
  top: -70px;
  border-left: 2px solid #fff;
  height: 70px;
}
.section-5 {
  display: flex;
  flex-direction: column;
}
.section-5 .top {
  flex-grow: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/section-5.jpg) center / cover;
  min-height: 330px;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 13rem;
}
.section-5 .title {
  font-size: 6rem;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .section-5 .title {
    font-size: 8.4rem;
  }
}
.section-5 .title sup {
  font-weight: 300;
  font-size: 2rem;
  top: -1em;
}
@media (min-width: 768px) {
  .section-5 .title sup {
    font-size: 3.5rem;
  }
}
.section-5 .title-2 {
  margin-bottom: 7rem;
}
.section-5 .content {
  font-size: 2.4rem;
  color: #000000;
  text-align: center;
  margin-bottom: 20rem;
}
.section-5 .social {
  margin-top: 14rem;
}
.section-5 .social a {
  margin-left: 2rem;
  margin-right: 2rem;
}
.section-5 .social a:hover {
  filter: brightness(1.7);
}
.section-5 .bottom {
  font-size: 12px;
  color: #181f34;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 3;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 2rem;
}
.section-5 .bottom a {
  color: #181f34;
}
.section-5 .bottom-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .section-5 .bottom-2 {
    flex-direction: row;
    align-items: flex-end;
  }
}
.section-5 .bottom-2 div + div {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .section-5 .bottom-2 > div:first-child,
  .section-5 .bottom-2 > div:last-child {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .section-5 .bottom-2 > div:last-child {
    text-align: right;
  }
}
.title-2 {
  font-size: 5rem;
  font-weight: 900;
  color: #da1c5c;
  text-align: center;
  margin-bottom: 18rem;
}
@media (min-width: 768px) {
  .title-2 {
    font-size: 6.9rem;
  }
}
.title-2::after {
  content: "";
  display: inline-block;
  background: #da1c5c;
  border-radius: 3px;
  width: 115px;
  height: 7px;
  margin-top: 7rem;
}