@charset "UTF-8";
/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}
@font-face {
  font-family: "archivo";
  src: url("../fonts/Archivo.ttf");
  font-weight: 1 999;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
p {
  margin: 0;
}

ul[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  scrollbar-gutter: auto;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
  font-family: "archivo", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
body #content .container-fluid {
  padding: 0;
}
body #content .container-fluid > main {
  display: contents;
}
body #content .container-fluid .row {
  margin: 0;
}
@media (max-width: 767.98px) {
  body #content .container-fluid .row.menu-negative + .row > .col > div {
    height: 100vh;
  }
  body #content .container-fluid .row.menu-negative ~ .row {
    top: 0;
  }
  body #content .container-fluid .row.menu-negative #hamburger span {
    background: #ffffff;
  }
  body #content .container-fluid .row.menu-negative .menu-logo {
    filter: invert(100%) sepia(75%) saturate(0%) hue-rotate(139deg) brightness(108%) contrast(101%);
  }
  body #content .container-fluid .row.menu-negative .menu-mobile {
    border-top: 4.5rem solid #000000;
    height: 100vh;
    top: 0;
  }
  body #content .container-fluid .row.menu-negative .menu-content {
    transition: all 0.4s ease-in-out;
  }
  body #content .container-fluid .row.menu-negative.menu-back .menu-content {
    background-color: #ffffff;
  }
  body #content .container-fluid .row.menu-negative.menu-back .menu-content #hamburger span {
    background: #000000;
  }
  body #content .container-fluid .row.menu-negative.menu-back .menu-logo {
    filter: none;
  }
}
body #content .container-fluid > .row:not(.menu),
body #content .container-fluid > main > .row:not(.menu) {
  margin: 0;
  overflow: hidden;
  position: relative;
  top: 5rem;
}
@media (max-width: 767.98px) {
  body #content .container-fluid > .row:not(.menu),
  body #content .container-fluid > main > .row:not(.menu) {
    top: 4.5rem;
  }
}
body #content .container-fluid > footer {
  position: relative;
  top: 5rem;
}
@media (max-width: 767.98px) {
  body #content .container-fluid > footer {
    top: 4.5rem;
  }
}
body #content .container-fluid .col {
  height: 100%;
  padding: 0;
}
body.blocked {
  overflow-y: hidden;
}
body.homepage footer {
  display: none;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  body.homepage #content .container-fluid > .row:not(.menu),
  body.homepage #content .container-fluid > main > .row:not(.menu) {
    overflow-y: auto;
  }
  body.homepage #content .container-fluid > .row:not(.menu):not(.menu-negative),
  body.homepage #content .container-fluid > main > .row:not(.menu):not(.menu-negative) {
    top: 0;
  }
}
@media (max-width: 767.98px) {
  body.working-at-til .bx-controls-direction a {
    bottom: -3.125rem;
  }
}
body.working-at-til .text-image-block {
  flex: 60%;
}
body.sustainability .text-image-block .text-image-text span {
  font-weight: 500;
  color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
}
body.environment .terminal-detail-key,
body.environment .links-container, body.people .terminal-detail-key,
body.people .links-container, body.business-integrity .terminal-detail-key,
body.business-integrity .links-container {
  display: none;
}

.skip-link {
  background: rgb(233.0704225352, 201.3943661972, 103.9295774648);
  color: #000000;
  font-weight: 500;
  left: 50%;
  padding: 0.5rem 1rem;
  position: fixed;
  top: 0;
  transform: translateX(-50%) translateY(-100%);
  transition: transform 0.2s ease-in-out;
  z-index: 100000;
}
.skip-link:focus {
  transform: translateX(-50%) translateY(0);
}

a:focus-visible {
  outline: 0.125rem solid rgb(233.0704225352, 201.3943661972, 103.9295774648);
  outline-offset: 0.125rem;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
  width: 100%;
}

input,
button,
textarea {
  font: inherit;
}

@media (min-width: 992px) {
  #onetrust-consent-sdk #onetrust-banner-sdk {
    width: 90vw;
  }
}
@font-face {
  font-family: "icon";
  src: url("../fonts/icons/icon.eot?97147249");
  src: url("../fonts/icons/icon.eot?97147249#iefix") format("embedded-opentype"), url("../fonts/icons/icon.woff2?97147249") format("woff2"), url("../fonts/icons/icon.woff?97147249") format("woff"), url("../fonts/icons/icon.ttf?97147249") format("truetype"), url("../fonts/icons/icon.svg?97147249#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "icon";
    src: url("../fonts/icons/icon.svg?97147249#icon") format("svg");
  }
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  display: inline-block;
  font-family: "icon", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
  content: "\e800";
}

.icon-home:before {
  content: "\e802";
}

.icon-berths:before {
  content: "\e804";
}

.icon-capacity:before {
  content: "\e805";
}

.icon-handling-cranes:before {
  content: "\e806";
}

.icon-quay-cranes:before {
  content: "\e807";
}

.icon-reefer-connections:before {
  content: "\e808";
}

.icon-terminal-area:before {
  content: "\e809";
}

.icon-care-for-peoples:before {
  content: "\e80a";
}

.icon-equal-oportunities:before {
  content: "\e80b";
}

.icon-passion:before {
  content: "\e80c";
}

.icon-family-company:before {
  content: "\e80d";
}

.icon-continuos-evolutions:before {
  content: "\e80e";
}

.icon-minus-circle:before {
  content: "\e80f";
}

.icon-plus-circle:before {
  content: "\e810";
}

.icon-arrow-left:before {
  content: "\e811";
}

.icon-arrow-right:before {
  content: "\e812";
}

.icon-video-icons:before {
  content: "\e813";
}

.icon-business-model:before {
  content: "\e815";
}

.icon-people:before {
  content: "\e817";
}

.icon-sustainability:before {
  content: "\e818";
}

.icon-close:before {
  content: "\e81c";
}

.icon-mail:before {
  content: "\e820";
}

.icon-map-pin:before {
  content: "\e821";
}

.icon-phone:before {
  content: "\e822";
}

.icon-automation-gear:before {
  content: "\e823";
}

.icon-digital-gear:before {
  content: "\e824";
}

.icon-people-up:before {
  content: "\e825";
}

.icon-worker:before {
  content: "\e826";
}

.icon-quey-length:before {
  content: "\e827";
}

.icon-depth:before {
  content: "\e828";
}

.icon-til-logo:before {
  content: "\e829";
}

@keyframes backgroundZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes bounceText {
  0% {
    top: 50px;
  }
  80% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes reverseBounceText {
  0% {
    top: 0;
  }
  20% {
    top: -15px;
  }
  100% {
    top: 50px;
  }
}
@keyframes changeColor {
  0% {
    color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
  }
  100% {
    color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
  }
}
@supports not (forced-colors: none) {
  .animated {
    opacity: 0;
    position: relative;
    transition: all 0.6s ease-in-out 0.3s;
  }
  .animated.in-viewport {
    opacity: 1;
  }
  .animated.fade-in.in-viewport {
    opacity: 1;
    transition-delay: 0.3s;
  }
  .animated.from-right {
    right: -150%;
  }
  .animated.from-right:nth-child(odd) {
    right: -250%;
    transition-delay: 0.5s;
  }
  .animated.from-right.in-viewport {
    right: 0;
    opacity: 1;
  }
  .animated.no-animated {
    opacity: 1;
  }
}
.breadcrumb-container {
  padding: 1rem 7rem 1rem 7rem;
}
@media (max-width: 991.98px) {
  .breadcrumb-container {
    padding: 1rem 3.5rem 1rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb-container {
    padding: 1rem;
  }
}
.breadcrumb-list {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 0;
}
.breadcrumb-list .breadcrumb-item {
  align-items: center;
  display: flex;
}
.breadcrumb-list .breadcrumb-item:after {
  color: #d3d3d4;
  content: "\e801";
  font-family: "icon", sans-serif;
  padding: 0 0.5625rem 0 0.5625rem;
  transition: all 0.2s ease-in-out;
}
.breadcrumb-list .breadcrumb-item a {
  color: rgb(123.3655172414, 123.3655172414, 126.2344827586);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.breadcrumb-list .breadcrumb-item a span {
  font-size: 0.875rem;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .breadcrumb-list .breadcrumb-item a span {
    font-size: 0.75rem;
  }
}
.breadcrumb-list .breadcrumb-item.d-flex:after {
  display: none;
}
.breadcrumb-list .breadcrumb-item.d-flex a {
  cursor: pointer;
  color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
  pointer-events: none;
}
.breadcrumb-list .breadcrumb-item:hover:after {
  transform: rotate(180deg);
}
.breadcrumb-list .breadcrumb-item:hover a {
  color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
}
.breadcrumb-list .breadcrumb-item:hover ~ .breadcrumb-item a {
  color: #d3d3d4;
}
@media (max-width: 767.98px) {
  .breadcrumb-list {
    margin: 0;
  }
}

.menu {
  border-bottom: 0.0625rem solid rgb(236.7931034483, 236.7931034483, 237.2068965517);
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.menu-logo {
  max-height: 3rem;
  max-width: 4.0625rem;
}
.menu-content {
  align-items: center;
  background-color: #ffffff;
  display: flex;
  height: 5rem;
  padding: 0 7rem 0 7rem;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .menu-content {
    padding: 0 3.75rem 0 3.75rem;
  }
}
@media (max-width: 767.98px) {
  .menu-content {
    height: 4.5rem;
    padding: 0 1rem 0 1rem;
  }
}
.menu-content #hamburger {
  display: none;
  width: 2.5rem;
  height: 1.5625rem;
  top: 1.5625rem;
  position: absolute;
  margin: 0;
  right: 1.4375rem;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.menu-content #hamburger span {
  display: block;
  position: absolute;
  height: 0.25rem;
  width: 50%;
  background: #000000;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menu-content #hamburger.open span {
  background: rgb(167.1517241379, 167.1517241379, 169.1482758621);
}
.menu-content #hamburger span:nth-child(even) {
  left: 50%;
  border-radius: 0 0.5625rem 0.5625rem 0;
}
.menu-content #hamburger span:nth-child(odd) {
  left: 0px;
  border-radius: 0.5625rem 0 0 0.5625rem;
}
.menu-content #hamburger span:nth-child(1), .menu-content #hamburger span:nth-child(2) {
  top: 0px;
}
.menu-content #hamburger span:nth-child(3), .menu-content #hamburger span:nth-child(4) {
  top: 0.625rem;
}
.menu-content #hamburger span:nth-child(5), .menu-content #hamburger span:nth-child(6) {
  top: 1.25rem;
}
.menu-content #hamburger.open span:nth-child(1), .menu-content #hamburger.open span:nth-child(6) {
  transform: rotate(45deg);
}
.menu-content #hamburger.open span:nth-child(2), .menu-content #hamburger.open span:nth-child(5) {
  transform: rotate(-45deg);
}
.menu-content #hamburger.open span:nth-child(1) {
  left: 0.3125rem;
  top: 0.3125rem;
}
.menu-content #hamburger.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 0.3125rem;
}
.menu-content #hamburger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.menu-content #hamburger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.menu-content #hamburger.open span:nth-child(5) {
  left: 0.3125rem;
  top: 0.9375rem;
}
.menu-content #hamburger.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 0.9375rem;
}
@media (max-width: 767.98px) {
  .menu-content #hamburger {
    display: block;
  }
}
.menu-list {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 0 0 0 2.5rem;
}
@media (max-width: 767.98px) {
  .menu-list {
    background-color: white;
    align-items: normal;
    opacity: 0;
    position: absolute;
    height: calc(100vh - 72px);
    top: -100vh;
    left: 0;
    margin: 0;
    flex-flow: column;
    overflow: hidden;
    width: 100%;
    transition: top 0.5s ease-in-out, opacity 0.5s 0.2s;
    z-index: -1;
    padding: 2rem 1rem 2rem 1rem;
  }
  .menu-list .menu-item {
    padding: 1rem 0 1rem 0;
  }
  .menu-list .menu-item a span {
    color: #000000;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
  }
  .menu-list .menu-third-level {
    background-color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
    height: 0;
    left: -100vw;
    opacity: 1;
    position: relative;
    top: 0;
    transition: all 0.3s ease-in-out;
  }
  .menu-list .menu-third-level.active {
    height: calc(100% - 25px);
    left: 0;
    top: 0.8125rem;
  }
}
.menu-list.menu-mobile {
  opacity: 1;
  overflow-y: auto;
  top: 4.5rem;
}
.menu-item {
  padding: 0 2rem 0 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .menu-item {
    padding: 0 1.125rem 0 0;
  }
}
.menu-link {
  align-items: center;
  color: #000000;
  display: flex;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
.menu-link span {
  padding: 0 0.8125rem 0 0;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .menu-link span {
    font-size: 0.6875rem;
  }
}
.menu-link em {
  color: #000000;
  transform: rotate(0deg);
  transition: transform 0.2s ease-in-out;
}
.menu-link em.active {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .menu-link:after {
    background-color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
    border-radius: 1.25rem;
    bottom: -0.375rem;
    content: "";
    height: 0.125rem;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0.8125rem;
    transition: all 0.4s ease-in-out;
    width: 0;
  }
  .menu-link.section-active:after {
    background-color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
    width: 3.125rem;
  }
  .menu-link.section-active:not(.third) {
    pointer-events: none;
  }
  .menu-link:hover:not(.section-active):after {
    width: 3.125rem;
  }
  .menu-link:hover:not(.section-active) span,
  .menu-link:hover:not(.section-active) em {
    color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
  }
}
@media (max-width: 767.98px) {
  .menu-link.section-active span {
    color: rgb(233.0704225352, 201.3943661972, 103.9295774648) !important;
  }
  .menu-link.section-active:not(.third) {
    pointer-events: none;
  }
}
.menu-third-level {
  align-items: flex-start;
  background-color: #ffffff;
  border: 0.0625rem solid rgb(236.7931034483, 236.7931034483, 237.2068965517);
  border-radius: 0.5rem;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  display: flex;
  flex-direction: column;
  left: -2rem;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: -31.25rem;
  transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out;
  white-space: nowrap;
}
.menu-third-level-list {
  list-style: none;
  padding: 1.25rem 1rem 1.25rem 1rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .menu-third-level-list {
    padding: 0.625rem;
  }
}
.menu-third-level-item {
  padding: 0 0 0.5rem 0;
}
.menu-third-level-item:last-child {
  padding: 0;
}
.menu-third-level-link {
  align-items: center;
  border-radius: 0.5rem;
  display: flex;
  padding: 0.75rem 1rem 0.75rem 1rem;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}
.menu-third-level-link span {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .menu-third-level-link span {
    font-size: 0.6875rem;
  }
}
.menu-third-level-link:hover {
  background-color: rgb(236.7931034483, 236.7931034483, 237.2068965517);
}
.menu-third-level-link.section-active {
  background-color: rgb(236.7931034483, 236.7931034483, 237.2068965517);
  pointer-events: none;
}
.menu-third-level.active {
  opacity: 1;
  top: 2rem;
}
.menu-negative {
  border: none;
}
@media (max-width: 767.98px) {
  .menu-negative .menu-content {
    background-color: transparent;
  }
}
.menu-negative.menu-back {
  border-bottom: 0.0625rem solid rgb(236.7931034483, 236.7931034483, 237.2068965517);
}

.footer-container {
  background-color: white;
  border-top: 0.0625rem solid rgb(236.7931034483, 236.7931034483, 237.2068965517);
  display: flex;
  padding: 0.8125rem 7rem 0.8125rem 7rem;
  position: relative;
}
@media (max-width: 991.98px) {
  .footer-container {
    padding: 0.8125rem 3.75rem 0.8125rem 3.75rem;
  }
}
@media (max-width: 767.98px) {
  .footer-container {
    flex-flow: column;
    padding: 0.8125rem 1rem 0.8125rem 1rem;
  }
}
.footer-logo {
  display: flex;
  justify-content: center;
}
.footer-logo img {
  max-height: 3rem;
  width: 4.375rem;
}
@media (max-width: 767.98px) {
  .footer-logo {
    justify-content: start;
    order: 1;
  }
}
.footer-list {
  display: flex;
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .footer-list:last-child {
    justify-content: end;
  }
}
@media (max-width: 767.98px) {
  .footer-list {
    flex-flow: column;
    order: 2;
  }
  .footer-list:first-child {
    padding: 2rem 0 0 0;
  }
  .footer-list:last-child {
    order: 3;
  }
}
.footer-list li {
  align-items: center;
  display: flex;
}
.footer-list li:last-child a {
  border: none;
}
.footer-list li a,
.footer-list li button {
  background-color: transparent;
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-right: 0.0625rem solid #d3d3d4;
  color: #000000;
  cursor: pointer;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 0.625rem 0 0.625rem;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .footer-list li a,
  .footer-list li button {
    font-size: 0.6875rem;
  }
}
@media (max-width: 767.98px) {
  .footer-list li a,
  .footer-list li button {
    border: none;
    font-size: 1rem;
  }
}
.footer-list li a:hover,
.footer-list li button:hover {
  color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
}
@media (max-width: 767.98px) {
  .footer-list li {
    padding: 0.375rem 0 0.375rem 0;
  }
}

.title-container {
  background-color: rgb(249.6896551724, 249.6896551724, 249.8103448276);
  display: flex;
  margin: 3.5rem 0 3.5rem 0;
  padding: 0 7rem 0 7rem;
}
@media (max-width: 991.98px) {
  .title-container {
    margin: 0;
    padding: 0 3.5rem 0 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .title-container {
    padding: 0 1rem 0 1rem;
  }
}
.title-content {
  display: flex;
  flex-flow: column;
  padding: 3.5rem 0 3.5rem 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .title-content {
    padding: 3.125rem 0 3.125rem 0;
  }
}
.title-content p {
  display: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  .title-content p {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .title-content {
    padding: 4rem 0 4rem 0;
    text-align: center;
  }
}
.title-category {
  color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
}
.title-main {
  color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.75rem;
  letter-spacing: -0.02em;
  padding: 0.75rem 0 1.25rem 0;
}
@media (max-width: 767.98px) {
  .title-main {
    font-size: 1.875rem;
    line-height: 2.375rem;
    padding: 0.75rem 0 1rem 0;
  }
}
.title-description {
  color: #000000;
  font-weight: 400;
  font-size: 1.1rem;
  padding: 0 0 2.75rem 0;
}
@media (max-width: 991.98px) {
  .title-description {
    padding: 0 0 0.75rem 0;
  }
}
.title-description a {
  color: rgb(225.9591549296, 184.0112676056, 54.9408450704);
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: underline transparent;
  transition: all 0.3s ease-in-out;
}
.title-description a:hover {
  text-decoration: underline rgb(225.9591549296, 184.0112676056, 54.9408450704);
}

.button {
  align-items: center;
  appearance: none;
  background: var(--b, var(--background));
  border: 2px solid var(--border-color);
  border-radius: 3.125rem;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  display: flex;
  flex-direction: row;
  font-size: 1.1rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.75rem;
  margin: 0 auto;
  padding: 1rem 2.5rem 1rem 2.5rem;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: radial-gradient(white, black);
  color: var(--c, --color);
  width: fit-content;
  transition: color 0.2s linear var(--c-d, 0.2s), background 0.3s linear var(--b-d, 0.2s);
}
.button:before, .button:after {
  content: "";
  position: absolute;
  background: var(--pb, var(--hover-back));
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  border-radius: var(--br, 40%);
  transform: translateY(var(--y, 50%));
  transition: transform var(--d, 0.4s) ease-in var(--d-d, 0s), border-radius 0.5s ease var(--br-d, 0.08s);
}
.button:after {
  --pb: var(--hover-front);
  --d: 0.44s;
}
.button div {
  z-index: 1;
  position: relative;
  display: flex;
}
.button div span {
  display: block;
  backface-visibility: hidden;
  transform: translateZ(0);
  animation: var(--name, none) 0.7s linear forwards 0.18s;
}
.button.in {
  --name: move;
}
.button.in:not(.out) {
  --c: var(--color-hover);
  --b: var(--background-hover);
}
.button.in:not(.out):before, .button.in:not(.out):after {
  --y: 0;
  --br: 5%;
}
.button.in:not(.out):after {
  --br: 10%;
  --d-d: 0.02s;
}
.button.in.out {
  --name: move-out;
}
.button.in.out:before {
  --d-d: 0.06s;
}
.button-primary {
  --color: #1d1d1d;
  --color-hover: var(--color);
  --background: #e4c361;
  --background-hover: var(--background);
  --hover-back: #f6e9c1;
  --hover-front: white;
  --border-color: #e4c361;
}
.button-secondary {
  --color: #1d1d1d;
  --color-hover: var(--color);
  --background: #ffffff;
  --background-hover: var(--background);
  --hover-back: #f9fafb;
  --hover-front: #d3d3d4;
  --border-color: #d3d3d4;
}

.mouse {
  color: #ffffff;
  display: none;
  font-size: 0.75rem;
  font-weight: 600;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}
.mouse.show {
  display: block;
}
@media (max-width: 991.98px) {
  .mouse.show {
    display: none;
  }
}

@keyframes move {
  30%, 36% {
    transform: translateY(calc(-6px * var(--move))) translateZ(0) rotate(calc(-13deg * var(--rotate) * var(--part)));
  }
  50% {
    transform: translateY(calc(3px * var(--move))) translateZ(0) rotate(calc(6deg * var(--rotate) * var(--part)));
  }
  70% {
    transform: translateY(calc(-2px * var(--move))) translateZ(0) rotate(calc(-3deg * var(--rotate) * var(--part)));
  }
}
@keyframes move-out {
  30%, 36% {
    transform: translateY(calc(6px * var(--move))) translateZ(0) rotate(calc(13deg * var(--rotate) * var(--part)));
  }
  50% {
    transform: translateY(calc(-3px * var(--move))) translateZ(0) rotate(calc(-6deg * var(--rotate) * var(--part)));
  }
  70% {
    transform: translateY(calc(2px * var(--move))) translateZ(0) rotate(calc(3deg * var(--rotate) * var(--part)));
  }
}
.introduction-container {
  display: flex;
  height: 100%;
  padding: 1.875rem 7rem 4rem 7rem;
}
@media (max-width: 991.98px) {
  .introduction-container {
    padding: 0 3.5rem 4rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .introduction-container {
    padding: 4rem 1rem 3rem 1rem;
  }
}
.introduction-container img {
  display: none;
}
.introduction-content {
  text-align: center;
  width: 100%;
}
.introduction-content .title-description {
  font-size: 1.25rem;
  padding: 0;
}
.introduction-centered {
  background-color: rgb(252.2689655172, 252.2689655172, 252.3310344828);
  text-align: center;
  padding: 3.125rem 7rem 4rem 7rem;
}
@media (max-width: 991.98px) {
  .introduction-centered {
    padding: 3.125rem 3.5rem 4rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .introduction-centered {
    padding: 4rem 1rem 3rem 1rem;
  }
}
.introduction-centered img {
  display: block;
  margin: 0 0 3.125rem 0;
}

.text-half-container {
  display: flex;
  height: 100%;
  padding: 0 7rem 4rem 7rem;
}
@media (max-width: 991.98px) {
  .text-half-container {
    padding: 1.5rem 3.5rem 0 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .text-half-container {
    border-top: 0.0625rem solid rgb(236.7931034483, 236.7931034483, 237.2068965517);
    padding: 1.5rem 1rem 4rem 1rem;
  }
}
.text-half-content {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767.98px) {
  .text-half-content .row {
    flex-flow: column;
  }
}
.text-half-content img {
  min-width: 37.5rem;
  padding: 1.25rem 0 0 0;
}

.text-image-container {
  display: flex;
  height: 100%;
  padding: 2rem 7rem 6rem 7rem;
}
@media (max-width: 991.98px) {
  .text-image-container {
    padding: 1rem 3.5rem 3rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .text-image-container {
    padding: 1rem 1rem 0 1rem;
  }
}
.text-image-content {
  width: 100%;
}
.text-image-content .row {
  align-items: center;
}
@media (max-width: 767.98px) {
  .text-image-content .row {
    flex-flow: column;
  }
}
.text-image-content .row > .col {
  display: flex;
}
.text-image-content .row > .col .image-block {
  flex: 40%;
}
@media (max-width: 767.98px) {
  .text-image-content .row > .col .image-block img {
    max-height: 21.875rem;
    object-fit: cover;
    object-position: top;
  }
}
@media (max-width: 767.98px) {
  .text-image-content .row > .col {
    flex-flow: column;
  }
}
.text-image-subtitle {
  color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
  display: block;
  font-size: 1.25rem;
}
.text-image-text a {
  font-size: 1.25rem;
}
.text-image-button {
  margin: 0;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .text-image-button {
    display: flex;
    width: 100%;
  }
}
.text-image-block {
  padding: 0 4rem 0 0;
}
@media (max-width: 767.98px) {
  .text-image-block {
    padding: 0 0 3rem 0;
  }
}

.modal-window {
  position: fixed;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, black 100%);
  box-shadow: inset -0.5625rem 0.25rem 1.0625rem rgba(0, 0, 0, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.7s ease-out;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-close {
  color: white;
  position: absolute;
  right: 2.25rem;
  text-decoration: none;
  top: 1.625rem;
  z-index: 9;
}
.modal-close em {
  text-shadow: 0 0.25rem 0.1875rem #244c82;
  transition: all 0.3s ease-in-out;
}
.modal-close:hover em {
  color: rgb(238.2422535211, 214.0366197183, 139.5577464789);
  transform: scale(1.1);
}

.heading-container {
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 7rem 0 7rem;
}
@media (max-width: 991.98px) {
  .heading-container {
    padding: 0 3.5rem 0 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .heading-container {
    padding: 0 1rem 0 1rem;
  }
}
.heading-content h1 {
  color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.75rem;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 0.875rem 0;
}
@media (max-width: 991.98px) {
  .heading-content h1 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  .heading-content h1 {
    line-height: 2.75rem;
  }
}

form {
  padding: 3rem 0 0 0;
}
form .single-input {
  display: flex;
  flex-flow: column;
  position: relative;
}
form .single-input label {
  color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
form .single-input input,
form .single-input textarea {
  border: 0.0625rem solid rgb(192.9448275862, 192.9448275862, 194.3551724138);
  border-radius: 0.5rem;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  padding: 0.75rem 1rem;
  margin: 0.375rem 0 1.5rem 0;
  position: relative;
  resize: none;
  transition: all 0.4s ease-in-out;
}
form .single-input input:focus-visible,
form .single-input textarea:focus-visible {
  border: 0.0625rem solid rgb(233.0704225352, 201.3943661972, 103.9295774648);
  outline: 0.125rem solid rgb(233.0704225352, 201.3943661972, 103.9295774648);
  outline-offset: 0.125rem;
}
form .single-input input.error,
form .single-input textarea.error {
  border: 0.0625rem solid #f97066;
}
form .single-input input.error + span,
form .single-input textarea.error + span {
  opacity: 1;
}
form .single-input input + span,
form .single-input textarea + span {
  color: #f97066;
  bottom: 0.375rem;
  font-size: 0.75rem;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
form .single-checkbox label {
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 1.125rem;
  margin-bottom: 2rem;
  padding: 0 0 0 2rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
form .single-checkbox label a {
  color: #000000;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
}
form .single-checkbox label a:hover {
  color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
}
form .single-checkbox input {
  cursor: pointer;
  height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}
form .single-checkbox input:checked ~ .checkmark {
  background-color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
  border: 0.0625rem solid rgb(233.0704225352, 201.3943661972, 103.9295774648);
}
form .single-checkbox input:checked ~ .checkmark:after {
  border-width: 0 0.1875rem 0.1875rem 0;
}
form .single-checkbox .checkmark {
  background-color: #ffffff;
  border: 0.0625rem solid rgb(192.9448275862, 192.9448275862, 194.3551724138);
  border-radius: 0.375rem;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0.125rem;
  transition: all 0.4s ease-in-out;
  width: 1.25rem;
}
form .single-checkbox .checkmark:after {
  border: solid #000000;
  border-width: 0;
  content: "";
  height: 0.625rem;
  left: 0.4375rem;
  position: absolute;
  top: 0.25rem;
  transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
  width: 0.3125rem;
}
form button {
  cursor: pointer;
  width: 100% !important;
}
form button[disabled] {
  background-color: rgb(192.9448275862, 192.9448275862, 194.3551724138);
  border: 0.125rem solid rgb(192.9448275862, 192.9448275862, 194.3551724138);
  color: #d3d3d4;
  cursor: default;
}

.hero-container {
  display: flex;
  height: calc(100vh - 80px);
}
@media (max-width: 767.98px) {
  .hero-container {
    height: calc(100vh - 72px);
  }
}
.hero-container .hero-content {
  align-items: center;
  display: flex;
  flex-flow: column;
  margin: auto;
  padding: 0 7rem 0 7rem;
}
@media (max-width: 767.98px) {
  .hero-container .hero-content {
    padding: 0 1rem 0 1rem;
  }
}
.hero-container .hero-content .title {
  margin: 0 auto;
  text-align: center;
  text-transform: capitalize;
}
.hero-container .hero-content .title-hero {
  color: #ffffff;
  font-size: 3.75rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 4.5rem;
  text-align: center;
  letter-spacing: -0.02em;
  padding: 0 0 1.5rem 0;
}
@media (max-width: 767.98px) {
  .hero-container .hero-content .title-hero {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}
.hero-container .hero-content .title-hero .sub-title {
  display: block;
  font-weight: 800;
}
.hero-container .hero-content .player-button-hero {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.72);
  border: 0.125rem solid white;
  border-radius: 100%;
  color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
  display: none;
  min-height: 3rem;
  justify-content: center;
  position: relative;
  transition: all 0.5s ease-in-out;
  width: 3rem;
  text-decoration: none;
}
.hero-container .hero-content .player-button-hero:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, black 100%);
  border-radius: 100%;
  content: "";
  position: absolute;
  height: 0;
  transition: all 0.5s ease-in-out;
  width: 0;
}
.hero-container .hero-content .player-button-hero:hover {
  background-color: rgb(238.2422535211, 214.0366197183, 139.5577464789);
  color: #ffffff;
}
.hero-container .hero-content .player-button-hero em:before {
  left: 0.125rem;
  position: relative;
}
.hero-container .hero-content .player-button-hero.gofull:before {
  height: 300vh;
  width: 300vh;
  z-index: 1;
}
.hero-container .hero-content .modal-window {
  display: none;
}
@media all and (forced-colors: none) {
  .hero-container .hero-content {
    height: 6.25rem;
  }
}
.hero-container:before {
  -webkit-animation: backgroundZoom 5s forwards;
  animation: backgroundZoom 5s forwards;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 9.88%, rgba(0, 0, 0, 0.6) 100%), var(--hero-bg);
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.story-container {
  display: flex;
  height: 100%;
  padding: 1.875rem 7rem 4.75rem 7rem;
}
@media (max-width: 991.98px) {
  .story-container {
    padding: 1.875rem 3.5rem 1.875rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .story-container {
    padding: 0 1rem 0 1rem;
  }
}
@media (max-width: 767.98px) {
  .story-content .row:not(.main-description) {
    flex-flow: column;
  }
}
.story-content .story-description {
  display: flex;
  gap: 4rem;
}
@media (max-width: 767.98px) {
  .story-content .story-description {
    flex-flow: column;
  }
}
.story-content .story-description .story-text-block {
  flex: 1;
}
.story-content .story-description .story-image-block {
  flex: 1;
}
.story-content .story-description .story-image-block img {
  height: 100%;
  max-height: 18.75rem;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .story-content img {
    position: relative;
  }
}

.ports-container {
  background-color: rgb(249.6896551724, 249.6896551724, 249.8103448276);
  display: flex;
  height: 100%;
  padding: 3.125rem 7rem 3.125rem 7rem;
}
@media (max-width: 991.98px) {
  .ports-container {
    padding: 3.125rem 3.5rem 3.125rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .ports-container {
    padding: 1.875rem 1rem 3.75rem 1rem;
  }
}
.ports-content {
  flex: 1;
}
.ports-content > .row {
  align-items: center;
}
@media (max-width: 767.98px) {
  .ports-content > .row {
    flex-flow: column;
  }
}
.ports-content > .row > .col:first-child {
  flex: 0 40%;
}
.ports-content .image-grid {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .ports-content .image-grid {
    justify-content: center;
  }
}
.ports-content .image-grid-item {
  flex: 0 0 25%;
  overflow: hidden;
  margin: 0.3125rem;
  position: relative;
  width: 100%;
}
@media (max-width: 991.98px) {
  .ports-content .image-grid-item {
    flex: 0 0 40%;
  }
}
@media (max-width: 575.98px) {
  .ports-content .image-grid-item {
    flex: 1 0 47%;
  }
  .ports-content .image-grid-item:nth-child(1), .ports-content .image-grid-item:nth-child(4), .ports-content .image-grid-item:nth-child(7) {
    flex: 1 0 50%;
  }
}
.ports-content .image-grid-item img {
  aspect-ratio: 1;
  object-fit: cover;
}
.ports-content .image-grid-item p {
  background: rgba(29, 29, 29, 0.5);
  bottom: 0;
  color: white;
  font-size: 0.875rem;
  font-weight: 600;
  left: 0;
  line-height: 1.5rem;
  padding: 0.25rem 0.625rem 0.25rem 0.625rem;
  position: absolute;
  right: 0;
}

.key-container {
  display: flex;
  height: 100%;
  padding: 6rem 7rem 2rem 7rem;
}
@media (max-width: 991.98px) {
  .key-container {
    padding: 3.125rem 3.5rem 0 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .key-container {
    padding: 1.375rem 1rem 0 1rem;
  }
}
.key-content .row-grid {
  align-items: center;
  padding: 0 0 4rem 0;
}
.key-content .row-grid > .col {
  display: flex;
}
@media (max-width: 767.98px) {
  .key-content .row-grid > .col {
    flex-flow: column;
  }
}
.key-content .row-grid > .col .key-image-block {
  flex: 1;
}
.key-content .row-grid > .col .key-image-block img {
  height: 100%;
  object-fit: cover;
}
.key-content .row-grid > .col .key-text-block {
  flex: 1;
}
.key-content .row-grid img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .key-content .row-grid img {
    max-height: 18.75rem;
    object-fit: cover;
  }
}
.key-content .title-category {
  padding: 0 0 0.75rem 0;
}
.key-content .description {
  color: rgb(123.3655172414, 123.3655172414, 126.2344827586);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding: 0 0 4rem 0;
}
.key-content .section-title {
  padding: 0 0 0 6rem;
}
@media (max-width: 1199.98px) {
  .key-content .section-title {
    padding: 0 0 0 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .key-content .section-title {
    padding: 1.375rem 0 0 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .key-content .section-title {
    padding: 1.375rem 0 0 0;
  }
}
.key-content .grid-key {
  display: flex;
  flex-flow: row wrap;
  padding: 0 0 0 6rem;
}
@media (max-width: 1199.98px) {
  .key-content .grid-key {
    padding: 0 0 0 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .key-content .grid-key {
    flex-flow: column;
    padding: 0;
  }
}
.key-content .grid-card {
  color: rgb(238.2422535211, 214.0366197183, 139.5577464789);
  flex: 0 50%;
  font-weight: 600;
  line-height: 4.5rem;
  letter-spacing: -0.02em;
  padding: 0 2rem 3rem 0;
}
.key-content .grid-card:nth-child(even) {
  padding: 0 0 3rem 0;
}
.key-content .grid-card p {
  color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
}
@media (max-width: 1399.98px) {
  .key-content .grid-card p {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 1399.98px) {
  .key-content .grid-card {
    padding: 0 0.9375rem 1.875rem 0;
  }
  .key-content .grid-card:nth-child(even) {
    padding: 0 0.9375rem 1.875rem 0;
  }
}
@media (max-width: 767.98px) {
  .key-content .grid-card {
    border-top: 0.125rem solid rgb(238.2422535211, 214.0366197183, 139.5577464789);
    flex: 1;
    padding: 0.75rem 0 0.75rem 0;
  }
  .key-content .grid-card:nth-child(even) {
    padding: 0.75rem 0 0.75rem 0;
  }
}
.key-content .grid-number {
  font-size: 3.75rem;
  white-space: nowrap;
}
.key-content .grid-number span + span {
  font-size: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .key-content .grid-number span + span {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .key-content .grid-number {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .key-content .grid-number {
    font-size: 1.875rem;
  }
}
.key-content .key-disclaimer {
  padding: 0 0 0 6rem;
}
.key-content .key-disclaimer p {
  border-top: 0.0625rem solid rgb(231.6344827586, 231.6344827586, 232.1655172414);
  color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: right;
  transition-delay: 2s;
}
@media (max-width: 1199.98px) {
  .key-content .key-disclaimer {
    padding: 0 0 0 2.5rem;
  }
}
@media (max-width: 991.98px) {
  .key-content .key-disclaimer {
    padding: 1.375rem 0 0 0;
  }
}

.evolution-container {
  background-color: rgb(252.2689655172, 252.2689655172, 252.3310344828);
  display: flex;
  flex-flow: column;
  height: 100%;
  padding: 6rem 7rem 6.1875rem 7rem;
}
@media (max-width: 991.98px) {
  .evolution-container {
    padding: 0 3.5rem 0 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .evolution-container {
    padding: 0 1rem 0 1rem;
  }
}
.evolution-content {
  align-items: center;
  display: flex;
  padding: 2rem 0 2rem 0;
}
@media (max-width: 991.98px) {
  .evolution-content {
    flex-flow: column;
    padding: 1rem 0 1rem 0;
  }
}
.evolution-image {
  height: 14.375rem;
  max-width: 24.375rem;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .evolution-image {
    margin: 0 0 1.875rem 0;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .evolution-image {
    min-width: 24.375rem;
  }
}
.evolution-details {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 0 0 3rem;
}
.evolution-details .title-main {
  padding: 0 0 1.25rem 0;
}
.evolution-details .title-description {
  padding: 0;
}
@media (max-width: 991.98px) {
  .evolution-details {
    padding: 0;
  }
}
.evolution-story-container {
  background-color: rgb(252.2689655172, 252.2689655172, 252.3310344828);
  display: flex;
  height: 100%;
  padding: 0 7rem 6rem 7rem;
}
@media (max-width: 991.98px) {
  .evolution-story-container {
    padding: 3.125rem 3.5rem 3.125rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .evolution-story-container {
    padding: 4rem 1rem 3.125rem 1rem;
  }
}
.evolution-story-content .row {
  align-items: center;
}
@media (max-width: 767.98px) {
  .evolution-story-content .row {
    flex-flow: column;
  }
}
.evolution-story-content .evolution-story-description {
  margin: 0 4rem 0 0;
}
@media (max-width: 767.98px) {
  .evolution-story-content .evolution-story-description {
    margin: 0;
  }
}
.evolution-story-content .title-description {
  padding: 0 0 2.75rem 2.5rem;
  position: relative;
}
.evolution-story-content .title-description:before {
  align-items: center;
  background-color: rgb(247.9394366197, 237.7408450704, 206.3605633803);
  border-radius: 100%;
  color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
  content: "\e81a";
  display: flex;
  font-family: "icon", sans-serif;
  font-size: 0.875rem;
  height: 1.75rem;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 1.75rem;
}
@media (max-width: 767.98px) {
  .evolution-story-content .title-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.evolution-story-content img {
  max-height: 44.375rem;
  object-fit: cover;
}
.evolution-company-container {
  background-color: rgb(252.2689655172, 252.2689655172, 252.3310344828);
  display: flex;
  flex-flow: column;
  height: 100%;
  padding: 0 7rem 3.5rem 7rem;
}
@media (max-width: 991.98px) {
  .evolution-company-container {
    padding: 0 3.5rem 3.125rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .evolution-company-container {
    padding: 0 1rem 3.125rem 1rem;
  }
}
.evolution-company-content {
  overflow: hidden;
}
.evolution-company-content .title-category {
  padding: 0;
}
.evolution-company-content img {
  max-height: 20.625rem;
  min-width: 37.5rem;
  object-fit: cover;
  padding: 0;
}
.evolution-company-content .text-half-content {
  padding: 0;
}
.evolution-company-content .text-half-content .title-description {
  padding: 3.75rem 0 0 0;
}
@media (max-width: 767.98px) {
  .evolution-company-content .text-half-content .title-description {
    padding: 1.875rem 0 0 0;
  }
}

.initiatives-tiles-container {
  display: flex;
  height: 100%;
  padding: 3.125rem 0 4rem 0;
}
@media (max-width: 767.98px) {
  .initiatives-tiles-container {
    padding: 3.125rem 0 0 0;
  }
}
.initiatives-tiles-content .title-main {
  text-transform: capitalize;
  padding: 0 7rem 0 7rem;
}
@media (max-width: 991.98px) {
  .initiatives-tiles-content .title-main {
    padding: 0 3.5rem 0 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .initiatives-tiles-content .title-main {
    padding: 0 1rem 0 1rem;
  }
}

.tiles-container {
  display: flex;
  list-style: none;
  margin: 2rem -0.15625rem 0 -0.15625rem;
  min-width: 100vw;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .tiles-container {
    background: linear-gradient(180deg, #244c82 0%, rgba(29, 60, 83, 0.35) 52.01%, rgba(9, 20, 29, 0.48) 100%);
  }
}
@media (max-width: 767.98px) {
  .tiles-container {
    flex-flow: column;
  }
}
.tiles-container .tile {
  align-items: center;
  display: flex;
  flex: 1;
  flex-flow: column;
  height: 100%;
  margin: 0;
  min-height: 36.5625rem;
  padding: 0;
}
@media (max-width: 767.98px) {
  .tiles-container .tile {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.7) 42.92%, rgba(0, 0, 0, 0.7) 82.34%);
    min-height: 33.4375rem;
    position: relative;
  }
  .tiles-container .tile:first-child img {
    display: none;
  }
  .tiles-container .tile:first-child img + img {
    display: block;
  }
}
.tiles-container .tile img {
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
  z-index: -2;
}
@media (min-width: 768px) {
  .tiles-container .tile img {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767.98px) {
  .tiles-container .tile img {
    position: absolute;
  }
}
.tiles-container .tile-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  position: relative;
  transition: all 0.4s ease-in-out;
  top: 0;
  width: 100%;
}
.tiles-container .tile-content h2 {
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.75rem;
  letter-spacing: -0.02em;
  text-align: center;
}
.tiles-container .tile-content-header {
  align-items: center;
  display: flex;
  flex-flow: column;
  z-index: 2;
}
.tiles-container .tile-content-header em {
  color: #ffffff;
  filter: drop-shadow(0px 4px 4px rgba(45, 88, 120, 0.65));
  font-size: 5.625rem;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767.98px) {
  .tiles-container .tile-content-header em {
    color: rgb(238.2422535211, 214.0366197183, 139.5577464789);
  }
}
.tiles-container .tile-content-body {
  padding: 1.25rem 1.5625rem 0 1.5625rem;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 2;
}
.tiles-container .tile-content-body > span {
  color: #ffffff;
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 0 0.9375rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .tiles-container .tile-content-body {
    opacity: 0;
    position: absolute;
    top: 50%;
  }
}
@media (max-width: 991.98px) {
  .tiles-container .tile-content-body {
    padding: 1.25rem 1.25rem 0 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .tiles-container .tile-content-body {
    padding: 1.25rem 3.125rem 0 3.125rem;
  }
}
.tiles-container .tile-content:before {
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .tiles-container .tile-content:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .tiles-container .tile-content:before {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .tiles-container .tile:first-child img {
    opacity: 1;
    z-index: -3;
  }
  .tiles-container .tile:first-child img + img {
    opacity: 0;
  }
  .tiles-container .tile:first-child:hover img {
    opacity: 0;
    z-index: -3;
  }
  .tiles-container .tile:first-child:hover img + img {
    opacity: 1;
  }
  .tiles-container .tile:nth-child(2) {
    border-left: 0.015625rem solid;
    border-right: 0.015625rem solid;
    border-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4)) 1;
  }
  .tiles-container .tile:hover em {
    color: rgb(238.2422535211, 214.0366197183, 139.5577464789);
  }
  .tiles-container .tile:hover img {
    opacity: 1;
    z-index: -1;
  }
  .tiles-container .tile:hover .tile-content {
    top: -5.625rem;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .tiles-container .tile:hover .tile-content {
    top: -9.375rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .tiles-container .tile:hover .tile-content {
    top: -10.625rem;
  }
}
@media (min-width: 768px) {
  .tiles-container .tile:hover .tile-content:before {
    opacity: 1;
  }
  .tiles-container .tile:hover .tile-content .tile-content-body {
    opacity: 1;
    top: calc(50% + 90px);
  }
}
.tiles-container .tile:first-child img {
  opacity: 1;
  z-index: -3;
}

.presentation-container {
  display: flex;
  height: 100%;
  padding: 6rem 7rem 5.625rem 7rem;
}
@media (max-width: 991.98px) {
  .presentation-container {
    padding: 0 3.5rem 3.125rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .presentation-container {
    padding: 1.25rem 1rem 3.75rem 1rem;
  }
}
.presentation-content .title-main {
  text-align: center;
}
@media (max-width: 767.98px) {
  .presentation-content .title-main {
    padding: 0 0 0.9375rem 0;
  }
}
.presentation-content .title-content {
  color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
  font-size: 1.25rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .presentation-content .title-content {
    padding: 0 0 0.9375rem 0;
  }
}
.presentation-content .title-description {
  text-align: center;
}

.counter-container {
  display: flex;
}
.counter-content {
  align-items: center;
  display: flex;
  flex-flow: column;
  margin: auto;
  padding: 0 7rem 0 7rem;
  width: 100%;
}
@media (max-width: 991.98px) {
  .counter-content {
    padding: 0 3.5rem 0 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .counter-content {
    padding: 0 1rem 0.9375rem 1rem;
  }
}
.counter-content h2 {
  padding: 0 0 0.625rem 0;
  text-align: center;
}
.counter-content .row:first-child {
  width: 100%;
}
.counter-item {
  display: flex;
  flex: 1 0 0%;
  justify-content: center;
  padding: 0 2.625rem 0 2.625rem;
}
.counter-item:nth-child(2) {
  border-left: 0.0625rem solid #d3d3d4;
  border-right: 0.0625rem solid #d3d3d4;
}
.counter-number {
  color: rgb(238.2422535211, 214.0366197183, 139.5577464789);
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 3.625rem;
  padding: 0 0.75rem 0 0;
}
.counter-description {
  display: flex;
  flex-flow: column;
  white-space: nowrap;
}
.counter-description p {
  color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.5rem;
  margin: auto 0 0 0;
}
.counter-description p + p {
  color: rgb(167.1517241379, 167.1517241379, 169.1482758621);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25rem;
  margin: 0;
}

.grid-container {
  display: flex;
  height: 100%;
  padding: 0 7rem 6rem 7rem;
}
@media (max-width: 991.98px) {
  .grid-container {
    padding: 0 3.5rem 0 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .grid-container {
    padding: 1rem 1rem 0 1rem;
  }
}
.grid-content {
  width: 100%;
}
.grid-card {
  flex: 1 0 0%;
  padding: 0 1rem 4rem 0;
}
.grid-card:last-child {
  padding: 0 0 4rem 1rem;
}
@media (max-width: 767.98px) {
  .grid-card {
    flex: auto;
    padding: 0 0 3rem 0;
  }
  .grid-card:last-child {
    padding: 0 0 3rem 0;
  }
}
.grid-image {
  aspect-ratio: 16/9;
  min-height: 13.75rem;
  max-height: 13.75rem;
  object-fit: cover;
  padding: 0;
  width: 100%;
}
.grid-disclaimer {
  color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 2rem 0 0 0;
}
.grid-disclaimer span {
  font-weight: 300;
}
.grid-disclaimer span span {
  color: rgb(167.1517241379, 167.1517241379, 169.1482758621);
}
.grid-title {
  font-size: 1.5rem;
  padding: 0.3125rem 0 0.75rem 0;
}
@media (max-width: 767.98px) {
  .grid-title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.grid-description {
  padding: 0;
}
.grid-link {
  color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 2rem 0 0 0;
  position: relative;
  text-decoration: none;
}
.grid-link:after {
  bottom: 0;
  content: "\e803";
  font-family: "icon", sans-serif;
  font-size: 0.6875rem;
  left: 0.875rem;
  position: relative;
  transition: bottom 0.3s ease-in-out 0.5s;
}
.grid-link:before {
  background-color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
  bottom: 5px;
  content: "";
  height: 0.125rem;
  position: absolute;
  right: -0.3125rem;
  transition: width 0.2s ease-in-out 0.3s;
  width: 0;
}
.grid-link:hover:after {
  transition-delay: 0s;
  bottom: -0.1875rem;
}
.grid-link:hover:before {
  width: 100%;
}
.grid-key {
  display: flex;
  padding: 1.875rem 0 0 0;
}
@media (max-width: 991.98px) {
  .grid-key {
    flex-flow: column;
    padding: 0.8125rem 0 0 0;
  }
  .grid-key .counter-item {
    align-items: center;
    flex-flow: column;
    padding: 1rem 0 1rem 0;
  }
  .grid-key .counter-item:nth-child(2) {
    border-left: none;
    border-right: none;
    border-top: 0.0625rem solid #d3d3d4;
    border-bottom: 0.0625rem solid #d3d3d4;
  }
  .grid-key .counter-number {
    padding: 0 0 1rem 0;
  }
}

.terminal-detail-container {
  display: flex;
  height: 100%;
  padding: 0 7rem 2.875rem 7rem;
}
@media (max-width: 991.98px) {
  .terminal-detail-container {
    padding: 0 3.5rem 1.1875rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .terminal-detail-container {
    padding: 4rem 1rem 1.1875rem 1rem;
  }
}
.terminal-detail-content {
  width: 100%;
}
.terminal-detail-title {
  color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 3.75rem;
  padding: 0 0 1.5rem 0;
}
@media (max-width: 767.98px) {
  .terminal-detail-title {
    line-height: 2.25rem;
  }
}
.terminal-detail-title-container {
  text-align: center;
}
.terminal-detail-disclaimer {
  color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  padding: 0 0 0.75rem 0;
}
.terminal-detail-description {
  color: #000000;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875rem;
  padding: 0;
}
.terminal-detail-image-main {
  aspect-ratio: 16/9;
  margin: 3.5rem 0 0 0;
  max-height: 32.1875rem;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767.98px) {
  .terminal-detail-image-main {
    margin: 1.1875rem 0 0 0;
    position: relative;
  }
}
.terminal-detail-image-detail {
  aspect-ratio: 3/2;
  max-height: 30rem;
  object-fit: cover;
  margin: 3rem 0 3rem 0;
}
.terminal-detail-text {
  display: flex;
  flex-flow: column;
  margin: 0 auto;
  max-width: 45rem;
  padding: 3.5rem 0 0 0;
}
.terminal-detail-text .title-description {
  padding: 0;
}
.terminal-detail-text .title-description a {
  color: #000000;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .terminal-detail-text {
    padding: 3.125rem 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .terminal-detail-text {
    padding: 2.4375rem 0 0 0;
  }
}
.terminal-detail-key {
  margin: 0 auto;
  max-width: 45rem;
  padding: 0 0 3.5rem 0;
}
.terminal-detail-key-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.terminal-detail-key-grid ul li {
  align-items: center;
  border-bottom: 1px solid rgb(236.7931034483, 236.7931034483, 237.2068965517);
  display: none;
  flex-flow: row;
  justify-content: center;
  padding: 0 0.75rem 0 3.4375rem;
}
@media (max-width: 767.98px) {
  .terminal-detail-key-grid ul li {
    padding: 0 0.75rem 0 0.75rem;
  }
}
.terminal-detail-key-grid ul li:first-child {
  background-color: rgb(249.6896551724, 249.6896551724, 249.8103448276);
  display: flex;
  padding: 0.75rem 1.5rem 0.75rem 1.5rem;
}
.terminal-detail-key-grid ul li:first-child p {
  color: #000000;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.terminal-detail-key-grid ul li em {
  color: #000000;
  font-size: 2.5rem;
  margin: 0 0.9375rem 0 0;
}
.terminal-detail-key-grid ul li p {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  width: 100%;
}
.terminal-detail-key-grid ul li span {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  white-space: nowrap;
}
.terminal-detail .links-container {
  text-align: center;
}
.terminal-detail .links-container a {
  display: inline-block;
  margin: 1rem;
}
@media (max-width: 575.98px) {
  .terminal-detail .links-container a {
    display: flex;
    margin: 0.625rem 0 0.625rem 0;
    width: 100%;
  }
}

.contact-form-container {
  display: flex;
  height: 100%;
  padding: 0 7rem 6rem 7rem;
}
@media (max-width: 991.98px) {
  .contact-form-container {
    padding: 0 3.5rem 1.1875rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .contact-form-container {
    padding: 0 0 2rem 0;
  }
}
.contact-form-content {
  width: 100%;
}
.contact-form-content > .row {
  align-items: center;
}
@media (max-width: 767.98px) {
  .contact-form-content > .row {
    flex-flow: column;
  }
  .contact-form-content > .row .col:first-child {
    order: 2;
  }
  .contact-form-content > .row .col:nth-child(2) {
    order: 1;
  }
  .contact-form-content > .row .col:nth-child(2) img {
    max-height: 23.75rem;
    object-fit: cover;
    padding: 0 1rem;
  }
}
.contact-form-content h1 {
  color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
  font-size: 2.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 2.75rem;
  padding: 0 0 1rem 0;
  text-transform: uppercase;
}
.contact-form-main {
  padding: 0 7rem 0 0;
}
@media (max-width: 767.98px) {
  .contact-form-main {
    padding: 2rem 1rem 0 1rem;
  }
}
.contact-form-main .title-description {
  padding: 0;
}

.contacts-container {
  background-color: rgb(252.2689655172, 252.2689655172, 252.3310344828);
  display: flex;
  height: 100%;
  padding: 4rem 7rem 4rem 7rem;
}
@media (max-width: 991.98px) {
  .contacts-container {
    padding: 4rem 3.5rem 4rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .contacts-container {
    padding: 4rem 1rem 4rem 1rem;
  }
}
.contacts-content {
  width: 100%;
}
.contacts-card {
  background-color: #ffffff;
  display: flex;
  flex: 1;
  flex-flow: column;
  min-height: 16.625rem;
  min-width: 18.125rem;
  padding: 1.5rem;
}
.contacts-card a {
  display: flex;
  flex: 1;
  flex-flow: column;
  text-decoration: none;
}
@media (min-width: 768px) {
  .contacts-card:hover .contacts-card-header em {
    background-color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
    color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
  }
  .contacts-card:hover .contacts-card-body span + span {
    color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
    text-decoration: underline;
  }
}
.contacts-card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.contacts-card-body {
  display: flex;
  flex: 1;
  flex-flow: column;
  justify-content: flex-end;
}
.contacts-card-body h2 {
  color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.contacts-card-body span {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 0.5rem 0 1.25rem 0;
}
.contacts-card-body span + span {
  color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.contacts-card-header em {
  align-items: center;
  background-color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
  border-radius: 0.625rem;
  color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
  display: flex;
  font-size: 1.25rem;
  height: 3rem;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  width: 3rem;
}

.testimonials-container {
  background-color: rgb(252.2689655172, 252.2689655172, 252.3310344828);
  display: flex;
  height: 100%;
  padding: 0 7rem 4rem 7rem;
}
@media (max-width: 991.98px) {
  .testimonials-container {
    padding: 0 3.5rem 3.125rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .testimonials-container {
    padding: 0 1rem 0 1rem;
  }
}
.testimonials-content {
  width: 100%;
}
.testimonials-content .row .col:nth-child(odd) .testimonials-item em {
  animation-delay: 7.5s;
}
.testimonials-item {
  min-width: 18.75rem;
  padding: 0 1rem 4rem 1rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .testimonials-item {
    padding: 0 1rem 2.5rem 1rem;
  }
  .testimonials-item:last-child {
    padding: 0 1rem 4rem 1rem;
  }
}
.testimonials-item em {
  animation: changeColor 10s 5s infinite alternate;
  font-size: 2.5rem;
}
.testimonials-item .title-main {
  color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  padding: 1.25rem 0 0.5rem 0;
}
.testimonials-item .title-description {
  line-height: 1.5rem;
}

.productivity-container {
  display: flex;
  height: 100%;
  padding: 1.875rem 7rem 0 7rem;
}
@media (max-width: 991.98px) {
  .productivity-container {
    padding: 0 3.5rem 0 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .productivity-container {
    padding: 4rem 1rem 0 1rem;
  }
}
.productivity-content {
  text-align: center;
  width: 100%;
}
.productivity-content img {
  max-height: 25rem;
  object-fit: cover;
}
.productivity-description {
  font-size: 1.25rem;
  padding: 1.25rem 0 2rem 0;
}
.productivity-main {
  padding: 0;
}
.productivity-half-container {
  display: flex;
  height: 100%;
  padding: 4rem 7rem 4rem 7rem;
}
@media (max-width: 991.98px) {
  .productivity-half-container {
    padding: 1.5rem 3.5rem 1.5rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .productivity-half-container {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
}
.productivity-half-container.negative-container {
  background-color: rgb(252.2689655172, 252.2689655172, 252.3310344828);
}
.productivity-half-content {
  width: 100%;
}
.productivity-half-content .row {
  align-items: center;
}
.productivity-half-content .row.justified {
  align-items: flex-start;
}
.productivity-half-content .row .col {
  display: flex;
  gap: 4rem;
}
@media (max-width: 767.98px) {
  .productivity-half-content .row .col {
    flex-flow: column;
  }
}
.productivity-half-text {
  flex: 1;
}
.productivity-half-text.no-padding {
  padding: 0;
}
@media (max-width: 767.98px) {
  .productivity-half-text.no-padding {
    order: 1;
    padding: 1.25rem 0 0 0;
  }
}
.productivity-half-text em {
  color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
  font-size: 5.625rem;
}
.productivity-half-text .title-main {
  padding: 0 0 1.25rem 0;
}
.productivity-half-text img {
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .productivity-half-text img {
    min-height: 15rem;
  }
}
@media (max-width: 767.98px) {
  .productivity-half-text {
    order: 2;
    padding: 0;
  }
}

.faq-container {
  display: flex;
  height: 100%;
  padding: 6rem 7rem 6rem 7rem;
}
@media (max-width: 991.98px) {
  .faq-container {
    padding: 6rem 3.5rem 3.125rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .faq-container {
    padding: 4rem 1rem 4rem 1rem;
  }
}
.faq-content {
  width: 100%;
}
@media (max-width: 767.98px) {
  .faq-content .row {
    flex-flow: column;
  }
}
.faq-accordion-text {
  padding: 0 4rem 0 0;
}
@media (max-width: 767.98px) {
  .faq-accordion-text {
    padding: 0;
  }
}
.faq-accordion-text .title-description {
  font-size: 1.25rem;
}
.faq-accordion-block {
  background-color: white;
  border-radius: 1rem;
  transition: background-color 0.7s ease-in-out;
}
.faq-accordion-block__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.7s ease-in-out;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.faq-accordion-block__content > * {
  overflow: hidden;
  min-height: 0;
}
.faq-accordion-block__content a {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: underline;
}
.faq-accordion-block__content p {
  font-size: 1.1rem;
  padding: 0 2.5rem 0 2rem;
  transition: padding 0.7s ease-in-out;
}
.faq-accordion-block__content ul {
  margin: 0;
  padding: 0 2.5rem 0 2rem;
  transition: padding 0.7s ease-in-out;
}
.faq-accordion-block__content ul li {
  font-size: 1.1rem;
}
.faq-accordion-block__btn {
  align-items: center;
  background-color: transparent;
  border: none;
  display: flex;
  padding: 2rem 2.5rem 0.5rem 2rem;
  position: relative;
  width: 100%;
}
.faq-accordion-block__btn:hover {
  cursor: pointer;
}
.faq-accordion-block__btn:hover em {
  transform: scale(1.1);
}
.faq-accordion-block__btn em {
  color: #000000;
  font-size: 1.25rem;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0.9375rem;
  top: 2rem;
}
.faq-accordion-block__btn span {
  color: #000000;
  flex: 1;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  text-align: left;
}
.faq-accordion-block__btn[aria-expanded=false] .js-accordion__icon-plus {
  display: inline-block;
}
.faq-accordion-block__btn[aria-expanded=false] .js-accordion__icon-minus {
  display: none;
}
.faq-accordion-block__btn[aria-expanded=true] .js-accordion__icon-plus {
  display: none;
}
.faq-accordion-block__btn[aria-expanded=true] .js-accordion__icon-minus {
  display: inline-block;
}
.faq-accordion-block.extended {
  background-color: rgb(252.2689655172, 252.2689655172, 252.3310344828);
}
.faq-accordion-block.extended em {
  color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
}
.faq-accordion-block.extended .faq-accordion-block__content {
  grid-template-rows: 1fr;
}
.faq-accordion-block.extended .faq-accordion-block__content p {
  padding: 1.25rem 2.5rem 2rem 2rem;
}
.faq-accordion-block.extended .faq-accordion-block__content ul {
  padding: 1.25rem 2.5rem 2rem 2rem;
}

.mosaic-container {
  display: flex;
  height: calc(100vh - 80px);
}
@media (max-width: 767.98px) {
  .mosaic-container {
    height: calc(100vh - 72px);
  }
}
.mosaic-container .video-banner {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #ffffff;
  display: none;
  height: 2.5rem;
  justify-content: center;
  left: 0;
  padding: 0.625rem;
  position: fixed;
  right: 0;
}
@media (max-width: 767.98px) {
  .mosaic-container .video-banner {
    display: flex;
  }
}
.mosaic-content {
  width: 100%;
}
.mosaic-content .row {
  height: 100%;
}
.mosaic-content .row .col {
  display: flex;
  flex-flow: column;
}
.mosaic-content .row .col:first-child .tile:first-child {
  border-right: 0.03125rem solid rgb(223.8965517241, 223.8965517241, 224.6034482759);
  border-bottom: 0.03125rem solid rgb(223.8965517241, 223.8965517241, 224.6034482759);
  order: 2;
}
@media (max-width: 767.98px) {
  .mosaic-content .row .col:first-child .tile:first-child {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 0.03125rem solid rgb(223.8965517241, 223.8965517241, 224.6034482759);
  }
}
@media (min-width: 768px) {
  .mosaic-content .row .col:first-child .tile:first-child img {
    opacity: 1;
    z-index: -3;
  }
  .mosaic-content .row .col:first-child .tile:first-child img + img {
    opacity: 0;
  }
  .mosaic-content .row .col:first-child .tile:first-child:hover:not(.idle) img {
    opacity: 0;
    z-index: -3;
  }
  .mosaic-content .row .col:first-child .tile:first-child:hover:not(.idle) img + img {
    opacity: 1;
  }
}
.mosaic-content .row .col:first-child .tile:nth-child(2) {
  border-right: 0.03125rem solid rgb(223.8965517241, 223.8965517241, 224.6034482759);
  order: 3;
}
@media (max-width: 767.98px) {
  .mosaic-content .row .col:first-child .tile:nth-child(2) {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 0.03125rem solid rgb(223.8965517241, 223.8965517241, 224.6034482759);
  }
}
.mosaic-content .row .col:first-child .tile:last-child {
  order: 1;
}
.mosaic-content .row .col:nth-child(2) .tile:first-child {
  border-right: 0.03125rem solid rgb(223.8965517241, 223.8965517241, 224.6034482759);
  border-bottom: 0.03125rem solid rgb(223.8965517241, 223.8965517241, 224.6034482759);
}
@media (max-width: 767.98px) {
  .mosaic-content .row .col:nth-child(2) .tile:first-child {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 0.03125rem solid rgb(223.8965517241, 223.8965517241, 224.6034482759);
  }
}
.mosaic-content .row .col:nth-child(2) .tile:nth-child(2) {
  border-right: 0.03125rem solid rgb(223.8965517241, 223.8965517241, 224.6034482759);
  border-bottom: 0.03125rem solid rgb(223.8965517241, 223.8965517241, 224.6034482759);
}
@media (max-width: 767.98px) {
  .mosaic-content .row .col:nth-child(2) .tile:nth-child(2) {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 0.03125rem solid rgb(223.8965517241, 223.8965517241, 224.6034482759);
  }
}
.mosaic-content .row .col:nth-child(2) .tile:nth-child(3) {
  border-right: 0.03125rem solid rgb(223.8965517241, 223.8965517241, 224.6034482759);
}
@media (max-width: 767.98px) {
  .mosaic-content .row .col:nth-child(2) .tile:nth-child(3) {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 0.03125rem solid rgb(223.8965517241, 223.8965517241, 224.6034482759);
  }
}
.mosaic-content .row .col:nth-child(3) .tile:first-child {
  border-bottom: 0.03125rem solid rgb(223.8965517241, 223.8965517241, 224.6034482759);
}
@media (max-width: 767.98px) {
  .mosaic-content .row .col:nth-child(3) .tile:first-child {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 0.03125rem solid rgb(223.8965517241, 223.8965517241, 224.6034482759);
  }
}
.mosaic-content .row .col .tile {
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
  box-shadow: inset -0.5625rem 0.25rem 1.0625rem rgba(0, 0, 0, 0.25);
  display: flex;
  flex: 1;
  flex-flow: column;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.mosaic-content .row .col .tile .main-icon {
  color: #ffffff;
  font-size: 4.375rem;
  top: 0.9375rem;
}
@media (max-width: 767.98px) {
  .mosaic-content .row .col .tile .main-icon {
    opacity: 1;
    top: 0;
  }
}
.mosaic-content .row .col .tile .default-image {
  display: none;
}
.mosaic-content .row .col .tile .tile-title {
  color: white;
  opacity: 0.7;
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0 1.875rem 0 1.875rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .mosaic-content .row .col .tile .tile-title {
    animation: reverseBounceText 0.5s ease-in-out forwards;
    top: 3.125rem;
  }
}
.mosaic-content .row .col .tile > a {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.72);
  border-radius: 100%;
  color: rgb(238.2422535211, 214.0366197183, 139.5577464789);
  display: flex;
  height: 3rem;
  justify-content: center;
  position: relative;
  transition: all 0.5s ease-in-out;
  width: 3rem;
}
.mosaic-content .row .col .tile > a em {
  position: relative;
  left: 0.125rem;
  transition: all 0.4s ease-in-out;
  transition-delay: 0s;
}
@media (min-width: 768px) {
  .mosaic-content .row .col .tile > a {
    border: 1.5rem solid white;
    bottom: -4.375rem;
    opacity: 0;
    pointer-events: none;
  }
}
.mosaic-content .row .col .tile > a:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, black 100%);
  border-radius: 100%;
  content: "";
  position: absolute;
  height: 0;
  transition: all 0.5s ease-in-out;
  width: 0;
}
.mosaic-content .row .col .tile > a.gofull:before {
  height: 300vh;
  width: 300vh;
  z-index: 1;
}
@media (min-width: 768px) {
  .mosaic-content .row .col .tile:hover:not(.idle) .tile-title {
    animation: bounceText 0.5s ease-in-out forwards;
    opacity: 1;
  }
  .mosaic-content .row .col .tile:hover:not(.idle) > a {
    border: 0.125rem solid white;
    bottom: -1.875rem;
    opacity: 1;
    pointer-events: all;
  }
  .mosaic-content .row .col .tile:hover:not(.idle) > a:hover {
    background-color: rgb(238.2422535211, 214.0366197183, 139.5577464789);
    color: #ffffff;
  }
  .mosaic-content .row .col .tile:hover:not(.idle) img {
    opacity: 1;
    z-index: -1;
  }
}
.mosaic-content .row .col .tile img {
  min-height: calc(100vh - 80px);
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
  position: absolute;
  z-index: -2;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .mosaic-content .row .col .tile.first-one {
    display: none;
  }
}
.mosaic-content .row .col .tile.center-one {
  display: none;
}
.mosaic-content .row .col .tile.center-one .tile-title {
  animation: none;
  top: 1.25rem;
}
@media (min-width: 768px) {
  .mosaic-content .row .col .tile.center-one {
    display: flex;
  }
  .mosaic-content .row .col .tile.center-one:hover:not(.idle) .tile-title {
    animation: none;
    top: -0.75rem;
  }
  .mosaic-content .row .col .tile.center-one:hover:not(.idle) .main-icon {
    top: -0.75rem;
  }
  .mosaic-content .row .col .tile.center-one:hover:not(.idle) > a {
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .mosaic-content .row {
    flex-flow: column;
  }
  .mosaic-content .row .col {
    height: auto !important;
  }
  .mosaic-content .row .col .tile {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.92) 100%);
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 0.03125rem solid rgb(223.8965517241, 223.8965517241, 224.6034482759);
    min-height: 16.875rem;
    overflow: hidden;
    position: relative;
  }
  .mosaic-content .row .col .tile .tile-title {
    padding: 0 1.875rem 0.625rem 1.875rem;
  }
  .mosaic-content .row .col .tile > a {
    border: 0.125rem solid white;
  }
  .mosaic-content .row .col .tile img {
    min-height: 100%;
    opacity: 1;
  }
}

.share-company-container {
  display: flex;
  flex-flow: column;
  height: 100%;
  padding: 4rem 7rem 4rem 7rem;
}
@media (max-width: 991.98px) {
  .share-company-container {
    padding: 3.125rem 3.5rem 3.125rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .share-company-container {
    padding: 1.25rem 1rem 1.25rem 1rem;
  }
}
.share-company-container.negative-company {
  background-color: rgb(252.2689655172, 252.2689655172, 252.3310344828);
}
@media (max-width: 767.98px) {
  .share-company-container .main-company-image {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .share-company-container .main-company-image img {
    filter: brightness(50%) saturate(150%);
  }
  .share-company-container .main-company-image:before {
    filter: invert(100%) sepia(75%) saturate(0%) hue-rotate(139deg) brightness(108%) contrast(101%);
    position: absolute;
    z-index: 1;
  }
  .share-company-container.msc .main-company-image:before {
    content: url("../../assets/img/logo/msc-logo.png");
  }
  .share-company-container.gip .main-company-image:before {
    content: url("../../assets/img/logo/gip-logo.png");
  }
  .share-company-container.gic .main-company-image:before {
    content: url("../../assets/img/logo/gic-logo.png");
  }
}
.share-company-content .title-category {
  padding: 0;
}
.share-company-content img {
  max-height: 25rem;
  min-height: 25rem;
  object-fit: cover;
  padding: 2rem 0 0 0;
}
.share-company-content .text-half-content {
  padding: 0;
}
.share-company-content .text-half-content .title-description {
  padding: 2rem 0 0 0;
}
.share-company-content .company-block {
  display: flex;
}
.share-company-content .company-header {
  flex: 1;
}
.share-company-content .company-body {
  align-items: center;
  border-left: 0.0625rem solid rgb(192.9448275862, 192.9448275862, 194.3551724138);
  display: flex;
}
@media (max-width: 767.98px) {
  .share-company-content .company-body {
    border: none;
  }
}
.share-company-content .company-body img {
  min-height: auto;
  padding: 0;
}
@media (max-width: 767.98px) {
  .share-company-content .company-body img {
    display: none;
  }
}

.terminal-stories-container {
  background-color: rgb(252.2689655172, 252.2689655172, 252.3310344828);
  display: flex;
  height: 100%;
  padding: 6rem 7rem 0 7rem;
}
@media (max-width: 991.98px) {
  .terminal-stories-container {
    padding: 3rem 3.5rem 0 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .terminal-stories-container {
    padding: 4rem 1rem 0 1rem;
  }
}
.terminal-stories-content {
  width: 100%;
}
.terminal-stories-content em {
  color: rgb(225.9591549296, 184.0112676056, 54.9408450704);
  font-size: 5.875rem;
  padding: 0 1.5625rem 0 0;
}
.terminal-stories-content > .row:first-child .col {
  display: flex;
  align-items: center;
}
.terminal-stories-content .bx-wrapper {
  margin: 0;
}
.terminal-stories-content .bx-controls-direction a {
  bottom: auto;
  top: 30%;
}
.terminal-stories-content .bx-controls-direction a.bx-prev {
  left: -4.375rem;
}
.terminal-stories-content .bx-controls-direction a.bx-next {
  left: auto;
  right: -4.375rem;
}
@media (max-width: 991.98px) {
  .terminal-stories-content .bx-controls-direction a.bx-prev {
    left: -3.125rem;
  }
  .terminal-stories-content .bx-controls-direction a.bx-next {
    right: -3.125rem;
  }
}
@media (max-width: 767.98px) {
  .terminal-stories-content .bx-controls-direction a {
    top: 16.25rem;
  }
  .terminal-stories-content .bx-controls-direction a.bx-prev {
    left: 0;
  }
  .terminal-stories-content .bx-controls-direction a.bx-next {
    right: 0;
  }
}
.terminal-stories-introduction h2 {
  padding: 0;
}
.terminal-stories-introduction p {
  color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
  font-size: 1.25rem;
  padding: 0.5625rem 0 0 0;
}
.terminal-stories-item {
  display: flex;
  flex-flow: column;
}
.terminal-stories-item span {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding: 2rem 0 0.75rem 0;
}
@media (max-width: 767.98px) {
  .terminal-stories-item span {
    padding: 4.6875rem 0 0.75rem 0;
  }
}
.terminal-stories-item a {
  position: relative;
  text-decoration: none;
}
.terminal-stories-item a .title-main {
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0 1.5625rem 0.9375rem 0;
}
.terminal-stories-item a:after {
  content: "\e803";
  color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
  font-family: "icon", sans-serif;
  font-size: 1.125rem;
  position: absolute;
  right: 0;
  top: 0.3125rem;
  transform: rotate(0);
  transition: all 0.4s ease-in-out;
}
.terminal-stories-item a.disabled {
  cursor: pointer;
  pointer-events: none;
}
.terminal-stories-item a.disabled:after {
  display: none;
}
.terminal-stories-item a:hover:after {
  transform: rotate(45deg);
}

.board-container {
  display: flex;
  flex-flow: column;
  height: 100%;
  padding: 0.875rem 7rem 4rem 7rem;
}
@media (max-width: 991.98px) {
  .board-container {
    padding: 0.875rem 3.5rem 3.125rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .board-container {
    padding: 1.25rem 1rem 1.25rem 1rem;
  }
}
.board-content {
  width: 100%;
}
.board-content .title-main {
  text-align: center;
}
.board-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.board-item {
  align-items: center;
  display: flex;
  flex-flow: column;
  max-width: 23.75rem;
  min-width: 23.75rem;
  padding: 0 1rem 3.75rem 1rem;
  text-align: center;
}
.board-item img {
  min-width: 14.8125rem;
  max-width: 14.8125rem;
  object-fit: cover;
}
.board-title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding: 1.25rem 0 0.25rem 0;
}
.board-type, .board-description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 0;
}

.board-slider-content {
  width: 100%;
}
.board-slider-content h2 {
  text-align: center;
  padding: 0 0 4rem 0;
}
.board-slider-content .bx-wrapper {
  margin: 0 auto;
}
.board-slider-content .bx-controls-direction a {
  bottom: 0;
  left: auto;
}
@media (max-width: 767.98px) {
  .board-slider-content .bx-controls-direction a {
    bottom: -3.125rem;
  }
}
.board-slider-content .bx-controls-direction a.bx-prev {
  right: 4.5625rem;
}
.board-slider-content .bx-controls-direction a.bx-next {
  right: 0;
}
.board-slider-item {
  display: flex;
  padding: 2.1875rem 0;
}
.board-slider-item img {
  height: 24rem;
  margin: 0 5% 0 0;
  object-fit: cover;
  width: 24rem;
}
@media (max-width: 991.98px) {
  .board-slider-item {
    flex-flow: column;
  }
  .board-slider-item img {
    margin: 0 auto;
  }
}
.board-slider-details {
  border-left: 0.125rem solid rgb(233.0704225352, 201.3943661972, 103.9295774648);
  padding: 0 0 0 5%;
}
.board-slider-details .title-main {
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0;
  text-align: left;
}
.board-slider-details .title-category {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.board-slider-details .title-description {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 2.5rem 0 3.125rem 0;
}
@media (max-width: 991.98px) {
  .board-slider-details {
    border-bottom: 0.125rem solid rgb(233.0704225352, 201.3943661972, 103.9295774648);
    border-left: none;
    padding: 0;
  }
  .board-slider-details .title-main {
    padding: 1.75rem 0 0 0;
  }
}
.board-slider-container {
  background-color: rgb(252.2689655172, 252.2689655172, 252.3310344828);
  display: flex;
  height: 100%;
  padding: 3.75rem 7rem 3.75rem 7rem;
}
@media (max-width: 991.98px) {
  .board-slider-container {
    padding: 3rem 3.5rem 3rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .board-slider-container {
    padding: 4rem 1rem 4rem 1rem;
  }
}
.board-slider-container.careers-slider .board-slider-header {
  align-items: center;
  display: flex;
  flex-flow: column;
  margin: 0 5% 0 0;
  min-width: 17.5rem;
}
.board-slider-container.careers-slider .board-slider-header img {
  max-height: 13.75rem;
  min-height: 13.75rem;
  max-width: 13.75rem;
  min-width: 13.75rem;
}
.board-slider-container.careers-slider .board-slider-header h2 {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.875rem;
  padding: 0.8125rem 0 0.3125rem 0;
}
.board-slider-container.careers-slider .board-slider-header p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  padding: 0;
}
@media (max-width: 767.98px) {
  .board-slider-container.careers-slider .board-slider-header {
    margin: 0;
    order: 2;
  }
}
.board-slider-container.careers-slider .board-slider-details {
  align-items: center;
  border-bottom: none;
  display: flex;
  overflow: hidden;
}
.board-slider-container.careers-slider .board-slider-details p {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  margin: 0 0 3.125rem 0;
  padding: 0 2.1875rem 0 2.1875rem;
  position: relative;
}
.board-slider-container.careers-slider .board-slider-details p:before {
  color: rgb(238.2422535211, 214.0366197183, 139.5577464789);
  content: "“";
  font-size: 6.25rem;
  left: -1.25rem;
  position: absolute;
  top: 1.25rem;
}
@media (max-width: 767.98px) {
  .board-slider-container.careers-slider .board-slider-details p:before {
    left: -0.9375rem;
  }
}
.board-slider-container.careers-slider .board-slider-details p:after {
  color: rgb(238.2422535211, 214.0366197183, 139.5577464789);
  content: "”";
  font-size: 6.25rem;
  right: 0.9375rem;
  position: absolute;
  bottom: -1.5625rem;
}
@media (max-width: 767.98px) {
  .board-slider-container.careers-slider .board-slider-details p:after {
    bottom: -1.5625rem;
  }
}
@media (max-width: 767.98px) {
  .board-slider-container.careers-slider .board-slider-details p {
    text-align: center;
    font-size: 1rem;
  }
}
.board-slider-container.careers-slider .bx-prev {
  left: -3.125rem;
  right: auto !important;
  bottom: 50%;
}
@media (max-width: 767.98px) {
  .board-slider-container.careers-slider .bx-prev {
    left: 0;
  }
}
.board-slider-container.careers-slider .bx-next {
  left: auto;
  right: -3.125rem !important;
  bottom: 50%;
}
@media (max-width: 767.98px) {
  .board-slider-container.careers-slider .bx-next {
    right: 0 !important;
  }
}

.sustainability .text-image-content > .row > .col {
  display: flex;
  gap: 4rem;
}
@media (max-width: 767.98px) {
  .sustainability .text-image-content > .row > .col {
    flex-flow: column;
  }
}
.sustainability .text-image-content .single-image-block {
  flex: 1;
}
.sustainability .text-image-content .single-image-block img {
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (min-width: 1400px) {
  .sustainability .text-image-content .single-image-block img {
    max-height: 25rem;
  }
}
.sustainability .text-image-block {
  flex: 1;
  padding: 0;
}
.sustainability .text-third-container {
  display: flex;
  height: 100%;
  padding: 0 7rem 4rem 7rem;
}
@media (max-width: 991.98px) {
  .sustainability .text-third-container {
    padding: 0 3.5rem 4rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .sustainability .text-third-container {
    padding: 4rem 1rem 2rem 1rem;
  }
}
.sustainability .text-third-container.longer-text .news-list {
  gap: 0;
  column-gap: 4rem;
}
.sustainability .text-third-container.longer-text .news-list-item:first-child {
  flex: auto;
  width: 100%;
}
.sustainability .text-third-container.longer-text .news-list-item :not(:first-child) {
  flex: 1;
}
.sustainability .text-third-content {
  text-align: center;
  width: 100%;
}
.sustainability .text-third-content img {
  max-height: 25rem;
  object-fit: cover;
}
.sustainability .text-third-content > .title-main {
  padding: 0;
}
.sustainability .text-third-content > .title-description {
  color: rgb(27.5793103448, 27.5793103448, 28.2206896552);
  padding: 1.25rem 0 2rem 0;
}
.sustainability .text-third-content .news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (max-width: 991.98px) {
  .sustainability .text-third-content .news-list {
    gap: 2rem;
  }
}
.sustainability .text-third-content .news-list-item {
  flex: 1;
  min-width: 16.625rem;
}
.sustainability .text-third-content .news-list-item .title-main {
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: left;
  padding: 2.625rem 0 2rem 0;
}
.sustainability .text-third-content .news-list-item .title-description {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
}
.sustainability .text-third-content .news-list-item .title-description a {
  text-decoration: none;
}
.sustainability .text-third-content .news-list-item .title-description a:hover {
  text-decoration: none;
}

.privacy-container {
  display: flex;
  height: 100%;
  padding: 0 7rem 6rem 7rem;
}
@media (max-width: 991.98px) {
  .privacy-container {
    padding: 0 3.5rem 1.1875rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .privacy-container {
    padding: 0 1rem 1.1875rem 1rem;
  }
}
.privacy-content {
  width: 100%;
}
.privacy-content .title-main {
  padding: 2.5rem 0 1.25rem 0;
}
.privacy-content .title-category {
  display: block;
  padding: 1.25rem 0 0 0;
}
.privacy-content .title-description {
  padding: 0;
}
.privacy-content .title-description.last-update {
  border-top: 0.0625rem solid rgb(231.6344827586, 231.6344827586, 232.1655172414);
  color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
  font-weight: 600;
  margin: 1.25rem 0 0 0;
  padding: 1.25rem 0 0 0;
  text-align: right;
}
.privacy-content .table-grid {
  border: 0.0625rem solid rgb(65.3896551724, 65.3896551724, 66.9103448276);
  margin: 1.25rem 0 1.25rem 0;
}
.privacy-content .table-grid .row-grid {
  display: flex;
  justify-content: center;
}
.privacy-content .table-grid .row-grid:first-child {
  background-color: rgb(249.6896551724, 249.6896551724, 249.8103448276);
}
.privacy-content .table-grid .row-grid .col-grid {
  border-bottom: 0.0625rem solid rgb(65.3896551724, 65.3896551724, 66.9103448276);
  border-right: 0.0625rem solid rgb(65.3896551724, 65.3896551724, 66.9103448276);
  flex: 1;
  padding: 0.625rem;
  word-break: break-word;
}
.privacy-content .table-grid .row-grid .col-grid:last-child {
  border-right: none;
}
.privacy-content .table-grid .row-grid:last-child .col-grid {
  border-bottom: none;
}
.privacy-title-main {
  padding: 0.75rem 0 2.5rem 0;
  text-align: center;
}

.not-found-container {
  align-items: center;
  display: flex;
  flex-flow: column;
  height: calc(100vh - 81px - 75px);
  justify-content: center;
  padding: 0.875rem 7rem 4rem 7rem;
}
@media (max-width: 991.98px) {
  .not-found-container {
    padding: 0.875rem 3.5rem 3.125rem 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .not-found-container {
    padding: 1.25rem 1rem 1.25rem 1rem;
  }
}
.not-found-content {
  width: 100%;
}
.not-found-content .title-main {
  text-align: center;
}

@keyframes plyr-progress {
  to {
    background-position: 1.5625rem 0;
    background-position: var(--plyr-progress-loading-size, 1.5625rem) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 12.5rem;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font-family: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}
.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}
.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 0.125rem;
  border-radius: var(--plyr-badge-border-radius, 0.125rem);
  color: white;
  color: var(--plyr-badge-text-color, white);
  font-size: 0.5625rem;
  font-size: var(--plyr-font-size-badge, 0.5625rem);
  line-height: 1;
  padding: 0.1875rem 0.25rem;
}
.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 0.8125rem;
  font-size: var(--plyr-font-size-small, 0.8125rem);
  left: 0;
  padding: 0.625rem;
  padding: var(--plyr-control-spacing, 0.625rem);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: 0.9375rem;
    font-size: var(--plyr-font-size-base, 0.9375rem);
    padding: 1.25rem;
    padding: calc(var(--plyr-control-spacing, 0.625rem) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 1.125rem;
    font-size: var(--plyr-font-size-large, 1.125rem);
  }
}
.plyr__captions-active .plyr__captions {
  display: block;
}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}
.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 0.125rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: white;
  color: var(--plyr-captions-text-color, white);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}
.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 0.1875rem;
  border-radius: var(--plyr-control-radius, 0.1875rem);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 0.4375rem;
  padding: calc(var(--plyr-control-spacing, 0.625rem) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  height: 1.125rem;
  height: var(--plyr-control-icon-size, 1.125rem);
  pointer-events: none;
  width: 1.125rem;
  width: var(--plyr-control-icon-size, 1.125rem);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline: 0.1875rem dotted blakc;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, black))) dotted 0.1875rem;
  outline-offset: 0.125rem;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls:before {
  content: "";
  position: absolute;
  width: auto;
  height: 80px;
  left: 2.75rem;
  right: 2.75rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.625rem;
  bottom: 0.625rem;
  background: rgba(0, 0, 0, 0.5);
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
  padding: 30px !important;
  position: relative;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  left: 4.375rem;
  margin-left: 0;
  margin-right: auto;
  z-index: 1;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: hsla(0, 0%, 100%, 0.9);
  background: var(--plyr-menu-background, hsla(0, 0%, 100%, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top-color: hsla(0, 0%, 100%, 0.9);
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, hsla(0, 0%, 100%, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #000000;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #000000)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 + 2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #000000;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #000000)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: 3px dotted #000000;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #000000))) dotted 3px;
  outline-offset: 2px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: 3px dotted #000000;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #000000))) dotted 3px;
  outline-offset: 2px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: 3px dotted #000000;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #000000))) dotted 3px;
  outline-offset: 2px;
}

.plyr__poster {
  background-color: transparent;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, #000000 100%) !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: hsla(0, 0%, 100%, 0.9);
  background: var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid hsla(0, 0%, 100%, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, -139px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, -90px));
}

.plyr__progress input[type=range] {
  color: #eed484;
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
  white-space: normal;
}

.plyr__progress__buffer {
  appearance: none;
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: hsla(0, 0%, 100%, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 2.75rem;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 11px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr__control--overlaid {
  background-color: rgba(0, 0, 0, 0.72);
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #000000)));
  border: 2px solid white;
  border-radius: 100%;
  width: 48px !important;
  height: 48px;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  display: none;
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid:before {
  color: white;
  content: "\e813";
  font-family: "icon", sans-serif;
  position: relative;
  left: 2px;
  top: 1px;
  transition: all 0.3s ease-in-out;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid:hover {
  border: 2px solid #eed484;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid:hover:before {
  color: #eed484;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: hsla(0, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: hsla(0, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: hsla(0, 0%, 100%, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, hsla(0, 0%, 100%, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0, 0%, 100%, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0, 0%, 100%, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px hsla(0, 0%, 100%, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, hsla(0, 0%, 100%, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.7);
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:empty:after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: hsla(0, 0%, 100%, 0.9);
  background-color: var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid hsla(0, 0%, 100%, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, hsla(0, 0%, 100%, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 4px;
  border-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img,
.plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

.plyr__preview-thumb__time-container {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.bx-wrapper {
  background: transparent;
  -ms-touch-action: pan-y;
  margin: 0 auto 60px auto;
  padding: 0;
  position: relative;
  touch-action: pan-y;
  *zoom: 1;
}
.bx-wrapper img {
  display: block;
  height: 15rem;
  max-width: 100%;
  object-fit: cover;
}
.bx-viewport {
  -webkit-transform: translatez(0);
  transform: translatez(0);
}
.bx-pager {
  color: #d3d3d4;
  bottom: -1.875rem;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 1.25rem 0 0 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.bx-pager.bx-default-pager a {
  background: #d3d3d4;
  border-radius: 0.3125rem;
  display: block;
  height: 0.625rem;
  margin: 0 0.3125rem 0 0.3125rem;
  outline: 0;
  text-indent: -624.9375rem;
  width: 0.625rem;
}
.bx-pager.bx-default-pager a:hover, .bx-pager.bx-default-pager a:focus, .bx-pager.bx-default-pager a.active {
  background: #000000;
}
.bx-pager-item {
  display: inline-block;
  *display: inline;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  *zoom: 1;
}
.bx-controls-auto {
  bottom: -1.875rem;
  position: absolute;
  text-align: center;
  width: 100%;
}
.bx-controls-auto-item {
  display: inline-block;
  *display: inline;
  vertical-align: bottom;
  *zoom: 1;
}
.bx-controls-direction a {
  align-items: center;
  background-color: #ffffff;
  border: 0.0625rem solid rgb(236.7931034483, 236.7931034483, 237.2068965517);
  border-radius: 100%;
  bottom: -15%;
  display: flex;
  height: 2.625rem;
  justify-content: center;
  outline: 0;
  position: absolute;
  width: 2.625rem;
  z-index: 9999;
}
.bx-controls-direction a em {
  color: rgb(123.3655172414, 123.3655172414, 126.2344827586);
  font-size: 1.25rem;
  padding: 0;
  transition: all 0.4s ease-in-out;
}
.bx-controls-direction a:hover em {
  color: rgb(233.0704225352, 201.3943661972, 103.9295774648);
}
.bx-controls-direction a.disabled {
  display: none;
}
.bx-loading {
  height: 100%;
  left: 0;
  min-height: 3.125rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.bx-prev {
  left: 0;
}
.bx-prev:hover, .bx-prev:focus {
  background-position: 0 0;
}
.bx-next {
  left: 4.5625rem;
}
.bx-next:hover, .bx-next:focus {
  background-position: -2.6875rem 0;
}
.bx-start {
  background: url("../../assets/img/slider/controls.png") -5.375rem -0.6875rem no-repeat;
  display: block;
  height: 0.6875rem;
  margin: 0 0.1875rem 0 0.1875rem;
  outline: 0;
  text-indent: -624.9375rem;
  width: 0.625rem;
}
.bx-start:hover, .bx-start.active, .bx-start:focus {
  background-position: -5.375rem 0;
}
.bx-stop {
  background: url("../../assets/img/slider/controls.png") -5.375rem -2.75rem no-repeat;
  display: block;
  height: 0.6875rem;
  margin: 0 0.1875rem 0 0.1875rem;
  outline: 0;
  text-indent: -624.9375rem;
  width: 0.5625rem;
}
.bx-stop:hover, .bx-stop.active, .bx-stop:focus {
  background-position: -5.375rem -2.0625rem;
}
.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-has-controls-auto.bx-has-pager-controls-auto {
  right: 0;
  width: 2.1875rem;
}
.bx-caption {
  background: #d3d3d4;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.bx-caption span {
  color: #ffffff;
  display: block;
  font-size: 0.8125rem;
  font-family: Arial;
  padding: 0.625rem;
}