@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
  @media screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media screen and (max-width: 56.25em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 37.5em) {
    html {
      font-size: 40%; } }
  @media screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }

body {
  box-sizing: border-box; }

::selection {
  background-color: #000000;
  color: #ffffff; }

.u-center-text {
  text-align: center !important; }

.u-right-text {
  text-align: right !important; }

.u-left-text {
  text-align: left !important; }

.u-justify-text {
  text-align: justify !important; }

.u-margin-bottom-big {
  margin-bottom: 8rem !important; }
  @media screen and (max-width: 56.25em) {
    .u-margin-bottom-big {
      margin-bottom: 5rem !important; } }

.u-margin-bottom-medium {
  margin-bottom: 4rem !important; }
  @media screen and (max-width: 56.25em) {
    .u-margin-bottom-medium {
      margin-bottom: 3rem !important; } }

.u-margin-bottom-small {
  margin-bottom: 1.5rem !important; }

.u-margin-bottom-very-small {
  margin-bottom: 1rem !important; }

.u-margin-bottom-negative {
  margin-bottom: -10rem !important; }

.u-margin-bottom-negative-20 {
  margin-bottom: -20rem !important; }

.u-margin-top-very-small {
  margin-top: -10rem !important; }

.u-margin-top-small {
  margin-top: -1.7rem !important; }

.u-margin-top-big {
  margin-top: 5rem !important; }

.u-bgcolor-white {
  background-color: #ffffff; }

.u-padding-side {
  padding-left: 15rem;
  padding-right: 15rem; }
  @media screen and (max-width: 56.25em) {
    .u-padding-side {
      padding: 0rem; } }

body {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #ffffff;
  background-color: #ffffff; }

.heading-primary {
  color: #000000;
  font-family: 'Noto Serif', serif;
  text-transform: uppercase;
  margin-bottom: 6rem;
  backface-visibility: hidden;
  font-size: 4.5rem; }
  @media screen and (max-width: 75em) {
    .heading-primary {
      font-family: 'Noto Serif', serif;
      font-size: 5rem;
      text-transform: uppercase;
      font-weight: 900;
      color: #000000;
      transition: all .2s; } }

.heading-primary-white {
  color: #ffffff;
  font-family: 'Noto Serif', serif;
  text-transform: uppercase;
  margin-bottom: 3rem;
  backface-visibility: hidden;
  font-size: 4.5rem; }
  @media screen and (max-width: 75em) {
    .heading-primary-white {
      font-family: 'Noto Serif', serif;
      font-size: 5rem;
      text-transform: uppercase;
      font-weight: 900;
      color: #ffffff;
      transition: all .2s; } }

.heading-secondary {
  font-family: 'Noto Serif', serif;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  transition: all .2s; }
  .heading-secondary:hover {
    text-shadow: 2rem 1rem 5rem rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 56.25em) {
    .heading-secondary {
      font-family: 'Noto Serif', serif;
      font-size: 3.5rem;
      text-transform: uppercase;
      font-weight: 900;
      color: #ffffff;
      display: inline-block;
      transition: all .2s; } }

.heading-secondary--black {
  font-family: 'Noto Serif', serif;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #000000;
  display: inline-block;
  transition: all .2s; }
  .heading-secondary--black:hover {
    text-shadow: 2rem 1rem 5rem rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 56.25em) {
    .heading-secondary--black {
      font-family: 'Noto Serif', serif;
      font-size: 3.5rem;
      text-transform: uppercase;
      font-weight: 900;
      color: #000000;
      display: inline-block;
      transition: all .2s; } }

.heading-tertiary {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #545454; }
  @media only screen and (max-width: 37.5em) {
    .heading-tertiary {
      margin-top: -10px;
      font-size: 3rem;
      text-align: center; } }

.paragraph {
  font-size: 2rem;
  padding: 8px;
  text-align: left; }
  .paragraph:not(:last-child) {
    margin-bottom: 3rem; }
  @media only screen and (max-width: 37.5em) {
    .paragraph {
      font-size: 2.2rem;
      text-align: center; } }

.wpp-fixed {
  position: fixed;
  bottom: 1.5px;
  right: 1.5px; }
  .wpp-fixed__logo {
    height: 7rem; }

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 110%; }

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black; }

.tooltip:hover .tooltiptext {
  visibility: visible; }

.shake {
  animation: shake .2s;
  animation-iteration-count: infinite; }

.topic {
  font-weight: 900;
  text-transform: uppercase; }

@keyframes moveInTop {
  0% {
    opacity: 0;
    transform: translateY(10rem); }
  60% {
    transform: translateY(-1rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(-10rem); }
  60% {
    transform: translateY(1rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes moveIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes shake {
  0% {
    margin-left: 0; }
  25% {
    margin-left: 7px; }
  50% {
    margin-left: 0; }
  75% {
    margin-left: -7px; }
  100% {
    margin-left: 0; } }

.btn, .btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  border-radius: 10rem;
  transition: all .2s ease-out;
  width: 30rem;
  position: relative;
  font-size: 1.9rem;
  border: none;
  cursor: pointer; }

.btn:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); }
  .btn:hover::after {
    transform: scaleX(1.2) scaleY(1.3);
    opacity: 0; }

.btn:active, .btn:focus {
  outline: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); }

.btn--white {
  background-color: #ffffff;
  color: #000000;
  padding: 1rem 4rem; }
  .btn--white::after {
    background-color: #ffffff; }

.btn--black {
  background-color: #000000;
  color: #ffffff;
  letter-spacing: 1rem;
  padding: 1rem 8rem; }
  .btn--black::after {
    background-color: #000000; }

.btn--black-2 {
  background-color: #000000;
  color: #ffffff;
  width: 24rem;
  padding: 1.2rem 4rem;
  text-transform: uppercase;
  text-decoration: none; }
  .btn--black-2::after {
    background-color: #000000; }

.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s; }

.btn--animated {
  animation: moveIn 5s ease-in;
  animation-fill-mode: backwards; }

.btn-text:link, .btn-text:visited {
  color: #000000;
  display: inline-block;
  text-decoration: none;
  border-bottom: 0.1rem solid #545454;
  padding: 1rem 2rem;
  text-transform: uppercase;
  font-weight: 500; }

.btn-text:hover {
  background-color: #000000;
  color: #f1f1f1;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  transform: translateY(-0.2rem); }

.btn-text:active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  transform: translateY(0); }

.feature-box {
  background-image: url("../../img/about.png");
  background-size: cover;
  background-repeat: no-repeat;
  font-size: .2rem;
  padding: 5rem;
  height: 100%;
  border-radius: 3px;
  box-shadow: 1.5rem 1.5rem 4rem rgba(0, 0, 0, 0.5);
  transition: transform .3s;
  color: #000000; }
  @media only screen and (max-width: 37.5em) {
    .feature-box {
      background-image: url("../../img/about.png");
      background-size: cover;
      background-repeat: no-repeat;
      font-size: .2rem;
      padding: 2rem;
      height: 100%;
      border-radius: 3px;
      box-shadow: 1.5rem 1.5rem 4rem rgba(0, 0, 0, 0.5);
      transition: transform .3s;
      color: #000000; } }

.feature-box--1 {
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.99), rgba(255, 255, 255, 0.89));
  padding-top: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  border-radius: 3px;
  box-shadow: 0 2rem 3rem rgba(255, 255, 255, 0.15);
  transition: transform .3s; }

.feature-box--2 {
  background-color: #ffffff;
  font-size: .2rem;
  padding: 2rem;
  margin-top: 5rem;
  border-radius: 3px;
  box-shadow: 1.5rem 1.5rem 4rem rgba(0, 0, 0, 0.5);
  transition: transform .3s;
  color: #000000; }

.img-partner {
  height: 25rem; }

.contact-link {
  text-decoration: none;
  color: #000000;
  font-size: 2.5rem; }

.contact-link-1 {
  text-decoration: none;
  color: #000000;
  font-size: 2rem; }

.item__details {
  text-align: center;
  color: #000000;
  padding: 2rem; }
  .item__details ul {
    list-style: none;
    width: 100%;
    margin: 0 auto; }
    .item__details ul li {
      text-align: left;
      font-size: 1.8rem; }

@media screen and (max-width: 56.25em) {
  .item {
    position: relative; }
    .item__details {
      text-align: center;
      color: #000000;
      padding: .5rem; }
      .item__details ul {
        list-style: none;
        width: 100%;
        margin: 0 auto; }
        .item__details ul li {
          text-align: center;
          font-size: 2.5rem;
          padding: 1rem 0; } }

.map {
  width: 75vw;
  height: 75vh;
  border: none;
  box-shadow: 1.5rem 1.5rem 4rem rgba(0, 0, 0, 0.5); }
  @media screen and (max-width: 75em) {
    .map {
      width: 100%;
      height: 35vh; } }

.row {
  max-width: 114rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 8rem; }
    @media screen and (max-width: 56.25em) {
      .row:not(:last-child) {
        margin-bottom: 6rem; } }
  @media screen and (max-width: 56.25em) {
    .row {
      max-width: 50rem; } }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }
      @media screen and (max-width: 56.25em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 0;
          margin-bottom: 6rem; } }
    @media screen and (max-width: 56.25em) {
      .row [class^="col-"] {
        width: 100% !important; } }
  .row .col-1-of-2 {
    width: calc((100% - 6rem)/2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 6rem)/3); }
  .row .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 6rem)/3) + 6rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 6rem)/4); }
  .row .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 6rem)/4) + 6rem); }
  .row .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 6rem)/4) + 2 * 6rem); }

.footer {
  background-color: #000000;
  font-size: 1.4rem; }
  @media screen and (max-width: 56.25em) {
    .footer {
      padding: 3rem 0; } }
  .footer__logo-box {
    text-align: center;
    margin-bottom: 2rem; }
    @media screen and (max-width: 56.25em) {
      .footer__logo-box {
        margin-bottom: 5rem; } }
  .footer__logo {
    width: 70rem; }
    @media screen and (max-width: 56.25em) {
      .footer__logo {
        margin-bottom: 7rem;
        margin-top: -3rem; } }
    @media only screen and (max-width: 37.5em) {
      .footer__logo {
        width: 70vw;
        margin-bottom: 7rem;
        margin-top: -3rem; } }
  .footer__navigation {
    border-top: 1px solid #f1f1f1;
    padding-top: 1rem;
    display: inline-block;
    font-weight: 900;
    font-size: 1.8rem;
    width: 90%;
    text-align: center; }
    @media screen and (max-width: 56.25em) {
      .footer__navigation {
        float: none;
        font-size: 1.5rem;
        width: 100%; } }
  .footer__list {
    list-style: none; }
  .footer__item {
    display: inline-block; }
    .footer__item:not(:last-child) {
      margin-right: 2.5rem; }
  .footer__link:link, .footer__link:visited {
    color: #f1f1f1;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1.5rem; }
  .footer__link:hover, .footer__link:active {
    color: #545454; }
  .footer__copyright {
    border-top: 1px solid #f1f1f1;
    padding: 1rem;
    width: 90%;
    float: right;
    font-weight: 700;
    font-size: 1.7rem;
    text-align: center; }
    .footer__copyright__link:link, .footer__copyright__link:visited {
      color: #f1f1f1;
      background-color: transparent;
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block; }
    .footer__copyright__link:hover, .footer__copyright__link:active {
      color: #f1f1f1; }
    @media screen and (max-width: 56.25em) {
      .footer__copyright {
        float: none;
        font-size: 1.5rem;
        width: 100%; } }

.navigation {
  font-size: 1.5rem;
  background-color: #000000;
  color: #ffffff;
  position: relative; }
  .navigation__logo {
    height: 10rem;
    margin-top: 1rem;
    animation-name: moveIn;
    animation-duration: 2s; }
  .navigation__contact {
    animation-name: moveIn;
    animation-duration: 7s; }
    .navigation__contact--1 {
      width: 100px;
      font-size: 1.5rem;
      margin-top: .7rem;
      text-align: left; }
    .navigation__contact--2 {
      margin-top: 4rem;
      text-align: right; }
      .navigation__contact--2 a {
        color: #ffffff;
        font-size: 2.5rem; }
        .navigation__contact--2 a:hover {
          color: #f1f1f1;
          transform: scale(1.5); }
        .navigation__contact--2 a:link, .navigation__contact--2 a:visited {
          text-transform: uppercase;
          text-decoration: none;
          border: none;
          cursor: pointer; }
  .navigation__right {
    height: 3rem;
    vertical-align: middle; }
  @media screen and (max-width: 56.25em) {
    .navigation {
      animation-name: moveIn;
      animation-duration: 2s;
      font-size: 2rem;
      height: 100vh;
      background-color: #000000;
      color: #ffffff;
      position: relative;
      text-align: center; }
      .navigation__logo {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -40%);
        height: 25vh; }
      .navigation__contact {
        transition: moveIn;
        transition-duration: 5s;
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -80%); }
        .navigation__contact--1 {
          text-align: center;
          margin-top: 20rem;
          font-size: 2rem; }
        .navigation__contact--2 {
          margin-top: -4rem;
          text-align: center; }
          .navigation__contact--2 a {
            color: #ffffff;
            font-size: 5rem; }
            .navigation__contact--2 a:hover {
              color: #f1f1f1;
              transform: scale(1.5); }
            .navigation__contact--2 a:link, .navigation__contact--2 a:visited {
              text-transform: uppercase;
              text-decoration: none;
              border: none;
              cursor: pointer; } }
  @media only screen and (max-width: 37.5em) {
    .navigation {
      animation-name: moveIn;
      animation-duration: 2s;
      font-size: 2rem;
      height: 90vh;
      background-color: #000000;
      color: #ffffff;
      position: relative;
      text-align: center; }
      .navigation__logo {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -20%);
        height: 16vh; }
      .navigation__contact {
        transition: moveIn;
        transition-duration: 5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .navigation__contact--1 {
          text-align: center;
          margin-top: 20rem;
          font-size: 2rem; }
        .navigation__contact--2 {
          margin-top: -4rem;
          text-align: center; }
          .navigation__contact--2 a {
            color: #ffffff;
            font-size: 5rem; }
            .navigation__contact--2 a:hover {
              color: #f1f1f1;
              transform: scale(1.5); }
            .navigation__contact--2 a:link, .navigation__contact--2 a:visited {
              text-transform: uppercase;
              text-decoration: none;
              border: none;
              cursor: pointer; } }

.section-banner {
  background-color: black;
  height: 100vh;
  margin-top: -10rem;
  background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url("../../img/banner.png");
  background-size: cover; }
  .section-banner--card {
    margin-top: 8rem;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 1.8rem;
    padding: 6rem;
    font-weight: 400;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.3);
    color: #ffffff; }
  @media screen and (max-width: 75em) {
    .section-banner {
      padding: 5rem;
      background-color: black;
      height: auto;
      margin-top: -10rem;
      background-image: linear-gradient(to right bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url("../../img/banner.png");
      background-size: cover; }
      .section-banner--card {
        background-color: rgba(255, 255, 255, 0.1);
        font-size: 1.8rem;
        padding: 6rem;
        font-weight: 400;
        text-align: center;
        border-radius: 3px;
        box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.3);
        color: #ffffff; } }

.section-about {
  background-color: #ffffff;
  line-height: 3rem;
  padding: 6rem;
  font-weight: 400;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.7); }
  @media screen and (max-width: 56.25em) {
    .section-about {
      padding: 7rem 0;
      text-align: center; } }

.section-features {
  padding: 5rem;
  background-color: #000000;
  background-image: url("../../img/features.png");
  color: #000000;
  background-size: cover;
  position: relative; }

.section-map {
  background-color: #ffffff;
  padding: 7rem 0; }
  @media screen and (max-width: 56.25em) {
    .section-map {
      padding: 5rem 0; } }

.section-book {
  padding: 5rem;
  background-color: #ffffff;
  font-size: 2rem;
  color: #000000; }
  .section-book__img {
    height: 15vh; }
  @media screen and (max-width: 56.25em) {
    .section-book {
      padding: 3rem 0;
      font-size: 2.5rem; } }

.section-partners {
  padding: 5rem;
  position: relative;
  background-color: #000000;
  height: 100vh; }
  @media screen and (max-width: 75em) {
    .section-partners {
      height: auto; } }
