* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  appearance: none;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
}

p a {
  color: inherit;
}

@font-face {
  font-family: "Satoshi Variable";
  src: url("../fonts/Satoshi-Variable.ttf");
  font-weight: 400;
  font-display: fallback;
}
@font-face {
  font-family: "General Sans Variable";
  src: url("../fonts/GeneralSans-Variable.ttf");
  font-weight: 450;
  font-display: fallback;
}
body {
  font-family: "General Sans Variable";
}

.heading-1-lg {
  font-family: "Satoshi Variable";
  font-size: 60px;
  font-weight: 400;
  line-height: 72.5px;
}
@media screen and (min-width: 740px) {
  .heading-1-lg {
    font-size: 95px;
    font-weight: 400;
    line-height: 114px;
  }
}
@media screen and (min-width: 1030px) {
  .heading-1-lg {
    font-size: 120px;
    font-weight: 400;
    line-height: 120px;
  }
}
@media screen and (min-width: 1300px) {
  .heading-1-lg {
    font-size: 150px;
    font-weight: 400;
    line-height: 150px;
  }
}

.heading-1-md {
  font-family: "Satoshi Variable";
  font-size: 60px;
  font-weight: 400;
  line-height: 72.5px;
}
@media screen and (min-width: 740px) {
  .heading-1-md {
    font-size: 95px;
    font-weight: 400;
    line-height: 114px;
  }
}

.heading-1 {
  font-family: "Satoshi Variable";
  font-size: 50px;
  font-weight: 400;
  line-height: 62.5px;
}
@media screen and (min-width: 740px) {
  .heading-1 {
    font-size: 75px;
    line-height: 94px;
  }
}

.heading-2 {
  font-family: "Satoshi Variable";
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}
@media screen and (min-width: 740px) {
  .heading-2 {
    font-size: 60px;
    line-height: 75px;
  }
}

.heading-3 {
  font-family: "Satoshi Variable";
  font-size: 30px;
  font-weight: 400;
  line-height: 37.5px;
  text-align: left;
}
@media screen and (min-width: 740px) {
  .heading-3 {
    font-size: 50px;
    font-weight: 400;
    line-height: 62.5px;
  }
}

.heading-4 {
  font-family: "Satoshi Variable";
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  text-align: left;
}
@media screen and (min-width: 740px) {
  .heading-4 {
    font-size: 40px;
    line-height: 50px;
  }
}

.heading-5 {
  font-family: "Satoshi Variable";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}
@media screen and (min-width: 740px) {
  .heading-5 {
    font-size: 24px;
    line-height: 30px;
  }
}

.lead-text {
  font-family: "General Sans Variable";
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
}
@media screen and (min-width: 740px) {
  .lead-text {
    font-size: 24px;
    line-height: 42px;
  }
}

.text-large {
  font-family: "General Sans Variable";
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}
@media screen and (min-width: 740px) {
  .text-large {
    font-size: 20px;
    line-height: 35px;
  }
}

.text-small {
  font-family: "General Sans Variable";
  font-size: 14px;
  font-weight: 300;
  line-height: 24.5px;
}
@media screen and (min-width: 575px) {
  .text-small {
    font-size: 16px;
    line-height: 28px;
  }
}

.label {
  font-family: "General Sans Variable";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
@media screen and (min-width: 740px) {
  .label {
    font-size: 16px;
    line-height: 18px;
  }
}

.label-caps {
  font-family: "General Sans Variable";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
}
@media screen and (min-width: 740px) {
  .label-caps {
    font-size: 14px;
    line-height: 18px;
  }
}

.span-hline,
.span-line,
.span-plines {
  display: inline-block;
}

.span-hline,
.span-line {
  position: relative;
  overflow: hidden;
  vertical-align: top;
}

.span-hline-inner,
.span-pline-inner,
.span-line-inner {
  display: inline-block;
}

.uppercase {
  text-transform: uppercase;
}

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

.color-white {
  color: #ffffff;
}

:root {
  --app-height:"100%" ;
}

.btn {
  position: relative;
  display: inline-flex;
  width: max-content;
  overflow: hidden;
  text-decoration: none;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  border: 0;
  outline: 0;
}
.btn .arrow {
  position: absolute;
  right: 20px;
  opacity: 0;
  transition: all 0.3s;
}
.btn.btn-small {
  padding: 15px 30px 13px;
}
.btn.btn-mid {
  padding: 15px 20px;
}
.btn.btn-large {
  padding: 20px;
}
@media screen and (max-width: 1030px) {
  .btn.btn-large {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 740px) {
  .btn.btn-large {
    padding: 15px 30px;
  }
}
.btn.btnprimary {
  color: var(--white);
  background: var(--black);
}
.btn.btnprimary .arrow svg path {
  stroke: var(--white);
}
.btn.btntrans {
  color: var(--white);
  background: transparent;
  border: 1px solid var(--white);
}
.btn.btntrans .arrow svg path {
  stroke: var(--black);
}
.btn.btntrans:hover {
  background: var(--white);
  color: var(--black);
}
.btn.btnwhite {
  color: var(--black);
  background: var(--white);
}
.btn.btnwhite .arrow svg path {
  stroke: var(--white);
}
.btn.btnsecondary {
  color: #000000;
  border: 1px solid #000000;
}
.btn.btnsecondary .btn-text {
  color: #000000;
}
.btn.btnsecondary .arrow svg path {
  stroke: var(--white);
}
.btn.btnsecondary:hover {
  background: var(--black);
  color: var(--white);
}
.btn.btncopper {
  color: rgb(24, 20, 12);
  border: 1px solid rgb(24, 20, 12);
}
.btn.btncopper .btn-text {
  color: rgb(24, 20, 12);
}
.btn:hover.btncopper {
  background: var(--black);
  border-color: var(--black);
}
.btn:hover.btnsecondary {
  background: var(--black);
  border-color: var(--black);
}
.btn:hover.btnsecondary .btn-text {
  color: var(--white);
}
.btn:hover.btn-trans {
  background: var(--black);
  border-color: var(--black);
}
.btn:hover .arrow {
  opacity: 1;
}

.btn-icon {
  position: relative;
  display: flex;
  width: 58px;
  height: 58px;
  border: 1px solid var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.btn-icon svg path {
  stroke: var(--black);
  transition: all 0.3s;
}
.btn-icon:hover {
  background: var(--black);
}
.btn-icon:hover svg path {
  stroke: var(--white);
}

.circlebtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 64px;
  border: 1px solid var(--white);
  border-radius: 50px;
  font-family: "General Sans Variable";
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  color: var(--white);
}
@media screen and (min-width: 740px) {
  .circlebtn {
    width: 118px;
    height: 118px;
    border-radius: 100%;
  }
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    padding: 0 60px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.hb007co {
  position: relative;
  margin-top: -91px;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 740px) {
  .hb007co {
    margin-top: -149px;
  }
}
@media screen and (min-width: 1025px) {
  .hb007co {
    margin-top: -152px;
  }
}
.hb007co__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hb007co__bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}
.hb007co__bg img,
.hb007co__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb007co__content {
  position: relative;
  z-index: 1;
  padding: 90px 0 0;
  width: 100%;
}
@media (min-width: 1025px) and (max-height: 970px) {
  .hb007co__content {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .hb007co__content {
    padding: 0;
    height: 100%;
  }
  .hb007co__content .container {
    padding: 330px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
@media screen and (max-width: 575px) {
  .hb007co__content .container {
    justify-content: flex-end;
    padding: 330px 20px 30px;
  }
}
.hb007co__content--heading h5 {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
  overflow: hidden;
}
@media screen and (min-width: 740px) {
  .hb007co__content--heading h5 {
    gap: 30px;
    margin-bottom: 60px;
  }
}
.hb007co__content--heading h5 .line {
  width: 60px;
  height: 1px;
  background: var(--white);
}
@media screen and (min-width: 740px) {
  .hb007co__content--heading h5 .line {
    width: 80px;
  }
}
@media (min-width: 1025px) and (max-height: 970px) {
  .hb007co__content--heading h1 {
    font-size: 16vh;
    line-height: 16vh;
  }
}
.hb007co__content--bottom {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (min-width: 740px) {
  .hb007co__content--bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }
}
@media screen and (min-width: 1025px) {
  .hb007co__content--bottom {
    margin-top: 90px;
  }
}
@media (min-width: 1025px) and (max-height: 970px) {
  .hb007co__content--bottom {
    margin-top: 2vh;
  }
}
.hb007co__content--bottom .scrollindicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  order: 2;
}
@media screen and (min-width: 740px) {
  .hb007co__content--bottom .scrollindicator {
    order: 1;
  }
}
.hb007co__content--bottom .scrollindicator__icon {
  animation: scrollanim 3s linear infinite;
}
.hb007co__content--bottom p {
  max-width: 375px;
  width: 100%;
  order: 1;
}
@media screen and (min-width: 740px) {
  .hb007co__content--bottom p {
    order: 2;
  }
}

.hb008co,
.hb005co {
  position: relative;
  padding: 306px 0 60px;
  background: var(--black);
}
@media screen and (min-width: 740px) {
  .hb008co,
  .hb005co {
    padding: 185px 0 60px;
  }
}
@media screen and (min-width: 1025px) {
  .hb008co,
  .hb005co {
    padding: 244px 0 60px;
  }
}
.hb008co.bgteal,
.hb005co.bgteal {
  background: var(--teal);
}
.hb008co.bgbrown,
.hb005co.bgbrown {
  background: var(--brown);
}
@media screen and (min-width: 1025px) {
  .hb008co__content,
  .hb005co__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.hb008co__heading,
.hb005co__heading {
  margin-bottom: 30px;
  color: var(--white);
}
@media screen and (min-width: 740px) {
  .hb008co__heading,
  .hb005co__heading {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .hb008co__heading,
  .hb005co__heading {
    margin-bottom: 0;
  }
}
.hb008co__heading h5,
.hb005co__heading h5 {
  overflow: hidden;
}
.hb008co__heading .Pink,
.hb005co__heading .Pink {
  color: var(--primary-pink) !important;
}
@media screen and (max-width: 1600px) {
  .hb008co__heading h1:not(.blogheading),
  .hb005co__heading h1:not(.blogheading) {
    font-size: 9.5vw;
    line-height: 9.5vw;
  }
}
@media screen and (max-width: 1025px) {
  .hb008co__heading h1:not(.blogheading),
  .hb005co__heading h1:not(.blogheading) {
    font-size: 100px;
    line-height: 100px;
  }
}
@media screen and (max-width: 575px) {
  .hb008co__heading h1:not(.blogheading),
  .hb005co__heading h1:not(.blogheading) {
    font-size: 50px;
    line-height: 50px;
  }
}
.hb008co__text,
.hb005co__text {
  color: var(--white);
}
@media screen and (min-width: 740px) {
  .hb008co__text,
  .hb005co__text {
    max-width: 376px;
  }
}

.hb019kj {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 575px) {
  .hb019kj__heading--desktop {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .hb019kj__heading--desktop {
    display: block;
  }
}
.hb019kj__heading--mobile {
  display: none;
}
@media screen and (max-width: 575px) {
  .hb019kj__heading--mobile {
    display: block;
  }
}
@media screen and (min-width: 740px) {
  .hb019kj {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .hb019kj {
    padding-top: 150px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 760px) {
  .hb019kj {
    padding-top: 70px;
  }
}
@media screen and (min-width: 1200px) and (max-height: 690px) {
  .hb019kj {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1030px) {
  .hb019kj__copy {
    padding-bottom: 20px;
  }
}
.hb019kj__copy p {
  margin-bottom: 30px;
  margin-top: 10px;
}
@media screen and (min-width: 1030px) {
  .hb019kj__copy p {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .hb019kj__copy p {
    margin-top: 32px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .hb019kj__copy p {
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
.hb019kj__copy p a {
  display: inline-block;
  color: inherit;
  position: relative;
}
.hb019kj__copy p a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background: var(--dark-grey);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.hb019kj__copy p a.loaded::before {
  transform: scaleX(1);
}
.hb019kj__copy p a:hover::before {
  transform: scaleX(0);
  transform-origin: right;
}
.hb019kj__copy a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.hb019kj__reel {
  position: relative;
  margin: 70px 0 60px;
  overflow: hidden;
  height: 300px;
}
@media screen and (min-width: 740px) {
  .hb019kj__reel {
    margin: 80px 0;
    height: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .hb019kj__reel {
    margin: 150px 0;
  }
}
.hb019kj__reel.mb-0 {
  margin-bottom: 0;
}
.hb019kj__reel--poster {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.hb019kj__reel--poster .simpleParallax {
  height: 100%;
}
.hb019kj__reel--poster img {
  width: 100%;
  object-fit: cover;
}
.hb019kj__reel--video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hb019kj__reel--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb019kj__reel .mutebtn {
  position: absolute;
  left: 60px;
  top: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background: transparent;
}
@media screen and (max-width: 575px) {
  .hb019kj__reel .mutebtn {
    display: none;
  }
}
.hb019kj__reel .mutebtn.on svg line {
  opacity: 0;
}
.hb019kj__reel--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  background-color: transparent;
  border: 1px solid var(--white);
  width: 130px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  pointer-events: none;
}
@media screen and (min-width: 740px) {
  .hb019kj__reel--play {
    width: 150px;
    height: 150px;
    border-radius: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .hb019kj__reel--play {
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .hb019kj__reel--play {
    display: none;
  }
}

.innerfullbanner {
  position: relative;
  width: 100%;
  height: 281px;
  padding: 0;
}
@media screen and (min-width: 740px) {
  .innerfullbanner {
    height: 597px;
  }
}
@media screen and (min-width: 1025px) {
  .innerfullbanner {
    height: 100vh;
  }
}
.innerfullbanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .innerfullbanner.hb005co {
    height: 450px;
  }
}

.hb017kj {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
.hb017kj__heading {
  color: #000000;
}

.hb018kj {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}
.hb018kj__banner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hb018kj__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb018kj__banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
}
.hb018kj__content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.hb018kj__content .heading-1 {
  margin-bottom: 32px;
}
@media screen and (max-width: 575px) {
  .hb018kj__content .heading-1 {
    margin-bottom: 20px;
  }
}

.hb020za {
  position: relative;
}
.hb020za-slider {
  position: relative;
  margin-bottom: 0 !important;
}
.hb020za-slider--item {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 60px 0;
}
@media screen and (max-width: 1030px) {
  .hb020za-slider--item {
    padding: 80px 0;
  }
}
@media screen and (max-width: 575px) {
  .hb020za-slider--item {
    padding: 60px 0;
    height: 100vh;
  }
}
.hb020za-slider--item--bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hb020za-slider--item--bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb020za-slider--item--bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}
.hb020za-slider--item--bg.graddark::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.hb020za-slider--item--bg.nograd::before {
  display: none;
}
.hb020za-slider--item .container {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .hb020za-slider--item .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 60px;
  }
}
.hb020za-slider--item--heading {
  position: relative;
  max-width: 577px;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .hb020za-slider--item--heading {
    max-width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .hb020za-slider--item--heading h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
  }
}
@media screen and (max-width: 575px) {
  .hb020za-slider--item--heading h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
  }
}
.hb020za-slider--item--text {
  position: absolute;
  max-width: 420px;
  bottom: 0;
  right: 60px;
  z-index: 2;
  padding: 20px 20px 20px 40px;
  background: rgba(42, 46, 51, 0.6);
  backdrop-filter: blur(2px);
}
.hb020za-slider--item--text::before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 40px);
  left: 20px;
  background: #ffffff;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 769px) {
  .hb020za-slider--item--text {
    right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .hb020za-slider--item--text {
    position: relative;
    bottom: unset;
    right: unset;
    max-width: 100%;
  }
}
.hb020za-slider--item.slick-active .herobanner-slider--item--heading,
.hb020za-slider--item.slick-active .herobanner-slider--item--text {
  transform: translateY(0);
  opacity: 1;
}
.hb020za-slider--item .mobile {
  height: 100%;
}
.hb020za-slider--nav {
  position: absolute;
  height: calc(100vh - 135px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.hb020za-slider--next, .hb020za-slider--prev {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.hb020za-slider--next {
  right: 60px;
  padding: 0 6px 0 0;
}
@media screen and (max-width: 1030px) {
  .hb020za-slider--next {
    right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .hb020za-slider--next {
    right: 20px;
  }
}
.hb020za-slider--prev {
  left: 60px;
  padding: 0 0 0 6px;
}
@media screen and (max-width: 575px) {
  .hb020za-slider--prev {
    left: 20px;
  }
}
.hb020za-slider ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .hb020za-slider ul.slick-dots {
    left: 30px;
    transform: translateX(0);
    bottom: 80px;
  }
}
@media screen and (max-width: 575px) {
  .hb020za-slider ul.slick-dots {
    left: 20px;
    bottom: 60px;
  }
}
.hb020za-slider ul.slick-dots li {
  width: max-content;
  height: 18px;
  margin: 0;
}
.hb020za-slider ul.slick-dots li button {
  position: relative;
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  border: 1px solid #ffffff;
  background: transparent;
}
.hb020za-slider ul.slick-dots li button::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.hb020za-slider ul.slick-dots li.slick-active button::before {
  opacity: 1;
}

.hb021za {
  position: relative;
}
.hb021za-slider {
  position: relative;
}
.hb021za-slider--item {
  position: relative;
  width: 100%;
  height: calc(100vh - 125px);
  padding: 60px 0;
}
@media screen and (max-width: 575px) {
  .hb021za-slider--item {
    height: calc(100vh - 110px);
  }
}
.hb021za-slider--item--bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hb021za-slider--item--bg video,
.hb021za-slider--item--bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb021za-slider--item--bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68.78%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.hb021za-slider--item--bg.graddark::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.hb021za-slider--item .container {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .hb021za-slider--item .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 60px;
  }
}
.hb021za-slider--item--heading {
  position: relative;
  max-width: 577px;
  z-index: 2;
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .hb021za-slider--item--heading {
    max-width: 100%;
  }
}
.hb021za-slider--item--heading .text-large {
  margin-bottom: 20px;
}
.hb021za-slider--item--text {
  position: absolute;
  max-width: 420px;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease-in-out;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 769px) {
  .hb021za-slider--item--text {
    right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .hb021za-slider--item--text {
    position: relative;
    bottom: unset;
    right: unset;
    max-width: 100%;
  }
}
.hb021za-slider--item.slick-active .pshero-slider--item--heading,
.hb021za-slider--item.slick-active .pshero-slider--item--text {
  transform: translateY(0);
  opacity: 1;
}
.hb021za-slider--nav {
  position: absolute;
  height: calc(100vh - 135px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.hb021za-slider--next, .hb021za-slider--prev {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  border: 0;
  outline: 0;
  box-shadow: none;
}
.hb021za-slider--next {
  right: 60px;
  padding: 0 6px 0 0;
}
@media screen and (max-width: 1030px) {
  .hb021za-slider--next {
    right: 30px;
  }
}
@media screen and (max-width: 575px) {
  .hb021za-slider--next {
    right: 20px;
  }
}
.hb021za-slider--prev {
  left: 60px;
  padding: 0 0 0 6px;
}
@media screen and (max-width: 1030px) {
  .hb021za-slider--prev {
    left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .hb021za-slider--prev {
    left: 20px;
  }
}
.hb021za-slider ul.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .hb021za-slider ul.slick-dots {
    left: 30px;
    transform: translateX(0);
    bottom: 80px;
  }
}
@media screen and (max-width: 575px) {
  .hb021za-slider ul.slick-dots {
    left: 20px;
    bottom: 60px;
  }
}
.hb021za-slider ul.slick-dots li {
  height: 18px;
}
.hb021za-slider ul.slick-dots li button {
  position: relative;
  font-size: 0;
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  border: 1px solid #ffffff;
  background: transparent;
}
.hb021za-slider ul.slick-dots li button::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 0;
}
.hb021za-slider ul.slick-dots li.slick-active button::before {
  opacity: 1;
}
.hb021za ul.slick-dots {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px;
  z-index: 20;
}
.hb021za ul.slick-dots li button {
  padding: 0;
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 0;
  outline: 0;
  background: #ffffff;
  border-radius: 100%;
  transition: all 0.3s;
  opacity: 0.5;
  cursor: pointer;
}
.hb021za ul.slick-dots li.slick-active button {
  opacity: 1;
}

.hb022lc {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .hb022lc {
    height: calc(100vh - 88.63px);
  }
}
@media screen and (max-width: 1200px) {
  .hb022lc {
    padding: 130px 0 0;
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .hb022lc {
    min-height: unset;
    padding: 60px 0 180px;
  }
}
.hb022lc canvas {
  position: absolute;
  max-width: 675px;
  width: 100%;
  margin: 0 auto;
  height: 80vh !important;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-height: 850px) {
  .hb022lc canvas {
    height: 75vh !important;
  }
}
.hb022lc__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hb022lc__logo img {
  width: 100%;
}
.hb022lc .container {
  position: relative;
  height: 100%;
}
.hb022lc__banner {
  position: relative;
  max-width: 675px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  z-index: 3;
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .hb022lc__banner {
    height: 560px;
    padding-top: 0;
  }
}
.hb022lc__banner--img {
  position: relative;
  width: 100%;
  height: 100%;
}
.hb022lc__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  visibility: visible;
  pointer-events: none;
  position: absolute;
}
@media screen and (max-width: 1030px) {
  .hb022lc__banner img {
    visibility: visible;
    pointer-events: auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .hb022lc__banner--img {
    height: 100%;
  }
  .hb022lc__banner--img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.hb022lc__banner a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  color: #0E040B;
  text-decoration: none;
}
.hb022lc__banner a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -3px;
  background: #0E040B;
}
.hb022lc__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
  margin-top: 65px;
}
@media screen and (max-width: 1030px) {
  .hb022lc__cta {
    margin-top: 0;
  }
}
.hb022lc__leftinfo {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #0E040B;
}
@media screen and (max-width: 1030px) {
  .hb022lc__leftinfo {
    left: 30px;
    bottom: -100px;
  }
}
.hb022lc__leftinfo h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  margin-bottom: 5px;
}
.hb022lc__leftinfo p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
}
.hb022lc__rightinfo {
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: right;
  color: #0E040B;
}
@media screen and (max-width: 1030px) {
  .hb022lc__rightinfo {
    right: 30px;
    bottom: -100px;
  }
}
.hb022lc__rightinfo h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.83px;
  margin-bottom: 5px;
}
.hb022lc__rightinfo p {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.83px;
}
.hb022lc .container {
  position: relative;
}

.hb023nh {
  position: relative;
  padding: 0 10px;
  height: calc(100vh - 60.25px);
}
.hb023nh__top {
  position: relative;
  height: calc(100% - 73px);
}
.hb023nh__top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
.hb023nh__banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hb023nh__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb023nh .container {
  position: relative;
  height: 100%;
}
.hb023nh__content {
  position: relative;
  color: #ffffff;
  display: flex;
  height: 100%;
  align-items: flex-end;
  padding-bottom: 20px;
  gap: 15px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .hb023nh__content {
    justify-content: center;
    padding-right: 20px;
  }
}
.hb023nh__content--logo {
  position: relative;
  width: 100%;
}
.hb023nh__content--logo img {
  width: 100%;
}
.hb023nh__bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .hb023nh__bottom .arrow {
    margin-left: 80px;
  }
}

.hb023rd {
  position: relative;
  padding-top: 120px;
  min-height: 130vh;
}
@media screen and (max-width: 1030px) {
  .hb023rd {
    min-height: unset;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 767px) {
  .hb023rd {
    padding-top: 60px;
  }
}
.hb023rd .container {
  position: relative;
}
.hb023rd__canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.hb023rd__content h2 {
  font-size: 240px;
  font-weight: 700;
  line-height: 240px;
  letter-spacing: -0.05em;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (max-width: 1030px) {
  .hb023rd__content h2 {
    font-size: 128.92px;
    font-weight: 700;
    line-height: 128.92px;
  }
}
@media screen and (max-width: 767px) {
  .hb023rd__content h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
.hb023rd__content p {
  position: absolute;
  right: 60px;
  top: 30px;
  text-align: right;
  max-width: 275px;
  width: 100%;
  z-index: 2;
  color: #000000;
}
@media screen and (max-width: 1030px) {
  .hb023rd__content p {
    text-align: right;
    right: 30px;
    max-width: 200px;
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .hb023rd__content p {
    top: 50vh;
  }
}
.hb023rd__bottle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 424px;
}
@media screen and (max-width: 1030px) {
  .hb023rd__bottle {
    max-width: 400px;
    position: relative;
    margin-top: -380px;
  }
}
@media screen and (max-width: 767px) {
  .hb023rd__bottle {
    max-width: 260px;
    margin-top: -150px;
  }
}
.hb023rd__bottle img {
  width: 100%;
}

.hb026va {
  position: relative;
  padding: 150px 0 150px;
  background: #000000;
}
@media screen and (max-width: 1030px) {
  .hb026va {
    padding: 120px 0;
  }
}
@media screen and (max-width: 740px) {
  .hb026va {
    padding: 60px 0;
  }
}
.hb026va.alt {
  margin-top: -50px;
}
@media screen and (max-width: 1030px) {
  .hb026va.alt {
    margin-top: -30px;
  }
}
@media screen and (max-width: 740px) {
  .hb026va.alt {
    margin-top: -20px;
    padding: 80px 0;
  }
}
.hb026va__heading {
  position: relative;
  text-align: center;
}
.hb026va__heading h1 {
  color: rgb(146, 146, 146);
  font-size: 50px;
  line-height: 62.5px;
}
@media screen and (min-width: 740px) {
  .hb026va__heading h1 {
    font-size: 95px;
    line-height: 114px;
  }
}
@media screen and (min-width: 1200px) {
  .hb026va__heading h1 {
    font-size: 120px;
    line-height: 120px;
  }
}
@media screen and (min-width: 1300px) {
  .hb026va__heading h1 {
    font-size: 150px;
    line-height: 150px;
  }
}
.hb026va__heading p {
  position: relative;
  max-width: 675px;
  width: 100%;
  margin: 30px auto 0;
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .hb026va__heading p {
    max-width: 460px;
    margin: 10px auto 0;
  }
}

.hb027va {
  position: relative;
  z-index: 200;
  padding: 50px 30px;
}
@media screen and (max-width: 740px) {
  .hb027va {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
.hb027va__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hb027va__logo {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.hb027va__logo img {
  width: 120px;
}
@media screen and (max-width: 740px) {
  .hb027va__logo img {
    width: 108px;
  }
}
@media screen and (max-width: 740px) {
  .hb027va__logo {
    position: fixed;
    top: 30px;
  }
}
.hb027va__riy {
  position: absolute;
  left: 30px;
  top: 50px;
  height: 80px;
  width: 265px;
  height: 58px;
  display: flex;
  align-items: center;
  z-index: 20;
}
@media screen and (max-width: 1030px) {
  .hb027va__riy {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 740px) {
  .hb027va__riy {
    width: calc(100% - 40px);
    bottom: 30px;
    top: unset;
    left: 20px;
    padding: 0 20px;
    transform-origin: bottom;
    align-items: center;
    justify-content: center;
  }
}
.hb027va__signin {
  position: absolute;
  right: 30px;
  top: 50px;
  display: flex;
  z-index: 20;
}
@media screen and (max-width: 1030px) {
  .hb027va__signin {
    align-items: flex-end;
  }
}
@media screen and (max-width: 740px) {
  .hb027va__signin {
    bottom: 108px;
    top: unset;
    width: calc(100% - 40px);
    right: 20px;
    padding: 30px 20px;
    justify-content: center;
  }
}

.hb027vabanner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgb(24, 20, 12);
  margin-top: -100px;
}
@media screen and (max-width: 740px) {
  .hb027vabanner {
    flex-direction: column;
  }
}
.hb027vabanner h1 .word {
  display: inline-block;
}
.hb027vabanner__banner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hb027vabanner__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hb027vabanner__banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.hb027vabanner__heading {
  position: relative;
  z-index: 2;
  max-width: 870px;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 1030px) {
  .hb027vabanner__heading {
    padding: 0 30px;
  }
}
@media screen and (max-width: 740px) {
  .hb027vabanner__heading {
    max-width: 300px;
    padding: 0;
  }
}
.hb027vabanner__heading h1 .word:last-child {
  display: block;
  width: max-content;
  margin-left: auto;
  text-align: right;
  margin-top: -10px;
}
.hb027vabanner__heading p {
  width: max-content;
  margin-left: auto;
  margin-top: 20px;
}
@media screen and (max-width: 740px) {
  .hb027vabanner__heading p {
    margin-top: 10px;
  }
}

.tpchero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 119.6px);
}
.tpchero__grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  padding: 55px 0;
  overflow: hidden;
}
.tpchero__grid--img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .tpchero__grid--img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 575px) {
  .tpchero__grid--img {
    aspect-ratio: 1;
    width: 40vw;
    height: unset;
  }
}
.tpchero__grid--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tpchero__grid--img:nth-child(1) {
  grid-column: 1;
  grid-row: 2;
}
@media screen and (max-width: 1030px) {
  .tpchero__grid--img:nth-child(1) {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 575px) {
  .tpchero__grid--img:nth-child(1) {
    transform: translateX(-70%);
  }
}
.tpchero__grid--img:nth-child(2) {
  grid-column: 2;
  grid-row: 3;
}
@media screen and (max-width: 1030px) {
  .tpchero__grid--img:nth-child(2) {
    grid-column: 1;
    transform: translateX(-40%);
  }
}
.tpchero__grid--img:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}
@media screen and (max-width: 575px) {
  .tpchero__grid--img:nth-child(3) {
    grid-column: 2;
    transform: translateX(-30%);
  }
}
.tpchero__grid--img:nth-child(4) {
  grid-column: 4;
  grid-row: 3;
  transform: translateY(-40px);
}
.tpchero__grid--img:nth-child(5) {
  grid-column: 6;
  grid-row: 2;
  transform: translateY(-40px);
}
@media screen and (max-width: 1030px) {
  .tpchero__grid--img:nth-child(5) {
    transform: translateY(-40px) translateX(-20%);
  }
}
.tpchero__content {
  position: relative;
  max-width: 735px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  text-align: center;
  z-index: 20;
}

.header-nv003co {
  position: relative;
  padding: 20px 0;
  z-index: 1000;
  transition: all 0.3s;
}
@media screen and (min-width: 740px) {
  .header-nv003co {
    padding: 49px 0;
  }
}
@media screen and (min-width: 1025px) {
  .header-nv003co {
    padding: 47px 0;
  }
}
.header-nv003co__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .header-nv003co__nav {
    justify-content: center;
  }
}
.header-nv003co__nav--button {
  display: block;
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .header-nv003co__nav--button {
    position: absolute;
    top: 40px;
    left: 25px;
    height: 23px;
    width: 23px;
  }
}
.header-nv003co__nav--button span {
  display: block;
  width: 31px;
  height: 1px;
  background: var(--white);
  transition: all 0.3s;
}
.header-nv003co__nav--button span:not(:last-child) {
  margin-bottom: 9px;
}
@media screen and (min-width: 740px) {
  .header-nv003co__nav--button span:not(:last-child) {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 740px) {
  .header-nv003co__nav--button span {
    width: 42px;
  }
}
.header-nv003co__nav--button.active span:nth-child(1) {
  transform: rotate(45deg) translateY(10px);
}
@media screen and (max-width: 575px) {
  .header-nv003co__nav--button.active span:nth-child(1) {
    transform: rotate(45deg) translateY(2px) translateX(2px);
  }
}
.header-nv003co__nav--button.active span:nth-child(2) {
  transform: rotate(-45deg) translateY(-10px);
}
@media screen and (max-width: 575px) {
  .header-nv003co__nav--button.active span:nth-child(2) {
    transform: rotate(-45deg) translateY(-5px) translateX(5px);
  }
}
.header-nv003co__nav--cta {
  display: none;
}
@media screen and (min-width: 740px) {
  .header-nv003co__nav--cta {
    display: block;
  }
}
.header-nv003co__nav--logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header-nv003co .megamenu {
  position: absolute;
  width: 100%;
  height: calc(100vh - 124px);
  background: var(--black);
  z-index: 1000;
  top: 124px;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  pointer-events: none;
  border-top: 1px solid rgba(171, 121, 118, 0.25);
  z-index: 1000;
}
@media screen and (max-width: 575px) {
  .header-nv003co .megamenu {
    height: calc(var(--app-height) - 90px);
    top: 90px;
  }
}
.header-nv003co .megamenu__subbg {
  position: absolute;
  max-width: 438px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 577px;
  background: var(--black);
  opacity: 1;
  transition: all 0.2s;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 1025px) {
  .header-nv003co .megamenu__subbg {
    display: none;
  }
}
.header-nv003co .megamenu__subbg::before {
  position: absolute;
  content: "";
  max-width: 438px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: all 0.2s;
}
.header-nv003co .megamenu__cta {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
@media screen and (max-width: 575px) {
  .header-nv003co .megamenu__cta {
    display: flex;
    width: calc(100% - 40px);
    justify-content: center;
    z-index: 20;
  }
}
.header-nv003co .megamenu__menu {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 577px;
  width: 100%;
  height: 100%;
  padding-left: 60px;
  padding: 60px 60px;
  z-index: 3;
  margin-top: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-nv003co .megamenu__menu::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1025px) {
  .header-nv003co .megamenu__menu {
    max-width: 100%;
    width: 100%;
    gap: 60px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .header-nv003co .megamenu__menu {
    gap: 40px;
    padding-top: 60px;
    margin: 0;
    padding-left: 20px;
  }
}
.header-nv003co .megamenu__menu li {
  position: static;
}
.header-nv003co .megamenu__menu li a {
  display: flex;
  gap: 60px;
  align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 575px) {
  .header-nv003co .megamenu__menu li a {
    gap: 20px;
  }
}
.header-nv003co .megamenu__banner {
  position: relative;
  max-width: calc(100% - 577px);
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .header-nv003co .megamenu__banner {
    display: none;
  }
}
.header-nv003co .megamenu__banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
}
.header-nv003co .megamenu__banner img:first-child {
  opacity: 1;
  visibility: visible;
}
.header-nv003co .megamenu .submenu {
  position: absolute;
  left: 577px;
  max-width: 438px;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 3;
}
@media screen and (max-width: 1025px) {
  .header-nv003co .megamenu .submenu {
    background: var(--black);
  }
}
.header-nv003co .megamenu .submenu__banner {
  display: none;
}
@media screen and (max-width: 1025px) {
  .header-nv003co .megamenu .submenu {
    left: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
    padding: 0;
  }
  .header-nv003co .megamenu .submenu__banner {
    display: block;
    width: 100%;
    height: 300px;
  }
  .header-nv003co .megamenu .submenu__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 575px) {
  .header-nv003co .megamenu .submenu {
    padding-top: 70px;
    height: calc(100% - 100px);
  }
  .header-nv003co .megamenu .submenu__banner {
    display: none;
  }
  .header-nv003co .megamenu .submenu::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 160px;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(242, 237, 230, 0) 0%, #f2ede6 100%);
    z-index: 1;
    pointer-events: none;
  }
}
.header-nv003co .megamenu .submenu h4 {
  display: none;
}
@media screen and (max-width: 1025px) {
  .header-nv003co .megamenu .submenu h4 {
    display: block;
    padding: 40px 30px 40px;
  }
}
@media screen and (max-width: 575px) {
  .header-nv003co .megamenu .submenu h4 {
    padding: 40px 20px 30px;
  }
}
.header-nv003co .megamenu .submenu ul {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  padding: 60px;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-nv003co .megamenu .submenu ul::-webkit-scrollbar {
  display: none;
}
.header-nv003co .megamenu .submenu ul li a {
  opacity: 0.7;
}
.header-nv003co .megamenu .submenu ul li a span {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: transparent;
}
.header-nv003co .megamenu .submenu ul li a span::before {
  position: absolute;
  content: attr(data-text);
  left: 0;
  top: 0;
  font-size: inherit;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header-nv003co .megamenu .submenu ul li a span::after {
  position: absolute;
  content: attr(data-text);
  left: 0;
  top: 0;
  font-size: inherit;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  transform: translateY(100%);
}
.header-nv003co .megamenu .submenu ul li a:hover span::before {
  transform: translateY(-100%);
}
.header-nv003co .megamenu .submenu ul li a:hover span::after {
  transform: translateY(0);
}
@media screen and (max-width: 1025px) {
  .header-nv003co .megamenu .submenu ul {
    padding: 0 30px;
    height: 325px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 575px) {
  .header-nv003co .megamenu .submenu ul {
    gap: 30px;
    height: 80%;
    padding: 0 20px 150px;
    flex-wrap: nowrap;
  }
}
.header-nv003co .megamenu .submenu__back {
  display: none;
}
@media screen and (max-width: 1025px) {
  .header-nv003co .megamenu .submenu__back {
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--black);
    gap: 10px;
    align-items: center;
  }
}
@media screen and (max-width: 575px) {
  .header-nv003co .megamenu .submenu__back {
    bottom: unset;
    left: 20px;
    top: 20px;
  }
}
.header-nv003co .megamenu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header-nv003co.megamenuopen {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--black);
}
.header-nv003co.megamenuopen button:not(.submenu__back) span {
  background: var(--white);
}
.header-nv003co.megamenuopen .header__nav--logo svg path {
  fill: var(--white);
}
.header-nv003co.megamenuopen .btn:not(.submenu__back) {
  border-color: var(--white);
}
.header-nv003co.megamenuopen .btn:not(.submenu__back) span {
  color: var(--white);
}
.header-nv003co.megamenuopen .btn:not(.submenu__back) .btn-icon::before {
  background: url("../img/btn-icon-pink.svg");
}
.header-nv003co.megamenuopen .btn:not(.submenu__back) .btn-icon::after {
  background: url("../img/btn-icon-white.svg");
}
.header-nv003co.megamenuopen .btn:not(.submenu__back):hover {
  background: var(--white);
}
.header-nv003co.megamenuopen .btn:not(.submenu__back):hover span {
  color: var(--white);
}
.header-nv003co.pink:not(.scrolled) .header__nav--logo svg path {
  fill: var(--white);
}
.header-nv003co.pink:not(.scrolled) .header__nav--button span {
  background: var(--white);
}
.header-nv003co.pink:not(.scrolled) .btn.btn-large {
  border-color: var(--white);
}
.header-nv003co.pink:not(.scrolled) .btn-text {
  color: var(--white);
}
.header-nv003co.pink:not(.scrolled) .btn-icon::before {
  background-image: url("../img/btn-icon-pink.svg");
}

.subnavza {
  position: relative;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 100;
}
@media screen and (max-width: 1030px) {
  .subnavza {
    top: 111px;
  }
}
@media screen and (max-width: 575px) {
  .subnavza {
    top: 93px;
  }
}
.subnavza-altmenu {
  position: relative;
  padding: 10px 0;
  background: #000000;
}
@media screen and (max-width: 1030px) {
  .subnavza-altmenu {
    width: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .subnavza-altmenu::-webkit-scrollbar {
    display: none;
  }
}
.subnavza-altmenu--list {
  display: flex;
  gap: 60px;
  justify-content: center;
}
@media screen and (max-width: 1030px) {
  .subnavza-altmenu--list {
    gap: 30px;
    flex-wrap: nowrap;
    width: max-content;
    padding-right: 20px;
    margin: 0 auto;
  }
}
.subnavza-altmenu--list--item a {
  transition: all 0.3s;
  color: #ffffff;
  text-decoration: none;
}
.subnavza-altmenu--list--item a:hover {
  color: #ffffff;
}
.subnavza-altmenu.altbg {
  background: #f9dc6e;
}
.subnavza-altmenu.altbg .subnav-altmenu--list--item a {
  color: #000000;
}
.subnavza-altmenu.altbg .subnav-altmenu--list--item a:hover {
  color: #000000;
}
.subnavza-menu {
  padding: 20px 0;
}
.subnavza-menu--list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 575px) {
  .subnavza-menu--list {
    gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .subnavza.msubnav .subnavza-altmenu {
    width: 100%;
    overflow: unset;
  }
  .subnavza.msubnav .subnavza-altmenu .subnavza-altmenu--list {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.tpcheader {
  position: relative;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background: transparent;
}
@media screen and (min-width: 740px) {
  .tpcheader {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1030px) {
  .tpcheader {
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  .tpcheader .container {
    max-width: 100%;
  }
}
.tpcheader__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tpcheader__logo {
  position: relative;
  z-index: 2;
}
.tpcheader__logo svg {
  width: 80px;
}
@media screen and (min-width: 740px) {
  .tpcheader__logo svg {
    width: 109px;
  }
}
.tpcheader__menu {
  display: none;
}
@media screen and (min-width: 1030px) {
  .tpcheader__menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tpcheader__menu li {
    position: relative;
    overflow: hidden;
  }
  .tpcheader__menu li .expertiseDropdown {
    display: none;
  }
  .tpcheader__menu li:not(:last-child) {
    margin-right: 40px;
  }
  .tpcheader__menu li a {
    position: relative;
    display: inline-block;
    color: var(--black);
    text-decoration: none;
  }
}
@media screen and (min-width: 1030px) and (min-width: 1200px) {
  .tpcheader__menu li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: var(--black);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s;
  }
  .tpcheader__menu li a:hover::before {
    transform: scaleX(1);
  }
}
.tpcheader__menu--mobile {
  display: none;
}
@media screen and (max-width: 1030px) {
  .tpcheader__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--app-height);
    background: var(--black);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    margin: 0;
  }
  .tpcheader__menu li a {
    font-family: "Satoshi Variable";
    font-size: 75px;
    font-weight: 400;
    line-height: 94px;
    color: var(--white);
    text-decoration: none;
  }
  .tpcheader__menu li .expertiseDropdown {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--black);
    width: 100%;
    height: calc(100% - 170px);
    left: 0;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 1030px) and (max-width: 575px) {
  .tpcheader__menu li .expertiseDropdown {
    padding: 35px 20px;
    height: calc(100% - 120px);
  }
}
@media screen and (max-width: 1030px) {
  .tpcheader__menu li .expertiseDropdown.show {
    opacity: 1;
    visibility: visible;
  }
  .tpcheader__menu li .expertiseDropdown__close {
    display: flex;
    gap: 10px;
    width: 140px;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: var(--white);
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.1);
    border: 0;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1030px) and (max-width: 575px) {
  .tpcheader__menu li .expertiseDropdown__close {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1030px) {
  .tpcheader__menu li .expertiseDropdown__block:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1030px) and (max-width: 575px) {
  .tpcheader__menu li .expertiseDropdown__block:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1030px) {
  .tpcheader__menu li .expertiseDropdown__block h4 {
    opacity: 0.5;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 23px;
  }
  .tpcheader__menu li .expertiseDropdown__taglist {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .tpcheader__menu li .expertiseDropdown__taglist--item a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 450;
    line-height: 28px;
    border: 1px solid var(--white);
    color: var(--white);
    border-radius: 50px;
  }
}
@media screen and (max-width: 1030px) and (max-width: 575px) {
  .tpcheader__menu li .expertiseDropdown__taglist--item a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1030px) {
  .tpcheader__menu--mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1030px) and (max-width: 575px) {
  .tpcheader__menu--mobile {
    flex-direction: column;
    position: relative;
    margin-top: 60px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;
    padding: 0;
    bottom: 20px;
  }
}
@media screen and (max-width: 1030px) and (max-width: 575px) and (max-height: 690px) {
  .tpcheader__menu--mobile {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1030px) {
  .tpcheader__menu--mobile ul {
    display: flex;
    gap: 30px;
  }
  .tpcheader__menu--mobile ul li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: 28px;
    color: var(--medium-grey);
  }
  .tpcheader__menu--mobile--cta {
    display: flex;
    gap: 10px;
    width: 165px;
    height: 48px;
    font-size: 16px;
    font-weight: 450;
    line-height: 28px;
    border-radius: 100px;
    background: var(--white);
    justify-content: center;
    align-items: center;
    color: var(--black);
    text-decoration: none;
  }
}
@media screen and (max-width: 1030px) and (max-width: 575px) {
  .tpcheader__menu--mobile--cta {
    width: 100%;
    margin-top: auto;
  }
}
@media screen and (max-width: 575px) {
  .tpcheader__menu {
    justify-content: center;
    padding: 160px 20px 20px 20px;
  }
  .tpcheader__menu li a {
    font-size: 50px;
    line-height: 62.5px;
  }
}
@media screen and (max-width: 575px) and (max-height: 690px) {
  .tpcheader__menu {
    padding: 140px 20px 20px 20px;
  }
  .tpcheader__menu li a {
    font-size: 40px;
    line-height: 52.5px;
  }
}
.tpcheader__menu.show {
  opacity: 1;
  visibility: visible;
}
.tpcheader__btn {
  display: flex;
  width: 195px;
  justify-content: flex-end;
}
.tpcheader__btn a {
  display: inline-block;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 450;
  line-height: 18px;
  color: var(--black);
  border-radius: 100px;
  text-decoration: none;
  border: 1px solid var(--black);
  display: none;
}
@media screen and (min-width: 740px) {
  .tpcheader__btn a {
    display: inline-block;
  }
}
@media screen and (min-width: 1030px) {
  .tpcheader__btn a {
    padding: 20px;
  }
}
.tpcheader__btn--mobiletoggle {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  padding: 10px 20px;
  height: 40px;
  border: 1px solid var(--black);
  border-radius: 100px;
  margin-left: 20px;
  background: transparent;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (min-width: 740px) {
  .tpcheader__btn--mobiletoggle {
    height: 45px;
  }
}
@media screen and (min-width: 1030px) {
  .tpcheader__btn--mobiletoggle {
    display: none;
  }
}
.tpcheader__btn--mobiletoggle span {
  display: block;
  width: 27px;
  height: 1px;
  background: var(--black);
}
.tpcheader__btn--mobiletoggle span:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 740px) {
  .tpcheader__btn--mobiletoggle span {
    width: 42px;
  }
}
@media screen and (max-width: 575px) {
  .tpcheader__btn--mobiletoggle span:not(:first-child) {
    margin-top: 9.5px;
  }
}
.tpcheader__btn--mobiletoggle.active span:last-child {
  display: none;
}
.tpcheader__btn .header__scrollnav--mobiletoggle {
  margin-left: 20px;
  border-color: var(--black) !important;
}
@media screen and (max-width: 1030px) {
  .tpcheader__btn .header__scrollnav--mobiletoggle {
    display: none;
  }
}
.tpcheader__btn .header__scrollnav--mobiletoggle span {
  background: var(--black) !important;
}
.tpcheader__btn .header__scrollnav--mobiletoggle.active {
  border-color: var(--white) !important;
}
.tpcheader__btn .header__scrollnav--mobiletoggle.active span {
  background: var(--white) !important;
}

.footer {
  position: relative;
  padding: 60px 0 30px;
  background: var(--black);
  overflow: hidden;
  will-change: scroll-position;
}
@media screen and (min-width: 740px) {
  .footer {
    padding: 80px 0 50px;
  }
}
.footer__grad {
  position: absolute;
  width: 1301px;
  height: 1301px;
  right: -997px;
  bottom: -530.5px;
  border-radius: 1301px;
  background: rgba(202, 22, 87, 0.2);
  -webkit-filter: blur(300px);
  filter: blur(300px);
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  opacity: 0.5;
}
@media screen and (min-width: 740px) {
  .footer__grad {
    right: -682px;
    bottom: -647.328px;
  }
}
.footer__top {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #656565;
}
@media screen and (min-width: 740px) {
  .footer__top {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.footer__top .heading-1 {
  margin-top: 40px;
}
.footer__top .col-md-4 {
  margin-top: 40px;
}
@media screen and (min-width: 740px) {
  .footer__top .col-md-4 {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
  }
}
.footer__widget {
  margin-bottom: 20px;
}
@media screen and (min-width: 740px) {
  .footer__widget {
    margin-bottom: 30px;
  }
}
.footer__widget h6 {
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .footer__widget h6 {
    font-size: 12px;
  }
}
.footer__widget p a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: transparent;
  overflow: hidden;
}
.footer__widget p a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--white);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.footer__widget p a:hover::before {
  transform: scaleX(1);
}
.footer__widget p.copyright a {
  color: var(--medium-grey);
}
.footer__widget address {
  font-style: normal;
}
.footer__widget--social {
  display: flex;
  gap: 10px;
}
.footer__widget--social a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.footer__widget--social a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--white);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.footer__widget--social a:hover::before {
  transform: scaleX(1);
}
@media screen and (max-width: 992px) {
  .footer__widget.copy {
    display: flex;
    gap: 12px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .footer__widget.copy {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
  .footer__widget.copy p {
    font-size: 12px;
  }
}
.footer__rightWidget:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 740px) {
  .footer__rightWidget:not(:last-child) {
    margin-bottom: 60px;
  }
}
.footer__rightWidget:last-child {
  margin-bottom: 40px;
}
@media screen and (min-width: 740px) {
  .footer__rightWidget:last-child {
    margin-bottom: 0;
  }
}
.footer__rightWidget h6 {
  margin-bottom: 20px;
}
@media screen and (min-width: 740px) {
  .footer__rightWidget h6 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .footer__rightWidget h6 {
    font-size: 12px;
  }
}
.footer__rightWidget--taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.footer__rightWidget--taglist li {
  position: relative;
}
.footer__rightWidget--taglist li a {
  display: block;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  border-radius: 50px;
}
.footer__rightWidget--taglist li a span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 450px;
  color: #ffffff;
}
@media screen and (min-width: 740px) {
  .footer__rightWidget--taglist li a span {
    font-size: 16px;
  }
}
.footer__rightWidget form {
  position: relative;
}
.footer__rightWidget form input {
  width: 100%;
  padding-bottom: 20px;
  font-family: "Satoshi Variable";
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #ffffff;
}
@media screen and (min-width: 740px) {
  .footer__rightWidget form input {
    font-size: 24px;
    line-height: 30px;
  }
}
.footer__rightWidget form input::placeholder {
  color: #ffffff;
}
@media screen and (min-width: 740px) {
  .footer__rightWidget form input {
    padding-bottom: 35px;
  }
}
.footer__rightWidget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.footer__rightWidget form p {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .footer__bottom .col-lg-3.order-lg-1 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .footer__bottom .col-lg-3.order-lg-1 {
    margin-top: 20px;
  }
}

.cs009co {
  position: relative;
  padding: 80px 0;
}
@media screen and (min-width: 740px) {
  .cs009co {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1025px) {
  .cs009co {
    padding: 150px 0;
    height: auto;
  }
}
@media screen and (min-width: 1025px) and (max-height: 850px) {
  .cs009co {
    padding: 80px 0;
  }
}
.cs009co.bggreen {
  background: var(--green-tint);
}
@media screen and (min-width: 1025px) {
  .cs009co.freeheight {
    height: auto;
  }
}
.cs009co .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cs009co__heading {
  position: relative;
  max-width: 1060px;
  width: 100%;
}
.cs009co__text {
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width: 740px) {
  .cs009co__text {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .cs009co__text {
    max-width: calc(100% - 546px);
    width: 100%;
    margin-left: auto;
    margin-top: 60px;
  }
}
.cs009co__text p {
  margin-bottom: 40px;
}
@media screen and (min-width: 740px) {
  .cs009co__text p {
    margin-bottom: 60px;
  }
}

.cs010co {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
@media screen and (min-width: 740px) {
  .cs010co {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 575px) {
  .cs010co {
    padding-bottom: 160px;
  }
}
.cs010co__heading {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .cs010co__heading {
    margin: 150px 0 0;
  }
}
@media screen and (max-width: 1030px) {
  .cs010co__heading {
    justify-content: center;
    height: 100vh;
  }
}
.cs010co__heading--content {
  position: relative;
  max-width: 595px;
  width: 100%;
  padding: 0 20px;
  z-index: 2;
  color: #000000;
}
@media screen and (min-width: 1200px) {
  .cs010co__heading--content {
    max-width: 790px;
    width: 100%;
    padding: 0;
    margin-bottom: 80px;
  }
}
.cs010co__heading--content .heading-2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 740px) {
  .cs010co__heading--content .heading-2 {
    margin-bottom: 40px;
  }
}
.cs010co__heading--lgtext1 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  opacity: 0.1;
  color: rgb(22, 23, 24);
}
@media screen and (max-width: 1030px) {
  .cs010co__heading--lgtext1 {
    position: absolute;
    bottom: 110px;
  }
}
@media screen and (max-width: 575px) {
  .cs010co__heading--lgtext1 {
    bottom: 70px;
    left: 15px;
  }
}
.cs010co__heading--lgtext1 .heading-xxl {
  font-size: 50px;
  line-height: 50px;
  margin-left: -20px;
  font-weight: 200;
  color: rgb(22, 23, 24);
  text-transform: uppercase;
}
@media screen and (min-width: 740px) {
  .cs010co__heading--lgtext1 .heading-xxl {
    font-size: 100px;
    line-height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .cs010co__heading--lgtext1 .heading-xxl {
    font-size: 239px;
    line-height: 239px;
    margin-left: -25px;
  }
}
.cs010co__heading--lgtext2 {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  opacity: 0.1;
  color: rgb(22, 23, 24);
}
@media screen and (max-width: 1030px) {
  .cs010co__heading--lgtext2 {
    position: absolute;
    bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .cs010co__heading--lgtext2 {
    bottom: 25px;
  }
}
.cs010co__heading--lgtext2 .heading-xxl {
  font-size: 50px;
  line-height: 50px;
  margin-right: -20px;
  font-weight: 200;
  text-transform: uppercase;
}
@media screen and (min-width: 740px) {
  .cs010co__heading--lgtext2 .heading-xxl {
    font-size: 100px;
    line-height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .cs010co__heading--lgtext2 .heading-xxl {
    font-size: 239px;
    line-height: 239px;
    margin-right: -50px;
  }
}
.cs010co__innerheading {
  margin-bottom: 80px;
}
@media screen and (min-width: 740px) {
  .cs010co__innerheading {
    margin-bottom: 120px;
  }
}

.cs011co {
  position: relative;
  overflow: hidden;
}
.cs011co__heading {
  position: relative;
  max-width: 650px;
  margin-bottom: 80px;
}
@media screen and (min-width: 740px) {
  .cs011co__heading {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .cs011co__heading {
    margin-bottom: 150px;
  }
}
.cs011co__block--item {
  margin-bottom: 80px;
}
@media screen and (min-width: 740px) {
  .cs011co__block--item {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .cs011co__block--item {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 575px) {
  .cs011co__block--item h3 {
    margin-bottom: 40px;
  }
}
.cs011co__list--item {
  padding: 30px 0;
  border-bottom: 1px solid rgb(230, 230, 230);
}
.cs011co__list--item:first-child {
  padding-top: 0;
}
.cs011co__list--item h5 {
  margin-bottom: 10px;
}
@media screen and (min-width: 740px) {
  .cs011co__list--item h5 {
    margin-bottom: 20px;
  }
}

.cs012co {
  position: relative;
  padding-bottom: 80px;
  padding-left: 20px;
}
@media screen and (min-width: 740px) {
  .cs012co {
    padding-bottom: 120px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .cs012co {
    padding-bottom: 150px;
    padding-left: 60px;
  }
}
.cs012co__slider {
  position: sticky;
  left: 0;
  top: 0;
}
.cs012co__slider--inner {
  position: relative;
  height: 100vh;
}
.cs012co__slider--item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: flex-end;
  gap: 60px;
}
.cs012co__slider--item:not(:first-child) {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .cs012co__slider--item {
    flex-direction: column;
    gap: 0;
  }
}
.cs012co__img img,
.cs012co__img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .cs012co__img {
    order: 2;
    max-width: calc(100% - 486px);
    height: 100%;
    width: 100%;
    flex-grow: 1;
  }
  .cs012co__img img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .cs012co__img {
    height: 650px;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .cs012co__img {
    height: 400px;
  }
}
.cs012co__text {
  margin-top: 80px;
  color: #000000;
}
@media screen and (min-width: 740px) {
  .cs012co__text {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .cs012co__text {
    margin-top: 0;
    max-width: 486px;
    width: 100%;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 575px) {
  .cs012co__text {
    padding-right: 45px;
  }
}
.cs012co__text .heading-3 {
  margin-bottom: 30px;
}
@media screen and (min-width: 740px) {
  .cs012co__text .heading-3 {
    margin-bottom: 40px;
  }
}
.cs012co__text .text-large {
  margin-bottom: 60px;
}
@media screen and (min-width: 740px) {
  .cs012co__text .text-large {
    margin-bottom: 40px;
  }
}

.cs029kj {
  position: relative;
  padding: 80px 0;
}
@media screen and (min-width: 1200px) {
  .cs029kj {
    padding: 150px 0;
  }
}
.cs029kj h5 {
  margin-bottom: 20px;
}
@media screen and (min-width: 740px) {
  .cs029kj h5 {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1020px) {
  .cs029kj h5 {
    margin-bottom: 0;
  }
}
.cs029kj a.btn {
  margin-top: 30px;
}

.cs030kj {
  position: relative;
}
@media screen and (max-width: 992px) {
  .cs030kj h4 br {
    display: none;
  }
}
.cs030kj__list {
  margin-top: 60px;
}
@media screen and (min-width: 740px) {
  .cs030kj__list {
    margin: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .cs030kj__list {
    margin: 150px 0 90px;
  }
}
.cs030kj__list--item {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid rgb(215, 215, 215);
}
@media screen and (min-width: 740px) {
  .cs030kj__list--item {
    padding: 60px 0;
  }
}
.cs030kj__list--item h4 {
  margin-bottom: 20px;
}
@media screen and (min-width: 740px) {
  .cs030kj__list--item h4 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1030px) {
  .cs030kj__list--item h4 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .cs030kj__list--item h4 {
    font-size: 36px;
  }
}
@media screen and (min-width: 995px) and (max-width: 1200px) {
  .cs030kj__list--item p {
    max-width: 375px;
    margin-left: auto;
  }
}
.cs030kj__list--number {
  display: inline-flex;
  height: 30px;
  padding: 0px 20px;
  font-size: 14px;
  font-weight: 450;
  line-height: 24.5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid rgb(215, 215, 215);
  margin-bottom: 10px;
  color: rgb(146, 146, 146);
}
@media screen and (min-width: 740px) {
  .cs030kj__list--number {
    padding: 10px 30px;
    height: 45px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .cs030kj__list--number {
    margin-bottom: 0;
  }
}

.cs031kj {
  position: relative;
  padding: 60px 0;
}
@media screen and (min-width: 740px) {
  .cs031kj {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .cs031kj {
    padding: 150px 0;
  }
}
.cs031kj__left {
  margin-bottom: 0px;
}
@media screen and (min-width: 1200px) {
  .cs031kj__left {
    margin-bottom: 0;
  }
}
.cs031kj__left h5 {
  margin-bottom: 20px;
}
@media screen and (min-width: 740px) {
  .cs031kj__left h5 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .cs031kj__left h5 {
    margin-bottom: 10px;
  }
}
.cs031kj__left--block:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 740px) {
  .cs031kj__left--block:not(:last-child) {
    margin-bottom: 40px;
  }
}
.cs031kj__left--block:not(:first-child) h5 {
  margin-bottom: 10px;
}
.cs031kj__right--text {
  margin-bottom: 60px;
}
@media screen and (min-width: 740px) {
  .cs031kj__right--text {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .cs031kj__right--text {
    margin-bottom: 150px;
  }
}
.cs031kj__right--text h2,
.cs031kj__right--text h3 {
  margin-bottom: 20px;
}
@media screen and (min-width: 740px) {
  .cs031kj__right--text h2,
  .cs031kj__right--text h3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1030px) {
  .cs031kj__right--text h2,
  .cs031kj__right--text h3 {
    font-size: 50px;
    line-height: 62.5px;
  }
}
@media screen and (max-width: 575px) {
  .cs031kj__right--text h2,
  .cs031kj__right--text h3 {
    font-size: 30px;
    line-height: 37.5px;
  }
}
.cs031kj__right--text a {
  margin-top: 30px;
}
@media screen and (min-width: 740px) {
  .cs031kj__right--text a {
    margin-top: 50px;
  }
}
@media screen and (min-width: 740px) {
  .cs031kj__right--numbers {
    display: flex;
    gap: 30px;
  }
}
.cs031kj__right--numbers--block {
  padding-top: 20px;
  border-top: 1px solid var(--light-grey);
}
@media screen and (min-width: 740px) {
  .cs031kj__right--numbers--block {
    flex: 0 0 31.33%;
  }
}
@media screen and (min-width: 1200px) {
  .cs031kj__right--numbers--block {
    flex: 0 0 32.33%;
  }
}
.cs031kj__right--numbers--block:not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 740px) {
  .cs031kj__right--numbers--block:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}
.cs031kj__right--numbers--block h1 {
  margin-bottom: 20px;
}
@media screen and (min-width: 740px) {
  .cs031kj__right--numbers.wrap {
    flex-wrap: wrap;
  }
  .cs031kj__right--numbers.wrap .wsinfo__right--numbers--block {
    flex: 0 0 47.3%;
  }
}
@media screen and (min-width: 1200px) {
  .cs031kj__right--numbers.wrap .wsinfo__right--numbers--block {
    flex: 0 0 48.3%;
  }
}
@media screen and (min-width: 740px) {
  .cs031kj__right--numbers.wrap2 .wsinfo__right--numbers--block {
    flex: 0 0 48.3%;
  }
}
@media screen and (max-width: 575px) {
  .cs031kj__right .text-large {
    font-size: 14px;
    line-height: 24px;
  }
  .cs031kj__right .text-large p {
    font-size: 14px;
    line-height: 24px;
  }
}

.cs032kj {
  position: relative;
  padding: 60px 0;
}
@media screen and (min-width: 740px) {
  .cs032kj {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .cs032kj {
    padding: 120px 0;
  }
}
.cs032kj h3 {
  margin: 0 0 20px;
}
@media screen and (min-width: 740px) {
  .cs032kj h3 {
    margin: 0 0 30px;
  }
}
.cs032kj .hero__reel {
  position: relative;
  margin: 70px 0 60px;
  overflow: hidden;
  height: 300px;
}
@media screen and (min-width: 740px) {
  .cs032kj .hero__reel {
    margin: 80px 0;
    height: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .cs032kj .hero__reel {
    margin: 120px 0;
    height: auto;
  }
}
.cs032kj .hero__reel.mb-0 {
  margin-bottom: 0;
}
.cs032kj .hero__reel--poster {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.cs032kj .hero__reel--poster .simpleParallax {
  height: 100%;
}
.cs032kj .hero__reel--poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs032kj .hero__reel--video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cs032kj .hero__reel--video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs032kj .hero__reel--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 130px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  pointer-events: none;
}
@media screen and (min-width: 740px) {
  .cs032kj .hero__reel--play {
    width: 150px;
    height: 150px;
    border-radius: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .cs032kj .hero__reel--play {
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1030px) {
  .cs032kj .hero__reel {
    height: 450px;
  }
}
@media screen and (max-width: 575px) {
  .cs032kj .hero__reel {
    height: 250px;
  }
}

.cs033kj {
  position: relative;
  padding: 60px 0;
}
@media screen and (min-width: 740px) {
  .cs033kj {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .cs033kj {
    padding: 150px 0;
  }
}
.cs033kj.no-top-space {
  padding-top: 0;
}
.cs033kj__heading {
  margin-bottom: 30px;
}
@media screen and (min-width: 740px) {
  .cs033kj__heading {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .cs033kj__heading {
    margin-bottom: auto;
  }
}
.cs033kj__heading h5 {
  margin-bottom: 30px;
}
.cs033kj__list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 20px 0;
  border-bottom: 1px solid var(--dark-grey);
}
@media screen and (min-width: 740px) {
  .cs033kj__list li {
    padding: 30px 0;
  }
}
.cs033kj__list li h4 {
  width: calc(100% - 50px);
}
@media screen and (min-width: 740px) {
  .cs033kj__list li h4 {
    width: calc(100% - 75px);
  }
}
.cs033kj__list li span {
  display: flex;
  align-items: center;
}
.cs033kj__list li span.number {
  width: 50px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid var(--medium-grey);
}
@media screen and (min-width: 740px) {
  .cs033kj__list li span.number {
    width: 75px;
    height: 45px;
  }
}

.cs034kj {
  position: relative;
  padding: 60px 0 0;
  background: var(--off-white);
}
@media screen and (min-width: 740px) {
  .cs034kj {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .cs034kj {
    padding: 150px 0 0;
  }
}
.cs034kj__heading h5 {
  margin-bottom: 20px;
}
@media screen and (min-width: 740px) {
  .cs034kj__heading h5 {
    margin-bottom: 30px;
  }
}
.cs034kj__heading h3 {
  margin-bottom: 30px;
}
@media screen and (min-width: 740px) {
  .cs034kj__heading h3 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .cs034kj .col-lg-3 {
    display: flex;
    justify-content: flex-end;
  }
}
.cs034kj .col-lg-3 a {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .cs034kj .col-lg-3 a {
    margin-top: 30px;
  }
}
.cs034kj__banner {
  margin-top: 60px;
}
@media screen and (min-width: 740px) {
  .cs034kj__banner {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .cs034kj__banner {
    margin-top: 150px;
  }
}
.cs034kj__banner img {
  width: 100%;
  object-fit: cover;
  height: 485px;
}
@media screen and (max-width: 575px) {
  .cs034kj__banner img {
    height: 306px;
  }
}
.cs034kj__cta {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .cs034kj__cta {
    margin-top: 30px;
  }
}

.cs035lc {
  position: relative;
  padding: 150px 0;
}
@media screen and (max-width: 1030px) {
  .cs035lc {
    padding: 0 0 120px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .cs035lc {
    padding: 60px 0;
  }
}
.cs035lc__heading {
  position: relative;
}
@media screen and (max-width: 767px) {
  .cs035lc__heading {
    display: flex;
    justify-content: center;
  }
  .cs035lc__heading .container {
    padding: 0 30px;
  }
}
.cs035lc__heading h2 {
  font-size: 120px;
  font-weight: 500;
  line-height: 120px;
  color: var(--black);
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .cs035lc__heading h2 {
    font-size: 64px;
    font-weight: 500;
    line-height: 63px;
  }
}
.cs035lc__heading h2:nth-child(2) {
  margin-left: 30%;
}
@media screen and (max-width: 1030px) {
  .cs035lc__heading h2:nth-child(2) {
    margin-left: 22%;
  }
}
@media screen and (max-width: 767px) {
  .cs035lc__heading h2:nth-child(2) {
    margin-left: auto;
    width: max-content;
  }
}
.cs035lc__heading h2:nth-child(3) {
  margin-left: 15%;
}
@media screen and (max-width: 1030px) {
  .cs035lc__heading h2:nth-child(3) {
    margin-left: 0;
  }
}

.cs036lc {
  position: relative;
  padding: 150px 0;
  background: var(--black);
}
@media screen and (max-width: 1030px) {
  .cs036lc {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .cs036lc {
    padding: 60px 0 0;
  }
}
.cs036lc__top {
  position: relative;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1030px) {
  .cs036lc__top {
    flex-direction: column;
  }
}
.cs036lc__top--banner {
  position: relative;
  max-width: 470px;
  width: 100%;
}
.cs036lc__top--banner .img-wrapper {
  height: 100%;
}
@media screen and (max-width: 1030px) {
  .cs036lc__top--banner {
    max-width: 100%;
    height: 375px;
  }
}
@media screen and (max-width: 767px) {
  .cs036lc__top--banner {
    height: 400px;
  }
}
.cs036lc__top--banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.cs036lc__top--heading {
  display: flex;
  gap: 30px;
  color: #ffffff;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cs036lc__top--heading {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.cs036lc__top--heading h6 {
  text-align: left;
  width: 95px;
  margin-top: 8px;
}
.cs036lc__top--heading h3 {
  max-width: 790px;
  width: 100%;
  text-transform: uppercase;
}
.cs036lc__top--content {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1030px) {
  .cs036lc__top--content {
    align-items: stretch;
  }
}
@media screen and (max-width: 767px) {
  .cs036lc__top--content {
    flex-direction: column;
    gap: 40px;
  }
}
.cs036lc__top--content--text {
  position: relative;
  width: calc(100% - 322px);
}
.cs036lc__top--content--text a {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1030px) {
  .cs036lc__top--content--text a {
    position: relative;
    margin-top: 30px;
  }
}
.cs036lc__top--content--text p {
  color: #ffffff;
}
@media screen and (max-width: 1030px) {
  .cs036lc__top--content--text {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .cs036lc__top--content--text {
    width: 100%;
  }
}
.cs036lc__top--content--img {
  width: 322px;
}
.cs036lc__top--content--img .img-wrapper {
  height: 100%;
}
.cs036lc__top--content--img img {
  position: relative;
  width: 100%;
  max-width: 322px;
  height: 435px;
  object-fit: cover;
  vertical-align: middle;
}
@media screen and (max-width: 1030px) {
  .cs036lc__top--content--img {
    width: 50%;
  }
  .cs036lc__top--content--img img {
    height: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cs036lc__top--content--img {
    width: 100%;
    height: 240px;
  }
}

.cs037nh {
  position: relative;
  padding: 60px 0;
}
@media screen and (max-width: 1030px) {
  .cs037nh {
    padding: 60px 0 200px;
  }
}
@media screen and (max-width: 767px) {
  .cs037nh {
    padding: 60px 0 150px;
  }
}
.cs037nh__row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1030px) {
  .cs037nh__row {
    flex-direction: column;
  }
}
.cs037nh__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cs037nh__content h5 {
  position: relative;
  max-width: 558px;
  width: 100%;
}
.cs037nh__content h2 {
  margin-bottom: -35px;
  color: #F1F1F1;
}
@media screen and (max-width: 1030px) {
  .cs037nh__content h2 {
    position: absolute;
    bottom: 60px;
    font-size: 272.58px;
    font-weight: 700;
    line-height: 343.46px;
    color: #f1f1f1;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.cs037nh__banner {
  max-width: 556px;
  width: 100%;
  height: 650px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .cs037nh__banner {
    margin-left: auto;
    margin-top: 80px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .cs037nh__banner {
    max-width: 100%;
    margin-top: 60px;
  }
}
.cs037nh__banner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cs037nh__banner img {
    height: 250px;
    object-fit: cover;
  }
}

.cs038rd {
  position: relative;
  padding: 80px 0;
}
@media screen and (min-width: 740px) {
  .cs038rd {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .cs038rd {
    padding: 150px 0;
  }
}
.cs038rd .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
@media screen and (max-width: 1030px) {
  .cs038rd .container {
    flex-direction: column;
    justify-content: unset;
    gap: 60px;
  }
}
.cs038rd__text {
  position: relative;
  max-width: 688px;
  width: 100%;
}
.cs038rd__text h3 {
  color: var(--black);
}
.cs038rd__text--bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .cs038rd__text--bottom {
    flex-direction: column;
    margin-top: 40px;
  }
}
.cs038rd__text--bottom p {
  max-width: 325px;
  width: 100%;
  color: var(--black);
}
@media screen and (max-width: 767px) {
  .cs038rd__text--bottom p:last-child {
    margin-top: 40px;
  }
}
.cs038rd__img {
  position: relative;
  max-width: 532px;
  width: 100%;
  height: 780px;
}
@media screen and (max-width: 1030px) {
  .cs038rd__img {
    max-width: 100%;
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .cs038rd__img {
    height: 367px;
  }
}
.cs038rd__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs038rd .btn {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1030px) {
  .cs038rd .btn {
    position: relative;
  }
}

.cs042va {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: var(--black);
}
.cs042va__wrapper {
  position: relative;
  display: flex;
  width: max-content;
  flex-wrap: nowrap;
}
.cs042va__heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
  width: 100vw;
  height: 100vh;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 1030px) {
  .cs042va__heading {
    flex-direction: column;
    justify-content: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 740px) {
  .cs042va__heading {
    padding: 0 20px;
  }
}
.cs042va__heading h2 {
  position: relative;
  max-width: 630px;
  width: 100%;
  color: var(--white);
}
@media screen and (max-width: 1030px) {
  .cs042va__heading h2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 740px) {
  .cs042va__heading h2 {
    margin-bottom: 20px;
  }
}
.cs042va__heading p {
  position: relative;
  max-width: 604px;
  width: 100%;
  color: var(--white);
}
@media screen and (max-width: 1030px) {
  .cs042va__heading p {
    max-width: 100%;
  }
}
.cs042va__banner {
  position: relative;
  padding: 60px 0;
  height: 100vh;
  display: flex;
  padding-right: 275px;
}
@media screen and (max-width: 575px) {
  .cs042va__banner {
    padding-right: 175px;
  }
}
.cs042va__banner--img {
  position: relative;
  width: 430px;
  height: 290px;
}
@media screen and (max-width: 575px) {
  .cs042va__banner--img {
    width: 300px;
    height: 200px;
  }
}
.cs042va__banner--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs042va__banner--img.alignbottom {
  margin-top: auto;
}
.cs042va__block {
  position: relative;
}
.cs042va__block:last-child .cs042va__banner {
  padding-right: 60px;
}
.cs042va__block:nth-child(odd) .cs042va__banner--img {
  margin-top: auto;
}

.cs043va {
  position: relative;
  padding: 240px 30px;
  overflow: hidden;
  background: var(--black);
}
@media screen and (max-width: 740px) {
  .cs043va {
    padding-top: 0;
    padding-bottom: 160px;
    overflow: hidden;
  }
}
.cs043va.alt {
  padding: 150px 30px;
}
@media screen and (max-width: 1030px) {
  .cs043va.alt {
    padding: 120px 30px;
  }
}
@media screen and (max-width: 1030px) {
  .cs043va.alt {
    padding: 180px 30px 120px;
  }
}
@media screen and (max-width: 575px) {
  .cs043va.alt {
    padding: 80px 30px;
  }
}
.cs043va__heading {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: -80px;
  z-index: 20;
}
@media screen and (max-width: 1300px) {
  .cs043va__heading {
    margin-bottom: -65px;
  }
}
@media screen and (max-width: 1030px) {
  .cs043va__heading {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 740px) {
  .cs043va__heading {
    margin-bottom: -30px;
  }
}
.cs043va__heading h2 {
  color: var(--white);
}
@media screen and (max-width: 1030px) {
  .cs043va__heading h2 {
    font-size: 95px;
    line-height: 114px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 740px) {
  .cs043va__heading h2 {
    font-size: 50px;
    line-height: 62px;
  }
}
.cs043va__banner {
  position: relative;
  width: 100%;
  height: 750px;
}
@media screen and (max-width: 1030px) {
  .cs043va__banner {
    height: 900px;
  }
}
@media screen and (max-width: 740px) {
  .cs043va__banner {
    height: 600px;
  }
}
.cs043va__banner--img {
  position: relative;
  width: 100%;
  height: 100%;
}
.cs043va__banner--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs043va__banner--img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.cs043va__banner--text {
  position: absolute;
  bottom: 60px;
  left: 60px;
  max-width: 556px;
  width: 100%;
  z-index: 20;
  color: var(--white);
}
@media screen and (max-width: 1030px) {
  .cs043va__banner--text {
    left: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 740px) {
  .cs043va__banner--text {
    left: 20px;
    bottom: 40px;
    padding-right: 40px;
  }
}

.tpccards {
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .tpccards {
    padding-bottom: 150px;
  }
}
.tpccards__slider {
  padding: 0 19.8% !important;
}
@media screen and (max-width: 1030px) {
  .tpccards__slider {
    padding: 0 8% !important;
  }
}
.tpccards__card {
  position: relative;
  /* Prevent slides from shrinking */
  border-radius: 30px;
  overflow: hidden;
}
.tpccards__card--img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1.35;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 575px) {
  .tpccards__card--img {
    aspect-ratio: unset;
    height: 277px;
  }
}
.tpccards__card--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tpccards__card--content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  backdrop-filter: blur(5px);
  transition: all 0.4s;
}
@media screen and (max-width: 1030px) {
  .tpccards__card--content {
    padding: 30px;
  }
}
@media screen and (max-width: 575px) {
  .tpccards__card--content {
    padding: 20px;
  }
}
.tpccards__card:hover .tpccards__card--content {
  backdrop-filter: blur(0);
}

.tpcjourney {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .tpcjourney {
    padding-bottom: 150px;
  }
}
.tpcjourney .container {
  position: relative;
}
.tpcjourney__line {
  position: absolute;
  left: 65px;
  top: 250px;
  width: calc(50% - 60px);
}
@media screen and (max-width: 575px) {
  .tpcjourney__line {
    left: 40px;
    top: 180px;
    width: calc(50% - 40px);
  }
}
.tpcjourney__line svg {
  width: 100%;
}
.tpcjourney__heading {
  position: relative;
  max-width: 860px;
  width: 100%;
  margin: 0 auto 360px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .tpcjourney__heading {
    margin: 0 auto 300px;
  }
}
.tpcjourney__heading .heading-3 {
  text-align: center;
  margin-top: 20px;
}
.tpcjourney .row {
  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .tpcjourney__banner {
    margin-top: 80px;
  }
}
.tpcjourney__banner img {
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.tpcjourney__block {
  position: relative;
  max-width: 510px;
  width: 100%;
  padding-left: 100px;
}
@media screen and (max-width: 575px) {
  .tpcjourney__block {
    padding-left: 60px;
  }
}
.tpcjourney__block::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: var(--black);
  border-radius: 50%;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 1030px) {
  .tpcjourney__block::before {
    left: 30px;
    top: 12px;
  }
}
@media screen and (max-width: 575px) {
  .tpcjourney__block::before {
    left: 14px;
  }
}
.tpcjourney__block::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  left: -14px;
  top: -4px;
}
@media screen and (max-width: 1030px) {
  .tpcjourney__block::after {
    left: 16px;
    top: -2px;
  }
}
@media screen and (max-width: 575px) {
  .tpcjourney__block::after {
    left: 1px;
  }
}
.tpcjourney__block .heading-4 {
  margin: 30px 0;
}
.tpcjourney__block:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .tpcjourney__block:not(:last-child) {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .tpcjourney__block:not(:last-child) {
    padding-bottom: 150px;
  }
}
.tpcjourney__btn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.tpctestimonials {
  position: relative;
  padding: 0 0 80px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .tpctestimonials {
    padding: 0 0 150px;
  }
}
.tpctestimonials__heading {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  gap: 20px;
}
@media screen and (min-width: 767px) {
  .tpctestimonials__heading {
    gap: 0;
    margin-bottom: 80px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .tpctestimonials__heading {
    margin-bottom: 120px;
  }
}
.tpctestimonials__slider {
  padding: 0 19.8% !important;
}
@media screen and (max-width: 1030px) {
  .tpctestimonials__slider {
    padding: 0 7% !important;
  }
}
.tpctestimonials__slider .swiper-wrapper {
  align-items: stretch;
}
.tpctestimonials__item {
  position: relative;
  border: 1px solid var(--black);
  border-radius: 30px;
  height: auto;
}
.tpctestimonials__item--inner {
  position: relative;
  padding: 30px 20px;
}
.tpctestimonials__item--top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .tpctestimonials__item--top {
    margin-bottom: 30px;
  }
}
.tpctestimonials__item--stars {
  display: flex;
  gap: 7px;
  align-items: center;
}
.tpctestimonials__item--body .text-large {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .tpctestimonials__item--body .text-large {
    margin-bottom: 30px;
  }
}
.tpctestimonials__nav {
  display: flex;
  gap: 10px;
  align-items: center;
}
.tpctestimonials__nav button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid var(--black);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s;
}
.tpctestimonials__nav button:hover {
  background: var(--black);
}
.tpctestimonials__nav button:hover svg path {
  stroke: var(--white);
}

.tpcpricing {
  position: relative;
  padding: 80px 0;
}
@media screen and (min-width: 1200px) {
  .tpcpricing {
    padding: 120px 0;
  }
}
.tpcpricing__heading {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .tpcpricing__heading {
    margin-bottom: 60px;
  }
}
.tpcpricing__heading .heading-3 {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .tpcpricing__heading .heading-3 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1030px) {
  .tpcpricing .col-lg-4:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .tpcpricing .col-lg-4:not(:last-child) {
    margin-bottom: 20px;
  }
}
.tpcpricing__row {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .tpcpricing__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 700px;
  }
}
.tpcpricing__bg {
  display: none;
}
@media screen and (min-width: 1200px) {
  .tpcpricing__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .tpcpricing__bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  .tpcpricing__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.tpcpricing__card {
  position: relative;
  padding: 40px 20px;
  border-radius: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 400px;
}
.tpcpricing__card--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tpcpricing__card--bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.tpcpricing__card--bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 767px) {
  .tpcpricing__card {
    padding: 30px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .tpcpricing__card {
    padding: 60px;
    min-height: unset;
  }
  .tpcpricing__card--bg {
    display: none;
  }
  .tpcpricing__card:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.tpcpricing__card .heading-3 {
  margin-bottom: 20px;
}
.tpcpricing__card--bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  z-index: 2;
}
.tpcpricing__card .heading-3,
.tpcpricing__card p {
  position: relative;
  z-index: 2;
}
.tpcpricing__card .price {
  text-transform: uppercase;
}
.tpcpricing__card.color-theme-blue .heading-3,
.tpcpricing__card.color-theme-blue .price {
  color: #9BBAD9;
}
.tpcpricing__card.color-theme-blue .btnprimary {
  background: #9BBAD9;
}
.tpcpricing__card.color-theme-gold .heading-3,
.tpcpricing__card.color-theme-gold .price {
  color: #B67B5E;
}
.tpcpricing__card.color-theme-gold .btnprimary {
  background: #B67B5E;
}
.tpcpricing__card.color-theme-white .heading-3,
.tpcpricing__card.color-theme-white .price {
  color: var(--white);
}
.tpcpricing__card.color-theme-white .btnprimary {
  background: var(--white);
}
.tpcpricing__card.color-theme-white .btnprimary .label {
  color: #9BBAD9;
}
.tpcpricing__card.color-theme-white .btnprimary svg path {
  stroke: #9BBAD9;
}

.tpcfaq {
  position: relative;
  padding: 0 0 80px;
}
@media screen and (min-width: 1200px) {
  .tpcfaq {
    padding: 0 0 150px;
  }
}
.tpcfaq__heading {
  margin-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .tpcfaq__heading {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .tpcfaq__heading {
    margin-bottom: 0;
  }
}
.tpcfaq__item {
  position: relative;
  padding: 20px;
  border-radius: 30px;
  border: 1px solid var(--black);
}
.tpcfaq__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .tpcfaq__item {
    padding: 30px;
  }
  .tpcfaq__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.tpcfaq__item--heading {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: center;
  cursor: pointer;
}
.tpcfaq__item--heading .heading-5 {
  position: relative;
  width: calc(100% - 108px);
}
.tpcfaq__item--heading .icon {
  position: relative;
  display: flex;
  width: 48px;
  height: 48px;
  border: 1px solid var(--black);
  border-radius: 50%;
}
.tpcfaq__item--heading .icon::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 0.05em;
  background: var(--black);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tpcfaq__item--heading .icon::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 0.05em;
  background: var(--black);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.tpcfaq__item--heading.active .icon::after {
  transform: translate(-50%, -50%) rotate(0);
  opacity: 0;
}
.tpcfaq__item--content {
  position: relative;
  height: 0;
  overflow: hidden;
}
.tpcfaq__item--content p {
  margin-top: 20px;
}

.tpccta {
  position: relative;
  padding: 0 0 80px;
}
@media screen and (min-width: 1200px) {
  .tpccta {
    padding: 0 0 150px;
  }
}
.tpccta .container {
  position: relative;
}
.tpccta__banner {
  position: relative;
  width: 100%;
  height: 100vh;
  border-radius: 30px;
  overflow: hidden;
}
.tpccta__banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
.tpccta__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tpccta__content {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 860px;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .tpccta__content {
    padding: 0 60px;
  }
}
@media screen and (max-width: 575px) {
  .tpccta__content {
    padding: 0 40px;
  }
}
.tpccta__content .heading-2 {
  margin-bottom: 30px;
}
.tpccta__content .lead-text {
  margin-bottom: 30px;
}

.tpcinnerhero {
  position: relative;
}
.tpcinnerhero .container {
  position: relative;
}
.tpcinnerhero__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 40px);
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
  transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .tpcinnerhero__bg {
    width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1200px) {
  .tpcinnerhero__bg {
    width: calc(100% - 120px);
  }
}
.tpcinnerhero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tpcinnerhero__content {
  position: relative;
  padding: 60px 20px;
  max-width: 870px;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 767px) {
  .tpcinnerhero__content {
    padding: 80px 30px;
  }
}
.tpcinnerhero__content .heading-1 {
  margin-bottom: 30px;
}
@media screen and (min-width: 767px) {
  .tpcinnerhero__content .heading-1 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .tpcinnerhero__content .heading-1 {
    margin-bottom: 60px;
  }
}

.tpcthreecolsblock {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .tpcthreecolsblock {
    height: 100vh;
  }
}
.tpcthreecolsblock__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .tpcthreecolsblock__bg {
    display: none;
  }
}
.tpcthreecolsblock__bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.tpcthreecolsblock__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.tpcthreecolsblock__bg img:first-child {
  opacity: 1;
}
.tpcthreecolsblock__row {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .tpcthreecolsblock__row {
    display: flex;
    width: 100%;
    height: 100%;
  }
}
.tpcthreecolsblock__col {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .tpcthreecolsblock__col {
    width: 33.33%;
    padding: 0 60px 150px;
    display: flex;
    align-items: flex-end;
  }
  .tpcthreecolsblock__col:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 1025px) and (max-height: 750px) {
  .tpcthreecolsblock__col {
    padding: 0 60px 100px;
  }
}
@media screen and (max-width: 1440px) {
  .tpcthreecolsblock__col {
    padding: 0 40px 150px;
  }
}
@media screen and (max-width: 1300px) {
  .tpcthreecolsblock__col {
    padding: 0 30px 150px;
  }
}
.tpcthreecolsblock__col--mbbg {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tpcthreecolsblock__col {
    padding: 30px;
    width: 100%;
    height: 597px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .tpcthreecolsblock__col--mbbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
  .tpcthreecolsblock__col--mbbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 575px) {
  .tpcthreecolsblock__col {
    padding: 20px;
    height: 562px;
  }
}
.tpcthreecolsblock__col--content {
  position: relative;
  overflow: hidden;
}
.tpcthreecolsblock__col--content h4 {
  cursor: pointer;
}
.tpcthreecolsblock__col--content--hover {
  padding-top: 20px;
}
@media screen and (min-width: 1025px) {
  .tpcthreecolsblock__col--content--hover {
    padding-top: 40px;
  }
}
.tpcthreecolsblock__col--content--hover p {
  font-weight: 500;
}
.tpcthreecolsblock__col--content--hover p:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .tpcthreecolsblock__col--content--hover p:not(:last-child) {
    margin-bottom: 25px;
  }
}
.tpcthreecolsblock__col--content--hover p:last-child {
  font-style: italic;
}
.tpcthreecolsblock__col--content--hover .hoverBottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .tpcthreecolsblock__col--content--hover .hoverBottom {
    margin-top: 40px;
  }
}
.tpcthreecolsblock__col--content--hover .hoverBottom p {
  margin: 0;
}

.tpcthreecolsblock__col--content h4 .mobiletabind {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tpcthreecolsblock__col--content h4 {
    min-height: 50px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tpcthreecolsblock__col--content h4 .span-lines {
    width: calc(100% - 75px);
  }
  .tpcthreecolsblock__col--content h4 .mobiletabind {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 1px solid var(--white);
    border-radius: 100%;
  }
  .tpcthreecolsblock__col--content h4 .mobiletabind::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 1.5px;
    background: var(--white);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .tpcthreecolsblock__col--content h4 .mobiletabind::after {
    position: absolute;
    content: "";
    width: 21px;
    height: 1.5px;
    background: var(--white);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.tpcthreecolsblock__col--content h4.active .mobiletabind::after {
  opacity: 0;
}

.tpcls {
  padding: 60px 0;
}
@media screen and (min-width: 740px) {
  .tpcls {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .tpcls {
    padding: 150px 0;
  }
}
.tpcls__heading {
  text-align: center;
  margin-bottom: 40px;
}
.tpcls__heading .lead-text {
  margin-bottom: 20px;
  text-align: center;
}
.tpcls__heading .heading-3 {
  text-align: center;
}
.tpcls__logos {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tpcls__logos .slick-slide {
    margin: 0 10px;
  }
  .tpcls__logos .slick-list {
    margin: 0 -10px;
  }
}
.tpcls__logos--wrapper {
  display: flex;
  flex-direction: row;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
  width: max-content;
  flex-wrap: nowrap;
}
.tpcls__logos--singlelogo {
  position: relative;
  width: 250px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
}
@media screen and (min-width: 740px) {
  .tpcls__logos--singlelogo {
    background: transparent;
  }
}
.tpcls__logos--singlelogo img {
  max-width: 100%;
  object-fit: contain;
}
.tpcls.bg-black {
  background: var(--black);
}
@media screen and (max-width: 575px) {
  .tpcls.bg-black .tpcls__logos--singlelogo {
    padding: 40px 0px;
  }
}
.tpcls.bg-black .tpcls__heading .heading-2 {
  color: var(--white);
}
.tpcls.bg-black .tpcls__heading .heading-5 {
  font-family: "General Sans Variable";
  font-size: 14px;
  font-weight: 450;
  line-height: 18px;
}

.tpctextimgblock {
  position: relative;
  height: 200vw;
  padding-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .tpctextimgblock {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1030px) {
  .tpctextimgblock {
    height: 300vh;
  }
}
.tpctextimgblock.bggreen {
  background: var(--green-tint);
}
.tpctextimgblock.fourslides {
  height: 270vw;
}
@media screen and (max-width: 1030px) {
  .tpctextimgblock.fourslides {
    height: 400vh;
  }
}
.tpctextimgblock.bgtealtint {
  background: var(--teal-tint);
}
.tpctextimgblock__heading {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 1030px) {
  .tpctextimgblock__heading {
    margin-bottom: 120px;
  }
}
.tpctextimgblock__heading .heading-3 {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .tpctextimgblock__heading .heading-3 {
    margin-bottom: 30px;
  }
}
.tpctextimgblock__slider {
  position: sticky;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1030px) {
  .tpctextimgblock__slider {
    top: 150px;
  }
}
@media screen and (max-width: 575px) {
  .tpctextimgblock__slider {
    top: 120px;
  }
}
.tpctextimgblock__slider--inner {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 575px) {
  .tpctextimgblock__slider--inner {
    height: auto;
  }
}
.tpctextimgblock__slider--item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: stretch;
  gap: 60px;
  padding: 0 60px;
}
.tpctextimgblock__slider--item:not(:first-child) {
  opacity: 0;
}
@media screen and (max-width: 1030px) {
  .tpctextimgblock__slider--item {
    flex-direction: column;
    gap: 0;
    padding: 0 30px;
  }
}
@media screen and (max-width: 575px) {
  .tpctextimgblock__slider--item {
    height: auto;
    padding: 0 20px;
  }
}
.tpctextimgblock__slider--item:nth-child(1) {
  z-index: 6;
}
.tpctextimgblock__slider--item:nth-child(2) {
  z-index: 5;
}
.tpctextimgblock__slider--item:nth-child(3) {
  z-index: 4;
}
.tpctextimgblock__slider--item:nth-child(4) {
  z-index: 3;
}
.tpctextimgblock__slider--item:nth-child(5) {
  z-index: 2;
}
.tpctextimgblock__slider--item:nth-child(6) {
  z-index: 1;
}
.tpctextimgblock__img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.tpctextimgblock__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1032px) {
  .tpctextimgblock__img {
    max-width: 50%;
    height: 100%;
    width: 100%;
    flex-grow: 1;
  }
  .tpctextimgblock__img img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .tpctextimgblock__img {
    height: 400px;
    max-width: 100%;
    width: 100%;
  }
}
.tpctextimgblock__number {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  color: #ffffff;
}
@media screen and (min-width: 740px) {
  .tpctextimgblock__number {
    right: 30px;
    bottom: 30px;
  }
}
.tpctextimgblock__text {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 740px) {
  .tpctextimgblock__text {
    margin-top: 120px;
  }
}
@media screen and (min-width: 1032px) {
  .tpctextimgblock__text {
    margin-top: 0;
    max-width: 45%;
    width: 100%;
    padding-right: 60px;
  }
}
.tpctextimgblock__text .lead-text {
  color: var(--black);
  margin-top: 20px;
}
.tpctextimgblock__text .heading-4 {
  margin-bottom: 20px;
  color: var(--black);
}
.tpctextimgblock__text p {
  color: var(--black);
}
.tpctextimgblock.noscroller {
  height: 100vh;
}
.tpctextimgblock.noscroller .textimgblock__slider--item {
  align-items: flex-start;
}
.tpctextimgblock.noscroller .textimgblock__text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 740px) {
  .tpctextimgblock.noscroller .textimgblock__text {
    gap: 40px;
  }
}
@media screen and (max-width: 1030px) {
  .tpctextimgblock.noscroller {
    height: auto;
  }
  .tpctextimgblock.noscroller .textimgblock__slider--inner {
    height: auto;
  }
  .tpctextimgblock.noscroller .textimgblock__slider--item {
    position: relative;
    top: unset;
    left: unset;
    height: auto;
  }
  .tpctextimgblock.noscroller .textimgblock__slider {
    position: relative;
  }
}
@media screen and (min-width: 1032px) {
  .tpctextimgblock.hasbottomgap {
    margin-bottom: 150px;
  }
}

.tpcbannertext {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .tpcbannertext {
    padding-bottom: 150px;
  }
}
.tpcbannertext__banner {
  position: relative;
  width: 100%;
  height: 305px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .tpcbannertext__banner {
    height: 450px;
    margin-bottom: 60px;
  }
}
.tpcbannertext__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tpcbannertext__text .heading-3 {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .tpcbannertext__text .heading-3 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .tpcbannertext__text .heading-3 {
    margin-bottom: 0;
  }
}

.tpcjourneyduelblock {
  position: relative;
  padding: 160px 0 80px;
}
.tpcjourneyduelblock__line {
  position: absolute;
  top: 80px;
  left: 40px;
}
.tpcjourneyduelblock__line svg path {
  stroke: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 767px) {
  .tpcjourneyduelblock__line {
    left: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .tpcjourneyduelblock__line {
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .tpcjourneyduelblock {
    padding: 300px 0 150px;
  }
}
.tpcjourneyduelblock .row:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .tpcjourneyduelblock .row:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .tpcjourneyduelblock .row:not(:last-child) {
    margin-bottom: 150px;
  }
}
.tpcjourneyduelblock__content {
  position: relative;
  padding-left: 70px;
}
.tpcjourneyduelblock__content::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: var(--black);
  border-radius: 50%;
  right: -21px;
  top: 10px;
}
@media screen and (max-width: 1030px) {
  .tpcjourneyduelblock__content::before {
    left: 24px;
    right: unset;
    top: 12px;
  }
}
@media screen and (max-width: 575px) {
  .tpcjourneyduelblock__content::before {
    left: 14px;
  }
}
.tpcjourneyduelblock__content::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  right: -35px;
  top: -4px;
}
@media screen and (max-width: 1030px) {
  .tpcjourneyduelblock__content::after {
    left: 11px;
    right: unset;
    top: -2px;
  }
}
@media screen and (max-width: 575px) {
  .tpcjourneyduelblock__content::after {
    left: 1px;
  }
}
@media screen and (min-width: 767px) {
  .tpcjourneyduelblock__content {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .tpcjourneyduelblock__content {
    padding-right: 10.33%;
    padding-left: 0;
  }
}
.tpcjourneyduelblock__content .heading-3 {
  margin: 30px 0;
}
.tpcjourneyduelblock__content ul {
  margin-top: 30px;
}
.tpcjourneyduelblock__content ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tpcjourneyduelblock__content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.tpcjourneyduelblock__image {
  width: 100%;
  margin-top: 30px;
  padding-left: 70px;
}
.tpcjourneyduelblock__image img {
  width: 100%;
  height: 150px;
  border-radius: 30px;
  object-fit: cover;
}
@media screen and (min-width: 767px) {
  .tpcjourneyduelblock__image img {
    height: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .tpcjourneyduelblock__image img {
    height: 650px;
  }
}
@media screen and (min-width: 767px) {
  .tpcjourneyduelblock__image {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .tpcjourneyduelblock__image {
    padding-left: 10.33%;
    margin-top: 0;
  }
}

.tpcexperts {
  position: relative;
  padding: 80px 0;
}
@media screen and (min-width: 1200px) {
  .tpcexperts {
    padding: 80px 0 150px;
  }
}
.tpcexperts__item {
  position: relative;
  width: 100%;
}
.tpcexperts__item:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .tpcexperts__item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .tpcexperts__item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.tpcexperts__banner {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  .tpcexperts__banner {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .tpcexperts__banner {
    width: 45%;
    margin-bottom: 0;
    height: 90vh;
  }
}
.tpcexperts__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .tpcexperts__content {
    width: 45%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 60px;
  }
}
.tpcexperts__content .heading-4 {
  margin-bottom: 20px;
}
.tpcexperts__content--top {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .tpcexperts__content--top {
    margin-bottom: 40px;
  }
}

.educationlist {
  position: relative;
  padding: 60px 0;
}
@media screen and (min-width: 767px) {
  .educationlist {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .educationlist {
    padding: 150px 0;
  }
}
.educationlist__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.educationlist__item:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .educationlist__item {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .educationlist__item {
    gap: 60px;
  }
}
.educationlist__img {
  position: relative;
  width: 100%;
  height: 264px;
}
.educationlist__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (min-width: 767px) {
  .educationlist__img {
    max-width: 50%;
    width: 100%;
    height: 234px;
  }
}
@media screen and (min-width: 1200px) {
  .educationlist__img {
    max-width: 352px;
    height: 264px;
  }
}
.educationlist__content {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .educationlist__content {
    max-width: 50%;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .educationlist__content {
    max-width: calc(100% - 352px);
  }
}
.educationlist__content .categorytag {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid var(--black);
  border-radius: 50px;
  text-transform: uppercase;
}
.educationlist__content .heading-5 {
  margin: 20px 0;
}
.educationlist__content .heading-5 a {
  color: inherit;
  text-decoration: none;
}
.educationlist__content .text-small {
  max-width: 800px;
  width: 100%;
}

.education-header {
  position: relative;
  padding: 60px 0;
}
@media screen and (min-width: 767px) {
  .education-header {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .education-header {
    padding: 120px 0;
  }
}
.education-header .category {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid var(--black);
  border-radius: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.education-body {
  padding-bottom: 60px;
}
@media screen and (min-width: 767px) {
  .education-body {
    padding-bottom: 80px;
  }
}
.education-body .wp-block-image {
  margin-bottom: 80px;
}
@media screen and (min-width: 767px) {
  .education-body .wp-block-image {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .education-body .wp-block-image {
    margin-bottom: 150px;
  }
}
.education-body .wp-block-image img {
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}
.education-body h2.wp-block-heading {
  font-family: "General Sans Variable";
  font-size: 18px;
  font-weight: 300;
  line-height: 31px;
  color: var(--black);
  max-width: 1055px;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .education-body h2.wp-block-heading {
    font-size: 24px;
    line-height: 42px;
  }
}
.education-body h3.wp-block-heading {
  font-family: "Satoshi Variable";
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  text-align: left;
  margin-bottom: 30px;
  margin-top: 60px;
  color: var(--black);
  max-width: 1055px;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .education-body h3.wp-block-heading {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
    margin-top: 80px;
  }
}
.education-body p {
  font-family: "General Sans Variable";
  font-size: 14px;
  font-weight: 300;
  line-height: 24.5px;
  color: var(--black);
  max-width: 1055px;
  width: 100%;
}
@media screen and (min-width: 575px) {
  .education-body p {
    font-size: 16px;
    line-height: 28px;
  }
}

.education-share {
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1055px;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .education-share {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .education-share {
    padding-bottom: 150px;
  }
}
.education-share a.backbtn {
  position: relative;
  display: inline-flex;
  padding: 20px;
  border: 1px solid var(--black);
  border-radius: 50px;
  color: var(--black);
  text-decoration: none;
  transition: all 0.3s;
}
.education-share a.backbtn:hover {
  background: var(--black);
  color: var(--white);
}
.education-share ul {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
}
.education-share ul li a {
  display: inline-flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--black);
}

.next-education {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 740px) {
  .next-education {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .next-education {
    margin-bottom: 120px;
  }
}
.next-education__card {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
@media screen and (min-width: 740px) {
  .next-education__card {
    padding: 0 95px;
  }
}
@media screen and (min-width: 1200px) {
  .next-education__card {
    padding: 0 30px;
  }
}
.next-education__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
}
.next-education__image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}
.next-education__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.next-education__content {
  position: relative;
  z-index: 2;
  max-width: 512px;
  width: 100%;
}
.next-education__content .next-education__category {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid var(--white);
  color: var(--white);
  border-radius: 50px;
  text-transform: uppercase;
}
.next-education__content .next-education__title {
  position: relative;
  margin: 20px 0;
  color: var(--white);
}
@media screen and (min-width: 740px) {
  .next-education__content .next-education__title {
    margin: 40px 0;
  }
}

.phero {
  position: relative;
  padding: 60px 0;
}
@media screen and (min-width: 767px) {
  .phero {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .phero {
    padding: 120px 0;
  }
}

.pcontent {
  position: relative;
  padding: 60px 0;
  background: #F7F8FE;
}
@media screen and (min-width: 767px) {
  .pcontent {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1200px) {
  .pcontent {
    padding: 120px 0;
  }
}
.pcontent .heading-5 {
  margin-bottom: 20px;
}

:root {
  --black: rgba(22, 23, 24, 1);
  --white: #ffffff;
  --app-height: 100%;
  --dark-grey: #656565;
  --medium-grey: #aaa;
  --light-grey: #dbdbdb;
  --light-blue: #dbe8eb;
  --off-white: #f4f4f4;
}

.color-black {
  color: var(--black);
}

.color-white {
  color: var(--white);
}

.color-dark-grey {
  color: var(--dark-grey);
}

.color-light-grey {
  color: var(--light-grey);
}

body {
  background: #ffffff;
}

.cky-notice-des,
.cky-btn {
  font-family: "General Sans Variable" !important;
}

.cky-btn.cky-btn-accept {
  background: rgb(137, 113, 81) !important;
  border-color: rgb(137, 113, 81) !important;
}

.has-line {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 740px) {
  .has-line {
    gap: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .has-line {
    margin-bottom: 60px;
  }
}
.has-line .line {
  width: 60px;
  height: 1px;
  background: var(--white);
}
@media screen and (min-width: 740px) {
  .has-line .line {
    width: 80px;
  }
}
.has-line .line.pink {
  background: var(--primary-pink);
}

/*# sourceMappingURL=app.css.map */
