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,
select,
input,
button,
textarea,
dl,
dt,
dd,
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,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: inherit;
  font-size: inherit;
  font: inherit;
  color: inherit;
  vertical-align: baseline;
  outline: none;
  transition: inherit;
}

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

b,
strong {
  font-weight: 900;
}

i,
em {
  font-style: italic;
}

ol,
ul {
  list-style: none;
}

html {
  margin: 0 !important;
}

blockquote,
q {
  quotes: none;
}

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

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

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

html {
  box-sizing: border-box;
}

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

img {
  display: block;
  max-width: 100%;
}

.flex {
  display: flex;
}
.flex > * {
  position: relative;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.wrap {
  flex-flow: row wrap;
}
.flex.flex-center {
  align-items: center;
}
.flex.flex-bottom {
  align-items: flex-end;
}
.flex.flex-text-center {
  justify-content: center;
}
.flex.flex-text-right {
  justify-content: flex-end;
}
.flex .flex-item-right {
  margin-left: auto !important;
}
.flex .flex-item-left {
  margin-right: auto !important;
}
.flex .flex-1 {
  flex: 1;
}
.flex .flex-2 {
  flex: 2;
}
.flex .flex-3 {
  flex: 3;
}
.flex .flex-4 {
  flex: 4;
}
.flex .flex-5 {
  flex: 5;
}
.flex .flex-6 {
  flex: 6;
}
.flex .flex-7 {
  flex: 7;
}
.flex .flex-8 {
  flex: 8;
}
.flex .flex-9 {
  flex: 9;
}
.flex .flex-10 {
  flex: 10;
}
.flex.fixed-columns-count > * {
  width: calc((100% - (var(--bleed) * 2 * var(--columns-count))) / var(--columns-count));
  max-width: calc((100% - (var(--bleed) * 2 * var(--columns-count))) / var(--columns-count));
}
.flex.fixed-columns-count.bleed {
  margin-left: calc(var(--bleed) * -1);
  margin-right: calc(var(--bleed) * -1);
}
.flex.fixed-columns-count.bleed > *:first-child {
  margin-left: var(--bleed);
}
.flex.fixed-columns-count.bleed > *:last-child {
  margin-right: var(--bleed);
}
.flex.bleed > * {
  margin-left: var(--bleed);
  margin-right: var(--bleed);
}
.flex.bleed > *:first-child {
  margin-left: 0;
}
.flex.bleed > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .flex.break-laptop {
    flex-direction: column;
  }
  .flex.break-laptop.bleed {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flex.break-laptop.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--bleed);
    width: 100%;
  }
  .flex.break-laptop.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-laptop.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .flex.break-tablet {
    flex-direction: column;
  }
  .flex.break-tablet.bleed {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flex.break-tablet.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--bleed);
    width: 100%;
  }
  .flex.break-tablet.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-tablet.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 760px) {
  .flex.break-mobile {
    flex-direction: column;
  }
  .flex.break-mobile.bleed {
    margin-left: 0px;
    margin-right: 0px;
  }
  .flex.break-mobile.bleed > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--bleed);
    width: 100%;
  }
  .flex.break-mobile.bleed > :first-child {
    margin-left: 0px;
  }
  .flex.break-mobile.bleed > :last-child {
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

@font-face {
  font-family: "Aeonik";
  src: url("/fonts/Aeonik-Regular.woff2") format("woff2"), url("/fonts/Aeonik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/fonts/Aeonik-Medium.woff2") format("woff2"), url("/fonts/Aeonik-Medium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl";
  src: url("/fonts/Stolzl-Book.woff2") format("woff2"), url("/fonts/Stolzl-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl";
  src: url("/fonts/Stolzl-Medium.woff2") format("woff2"), url("/fonts/Stolzl-Medium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/PlusJakartaSans-ExtraLight.woff2") format("woff2"), url("/fonts/PlusJakartaSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/PlusJakartaSans-ExtraLightItalic.woff2") format("woff2"), url("/fonts/PlusJakartaSans-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/PlusJakartaSans-ExtraBoldItalic.woff2") format("woff2"), url("/fonts/PlusJakartaSans-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/PlusJakartaSans-Light.woff2") format("woff2"), url("/fonts/PlusJakartaSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/PlusJakartaSans-Italic.woff2") format("woff2"), url("/fonts/PlusJakartaSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/PlusJakartaSans-SemiBoldItalic.woff2") format("woff2"), url("/fonts/PlusJakartaSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/PlusJakartaSans-Medium.woff2") format("woff2"), url("/fonts/PlusJakartaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/PlusJakartaSans-MediumItalic.woff2") format("woff2"), url("/fonts/PlusJakartaSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/PlusJakartaSans-SemiBold.woff2") format("woff2"), url("/fonts/PlusJakartaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/PlusJakartaSans-Bold.woff2") format("woff2"), url("/fonts/PlusJakartaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/PlusJakartaSans-LightItalic.woff2") format("woff2"), url("/fonts/PlusJakartaSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/PlusJakartaSans-ExtraBold.woff2") format("woff2"), url("/fonts/PlusJakartaSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/PlusJakartaSans-BoldItalic.woff2") format("woff2"), url("/fonts/PlusJakartaSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("/fonts/PlusJakartaSans-Regular.woff2") format("woff2"), url("/fonts/PlusJakartaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --activeColor: #2958EF;
  --darkColor: #171717;
  --lightColor: #475467;
  --headerTopPadding: 2.88rem;
  --headerInnerHeight: 4rem;
  --headerHeight: calc(var(--headerTopPadding) + var(--headerInnerHeight));
  --sectionsSpacing: 10rem;
  --containerPadding: 4rem;
  --titleFontSize: 3.25rem;
}
@media screen and (max-width: 1440px) {
  :root {
    --headerTopPadding: 2.125rem;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --headerTopPadding: 1.25rem;
  }
}
@media screen and (max-width: 760px) {
  :root {
    --headerTopPadding: 0.75rem;
    --containerPadding: 0.75rem;
    --sectionsSpacing: 4rem;
  }
}

* {
  transition: all 0.3s ease-in-out;
}
*:before, *:after {
  transition: all 0.3s ease-in-out;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 1920px) {
  html {
    font-size: calc(8px + (8 * (100vw - 760px) / 1160));
  }
}
@media screen and (max-width: 760px) {
  html {
    font-size: 12px;
  }
}

body {
  font-size: 1rem;
  font-family: "Plus Jakarta Sans", "Manrope", sans-serif;
  font-weight: normal;
  line-height: 1.33;
  color: #1b1b1b;
  background-color: white;
}

a {
  cursor: pointer;
}

b,
strong {
  font-weight: normal;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(88rem + 2 * var(--containerPadding));
  padding-left: var(--containerPadding);
  padding-right: var(--containerPadding);
}

h1,
.h1 {
  font-size: var(--titleFontSize);
  line-height: 1.18;
  font-weight: 600;
  color: var(--darkColor);
  letter-spacing: -0.065rem;
}
@media screen and (max-width: 1024px) {
  h1,
.h1 {
    font-size: 3.33rem;
  }
}
@media screen and (max-width: 760px) {
  h1,
.h1 {
    font-size: 2.22rem;
  }
}

h2,
.h2 {
  font-size: 2.625rem;
  line-height: 1.18;
  font-weight: 700;
  color: var(--darkColor);
}
@media screen and (max-width: 1024px) {
  h2,
.h2 {
    font-size: 2.66rem;
  }
}
@media screen and (max-width: 760px) {
  h2,
.h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: 2rem;
  line-height: 1.18;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 0.87rem;
  line-height: 2.5;
  font-weight: 800;
  letter-spacing: calc((350 / 1000) * 1em);
  text-transform: uppercase;
  color: var(--activeColor);
}

.menu-opened .site-header .logo-wrapper {
  filter: brightness(0) invert(1);
}
.menu-opened .site-header .menu,
.menu-opened .site-header .ctas {
  display: flex;
}
.menu-opened .site-header .menu .btn,
.menu-opened .site-header .ctas .btn {
  border: 1px solid white;
}
.menu-opened .site-header .menu .dropdown,
.menu-opened .site-header .ctas .dropdown {
  position: relative;
}
.menu-opened .site-header .mobile-nav .close {
  display: block;
}
.menu-opened .site-header .mobile-nav .hamburger {
  display: none;
}
.menu-opened .site-header .mobile-cover:before {
  width: 250vh;
  height: 250vh;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: var(--headerTopPadding);
  z-index: 20;
  line-height: 1;
  font-size: 0.9375rem;
  color: #475467;
}
.site-header .header-inner {
  height: var(--headerInnerHeight);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
  border-radius: 1rem;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
}
.site-header .logo-wrapper {
  position: relative;
  z-index: 11;
  width: 8.25rem;
}
.site-header .menu {
  flex: 1;
  gap: 1.12rem;
  justify-content: center;
  z-index: 11;
  height: 100%;
  align-items: stretch;
}
@media screen and (max-width: 760px) {
  .site-header .menu {
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1rem;
    position: fixed;
    left: 0;
    top: calc(var(--headerHeight) + 0rem);
    color: white;
    display: none;
  }
}
.site-header .menu a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .site-header .menu a {
    padding: 1.1875rem calc(var(--containerPadding));
    border-top: none;
  }
}
.site-header .menu a:hover, .site-header .menu a.router-link-active:not(.scroll-spy-link.scroll-spy-link-inactive) {
  color: #05011C;
}
@media screen and (max-width: 760px) {
  .site-header .menu a:hover, .site-header .menu a.router-link-active:not(.scroll-spy-link.scroll-spy-link-inactive) {
    padding-left: 2rem;
    color: white;
    font-weight: 700;
    position: relative;
  }
  .site-header .menu a:hover:before, .site-header .menu a.router-link-active:not(.scroll-spy-link.scroll-spy-link-inactive):before {
    content: "";
    position: absolute;
    left: var(--containerPadding);
    top: 50%;
    transform: translateY(-50%);
    width: 0.5rem;
    height: 0.5rem;
    background-color: white;
    border-radius: 50%;
  }
}
.site-header .ctas {
  gap: 1.06rem;
  z-index: 11;
}
@media screen and (max-width: 760px) {
  .site-header .ctas .dropdown.lang-switcher {
    display: none;
  }
}
.site-header .ctas .dropdown.lang-switcher > a {
  text-transform: uppercase;
}
.site-header .ctas .dropdown:hover {
  color: black !important;
}
.site-header .ctas .dropdown .dropdown-list {
  position: absolute;
  background-color: white;
  box-shadow: 0px 0.5em 1em 0px rgba(0, 0, 0, 0.2);
  top: calc(100% + 0.5em);
  right: 0;
  overflow: hidden;
  border-radius: 1em;
  max-width: 45em;
  height: auto;
  max-height: calc(100vh - 20em);
  padding: 1em;
}
.site-header .ctas .dropdown .dropdown-list:hover {
  color: unset !important;
}
.site-header .ctas .dropdown .dropdown-list.langs-dropdown {
  display: none;
  width: 15rem;
}
.site-header .ctas .dropdown .dropdown-list a {
  font-size: 0.875em;
  display: block;
  padding: 0.25em 0;
}
.site-header .ctas .dropdown .dropdown-list a.active {
  color: var(--el-color-primary);
}
.site-header .ctas .dropdown .dropdown-list a:hover {
  color: unset;
}
.site-header .ctas .dropdown .dropdown-list .wpml-ls-statics-shortcode_actions {
  padding: 0;
}
.site-header .ctas .dropdown .dropdown-list .wpml-ls-statics-shortcode_actions ul li {
  width: calc(50% - 1em);
}
.site-header .ctas .dropdown .dropdown-list .lang-list {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  width: 100%;
  column-gap: 1em;
}
.site-header .ctas .dropdown .dropdown-list .lang-list .lang-item {
  width: calc(50% - 1em);
}
.site-header .ctas .dropdown .dropdown-list .lang-list .lang-item:hover {
  color: var(--el-color-primary);
}
.site-header .mobile-cover {
  position: fixed;
  transform-origin: 50% 0;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  z-index: 10;
  display: none;
}
.site-header .mobile-cover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--activeColor);
}
@media screen and (max-width: 760px) {
  .site-header .mobile-cover {
    display: block;
  }
}
.site-header .mobile-nav {
  position: relative;
  z-index: 11;
  display: none;
}
@media screen and (max-width: 760px) {
  .site-header .mobile-nav {
    display: block;
  }
}
.site-header .mobile-nav .hamburger {
  width: 2.5rem;
  height: 1.66rem;
  position: relative;
  cursor: pointer;
}
.site-header .mobile-nav .hamburger span {
  position: absolute;
  left: 0;
  right: 0;
  border-bottom: 2px solid var(--activeColor);
  transition: all 0.3s ease-in-out;
}
.site-header .mobile-nav .hamburger span:nth-child(1) {
  left: 30%;
  top: 0;
}
.site-header .mobile-nav .hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.site-header .mobile-nav .hamburger span:nth-child(3) {
  bottom: 0;
}
.site-header .mobile-nav .close {
  width: 2rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
  display: none;
}
.site-header .mobile-nav .close span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
.site-header .mobile-nav .close span:nth-child(1) {
  top: 0;
  transform: translateY(1rem) rotate(45deg);
}
.site-header .mobile-nav .close span:nth-child(2) {
  top: 0;
  transform: translateY(1rem) rotate(-45deg);
}

.btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.44rem;
  height: 2.5rem;
  min-height: 2.5rem;
  border-radius: 0.5rem;
  color: #FFF;
  background-color: var(--activeColor);
  border: 1px solid var(--activeColor);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
}
.btn.black {
  background-color: var(--darkColor);
  border: 1px solid var(--darkColor);
  color: #ffffff;
}
.btn.black.router-link-exact-active, .btn.black:hover {
  background: #ffffff;
  color: var(--darkColor);
}
.btn.bigger-padding {
  padding: 0 3.75rem;
}
.btn.secondary {
  border-color: #ffffff;
  background-color: #ffffff;
  color: var(--darkColor);
}
.btn:hover {
  color: var(--activeColor);
  background: white;
  border-color: var(--activeColor);
}