@import url(https://use.typekit.net/qyi7ntb.css);
/* Box sizing rules */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
}

a {
  color: inherit;
}

fieldset {
  border: 0;
  min-width: 0;
}

/* === Colours === */
/* === Fonts === */
html, body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
}

body.ns {
  height: 100vh;
  overflow: hidden;
}

.container {
  max-width: 1400px !important;
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
}

.grid {
  gap: 120px;
  flex-wrap: nowrap !important;
}
@media (max-width: 768px) {
  .grid {
    gap: 50px;
    flex-wrap: wrap !important;
  }
}

[class*=col-] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}

.bg-dark {
  background: #14120E;
}

.bg-white {
  background: #FFFCF7;
}

.bg-yellow {
  background: #FFBD3A;
}

.bg-grey {
  background: #4F4F4F;
}

[v-cloak] {
  display: none;
}

body {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #14120E;
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5,
h1 p, h2 p, h3 p, h4 p, h5 p {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  line-height: 1.2;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
}

/* === Sizes === */
h1, .h1, h1 p {
  font-size: clamp(32px, 5.2582159624vw + 12.2816901408px, 88px);
  line-height: 1;
  font-weight: 600;
}

h2, .h2, h2 p {
  font-size: clamp(28px, 1.8779342723vw + 20.9577464789px, 48px);
  font-weight: 600;
}

h3, .h3, h3 p {
  font-size: clamp(24px, 1.3145539906vw + 19.0704225352px, 38px);
  font-weight: 700;
}

h4, .h4, h4 p {
  font-size: clamp(16px, 1.1267605634vw + 11.7746478873px, 28px);
  font-weight: 700;
}

h5, .h5, h5 p {
  font-size: clamp(14px, 0.5633802817vw + 11.8873239437px, 20px);
  font-weight: 700;
}

p {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 1024px) {
  p {
    font-size: 14px;
  }
}
p a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 6px;
}
p a:hover {
  text-decoration: none;
}
p.small {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .rte {
    font-size: 14px;
    line-height: 20px;
  }
}
.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte p {
  margin-bottom: 30px;
}
.rte ul, .rte ol {
  margin: 30px 0;
}
.rte ul li, .rte ol li {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .rte ul li, .rte ol li {
    font-size: 14px;
  }
}
.rte a {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.rte a:hover {
  text-decoration: none;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.rte p {
  margin-bottom: 15px;
}
.rte p:last-child {
  margin-bottom: 0;
}
.rte ul {
  font-size: 16px;
  line-height: 26px;
  margin-left: 20px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .rte ul {
    font-size: 14px;
    line-height: 22px;
    margin-left: 15px;
    margin-top: 15px;
  }
}

/* === Weights === */
.fw-900 {
  font-weight: 900;
}

.fw-800 {
  font-weight: 800;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

/* === Alignment === */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

/* === Text Colours === */
.fc-white {
  color: #FFFCF7;
}

.fc-yellow {
  color: #FFBD3A;
}

.fc-grey {
  color: #4F4F4F;
}

/* === Styling === */
.uppercase {
  text-transform: uppercase;
}

:root {
  --reflex-columns: 12;
  --reflex-grid-spacing: 15px;
  --reflex-xs: 576px;
  --reflex-sm: 768px;
  --reflex-md: 992px;
  --reflex-lg: 1200px;
  --reflex-xlg: 1600px;
  --reflex-xxs-max: 575px;
  --reflex-xs-max: 767px;
  --reflex-sm-max: 991px;
  --reflex-md-max: 1199px;
  --reflex-lg-max: 1599px;
}

.container, .container-full {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.container .grid, .container-full .grid {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
.grid {
  box-sizing: border-box;
  display: block;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
  list-style-type: none;
}

.grid::before, .grid::after {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=col-] {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

[class*=col-]::before, [class*=col-]::after {
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
}

[class*=col-] .grid {
  flex: 1 1 auto;
  margin: -15px;
}

.col-12 {
  width: 100%;
  *width: 99.9%;
}

.col-11 {
  width: 91.6666666667%;
  *width: 91.5666666667%;
}

.col-10 {
  width: 83.3333333333%;
  *width: 83.2333333333%;
}

.col-9 {
  width: 75%;
  *width: 74.9%;
}

.col-8 {
  width: 66.6666666667%;
  *width: 66.5666666667%;
}

.col-7 {
  width: 58.3333333333%;
  *width: 58.2333333333%;
}

.col-6 {
  width: 50%;
  *width: 49.9%;
}

.col-5 {
  width: 41.6666666667%;
  *width: 41.5666666667%;
}

.col-4 {
  width: 33.3333333333%;
  *width: 33.2333333333%;
}

.col-3 {
  width: 25%;
  *width: 24.9%;
}

.col-2 {
  width: 16.6666666667%;
  *width: 16.5666666667%;
}

.col-1 {
  width: 8.3333333333%;
  *width: 8.2333333333%;
}

@media (min-width: 576px) {
  .col-xs-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xs-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xs-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xs-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xs-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-sm-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-sm-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-sm-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 992px) {
  .col-md-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-md-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-md-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-md-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-md-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-md-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-md-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-md-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-md-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-md-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-md-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-md-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1200px) {
  .col-lg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-lg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-lg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-lg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-lg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
@media (min-width: 1600px) {
  .col-xlg-12 {
    width: 100%;
    *width: 99.9%;
  }
  .col-xlg-11 {
    width: 91.6666666667%;
    *width: 91.5666666667%;
  }
  .col-xlg-10 {
    width: 83.3333333333%;
    *width: 83.2333333333%;
  }
  .col-xlg-9 {
    width: 75%;
    *width: 74.9%;
  }
  .col-xlg-8 {
    width: 66.6666666667%;
    *width: 66.5666666667%;
  }
  .col-xlg-7 {
    width: 58.3333333333%;
    *width: 58.2333333333%;
  }
  .col-xlg-6 {
    width: 50%;
    *width: 49.9%;
  }
  .col-xlg-5 {
    width: 41.6666666667%;
    *width: 41.5666666667%;
  }
  .col-xlg-4 {
    width: 33.3333333333%;
    *width: 33.2333333333%;
  }
  .col-xlg-3 {
    width: 25%;
    *width: 24.9%;
  }
  .col-xlg-2 {
    width: 16.6666666667%;
    *width: 16.5666666667%;
  }
  .col-xlg-1 {
    width: 8.3333333333%;
    *width: 8.2333333333%;
  }
}
.col-auto {
  flex: 1 0 0px;
  width: auto;
}

@media (min-width: 576px) {
  .col-xs-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-sm-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
@media (min-width: 1600px) {
  .col-xlg-auto {
    flex: 1 0 0px;
    width: auto;
  }
}
.order-12 {
  order: 12;
}

.order-11 {
  order: 11;
}

.order-10 {
  order: 10;
}

.order-9 {
  order: 9;
}

.order-8 {
  order: 8;
}

.order-7 {
  order: 7;
}

.order-6 {
  order: 6;
}

.order-5 {
  order: 5;
}

.order-4 {
  order: 4;
}

.order-3 {
  order: 3;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-0 {
  order: 0;
}

@media (min-width: 576px) {
  .order-xs-12 {
    order: 12;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-0 {
    order: 0;
  }
}
@media (min-width: 768px) {
  .order-sm-12 {
    order: 12;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-0 {
    order: 0;
  }
}
@media (min-width: 992px) {
  .order-md-12 {
    order: 12;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-0 {
    order: 0;
  }
}
@media (min-width: 1200px) {
  .order-lg-12 {
    order: 12;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-0 {
    order: 0;
  }
}
@media (min-width: 1600px) {
  .order-xlg-12 {
    order: 12;
  }
  .order-xlg-11 {
    order: 11;
  }
  .order-xlg-10 {
    order: 10;
  }
  .order-xlg-9 {
    order: 9;
  }
  .order-xlg-8 {
    order: 8;
  }
  .order-xlg-7 {
    order: 7;
  }
  .order-xlg-6 {
    order: 6;
  }
  .order-xlg-5 {
    order: 5;
  }
  .order-xlg-4 {
    order: 4;
  }
  .order-xlg-3 {
    order: 3;
  }
  .order-xlg-2 {
    order: 2;
  }
  .order-xlg-1 {
    order: 1;
  }
  .order-xlg-0 {
    order: 0;
  }
}
.offset-11 {
  margin-left: 91.6666666667%;
  *margin-left: 91.5666666667%;
}

.offset-10 {
  margin-left: 83.3333333333%;
  *margin-left: 83.2333333333%;
}

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%;
}

.offset-8 {
  margin-left: 66.6666666667%;
  *margin-left: 66.5666666667%;
}

.offset-7 {
  margin-left: 58.3333333333%;
  *margin-left: 58.2333333333%;
}

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%;
}

.offset-5 {
  margin-left: 41.6666666667%;
  *margin-left: 41.5666666667%;
}

.offset-4 {
  margin-left: 33.3333333333%;
  *margin-left: 33.2333333333%;
}

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%;
}

.offset-2 {
  margin-left: 16.6666666667%;
  *margin-left: 16.5666666667%;
}

.offset-1 {
  margin-left: 8.3333333333%;
  *margin-left: 8.2333333333%;
}

@media (min-width: 576px) {
  .offset-xs-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xs-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xs-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xs-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xs-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xs-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xs-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xs-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xs-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xs-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xs-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xs-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 768px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-sm-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-sm-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-sm-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-sm-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 992px) {
  .offset-md-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-md-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-md-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-md-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-md-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 1200px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-lg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-lg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-lg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-lg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
@media (min-width: 1600px) {
  .offset-xlg-11 {
    margin-left: 91.6666666667%;
    *margin-left: 91.5666666667%;
  }
  .offset-xlg-10 {
    margin-left: 83.3333333333%;
    *margin-left: 83.2333333333%;
  }
  .offset-xlg-9 {
    margin-left: 75%;
    *margin-left: 74.9%;
  }
  .offset-xlg-8 {
    margin-left: 66.6666666667%;
    *margin-left: 66.5666666667%;
  }
  .offset-xlg-7 {
    margin-left: 58.3333333333%;
    *margin-left: 58.2333333333%;
  }
  .offset-xlg-6 {
    margin-left: 50%;
    *margin-left: 49.9%;
  }
  .offset-xlg-5 {
    margin-left: 41.6666666667%;
    *margin-left: 41.5666666667%;
  }
  .offset-xlg-4 {
    margin-left: 33.3333333333%;
    *margin-left: 33.2333333333%;
  }
  .offset-xlg-3 {
    margin-left: 25%;
    *margin-left: 24.9%;
  }
  .offset-xlg-2 {
    margin-left: 16.6666666667%;
    *margin-left: 16.5666666667%;
  }
  .offset-xlg-1 {
    margin-left: 8.3333333333%;
    *margin-left: 8.2333333333%;
  }
  .offset-xlg-0 {
    margin-left: 0;
    *margin-left: -0.1%;
  }
}
.wrap {
  flex-wrap: wrap;
}

.no-wrap {
  flex-wrap: nowrap;
}

.no-wrap [class*=col-] {
  flex-shrink: 1;
}

.wrap-reverse {
  flex-wrap: wrap-reverse;
}

.direction-row {
  flex-direction: row;
}

.direction-row-reverse {
  flex-direction: row-reverse;
}

.direction-column {
  flex-direction: column;
}

.direction-column-reverse {
  flex-direction: column-reverse;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-end [class*=col-] {
  vertical-align: bottom;
}

.align-center {
  align-items: center;
}

.align-center [class*=col-] {
  vertical-align: middle;
}

.align-baseline {
  align-items: baseline;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-end [class*=col-] {
  vertical-align: bottom;
}

.align-content-center {
  align-content: center;
}

.align-content-space-between {
  align-content: space-between;
}

.align-content-space-around {
  align-content: space-around;
}

.align-self-stretch {
  align-self: stretch;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
  vertical-align: bottom;
}

.align-self-center {
  align-self: center;
  vertical-align: middle;
}

.align-self-baseline {
  align-self: baseline;
  vertical-align: baseline;
}

.justify-start {
  justify-content: flex-start;
}

.justify-start.grid {
  text-align: left;
}

.justify-end {
  justify-content: flex-end;
}

.justify-end.grid {
  text-align: right;
  -moz-text-align-last: right;
  text-align-last: right;
}

.justify-end.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-center {
  justify-content: center;
}

.justify-center.grid {
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;
}

.justify-center.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-space-between.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-between.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.justify-space-around {
  justify-content: space-around;
}

.justify-space-around.grid {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

.justify-space-around.grid [class*=col-] {
  text-align: left;
  text-align: start;
  -moz-text-align-last: left;
  -moz-text-align-last: start;
  text-align-last: left;
  text-align-last: start;
}

.grid-bleed [class*=col-] {
  padding: 0;
}

.col-grid {
  display: flex;
  flex-direction: column;
}

.col-grid.direction-row {
  flex-direction: row;
}

.col-bleed {
  padding: 0;
}

.col-bleed-x {
  padding: 15px 0;
}

.col-bleed-y {
  padding: 0 15px;
}

.flex-img {
  display: block;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto;
}

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
}

.flex-footer > :last-child {
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 575px) {
  .hidden-xxs {
    display: none;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-xs-down {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media (min-width: 768px) {
  .hidden-sm-up {
    display: none;
  }
}
@media (max-width: 991px) {
  .hidden-sm-down {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none;
  }
}
@media (min-width: 992px) {
  .hidden-md-up {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hidden-md-down {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none;
  }
}
@media (max-width: 1599px) {
  .hidden-lg-down {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none;
  }
}
@media (min-width: 1600px) {
  .hidden-xlg {
    display: none;
  }
} 
.header {
  padding: 20px 0;
}
.header--dark {
  background: #14120E;
}
.header--dark .nav-link {
  color: #FFFCF7;
}
.header--dark .nav-link:hover {
  color: #FFBD3A;
}
.header--yellow {
  background: #FFBD3A;
}
.header--yellow .nav-link {
  color: #14120E;
}
.header--yellow .nav-link:hover {
  color: #FFFCF7;
}
.header--yellow .btn__grey {
  background: rgba(79, 79, 79, 0.12);
  color: #14120E;
}
.header--yellow .btn__grey svg path {
  fill: #14120E;
}
.header--yellow .btn__yellow {
  background: #14120E;
  color: #FFFCF7;
}
.header--yellow .btn__yellow svg path {
  fill: #FFFCF7;
}
.header--yellow .btn__yellow:hover svg path {
  fill: #14120E;
}
.header__container {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
.header__container nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 990px) {
  .header__container nav {
    display: none;
  }
}
.header__container nav .nav-link {
  font-size: 15px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}
.header__container--btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__container--hamburger {
  display: none;
}
@media (max-width: 990px) {
  .header__container--hamburger {
    display: flex;
  }
}

.footer {
  position: relative;
}
.footer__bg {
  position: absolute;
  top: 0;
  left: 30px;
  width: calc(100% - 60px);
  height: 100%;
  background: #FFBD3A;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}
@media (max-width: 768px) {
  .footer__bg {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.footer__container {
  width: 100%;
  padding: 60px 0 40px;
}
@media (max-width: 768px) {
  .footer__container {
    padding: 30px 40px 20px;
  }
}
.footer__container--title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 200px;
}
@media (max-width: 768px) {
  .footer__container--title {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.footer__container--title div {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .footer__container--title div {
    gap: 20px;
    padding-bottom: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.footer__container--title div h1 {
  max-width: 300px;
  line-height: 1;
}
.footer__container--title nav {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 24px;
  width: 200px;
  flex-shrink: 0;
  margin-left: auto;
}
@media (max-width: 768px) {
  .footer__container--title nav {
    display: none;
  }
}
.footer__container--title nav .nav-link {
  color: #14120E;
  transition: 0.3s ease-in-out;
}
.footer__container--title nav .nav-link:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.footer__container--btm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
}
@media (max-width: 768px) {
  .footer__container--btm {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.footer__container--btm img {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .footer__container--btm img {
    display: none;
  }
}
.footer__container--btm p, .footer__container--btm a {
  font-size: 15px;
  font-weight: 600;
}
.footer__container--btm a {
  width: 200px;
  float: right;
  display: block;
  text-align: left;
}
@media (max-width: 768px) {
  .footer__container--btm a {
    text-align: center;
    font-size: 12px;
  }
}
.footer__container--btm a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.footer__container--partners {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .footer__container--partners {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 40px;
    padding-top: 40px;
  }
}
.footer__container--partners img {
  width: auto;
  height: 50px;
}
@media (max-width: 768px) {
  .footer__container--partners img {
    height: 30px;
  }
}

.page-newsletter .footer, .page-contact .footer {
  background: #FFBD3A;
}
.page-newsletter .footer .footer__container, .page-contact .footer .footer__container {
  padding: 40px 0;
}
.page-newsletter .footer .footer__container--title, .page-contact .footer .footer__container--title {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 50px;
  padding: 20px 25px;
  border: none;
  outline: none;
  border-radius: 40px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0px;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .btn {
    height: 50px;
    padding: 12px 18px;
    font-size: 16px;
  }
}
.btn--hasIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn--hasIcon svg {
  flex-shrink: 0;
}
.btn__white {
  background: #FFFCF7;
  color: #14120E;
}
.btn__white:hover {
  color: #FFFCF7;
  background: #14120E;
}
.btn__white:hover svg path {
  fill: #FFFCF7;
}
.btn__yellow {
  background: #FFBD3A;
  color: #14120E;
}
.btn__yellow:hover {
  color: #14120E;
  background: #FFFCF7;
}
.btn__black {
  background: #14120E;
  color: #FFBD3A;
}
.btn__black:hover {
  color: #14120E;
  background: #FFFCF7;
}
.btn__black:hover svg path {
  fill: #14120E;
}
.btn__grey {
  background: #4F4F4F;
  color: #FFFCF7;
}
.btn__grey:hover {
  color: #14120E;
  background: #FFFCF7;
}
.btn__grey:hover svg path {
  fill: #14120E;
}
.btn__ghost-yellow {
  background: transparent;
  color: #FFBD3A;
  border: 2px solid #FFBD3A;
}
.btn__ghost-yellow:hover {
  color: #14120E;
  background: #FFBD3A;
}

.btnContainer {
  display: flex;
  align-items: center;
  gap: 10px;
}
.btnContainer .btn {
  width: auto;
}

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  padding: 20px 0 45px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pagination a, .pagination span {
  font-size: 12px;
  text-transform: uppercase;
}
.pagination .prev, .pagination .prevFalse {
  margin-right: auto;
}
.pagination .next {
  margin-left: auto;
}

.paged .prevFalse {
  display: none;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
form input[type=text],
form input[type=email] {
  width: 100%;
  background: rgba(20, 18, 14, 0.1);
  color: #14120E;
  height: 55px;
  padding: 20px 15px;
  border: 2px solid transparent;
  outline: none;
  font-size: 16px;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
form input[type=text]:hover,
form input[type=email]:hover {
  border: 2px solid #4F4F4F;
  box-shadow: 0px 0px 0px 4px rgba(20, 18, 14, 0.3);
}
form input[type=text]:focus,
form input[type=email]:focus {
  background: #FFFCF7;
  color: #14120E;
  border: 2px solid #4F4F4F;
  box-shadow: none;
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder {
  color: #4F4F4F;
  mix-blend-mode: hard-light;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder {
  color: #4F4F4F;
  mix-blend-mode: hard-light;
}
form textarea {
  width: 100%;
  background: rgba(20, 18, 14, 0.1);
  color: #14120E;
  padding: 20px 15px;
  border: 2px solid transparent;
  outline: none;
  font-size: 16px;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
form textarea:hover {
  border: 2px solid #4F4F4F;
  box-shadow: 0px 0px 0px 4px rgba(20, 18, 14, 0.3);
}
form textarea:focus {
  background: #FFFCF7;
  color: #14120E;
  border: 2px solid #4F4F4F;
  box-shadow: none;
}
form textarea::-moz-placeholder {
  color: #4F4F4F;
  mix-blend-mode: hard-light;
}
form textarea::placeholder {
  color: #4F4F4F;
  mix-blend-mode: hard-light;
}
form .wpcf7-not-valid-tip {
  margin-top: 10px;
  font-size: 14px;
}
form p {
  font-weight: 500;
}
form p strong {
  font-weight: 600;
}
form .wpcf7-list-item {
  margin: 0;
}
form .wpcf7-checkbox,
form .wpcf7-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
form .wpcf7-checkbox.newsletter-field,
form .wpcf7-radio.newsletter-field {
  width: 100%;
}
form .wpcf7-checkbox.newsletter-field .wpcf7-list-item,
form .wpcf7-radio.newsletter-field .wpcf7-list-item {
  width: 100%;
}
form .wpcf7-checkbox.newsletter-field label,
form .wpcf7-radio.newsletter-field label {
  background: transparent;
  border: 2px solid #14120E;
  justify-content: center;
  font-weight: 600;
}
form .wpcf7-checkbox.newsletter-field label input,
form .wpcf7-radio.newsletter-field label input {
  width: 100%;
}
form .wpcf7-checkbox label,
form .wpcf7-radio label {
  background: #FFFCF7;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 15px;
  height: 55px;
  border: 2px solid transparent;
  border-radius: 4px;
  margin: 0;
  font-size: 16px;
  transition: 0.3s ease-in-out;
}
form .wpcf7-checkbox label:hover, form .wpcf7-checkbox label:focus-within,
form .wpcf7-radio label:hover,
form .wpcf7-radio label:focus-within {
  box-shadow: 0px 0px 0px 4px rgba(20, 18, 14, 0.3);
  border: 2px solid #4F4F4F;
  cursor: pointer;
}
form .wpcf7-checkbox label:has(input:checked),
form .wpcf7-radio label:has(input:checked) {
  background: #14120E;
  color: #FFFCF7;
}
form .wpcf7-checkbox label input[type=checkbox],
form .wpcf7-checkbox label input[type=radio],
form .wpcf7-radio label input[type=checkbox],
form .wpcf7-radio label input[type=radio] {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  border-radius: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.3s ease-in-out;
  border: 2px solid #4F4F4F;
}
form .wpcf7-checkbox label input[type=checkbox]:checked,
form .wpcf7-checkbox label input[type=radio]:checked,
form .wpcf7-radio label input[type=checkbox]:checked,
form .wpcf7-radio label input[type=radio]:checked {
  background: #FFFCF7;
  border-color: #14120E;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.2);
}
form .wpcf7-spinner {
  display: none;
}
form .wpcf7-submit {
  background: #14120E;
  color: #FFFCF7;
  width: 100%;
  line-height: 1;
  padding: 15px 25px;
}
form .wpcf7-response-output {
  width: 100%;
  background: #FFFCF7 !important;
  color: #14120E;
  padding: 20px 15px !important;
  border: none !important;
  outline: none;
  text-align: center;
  font-size: 15px;
  margin: 0 !important;
  margin-top: 20px !important;
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}

.videoHero {
  padding: 20px;
}
.videoHero__content {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5/1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  border-radius: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .videoHero__content {
    aspect-ratio: auto;
    height: 450px;
    border-radius: 30px;
  }
}
.videoHero__content--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.videoHero__content--bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(74.13deg, rgba(0, 0, 0, 0.2) 13.09%, rgba(0, 0, 0, 0) 96.04%);
  z-index: 2;
}
.videoHero__content--bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.5);
}
.videoHero__content p, .videoHero__content h1, .videoHero__content a {
  position: relative;
  z-index: 3;
}
.videoHero__content p.small {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.videoHero__content p.small span {
  width: 12px;
  height: 12px;
  background: #FFFCF7;
  border-radius: 100%;
}
.videoHero__content h1 {
  max-width: 750px;
  line-height: 1;
  text-align: center;
}

.logoGrid {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .logoGrid {
    padding: 50px 0;
  }
}
.logoGrid .grid {
  align-items: center;
}
.logoGrid__logos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .logoGrid__logos {
    gap: 25px;
  }
  .logoGrid__logos img {
    max-height: 45px;
  }
}
.logoGrid h3 {
  margin-bottom: 30px;
}
.logoGrid.bg-dark h3 {
  color: #FFBD3A;
}
.logoGrid.bg-dark p {
  color: #FFFCF7;
}
.logoGrid.bg-yellow h3, .logoGrid.bg-white h3 {
  color: #14120E;
}
.logoGrid.bg-yellow p, .logoGrid.bg-white p {
  color: #14120E;
}

.newsletter {
  padding: 90px 0;
}
@media (max-width: 768px) {
  .newsletter {
    padding: 40px 0;
  }
}
.newsletter__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 330px;
  align-items: start;
}
@media (max-width: 768px) {
  .newsletter__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.newsletter__container--item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  height: 100%;
}
.newsletter__container--cta {
  margin-top: auto;
  background: #14120E;
  padding: 30px;
  border-radius: 20px;
  flex-direction: column;
  align-items: start;
  gap: 40px;
}
.newsletter__container--cta.desktop {
  display: flex;
}
@media (max-width: 768px) {
  .newsletter__container--cta.desktop {
    display: none;
  }
}
.newsletter__container--cta.mobile {
  display: none;
}
@media (max-width: 768px) {
  .newsletter__container--cta.mobile {
    display: flex;
  }
}
.doubleCTA {
  padding: 50px 0 100px;
}
@media (max-width: 768px) {
  .doubleCTA {
    padding: 30px 0 60px;
  }
}
.doubleCTA__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .doubleCTA__grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.doubleCTA__box {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5/1;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 768px) {
  .doubleCTA__box {
    padding: 30px;
  }
}
.doubleCTA__box:hover .doubleCTA__box--bg {
  transform: scale(1.1);
}
.doubleCTA__box--bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.doubleCTA__box--bg:before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 109.41%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.doubleCTA__box--bg a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 4;
}
.doubleCTA__box--bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doubleCTA__box--content {
  position: relative;
  z-index: 3;
  color: #FFFCF7;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.doubleCTA__box--content a {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  gap: 8px;
  font-weight: 700;
}
.doubleCTA__box--content a span {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

.memberCTA {
  padding: 180px 30px;
  position: relative;
}
@media (max-width: 768px) {
  .memberCTA {
    padding: 60px 30px;
  }
}
.memberCTA__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.memberCTA__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(20, 18, 14, 0.2) 0%, rgba(20, 18, 14, 0) 100%);
  z-index: 2;
}
.memberCTA__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.memberCTA__content {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  background: rgba(20, 18, 14, 0.85);
  border: 10px solid rgba(255, 252, 247, 0.1);
  border-radius: 50px;
  padding: 60px;
  text-align: center;
  box-shadow: 0px 22px 200.3px -16px rgba(0, 0, 0, 0.9215686275);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .memberCTA__content {
    padding: 40px;
    gap: 20px;
    border-radius: 30px;
    border-width: 5px;
  }
}
.memberCTA__content h1, .memberCTA__content h3 {
  color: #FFFCF7;
}
.memberCTA__content p strong {
  max-width: 500px;
  color: #FFFCF7;
}
.memberCTA__content--secondary {
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid #4F4F4F;
  padding: 40px 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .memberCTA__content--secondary {
    padding: 20px 0;
  }
}
.memberCTA__content--secondary p {
  color: #A19F9C;
}

.textImage {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .textImage {
    padding: 50px 0;
  }
}
.textImage__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.textImage__container.flipOrder .textImage__container--text {
  order: 2;
}
.textImage__container.flipOrder .textImage__container--image {
  order: 1;
}
@media (max-width: 768px) {
  .textImage__container {
    display: flex;
    flex-direction: column;
  }
}
.textImage__container--text {
  padding: 100px;
  display: flex;
  flex-direction: column;
  color: #FFFCF7;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 768px) {
  .textImage__container--text {
    padding: 50px 0;
  }
}
.textImage__container--image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.15/1;
  border-radius: 20px;
  overflow: hidden;
}
.textImage__container--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.latestNews {
  padding: 50px 0 100px;
}
.latestNews__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .latestNews__grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
    gap: 30px;
  }
}
.latestNews__grid--item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .latestNews__grid--item {
    gap: 20px;
  }
}
.latestNews__grid--item .thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 1.5/1;
  border-radius: 20px;
  overflow: hidden;
}
.latestNews__grid--item .thumbnail:hover img {
  transform: scale(1.1);
}
.latestNews__grid--item .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
}
.latestNews__grid--item .tag {
  width: auto;
  background: #FFBD3A;
  padding: 8px;
  color: #14120E;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
}

.nowShowing {
  padding: 20px;
  position: relative;
}
.nowShowing__main {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .nowShowing__main {
    border-radius: 50px;
  }
}
.nowShowing__main--item {
  width: 100%;
  height: 960px;
  position: relative;
  overflow: hidden;
  padding: 50px;
}
@media (max-width: 768px) {
  .nowShowing__main--item {
    height: 600px;
    padding: 30px;
  }
}
.nowShowing__main--item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(74.13deg, rgba(0, 0, 0, 0.2) 13.09%, rgba(0, 0, 0, 0) 96.04%);
  z-index: 2;
}
.nowShowing__main--item video, .nowShowing__main--item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.nowShowing__main--item .content {
  position: absolute;
  bottom: 180px;
  left: 0;
  z-index: 5;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding: 50px 50px;
}
@media (max-width: 768px) {
  .nowShowing__main--item .content {
    padding: 30px;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    bottom: 100px;
  }
}
.nowShowing__main--item .content__title {
  max-width: 50%;
}
@media (max-width: 768px) {
  .nowShowing__main--item .content__title {
    max-width: 100%;
  }
}
.nowShowing__main--item .content__title p {
  display: flex;
  align-items: center;
  gap: 12px;
}
.nowShowing__main--item .content__title p span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #FFFCF7;
}
.nowShowing__main--item .content__title h1 {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .nowShowing__main--item .content__title h1 {
    margin-top: 15px;
  }
}
.nowShowing__thumbnails {
  position: absolute !important;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 80px 80px;
}
@media (max-width: 768px) {
  .nowShowing__thumbnails {
    padding: 0 0 40px 40px;
  }
}
.nowShowing__thumbnails--item {
  width: 180px;
  height: auto;
  aspect-ratio: 1.5/1;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .nowShowing__thumbnails--item {
    width: 100px !important;
    border-radius: 20px;
  }
}
.nowShowing__thumbnails--item.is-active {
  border: 4px solid #FFBD3A !important;
}
@media (max-width: 768px) {
  .nowShowing__thumbnails--item.is-active {
    border-width: 2px !important;
  }
}
.nowShowing__thumbnails--item video, .nowShowing__thumbnails--item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.featuredArticle {
  padding: 50px 0 100px;
}
@media (max-width: 768px) {
  .featuredArticle {
    padding: 50px 0;
  }
}
.featuredArticle__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border: 2px solid transparent;
  padding: 20px;
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.featuredArticle__container:hover {
  box-shadow: 0px 2px 20px -4px rgba(137, 137, 137, 0.4) inset;
  box-shadow: 0px 4px 116px 0px rgba(104, 104, 104, 0.5490196078);
  border: 2px solid black;
}
@media (max-width: 768px) {
  .featuredArticle__container {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 2px 20px -4px rgba(137, 137, 137, 0.4) inset;
    box-shadow: 0px 4px 116px 0px rgba(104, 104, 104, 0.5490196078);
    border: 2px solid black;
  }
}
.featuredArticle__container--text {
  padding: 100px;
  display: flex;
  flex-direction: column;
  color: #FFFCF7;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 768px) {
  .featuredArticle__container--text {
    padding: 50px 0;
  }
}
.featuredArticle__container--image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.15/1;
  border-radius: 20px;
  overflow: hidden;
}
.featuredArticle__container--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact {
  padding: 90px 0;
}
@media (max-width: 768px) {
  .contact {
    padding: 40px 0;
  }
}
.contact__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 330px;
  align-items: start;
}
@media (max-width: 1200px) {
  .contact__container {
    gap: 120px;
  }
}
@media (max-width: 850px) {
  .contact__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.contact__container--item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
  height: 100%;
}
.contact__container--location {
  background: #14120E;
  padding: 30px;
  border-radius: 20px;
  flex-direction: column;
  align-items: start;
  gap: 40px;
  max-width: 450px;
}
.contact__container--location h3 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact__container--location.desktop {
  display: flex;
}
@media (max-width: 850px) {
  .contact__container--location.desktop {
    display: none;
  }
}
.contact__container--location.mobile {
  display: none;
}
@media (max-width: 850px) {
  .contact__container--location.mobile {
    display: flex;
    gap: 20px;
  }
}
.contact__container--socials {
  flex-direction: column;
  gap: 30px;
}
.contact__container--socials.desktop {
  display: flex;
}
@media (max-width: 850px) {
  .contact__container--socials.desktop {
    display: none;
  }
}
.contact__container--socials.mobile {
  display: none;
}
@media (max-width: 850px) {
  .contact__container--socials.mobile {
    display: flex;
    gap: 20px;
  }
}
.contact__container--socials .btns {
  display: flex;
  align-items: center;
  gap: 8px;
}

.landingPageActive .header__container nav,
.landingPageActive .header__container--hamburger {
  display: none !important;
}
.landingPageActive .footer__container--title nav {
  display: none;
}

.articleHero {
  width: 100%;
  height: 420px;
  background: #14120E;
}
@media (max-width: 768px) {
  .articleHero {
    height: 150px;
  }
}
.articleHero__pattern {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articleHero__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article {
  background: #14120E;
}
.article__header {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .article__header {
    padding: 50px 0 20px;
  }
}
.article__header h1 {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .article__header h1 {
    margin-bottom: 15px;
  }
}
.article__body {
  padding: 50px 0 100px;
  max-width: 600px;
  margin: 0 auto;
  color: #FFFCF7;
}
@media (max-width: 768px) {
  .article__body {
    padding: 30px 0;
  }
}
.article__footer {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .article__footer {
    padding-bottom: 50px;
  }
}
.article__footer img {
  width: 100%;
  max-height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 80px;
}
@media (max-width: 768px) {
  .article__footer img {
    border-radius: 20px;
  }
}

.errorPage__container {
  padding: 150px 0 100px;
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .errorPage__container {
    flex-direction: column;
    padding: 60px 0;
    text-align: center;
  }
}
.errorPage__container--text {
  width: 450px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .errorPage__container--text .btnContainer {
    justify-content: center;
  }
}
.errorPage__container img {
  width: 100%;
}

.error404 .bg-dark, .error404 .header--dark {
  background: #060503;
}
