/*!
Theme Name:     EV8
Theme URI:
Description:    by PDC
Author:         PDC
Version:        1.2
*/
.reveal-type-hero-block p, .reveal-type-hero-block .article-content ul li, .article-content ul .reveal-type-hero-block li {
  opacity: 0;
}

.image-scale-in {
  transform: scale(1.2);
}

.scrub-up-initial {
  transform: translateY(50px);
  opacity: 0;
}

.scrub-up-first {
  transform: translateY(50px);
  opacity: 0;
}

.reveal-type-block p, .reveal-type-block .article-content ul li, .article-content ul .reveal-type-block li, .reveal-type-block h2, .reveal-type-block h3, .reveal-type-block h4, .reveal-type-block h5, .reveal-type-block h6 {
  opacity: 0;
}

.header-type-anim {
  opacity: 0;
}
.header-type-anim.active {
  opacity: 1;
}
.header-type-anim div {
  opacity: 0;
  transform: translateY(60px);
}

.custom-popup {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.custom-popup.active-popup {
  opacity: 1;
}

.scale-hover {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.scale-hover:hover {
  transform: scale(1.05);
}

.footer-logo {
  top: 100%;
}

.img-load {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.img-load--primary {
  background: #ff0161;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}
.img-load--secondary {
  background: #170534;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 2;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.img-load--bg {
  transform-origin: left;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.arrow-roll:hover .icon--arrow-right {
  animation: roll-x-right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gradient-type-header {
  transition: all 0s ease-in-out;
  background: var(--Text-gradient, linear-gradient(106deg, #ffffff 0%, #ffffff 59.63%, #ffffff 91.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-type-header.active {
  background: var(--Text-gradient, linear-gradient(106deg, #FFFAD1 0%, #447ACB 59.63%, #21008E 91.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clip-reveal {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
}

@keyframes roll-x-right {
  0% {
    background-position: 0;
  }
  40% {
    background-position: 16px;
  }
  41% {
    background-position: -16px;
  }
  100% {
    background-position: 0;
  }
}
@keyframes ken-burns-zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.ken-burns-zoom-in {
  animation: ken-burns-zoom-in 20s ease-in-out forwards;
  will-change: transform;
}

.scrub-up-delayed {
  transform: translateY(0px);
  opacity: 0;
}

.news-item {
  transform: translateY(50px);
  opacity: 0;
}

.pulse-title--icon {
  opacity: 0;
}
.pulse-title--title {
  opacity: 0;
  transform: translateY(100%);
}

.pin {
  position: relative;
  height: 34px;
  width: 34px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/map-icon.png");
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(15, 226, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(15, 226, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 40px rgba(15, 226, 255, 0);
  }
}
.reveal-type {
  opacity: 0;
}
.reveal-type--active {
  opacity: 1;
}

.reveal-type-header {
  opacity: 0;
}
.reveal-type-header--active {
  opacity: 1;
}
.reveal-type-header .word {
  transform: translateY(115px);
}

.reveal-type-header-alt {
  opacity: 0;
}
.reveal-type-header-alt--active {
  opacity: 1;
}
.reveal-type-header-alt .word {
  transform: translateY(115px);
  transition: transform 0.5s;
}

.fade-in {
  opacity: 0;
}

.list-item-anim--line {
  transform: translateY(100%);
}

.list-item-anim--line--white {
  background: #fff !important;
}

.fade-in-initial {
  opacity: 0;
}

.line {
  overflow: hidden;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.animate-ticker {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: ticker-scroll 20s linear infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(15, 226, 255, 0);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(15, 226, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 25px rgba(15, 226, 255, 0);
  }
}
/* Marquee styles */
.marquee {
  --gap: 2rem;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 61%;
}
.marquee__content li {
  font-size: 44px;
  color: white;
  margin-bottom: 0px !important;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .marquee__content li {
    font-size: 60px;
  }
}
.marquee__content li img {
  max-width: 90%;
}
@media screen and (min-width: 640px) {
  .marquee__content li img {
    max-width: none;
  }
}
.marquee__content li.dark {
  color: black;
}

.marquee__content {
  animation: scrollNew 30s linear infinite;
}

@keyframes initialScroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(calc(0 - var(--gap)));
  }
}
@keyframes scrollNew {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes bounceNew {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
.view-post--open span {
  max-width: 100% !important;
  margin-right: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.view-post-white span {
  color: white;
  font-size: 18px;
}

:root {
  --color: #5A17C7;
}

.links-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.links-list li {
  color: #A0ABBB;
}

.text-teal {
  color: #027F9F !important;
}

.text-blue {
  color: #0057A3 !important;
}

.text-purple {
  color: #853690 !important;
}

.text-red {
  color: #F35042 !important;
}

.pointer-events-none {
  pointer-events: none;
}

@media (min-width: 1024px) {
  .reduced-heading-width h2, .reduced-heading-width h3, .reduced-heading-width h4, .reduced-heading-width h5 {
    max-width: 600px;
  }
}

.box-shadow {
  box-shadow: 0px 4px 20px 0px rgba(233, 24, 79, 0.5);
}

.img-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.img-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(39, 22, 18, 0.5) 0%, rgba(39, 22, 18, 0.5) 100%);
}

.img-gradient:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 21.39%), linear-gradient(90deg, rgba(15, 33, 69, 0.5) 0.2%, rgba(15, 33, 69, 0) 56.33%);
}

.force-text-white h3, .force-text-white h4, .force-text-white p, .force-text-white .article-content ul li, .article-content ul .force-text-white li {
  color: white !important;
}

.rotate-minus-30 {
  transform: rotate(-30deg);
}

.body .overflow-hidden {
  overflow: hidden !important;
}

.gradient-stroke {
  background: var(--Text-gradient, linear-gradient(106deg, #FFFAD1 0%, #447ACB 59.63%, #21008E 91.65%));
  position: relative;
  border: 0px;
}
.gradient-stroke:after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 0px;
  height: calc(100% - 4px);
  background: #0D0F11;
  z-index: 1;
  border-radius: 30px;
}

@keyframes scroll {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(15px);
  }
}
.line-top {
  width: 0px;
  max-width: 95px;
  height: 3px;
  background: white;
}
.line-top--primary {
  background: #010957;
}

.videoembed {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -o-object-fit: cover;
     object-fit: cover;
}

.default-radius {
  border-radius: 15px;
}
@media screen and (min-width: 640px) {
  .default-radius {
    border-radius: 30px;
  }
}

.primary-border-left {
  border-left: 1px solid #390E7D;
}
@media screen and (min-width: 640px) {
  .primary-border-left {
    border-left: 1px solid #390E7D;
  }
}

.primary-border-right {
  border-right: 1px solid #390E7D;
}
@media screen and (min-width: 640px) {
  .primary-border-right {
    border-right: 1px solid #390E7D;
  }
  .primary-border-left-2 {
    border-left: 2px solid #8546EA;
  }
  .primary-border-right-2 {
    border-right: 2px solid #8546EA;
  }
}

.primary-border-top {
  border-top: 1px solid #390E7D;
}

.primary-border-bottom {
  border-bottom: 1px solid #390E7D;
}

.wrapper {
  z-index: 10;
  position: relative;
}

.color-tertiary {
  color: #FF0161;
}

.initial-scale-in {
  transform: scale(0.94) translateY(20px);
  opacity: 0;
}

.primary-border {
  border: 2px solid var(--Secondary-100, #B690F2);
}

.custom-top-border {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top: 2px solid var(--Secondary-100, #B690F2);
  border-left: 2px solid var(--Secondary-100, #B690F2);
  border-right: 2px solid var(--Secondary-100, #B690F2);
}

.border-radius-30 {
  border-radius: 30px;
}

.custom-bottom-border {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom: 2px solid var(--Secondary-100, #B690F2);
  border-left: 2px solid var(--Secondary-100, #B690F2);
  border-right: 2px solid var(--Secondary-100, #B690F2);
}

.box-shadow {
  border-radius: 10px;
  background: #FFF;
}
.box-shadow--teal {
  box-shadow: 0px 4px 20px 2px rgba(133, 54, 144, 0.3);
}

.clip-left-slant {
  -webkit-clip-path: url("#clip-left-slant--mobile");
  clip-path: url("#clip-left-slant--mobile");
}
@media screen and (min-width: 640px) {
  .clip-left-slant {
    -webkit-clip-path: url("#clip-left-slant");
    clip-path: url("#clip-left-slant");
  }
}

.clip-diagonal--lg-bottom {
  -webkit-clip-path: url("#clip-diagonal--lg-bottom-svg--mobile");
  clip-path: url("#clip-diagonal--lg-bottom-svg--mobile");
}
@media screen and (min-width: 1024px) {
  .clip-diagonal--lg-bottom {
    -webkit-clip-path: url("#clip-diagonal--lg-bottom-svg");
    clip-path: url("#clip-diagonal--lg-bottom-svg");
  }
}
.clip-diagonal--lg-bottom-alt {
  -webkit-clip-path: url("#clip-diagonal--lg-bottom-alt-svg--mobile");
  clip-path: url("#clip-diagonal--lg-bottom-alt-svg--mobile");
}
@media screen and (min-width: 1024px) {
  .clip-diagonal--lg-bottom-alt {
    -webkit-clip-path: url("#clip-diagonal--lg-bottom-alt-svg");
    clip-path: url("#clip-diagonal--lg-bottom-alt-svg");
  }
}
.clip-diagonal--lg-top {
  -webkit-clip-path: url("#clip-diagonal--lg-top-svg--mobile");
  clip-path: url("#clip-diagonal--lg-top-svg--mobile");
}
@media screen and (min-width: 1024px) {
  .clip-diagonal--lg-top {
    -webkit-clip-path: url("#clip-diagonal--lg-top-svg");
    clip-path: url("#clip-diagonal--lg-top-svg");
  }
}
.clip-diagonal--lg-top-alt {
  -webkit-clip-path: url("#clip-diagonal--lg-top-alt-svg--mobile");
  clip-path: url("#clip-diagonal--lg-top-alt-svg--mobile");
}
@media screen and (min-width: 1024px) {
  .clip-diagonal--lg-top-alt {
    -webkit-clip-path: url("#clip-diagonal--lg-top-alt-svg");
    clip-path: url("#clip-diagonal--lg-top-alt-svg");
  }
}
.clip-diagonal--xl-top {
  -webkit-clip-path: url("#clip-diagonal--xl-svg--mobile");
  clip-path: url("#clip-diagonal--xl-top-svg--mobile");
}
@media screen and (min-width: 1024px) {
  .clip-diagonal--xl-top {
    -webkit-clip-path: url("#clip-diagonal--xl-svg");
    clip-path: url("#clip-diagonal--xl-top-svg");
  }
}
.clip-diagonal--xs-both {
  -webkit-clip-path: url("#clip-diagonal--xs-both-svg--mobile");
  clip-path: url("#clip-diagonal--xs-both-svg--mobile");
}
@media screen and (min-width: 1024px) {
  .clip-diagonal--xs-both {
    -webkit-clip-path: url("#clip-diagonal--xs-both-svg");
    clip-path: url("#clip-diagonal--xs-both-svg");
  }
}
.clip-diagonal--sm-both {
  -webkit-clip-path: url("#clip-diagonal--sm-both-svg--mobile");
  clip-path: url("#clip-diagonal--sm-both-svg--mobile");
}
@media screen and (min-width: 1024px) {
  .clip-diagonal--sm-both {
    -webkit-clip-path: url("#clip-diagonal--sm-both-svg");
    clip-path: url("#clip-diagonal--sm-both-svg");
  }
}
.clip-diagonal--sm-both-alt {
  -webkit-clip-path: url("#clip-diagonal--sm-both-alt-svg--mobile");
  clip-path: url("#clip-diagonal--sm-both-alt-svg--mobile");
}
@media screen and (min-width: 1024px) {
  .clip-diagonal--sm-both-alt {
    -webkit-clip-path: url("#clip-diagonal--sm-both-alt-svg");
    clip-path: url("#clip-diagonal--sm-both-alt-svg");
  }
}
.clip-diagonal--sm-bottom {
  -webkit-clip-path: url("#clip-diagonal--sm-bottom-svg--mobile");
  clip-path: url("#clip-diagonal--sm-bottom-svg--mobile");
}
@media screen and (min-width: 1024px) {
  .clip-diagonal--sm-bottom {
    -webkit-clip-path: url("#clip-diagonal--sm-bottom-svg");
    clip-path: url("#clip-diagonal--sm-bottom-svg");
  }
}
.clip-diagonal--md-bottom {
  -webkit-clip-path: url("#clip-diagonal--md-bottom-svg--mobile");
  clip-path: url("#clip-diagonal--md-bottom-svg--mobile");
}
@media screen and (min-width: 1024px) {
  .clip-diagonal--md-bottom {
    -webkit-clip-path: url("#clip-diagonal--md-bottom-svg");
    clip-path: url("#clip-diagonal--md-bottom-svg");
  }
}
.clip-diagonal--md-both {
  -webkit-clip-path: url("#clip-diagonal--md-both-svg--mobile");
  clip-path: url("#clip-diagonal--md-both-svg--mobile");
}
@media screen and (min-width: 1024px) {
  .clip-diagonal--md-both {
    -webkit-clip-path: url("#clip-diagonal--md-both-svg");
    clip-path: url("#clip-diagonal--md-both-svg");
  }
}
.clip-diagonal--md-both-alt {
  -webkit-clip-path: url("#clip-diagonal--md-both-alt-svg--mobile");
  clip-path: url("#clip-diagonal--md-both-alt-svg--mobile");
}
@media screen and (min-width: 1024px) {
  .clip-diagonal--md-both-alt {
    -webkit-clip-path: url("#clip-diagonal--md-both-alt-svg");
    clip-path: url("#clip-diagonal--md-both-alt-svg");
  }
}
.clip-diagonal--xl-both-alt {
  -webkit-clip-path: url("#clip-diagonal--xl-both-alt-svg--mobile");
  clip-path: url("#clip-diagonal--xl-both-alt-svg--mobile");
}
@media screen and (min-width: 1024px) {
  .clip-diagonal--xl-both-alt {
    -webkit-clip-path: url("#clip-diagonal--xl-both-alt-svg");
    clip-path: url("#clip-diagonal--xl-both-alt-svg");
  }
}

.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-before {
  position: relative;
  overflow: hidden;
}
.item-before:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-left: 6px solid var(--EV8-Switch-S-600, #174F89);
}

.angle:after, .angle:before {
  content: "";
  position: absolute;
}
.angle--after-grey:after {
  background: #F3F5F8;
}
.angle--before-grey:before {
  background: #F3F5F8;
}
.angle--after-white:after {
  background: #FFFFFF;
}
.angle--before-white:after {
  background: #FFFFFF;
}
.angle--after-black:after {
  background: #000000;
}
.angle--before-black:after {
  background: #000000;
}
.angle--top:before {
  right: 0;
  top: -78px;
  left: -20px;
  right: -20px;
  height: 140px;
  width: 105%;
  transform: rotate(5deg);
}
.angle--bottom::after {
  right: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  bottom: -78px;
  height: 140px;
  width: 105%;
  transform: rotate(5deg);
}
.angle--bottom-inverted:after {
  right: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  bottom: -78px;
  height: 140px;
  width: 105%;
  transform: rotate(5deg);
  transform: rotate(-5deg);
}

canvas {
  transition: opacity 0.3s;
  --gradient-color-1: #060106;
  --gradient-color-2: #FC035D;
  --gradient-color-3: #1E0E81;
  --gradient-color-4: #4C68FA;
}

/*! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1900px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-top-10 {
  top: -2.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[2vh\] {
  bottom: 2vh;
}
.left-0 {
  left: 0px;
}
.left-\[2vw\] {
  left: 2vw;
}
.right-0 {
  right: 0px;
}
.right-8 {
  right: 2rem;
}
.right-\[-100px\] {
  right: -100px;
}
.right-\[0px\] {
  right: 0px;
}
.right-\[25px\] {
  right: 25px;
}
.right-\[2vw\] {
  right: 2vw;
}
.top-0 {
  top: 0px;
}
.top-8 {
  top: 2rem;
}
.top-\[\$mobile\] {
  top: $mobile;
}
.top-\[-10\%\] {
  top: -10%;
}
.top-\[-240\%\] {
  top: -240%;
}
.top-\[0\%\] {
  top: 0%;
}
.top-\[25px\] {
  top: 25px;
}
.top-\[2vh\] {
  top: 2vh;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[50px\] {
  top: 50px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[60\] {
  z-index: 60;
}
.\!order-1 {
  order: 1 !important;
}
.\!order-2 {
  order: 2 !important;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.m-0 {
  margin: 0px;
}
.mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[3rem\] {
  margin-bottom: 3rem;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-\[-15\%\] {
  margin-top: -15%;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-12 {
  height: 3rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[60\%\] {
  height: 60%;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[70\%\] {
  height: 70%;
}
.h-\[74px\] {
  height: 74px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[calc\(100\%_\+_\$mobile\)\] {
  height: calc(100% + $mobile);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-\[138px\] {
  max-height: 138px;
}
.max-h-\[39px\] {
  max-height: 39px;
}
.max-h-\[50px\] {
  max-height: 50px;
}
.max-h-\[60px\] {
  max-height: 60px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[340px\] {
  min-height: 340px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-\[560px\] {
  min-height: 560px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.w-1\/2 {
  width: 50%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[74px\] {
  width: 74px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[270px\] {
  min-width: 270px;
}
.min-w-\[3px\] {
  min-width: 3px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[110px\] {
  max-width: 110px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[15px\] {
  max-width: 15px;
}
.max-w-\[18px\] {
  max-width: 18px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[20px\] {
  max-width: 20px;
}
.max-w-\[23px\] {
  max-width: 23px;
}
.max-w-\[24px\] {
  max-width: 24px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[60px\] {
  max-width: 60px;
}
.max-w-\[75px\] {
  max-width: 75px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[910px\] {
  max-width: 910px;
}
.max-w-\[940px\] {
  max-width: 940px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.translate-y-\[-50px\] {
  --tw-translate-y: -50px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.3\] {
  --tw-scale-x: 1.3;
  --tw-scale-y: 1.3;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[35px\] {
  gap: 35px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[7rem\] {
  gap: 7rem;
}
.gap-\[80px\] {
  gap: 80px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-\[40px\] {
  row-gap: 40px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-bl-\[10px\] {
  border-bottom-left-radius: 10px;
}
.rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.rounded-br-\[10px\] {
  border-bottom-right-radius: 10px;
}
.rounded-br-none {
  border-bottom-right-radius: 0px;
}
.rounded-tl-\[10px\] {
  border-top-left-radius: 10px;
}
.rounded-tl-none {
  border-top-left-radius: 0px;
}
.rounded-tr-\[10px\] {
  border-top-right-radius: 10px;
}
.rounded-tr-none {
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-\[\#271612\] {
  --tw-border-opacity: 1;
  border-color: rgb(39 22 18 / var(--tw-border-opacity));
}
.bg-\[\#E9184F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 24 79 / var(--tw-bg-opacity));
}
.bg-\[\#F0F0F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-\[\#F35042\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 80 66 / var(--tw-bg-opacity));
}
.bg-\[\#F3F5F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 248 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 163 / var(--tw-bg-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 5 / var(--tw-bg-opacity));
}
.bg-dark-alt {
  --tw-bg-opacity: 1;
  background-color: rgb(44 46 49 / var(--tw-bg-opacity));
}
.bg-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(243 245 248 / var(--tw-bg-opacity));
}
.bg-grey-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(39 22 18 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#000000\] {
  --tw-gradient-from: #000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.\!p-\[5px\] {
  padding: 5px !important;
}
.p-10 {
  padding: 2.5rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-9 {
  padding: 2.25rem;
}
.p-\[19px\] {
  padding: 19px;
}
.p-\[25px\] {
  padding: 25px;
}
.p-\[30px\] {
  padding: 30px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[0vw\] {
  padding-left: 0vw;
  padding-right: 0vw;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[80px\] {
  padding-left: 80px;
  padding-right: 80px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.\!pl-0 {
  padding-left: 0px !important;
}
.\!pr-0 {
  padding-right: 0px !important;
}
.\!pt-\[15px\] {
  padding-top: 15px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[0px\] {
  padding-bottom: 0px;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[120px\] {
  padding-bottom: 120px;
}
.pb-\[22px\] {
  padding-bottom: 22px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[35px\] {
  padding-bottom: 35px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[5px\] {
  padding-left: 5px;
}
.pr-\[0px\] {
  padding-right: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[0px\] {
  padding-top: 0px;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.pt-\[200px\] {
  padding-top: 200px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[220px\] {
  padding-top: 220px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[3rem\] {
  padding-top: 3rem;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pt-\[90px\] {
  padding-top: 90px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.\!text-\[16px\] {
  font-size: 16px !important;
}
.text-2xl {
  font-size: 3.75rem;
  line-height: 1.2;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1.063rem;
  line-height: 28px;
}
.text-lg {
  font-size: 1.75rem;
  line-height: 1.2;
}
.text-sm {
  font-size: 1rem;
  line-height: 1.3;
}
.text-xs {
  font-size: 0.875rem;
  line-height: 1.3;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[700\] {
  font-weight: 700;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[100\%\] {
  line-height: 100%;
}
.leading-\[30px\] {
  line-height: 30px;
}
.tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#2C2E31\] {
  --tw-text-opacity: 1;
  color: rgb(44 46 49 / var(--tw-text-opacity));
}
.text-\[\#AFB4BC\] {
  --tw-text-opacity: 1;
  color: rgb(175 180 188 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 87 163 / var(--tw-text-opacity));
}
.text-dark-alt {
  --tw-text-opacity: 1;
  color: rgb(44 46 49 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-grey-dark {
  --tw-text-opacity: 1;
  color: rgb(39 22 18 / var(--tw-text-opacity));
}
.text-purple {
  --tw-text-opacity: 1;
  color: rgb(133 54 144 / var(--tw-text-opacity));
}
.text-teal {
  --tw-text-opacity: 1;
  color: rgb(2 127 159 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-70 {
  opacity: 0.7;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body {
  color: #2C2E31;
  background: #FFF;
  font-family: "inter", sans-serif;
}

.container {
  padding: 20px;
}
@media (min-width: 1024px) {
  .container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.font-primary {
  font-family: "Inter", sans-serif;
}

.font-secondary {
  font-family: "inter", sans-serif;
}

.pt-small {
  padding-top: 1.5rem;
}
.pt-medium {
  padding-top: 3rem;
}
.pt-large {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .pt-large {
    padding-top: 6rem;
  }
}
.pt-xlarge {
  padding-top: 6rem;
}
@media (min-width: 768px) {
  .pt-xlarge {
    padding-top: 12rem;
  }
}

.pb-small {
  padding-bottom: 1.5rem;
}
.pb-medium {
  padding-bottom: 3rem;
}
.pb-large {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .pb-large {
    padding-bottom: 6rem;
  }
}
.pb-xlarge {
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .pb-xlarge {
    padding-bottom: 12rem;
  }
}

.fade-in-elements {
  opacity: 0;
  transform: translateY(40px);
}

.img-white {
  filter: brightness(0) invert(1);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    margin-bottom: 18px;
  }
}

p, .article-content ul li, .paragraph-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

@media (min-width: 1024px) {
  p, .article-content ul li, .paragraph-content {
    font-size: 20px;
  }
}

p, .article-content ul li, .paragraph-content {
  font-family: "inter", sans-serif;
}
p.p--small, .article-content ul li.p--small, p--small, p .p--small, .article-content ul li .p--small, .paragraph-content.p--small, .paragraph-content--small, .paragraph-content .p--small {
  font-size: 16px;
  line-height: 160%;
}
p.p--medium, .article-content ul li.p--medium, p--medium, p .p--medium, .article-content ul li .p--medium, .paragraph-content.p--medium, .paragraph-content--medium, .paragraph-content .p--medium {
  font-size: 16px;
  line-height: 160%;
}
@media (min-width: 1024px) {
  p.p--medium, .article-content ul li.p--medium, p--medium, p .p--medium, .article-content ul li .p--medium, .paragraph-content.p--medium, .paragraph-content--medium, .paragraph-content .p--medium {
    font-size: 17px;
  }
}
p .p--large, .article-content ul li .p--large, p--large, p.p--large, .article-content ul li.p--large, .paragraph-content .p--large, .paragraph-content--large, .paragraph-content.p--large {
  font-size: 18px;
  line-height: 160%;
}
@media (min-width: 1024px) {
  p .p--large, .article-content ul li .p--large, p--large, p.p--large, .article-content ul li.p--large, .paragraph-content .p--large, .paragraph-content--large, .paragraph-content.p--large {
    font-size: 28px;
  }
}

.p--small p, .article-content ul .p--small li, .p--small ul li {
  font-size: 15px;
  line-height: 160%;
}

@media (min-width: 1024px) {
  .p--small p, .article-content ul .p--small li, .p--small ul li {
    font-size: 17px;
  }
}

h1, .h1 {
  font-size: 35px;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: 0.64px;
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 55px;
    font-weight: 500;
    line-height: 105%;
  }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-weight: 500;
    }
  }
}
h1.h1--small, h1 .h1--small, .h1.h1--small, .h1 .h1--small {
  font-size: 30px;
  font-weight: 500;
  line-height: 115%;
}
@media (min-width: 1024px) {
  h1.h1--small, h1 .h1--small, .h1.h1--small, .h1 .h1--small {
    font-size: 45px;
    line-height: 125%;
  }
}
h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium {
  font-size: 38px;
  font-weight: 500;
  line-height: 115%;
}
@media (min-width: 1024px) {
  h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium {
    font-size: 48px;
    line-height: 125%;
  }
}
@media (min-width: 1280px) {
  h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium {
    font-size: 48px;
  }
}
@media (min-width: 1536px) {
  h1.h1--medium, h1 .h1--medium, .h1.h1--medium, .h1 .h1--medium {
    font-size: 59px;
  }
}

h2, .h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 105%;
}

@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 38px;
  }
}
h2.h2--small, h2 .h2--small, .h2.h2--small, .h2 .h2--small {
  font-size: 64px;
  font-weight: 500;
  line-height: 86%;
}

h3, .h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 36px;
  }
}
h3.h3--alt, h3 .h3-alt, .h3.h3--alt, .h3 .h3-alt {
  font-size: 26px;
  font-weight: 600;
  line-height: 105%;
}
@media (min-width: 1024px) {
  h3.h3--alt, h3 .h3-alt, .h3.h3--alt, .h3 .h3-alt {
    font-size: 38px;
  }
}
h3.h3--small, h3 .h3--small, .h3.h3--small, .h3 .h3--small {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.30px;
}
@media (min-width: 1024px) {
  h3.h3--small, h3 .h3--small, .h3.h3--small, .h3 .h3--small {
    font-size: 30px;
  }
}
h3.h3--xsmall, h3 .h3--xsmall, .h3.h3--xsmall, .h3 .h3--xsmall {
  font-size: 17px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 3.2px;
}
@media (min-width: 1024px) {
  h3.h3--xsmall, h3 .h3--xsmall, .h3.h3--xsmall, .h3 .h3--xsmall {
    font-size: 17px;
  }
}

h4, .h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 105%;
}

@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 28px;
  }
}
h4.h4--alt, h4 .h4-alt, .h4.h4--alt, .h4 .h4-alt {
  font-size: 18px;
  font-weight: 600;
  line-height: 105%;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(255 151 142 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  h4.h4--alt, h4 .h4-alt, .h4.h4--alt, .h4 .h4-alt {
    font-size: 20px;
  }
}

h5, .h5 {
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
}

@media (min-width: 1024px) {
  h5, .h5 {
    font-size: 23px;
    line-height: 28px;
  }
}

a:focus {
  outline: none;
}

.bg-pink {
  background: #FF978E;
}

.bg-blue {
  background: #1C71BB;
}

.bg-blue h1, .bg-blue .h1, .bg-blue h2, .bg-blue .h2, .bg-blue h3, .bg-blue .h3, .bg-blue h5, .bg-blue .h5, .bg-blue p, .bg-blue .article-content ul li, .article-content ul .bg-blue li, .bg-blue .p,
.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h5,
.bg-dark .h5,
.bg-dark p,
.bg-dark .article-content ul li,
.article-content ul .bg-dark li,
.bg-dark .p {
  color: white;
}

.bg-white h1, .bg-white .h1, .bg-white h2, .bg-white .h2, .bg-white h3, .bg-white .h3, .bg-white h5, .bg-white .h5, .bg-white p, .bg-white .article-content ul li, .article-content ul .bg-white li, .bg-white .p {
  color: #2C2E31;
}

.bg-purple {
  background: #11203D !important;
}
.bg-purple h1, .bg-purple .h1, .bg-purple h2, .bg-purple .h2, .bg-purple h3, .bg-purple .h3, .bg-purple h4, .bg-purple .h4, .bg-purple h5, .bg-purple .h5, .bg-purple p, .bg-purple .article-content ul li, .article-content ul .bg-purple li, .bg-purple .p {
  color: white;
}

/* Site Header */
.home .nav-bg .header__logo {
  opacity: 1 !important;
}

.white-logo {
  filter: brightness(0) invert(1);
}

.header {
  position: fixed;
  top: 20px;
}
.header__nav li a {
  font-size: 17px;
  line-height: 27px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.header__nav .menu {
  display: flex;
  gap: 2.25rem;
}
.header--light .white-logo {
  display: block !important;
}
.header--light .dark-logo {
  display: none;
}
.header--dark .header__nav li a {
  color: #2C2E31;
}
.header--dark .dark-logo {
  display: block !important;
}
.header--dark .white-logo {
  display: none;
}
.header .white-logo {
  display: none;
}
.header--hide {
  opacity: 0 !important;
}
.header .menu-item-has-children > a {
  padding-bottom: 2.5rem;
}
.header .menu-item-has-children:hover .sub-menu {
  pointer-events: auto;
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.header .sectors-sub .sub-menu {
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.header .sectors-sub .menu-item__image {
  max-height: 178px !important;
}
.header .sub-menu {
  display: none;
  --tw-translate-y: 1.5rem;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  position: absolute;
  display: flex;
  --tw-translate-x: -3.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  row-gap: 2rem;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 25px;
  padding-left: 1.75rem;
  padding-bottom: 1.25rem;
  text-align: left;
}
.header .sub-menu h1,.header .sub-menu .h1,.header .sub-menu h2,.header .sub-menu .h2,.header .sub-menu h3,.header .sub-menu .h3,.header .sub-menu h5,.header .sub-menu .h5,.header .sub-menu p,.header .sub-menu .article-content ul li, .article-content ul .header .sub-menu li,.header .sub-menu .p {
  color: #2C2E31;
}
@media (min-width: 1024px) {
  .header .sub-menu {
    min-width: 330px;
  }
}
.header .sub-menu::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 5rem;
  z-index: 10;
  height: 0px;
  width: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  border-top: none;
}
.header .sub-menu::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  pointer-events: none;
  filter: drop-shadow(0px 4px 20.5px #8A5F6A);
}
.header .sub-menu .menu-item {
  position: relative;
}
.header .sub-menu .menu-item:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  height: 100%;
  width: 3px;
}
.header .sub-menu .menu-item:nth-of-type(1)::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 163 / var(--tw-bg-opacity));
  background: #1C71BB;
}
.header .sub-menu .menu-item:nth-of-type(1) h1::before,.header .sub-menu .menu-item:nth-of-type(1) .h1::before,.header .sub-menu .menu-item:nth-of-type(1) h2::before,.header .sub-menu .menu-item:nth-of-type(1) .h2::before,.header .sub-menu .menu-item:nth-of-type(1) h3::before,.header .sub-menu .menu-item:nth-of-type(1) .h3::before,.header .sub-menu .menu-item:nth-of-type(1) h5::before,.header .sub-menu .menu-item:nth-of-type(1) .h5::before,.header .sub-menu .menu-item:nth-of-type(1) p::before,.header .sub-menu .menu-item:nth-of-type(1) .article-content ul li::before, .article-content ul .header .sub-menu .menu-item:nth-of-type(1) li::before,.header .sub-menu .menu-item:nth-of-type(1) .p::before {
  color: white;
}
.header .sub-menu .menu-item:nth-of-type(2)::before {
  --tw-bg-opacity: 1;
  background-color: rgb(2 127 159 / var(--tw-bg-opacity));
}
.header .sub-menu .menu-item:nth-of-type(3)::before {
  --tw-bg-opacity: 1;
  background-color: rgb(133 54 144 / var(--tw-bg-opacity));
  background: #11203D;
}
.header .sub-menu .menu-item:nth-of-type(3) h1::before,.header .sub-menu .menu-item:nth-of-type(3) .h1::before,.header .sub-menu .menu-item:nth-of-type(3) h2::before,.header .sub-menu .menu-item:nth-of-type(3) .h2::before,.header .sub-menu .menu-item:nth-of-type(3) h3::before,.header .sub-menu .menu-item:nth-of-type(3) .h3::before,.header .sub-menu .menu-item:nth-of-type(3) h4::before,.header .sub-menu .menu-item:nth-of-type(3) .h4::before,.header .sub-menu .menu-item:nth-of-type(3) h5::before,.header .sub-menu .menu-item:nth-of-type(3) .h5::before,.header .sub-menu .menu-item:nth-of-type(3) p::before,.header .sub-menu .menu-item:nth-of-type(3) .article-content ul li::before, .article-content ul .header .sub-menu .menu-item:nth-of-type(3) li::before,.header .sub-menu .menu-item:nth-of-type(3) .p::before {
  color: white;
}
.header .sub-menu .menu-item:nth-of-type(4)::before {
  --tw-bg-opacity: 1;
  background-color: rgb(243 80 66 / var(--tw-bg-opacity));
}
.header .sub-menu .menu-item:nth-of-type(5)::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 163 / var(--tw-bg-opacity));
  background: #1C71BB;
}
.header .sub-menu .menu-item:nth-of-type(5) h1::before,.header .sub-menu .menu-item:nth-of-type(5) .h1::before,.header .sub-menu .menu-item:nth-of-type(5) h2::before,.header .sub-menu .menu-item:nth-of-type(5) .h2::before,.header .sub-menu .menu-item:nth-of-type(5) h3::before,.header .sub-menu .menu-item:nth-of-type(5) .h3::before,.header .sub-menu .menu-item:nth-of-type(5) h5::before,.header .sub-menu .menu-item:nth-of-type(5) .h5::before,.header .sub-menu .menu-item:nth-of-type(5) p::before,.header .sub-menu .menu-item:nth-of-type(5) .article-content ul li::before, .article-content ul .header .sub-menu .menu-item:nth-of-type(5) li::before,.header .sub-menu .menu-item:nth-of-type(5) .p::before {
  color: white;
}
.header .sub-menu .menu-item a {
  display: block;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.header .sub-menu .menu-item:not(.menu-item__image) {
  padding-right: 1.75rem;
  padding-left: 1.25rem;
}
.header .sub-menu .menu-item:has(.menu-item__image) {
  position: absolute;
  top: 0px;
  left: -1px;
  height: 100%;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 25px;
  padding-bottom: 1.25rem;
  background-color: #F3F5F8;
  transform: translateX(calc(100% - 1px));
  box-shadow: 8px 4px 20px rgba(138, 95, 106, 0.1294117647);
}
.header .sub-menu .menu-item:has(.menu-item__image) a:first-of-type {
  --tw-text-opacity: 1;
  color: rgb(243 80 66 / var(--tw-text-opacity));
  color: #F35042;
}
.header .sub-menu .menu-item a.menu-item__image-link {
  display: none;
  --tw-text-opacity: 1;
  color: rgb(243 80 66 / var(--tw-text-opacity));
  color: #F35042;
}
@media (min-width: 1024px) {
  .header .sub-menu .menu-item a.menu-item__image-link {
    display: block;
  }
}
.header .sub-menu .menu-item a.menu-item__image-link {
  font-size: 90%;
}
.header .sub-menu .menu-item-description {
  font-size: 90%;
}

.strapline {
  position: relative;
}
.strapline svg {
  max-width: 96%;
  top: -2px;
  position: relative;
}
.strapline:before {
  content: "";
  height: 150%;
  width: 2px;
  background: white;
  position: absolute;
  left: -9px;
  top: -9px;
}

.site-header {
  width: 100%;
  z-index: 14;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-position: bottom;
}
.site-header .button {
  color: #fff;
}
.site-header .button:hover {
  color: #010957;
}
.site-header:after {
  transition: 0.8s all ease-in-out;
  content: "";
  background: #010957;
  height: 0;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.3;
  position: absolute;
  z-index: -1;
}
.site-header .btn--animate {
  display: none;
}
@media screen and (min-width: 640px) {
  .site-header .btn--animate {
    display: inline-block;
  }
}
.site-header.bg {
  background: #010957;
}
.site-header.scroll-bg:after {
  height: 100%;
}
.site-header .blue-logo {
  display: none;
}
.site-header.active, .site-header.white {
  background: #fff;
}
.site-header.active .button, .site-header.white .button {
  color: #010957;
}
.site-header.active .white-logo, .site-header.white .white-logo {
  display: none;
}
.site-header.active .blue-logo, .site-header.white .blue-logo {
  display: block;
}
.site-header.active .logo-wrap svg path, .site-header.white .logo-wrap svg path {
  fill: #ACCAD9;
}
.site-header.active .logo-wrap .site-logo svg path, .site-header.white .logo-wrap .site-logo svg path {
  fill: #010957;
}
.site-header.active svg g, .site-header.white svg g {
  stroke: #010957;
}
.site-header.active .m-icon .top, .site-header.active .m-icon .bot, .site-header.white .m-icon .top, .site-header.white .m-icon .bot {
  background-color: #010957;
}

.search-form {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #ACCAD9;
}
@media screen and (min-width: 640px) {
  .search-form {
    margin-right: 10px;
    max-width: 180px;
    border: 1px solid #010957;
  }
}
.search-form .search-field {
  flex: 1;
  background: none;
  border-radius: 30px 0 0 30px;
  border: none;
  padding: 0 0 0 20px;
  box-shadow: none;
  height: 54px;
  margin: 0;
  font-size: 19px;
}
@media screen and (min-width: 640px) {
  .search-form .search-field {
    height: 50px;
    font-size: 15px;
  }
}
.search-form button {
  background: none;
  position: relative;
  left: -8px;
  width: 48px;
  color: #fff;
  height: 48px;
}
@media screen and (min-width: 640px) {
  .search-form button {
    height: 35px;
    width: 60px;
    position: static;
  }
}
.search-form button svg {
  margin: 0 auto;
}

.search-toggle-lrg {
  position: relative;
}
.search-toggle-lrg svg {
  position: relative;
  z-index: 10;
}
.search-toggle-lrg .search-wrap {
  max-width: 0;
  width: 90vw;
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 4;
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
}
.search-toggle-lrg .search-wrap .search-form {
  width: 100%;
  max-width: 100%;
}
.search-toggle-lrg.active .search-wrap {
  max-width: 50vw;
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .search-toggle-lrg.active .search-wrap {
    max-width: 60vw;
  }
}

.header {
  top: 10px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.header:after {
  content: "";
  background: white !important;
  height: 0;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}
@media screen and (min-width: 640px) {
  .header {
    top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    top: 0px;
  }
  .header.scroll-bg {
    transform: translateY(-150%);
  }
}
.header.scroll-bg:after {
  height: 0px;
}
.header.nav-bg {
  padding-top: 0px;
  padding-bottom: 8px;
  top: 0px;
}
@media screen and (min-width: 1024px) {
  .header.nav-bg {
    padding-top: 12px;
    padding-bottom: 8px;
  }
}
.header.nav-bg:after {
  height: 73px !important;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1411764706);
}
.header.nav-bg .dark-logo {
  display: block !important;
}
.header.nav-bg .white-logo {
  display: none !important;
}
.header.nav-bg .menu-item-has-children {
  position: relative;
}
.header.nav-bg .menu-item-has-children:after {
  content: "";
  background: url("/wp-content/themes/branch/src/img/arrow-down.svg") no-repeat center center !important;
}
.header.nav-bg .m-icon .icon {
  border: 2px solid #E9184F;
}
.header.nav-bg .m-icon .icon .top, .header.nav-bg .m-icon .icon .mid, .header.nav-bg .m-icon .icon .bot {
  background-color: #E9184F;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .header.nav-bg {
    padding-top: 14px;
    padding-bottom: 14px;
    position: fixed;
  }
}
.header.nav-bg .header__nav li a {
  color: #2C2E31;
}
.header.nav-bg .header__bar {
  top: 5px;
  position: fixed;
}
.header.nav-bg .slideout-active .header__bar {
  top: 10px;
}
.header.nav-bg .header__button--white, .header.nav-bg .logo--light {
  display: none;
}
.header.nav-bg .header__button--border, .header.nav-bg .logo--dark {
  display: block;
}
.header.nav-bg .header__logo {
  max-width: 75px;
}
@media (min-width: 1024px) {
  .header.nav-bg .header__logo {
    max-width: 110px;
  }
}
.header.nav-bg .dark-logo {
  display: none;
}
.header.nav-bg .light-logo {
  display: block;
}
.header__nav .menu-services-container a {
  position: relative;
  padding: 0px;
}
.header__nav .menu-services-container a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: currentColor;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.header__nav .menu-services-container .menu {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__nav .menu-services-container .menu li {
  font-size: 14px;
  letter-spacing: 0.3px;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .header__nav .menu-services-container .menu li {
    font-size: 15px;
  }
}
.header__nav .menu-services-container .menu li a {
  font-family: "inter", sans-serif;
  transition: 0.3s ease-in-out;
  opacity: 0;
  position: relative;
  color: white;
}
.header__nav .menu-services-container .menu li a:hover {
  color: #fff;
}
.header__nav .menu-services-container .menu li.current_page_item a {
  color: #fff;
}
.header__nav .menu-services-container .menu li.item--1 a {
  transition-delay: 0.2s;
}
.header__nav .menu-services-container .menu li.item--2 a {
  transition-delay: 0.3s;
}
.header__nav .menu-services-container .menu li.item--3 a {
  transition-delay: 0.4s;
}
.header__nav .menu-services-container .menu li.item--4 a {
  transition-delay: 0.5s;
}
.header__nav .menu-services-container .menu li.item--5 a {
  transition-delay: 0.6s;
}
.header__nav .menu-services-container .menu li.item--6 a {
  transition-delay: 0.7s;
}
.header__nav .menu-services-container .menu .menu-item-has-children {
  position: relative;
}
.header__nav .menu-services-container .menu .menu-item-has-children a {
  margin-right: 10px;
}
.header__nav .menu-services-container .menu .menu-item-has-children:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0px;
  position: relative;
  right: 10px;
  background: url("/wp-content/themes/branch/src/img/arrow-down.svg") no-repeat center center;
  background-size: contain;
  transition: transform 0.3s;
  width: 9px;
  height: 9px;
  top: 0px;
}
@media screen and (min-width: 640px) {
  .header__nav .menu-services-container .menu .menu-item-has-children:after {
    width: 12px;
    height: 12px;
    top: -2px;
  }
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover:after {
  transform: rotate(180deg);
}
.header__nav .menu-services-container .menu .menu-item-has-children > .sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  padding-left: 0px;
  padding-top: 14px;
  min-width: 280px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s;
  z-index: 20;
  box-shadow: 0px 4px 20px rgba(138, 95, 106, 0.1294117647);
}
.header__nav .menu-services-container .menu .menu-item-has-children > .sub-menu li {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
  padding: 4px 0;
}
.header__nav .menu-services-container .menu .menu-item-has-children > .sub-menu li a {
  font-size: 14px;
  padding: 10px 12px;
  padding-left: 0px;
  text-align: left;
}
.header__nav .menu-services-container .menu .menu-item-has-children > .sub-menu li a:after {
  display: none;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu, .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li, .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li {
  opacity: 1;
  transform: translateY(0);
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(1), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(1) {
  transition-delay: 0.19s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(2), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(2) {
  transition-delay: 0.26s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(3), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(3) {
  transition-delay: 0.33s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(4), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(4) {
  transition-delay: 0.4s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(5), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(5) {
  transition-delay: 0.47s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(6), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(6) {
  transition-delay: 0.54s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(7), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(7) {
  transition-delay: 0.61s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(8), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(8) {
  transition-delay: 0.68s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(9), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(9) {
  transition-delay: 0.75s;
}
.header__nav .menu-services-container .menu .menu-item-has-children:hover > .sub-menu li:nth-child(10), .header__nav .menu-services-container .menu .menu-item-has-children:focus-within > .sub-menu li:nth-child(10) {
  transition-delay: 0.82s;
}
.header--light .light-logo {
  display: none;
}
.header--light .header__nav .menu-services-container .menu {
  color: #11203D;
}
.header--light .header__nav .menu-services-container .menu li a {
  color: #11203D;
}
.header--light .header__nav .menu-services-container .menu li a:hover {
  color: #010957;
}
.header--light .header__nav .menu-services-container .menu .menu-item-has-children:after {
  background: url("/wp-content/themes/branch/src/img/arrow-down.svg") no-repeat center center;
  background-size: contain;
}
.header--light:after {
  background: transparent;
}
.header.active {
  opacity: 1;
}
.header.active .header__logo {
  transform: scale(1);
  opacity: 1;
}
@media screen and (min-width: 640px) {
  .header.active .header__logo {
    transform: scale(1);
  }
}
.header.active .header__nav {
  padding: 8px 10px;
  padding-right: 0;
}
.header.active .header__nav .menu-services-container .menu li a {
  opacity: 1;
  transform: translateY(0);
  top: 0px;
}
.header.active .header__nav .menu-services-container .menu li a.after {
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 2px;
  background-color: white;
}
.header__logo {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.page-template-template-home {
  background: #150634;
}

.social {
  display: flex;
  gap: 20px;
}
.social li img {
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer {
  position: relative;
}
.footer__inner {
  position: relative;
}
.footer__heading {
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}
.footer__menu .menu {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .footer__menu .menu {
    flex-direction: column;
    gap: 0px;
    padding-top: 0px;
  }
}
.footer__menu .sub-menu {
  display: none !important;
}
.footer__menu li a {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.footer__menu li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.footer li:not(:last-child) {
  margin-bottom: 13px;
}
.footer p, .footer .article-content ul li, .article-content ul .footer li, .footer a {
  font-family: "inter", sans-serif;
  font-size: 15px;
}
.footer p, .footer .article-content ul li, .article-content ul .footer li {
  text-transform: none;
  font-size: 15px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .footer p, .footer .article-content ul li, .article-content ul .footer li {
    font-size: 17px;
  }
}

.list-item-anim--line {
  background: #FF978E;
}

.theme--teal .header.nav-bg .m-icon .icon .top, .theme--teal .header.nav-bg .m-icon .icon .mid, .theme--teal .header.nav-bg .m-icon .icon .bot,
.theme--teal .m-icon .icon .top, .theme--teal .m-icon .icon .mid, .theme--teal .m-icon .icon .bot {
  background-color: #027F9F;
}
.theme--teal .header.nav-bg .m-icon .icon, .theme--teal .m-icon .icon {
  border: 2px solid #027F9F;
}
.theme--teal .gradient-override {
  background: linear-gradient(195deg, #F35042 -19.04%, #0796B9 86.51%);
}
.theme--teal .text-color-override {
  --tw-text-opacity: 1;
  color: rgb(2 127 159 / var(--tw-text-opacity));
  color: #027F9F;
}
.theme--teal .block-color-override h4 {
  color: #027F9F;
}
.theme--teal .box-shadow {
  box-shadow: 0px 4px 20px 0px rgba(2, 127, 159, 0.4);
}
.theme--teal .process-list__item:before {
  --tw-bg-opacity: 1;
  background-color: rgb(183 213 239 / var(--tw-bg-opacity));
}
.theme--teal .process-list__item__icon:after {
  border: 2px solid #92D6E6 !important;
  background: #F3F5F8 !important;
}
.theme--teal .swiper-button-next {
  background-image: url(../img/circle-arrow-right-teal.svg) !important;
}
.theme--teal .swiper-button-prev {
  background-image: url(../img/circle-arrow-left-teal.svg) !important;
}
.theme--teal .process-list__item.active .process-list__item__icon:after {
  background: #027F9F !important;
  border: 2px solid #027F9F !important;
}
.theme--teal .process-list__item__icon .line {
  --tw-bg-opacity: 1;
  background-color: rgb(2 127 159 / var(--tw-bg-opacity));
}
.theme--teal .list-item-anim--line {
  --tw-bg-opacity: 1;
  background-color: rgb(2 127 159 / var(--tw-bg-opacity));
}
.theme--teal .item-before:before {
  border-left: 6px solid #027F9F;
}
.theme--purple .header.nav-bg .m-icon .icon .top, .theme--purple .header.nav-bg .m-icon .icon .mid, .theme--purple .header.nav-bg .m-icon .icon .bot,
.theme--purple .m-icon .icon .top, .theme--purple .m-icon .icon .mid, .theme--purple .m-icon .icon .bot {
  background-color: #853690;
}
.theme--purple .block-color-override h4 {
  color: #853690;
}
.theme--purple .header.nav-bg .m-icon .icon, .theme--purple .m-icon .icon {
  border: 2px solid #853690;
}
.theme--purple .gradient-override {
  background: linear-gradient(246deg, #604495 11.38%, #853690 53.54%, #F35042 94.89%);
}
.theme--purple .text-color-override {
  --tw-text-opacity: 1;
  color: rgb(133 54 144 / var(--tw-text-opacity));
  color: #853690;
}
.theme--purple .box-shadow {
  box-shadow: 0px 4px 20px 2px rgba(133, 54, 144, 0.3);
}
.theme--purple .process-list__item:before {
  --tw-bg-opacity: 1;
  background-color: rgb(183 213 239 / var(--tw-bg-opacity));
}
.theme--purple .process-list__item__icon:after {
  border: 2px solid #92D6E6 !important;
  background: #F3F5F8 !important;
}
.theme--purple .swiper-button-next {
  background-image: url(../img/circle-arrow-right-teal.svg) !important;
}
.theme--purple .swiper-button-prev {
  background-image: url(../img/circle-arrow-left-teal.svg) !important;
}
.theme--purple .process-list__item.active .process-list__item__icon:after {
  background: #0057A3 !important;
  border: 2px solid #0057A3 !important;
}
.theme--purple .process-list__item__icon .line {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 163 / var(--tw-bg-opacity));
}
.theme--purple .list-item-anim--line {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 163 / var(--tw-bg-opacity));
}
.theme--purple .item-before:before {
  border-left: 6px solid #853690;
}
.theme--blue .header.nav-bg .m-icon .icon .top, .theme--blue .header.nav-bg .m-icon .icon .mid, .theme--blue .header.nav-bg .m-icon .icon .bot,
.theme--blue .m-icon .icon .top, .theme--blue .m-icon .icon .mid, .theme--blue .m-icon .icon .bot {
  background-color: #0057A3;
}
.theme--blue .block-color-override h4 {
  color: #0057A3;
}
.theme--blue .header.nav-bg .m-icon .icon, .theme--blue .m-icon .icon {
  border: 2px solid #0057A3;
}
.theme--blue .gradient-override {
  background: linear-gradient(192deg, #E9184F -74.15%, #1C71BB 87.2%);
}
.theme--blue .text-color-override {
  --tw-text-opacity: 1;
  color: rgb(0 87 163 / var(--tw-text-opacity));
  color: #0057A3;
}
.theme--blue .box-shadow {
  box-shadow: 0px 4px 20px 2px rgba(133, 54, 144, 0.3);
}
.theme--blue .process-list__item:before {
  --tw-bg-opacity: 1;
  background-color: rgb(183 213 239 / var(--tw-bg-opacity));
}
.theme--blue .process-list__item__icon:after {
  border: 2px solid #B7D5EF !important;
  background: #F3F5F8 !important;
}
.theme--blue .swiper-button-next {
  background-image: url(../img/circle-arrow-right-blue.svg) !important;
}
.theme--blue .swiper-button-prev {
  background-image: url(../img/circle-arrow-left-blue.svg) !important;
}
.theme--blue .process-list__item.active .process-list__item__icon:after {
  background: #027F9F !important;
  border: 2px solid #027F9F !important;
}
.theme--blue .process-list__item__icon .line {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 163 / var(--tw-bg-opacity));
  background: #1C71BB;
}
.theme--blue .process-list__item__icon .line h1,.theme--blue .process-list__item__icon .line .h1,.theme--blue .process-list__item__icon .line h2,.theme--blue .process-list__item__icon .line .h2,.theme--blue .process-list__item__icon .line h3,.theme--blue .process-list__item__icon .line .h3,.theme--blue .process-list__item__icon .line h5,.theme--blue .process-list__item__icon .line .h5,.theme--blue .process-list__item__icon .line p,.theme--blue .process-list__item__icon .line .article-content ul li, .article-content ul .theme--blue .process-list__item__icon .line li,.theme--blue .process-list__item__icon .line .p {
  color: white;
}
.theme--blue .list-item-anim--line {
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 163 / var(--tw-bg-opacity));
  background: #1C71BB;
}
.theme--blue .list-item-anim--line h1,.theme--blue .list-item-anim--line .h1,.theme--blue .list-item-anim--line h2,.theme--blue .list-item-anim--line .h2,.theme--blue .list-item-anim--line h3,.theme--blue .list-item-anim--line .h3,.theme--blue .list-item-anim--line h5,.theme--blue .list-item-anim--line .h5,.theme--blue .list-item-anim--line p,.theme--blue .list-item-anim--line .article-content ul li, .article-content ul .theme--blue .list-item-anim--line li,.theme--blue .list-item-anim--line .p {
  color: white;
}
.theme--blue .item-before:before {
  border-left: 6px solid #0057A3;
}
.theme--red .list-item-anim--line {
  --tw-bg-opacity: 1;
  background-color: rgb(243 80 66 / var(--tw-bg-opacity));
}
.theme--red .text-color-override {
  --tw-text-opacity: 1;
  color: rgb(243 80 66 / var(--tw-text-opacity));
  color: #F35042;
}
.theme--red .header.nav-bg .m-icon .icon .top, .theme--red .header.nav-bg .m-icon .icon .mid, .theme--red .header.nav-bg .m-icon .icon .bot,
.theme--red .m-icon .icon .top, .theme--red .m-icon .icon .mid, .theme--red .m-icon .icon .bot {
  background-color: #F35042;
}
.theme--red .box-shadow {
  box-shadow: 0 4px 20px 2px rgba(243, 80, 66, 0.3);
}

.style--purple.item-before:before {
  border-left: 6px solid #853690;
}
.style--purple strong, .style--purple h4, .style--purple h3 {
  color: #853690;
}
.style--teal.item-before:before {
  border-left: 6px solid #027F9F;
}
.style--teal strong, .style--teal h4, .style--teal h3 {
  color: #027F9F;
}
.style--blue.item-before:before {
  border-left: 6px solid #0057A3;
}
.style--blue strong, .style--blue h4, .style--blue h3 {
  color: #0057A3;
}
.style--red.item-before:before {
  border-left: 6px solid #F35042;
}
.style--red strong, .style--red h4, .style--red h3 {
  color: #F35042;
}
.style--pink.item-before:before {
  border-left: 6px solid #E9184F;
}
.style--pink strong, .style--pink h4, .style--pink h3 {
  color: #E9184F;
}

.box-shadow--teal {
  box-shadow: 0px 4px 20px 2px rgba(2, 127, 159, 0.3);
}
.box-shadow--purple {
  box-shadow: 0px 4px 20px 2px rgba(128, 0, 128, 0.3);
}
.box-shadow--blue {
  box-shadow: 0px 4px 20px 2px rgba(0, 0, 255, 0.3);
}
.box-shadow--black {
  box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.3);
}

.hero {
  position: relative;
  transition: all 0.3s ease;
}
.hero--active {
  opacity: 1 !important;
}
.hero--logo {
  --tw-translate-y: 3rem;
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
.hero__side {
  max-width: 100%;
  z-index: 10;
  position: absolute;
  bottom: 0;
  text-align: center;
}
.hero__side p, .hero__side .article-content ul li, .article-content ul .hero__side li {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  padding: 20px;
  margin: 0px;
}
@media screen and (min-width: 640px) {
  .hero__side {
    width: 330px;
    background: #210849;
    border-radius: 0px 60px 60px 0px;
    position: absolute;
    bottom: 4vh;
    left: 0;
    text-align: left;
    transform: translateX(-330px);
  }
}
.hero__side.active {
  transform: translateX(0);
}
.hero__animated {
  display: flex;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .hero__animated {
    display: none;
  }
}
.hero__text {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .hero__text {
    max-width: 100%;
  }
}

.hero-effects {
  position: relative;
  background: black;
  width: 100%;
  transition: all 0.3s ease;
}
.hero-effects--active {
  opacity: 1 !important;
}
.hero-effects::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  display: block;
  height: 100%;
  width: 100%;
  height: 73px;
  margin-top: -63px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 67%);
}
@media screen and (min-width: 1024px) {
  .hero-effects::after {
    height: 280px;
    margin-top: -250px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 42%);
  }
}
@media screen and (min-width: 1200px) {
  .hero-effects::after {
    height: 170px;
    margin-top: -160px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 67%);
  }
}

.home-hero {
  position: relative;
}

.single-products-list .home-hero__bg {
  height: 264px;
}
@media screen and (min-width: 1024px) {
  .single-products-list .home-hero__bg {
    height: 474px;
  }
}

.hero--inner {
  transition: all 0.4s ease-in-out;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 130px;
}
@media screen and (min-width: 1024px) {
  .hero--inner {
    padding-top: 10rem;
  }
}

.product-hero-after {
  position: relative;
}
.product-hero-after:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -8px;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 67%);
}
@media (min-width: 1024px) {
  .product-hero-after:after {
    bottom: -79px;
  }
}

@media (min-width: 1536px) {
  .minus-margin {
    margin-bottom: -150px !important;
  }
}

.inner-hero {
  padding-bottom: 120px;
}
@media (min-width: 1536px) {
  .inner-hero {
    height: 370px;
  }
}
@media screen and (min-width: 1024px) {
  .inner-hero {
    padding-bottom: 0px;
  }
}
.inner-hero__bg {
  background-image: url("../img/hero-inner-mobile.svg") !important;
  height: 294px;
  top: 57px;
}
@media screen and (min-width: 1024px) {
  .inner-hero__bg {
    height: 364px;
    top: 75px;
    background-image: url("../img/hero-bg-inner.webp") !important;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
}
.inner-hero__bg::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  display: block;
  height: 50%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 75.42%);
}

.product__item:hover {
  cursor: pointer;
}
.product__item:hover i {
  animation: roll-x-right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product__item:hover .btn {
  color: white;
}
.product__item:hover .btn::after {
  filter: brightness(0) invert(1);
}

.prod-slide {
  background-color: white;
  width: 100%;
  height: 100%;
  max-width: 500px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.prod-slide--active {
  transform: translateX(0);
}
.prod-slide__close {
  position: absolute;
  top: 0;
  color: black;
  right: 0;
  padding: 1rem;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.prod-slide ul li {
  list-style: disc;
  padding-left: 14px;
}

.blurred-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(9, 2, 54, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.blurred-overlay--active {
  visibility: visible;
  opacity: 1;
}

/* Menu Icons */
.header-icon {
  border: 1px solid #010957;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  padding-top: 10px;
}
.header-icon svg {
  margin: 0 auto;
}

body.is-open .m-icon .icon {
  border: 2px solid #fff !important;
}
body.is-open .m-icon .icon .top, body.is-open .m-icon .icon .mid, body.is-open .m-icon .icon .bot {
  background-color: #fff !important;
}
body.is-open .btn--outline-white {
  background: transparent !important;
  border: 2px solid #fff !important;
}
body.is-open .btn--outline-white .btn__ripples {
  background: #fff !important;
}
body.is-open .btn--outline-white .btn__text {
  color: #fff !important;
}
body.is-open .btn--outline-white .btn__arrow:after {
  background-image: url(../img/white-arrow.svg) !important;
}
body.is-open .header .btn--outline-red, body.is-open .header .btn--red {
  border: 2px solid white !important;
  background: transparent !important;
}
body.is-open .header .btn--outline-red .btn__text, body.is-open .header .btn--red .btn__text {
  color: #fff !important;
}
body.is-open .header .btn--outline-red .btn__arrow:after, body.is-open .header .btn--red .btn__arrow:after {
  background-image: url(../img/white-arrow.svg) !important;
}
body.is-open .header .btn--outline-red .btn__ripples, body.is-open .header .btn--red .btn__ripples {
  background: #fff !important;
}
body.is-open .header .btn--outline-red:hover .btn__text, body.is-open .header .btn--red:hover .btn__text {
  color: #E9184F !important;
}
body.is-open .header .btn--outline-red:hover .btn__arrow:after, body.is-open .header .btn--red:hover .btn__arrow:after {
  background-image: url(../img/pink-arrow.svg) !important;
}
body.is-open .btn--outline-white:hover .btn__text {
  color: #E9184F !important;
}
body.is-open .btn--outline-white:hover .btn__arrow:after {
  background-image: url(../img/pink-arrow.svg) !important;
}
body.is-open .dark-logo {
  display: none !important;
}
body.is-open .white-logo {
  display: block !important;
}
body.is-open .header {
  transform: translateY(0%) !important;
}
body.is-open .header.nav-bg:after {
  box-shadow: none;
  background: transparent !important;
}
body.is-open .header.nav-bg .white-logo {
  display: block !important;
}
body.is-open .header.nav-bg .dark-logo {
  display: none !important;
}

.m-icon {
  position: relative;
  z-index: 15;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  margin-top: -1px;
}

.m-icon .icon {
  cursor: pointer;
  width: 45px;
  height: 45px;
  margin: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  padding: 4px;
  position: relative;
  border-radius: 100%;
  border: 2px solid #E9184F;
}
.m-icon .icon .top, .m-icon .icon .mid, .m-icon .icon .bot {
  background-color: #E9184F;
  color: white;
  height: 2px;
  width: 22px;
  position: absolute;
  right: 9px;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.m-icon .icon .top {
  top: 13px;
}
.m-icon .icon .mid {
  top: 20px;
}
.m-icon .icon .bot {
  top: 27px;
}

.m-icon.active {
  position: relative;
}
.m-icon.active .top, .m-icon.active .mid {
  background: #E9184F;
  color: #fff;
  top: 18px;
  left: 5px;
  width: 26px;
}
.m-icon.active .top {
  transform: rotate(45deg) translate(2px, 0);
  left: 6px;
  top: 19px;
}
.m-icon.active .bot {
  display: none;
}
.m-icon.active .mid {
  transform: rotate(-45deg) translate(0px, 2px);
  left: 6px;
  top: 19px;
}
.m-icon--white .icon {
  border: 2px solid #fff;
}
.m-icon--white .icon .top, .m-icon--white .icon .mid, .m-icon--white .icon .bot {
  background-color: #fff;
  color: #fff;
}

/* Off Canvas */
.off-canvas {
  position: fixed;
  z-index: 60;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #11203D;
  padding: 0 18px;
}
.off-canvas.position-top {
  top: 0;
  left: 0;
  width: 100vw;
  overflow-x: auto;
  height: 100%;
  padding-top: 22vw;
  transform: translateY(-100%);
  display: flex;
}
@media screen and (min-width: 1024px) {
  .off-canvas.position-top {
    height: 700px;
    transform: translateY(-700px);
    align-items: center;
  }
}
.off-canvas.position-top.is-open {
  transform: translate(0);
}
.off-canvas .social-links {
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .off-canvas .social-links {
    justify-content: flex-start;
  }
}
.off-canvas .social-links li a {
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 1024px) {
  .off-canvas .social-links li a {
    width: 36px;
    height: 36px;
  }
}
.off-canvas .social-links li a svg {
  height: 30px;
}
@media screen and (min-width: 1024px) {
  .off-canvas .social-links li a svg {
    height: 22px;
  }
}

.offcanvas__menu {
  color: white;
}
.offcanvas__menu .menu-primary-navigation {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.offcanvas__menu .sub-menu {
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.offcanvas__menu .sub-menu .menu-item-description {
  font-size: 11px;
}
.offcanvas__menu .sub-menu li a {
  font-size: 19px;
}
.offcanvas__menu li {
  letter-spacing: 0.3px;
  transition: 0.3s ease-in-out;
}
.offcanvas__menu li:last-child {
  padding-right: 44px;
}
.offcanvas__menu li a {
  font-family: "inter", sans-serif;
  transition: 0.3s ease-in-out;
  position: relative;
  color: white;
  font-size: 22px;
  padding: 10px 21.5px;
  padding-left: 2px;
}
.offcanvas__menu li a:hover {
  color: #fff;
}
.offcanvas__menu li.current_page_item a {
  color: #fff;
}
.offcanvas__menu li.item--1 a {
  transition-delay: 0.2s;
}
.offcanvas__menu li.item--2 a {
  transition-delay: 0.3s;
}
.offcanvas__menu li.item--3 a {
  transition-delay: 0.4s;
}
.offcanvas__menu li.item--4 a {
  transition-delay: 0.5s;
}
.offcanvas__menu li.item--5 a {
  transition-delay: 0.6s;
}
.offcanvas__menu li.item--6 a {
  transition-delay: 0.7s;
}
.offcanvas__menu .menu-item-has-children {
  position: relative;
}

/* Footer menu styling differences */
footer .drilldown li a {
  padding-left: 20px;
  padding-right: 55px;
  font-size: 23px;
}
@media screen and (min-width: 640px) {
  footer .drilldown li a {
    font-size: 33px;
  }
}
footer .drilldown .sub-menu a {
  padding-left: 20px;
  padding-right: 55px;
  font-size: 20px;
}
@media screen and (min-width: 640px) {
  footer .drilldown .sub-menu a {
    font-size: 26px;
  }
}
footer .drilldown > li > a::before {
  display: none;
}
footer .drilldown .menu-item-has-children > a::after {
  right: 50px;
}

/* # Breadcrumbs */
#breadcrumbs .separator {
  padding: 0 15px;
}

.social-links li {
  padding: 0 20px 0 0;
}
.social-links li a {
  border: 1px solid #010957;
  display: block;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s all;
}
.social-links li a svg {
  height: 22px;
}
.social-links li a svg path {
  transition: 0.3s all;
}
.social-links li a:hover {
  background: #010957;
}
.social-links li a:hover svg path {
  color: #fff;
}

.btn {
  position: relative;
  font-family: "Inter", sans-serif;
  overflow: hidden;
  padding: 10px 22px;
  border-radius: 44px;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  flex-shrink: 0 !important;
  font-size: 17px;
}
@media (min-width: 1024px) {
  .btn {
    font-size: 19px;
    height: 50px;
    padding: 10px 35px;
  }
}
.btn__inner {
  position: relative;
  z-index: 10;
}
.btn__ripples {
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  background: white;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.btn__text {
  position: relative;
  z-index: 10;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .btn__text {
    font-size: 18px;
  }
}
.btn--small {
  font-size: 9px;
}
@media (min-width: 1024px) {
  .btn--small {
    font-size: 14px;
  }
}
.btn--header {
  height: 42px;
  padding: 10px 19px;
  gap: 9px !important;
}
@media (min-width: 1024px) {
  .btn--header {
    height: 50px;
    padding: 10px 27px;
  }
}
.btn--large {
  padding: 28px 35px;
}
.btn--underline {
  position: relative;
  padding: 0px;
  border-radius: 0px;
}
.btn--underline:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #271612;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.btn--underline .btn__text {
  font-size: 15px;
  font-weight: 400;
}
.btn--arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.btn--arrow .btn__arrow {
  position: relative;
  width: 25px;
  height: 25px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.btn--arrow .btn__arrow::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-image: url(../img/white-arrow.svg);
}
.btn--arrow.reveal-active .btn__arrow:after {
  background-image: url(../img/close-white.svg);
}
.btn--arrow.reveal-active:hover .btn__arrow:after {
  background-image: url(../img/close-white.svg);
}
.btn--arrow:hover .btn__arrow:after {
  background-image: url(../img/pink-arrow.svg);
  transform: translateX(5px);
}
.btn--arrow-reverse {
  flex-direction: row-reverse;
}
.btn--arrow-reverse .btn__arrow {
  transform: rotate(180deg);
}
.btn--transparent {
  background: transparent;
  padding-left: 0px;
  padding-right: 10px;
  border-radius: 0px;
  gap: 2px;
}
.btn--transparent .btn__ripples {
  display: none;
}
.btn--transparent .btn__text {
  color: #2C2E31;
  font-weight: 700;
}
.btn--transparent .btn__arrow:after {
  background-image: url(../img/black-arrow.svg);
}
.btn--transparent:hover {
  border: 0px;
}
.btn--transparent:hover .btn__text {
  color: #2C2E31;
}
.btn--transparent-white {
  background: transparent;
  padding-left: 0px;
  gap: 2px;
  padding-right: 10px;
  border-radius: 0px;
}
.btn--transparent-white .btn__ripples {
  display: none;
}
.btn--transparent-white .btn__text {
  color: #FFF;
  font-weight: 700;
}
.btn--transparent-white .btn__arrow:after {
  background-image: url(../img/white-arrow.svg);
}
.btn--transparent-white:hover {
  border: 0px;
}
.btn--transparent-white:hover .btn__text {
  color: #fff;
}
.btn--transparent-white:hover .btn__arrow:after {
  background-image: url(../img/white-arrow.svg);
}
.btn--primary, .btn--red {
  background: #E9184F;
  border: 2px solid #E9184F;
}
.btn--primary .btn__ripples, .btn--red .btn__ripples {
  background: white;
}
.btn--primary .btn__text, .btn--red .btn__text {
  color: #FFF;
}
.btn--primary:hover, .btn--red:hover {
  border: 2px solid white;
}
.btn--primary:hover .btn__text, .btn--red:hover .btn__text {
  color: #E9184F;
}
.btn--outline-white {
  background: transparent;
  border: 2px solid #fff;
}
.btn--outline-white .btn__ripples {
  background: #fff;
}
.btn--outline-white .btn__text {
  color: #FFF;
}
.btn--outline-white .btn__arrow:after {
  background-image: url(../img/white-arrow.svg);
}
.btn--outline-white:hover {
  border: 2px solid #fff;
}
.btn--outline-white:hover .btn__text {
  color: #E9184F;
}
.btn--outline-white:hover .btn__arrow:after {
  background-image: url(../img/pink-arrow.svg);
}
.btn--secondary, .btn--blue {
  background: #0057A3;
  border: 2px solid #0057A3;
}
.btn--secondary .btn__ripples, .btn--blue .btn__ripples {
  background: white;
}
.btn--secondary .btn__text, .btn--blue .btn__text {
  color: #FFF;
}
.btn--secondary:hover, .btn--blue:hover {
  border: 2px solid #0057A3;
}
.btn--secondary:hover .btn__text, .btn--blue:hover .btn__text {
  color: #0057A3;
}
.btn--secondary:hover .btn__arrow:after, .btn--blue:hover .btn__arrow:after {
  background-image: url(../img/blue-arrow.svg);
}
.btn--tertiary, .btn--teal {
  background: #027F9F;
  border: 2px solid #027F9F;
}
.btn--tertiary .btn__ripples, .btn--teal .btn__ripples {
  background: white;
}
.btn--tertiary .btn__text, .btn--teal .btn__text {
  color: #FFF;
}
.btn--tertiary:hover, .btn--teal:hover {
  border: 2px solid #027F9F;
}
.btn--tertiary:hover .btn__text, .btn--teal:hover .btn__text {
  color: #027F9F;
}
.btn--tertiary:hover .btn__arrow:after, .btn--teal:hover .btn__arrow:after {
  background-image: url(../img/cyan-arrow.svg);
}
.btn--outline-red {
  background: transparent;
  border: 2px solid #E9184F;
}
.btn--outline-red .btn__ripples {
  background: #E9184F;
}
.btn--outline-red .btn__text {
  color: #E9184F;
}
.btn--outline-red .btn__arrow:after {
  background-image: url(../img/pink-arrow.svg);
}
.btn--outline-red:hover {
  border: 2px solid #E9184F;
}
.btn--outline-red:hover .btn__text {
  color: #fff;
}
.btn--outline-red:hover .btn__arrow:after {
  background-image: url(../img/white-arrow.svg);
}
.btn--transparent-red {
  background: transparent;
  padding-left: 0px;
  padding-right: 10px;
  border-radius: 0px;
  gap: 2px;
}
.btn--transparent-red .btn__ripples {
  display: none;
}
.btn--transparent-red .btn__text {
  color: #E9184F;
}
.btn--transparent-red .btn__arrow:after {
  background-image: url(../img/pink-arrow.svg);
}
.btn--transparent-red:hover {
  border: 0px;
}
.btn--transparent-red:hover .btn__text {
  color: #E9184F;
}
.btn--transparent-red:hover .btn__arrow:after {
  background-image: url(../img/pink-arrow.svg);
}
.btn--transparent-teal {
  background: transparent;
  padding-left: 0px;
  padding-right: 10px;
  border-radius: 0px;
  gap: 2px;
}
.btn--transparent-teal .btn__ripples {
  display: none;
}
.btn--transparent-teal .btn__text {
  --tw-text-opacity: 1;
  color: rgb(2 127 159 / var(--tw-text-opacity));
  color: #027F9F;
}
.btn--transparent-teal .btn__arrow:after {
  background-image: url(../img/teal-arrow.svg);
}
.btn--transparent-teal:hover {
  border: 0px;
}
.btn--transparent-teal:hover .btn__text {
  --tw-text-opacity: 1;
  color: rgb(2 127 159 / var(--tw-text-opacity));
  color: #027F9F;
}
.btn--transparent-teal:hover .btn__arrow:after {
  background-image: url(../img/teal-arrow.svg);
}
.btn--transparent-blue {
  background: transparent;
  padding-left: 0px;
  padding-right: 10px;
  border-radius: 0px;
  gap: 2px;
}
.btn--transparent-blue .btn__ripples {
  display: none;
}
.btn--transparent-blue .btn__text {
  --tw-text-opacity: 1;
  color: rgb(0 87 163 / var(--tw-text-opacity));
  color: #0057A3;
}
.btn--transparent-blue .btn__arrow:after {
  background-image: url(../img/blue-arrow.svg);
}
.btn--transparent-blue:hover {
  border: 0px;
}
.btn--transparent-blue:hover .btn__text {
  --tw-text-opacity: 1;
  color: rgb(0 87 163 / var(--tw-text-opacity));
  color: #0057A3;
}
.btn--transparent-blue:hover .btn__arrow:after {
  background-image: url(../img/blue-arrow.svg);
}
.btn--transparent-black {
  background: transparent;
  padding-left: 0px;
  padding-right: 10px;
  border-radius: 0px;
  gap: 2px;
}
.btn--transparent-black .btn__ripples {
  display: none;
}
.btn--transparent-black .btn__text {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn--transparent-black .btn__arrow:after {
  background-image: url(../img/black-arrow.svg);
}
.btn--transparent-black:hover {
  border: 0px;
}
.btn--transparent-black:hover .btn__text {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn--transparent-black:hover .btn__arrow:after {
  background-image: url(../img/black-arrow.svg);
}
.btn--transparent-purple {
  background: transparent;
  padding-left: 0px;
  padding-right: 10px;
  border-radius: 0px;
  gap: 2px;
}
.btn--transparent-purple .btn__ripples {
  display: none;
}
.btn--transparent-purple .btn__text {
  --tw-text-opacity: 1;
  color: rgb(133 54 144 / var(--tw-text-opacity));
  color: #853690;
}
.btn--transparent-purple .btn__arrow:after {
  background-image: url(../img/purple-arrow.svg);
}
.btn--transparent-purple:hover {
  border: 0px;
}
.btn--transparent-purple:hover .btn__text {
  --tw-text-opacity: 1;
  color: rgb(133 54 144 / var(--tw-text-opacity));
  color: #853690;
}
.btn--transparent-purple:hover .btn__arrow:after {
  background-image: url(../img/purple-arrow.svg);
}
.btn--underline-no-arrow {
  padding: 0px;
  border-radius: 0px;
  background: transparent;
  height: auto;
}
.btn--underline-no-arrow:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #271612;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.btn--underline-no-arrow .btn__text {
  font-size: 15px;
  font-weight: 400;
  color: #2C2E31;
}
.btn--underline-no-arrow .btn__arrow:after {
  background-image: url(../img/black-arrow.svg);
}
.btn--underline-no-arrow:hover .btn__text {
  color: #E9184F;
}
.btn--purple {
  background-color: #853690;
  border: 2px solid #853690;
}
.btn--purple .btn__ripples {
  background: #fff;
}
.btn--purple .btn__text {
  color: #FFF;
}
.btn--purple:hover {
  border: 2px solid #853690;
}
.btn--purple:hover .btn__text {
  --tw-text-opacity: 1;
  color: rgb(133 54 144 / var(--tw-text-opacity));
  color: #853690;
}
.btn--purple:hover .btn__arrow:after {
  background-image: url(../img/purple-arrow.svg);
}

.icon--arrow-right {
  background-image: url(../img/arrow-right-large.svg);
  width: 16px;
  height: 9px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.icon--arrow-right--large {
  width: 22px;
  height: 16px;
}

.team-hide {
  border-radius: 60px;
  background: #FFF;
  padding: 12px 62px;
}
@media screen and (min-width: 1024px) {
  .team-hide {
    padding: 18px 66px;
  }
}

.arrow-circle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(139 64 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.arrow-circle-btn h1,.arrow-circle-btn .h1,.arrow-circle-btn h2,.arrow-circle-btn .h2,.arrow-circle-btn h3,.arrow-circle-btn .h3,.arrow-circle-btn h5,.arrow-circle-btn .h5,.arrow-circle-btn p,.arrow-circle-btn .article-content ul li, .article-content ul .arrow-circle-btn li,.arrow-circle-btn .p {
  color: #2C2E31;
}

.arrow-circle-btn {
  transform: rotate(-45deg);
  width: 56px;
  height: 56px;
}
@media (min-width: 1536px) {
  .arrow-circle-btn {
    width: 65px;
    height: 65px;
  }
}
.arrow-circle-btn:hover i {
  animation: roll-x-right 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@keyframes roll-x-right {
  0% {
    background-position: 0;
  }
  40% {
    background-position: 21px;
  }
  41% {
    background-position: -21px;
  }
  100% {
    background-position: 0;
  }
}
@keyframes roll-diagonal-out-in {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  40% {
    transform: translate(40px, -40px);
    opacity: 0;
  }
  41% {
    transform: translate(-40px, 40px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.gradient {
  background-size: 400% 400% !important;
  animation: gradient 19s ease infinite;
  position: relative;
}
.gradient--fixed {
  position: fixed;
}
.gradient--1 {
  background: linear-gradient(-45deg, #F35042 0%, #E9184F 35%, #0057A3 90%);
}
.gradient--2 {
  background: linear-gradient(164deg, #E9184F, #1C71BB);
}
.gradient--3 {
  background: linear-gradient(-51deg, #E9184F, #F35042);
}
.gradient--4 {
  background: linear-gradient(-90deg, #F35042, #853690, #0796B9);
}
.gradient--5 {
  background: linear-gradient(-90deg, #E9184F, #F35042);
}
.gradient--6 {
  background: linear-gradient(242deg, #027F9F 22.35%, #F35042 90.8%);
}
.gradient--9 {
  background: linear-gradient(127deg, #012C5A 0%, #0057A3 58.65%, #F74373 100%);
}
.gradient--10 {
  background: linear-gradient(246deg, #604495 11.38%, #853690 53.54%, #F35042 94.89%);
}
.gradient--7 {
  background: linear-gradient(127deg, #E9184F 21.66%, #F35042 84.07%);
}
.gradient--8 {
  background: linear-gradient(246deg, #604495 11.38%, #853690 53.54%, #F35042 94.89%);
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.default-form .gform_footer {
  text-align: center;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.default-form .gform_wrapper input, .default-form .gform_wrapper textarea {
  font-weight: 400 !important;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: none !important;
  padding: 20px 20px;
  color: #11203D !important;
  padding-left: 20px !important;
  font-size: 16px !important;
  outline: none !important;
  border-radius: 10px !important;
  min-height: 50px !important;
}
.default-form .gform_wrapper input:hover, .default-form .gform_wrapper input:focus, .default-form .gform_wrapper input:active, .default-form .gform_wrapper textarea:hover, .default-form .gform_wrapper textarea:focus, .default-form .gform_wrapper textarea:active {
  outline: none !important;
  box-shadow: none !important;
}
.default-form .gform_wrapper .gform_fields {
  row-gap: 24px;
}
.default-form .gform_wrapper #gform_submit_button_1 {
  border: 2px solid #E9184F !important;
  padding: 14px 45px !important;
  border-radius: 44px !important;
  background-color: transparent !important;
  font-size: 16px !important;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.default-form .gform_wrapper #gform_submit_button_1:hover {
  background: #E9184F !important;
  color: white !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper #gform_submit_button_1 {
    width: auto;
  }
}
.default-form .gform_wrapper label {
  font-size: 28px;
  color: 11203D;
  padding-left: 0px;
  font-weight: 500;
}
.default-form .gform_wrapper .gfield_label {
  font-size: 23px;
  color: 11203D;
  font-weight: 400 !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gfield_label {
    font-size: 28px;
  }
}
.default-form .gform_wrapper .gform-theme--foundation .gform_fields {
  row-gap: 30px;
}
.default-form .gform_wrapper .gfield_radio {
  flex-direction: row !important;
}
.default-form .gform_wrapper .gchoice[type=checkbox]:checked + label, .default-form .gform_wrapper [type=radio]:checked + label {
  background: white;
  color: black;
}
.default-form .gform_wrapper .gfield_checkbox {
  display: flex !important;
  flex-direction: row !important;
  gap: 30px !important;
  /* all: inherit; */
  flex-wrap: wrap !important;
  padding-top: 30px !important;
}
.default-form .gform_wrapper .gchoice {
  width: auto;
  display: flex !important;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gchoice {
    width: auto;
    display: inline-grid !important;
  }
}
.default-form .gform_wrapper .gchoice label {
  font-size: 15px !important;
  line-height: 15px;
  margin-left: 0px;
  font-weight: 600;
  border: 1.5px solid black;
  border-radius: 50px;
  display: flex;
  padding: 10px 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .default-form .gform_wrapper .gchoice label {
    width: auto;
    font-size: 18px !important;
    line-height: 18px;
  }
}
.default-form .gform_wrapper .gchoice label:hover {
  background: white;
  color: black;
}
.default-form .gform_wrapper .gchoice .gfield-choice-input {
  display: none;
}
.default-form .gform_wrapper .gchoice .gfield-choice-input:checked + label {
  background: black;
  color: white;
}
.default-form .gform_validation_errors {
  display: none !important;
}
.default-form .gform-theme--framework .gfield_validation_message {
  color: white !important;
}
.default-form .gform-theme--framework .gform_validation_errors .gform_submission_error {
  color: white;
}

.icon--arrow-slant {
  background-image: url("../img/icon-arrow-slanted.svg");
  width: 25px;
  height: 25px;
  display: block;
}
.icon--arrow-right-short {
  background-image: url("../img/icon-arrow-right-short.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  display: block;
}
.icon--arrow-right-red {
  background-image: url("../img/arrow-right-red.svg");
  background-repeat: no-repeat;
  width: 25px;
  height: 11px;
  display: inline-block;
}
.icon--circle {
  height: 8px;
  width: 8px;
  background: #F2D4F0;
  display: block;
  border-radius: 100%;
}
.icon--location:before {
  content: "";
  background-image: url("../img/latest/location.svg");
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  display: block;
}
.icon--size:before {
  content: "";
  background-image: url("../img/latest/size.svg");
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  display: block;
}
.icon--address:before {
  content: "";
  background-image: url("../img/latest/address.svg");
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  display: block;
}
.icon--provider:before {
  content: "";
  background-image: url("../img/latest/provider.svg");
  width: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  display: block;
}

.text-num__focal__bg:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(181deg, rgba(0, 0, 0, 0) 0.9%, #000 37.64%, #000 56.74%, rgba(0, 0, 0, 0) 98.87%);
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.text-num h3, .text-num .h3 {
  margin-bottom: 0.75rem;
}
.text-num p, .text-num .article-content ul li, .article-content ul .text-num li, .text-num .p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 17px;
}
@media not all and (min-width: 768px) {
  .text-num p, .text-num .article-content ul li, .article-content ul .text-num li, .text-num .p {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.25rem;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .text-num p, .text-num .article-content ul li, .article-content ul .text-num li, .text-num .p {
    font-size: 18px;
    line-height: 29.1px;
  }
}
.text-num p, .text-num .article-content ul li, .article-content ul .text-num li, .text-num .p {
  color: white !important;
  text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.icon-layers__item {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.icon-layers--1 {
  height: 50vw;
  width: 50vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--1 {
    height: 23vw;
    width: 23vw;
  }
}
.icon-layers--2 {
  height: 40vw;
  width: 40vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--2 {
    height: 20vw;
    width: 20vw;
  }
}
.icon-layers--3 {
  height: 20vw;
  width: 20vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--3 {
    height: 20vw;
    width: 20vw;
  }
}
.icon-layers--4 {
  height: 30w;
  width: 30vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--4 {
    height: 18vw;
    width: 18vw;
  }
}
.icon-layers--5 {
  height: 32vw;
  width: 32vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--5 {
    height: 16vw;
    width: 14vw;
  }
}
.icon-layers--6 {
  height: 20vw;
  width: 20vw;
}
@media screen and (min-width: 640px) {
  .icon-layers--6 {
    height: 10vw;
    width: 10vw;
  }
}

.icon-lower-layers__item {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.icon-lower-layers--1 {
  height: 38vw;
  width: 40vw;
  z-index: 10;
}
@media screen and (min-width: 640px) {
  .icon-lower-layers--1 {
    height: 20vw;
    width: 20vw;
  }
}
.icon-lower-layers--2 {
  height: 30vw;
  width: 30vw;
}
@media screen and (min-width: 640px) {
  .icon-lower-layers--2 {
    height: 14vw;
    width: 14vw;
  }
}
.icon-lower-layers--3 {
  height: 40vw;
  width: 40vw;
}
@media screen and (min-width: 640px) {
  .icon-lower-layers--3 {
    height: 10vw;
    width: 10vw;
  }
}

.icon-upper-layers__item {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.icon-upper-layers--1 {
  height: 22vw;
  width: 31vw;
  z-index: 10;
}
@media screen and (min-width: 640px) {
  .icon-upper-layers--1 {
    height: 17vw;
    width: 18vw;
  }
}
.icon-upper-layers--2 {
  height: 40vw;
  width: 40vw;
}
@media screen and (min-width: 640px) {
  .icon-upper-layers--2 {
    height: 14vw;
    width: 14vw;
  }
}

.pulse-header {
  position: absolute;
  width: 100vw;
  height: 60vh;
  top: 0;
  right: 0;
  z-index: 1000;
}
.pulse-header object {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .pulse-header {
    height: 100vh;
    width: 50vw;
  }
}

.circle-wrapper:hover .circle {
  transform: scale(0.98);
}

.event-image {
  position: relative;
  border-radius: 10px;
  height: 240px;
  overflow: hidden;
  width: calc(100% - 20px);
}
@media screen and (min-width: 640px) {
  .event-image {
    height: 370px;
    width: 100%;
  }
}
.event-image:after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: white;
  padding: 20px;
  border-radius: 100%;
  background-position: center;
  background-size: contain;
  background-size: 34px;
  background-repeat: no-repeat;
  background-image: url("../img/arrow-right.svg");
  transition: all 0.4s ease-in-out;
}
@media screen and (min-width: 640px) {
  .event-image:after {
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px;
  }
}
.event-image__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/events-image.png");
  transition: all 0.4s ease-in-out;
}

.news-slider {
  padding-top: 100px;
  padding-bottom: 100px;
}
.news-slider__item {
  border-radius: 10px;
}
.news-slider__item:nth-child(even) {
  margin-top: 60px;
}

.swiper-button-next, .swiper-button-prev {
  position: relative;
  transition: 0.3s ease-in-out;
  width: 37px;
  height: 37px;
  left: initial;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  transform: scale(0.9);
}

.swiper-button-prev {
  background-size: contain;
  background-image: url("../img/circle-arrow-left.svg");
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  width: 37px;
  height: 37px;
}
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next {
  background-size: contain;
  background-image: url("../img/circle-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.swiper-button-next:after {
  display: none;
}

.bg-gradient {
  background: rgb(1, 11, 77);
  background: linear-gradient(180deg, rgb(1, 11, 77) 0%, rgb(2, 20, 183) 49%, rgb(2, 20, 183) 100%);
}

.bg-gradient-alt {
  background: var(--Block-gradient, linear-gradient(250deg, #FFFAD1 1.2%, #4553CD 43.67%, #000 81.6%));
}

section.video-spacer {
  height: 100vh;
  position: relative;
  display: inline-block;
}

.bp-lower-img {
  width: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 83%;
  -o-object-position: bottom;
     object-position: bottom;
}
@media screen and (min-width: 640px) {
  .bp-lower-img {
    -o-object-position: right;
       object-position: right;
    width: 65%;
    height: 83%;
  }
}

body .mouse-follow {
  position: absolute;
  z-index: 9999;
  opacity: 0;
  display: none !important;
  pointer-events: none;
}
@media (max-width: 768px) {
  body .mouse-follow {
    opacity: 1;
    display: block !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
body .mouse-follow__inner {
  display: block;
  border-radius: 30px;
  padding: 11px 15px 9px 30px;
  pointer-events: none;
  -webkit-backdrop-filter: blur(0.625rem);
          backdrop-filter: blur(0.625rem);
  background-color: rgba(222, 222, 222, 0.2);
  color: white;
  font-size: 13px;
  padding-left: 44px;
}
@media (min-width: 1024px) {
  body .mouse-follow__inner {
    transform: translateX(15px);
  }
}
body .mouse-follow__inner::before {
  content: "";
  width: 27px;
  height: 27px;
  background-image: url("../img/play-follow.svg");
  background-size: contain;
  position: absolute;
  top: calc(50% + 0px);
  transform: translateY(-50%);
  left: 9px;
}
@media (min-width: 1024px) {
  body .mouse-follow {
    display: block !important;
  }
}
body .mouse-follow--hide {
  display: none !important;
}
@media (min-width: 1024px) {
  body .mouse-follow--hide {
    display: none !important;
  }
}

/* Single post date */
.facetwp-facet-guide_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 30px;
}
.facetwp-facet-guide_categories .facetwp-counter {
  display: none;
}
.facetwp-facet-guide_categories .facetwp-radio {
  transition: all 0.3s ease-in-out;
  color: white;
  font-size: 14px;
  padding: 4px 14px;
  font-weight: 300;
  border-radius: 44px;
  background: transparent;
}
@media (min-width: 1024px) {
  .facetwp-facet-guide_categories .facetwp-radio {
    font-size: 16px;
    padding: 8px 22px;
  }
}
.facetwp-facet-guide_categories .facetwp-radio.checked, .facetwp-facet-guide_categories .facetwp-radio:hover {
  background: transparent;
  background-color: #F35042;
}

.article-content p, .article-content ul li, .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
  margin-top: 20px;
}
.article-content ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 2em;
  list-style-type: disc;
}
.article-content ul li {
  margin-bottom: 0px;
  margin-top: 0px;
}

.news-article-left {
  position: relative;
}
.news-article-left:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 146px;
  background: #010957;
  left: 2.5rem;
}

.flex-block.block-hidden {
  opacity: 0;
  height: 0;
  padding: 0px;
}
.flex-block.block-visible {
  opacity: 1;
  height: auto;
}
.flex-block--bg-dark p, .flex-block--bg-dark .article-content ul li, .article-content ul .flex-block--bg-dark li, .flex-block--bg-dark h3, .flex-block--bg-dark h2, .flex-block--bg-dark .list-item-anim--title, .flex-block--bg-dark .process-list__item__content--title {
  color: #fff;
}
.flex-block--bg-dark .process-list__item__icon:after {
  background: #45484D !important;
}

.swiper-slide {
  cursor: pointer;
}

.faq-list .faq-item {
  position: relative;
  padding-top: 0px;
  padding-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.faq-list .faq-item:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(270deg, rgba(233, 24, 79, 0) 0%, #E9184F 100%);
  height: 2.5px;
  width: 100%;
}
.faq-list--teal .faq-item:after {
  background: linear-gradient(270deg, #027F9F 0%, #027F9F 100%);
}
.faq-list--purple .faq-item:after {
  background: linear-gradient(270deg, #853690 0%, #853690 100%);
}
.faq-list--blue .faq-item:after {
  background: linear-gradient(270deg, #0057A3 0%, #0057A3 100%);
}
.faq-list--red .faq-item:after {
  background: linear-gradient(270deg, rgba(233, 24, 79, 0) 0%, #E9184F 100%);
}

.split-items-block__bg {
  margin-top: 70px;
  margin-bottom: 70px;
  position: relative;
}
.split-items-block__bg:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -45px;
  width: calc(100% + 90px);
  height: calc(100% + 60px);
  background-color: #fff;
  z-index: -1;
}
.split-items-block__bg:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1.5px;
  background: #853690;
  display: none;
}
@media screen and (min-width: 1024px) {
  .split-items-block__bg:after {
    display: block;
  }
  .column-offset {
    padding-top: 25%;
  }
}

.hero-block {
  height: 100dvh;
}
@media screen and (min-width: 1024px) {
  .hero-block {
    height: 110vh;
  }
}

.close {
  font-family: sans-serif;
  font-size: 18px;
  line-height: 40px;
  transform: translate(155px, 5px);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  box-shadow: 1px 1px 4px #333;
}

.accordion__toggle {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: space-between;
}
.accordion__toggle.active {
  padding-left: 30px;
}
.accordion__toggle.active .accordion__toggle--circle {
  display: block;
}
.accordion__toggle.active:after {
  transform: rotate(180deg);
}
.accordion__toggle--circle {
  display: none;
  height: 18px;
  width: 18px;
  background: #D8FF3C;
  border-radius: 100%;
  position: absolute;
  left: 0;
}
.accordion__toggle:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.3s ease-in-out;
}

.icon-block {
  margin-top: 85px;
  margin-bottom: 85px;
}
.icon-block:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 90px;
  position: absolute;
  top: -85px;
  background-image: url(../img/blue-top.svg);
}
.icon-block:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: -85px;
  background-image: url(../img/blue-bottom.svg);
}

.popup {
  position: fixed;
  background: black;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.popup__close {
  height: 20px;
  color: black;
  position: absolute;
  right: 20px;
  width: 20px;
  top: 26px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.popup__close--text {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.popup__close--text.active {
  opacity: 1;
}
.popup__close:hover {
  transform: scale(0.9);
}
@media screen and (min-width: 640px) {
  .popup {
    padding: 100px;
  }
}
.popup.open {
  z-index: 100;
  opacity: 1;
}

.content--center h1, .content--center p, .content--center .article-content ul li, .article-content ul .content--center li, .content--center h3, .content--center h4 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.content--center p, .content--center .article-content ul li, .article-content ul .content--center li {
  margin-top: 20px;
  max-width: 913px;
  margin-left: auto;
  margin-right: auto;
}
.content--center h1 {
  max-width: 100%;
}
.content img {
  width: 100%;
}
.content li {
  padding-left: 20px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.content li:before {
  content: "";
  height: 7px;
  width: 7px;
  background-color: #FF0161;
  position: absolute;
  left: 0px;
  top: 10px;
  border-radius: 100%;
}

.video-embed {
  overflow: hidden;
  cursor: pointer;
}
.video-embed .video-embed__image {
  transition: all 0.5s ease-in-out;
}
.video-embed .video-embed__icon {
  transition: all 0.5s ease-in-out;
}
.video-embed:hover .video-embed__image {
  transform: scale(1.05);
}
.video-embed:hover .video-embed__icon {
  transform: scale(0.95);
}
.video-embed__embed {
  opacity: 0;
  z-index: -10;
  transition: all 0.3s ease-in-out;
}
.video-embed__embed--youtube {
  position: absolute;
  height: 100%;
  width: 100%;
}
.video-embed__embed--youtube iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.video-embed__embed.active {
  opacity: 1;
  z-index: 10;
}

.swiper-controls {
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 1024px) {
  .swiper-controls {
    gap: 20px;
  }
}

/* Bottom background shape */
.bottom-bg:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -75px;
  width: 153px;
  height: 177px;
  background-size: cover;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiBoZWlnaHQ9IjE3NyIgdmlld0JveD0iMCAwIDE1MyAxNzciIHdpZHRoPSIxNTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEzNy41NjIgMTcwYy0xLjk1MiAwLTMuNzI0LTEuMTM1LTQuNTQxLTIuOTA3bC03My43NTE1LTE1OS45OTk5M2MtMS41MjctMy4zMTI4OS44OTI5LTcuMDkzMDY1OTMgNC41NDA4LTcuMDkzMDY1OTNoMTcxLjQ1MjdjMS45NSAwIDMuNzIxIDEuMTMzMTc1OTMgNC41MzkgMi45MDI5OTU5M2w3My45MTkgMTYwYzEuNTMxIDMuMzEzLS44ODkgNy4wOTctNC41MzkgNy4wOTd6IiBmaWxsPSIjMDYyMjgzIi8+PHBhdGggZD0ibTQuMTcwODUgMTcwLjMyOCAzNy43MzEzNS04MmMuNjUyOS0xLjQxODkgMi4wNzE5LTIuMzI4IDMuNjMzOC0yLjMyOGg4Ny42NTJjMi45MTkgMCA0Ljg1NSAzLjAyNDggMy42MzIgNS42NzUybC0zNy44MTcxIDgxLjk5OThjLS42NTM2IDEuNDE3LTIuMDcxNyAyLjMyNS0zLjYzMjMgMi4zMjVoLTg3LjU2NTk4Yy0yLjkxNzE2IDAtNC44NTMxNy0zLjAyMi0zLjYzMzc3LTUuNjcyeiIgc3Ryb2tlPSIjMGZlMmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=");
}
@media screen and (min-width: 640px) {
  .bottom-bg:after {
    height: 217px;
    width: 188px;
  }
}

.intro-image {
  min-height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 640px) {
  .intro-image {
    min-height: none;
  }
}

.tab-title {
  transition: all 0.3s ease-in-out;
}
.tab-title:hover {
  opacity: 1;
}
.tab-title.active {
  opacity: 1;
}

.full-width-image__logo {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
}
.full-width-image__logo--bottom-right {
  justify-content: flex-end;
  align-items: flex-end;
  right: 40px;
  top: -30px;
  max-width: 90px;
}
@media screen and (min-width: 640px) {
  .full-width-image__logo--bottom-right {
    right: 40px;
    top: -30px;
    max-width: none;
  }
}
.full-width-image__logo--center {
  justify-content: center;
  align-items: center;
}

.test-slider {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .test-slider {
    padding-bottom: 50px;
  }
}
.test-slider__item {
  border-radius: 10px;
}
.test-slider__text {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.test-slider__text:hover .icon--arrow-right {
  animation: roll-x-right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.testimonial__inner:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 69px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/quote.svg");
}
@media screen and (min-width: 1024px) {
  .testimonial__inner:before {
    width: 99px;
    height: 70px;
    top: 10px;
    right: 10px;
  }
}

.carousel-swiper {
  overflow: visible;
}

.grid-item {
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  position: relative;
  top: 0px;
}
.grid-item .grid-item__content--text {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.grid-item .grid-item__content--button {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.grid-item.active-grid-item .grid-item__content--button {
  opacity: 1 !important;
}
.grid-item.active-grid-item .grid-item__content--text {
  opacity: 1 !important;
}
.grid-item:hover .grid-item__content--text {
  opacity: 1;
}
.grid-item:hover .grid-item__content--button {
  opacity: 1;
}
.grid-item__content {
  bottom: -72px;
}
.process-list__media {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100px;
  transition: all 0.3s ease-in-out;
}
.process-list__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.process-list__media.active img {
  opacity: 1;
}
.process-list__item {
  position: relative;
}
.process-list__item:last-child .line {
  display: none;
}
.process-list__item:last-child:before {
  display: none;
}
.process-list__item.active .process-list__item__icon:after {
  background: #0057A3;
  border: 2px solid #0057A3;
}
.process-list__item:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 100%;
  background: #B7D5EF;
  width: 2px;
  top: 10px;
}
.process-list__item__icon {
  position: relative;
  width: 38px;
  display: flex;
  justify-content: start;
}
.process-list__item__icon .line {
  width: 4.4px;
  background: #0057A3;
  top: 10px;
  margin-left: -1px;
  position: relative;
}
.process-list__item__icon:after {
  content: "";
  position: absolute;
  height: 18px;
  left: -8px;
  width: 18px;
  top: 5px;
  border: 2px solid #B7D5EF;
  border-radius: 100%;
  background: white;
  transition: all 0.3s ease-in-out;
}

.image-slider .swiper-pagination-bullet {
  height: 2px;
  width: 77px;
  border-radius: 0px;
  opacity: 0.7;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.image-slider .swiper-pagination-bullet-active {
  opacity: 1;
  width: 100px;
  background: #ffffff;
}
.image-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .image-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.faded-sides {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .faded-sides:before {
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    position: absolute;
    top: 20vh;
    left: 0;
    width: 270px;
    height: calc(100% - 20vh);
    left: 0px;
    z-index: 10;
    pointer-events: none;
  }
  .faded-sides:after {
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    position: absolute;
    transform: rotate(180deg);
    top: 20vh;
    right: 0;
    width: 270px;
    height: calc(100% - 20vh);
    right: 0px;
    z-index: 10;
    pointer-events: none;
  }
}

.flex-block--carousel_block .clip-diagonal--xl-top {
  top: 23% !important;
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:h-1\/2::before {
  content: var(--tw-content);
  height: 50%;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-\[\#000000\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .md\:top-0 {
    top: 0px;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:mb-\[20px\] {
    margin-bottom: 20px;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[100px\] {
    height: 100px;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-10\/12 {
    width: 83.333333%;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
  .md\:w-\[496px\] {
    width: 496px;
  }
  .md\:w-\[60\%\] {
    width: 60%;
  }
  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }
  .md\:min-w-\[260px\] {
    min-width: 260px;
  }
  .md\:max-w-\[130px\] {
    max-width: 130px;
  }
  .md\:max-w-\[160px\] {
    max-width: 160px;
  }
  .md\:max-w-\[260px\] {
    max-width: 260px;
  }
  .md\:max-w-\[60px\] {
    max-width: 60px;
  }
  .md\:max-w-\[80\%\] {
    max-width: 80%;
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:gap-\[20px\] {
    gap: 20px;
  }
  .md\:gap-\[50px\] {
    gap: 50px;
  }
  .md\:overflow-x-visible {
    overflow-x: visible;
  }
  .md\:rounded-bl-\[10px\] {
    border-bottom-left-radius: 10px;
  }
  .md\:rounded-tr-\[0px\] {
    border-top-right-radius: 0px;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .md\:pb-32 {
    padding-bottom: 8rem;
  }
  .md\:pr-\[10px\] {
    padding-right: 10px;
  }
  .md\:pr-\[50px\] {
    padding-right: 50px;
  }
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:pt-52 {
    padding-top: 13rem;
  }
  .md\:pt-\[70px\] {
    padding-top: 70px;
  }
  .md\:text-3xl {
    font-size: 5rem;
    line-height: 1.2;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-\[17px\] {
    font-size: 17px;
  }
}

@media (min-width: 1024px) {
  .lg\:top-\[\$desktop\] {
    top: $desktop;
  }
  .lg\:top-\[-80px\] {
    top: -80px;
  }
  .lg\:top-\[0vh\] {
    top: 0vh;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-first {
    order: -9999;
  }
  .lg\:m-\[20px\] {
    margin: 20px;
  }
  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-\[5rem\] {
    margin-bottom: 5rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mt-\[80px\] {
    margin-top: 80px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline {
    display: inline;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-12 {
    height: 3rem;
  }
  .lg\:h-\[100vh\] {
    height: 100vh;
  }
  .lg\:h-\[120px\] {
    height: 120px;
  }
  .lg\:h-\[40\%\] {
    height: 40%;
  }
  .lg\:h-\[644px\] {
    height: 644px;
  }
  .lg\:h-\[800px\] {
    height: 800px;
  }
  .lg\:h-\[calc\(100\%_\+_\$desktop\)\] {
    height: calc(100% + $desktop);
  }
  .lg\:min-h-\[400px\] {
    min-height: 400px;
  }
  .lg\:min-h-\[72px\] {
    min-height: 72px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-12 {
    width: 3rem;
  }
  .lg\:w-\[180px\] {
    width: 180px;
  }
  .lg\:w-\[300px\] {
    width: 300px;
  }
  .lg\:w-\[40\%\] {
    width: 40%;
  }
  .lg\:w-\[45\%\] {
    width: 45%;
  }
  .lg\:w-\[50\%\] {
    width: 50%;
  }
  .lg\:w-\[51\%\] {
    width: 51%;
  }
  .lg\:w-\[5px\] {
    width: 5px;
  }
  .lg\:w-\[60\%\] {
    width: 60%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:min-w-\[350px\] {
    min-width: 350px;
  }
  .lg\:min-w-\[496px\] {
    min-width: 496px;
  }
  .lg\:max-w-\[1000px\] {
    max-width: 1000px;
  }
  .lg\:max-w-\[24px\] {
    max-width: 24px;
  }
  .lg\:max-w-\[250px\] {
    max-width: 250px;
  }
  .lg\:max-w-\[28px\] {
    max-width: 28px;
  }
  .lg\:max-w-\[350px\] {
    max-width: 350px;
  }
  .lg\:max-w-\[570px\] {
    max-width: 570px;
  }
  .lg\:max-w-\[59\%\] {
    max-width: 59%;
  }
  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }
  .lg\:max-w-\[70\%\] {
    max-width: 70%;
  }
  .lg\:max-w-\[700px\] {
    max-width: 700px;
  }
  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }
  .lg\:max-w-\[800px\] {
    max-width: 800px;
  }
  .lg\:max-w-\[850px\] {
    max-width: 850px;
  }
  .lg\:max-w-\[90\%\] {
    max-width: 90%;
  }
  .lg\:max-w-\[90px\] {
    max-width: 90px;
  }
  .lg\:max-w-\[95\%\] {
    max-width: 95%;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:translate-y-\[20px\] {
    --tw-translate-y: 20px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-0 {
    gap: 0px;
  }
  .lg\:gap-10 {
    gap: 2.5rem;
  }
  .lg\:gap-20 {
    gap: 5rem;
  }
  .lg\:gap-\[20px\] {
    gap: 20px;
  }
  .lg\:gap-\[28px\] {
    gap: 28px;
  }
  .lg\:gap-\[3\.5rem\] {
    gap: 3.5rem;
  }
  .lg\:gap-\[30px\] {
    gap: 30px;
  }
  .lg\:gap-\[40px\] {
    gap: 40px;
  }
  .lg\:gap-\[50px\] {
    gap: 50px;
  }
  .lg\:gap-\[60px\] {
    gap: 60px;
  }
  .lg\:gap-y-\[60px\] {
    row-gap: 60px;
  }
  .lg\:rounded-bl-\[10px\] {
    border-bottom-left-radius: 10px;
  }
  .lg\:rounded-br-\[0px\] {
    border-bottom-right-radius: 0px;
  }
  .lg\:rounded-tr-\[0px\] {
    border-top-right-radius: 0px;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-11 {
    padding: 2.75rem;
  }
  .lg\:p-12 {
    padding: 3rem;
  }
  .lg\:p-14 {
    padding: 3.5rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:p-\[40px\] {
    padding: 40px;
  }
  .lg\:p-\[50px\] {
    padding: 50px;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .lg\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }
  .lg\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .lg\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .lg\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }
  .lg\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .lg\:py-\[180px\] {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .lg\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .lg\:py-\[96px\] {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .lg\:\!pl-3 {
    padding-left: 0.75rem !important;
  }
  .lg\:\!pr-3 {
    padding-right: 0.75rem !important;
  }
  .lg\:\!pt-0 {
    padding-top: 0px !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .lg\:pb-48 {
    padding-bottom: 12rem;
  }
  .lg\:pb-\[110px\] {
    padding-bottom: 110px;
  }
  .lg\:pb-\[130px\] {
    padding-bottom: 130px;
  }
  .lg\:pb-\[170px\] {
    padding-bottom: 170px;
  }
  .lg\:pb-\[30px\] {
    padding-bottom: 30px;
  }
  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }
  .lg\:pb-\[80px\] {
    padding-bottom: 80px;
  }
  .lg\:pl-\[50px\] {
    padding-left: 50px;
  }
  .lg\:pr-0 {
    padding-right: 0px;
  }
  .lg\:pr-14 {
    padding-right: 3.5rem;
  }
  .lg\:pr-\[20px\] {
    padding-right: 20px;
  }
  .lg\:pr-\[30px\] {
    padding-right: 30px;
  }
  .lg\:pr-\[50px\] {
    padding-right: 50px;
  }
  .lg\:pr-\[75px\] {
    padding-right: 75px;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:pt-9 {
    padding-top: 2.25rem;
  }
  .lg\:pt-\[110px\] {
    padding-top: 110px;
  }
  .lg\:pt-\[130px\] {
    padding-top: 130px;
  }
  .lg\:pt-\[150px\] {
    padding-top: 150px;
  }
  .lg\:pt-\[180px\] {
    padding-top: 180px;
  }
  .lg\:pt-\[190px\] {
    padding-top: 190px;
  }
  .lg\:pt-\[2vw\] {
    padding-top: 2vw;
  }
  .lg\:pt-\[40px\] {
    padding-top: 40px;
  }
  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }
  .lg\:pt-\[60px\] {
    padding-top: 60px;
  }
  .lg\:pt-\[7vw\] {
    padding-top: 7vw;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-\[14px\] {
    font-size: 14px;
  }
  .lg\:text-\[20px\] {
    font-size: 20px;
  }
  .lg\:text-\[21px\] {
    font-size: 21px;
  }
  .lg\:text-\[30px\] {
    font-size: 30px;
  }
  .lg\:text-\[45px\] {
    font-size: 45px;
  }
  .lg\:text-\[54px\] {
    font-size: 54px;
  }
  .lg\:text-\[62px\] {
    font-size: 62px;
  }
  .lg\:leading-\[60px\] {
    line-height: 60px;
  }
}

@media (min-width: 1280px) {
  .xl\:mt-\[-13\%\] {
    margin-top: -13%;
  }
  .xl\:h-\[150px\] {
    height: 150px;
  }
  .xl\:max-w-\[1000px\] {
    max-width: 1000px;
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:gap-\[50px\] {
    gap: 50px;
  }
  .xl\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }
  .xl\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:h-\[180px\] {
    height: 180px;
  }
}

@media (min-width: 1900px) {
  .\33xl\:mt-\[-10\%\] {
    margin-top: -10%;
  }
}