@font-face {
  font-family: AcuminPro;
  src: url("../fonts/acumin-pro/Acumin-RPro.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: AcuminBold;
  src: url("../fonts/acumin-pro/Acumin-BdPro.otf") format("opentype");
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  font-family: AcuminBlack;
  src: url("../fonts/acumin-pro/acumin-pro-wide-ultra-black.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: MontserratBold;
  src: url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: MontserratSemiBold;
  src: url("../fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol, div {
  margin: 0;
  padding: 0;
}

::selection {
  text-shadow: none;
  background: #b3d4fc;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  display: block;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: .5px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  width: max-content;
  padding: 10px 16px;
  font-family: MontserratSemiBold, sans-serif;
  transition: all .2s;
  display: inline-block;
}

.button--primary {
  background: linear-gradient(135deg, #c3922e 10%, #ebbb10 100%);
  border: 2px solid #ebbb1099;
}

.button--secondary {
  color: #f4f4f4;
  background: none;
  border: 2px solid #c3922e;
}

.button:hover {
  text-decoration: none;
}

.button--primary:hover {
  color: #eed688;
  background: none;
  border: 2px solid #c3922e;
  text-decoration: underline #eed688;
}

.button--secondary:hover {
  color: #eed688;
  text-decoration: underline;
  text-decoration-color: #eed688;
}

.page-header-container {
  z-index: 1;
  background: url("../images/frontpage/inner-pages-bg1.jpg") center / cover no-repeat;
  width: 100%;
  height: 100%;
  padding: 280px 5% 180px;
  position: relative;
  overflow: hidden;
}

@media screen and (width <= 1600px) {
  .page-header-container {
    padding-block: 250px 100px;
  }
}

@media screen and (width <= 1024px) {
  .page-header-container {
    padding-block: 200px 100px;
  }
}

@media screen and (width <= 576px) {
  .page-header-container {
    padding-block: 120px 50px;
  }
}

.page-header {
  max-width: 1200px;
  margin-inline: auto;
}

@media screen and (width <= 1024px) {
  .page-header {
    max-width: 100%;
  }
}

.page-header-text {
  color: #ebbb10;
  text-align: center;
  font-size: 3.8rem;
}

@media screen and (width <= 1600px) {
  .page-header-text {
    font-size: 3.6rem;
  }
}

@media screen and (width <= 768px) {
  .page-header-text {
    font-size: 2.8rem;
  }
}

@media screen and (width <= 576px) {
  .page-header-text {
    font-size: 2.5rem;
  }
}

.page-content {
  background-color: #151515;
  width: 100%;
  height: 100%;
  padding: 80px 5%;
}

@media screen and (width <= 1600px) {
  .page-content {
    padding: 100px 5%;
  }
}

@media screen and (width <= 768px) {
  .page-content {
    padding: 80px 5% 30px;
  }
}

.page-content-container {
  max-width: 1632px;
  margin-inline: auto;
}

@media screen and (width <= 1024px) {
  .page-content-container {
    max-width: 100%;
  }
}

.page-content-title {
  text-align: center;
  margin-bottom: 10px;
  font-family: AcuminBold, sans-serif;
  font-size: 3.5rem;
}

@media screen and (width <= 1600px) {
  .page-content-title {
    font-size: 3rem;
  }
}

@media screen and (width <= 576px) {
  .page-content-title {
    font-size: 2.2rem;
  }
}

.page-content-description {
  text-align: center;
  margin-bottom: 60px;
  font-size: 1.2rem;
  line-height: 1.6;
}

@media screen and (width <= 576px) {
  .page-content-description {
    font-size: 1rem;
  }
}

.footer {
  width: 100%;
  height: 100%;
}

.footer__top-container {
  background-color: #151515;
  width: 100%;
  padding: 100px 5% 50px;
}

@media screen and (width <= 1024px) {
  .footer__top-container {
    padding: 80px 5% 50px;
  }
}

@media screen and (width <= 576px) {
  .footer__top-container {
    padding-top: 50px;
  }
}

.footer__top-wrapper {
  max-width: 1632px;
  margin-inline: auto;
}

@media screen and (width <= 1024px) {
  .footer__top-wrapper {
    max-width: 100%;
  }
}

.footer__line {
  background: #21409a;
  border: none;
  width: 100%;
  height: 2px;
  display: block;
}

.footer__content-wrapper {
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 100px;
  display: flex;
}

@media screen and (width <= 768px) {
  .footer__content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 80px;
  }
}

@media screen and (width <= 576px) {
  .footer__content-wrapper {
    align-items: center;
    gap: 50px;
    margin-bottom: 80px;
  }
}

.footer__about-us {
  max-width: 500px;
}

@media screen and (width <= 768px) {
  .footer__about-us {
    width: 100%;
    max-width: 100%;
  }
}

.footer__about-text {
  margin-bottom: 30px;
  font-family: AcuminBold, sans-serif;
  font-size: 2rem;
}

@media screen and (width <= 768px) {
  .footer__about-text {
    font-size: 1.8rem;
  }
}

@media screen and (width <= 576px) {
  .footer__about-text {
    text-align: center;
  }
}

.footer__links-list {
  grid-template-columns: repeat(2, auto);
  gap: 30px 100px;
  display: grid;
}

@media screen and (width <= 768px) {
  .footer__links-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (width <= 576px) {
  .footer__links-list {
    grid-template-columns: repeat(1, auto);
    place-items: center;
  }
}

.footer__link {
  text-decoration: underline;
  color: #f4f4f4 !important;
}

.footer__link:hover {
  color: #ebbb10 !important;
}

.footer__main-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

@media screen and (width <= 768px) {
  .footer__main-logos {
    align-items: flex-start;
  }
}

@media screen and (width <= 576px) {
  .footer__main-logos {
    align-items: center;
  }
}

.footer__spp-logo {
  width: 100%;
  max-width: 320px;
  height: auto;
}

@media screen and (width <= 1600px) {
  .footer__spp-logo {
    max-width: 280px;
  }
}

@media screen and (width <= 1024px) {
  .footer__spp-logo {
    max-width: 250px;
  }
}

@media screen and (width <= 768px) {
  .footer__spp-logo {
    max-width: 200px;
  }
}

@media screen and (width <= 576px) {
  .footer__spp-logo {
    max-width: 180px;
  }
}

.footer__son-logo {
  max-width: 150px;
  width: 100%;
  height: auto;
}

.footer__license-logo-list {
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  display: flex;
}

@media screen and (width <= 768px) {
  .footer__license-logo-list {
    flex-wrap: wrap;
  }
}

@media screen and (width <= 576px) {
  .footer__license-logo-list {
    gap: 50px;
  }
}

.footer__license-logo {
  width: 100%;
  max-width: 140px;
  height: auto;
}

.footer__bottom-container {
  background-color: #ebbb10;
  width: 100%;
  padding: 40px 5%;
}

@media screen and (width <= 1024px) {
  .footer__bottom-container {
    padding-block: 30px;
  }
}

.footer__bottom-wrapper {
  max-width: 1632px;
  margin-inline: auto;
}

@media screen and (width <= 1024px) {
  .footer__bottom-wrapper {
    max-width: 100%;
  }
}

.footer__rights-text {
  color: #151515;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1rem;
  display: block;
}

.header {
  z-index: 10;
  background-color: #151515;
  width: 100%;
  height: auto;
  padding: 20px 5%;
  position: fixed;
}

@media screen and (width <= 576px) {
  .header {
    padding: 20px 5%;
  }
}

.header__container {
  justify-content: space-between;
  max-width: 1632px;
  margin-inline: auto;
  display: flex;
}

.header__left-content {
  justify-content: space-between;
  align-items: center;
  gap: 0 40px;
  display: flex;
}

@media screen and (width <= 768px) {
  .header__left-content {
    gap: 0 20px;
  }
}

.header__hamburger-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  width: 35px;
  height: 20px;
  display: flex;
}

.header__hamburger-menu span {
  will-change: transform, opacity, width;
  background-color: #f4f4f4;
  border-radius: 3px;
  width: 100%;
  height: 3px;
  transition: transform .28s, opacity .22s, width .28s;
  display: block;
}

.header__hamburger-menu .header__hamburger-middle {
  align-self: flex-start;
  width: 70%;
  transition: transform .28s, opacity .22s, width .28s;
}

.header__logo-image {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (width <= 768px) {
  .header__logo-image {
    max-width: 250px;
  }
}

@media screen and (width <= 576px) {
  .header__logo-image {
    max-width: 200px;
  }
}

.header__form-wrapper {
  gap: 16px;
  display: flex;
}

@media screen and (width <= 1024px) {
  .header__form-wrapper {
    display: none;
  }
}

.header__form {
  grid-template-columns: 1fr 1fr auto auto;
  align-items: center;
  gap: 10px;
  display: grid;
}

.header__inputs, .header__field {
  display: contents;
}

.header__input {
  color: #151515;
  background: #f4f4f4;
  border: none;
  border-radius: 8px;
  outline: none;
  width: 200px;
  height: 40px;
  padding: 0 14px;
  font-family: AcuminPro, sans-serif;
  font-size: 1rem;
}

.header__btn {
  width: 100%;
  max-width: 150px;
}

.header__forgot:hover {
  text-decoration: underline;
}

.header__lang {
  cursor: pointer;
  background: #151515;
  border: 1px solid #ffffff1f;
  border-radius: 6px;
  outline: none;
  align-items: center;
  height: 40px;
  padding: 0 10px 0 8px;
  display: none;
  position: relative;
}

.header__lang:focus-within .header__lang-menu, .header__lang:hover .header__lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(6px);
}

.header__lang-selected {
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.header__lang-label {
  color: #e8e8e8;
  font-size: 13px;
}

.header__lang-caret {
  fill: #aaa;
  width: 14px;
  height: 14px;
}

.header__lang-menu {
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  background: #1c1c1c;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  width: 180px;
  margin-top: 4px;
  padding: 6px;
  list-style: none;
  transition: all .18s;
  position: absolute;
  top: 100%;
  right: 0;
  transform: translateY(0);
  box-shadow: 0 8px 24px #00000059;
}

.header__lang-item + .header__lang-item {
  margin-top: 4px;
}

.header__lang-option {
  color: #f4f4f4;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 8px 10px;
  display: flex;
}

.header__lang-option:hover {
  background: #2a2a2a;
}

.header__flag {
  background-size: cover;
  border-radius: 2px;
  width: 20px;
  height: 14px;
  display: inline-block;
  box-shadow: 0 0 0 1px #00000040;
}

.header__backdrop {
  visibility: hidden;
  opacity: 0;
  z-index: 11;
  background: #0000008c;
  transition: opacity .3s;
  position: fixed;
  inset: 0;
}

.header__navigation {
  z-index: 99;
  background: #151515;
  border-right: 1px solid #151515;
  flex-direction: column;
  align-items: center;
  width: min(90vw, 360px);
  height: 100vh;
  padding: 24px;
  transition: transform .36s cubic-bezier(.22, .61, .36, 1);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  box-shadow: 0 10px 40px #00000080;
}

@media screen and (width <= 576px) {
  .header__navigation {
    width: 100%;
  }
}

.header__nav-close {
  color: #f4f4f4;
  cursor: pointer;
  background: none;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 1.2rem;
  transition: background .18s, transform .18s;
  display: inline-flex;
}

.header__nav-close:hover {
  color: #ebbb10;
  background: #1f1f1f;
}

.header__nav-drawer {
  gap: 14px;
  margin: 24px 0 30px;
  display: grid;
}

.header__nav-item {
  border-radius: 8px;
  width: 100%;
  padding: 12px 14px;
}

.header__nav-item:hover {
  background: #1f1f1f;
  transform: translateX(2px);
}

.header__nav-item:hover .header__nav-link {
  color: #ebbb10;
  text-decoration: none;
}

.header__nav-link {
  color: #f4f4f4;
  text-align: center;
  font-family: Montserrat, sans-serif;
  transition: background .18s, transform .18s;
  display: block;
}

.header__nav-cta {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 50%;
  display: flex;
}

.header__navigation.is-open {
  transform: translateX(0);
}

.header__backdrop.is-show {
  opacity: 1;
  visibility: visible;
}

.header__hamburger-menu.is-active span {
  transform-origin: center;
  transition: transform .25s, opacity .2s, width .25s;
}

.header__hamburger-menu.is-active span:first-child {
  transform: translateY(8.5px)rotate(45deg);
}

.header__hamburger-menu.is-active .header__hamburger-middle {
  opacity: 0;
  width: 0;
}

.header__hamburger-menu.is-active span:last-child {
  transform: translateY(-8.5px)rotate(-45deg);
}

@media (width <= 980px) {
  .header__form {
    grid-template-columns: 1fr;
  }

  .header__input {
    width: 100%;
  }

  .header__form-wrapper {
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
  }

  .header__lang {
    margin-left: 0;
  }
}

.hero {
  z-index: 1;
  background: url("../images/frontpage/hero-bg.png") center / cover no-repeat;
  width: 100%;
  height: 100%;
  padding: 190px 5% 250px;
  position: relative;
  overflow: hidden;
}

.hero:after {
  content: "";
  transform-origin: 0 0;
  background-color: #21409a;
  height: 190px;
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  transform: skewY(-5deg);
}

@media screen and (width <= 1600px) {
  .hero {
    padding-top: 150px;
  }
}

@media screen and (width <= 1024px) {
  .hero {
    padding: 120px 5% 150px;
  }
}

@media screen and (width <= 576px) {
  .hero {
    padding: 100px 5%;
  }
}

.hero__container {
  justify-content: space-between;
  align-items: center;
  max-width: 1632px;
  margin-inline: auto;
  display: flex;
}

@media screen and (width <= 1024px) {
  .hero__container {
    gap: 50px;
    max-width: 100%;
  }
}

@media screen and (width <= 768px) {
  .hero__container {
    flex-direction: column-reverse;
    display: flex;
  }
}

@media screen and (width <= 576px) {
  .hero__container {
    gap: 30px;
  }
}

.hero__text-wrapper {
  width: 45%;
}

@media screen and (width <= 1024px) {
  .hero__text-wrapper {
    width: 100%;
  }
}

.hero__main-header {
  margin-bottom: 20px;
  font-size: 4.2rem;
  line-height: 1;
}

@media screen and (width <= 1600px) {
  .hero__main-header {
    font-size: 3.3rem;
  }
}

@media screen and (width <= 1440px) {
  .hero__main-header {
    font-size: 2.7rem;
  }
}

@media screen and (width <= 1024px) {
  .hero__main-header {
    font-size: 2rem;
  }
}

@media screen and (width <= 576px) {
  .hero__main-header {
    font-size: 1.8rem;
  }
}

.hero__main-text {
  color: #ebbb10;
  font-family: AcuminBlack, sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}

@media screen and (width <= 1600px) {
  .hero__main-text {
    font-size: 3.3rem;
  }
}

@media screen and (width <= 1440px) {
  .hero__main-text {
    font-size: 2.7rem;
  }
}

@media screen and (width <= 1024px) {
  .hero__main-text {
    font-size: 2rem;
  }
}

@media screen and (width <= 576px) {
  .hero__main-text {
    font-size: 1.8rem;
  }
}

.hero__subheader {
  text-transform: none;
  margin-bottom: 50px;
  font-family: AcuminPro, sans-serif;
  font-size: 1.8rem;
}

@media screen and (width <= 1024px) {
  .hero__subheader {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
}

@media screen and (width <= 576px) {
  .hero__subheader {
    font-size: 1.3rem;
  }
}

.hero__cta-button {
  padding: 14px 24px;
}

@media screen and (width <= 1024px) {
  .hero__cta-button {
    padding: 16px 24px;
    font-size: .9rem;
  }
}

.hero__image {
  width: 100%;
  max-width: 700px;
  height: 100%;
}

@media screen and (width <= 1440px) {
  .hero__image {
    max-width: 600px;
  }
}

@media screen and (width <= 768px) {
  .hero__image {
    max-width: 400px;
  }
}

@media screen and (width <= 576px) {
  .hero__image {
    max-width: 300px;
  }
}

.benefits {
  z-index: 1;
  background: linear-gradient(#21409a 30%, #0e1e46 100%);
  height: 100%;
  padding: 80px 5% 300px;
  position: relative;
  overflow: hidden;
}

.benefits:after {
  content: "";
  transform-origin: 0 0;
  background-color: #151515;
  height: 190px;
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  transform: skewY(-5deg);
}

@media screen and (width <= 1024px) {
  .benefits {
    padding-bottom: 200px;
  }
}

@media screen and (width <= 576px) {
  .benefits {
    padding: 50px 5% 120px;
  }
}

.benefits__container {
  max-width: 1632px;
  margin-inline: auto;
}

@media screen and (width <= 1024px) {
  .benefits__container {
    max-width: 100%;
  }
}

.benefits__header {
  color: #f4f4f4;
  text-align: center;
  margin-bottom: 80px;
  width: 80%;
  margin-inline: auto;
  font-size: 4rem;
}

@media screen and (width <= 1440px) {
  .benefits__header {
    font-size: 3.2rem;
  }
}

@media screen and (width <= 1024px) {
  .benefits__header {
    margin-bottom: 60px;
    font-size: 2.5rem;
  }
}

@media screen and (width <= 576px) {
  .benefits__header {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

.benefits__content-wrapper {
  justify-content: center;
  align-items: flex-start;
  gap: 80px;
  display: flex;
}

@media screen and (width <= 1024px) {
  .benefits__content-wrapper {
    grid-template-columns: repeat(2, auto);
    gap: 40px;
    display: grid;
  }
}

@media screen and (width <= 576px) {
  .benefits__content-wrapper {
    grid-template-columns: repeat(1, auto);
    gap: 20px;
  }
}

.benefits__list-item {
  align-items: center;
  gap: 15px;
  width: 100%;
  display: flex;
}

@media screen and (width <= 1600px) {
  .benefits__list-item {
    flex-direction: column;
  }
}

@media screen and (width <= 576px) {
  .benefits__list-item {
    flex-direction: row;
  }
}

.benefits__image {
  width: 100%;
  max-width: 123px;
  height: 100%;
}

@media screen and (width <= 1024px) {
  .benefits__image {
    max-width: 120px;
  }
}

@media screen and (width <= 576px) {
  .benefits__image {
    max-width: 80px;
  }
}

.benefits__text-wrapper {
  width: 60%;
}

@media screen and (width <= 1600px) {
  .benefits__text-wrapper {
    width: 100%;
  }
}

@media screen and (width <= 576px) {
  .benefits__text-wrapper {
    width: 100%;
  }
}

.benefits__title {
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

@media screen and (width <= 1600px) {
  .benefits__title {
    text-align: center;
  }
}

@media screen and (width <= 576px) {
  .benefits__title {
    text-align: left;
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
}

.benefits__description {
  text-align: left;
  font-size: 1rem;
}

@media screen and (width <= 1600px) {
  .benefits__description {
    text-align: center;
  }
}

@media screen and (width <= 576px) {
  .benefits__description {
    text-align: left;
    font-size: .8rem;
  }
}

.brands {
  z-index: 1;
  background-color: #151515;
  padding: 80px 5% 300px;
  position: relative;
  overflow: hidden;
}

.brands:after {
  content: "";
  transform-origin: 0 0;
  background-color: #f4f4f4;
  height: 190px;
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  transform: skewY(-5deg);
}

@media screen and (width <= 1024px) {
  .brands {
    padding-bottom: 200px;
  }
}

@media screen and (width <= 576px) {
  .brands {
    padding: 50px 5% 120px;
  }
}

.brands__container {
  max-width: 1632px;
  margin-inline: auto;
}

@media screen and (width <= 1024px) {
  .brands__container {
    max-width: 100%;
  }
}

.brands__header {
  color: #ebbb10;
  text-align: center;
  margin-bottom: 80px;
  font-size: 4rem;
}

@media screen and (width <= 1024px) {
  .brands__header {
    margin-bottom: 50px;
    font-size: 2.8rem;
  }
}

@media screen and (width <= 576px) {
  .brands__header {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

.brands__list {
  justify-content: center;
  align-items: center;
  gap: 50px;
  display: flex;
}

@media screen and (width <= 1600px) {
  .brands__list {
    grid-template-columns: repeat(4, auto);
    display: grid;
  }
}

@media screen and (width <= 1440px) {
  .brands__list {
    gap: 30px;
  }
}

@media screen and (width <= 1024px) {
  .brands__list {
    display: none;
  }
}

.brands__list-mobile {
  display: none;
}

@media screen and (width <= 1024px) {
  .brands__list-mobile {
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    align-items: center;
    gap: 50px;
    display: grid;
  }
}

@media screen and (width <= 768px) {
  .brands__list-mobile {
    gap: 30px;
  }
}

@media screen and (width <= 576px) {
  .brands__list-mobile {
    grid-template-columns: repeat(1, auto);
    width: 100%;
  }
}

.brands__list-item {
  border: 1px solid #f4f4f4;
  border-radius: 22px;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}

@media screen and (width <= 576px) {
  .brands__list-item {
    max-width: 280px;
  }
}

.brands__image-wrapper {
  background-color: #0e1e46;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
}

.brands__image-logo {
  width: 100%;
  max-width: 370px;
}

@media screen and (width <= 1024px) {
  .brands__image-logo {
    max-width: 100%;
  }
}

.brands__link-wrapper {
  background-color: #f4f4f4;
  border-radius: 0 0 10px 10px;
  height: 100%;
  padding: 30px 20px;
  transition: opacity .2s, transform .2s;
}

.brands__link-wrapper--overlay {
  background-color: #0000;
  border-radius: 0;
  height: 60px;
  padding: 0;
}

.brands__link {
  color: #151515;
}

.brands__overlay {
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(135deg, #ebbb10 10%, #c3922e 100%);
  transition: opacity .3s, transform .3s;
  position: absolute;
  inset: 0;
  transform: translateY(10px);
}

.brands__overlay-content {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px 20px;
  display: flex;
}

.brands__overlay-body {
  height: auto;
}

.brands__overlay-title {
  color: #151515;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: AcuminBold, sans-serif;
  font-size: 1.6rem;
}

.brands__overlay-description {
  color: #151515;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (width <= 1600px) {
  .brands__overlay-description {
    font-size: .8rem;
  }
}

@media screen and (width <= 1440px) {
  .brands__overlay-description {
    margin-bottom: 0;
  }
}

.brands__overlay-link {
  text-transform: uppercase;
  color: #151515;
  font-family: MontserratSemiBold, sans-serif;
  font-size: .85rem;
  text-decoration: underline;
}

.brands__list-item:hover .brands__overlay {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.brands__list-item:hover .brands__link-wrapper {
  opacity: 0;
  transition: opacity .2s, transform .2s;
  transform: translateY(10px);
}

.brands__list-item:hover .brands__link-wrapper--overlay {
  opacity: 1;
}

.brands__text-wrapper {
  background-color: #f4f4f4;
  border-radius: 0 0 10px 10px;
  height: 100%;
  padding: 30px 20px;
  transition: opacity .2s, transform .2s;
}

@media screen and (width <= 1024px) {
  .brands__text-wrapper {
    padding: 20px;
  }
}

.brands__description {
  color: #0009;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.5;
}

@media screen and (width <= 768px) {
  .brands__description {
    margin-bottom: 20px;
    font-size: .8rem;
  }
}

.brands__line {
  border: 1px solid #1515151f;
  width: 100%;
  margin-bottom: 30px;
  display: block;
}

@media screen and (width <= 1440px) {
  .brands__line {
    margin-bottom: 20px;
  }
}

.brands__link {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (width <= 1440px) {
  .brands__link {
    font-size: 0.9rem;
  }
}

.brands__link--disabled {
  pointer-events: none;
  cursor: default;
  opacity: .6;
}

.brands__link:hover {
  text-decoration: underline #21409a;
}

.brands__link:hover .brands__link-text {
  color: #21409a;
}

.brands__link:hover .brands__link-arrow path {
  fill: #21409a;
}

.brands__link-text {
  font-family: MontserratSemiBold, sans-serif;
  font-weight: bolder;
}

@media screen and (width <= 576px) {
  .brands__link-text {
    font-size: 1rem;
  }
}

.markets {
  z-index: 1;
  background-color: #f4f4f4;
  padding: 50px 5% 300px;
  position: relative;
  overflow: hidden;
}

.markets:after {
  content: "";
  transform-origin: 0 0;
  background-color: #151515;
  height: 190px;
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  transform: skewY(-5deg);
}

@media screen and (width <= 1024px) {
  .markets {
    padding-bottom: 200px;
  }
}

@media screen and (width <= 576px) {
  .markets {
    padding: 50px 5% 120px;
  }
}

.markets__container {
  max-width: 1632px;
  margin-inline: auto;
}

@media screen and (width <= 1024px) {
  .markets__container {
    max-width: 100%;
  }
}

.markets__header {
  color: #21409a;
  text-align: center;
  margin-bottom: 80px;
  font-size: 4rem;
}

@media screen and (width <= 1024px) {
  .markets__header {
    margin-bottom: 50px;
    font-size: 2.8rem;
  }
}

@media screen and (width <= 576px) {
  .markets__header {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

.markets__country-list {
  grid-template-columns: repeat(4, auto);
  gap: 70px;
  display: grid;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}

@media screen and (width <= 1440px) {
  .markets__country-list {
    gap: 70px 40px;
  }
}

@media screen and (width <= 1024px) {
  .markets__country-list {
    gap: 60px 80px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (width <= 576px) {
  .markets__country-list {
    justify-content: space-evenly;
    gap: 30px 50px;
  }
}

.markets__country-item {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 280px;
  height: 100%;
  display: flex;
}

@media screen and (width <= 1440px) {
  .markets__country-item {
    width: 240px;
  }
}

@media screen and (width <= 576px) {
  .markets__country-item {
    gap: 5px;
    width: 110px;
  }
}

.markets__country-icon {
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
}

@media screen and (width <= 1024px) {
  .markets__country-icon {
    height: 100px;
  }
}

@media screen and (width <= 576px) {
  .markets__country-icon {
    height: auto;
  }
}

.markets__country-name {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-family: AcuminBold, sans-serif;
  font-size: 1.4rem;
  font-weight: bolder;
}

@media screen and (width <= 1440px) {
  .markets__country-name {
    font-size: 1.2rem;
  }
}

.deals {
  z-index: 1;
  background: url("../images/frontpage/deals-bg.png") center / cover no-repeat;
  padding: 50px 5% 300px;
  position: relative;
  overflow: hidden;
}

.deals:after {
  content: "";
  transform-origin: 0 0;
  background-color: #21409a;
  height: 190px;
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  transform: skewY(-5deg);
}

@media screen and (width <= 1024px) {
  .deals {
    padding-bottom: 200px;
  }
}

@media screen and (width <= 576px) {
  .deals {
    padding: 50px 5% 100px;
  }
}

.deals__container {
  max-width: 1632px;
  margin-inline: auto;
}

@media screen and (width <= 1024px) {
  .deals__container {
    max-width: 100%;
  }
}

.deals__header {
  color: #ebbb10;
  text-align: center;
  margin-bottom: 80px;
  font-size: 4rem;
}

@media screen and (width <= 1024px) {
  .deals__header {
    margin-bottom: 50px;
    font-size: 2.8rem;
  }
}

@media screen and (width <= 576px) {
  .deals__header {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

.deals__content-wrapper {
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  display: flex;
}

@media screen and (width <= 1024px) {
  .deals__content-wrapper {
    justify-content: center;
    gap: 40px;
  }
}

@media screen and (width <= 768px) {
  .deals__content-wrapper {
    flex-direction: column;
  }
}

@media screen and (width <= 576px) {
  .deals__content-wrapper {
    gap: 30px;
  }
}

.deals__content-image {
  width: 100%;
  max-width: 650px;
  height: 100%;
}

@media screen and (width <= 768px) {
  .deals__content-image {
    max-width: 400px;
  }
}

@media screen and (width <= 576px) {
  .deals__content-image {
    max-width: 300px;
  }
}

.deals__content-graph {
  background: #1c1c1c;
  border: 1px solid #ffffff1f;
  border-radius: 15px;
  width: 100%;
  padding: 35px 45px;
  box-shadow: 0 6px 18px #00000059;
}

@media screen and (width <= 576px) {
  .deals__content-graph {
    padding: 25px 30px;
  }
}

.deals__graph-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.deals__graph-title {
  text-transform: uppercase;
  font-size: 1.5rem;
}

.deals__graph-title:first-child {
  text-align: left;
}

.deals__graph-title:nth-child(2) {
  text-align: right;
}

@media screen and (width <= 576px) {
  .deals__graph-title {
    font-size: 1rem;
  }
}

.deals__graph-tiers {
  gap: 10px;
  display: grid;
}

.deals__tier {
  width: 100%;
}

.deals__tier-track {
  background: #2b2b2b;
  border: 1px solid #ffffff26;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding: 0 10px 0 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.deals__tier-fill {
  background: var(--gold);
  opacity: .95;
  z-index: 1;
  width: calc(var(--pct) * 1%);
  --gold: #ebbb10;
  border-radius: 999px;
  position: absolute;
  inset: 0;
}

.deals__tier-left {
  z-index: 2;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  position: relative;
}

.deals__tier-dot {
  background: #fff;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}

@media screen and (width <= 1440px) {
  .deals__tier-dot {
    width: 20px;
    height: 20px;
  }
}

@media screen and (width <= 576px) {
  .deals__tier-dot {
    width: 15px;
    height: 15px;
  }
}

.deals__tier-label {
  color: #f4f4f4;
  letter-spacing: .8px;
  font-size: 1.5rem;
  font-weight: bolder;
}

@media screen and (width <= 1440px) {
  .deals__tier-label {
    font-size: 1.2rem;
  }
}

@media screen and (width <= 576px) {
  .deals__tier-label {
    letter-spacing: .5px;
    font-size: .9rem;
  }
}

.deals__tier-value {
  color: #f4f4f4;
  text-align: center;
  z-index: 2;
  min-width: 64px;
  font-size: 1.2rem;
  position: relative;
}

@media screen and (width <= 576px) {
  .deals__tier-value {
    font-size: 1rem;
  }
}

.deals__line {
  background: #ffffff38;
  border: none;
  width: 100%;
  height: 1px;
  margin-block: 30px;
  display: block;
}

.deals__button-cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (width <= 576px) {
  .deals__button-cta {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }
}

.deals__graph-description {
  text-align: left;
  max-width: 300px;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (width <= 576px) {
  .deals__graph-description {
    text-align: center;
  }
}

.deals__graph-button {
  padding: 14px 24px;
}

@media screen and (width <= 1024px) {
  .deals__graph-button {
    padding: 12px 24px;
  }
}

.events {
  z-index: 1;
  background: linear-gradient(#21409a 0%, #0e1e46 60%, #151515 60%);
  padding: 80px 5%;
  position: relative;
}

.events:after {
  content: "";
  transform-origin: 0 0;
  background-color: #151515;
  height: 220px;
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  transform: skewY(-5deg);
}

@media screen and (width <= 1024px) {
  .events {
    padding: 80px 5% 60px;
  }
}

@media screen and (width <= 576px) {
  .events {
    padding: 50px 5%;
  }
}

.events__container {
  max-width: 1632px;
  margin-inline: auto;
}

@media screen and (width <= 1024px) {
  .events__container {
    width: 100%;
  }
}

.events__header {
  color: #f4f4f4;
  text-align: left;
  font-size: 4rem;
}

@media screen and (width <= 1024px) {
  .events__header {
    font-size: 2.8rem;
  }
}

@media screen and (width <= 768px) {
  .events__header {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media screen and (width <= 576px) {
  .events__header {
    font-size: 1.8rem;
  }
}

.events__content-wrapper {
  justify-content: center;
  align-items: center;
  gap: 200px;
  display: flex;
}

@media screen and (width <= 1600px) {
  .events__content-wrapper {
    gap: 100px;
  }
}

@media screen and (width <= 1024px) {
  .events__content-wrapper {
    gap: 50px;
  }
}

.events__left-content {
  z-index: 1;
  margin-top: -80px;
  position: relative;
}

@media screen and (width <= 768px) {
  .events__left-content {
    display: none;
  }
}

.events__calendar-image {
  z-index: 2;
  width: 400px;
  height: 100%;
  margin-top: 100px;
  position: relative;
}

@media screen and (width <= 1024px) {
  .events__calendar-image {
    width: 300px;
  }
}

.events__right-content {
  z-index: 2;
  flex-direction: column;
  gap: 15px;
  display: flex;
  position: relative;
}

@media screen and (width <= 576px) {
  .events__right-content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}

.events__details-list {
  gap: 50px;
  display: flex;
}

@media screen and (width <= 1600px) {
  .events__details-list {
    gap: 30px;
  }
}

@media screen and (width <= 1024px) {
  .events__details-list {
    gap: 20px;
  }
}

@media screen and (width <= 576px) {
  .events__details-list {
    flex-direction: column;
    gap: 30px;
  }
}

.events__details-card {
  z-index: 2;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 12px;
  flex: 1 1 0;
  max-width: 400px;
  height: 650px;
  position: relative;
}

@media screen and (width <= 1600px) {
  .events__details-card {
    height: 650px;
  }
}

@media screen and (width <= 1440px) {
  .events__details-card {
    height: 600px;
  }
}

@media screen and (width <= 576px) {
  .events__details-card {
    flex: unset;
    max-width: 100%;
    height: 100%;
  }
}

.events__details-banner {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
}

.events .img-border {
  border-radius: 10px 10px 0 0;
}

.events__info {
  border-radius: 0 0 10px 10px;
  height: auto;
  padding: 30px 20px;
}

@media screen and (width <= 1024px) {
  .events__info {
    padding: 25px 15px;
  }
}

.events__title {
  color: #0e1e46;
  margin-bottom: 10px;
  font-size: 2rem;
}

@media screen and (width <= 1024px) {
  .events__title {
    font-size: 1.8rem;
  }
}

@media screen and (width <= 576px) {
  .events__title {
    font-size: 1.6rem;
  }
}

.events__date, .events__location {
  color: #21409a;
  margin-bottom: 5px;
  line-height: 1;
}

@media screen and (width <= 576px) {
  .events__date, .events__location {
    font-size: 1.2rem;
  }
}

.events__details {
  color: #0009;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (width <= 1600px) {
  .events__details {
    font-size: .9rem;
  }
}

.events__link {
  color: #151515;
  align-self: flex-end;
  text-decoration: none;
}

.events__link--disabled {
  pointer-events: none;
  cursor: default;
  opacity: .6;
}

.events__link:hover {
  color: #eed688;
  text-decoration: underline #ebbb10;
}

@media screen and (width <= 576px) {
  .events__link {
    align-self: center;
    font-size: 1rem;
  }
}

.about {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about__main {
  z-index: 1;
  background: url("../images/frontpage/hero-bg.png") center / cover no-repeat;
  width: 100%;
  height: 100%;
  padding: 190px 5% 250px;
  position: relative;
  overflow: hidden;
}

.about__main:after {
  content: "";
  transform-origin: 0 0;
  background-color: #21409a;
  height: 190px;
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  transform: skewY(-5deg);
}

@media screen and (width <= 1600px) {
  .about__main {
    padding-top: 150px;
  }
}

@media screen and (width <= 1024px) {
  .about__main {
    padding: 120px 5% 100px;
  }
}

@media screen and (width <= 576px) {
  .about__main {
    padding: 100px 5%;
  }
}

.about__main-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1632px;
  margin-inline: auto;
  display: flex;
}

@media screen and (width <= 1024px) {
  .about__main-container {
    max-width: 100%;
  }
}

@media screen and (width <= 768px) {
  .about__main-container {
    flex-direction: column-reverse;
    gap: 50px;
  }
}

.about__text-wrapper {
  width: 45%;
}

@media screen and (width <= 1024px) {
  .about__text-wrapper {
    width: 100%;
  }
}

.about__main-header {
  margin-bottom: 20px;
  font-size: 4.2rem;
  line-height: 1.1;
}

@media screen and (width <= 1600px) {
  .about__main-header {
    font-size: 3.8rem;
  }
}

@media screen and (width <= 1024px) {
  .about__main-header {
    font-size: 2rem;
  }
}

@media screen and (width <= 576px) {
  .about__main-header {
    font-size: 1.8rem;
  }
}

.about__main-text {
  color: #ebbb10;
  font-family: AcuminBlack, sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}

@media screen and (width <= 1600px) {
  .about__main-text {
    font-size: 3.8rem;
  }
}

@media screen and (width <= 1024px) {
  .about__main-text {
    font-size: 2rem;
  }
}

@media screen and (width <= 576px) {
  .about__main-text {
    font-size: 1.8rem;
  }
}

.about__main-subheader {
  text-transform: none;
  margin-bottom: 50px;
  font-family: AcuminPro, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (width <= 1024px) {
  .about__main-subheader {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
}

@media screen and (width <= 576px) {
  .about__main-subheader {
    font-size: 1.1rem;
  }
}

.about__main-subheader-span {
  color: #eed688;
}

.about__main-image {
  width: 100%;
  max-width: 700px;
  height: 100%;
}

@media screen and (width <= 768px) {
  .about__main-image {
    max-width: 400px;
  }
}

@media screen and (width <= 576px) {
  .about__main-image {
    max-width: 300px;
  }
}

.about__mission {
  z-index: 1;
  background: linear-gradient(#21409a 30%, #0e1e46 100%);
  height: 100%;
  padding: 80px 5% 250px;
  position: relative;
  overflow: hidden;
}

.about__mission:after {
  content: "";
  transform-origin: 0 0;
  background-color: #151515;
  height: 190px;
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  transform: skewY(-5deg);
}

@media screen and (width <= 1024px) {
  .about__mission {
    padding-bottom: 150px;
  }
}

@media screen and (width <= 576px) {
  .about__mission {
    padding: 50px 5% 120px;
  }
}

.about__mission-container {
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  max-width: 1632px;
  margin-inline: auto;
  display: flex;
}

@media screen and (width <= 1024px) {
  .about__mission-container {
    max-width: 100%;
  }
}

@media screen and (width <= 768px) {
  .about__mission-container {
    flex-direction: column;
  }
}

@media screen and (width <= 576px) {
  .about__mission-container {
    gap: 70px;
  }
}

.about__mission-left {
  width: 50%;
}

@media screen and (width <= 768px) {
  .about__mission-left {
    width: 100%;
  }
}

.about__mission-header {
  margin-bottom: 30px;
  font-size: 4rem;
  line-height: 1.1;
}

@media screen and (width <= 768px) {
  .about__mission-header {
    font-size: 3rem;
  }
}

@media screen and (width <= 576px) {
  .about__mission-header {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

.about__mission-subheader {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (width <= 576px) {
  .about__mission-subheader {
    font-size: 1rem;
  }
}

.about__mission-subheader-bold {
  font-family: AcuminBold, sans-serif;
}

.about__mission-right {
  width: 50%;
}

@media screen and (width <= 768px) {
  .about__mission-right {
    width: 100%;
  }
}

.about__mission-list {
  grid-template-columns: repeat(2, auto);
  gap: 50px;
  display: grid;
}

@media screen and (width <= 576px) {
  .about__mission-list {
    grid-template-columns: repeat(1, auto);
  }
}

.about__mission-title {
  margin-bottom: 20px;
  font-size: 1.9rem;
}

.about__mission-item {
  width: 100%;
  max-width: 300px;
}

@media screen and (width <= 576px) {
  .about__mission-item {
    max-width: 100%;
  }
}

.about__item-header-wrapper {
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

.about__item-icon {
  width: 100%;
  max-width: 25px;
  height: auto;
}

.about__item-header {
  text-transform: uppercase;
  font-family: AcuminBold, sans-serif;
  font-size: 1.4rem;
  line-height: 0;
}

.about__item-description {
  font-size: 1rem;
}

.about__content {
  background-color: #151515;
  width: 100%;
  height: 100%;
  padding: 100px 5% 250px;
  overflow: hidden;
}

@media screen and (width <= 1024px) {
  .about__content {
    padding-bottom: 200px;
  }
}

@media screen and (width <= 576px) {
  .about__content {
    padding: 50px 5% 10px;
  }
}

.about__content-container {
  max-width: 1632px;
  margin-inline: auto;
}

@media screen and (width <= 1024px) {
  .about__content-container {
    max-width: 100%;
  }
}

.about__content-wrapper {
  width: 100%;
  margin-bottom: 80px;
}

.about__content-header {
  color: #ebbb10;
  margin-bottom: 10px;
  font-size: 3rem;
}

@media screen and (width <= 576px) {
  .about__content-header {
    font-size: 2rem;
  }
}

.about__content-description {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (width <= 576px) {
  .about__content-description {
    font-size: .8rem;
  }
}

.about__content-title-link {
  width: max-content;
  text-decoration: underline;
  display: inline-block;
}

.about__content-title {
  text-transform: uppercase;
  margin-top: 30px;
  font-family: AcuminBold, sans-serif;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (width <= 576px) {
  .about__content-title {
    font-size: 1.5rem;
  }
}

.brands-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.brands-page__list {
  justify-content: center;
  align-items: center;
  gap: 50px;
  display: flex;
}

@media screen and (width <= 1600px) {
  .brands-page__list {
    grid-template-columns: repeat(4, auto);
    display: grid;
  }
}

@media screen and (width <= 1440px) {
  .brands-page__list {
    gap: 30px;
  }
}

@media screen and (width <= 1024px) {
  .brands-page__list {
    display: none;
  }
}

.brands-page__list-mobile {
  display: none;
}

@media screen and (width <= 1024px) {
  .brands-page__list-mobile {
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    align-items: center;
    gap: 50px;
    display: grid;
  }
}

@media screen and (width <= 768px) {
  .brands-page__list-mobile {
    gap: 30px;
  }
}

@media screen and (width <= 576px) {
  .brands-page__list-mobile {
    grid-template-columns: repeat(1, auto);
    width: 100%;
  }
}

.brands-page__list-item {
  border: 1px solid #f4f4f4;
  border-radius: 22px;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}

@media screen and (width <= 576px) {
  .brands-page__list-item {
    max-width: 280px;
  }
}

.brands-page__image-wrapper {
  background-color: #0e1e46;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
}

.brands-page__image-logo {
  width: 100%;
  max-width: 370px;
}

@media screen and (width <= 1024px) {
  .brands-page__image-logo {
    max-width: 100%;
  }
}

.brands-page__link-wrapper {
  background-color: #f4f4f4;
  border-radius: 0 0 10px 10px;
  height: 100%;
  padding: 30px 20px;
  transition: opacity .2s, transform .2s;
}

.brands-page__link-wrapper--overlay {
  background-color: #0000;
  border-radius: 0;
  height: 60px;
  padding: 0;
}

.brands-page__link {
  color: #151515;
}

.brands-page__overlay {
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(135deg, #ebbb10 10%, #c3922e 100%);
  transition: opacity .3s, transform .3s;
  position: absolute;
  inset: 0;
  transform: translateY(10px);
}

.brands-page__overlay-content {
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px 20px;
  display: flex;
}

.brands-page__overlay-body {
  height: auto;
}

.brands-page__overlay-title {
  color: #151515;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: AcuminBold, sans-serif;
  font-size: 1.6rem;
}

.brands-page__overlay-description {
  color: #151515;
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (width <= 1600px) {
  .brands-page__overlay-description {
    font-size: .8rem;
  }
}

@media screen and (width <= 1440px) {
  .brands-page__overlay-description {
    margin-bottom: 0;
  }
}

.brands-page__overlay-link {
  text-transform: uppercase;
  color: #151515;
  font-family: MontserratSemiBold, sans-serif;
  font-size: .85rem;
  text-decoration: underline;
}

.brands-page__list-item:hover .brands-page__overlay {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.brands-page__list-item:hover .brands-page__link-wrapper {
  opacity: 0;
  transition: opacity .2s, transform .2s;
  transform: translateY(10px);
}

.brands-page__list-item:hover .brands-page__link-wrapper--overlay {
  opacity: 1;
}

.brands-page__text-wrapper {
  background-color: #f4f4f4;
  border-radius: 0 0 10px 10px;
  height: 100%;
  padding: 30px 20px;
  transition: opacity .2s, transform .2s;
}

@media screen and (width <= 1024px) {
  .brands-page__text-wrapper {
    padding: 20px;
  }
}

.brands-page__description {
  color: #0009;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.5;
}

@media screen and (width <= 768px) {
  .brands-page__description {
    margin-bottom: 20px;
    font-size: .8rem;
  }
}

.brands-page__line {
  border: 1px solid #1515151f;
  width: 100%;
  margin-bottom: 30px;
  display: block;
}

@media screen and (width <= 1440px) {
  .brands-page__line {
    margin-bottom: 20px;
  }
}

.brands-page__link {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media screen and (width <= 1440px) {
  .brands-page__link {
    font-size: 0.9rem;
  }
}

.brands-page__link--disabled {
  pointer-events: none;
  cursor: default;
  opacity: .6;
}

.brands-page__link:hover {
  text-decoration: underline #21409a;
}

.brands-page__link:hover .brands-page__link-text {
  color: #21409a;
}

.brands-page__link:hover .brands-page__link-arrow path {
  fill: #21409a;
}

.brands-page__link-text {
  font-family: MontserratSemiBold, sans-serif;
  font-weight: bolder;
}

@media screen and (width <= 576px) {
  .brands-page__link-text {
    font-size: 1rem;
  }
}

.faq {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.faq__accordion {
  margin-inline: auto;
  max-width: 960px;
  margin-bottom: 50px;
}

.faq__accordion-header {
  color: #f4f4f4;
  text-align: left;
  padding: 20px;
  font-size: 2.2rem;
}

@media screen and (width <= 576px) {
  .faq__accordion-header {
    font-size: 1.8rem;
  }
}

.faq__content-list {
  border-top: 1px solid #ffffff2e;
}

.faq__content-item {
  border-bottom: 1px solid #ffffff2e;
}

.faq__accordion-title {
  cursor: pointer;
  text-align: left;
  color: #f4f4f4;
  background: none;
  border: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 1.1rem;
  line-height: 1.4;
  display: flex;
}

.faq__accordion-question {
  flex: 1;
  padding-right: 15px;
}

.faq__accordion-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}

.faq__accordion-icon-line {
  background-color: #f4f4f4;
  border-radius: 10px;
  transition: opacity .2s, transform .2s;
  position: absolute;
}

.faq__accordion-icon-line--horizontal {
  height: 2px;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.faq__accordion-icon-line--vertical {
  width: 2px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.faq__accordion-body {
  opacity: 0;
  max-height: 0;
  transition: max-height .25s, opacity .25s, transform .25s;
  overflow: hidden;
  transform: translateY(-6px);
}

.faq__accordion-text {
  color: #ebbb10;
  padding: 0 20px 20px;
  font-size: 1rem;
  line-height: 1.6;
}

.faq__accordion-text--bold {
  font-family: AcuminBold, sans-serif;
}

.faq__content-item--open .faq__accordion-body {
  opacity: 1;
  max-height: 300px;
  transform: translateY(0);
}

.faq__content-item--open .faq__accordion-icon-line--vertical {
  opacity: 0;
  transform: translateX(-50%)scaleY(0);
}

.marketing-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.marketing-page__title-wrapper {
  margin-bottom: 120px;
}

@media screen and (width <= 576px) {
  .marketing-page__title-wrapper {
    margin-bottom: 80px;
  }
}

.marketing-page__content-description {
  margin-bottom: 30px !important;
}

.marketing-page__content-wrapper {
  width: 100%;
  margin-bottom: 80px;
}

@media screen and (width <= 576px) {
  .marketing-page__content-wrapper {
    margin-bottom: 50px;
  }
}

.marketing-page__content-header {
  color: #ebbb10;
  margin-bottom: 10px;
  font-size: 3rem;
}

@media screen and (width <= 576px) {
  .marketing-page__content-header {
    font-size: 2rem;
  }
}

.marketing-page__content-subheader {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: AcuminBold, sans-serif;
  font-size: 1.8rem;
}

@media screen and (width <= 576px) {
  .marketing-page__content-subheader {
    font-size: 1.5rem;
  }
}

.marketing-page__content-paragraph {
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.6;
}

.marketing-page__content-paragraph--bold {
  font-family: AcuminBold, sans-serif;
}

.marketing-page__content-paragraph--mb-20 {
  margin-bottom: 20px;
}

@media screen and (width <= 576px) {
  .marketing-page__content-paragraph {
    font-size: .9rem;
  }
}

.deals-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.deals-page__title-wrapper {
  margin-bottom: 120px;
}

@media screen and (width <= 576px) {
  .deals-page__title-wrapper {
    margin-bottom: 80px;
  }
}

.deals-page__content-description {
  margin-bottom: 30px;
}

.deals-page__content-wrapper {
  width: 100%;
  margin-bottom: 80px;
}

@media screen and (width <= 576px) {
  .deals-page__content-wrapper {
    margin-bottom: 50px;
  }
}

.deals-page__content-header {
  color: #ebbb10;
  margin-bottom: 10px;
  font-size: 3rem;
}

@media screen and (width <= 576px) {
  .deals-page__content-header {
    font-size: 2rem;
  }
}

.deals-page__content-subheader {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: AcuminBold, sans-serif;
  font-size: 1.8rem;
}

@media screen and (width <= 576px) {
  .deals-page__content-subheader {
    font-size: 1.5rem;
  }
}

.deals-page__content-paragraph {
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.6;
}

.deals-page__content-paragraph--bold {
  font-family: AcuminBold, sans-serif;
}

.deals-page__content-paragraph--mb-20 {
  margin-bottom: 20px;
}

@media screen and (width <= 576px) {
  .deals-page__content-paragraph {
    font-size: .9rem;
  }
}

.contact-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contact-page__content-wrapper {
  max-width: 1024px;
  margin-inline: auto;
}

.contact-page__form {
  flex-direction: column;
  gap: 50px;
  margin-top: 100px;
  display: flex;
}

.contact-page__row {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  display: grid;
}

.contact-page__row--single {
  grid-template-columns: 1fr;
}

@media screen and (width <= 768px) {
  .contact-page__row {
    grid-template-columns: 1fr;
  }
}

.contact-page__field {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.contact-page__label {
  color: #f4f4f4;
  font-family: AcuminBold, sans-serif;
  font-size: 1.2rem;
}

.contact-page__input, .contact-page__textarea {
  color: #f4f4f4;
  background: none;
  border: none;
  border-bottom: 1px solid #ffffff40;
  outline: none;
  width: 100%;
  padding: 20px 0 10px;
  font-family: AcuminPro, sans-serif;
  font-size: 1rem;
  transition: border-color .2s;
}

.contact-page__input::placeholder, .contact-page__textarea::placeholder {
  color: #ffffff59;
}

.contact-page__input:focus, .contact-page__textarea:focus {
  border-bottom-color: #ebbb10;
}

.contact-page__submit {
  width: fit-content;
  margin-top: 20px;
  padding: 12px 16px;
  font-size: 1.1rem;
}

.contact-page__notice {
  border: 1px solid #0000;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: .85rem 1.25rem;
  font-family: AcuminBold, sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  display: flex;
}

.contact-page__notice-text {
  margin: 0;
  font-size: 1.2rem;
}

.contact-page__notice--success {
  color: #2ecc71;
  background: #2ecc711f;
  border-color: #2ecc7166;
}

.contact-page__notice--error {
  color: #e74c3c;
  background: #e74c3c1f;
  border-color: #e74c3c66;
}

.contact-page__submit {
  justify-content: center;
  align-items: center;
  gap: .5rem;
  min-width: 190px;
  display: inline-flex;
  position: relative;
}

.contact-page__submit.is-loading {
  cursor: wait;
  opacity: .8;
}

.contact-page__spinner {
  border: 2px solid #ffffff59;
  border-top-color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: .8s linear infinite contact-page-spin;
}

.contact-page__submit-label {
  font-size: .95rem;
}

@keyframes contact-page-spin {
  to {
    transform: rotate(360deg);
  }
}

.tnc-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tnc-page__page-content-container {
  max-width: 1024px;
  margin-inline: auto;
}

@media screen and (width <= 1024px) {
  .tnc-page__page-content-container {
    max-width: 100%;
  }
}

.tnc-page__title-wrapper {
  margin-bottom: 50px;
}

@media screen and (width <= 576px) {
  .tnc-page__title-wrapper {
    margin-bottom: 30px;
  }
}

.tnc-page__content-description {
  margin-bottom: 30px !important;
}

.tnc-page__content-wrapper {
  width: 100%;
  margin-bottom: 80px;
}

@media screen and (width <= 576px) {
  .tnc-page__content-wrapper {
    margin-bottom: 50px;
  }
}

.tnc-page__content-wrapper {
  justify-content: center;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

@media screen and (width <= 576px) {
  .tnc-page__content-wrapper {
    margin-bottom: 50px;
  }
}

.tnc-page__tnc-box {
  background-color: #f4f4f4e6;
  border: 2px solid #0e1e46;
  border-radius: 16px;
  width: 100%;
  max-width: 1024px;
  max-height: 600px;
  padding: 28px;
  overflow: hidden auto;
  box-shadow: 0 12px 30px #00000059;
}

@media screen and (width <= 576px) {
  .tnc-page__tnc-box {
    max-height: 400px;
    padding: 20px;
  }
}

.tnc-page__tnc-box::-webkit-scrollbar {
  width: 6px;
}

.tnc-page__tnc-box::-webkit-scrollbar-track {
  background: none;
}

.tnc-page__tnc-box::-webkit-scrollbar-thumb {
  background: #00000040;
  border-radius: 999px;
}

.tnc-page__content-header {
  color: #ebbb10;
  margin-bottom: 10px;
  font-size: 3rem;
}

@media screen and (width <= 576px) {
  .tnc-page__content-header {
    font-size: 2rem;
  }
}

.tnc-page__content-subheader {
  color: #ebbb10;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: AcuminBold, sans-serif;
  font-size: 1.8rem;
}

@media screen and (width <= 576px) {
  .tnc-page__content-subheader {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}

.tnc-page__content-paragraph {
  color: #151515cc;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.tnc-page__content-paragraph--bold {
  margin-top: 20px;
  font-family: MontserratSemiBold, sans-serif;
  font-size: 1.2rem;
}

.tnc-page__content-paragraph--mb-20 {
  margin-bottom: 20px;
}

@media screen and (width <= 576px) {
  .tnc-page__content-paragraph {
    font-size: .9rem;
  }
}

.tnc-page__content-link {
  color: #151515cc;
  margin-bottom: 10px;
  display: block;
}

.brand-faq-page {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.brand-faq-page__title-wrapper {
  margin-bottom: 120px;
}

@media screen and (width <= 576px) {
  .brand-faq-page__title-wrapper {
    margin-bottom: 80px;
  }
}

.brand-faq-page__content-description {
  margin-bottom: 30px;
}

.brand-faq-page__content-wrapper {
  width: 100%;
  margin-bottom: 80px;
}

@media screen and (width <= 576px) {
  .brand-faq-page__content-wrapper {
    margin-bottom: 50px;
  }
}

.brand-faq-page__content-header {
  color: #ebbb10;
  margin-bottom: 10px;
  font-size: 3rem;
}

@media screen and (width <= 576px) {
  .brand-faq-page__content-header {
    font-size: 2rem;
  }
}

.brand-faq-page__content-subheader {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: AcuminBold, sans-serif;
  font-size: 1.8rem;
}

@media screen and (width <= 576px) {
  .brand-faq-page__content-subheader {
    font-size: 1.5rem;
  }
}

.brand-faq-page__content-paragraph {
  margin-bottom: 30px;
  font-size: 1rem;
  line-height: 1.6;
}

.brand-faq-page__content-paragraph--bold {
  font-family: AcuminBold, sans-serif;
}

.brand-faq-page__content-paragraph--mb-20 {
  margin-bottom: 20px;
}

@media screen and (width <= 576px) {
  .brand-faq-page__content-paragraph {
    font-size: .9rem;
  }
}

html {
  color: #f4f4f4;
  background-color: #151515;
  font-family: AcuminPro, sans-serif;
  font-size: 100%;
}

h1, h2 {
  text-transform: uppercase;
  font-family: AcuminBlack, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h3, h4, h5, h6 {
  font-family: AcuminPro, sans-serif;
}

span, p, a {
  font-family: Montserrat, sans-serif;
}

a {
  font-family: MontserratSemiBold, sans-serif;
  text-decoration: none;
}

a:hover {
  color: #ebbb10;
  text-decoration: underline #ebbb10;
}

.image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.hidden {
  display: none !important;
}

.overflow {
  overflow: hidden;
}

.pc {
  display: block;
}

@media screen and (width <= 576px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (width <= 576px) {
  .sp {
    display: block;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
/*# sourceMappingURL=smartplay-partners-website.15d68e64.css.map */
