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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* rounded */
.rounded-1 {
  border-radius: .3rem;
}

.rounded-2 {
  border-radius: .8rem;
}

.rounded-3 {
  border-radius: 1.6rem;
}

.rounded-4 {
  border-radius: 100%;
}

/* shadow */
.shadow-1 {
  box-shadow: 0px 0px 5px 0px #04BD84, 0px 0px 10px 0px #6DF9CE;
}

.shadow-2 {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
}

.shadow-3 {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 36px 0px rgba(0, 0, 0, 0.25);
}

.shadow-4 {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

/* gradients */
.gradient-blue {
  background: var(--gradient-blue, linear-gradient(154deg, #2E99E5 15.38%, #4914F6 68.23%));
}

.gradient-oxford {
  background: var(--gradient-oxford, linear-gradient(154deg, #271364 15.38%, #0B0226 68.23%));
}

.gradient-turquoise {
  background: var(--gradient-turquoise, linear-gradient(154deg, #E2F5FF 15.38%, #E9F6ED 68.23%));
}

.gradient-purple {
  background: var(--gradient-purple, linear-gradient(154deg, #783CAE 15.38%, #391C90 68.23%));
}

/* aspect-ratios */
.ratio-auto {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.ratio-16_9 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.ratio-7_5 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 7/5;
}

.ratio-1_1 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.ratio-4_5 {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/5;
}

.ratio-50w {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(10 / 375 * 100vw);
  }
}

@media only screen and (max-width: 376px) {
  html {
    font-size: calc(10 / 480 * 100vw);
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) and (orientation: portrait) {
  html {
    font-size: calc(10 / 767 * 100vw);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: linear-gradient(180deg, #0B0226 25%, #28049D 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  color: var(--brand-text-text-medium, #C9C9C9);
  text-align: center;
  /* body/lg/bps=xs */
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 2.56rem */
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
}

.bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.dnd-section {
  overflow: hidden;
}

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

.no-touchevents a:hover {
  color: inherit;
}

button {
  background: none;
  border: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  background: none;
}

.visible--desktop-flex {
  display: flex !important;
}

@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .visible--desktop-flex {
    display: none !important;
  }
}

.visible--tablet_desktop {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .visible--tablet_desktop {
    display: none !important;
  }
}

.visible--mobile {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .visible--mobile {
    display: block !important;
  }
}

.hide-on-desktop {
  display: none !important;
}

@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .hide-on-desktop {
    display: block !important;
  }
}

.hide-on-desktop--flex {
  display: none !important;
}

@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .hide-on-desktop--flex {
    display: flex !important;
  }
}

.hide-on-desktop--grid {
  display: none !important;
}

@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .hide-on-desktop--grid {
    display: grid !important;
  }
}

.c-language-switcher__check svg {
  width: 14px;
}

html.menu-open,
html.modal-visible {
  overflow: hidden;
  pointer-events: none;
}

html.menu-open body,
html.modal-visible body {
  height: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 1023px) and (orientation: portrait) {
  html.filters-active {
    overflow: hidden;
    height: 100vh;
  }
}

@media only screen and (max-width: 1023px) and (orientation: portrait) {
  html.filters-active body {
    height: 100%;
    overflow: hidden;
  }
}

[data-hs-anchor] {
  scroll-margin-top: 100px;
}

html.js {
  overflow-x: unset !important;
}

[data-hs-anchor] {
  position: relative;
  border: 1px solid transparent;
  background-clip: content-box;
  display: block;
}

.iframe-resized {
  width: 1px;
  min-width: 100%;
}

video:focus {
  outline: none;
}

video {
  clip-path: inset(0.1px);
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.view {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition: 300ms linear;
  transition-property: opacity, visibility;
}

.view__shadow {
  pointer-events: none;
}

.view__shadow:before {
  content: '';
  position: absolute;
  bottom: -3.2rem;
  left: 50%;
  width: 100vw;
  height: 10.2rem;
  transform: translateX(-50%);
  background-color: #250D7F;
}

@media screen and (min-width: 768px) {
  .view__shadow:before {
    bottom: -4.8rem;
  }
}

.view__shadow:after {
  content: '';
  position: absolute;
  bottom: calc(10.1rem - 3.2rem);
  left: 50%;
  width: 100vw;
  height: 5.4rem;
  transform: translateX(-50%);
  background: #250d7f;
  background: linear-gradient(0deg, #250d7f 0%, rgba(37, 13, 127, 0) 100%);
}

@media screen and (min-width: 768px) {
  .view__shadow:after {
    bottom: calc(10.1rem - 4.8rem);
  }
}

.shuffle {
  pointer-events: none;
}

.please-rotate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: var(--vh);
  overflow: hidden;
  background-color: var(--brand-container-container-highest, #12043E);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 999999999999999;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.please-rotate h4 {
  color: white;
}

@media only screen and (max-width: 899px) and (orientation: landscape) {
  .please-rotate {
    opacity: 1;
    visibility: visible;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

/* heading-2xl */
.heading-2xl {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .heading-2xl {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .heading-2xl {
    font-size: 5.6rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1920px) {
  .heading-2xl {
    font-size: 7.2rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

/* heading-xl */
.heading-xl {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .heading-xl {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .heading-xl {
    font-size: 5.6rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

/* heading-lg */
.heading-lg {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .heading-lg {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1920px) {
  .heading-lg {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

/* heading-article-xl */
.heading-article-xl {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .heading-article-xl {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1920px) {
  .heading-article-xl {
    font-size: 5.6rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

/* heading-article-lg */
.heading-article-lg {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .heading-article-lg {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1920px) {
  .heading-article-lg {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

/* heading-article-md */
.heading-article-md {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .heading-article-md {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1920px) {
  .heading-article-md {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.4;
  }
}

/* title-xl */
.title-xl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .title-xl {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1920px) {
  .title-xl {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.4;
  }
}

/* title-lg */
.title-lg {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .title-lg {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
  }
}

/* title-md-reg */
.title-md-reg {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .title-md-reg {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

@media screen and (min-width: 1920px) {
  .title-md-reg {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

/* title-md-bold */
.title-md-bold {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .title-md-bold {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    font-weight: 600;
  }
}

@media screen and (min-width: 1920px) {
  .title-md-bold {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.6;
    font-weight: 600;
  }
}

/* title-sm */
.title-sm {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}

/* body-lg */
.body-lg {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .body-lg {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

/* body-md */
.body-md {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .body-md {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

@media screen and (min-width: 1920px) {
  .body-md {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

/* body-md-medium */
.body-md-medium {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .body-md-medium {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

@media screen and (min-width: 1920px) {
  .body-md-medium {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

/* body-sm */
.body-sm {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}

/* body-sm-medium */
.body-sm-medium {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  font-weight: 500;
}

/* body-xs */
.body-xs {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .body-xs {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

/* body-2xs */
.body-2xs {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (min-width: 1920px) {
  .body-2xs {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

/* label-xl */
.label-xl {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
}

/* label-lg */
.label-lg {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.196rem;
  text-transform: uppercase;
}

/* label-md */
.label-md {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.196rem;
  text-transform: uppercase;
}

/* label-sm */
.label-sm {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.024rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #0b0226;
}

.section-bg--dark h1,
.section-bg--dark-mode h1,
.section-bg--gradient-blue h1,
.section-bg--gradient-oxford h1,
.section-bg--gradient-purple h1, .section-bg--dark h2,
.section-bg--dark-mode h2,
.section-bg--gradient-blue h2,
.section-bg--gradient-oxford h2,
.section-bg--gradient-purple h2, .section-bg--dark h3,
.section-bg--dark-mode h3,
.section-bg--gradient-blue h3,
.section-bg--gradient-oxford h3,
.section-bg--gradient-purple h3, .section-bg--dark h4,
.section-bg--dark-mode h4,
.section-bg--gradient-blue h4,
.section-bg--gradient-oxford h4,
.section-bg--gradient-purple h4, .section-bg--dark h5,
.section-bg--dark-mode h5,
.section-bg--gradient-blue h5,
.section-bg--gradient-oxford h5,
.section-bg--gradient-purple h5, .section-bg--dark h6,
.section-bg--dark-mode h6,
.section-bg--gradient-blue h6,
.section-bg--gradient-oxford h6,
.section-bg--gradient-purple h6 {
  color: #fff;
}

.text-block strong, .text-block b {
  font-weight: 600;
}

.text-block em {
  font-style: italic;
}

.text-block a {
  color: #4914f6;
  transition: color 250ms ease;
  text-decoration: none;
}

@media (hover: hover) {
  .text-block a:hover {
    color: #28049d;
  }
}

.section-bg--dark .text-block a,
.section-bg--dark-mode .text-block a,
.section-bg--gradient-blue .text-block a,
.section-bg--gradient-oxford .text-block a,
.section-bg--gradient-purple .text-block a {
  color: #6df9ce;
}

@media (hover: hover) {
  .section-bg--dark .text-block a:hover,
  .section-bg--dark-mode .text-block a:hover,
  .section-bg--gradient-blue .text-block a:hover,
  .section-bg--gradient-oxford .text-block a:hover,
  .section-bg--gradient-purple .text-block a:hover {
    color: #4be7b7;
  }
}

@media only screen and (max-width: 767px) {
  .text-block a {
    word-break: break-word;
  }
}

.text-block ul {
  margin-top: .8rem;
  list-style-type: none !important;
}

.text-block ul li {
  margin-bottom: .8rem;
  position: relative;
  padding-left: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .text-block ul li {
    padding-left: 2.4rem;
  }
}

.text-block ul li:before {
  content: '';
  position: absolute;
  left: .5rem;
  top: .55em;
  width: .4em;
  height: .4em;
  border-radius: 100%;
  background-color: currentColor;
}

.text-block ol {
  margin-top: .8rem;
  list-style-type: none !important;
  counter-reset: my-counter;
}

.text-block ol li {
  counter-increment: my-counter;
  margin-bottom: .8rem;
  position: relative;
  padding-left: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .text-block ol li {
    padding-left: 2.4rem;
  }
}

.text-block ol li:before {
  content: counter(my-counter) ".";
  position: absolute;
  left: .5rem;
  top: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.section-bg--dark .text-block li,
.section-bg--dark-mode .text-block li,
.section-bg--gradient-blue .text-block li,
.section-bg--gradient-oxford .text-block li,
.section-bg--gradient-purple .text-block li, .section-bg--dark .text-block p,
.section-bg--dark-mode .text-block p,
.section-bg--gradient-blue .text-block p,
.section-bg--gradient-oxford .text-block p,
.section-bg--gradient-purple .text-block p {
  color: #c9c9c9;
}

.text-block h1 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .text-block h1 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .text-block h1 {
    font-size: 5.6rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1920px) {
  .text-block h1 {
    font-size: 7.2rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

.text-block h2 {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .text-block h2 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1920px) {
  .text-block h2 {
    font-size: 5.6rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

.text-block h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .text-block h3 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1920px) {
  .text-block h3 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

.text-block h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .text-block h4 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1920px) {
  .text-block h4 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.4;
  }
}

.text-block h5 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .text-block h5 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1920px) {
  .text-block h5 {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.4;
  }
}

.text-block h6 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .text-block h6 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
    font-weight: 600;
  }
}

@media screen and (min-width: 1920px) {
  .text-block h6 {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.6;
    font-weight: 600;
  }
}

.text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5, .text-block h6, .text-block p, .text-block ul, .text-block ol {
  margin-bottom: 1.6rem;
}

sup {
  vertical-align: super;
  font-size: 10px;
}

.section-bg--dark li,
.section-bg--dark-mode li,
.section-bg--gradient-blue li,
.section-bg--gradient-oxford li,
.section-bg--gradient-purple li, .section-bg--dark p,
.section-bg--dark-mode p,
.section-bg--gradient-blue p,
.section-bg--gradient-oxford p,
.section-bg--gradient-purple p {
  color: #c9c9c9;
}

.links-container .link-item {
  font-family: Inter;
}

@media screen and (min-width: 768px) {
  .links-container .link-item {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .links-container .link-item {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

@media screen and (min-width: 768px) and (min-width: 1920px) {
  .links-container .link-item {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

html.js {
  overflow-x: hidden;
}

html.js :where(img) {
  max-width: unset;
}

main {
  width: 100vw;
  height: 100vh;
}

button {
  padding: 0;
  cursor: pointer;
}

/* grid wrapper */
.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 3.2rem;
  margin: 0 2.4rem;
  width: calc(100% - 2.4rem * 2);
}

@media screen and (min-width: 768px) {
  .grid-wrapper {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
    margin: 0 3.2rem;
    width: calc(100% - 3.2rem * 2);
  }
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .grid-wrapper {
    grid-template-columns: repeat(18, minmax(0, 1fr));
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
    margin: 0 6.4rem;
    width: calc(100% - 6.4rem * 2);
  }
}

@media screen and (min-width: 1920px) {
  .grid-wrapper {
    grid-template-columns: repeat(24, minmax(0, 1fr));
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
    margin: 0 11.2rem;
    width: calc(100% - 11.2rem * 2);
  }
}

.grid-element--full {
  grid-column: 1/-1;
}

.grid-element--1 {
  grid-column: span 1;
}

.grid-element--2 {
  grid-column: span 2;
}

.grid-element--3 {
  grid-column: span 3;
}

.grid-element--4 {
  grid-column: span 4;
}

.grid-element--5 {
  grid-column: span 5;
}

.grid-element--6 {
  grid-column: span 6;
}

.grid-element--7 {
  grid-column: span 7;
}

.grid-element--8 {
  grid-column: span 8;
}

.grid-element--9 {
  grid-column: span 9;
}

.grid-element--10 {
  grid-column: span 10;
}

.grid-element--11 {
  grid-column: span 11;
}

.grid-element--12 {
  grid-column: span 12;
}

.grid-element--13 {
  grid-column: span 13;
}

.grid-element--14 {
  grid-column: span 14;
}

.grid-element--15 {
  grid-column: span 15;
}

.grid-element--16 {
  grid-column: span 16;
}

.grid-element--17 {
  grid-column: span 17;
}

.grid-element--18 {
  grid-column: span 18;
}

.grid-element--19 {
  grid-column: span 19;
}

.grid-element--20 {
  grid-column: span 20;
}

.grid-element--21 {
  grid-column: span 21;
}

.grid-element--22 {
  grid-column: span 22;
}

.grid-element--23 {
  grid-column: span 23;
}

.grid-element--24 {
  grid-column: span 24;
}

/* sections */
.section-small {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

@media screen and (min-width: 768px) {
  .section-small {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .section-small {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media screen and (min-width: 1920px) {
  .section-small {
    padding-top: 11.2rem;
    padding-bottom: 11.2rem;
  }
}

.section {
  padding-top: 9.6rem;
  padding-bottom: 9.6rem;
}

@media screen and (min-width: 768px) {
  .section {
    padding-top: 11.2rem;
    padding-bottom: 11.2rem;
  }
}

/* section-bg */
.section-bg--white {
  background-color: #ffffff;
}

.section-bg--teal {
  background-color: #e8f5f5;
}

.section-bg--lightgrey {
  background-color: #f8f8f8;
}

.section-bg--grey {
  background-color: #dddddd;
}

.section-bg--darkgrey {
  background-color: #c9c9c9;
}

.section-bg--dark,
.theme-dark {
  background-color: #0b0226;
}

.section-bg--gradient-blue {
  background: var(--gradient-blue, linear-gradient(154deg, #2E99E5 15.38%, #4914F6 68.23%));
}

.section-bg--gradient-oxford {
  background: var(--gradient-oxford, linear-gradient(154deg, #271364 15.38%, #0B0226 68.23%));
}

.section-bg--gradient-turquoise {
  background: var(--gradient-turquoise, linear-gradient(154deg, #E2F5FF 15.38%, #E9F6ED 68.23%));
}

.section-bg--gradient-purple {
  background: var(--gradient-purple, linear-gradient(154deg, #783CAE 15.38%, #391C90 68.23%));
}

/* block spacings */
/* paddings */
:root {
  --padding-xs: 2.4rem;
  --padding-sm: 4.8rem;
  --padding-md: 6.4rem;
  --padding-lg: 9.6rem;
  --padding-xl: 3.2rem;
}

@media screen and (min-width: 768px) {
  :root {
    --padding-xs: 3.2rem;
    --padding-sm: 6.4rem;
    --padding-md: 8rem;
    --padding-lg: 11.2rem;
    --padding-xl: 4.8rem;
  }
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  :root {
    --padding-xs: 6.4rem;
    --padding-sm: 8rem;
    --padding-md: 8rem;
    --padding-lg: 11.2rem;
    --padding-xl: 8rem;
  }
}

@media screen and (min-width: 1920px) {
  :root {
    --padding-xs: 11.2rem;
    --padding-sm: 8rem;
    --padding-md: 8rem;
    --padding-lg: 11.2rem;
    --padding-xl: 16rem;
  }
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
--swiper-navigation-color: var(--swiper-theme-color);
*/
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
--swiper-pagination-color: var(--swiper-theme-color);
*/
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
--swiper-preloader-color: var(--swiper-theme-color);
*/
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

[data-lazy] {
  opacity: 0;
  transition: opacity 265ms ease;
}

[data-lazy].lazy-loaded {
  opacity: 1;
}

/*
    Reference: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L121

    Hides element visually.
    - $focusable: if true, it's focusable when navigated to via the keyboard
*/
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.h-spacing--small {
  margin-bottom: 1.6rem;
}

.h-spacing--micro {
  margin-bottom: .4rem;
}

.h-spacing--default {
  margin-bottom: 2.4rem;
}

.h-spacing--regular {
  margin-bottom: 4.8rem;
}

.h-spacing--large {
  margin-bottom: 12rem;
}

@media only screen and (max-width: 1199px) {
  .h-spacing--large {
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .h-spacing--large {
    margin-bottom: 4rem;
  }
}

.h-spacing--medium {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 767px) {
  .h-spacing--medium {
    margin-bottom: 4rem;
  }
}

.h-spacing--big {
  margin-bottom: 10rem;
}

@media only screen and (max-width: 1199px) {
  .h-spacing--big {
    margin-bottom: 6rem;
  }
}

@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .h-spacing--big {
    margin-bottom: 4rem;
  }
}

.h-spacing--big-top {
  margin-top: 10rem;
}

@media only screen and (max-width: 1199px) {
  .h-spacing--big-top {
    margin-top: 6rem;
  }
}

@media only screen and (max-width: 1023px) and (orientation: portrait) {
  .h-spacing--big-top {
    margin-top: 4rem;
  }
}

.h-rounded {
  border-radius: .8rem;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .h-rounded {
    border-radius: .54rem;
  }
}

.btn {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  font-weight: 500;
  display: inline-flex;
  min-width: var(--spacer-48, 4.8rem);
  min-height: var(--spacer-48, 4.8rem);
  padding: var(--spacer-08, 0.8rem) var(--spacer-16, 1.6rem);
  justify-content: center;
  align-items: center;
  gap: var(--spacer-08, 0.8rem);
  border-radius: 3px;
  transition: background-color 150ms linear;
  cursor: pointer;
}

.btn svg {
  width: 2.4rem;
  height: 2.4rem;
}

.btn:focus, .btn:active {
  box-shadow: 0px 0px 5px 0px #04BD84, 0px 0px 10px 0px #6DF9CE;
}

.btn-size--md {
  min-height: unset;
  padding: var(--spacer--0, 0rem) var(--spacer-16, 1.6rem);
  justify-content: center;
  align-items: center;
  gap: var(--spacer-04, 0.4rem);
}

.btn-rounded--true {
  border-radius: 640px;
}

.btn-arrow--left {
  flex-direction: row-reverse;
}

.btn-arrow--left svg {
  transform-origin: center;
  transform: rotate(180deg);
}

.btn-style--filled, .btn {
  color: #6df9ce;
  background-color: #4914f6;
}

@media (hover: hover) {
  .btn-style--filled:hover, .btn:hover {
    background-color: #28049d;
  }
}

.section-bg--dark .btn-style--filled, .section-bg--dark .btn,
.section-bg--dark-mode .btn-style--filled,
.section-bg--dark-mode .btn,
.section-bg--gradient-blue .btn-style--filled,
.section-bg--gradient-blue .btn,
.section-bg--gradient-oxford .btn-style--filled,
.section-bg--gradient-oxford .btn,
.section-bg--gradient-purple .btn-style--filled,
.section-bg--gradient-purple .btn {
  color: #4914f6;
  background-color: #6df9ce;
}

@media (hover: hover) {
  .section-bg--dark .btn-style--filled:hover, .section-bg--dark .btn:hover,
  .section-bg--dark-mode .btn-style--filled:hover,
  .section-bg--dark-mode .btn:hover,
  .section-bg--gradient-blue .btn-style--filled:hover,
  .section-bg--gradient-blue .btn:hover,
  .section-bg--gradient-oxford .btn-style--filled:hover,
  .section-bg--gradient-oxford .btn:hover,
  .section-bg--gradient-purple .btn-style--filled:hover,
  .section-bg--gradient-purple .btn:hover {
    background-color: #4be7b7;
  }
}

.btn-style--outline {
  background-color: unset;
  border: 1px solid #4914f6;
  color: #4914f6;
  transition-property: color, border-color, background-color;
}

@media (hover: hover) {
  .btn-style--outline:hover {
    color: #28049d;
    border-color: #28049d;
    background-color: unset;
  }
}

.section-bg--dark .btn-style--outline,
.section-bg--dark-mode .btn-style--outline,
.section-bg--gradient-blue .btn-style--outline,
.section-bg--gradient-oxford .btn-style--outline,
.section-bg--gradient-purple .btn-style--outline {
  color: #6df9ce;
  border-color: #6df9ce;
  background-color: unset;
}

@media (hover: hover) {
  .section-bg--dark .btn-style--outline:hover,
  .section-bg--dark-mode .btn-style--outline:hover,
  .section-bg--gradient-blue .btn-style--outline:hover,
  .section-bg--gradient-oxford .btn-style--outline:hover,
  .section-bg--gradient-purple .btn-style--outline:hover {
    color: #4be7b7;
    border-color: #4be7b7;
    background-color: unset;
  }
}

.btn-style--ghost {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  font-weight: 500;
  background-color: unset;
  border: unset;
  color: #12043e;
  transition-property: color;
}

@media screen and (min-width: 768px) {
  .btn-style--ghost {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

@media screen and (min-width: 1920px) {
  .btn-style--ghost {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

@media (hover: hover) {
  .btn-style--ghost:hover {
    color: #4914f6;
    background-color: unset;
  }
}

.section-bg--dark .btn-style--ghost,
.section-bg--dark-mode .btn-style--ghost,
.section-bg--gradient-blue .btn-style--ghost,
.section-bg--gradient-oxford .btn-style--ghost,
.section-bg--gradient-purple .btn-style--ghost {
  color: #e8f5f5;
}

@media (hover: hover) {
  .section-bg--dark .btn-style--ghost:hover,
  .section-bg--dark-mode .btn-style--ghost:hover,
  .section-bg--gradient-blue .btn-style--ghost:hover,
  .section-bg--gradient-oxford .btn-style--ghost:hover,
  .section-bg--gradient-purple .btn-style--ghost:hover {
    color: #4be7b7;
  }
}

.btn-style--ghost_secondary {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  background-color: unset;
  border: unset;
  color: #12043e;
  transition-property: color;
  font-weight: 500;
}

@media (hover: hover) {
  .btn-style--ghost_secondary:hover {
    color: #4914f6;
    background-color: unset;
  }
}

.section-bg--dark .btn-style--ghost_secondary,
.section-bg--dark-mode .btn-style--ghost_secondary,
.section-bg--gradient-blue .btn-style--ghost_secondary,
.section-bg--gradient-oxford .btn-style--ghost_secondary,
.section-bg--gradient-purple .btn-style--ghost_secondary {
  color: #e8f5f5;
}

@media (hover: hover) {
  .section-bg--dark .btn-style--ghost_secondary:hover,
  .section-bg--dark-mode .btn-style--ghost_secondary:hover,
  .section-bg--gradient-blue .btn-style--ghost_secondary:hover,
  .section-bg--gradient-oxford .btn-style--ghost_secondary:hover,
  .section-bg--gradient-purple .btn-style--ghost_secondary:hover {
    color: #4be7b7;
  }
}

.btn-style--tonal {
  background-color: #e8f5f5;
  color: #4914f6;
  transition-property: color, background-color;
}

@media (hover: hover) {
  .btn-style--tonal:hover {
    color: #28049d;
    background-color: #6df9ce;
  }
}

.btn-style--tonal.btn-size--md {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.section-bg--dark .btn-style--tonal,
.section-bg--dark-mode .btn-style--tonal,
.section-bg--gradient-blue .btn-style--tonal,
.section-bg--gradient-oxford .btn-style--tonal,
.section-bg--gradient-purple .btn-style--tonal {
  background-color: #28049d;
  color: #6df9ce;
}

@media (hover: hover) {
  .section-bg--dark .btn-style--tonal:hover,
  .section-bg--dark-mode .btn-style--tonal:hover,
  .section-bg--gradient-blue .btn-style--tonal:hover,
  .section-bg--gradient-oxford .btn-style--tonal:hover,
  .section-bg--gradient-purple .btn-style--tonal:hover {
    background-color: #4914f6;
    color: #4be7b7;
  }
}

.btn-style--tonal_secondary {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.16rem;
  text-transform: uppercase;
  background-color: unset;
  border: unset;
  color: #4914f6;
  transition-property: color;
  text-transform: uppercase;
}

@media (hover: hover) {
  .btn-style--tonal_secondary:hover {
    color: #28049d;
    background-color: unset;
  }
}

.btn-style--tonal_secondary.btn-size--md {
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.section-bg--dark .btn-style--tonal_secondary,
.section-bg--dark-mode .btn-style--tonal_secondary,
.section-bg--gradient-blue .btn-style--tonal_secondary,
.section-bg--gradient-oxford .btn-style--tonal_secondary,
.section-bg--gradient-purple .btn-style--tonal_secondary {
  color: #6df9ce;
}

@media (hover: hover) {
  .section-bg--dark .btn-style--tonal_secondary:hover,
  .section-bg--dark-mode .btn-style--tonal_secondary:hover,
  .section-bg--gradient-blue .btn-style--tonal_secondary:hover,
  .section-bg--gradient-oxford .btn-style--tonal_secondary:hover,
  .section-bg--gradient-purple .btn-style--tonal_secondary:hover {
    color: #4be7b7;
  }
}

.btn.is-disabled {
  color: #838383;
  border-color: #838383;
  pointer-events: none;
}

.btn.is-active {
  color: #4914F6;
  background-color: #6DF9CE;
  border-color: #6DF9CE;
}

.cta-container {
  margin-top: 1rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
  pointer-events: all;
  transition: opacity 150ms linear;
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .cta-container {
    display: flex;
    justify-content: center;
  }
}

.is-shuffling .cta-container {
  pointer-events: none;
  opacity: .5;
}

.header {
  padding: 2.4rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.header__logo {
  width: 10.1rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .header__logo {
    width: 14.5rem;
  }
}

.header__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__container {
  position: relative;
  z-index: 5;
}

.header:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 2.4rem;
  left: 0;
  width: 100%;
  background: var(--brand-container-surface, #0B0226);
}

.header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.5rem;
  background: linear-gradient(0deg, rgba(11, 2, 38, 0) 0%, #0B0226 100%);
}

.header__about {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.header__about svg {
  pointer-events: none;
}

.header__about svg path {
  transition: fill 150ms linear;
}

@media (hover: hover) {
  .header__about:hover svg path {
    fill: #6DF9CE;
  }
}

.is-about .header__about svg path {
  fill: #6DF9CE;
}

.header__about:focus svg path {
  fill: #6DF9CE;
}

.tarot-app {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  padding: 9.6rem 2.4rem 3.2rem;
  opacity: 1;
  transition: 150ms linear;
  transition-property: opacity, visibility;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .tarot-app {
    padding: 11.2rem 3.2rem 4.8rem;
  }
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .tarot-app {
    padding: 11.2rem 6.4rem 4.8rem;
  }
}

@media screen and (min-width: 1920px) {
  .tarot-app {
    padding: 11.2rem 11.2rem 4.8rem;
  }
}

.is-loading .tarot-app {
  opacity: 0;
}

.is-about .tarot-app,
.is-disclaimer .tarot-app,
.is-privacy .tarot-app {
  opacity: 0;
  visibility: hidden;
}

.tarot-app__container {
  position: relative;
  width: 100%;
  height: 100%;
}

.tip {
  margin-top: auto;
  border-radius: var(--border-radius-rounded-2, 0.8rem);
  background: var(--brand-container-container-high-variant, #0B0226);
  color: var(--brand-primary, #6DF9CE);
  text-align: center;
  font-family: Inter;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding: var(--spacer-08, 0.8rem) var(--spacer-12, 1.2rem);
}

@media screen and (min-width: 768px) {
  .tip {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .tip {
    max-width: 68.8rem;
  }
}

@media screen and (min-width: 768px) {
  .welcome__text {
    font-size: 2rem;
    max-width: 68.8rem;
  }
}

.cards {
  position: relative;
  width: 100%;
  height: 100%;
  transform: translate(-1.5rem, 2rem);
  transition: transform 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95), filter 400ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-choice .cards {
  transform: translate(-1.5rem, -6rem);
  filter: blur(12px);
}

.is-shuffle .cards {
  transform: translate(-1.5rem, -10rem);
}

.is-spread .cards {
  transform: none;
  transition: none;
}

.cards__container {
  width: 14.4rem;
  height: 25rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cards__container {
    width: 17.8rem;
    height: 30.7rem;
  }
}

@media screen and (min-width: 1920px) {
  .cards__container {
    width: 20.9rem;
    height: 35.9rem;
  }
}

.is-spread .cards__container {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(6, 3.4rem);
  margin-top: auto;
  margin-bottom: 9rem;
  -moz-column-gap: .8rem;
       column-gap: .8rem;
}

@media screen and (min-width: 768px) {
  .is-spread .cards__container {
    grid-template-rows: repeat(6, 6vh);
  }
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .is-spread .cards__container {
    grid-template-columns: repeat(10, minmax(0, 1fr));
    grid-template-rows: repeat(2, 7.26rem);
    margin-bottom: 13rem;
  }
}

.cards__swipe {
  opacity: 0;
  pointer-events: none;
  z-index: 25;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150vw;
  height: 150vh;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 350ms linear;
}

.cards__swipe svg {
  width: 4.8rem;
  height: 4.8rem;
  transform-origin: center bottom;
  transform: rotate(35deg);
  transition: transform 1100ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 400ms;
}

.is-hint .cards__swipe {
  opacity: 1;
}

.is-hint .cards__swipe svg {
  transform: rotate(-35deg);
}

@media (hover: hover) {
  .cards__swipe {
    display: none !important;
  }
}

.card {
  width: 14.5rem;
  height: 25rem;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .card {
    width: 17.8rem;
    height: 30.7rem;
  }
}

@media screen and (min-width: 1920px) {
  .card {
    width: 20.9rem;
    height: 35.9rem;
  }
}

.is-spread .card {
  width: auto;
  height: auto;
  position: relative;
  top: unset;
  left: unset;
}

.card__inner {
  width: 100%;
  height: auto;
  border-radius: 1.1355rem;
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.15), 4px 4px 4px 0px rgba(0, 0, 0, 0.15), 0px 0px 4px 8px rgba(0, 0, 0, 0.06);
  pointer-events: none;
}

.is-spread .card__inner {
  border-radius: .3rem;
  height: auto;
}

.card svg {
  width: 100%;
  height: auto;
  border-radius: 1.1355rem;
  pointer-events: none;
}

.is-spread .card svg {
  border-radius: .3rem;
  height: auto;
}

.card.is-selected:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 172%;
  border-radius: .3rem;
  border: 1px solid var(--brand-primary, #6DF9CE);
  box-shadow: 0px 0px 5px 0px #04BD84, 0px 0px 10px 0px #6DF9CE;
  z-index: 1;
  box-sizing: border-box;
}

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

.card:nth-child(1) {
  z-index: calc(20 - 1);
}

.is-spread .card:nth-child(1) {
  z-index: 1;
}

.card:nth-child(2) {
  z-index: calc(20 - 2);
}

.is-spread .card:nth-child(2) {
  z-index: 2;
}

.card:nth-child(3) {
  z-index: calc(20 - 3);
}

.is-spread .card:nth-child(3) {
  z-index: 3;
}

.card:nth-child(4) {
  z-index: calc(20 - 4);
}

.is-spread .card:nth-child(4) {
  z-index: 4;
}

.card:nth-child(5) {
  z-index: calc(20 - 5);
}

.is-spread .card:nth-child(5) {
  z-index: 5;
}

.card:nth-child(6) {
  z-index: calc(20 - 6);
}

.is-spread .card:nth-child(6) {
  z-index: 6;
}

.card:nth-child(7) {
  z-index: calc(20 - 7);
}

.is-spread .card:nth-child(7) {
  z-index: 7;
}

.card:nth-child(8) {
  z-index: calc(20 - 8);
}

.is-spread .card:nth-child(8) {
  z-index: 8;
}

.card:nth-child(9) {
  z-index: calc(20 - 9);
}

.is-spread .card:nth-child(9) {
  z-index: 9;
}

.card:nth-child(10) {
  z-index: calc(20 - 10);
}

.is-spread .card:nth-child(10) {
  z-index: 10;
}

.card:nth-child(11) {
  z-index: calc(20 - 11);
}

.is-spread .card:nth-child(11) {
  z-index: 11;
}

.card:nth-child(12) {
  z-index: calc(20 - 12);
}

.is-spread .card:nth-child(12) {
  z-index: 12;
}

.card:nth-child(13) {
  z-index: calc(20 - 13);
}

.is-spread .card:nth-child(13) {
  z-index: 13;
}

.card:nth-child(14) {
  z-index: calc(20 - 14);
}

.is-spread .card:nth-child(14) {
  z-index: 14;
}

.card:nth-child(15) {
  z-index: calc(20 - 15);
}

.is-spread .card:nth-child(15) {
  z-index: 15;
}

.card:nth-child(16) {
  z-index: calc(20 - 16);
}

.is-spread .card:nth-child(16) {
  z-index: 16;
}

.card:nth-child(17) {
  z-index: calc(20 - 17);
}

.is-spread .card:nth-child(17) {
  z-index: 17;
}

.card:nth-child(18) {
  z-index: calc(20 - 18);
}

.is-spread .card:nth-child(18) {
  z-index: 18;
}

.card:nth-child(19) {
  z-index: calc(20 - 19);
}

.is-spread .card:nth-child(19) {
  z-index: 19;
}

.card:nth-child(20) {
  z-index: calc(20 - 20);
}

.is-spread .card:nth-child(20) {
  z-index: 20;
}

.topics {
  display: flex;
  padding-top: var(--padding-sm, 4.8rem);
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 1.2rem;
  align-self: stretch;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .topics {
    margin-top: auto;
    margin-bottom: 14rem;
  }
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .topics {
    margin-left: auto;
    margin-right: auto;
    max-width: 68.8rem;
  }
}

.topics .btn {
  padding: 0 1.2rem;
  min-height: 3.2rem;
}

.spread {
  z-index: 25;
  pointer-events: none;
}

.spread .tip {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
  max-width: 100%;
  min-width: 27.7rem;
  opacity: 0;
  z-index: 1;
  white-space: nowrap;
  transition: 150ms linear;
  transition-property: opacity, visibility;
}

.is-tip-hidden .spread .tip {
  opacity: 0;
  visibility: hidden;
}

.is-past .spread__tip--past {
  opacity: 1;
  visibility: visible;
}

.is-present .spread__tip--present {
  opacity: 1;
  visibility: visible;
}

.is-future .spread__tip--future {
  opacity: 1;
  visibility: visible;
}

.card-details {
  overflow: scroll;
  height: 100%;
  margin-top: -5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .card-details {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100rem;
  }
}

.card-details::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .card-details__text {
    width: calc(51.5rem + 6.4rem);
    margin-left: auto;
    padding-right: 6.4rem;
    text-align: left;
  }
}

.card-details__card {
  width: 14.5rem;
  height: 25rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 3.2rem;
  perspective: 1000px;
}

@media screen and (min-width: 768px) {
  .card-details__card {
    width: 21.8rem;
    height: 37.5rem;
    margin-bottom: 4.8rem;
  }
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .card-details__card {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .card-details__card {
    width: 25.6rem;
    height: 44rem;
  }
}

.card-details__card .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}

.card-details__card .card-inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .8rem;
  border: 1px solid var(--brand-primary, #6DF9CE);
  box-shadow: 0px 0px 5px 0px #04BD84, 0px 0px 10px 0px #6DF9CE;
  z-index: 1;
  transition: opacity 200ms linear;
  box-sizing: border-box;
}

.card-details__card.no-shadow .card-inner:after {
  opacity: 0;
}

.card-details__card img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: .8rem;
  backface-visibility: hidden;
}

.card-details__card .front {
  transform: rotateY(180deg) translateZ(1px);
}

.card-details .label-lg {
  margin-bottom: .4rem;
}

.card-details__title {
  margin-bottom: .8rem;
}

.past,
.present,
.future {
  justify-content: flex-start;
  z-index: 50;
}

.past .cta-container,
.present .cta-container,
.future .cta-container {
  grid-template-columns: 1fr;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
}

.past .view__shadow,
.present .view__shadow,
.future .view__shadow {
  opacity: 0;
}

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

.is-past .summary,
.is-present .summary,
.is-future .summary {
  pointer-events: none;
}

.summary .cta-container,
.summary .links-container,
.summary .view__shadow {
  opacity: 0;
}

.summary__text, .summary__send {
  opacity: 0;
  pointer-events: none;
}

.summary__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-bottom: 3.2rem;
}

@media screen and (min-width: 768px) {
  .summary__cards {
    max-width: calc(100% - 9.1rem * 2);
    margin-left: auto;
    margin-right: auto;
    gap: 2.4rem;
    margin-bottom: 4.8rem;
  }
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .summary__cards {
    max-width: 52.2rem;
  }
}

.summary .summary-card {
  text-align: center;
  opacity: 0;
}

.summary .summary-card__title {
  margin-bottom: .8rem;
}

.summary .summary-card__image {
  display: flex;
}

.summary .summary-card__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: .3rem;
  box-shadow: -2px -2px 4px 0px rgba(0, 0, 0, 0.25), 4px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 0px 4px 8px rgba(0, 0, 0, 0.12);
}

.summary .cta-container {
  z-index: 5;
}

.is-summary .summary {
  height: calc(100% + 6.4rem);
}

.is-summary .summary .summary__container {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: -5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .is-summary .summary .summary__container {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .is-summary .summary .summary__container {
    width: 100%;
  }
}

.is-summary .summary .summary__container::-webkit-scrollbar {
  display: none;
}

.is-summary .summary .summary__text,
.is-summary .summary .summary__send {
  opacity: 1;
  pointer-events: all;
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .is-summary .summary .summary__text {
    max-width: 68.8rem;
    margin: 0 auto;
  }
}

.is-summary .summary .cta-container,
.is-summary .summary .links-container,
.is-summary .summary .view__shadow {
  opacity: 1;
}

.is-summary .summary .cta-container {
  margin-top: 7.2rem;
}

@media screen and (min-width: 768px) {
  .is-summary .summary .cta-container {
    margin-top: auto;
    padding-top: 7.2rem;
  }
}

.summary__send {
  margin-top: 1.6rem;
  color: #6DF9CE;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .summary__send {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

@media screen and (min-width: 1920px) {
  .summary__send {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

.summary__send svg {
  margin-left: .4rem;
  width: 1.6rem;
  height: 1.6rem;
}

.links-container {
  margin-top: 4.8rem;
  text-align: left;
}

.links-container .link-item {
  outline: none;
  cursor: pointer;
  border: 0;
  color: #E8F5F5;
  margin-right: 1.6rem;
}

.share {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 4.8rem);
  z-index: 99999;
  transition: 150ms linear;
  transition-property: opacity, visibility;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (min-width: 768px) {
  .share {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--vh) !important;
  }
}

.share::-webkit-scrollbar {
  display: none;
}

.share.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.share.is-hidden .share__container {
  transform: translateY(110%);
}

.share__container {
  border-radius: 1.6rem 1.6rem var(--spacer--0, 0rem) var(--spacer--0, 0rem);
  background: var(--brand-container-container-highest, #12043E);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
  padding: 4.8rem 2.4rem;
  min-height: 100%;
  position: relative;
  z-index: 5;
  transition: transform 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen and (min-width: 768px) {
  .share__container {
    width: 58.2rem;
    margin: auto;
    height: auto;
    min-height: auto;
    border-radius: 1.6rem;
    padding: 4.8rem 3.2rem;
  }
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .share__container {
    width: 68.8rem;
    padding: var(--Block-spacings-article-block, 6.4rem) var(--padding-xs, 11.2rem);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.share__heading {
  margin-bottom: 3.2rem;
  text-align: center;
  color: white;
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .share__heading {
    width: 100%;
  }
}

.share:before {
  content: '';
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  width: 100%;
  opacity: 0.5;
  background: var(--brand-container-surface-lowest-fixed, #0B0226);
}

.share__image {
  display: flex;
  margin-bottom: 3.2rem;
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .share__image {
    margin-bottom: 0;
    width: 38rem;
  }
}

.share__image picture {
  display: flex;
  width: 100%;
  border-radius: 1.6rem;
  overflow: hidden;
}

.share__image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 327/317;
}

@media screen and (min-width: 768px) {
  .share__image img {
    aspect-ratio: 518/291;
  }
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .share__image img {
    aspect-ratio: 1/1;
  }
}

.share__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 3rem;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .share__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2.4rem;
    -moz-column-gap: 3.2rem;
         column-gap: 3.2rem;
    padding-left: 3.2rem;
    flex: 1;
    max-width: 18.2rem;
  }
}

.share__list a {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.024rem;
  color: #E8F5F5;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.share__list a:focus {
  color: #6DF9CE;
}

.share__list a:focus svg path {
  fill: #6DF9CE;
}

@media (hover: hover) {
  .share__list a:hover {
    color: #6DF9CE;
  }
  .share__list a:hover svg path {
    fill: #6DF9CE;
  }
}

.share__list a img,
.share__list a svg {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: .4rem;
}

.share__close {
  position: absolute;
  top: .8rem;
  right: .8rem;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .share__close {
    top: 1.6rem;
    right: 1.6rem;
  }
}

.share__close svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.share [data-copy-link] svg {
  pointer-events: none;
}

.share [data-copy-link] span {
  pointer-events: none;
}

.text {
  justify-content: flex-start;
  padding: 9.6rem 2.4rem 3.2rem;
  position: fixed;
  z-index: 50;
  transition: 150ms linear;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .text {
    padding: 11.2rem 3.2rem 4.8rem;
  }
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .text {
    padding: 11.2rem 6.4rem 4.8rem;
  }
}

@media screen and (min-width: 1920px) {
  .text {
    padding: 11.2rem 11.2rem 4.8rem;
  }
}

.text__container {
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-top: -5rem;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  height: 100%;
}

@media screen and (min-width: 1199px) and (orientation: landscape) {
  .text__container {
    max-width: 68.8rem;
  }
}

.text__container::-webkit-scrollbar {
  display: none;
}

.text__close {
  position: absolute;
  left: 50%;
  bottom: 1.6rem;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .text__close {
    bottom: 3.2rem;
  }
}

.text__close svg {
  pointer-events: none;
}

.text h4 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: .8rem;
  color: #FFFFFF;
}

@media screen and (min-width: 768px) {
  .text h4 {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1920px) {
  .text h4 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.3;
  }
}

.text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}

@media screen and (min-width: 768px) {
  .text p {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

.is-about .about {
  opacity: 1;
  visibility: visible;
}

.is-disclaimer .disclaimer {
  opacity: 1;
  visibility: visible;
}

.is-privacy .privacy {
  opacity: 1;
  visibility: visible;
}

.modal {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(var(--vh) - 4.8rem);
  z-index: 99999;
  transition: 150ms linear;
  transition-property: opacity, visibility;
}

@media screen and (min-width: 768px) {
  .modal {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--vh) !important;
  }
}

.modal.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.modal.is-hidden .modal__container {
  transform: translateY(110%);
}

.modal__container {
  border-radius: 1.6rem 1.6rem var(--spacer--0, 0rem) var(--spacer--0, 0rem);
  background: var(--brand-container-container-highest, #12043E);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 4px 8px 0px rgba(0, 0, 0, 0.14);
  padding: 4.8rem 2.4rem;
  height: 100%;
  position: relative;
  z-index: 5;
  transition: transform 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen and (min-width: 768px) {
  .modal__container {
    width: 58.2rem;
    margin: auto;
    height: auto;
    min-height: auto;
    border-radius: 1.6rem;
    padding: 4.8rem 3.2rem;
  }
}

.modal__heading {
  margin-bottom: 3.2rem;
  text-align: center;
  color: white;
}

.modal:before {
  content: '';
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  width: 100%;
  opacity: 0.5;
  background: var(--brand-container-surface-lowest-fixed, #0B0226);
}

.modal__close {
  position: absolute;
  top: .8rem;
  right: .8rem;
  width: 3.2rem;
  height: 3.2rem;
  cursor: pointer;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .modal__close {
    top: 1.6rem;
    right: 1.6rem;
  }
}

.modal__close svg {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .form-email .modal__form {
    padding-bottom: 0 !important;
  }
}

.hs-form .legal-consent-container .hs-richtext {
  margin: 0 0 2rem 0 !important;
}

.hs-form .legal-consent-container .hs-richtext p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  margin: 0 0 2rem 0;
}

.related {
  justify-content: flex-start;
  height: calc(100% + 6.4rem);
}

.related__container {
  overflow: scroll;
  height: 100%;
  margin-top: -5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: calc(100% + 4.8rem);
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

@media screen and (min-width: 768px) {
  .related__container {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    width: calc(100% + 6.4rem);
  }
}

.related__container::-webkit-scrollbar {
  display: none;
}

.related__heading {
  margin-bottom: .8rem;
}

.related__subheading {
  margin-bottom: 8.4rem;
}

.related__list-title {
  margin-right: auto;
  margin-bottom: 1.6rem;
  text-align: left;
}

.related .link {
  margin-right: auto;
  color: #6DF9CE;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: flex-start;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .related .link {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

@media screen and (min-width: 1920px) {
  .related .link {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

.related .link svg {
  margin-left: .4rem;
  width: 1.6rem;
  height: 1.6rem;
}

.related__list {
  margin-top: 3.2rem;
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-left: -2.4rem;
  width: calc(100% + 4.8rem);
  padding: 0 2.4rem;
}

@media screen and (min-width: 768px) {
  .related__list {
    margin-left: -3.2rem;
    width: calc(100% + 6.4rem);
    padding: 0 3.2rem;
  }
}

.related .swiper-slide {
  text-align: left;
}

.related .swiper-slide figure {
  display: flex;
  position: relative;
  border-radius: var(--border-radius-rounded-3, 1.6rem);
  margin-bottom: 1.6rem;
  overflow: hidden;
}

.related .swiper-slide figure:before {
  content: '';
  display: block;
  padding-top: 56%;
}

.related .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.related .swiper-slide span {
  display: inline-block;
  margin-bottom: 1.6rem;
}

.related .view__shadow:before, .related .view__shadow:after {
  z-index: 2;
}

.related .cta-container {
  margin-top: 7.2rem;
}

.shuffle__tip {
  transition: 150ms linear;
  transition-property: opacity, visibility;
}

.remove-shuffle-instruction .shuffle__tip {
  opacity: 0;
  visibility: hidden;
}

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