:root {
  --site-header-height: 4.1666666667vw;
  --container-padding: 13.2291666667vw;
  --section-gap: 10.4166666667vw;
  --transition-base: 0.3s ease;
  --Accent-Main: #2B7FFF;
  --Radial-bg: #141824;
  --Bg-1: #080E1D;
  --Bg-3: #E3E5E8;
  --Text-1: #F1F2F4;
  --Text-3: #B9BEC6;
  --Radial-Border: #323D57;
  --Radial-Border-gradient: linear-gradient(
          160deg,
          #323D57 8.65%,
          rgba(50, 61, 87, 0.4) 43.26%,
          rgba(50, 61, 87, 0.2) 86.9%
  );
}
@media (max-width: 767.99px) {
  :root {
    --site-header-height: 16.6666666667vw;
    --container-padding: 4.4444444444vw;
    --section-gap: 8.8888888889vw;
  }
}

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

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

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

ul,
ol {
  list-style: none;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

.radial-border {
  border: 1px solid transparent;
  background: radial-gradient(243.8% 141.42% at 0% 0%, #0C1222 0%, #0C1222 71.15%, rgba(12, 18, 34, 0.5) 100%) padding-box, var(--Radial-Border-gradient, linear-gradient(160deg, #323D57 8.65%, rgba(50, 61, 87, 0.4) 43.26%, rgba(50, 61, 87, 0.2) 86.9%)) border-box;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-bottom: 1px solid var(--Radial-bg);
  background: rgba(8, 14, 29, 0.5);
  backdrop-filter: blur(10px);
  transition: transform var(--transition-base), background-color var(--transition-base), box-shadow var(--transition-base);
}
@media (max-width: 767.99px) {
  .header {
    padding-top: env(safe-area-inset-top, 0px);
  }
}
.header--top {
  background-color: transparent;
  box-shadow: none;
}
.header--scrolled {
  background: rgba(8, 14, 29, 0.5);
}
.header--hidden {
  transform: translateY(-100%);
}
.header--visible {
  transform: translateY(0);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6666666667vw;
  min-width: 0;
  height: var(--site-header-height);
}
@media (max-width: 767.99px) {
  .header__inner {
    gap: 3.3333333333vw;
  }
}
.header__start {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 0;
  gap: 0.625vw;
}
@media (max-width: 767.99px) {
  .header__start {
    gap: 3.3333333333vw;
  }
}
.header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.25vw;
  height: 1.25vw;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
@media (max-width: 767.99px) {
  .header__burger {
    display: inline-flex;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.header__burger svg {
  display: block;
  width: 100%;
  height: 100%;
}
.header__logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 0;
  text-decoration: none;
}
.header__logo-img {
  display: block;
  width: auto;
  height: 0.9375vw;
}
@media (max-width: 767.99px) {
  .header__logo-img {
    height: 4.4444444444vw;
  }
}
.header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.99px) {
  .header__nav {
    display: none;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 2.0833333333vw;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__menu-item {
  position: relative;
}
.header__menu-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4166666667vw;
  height: var(--site-header-height);
  color: var(--Text-3);
  text-decoration: none;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
  transition: all var(--transition-base);
}
.header__menu-link:hover {
  color: var(--Text-1);
}
.header__menu-link:active {
  opacity: 0.7;
}
.header__menu-chevron {
  display: block;
  width: 0.3645833333vw;
  height: auto;
  flex-shrink: 0;
  color: var(--Text-2, #505761);
  opacity: 0.5;
}
.header__menu-item.current-menu-item > .header__menu-link {
  color: var(--Text-1);
}
.header__login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 2.0833333333vw;
  padding: 0 0.8333333333vw;
  border-radius: 1.6666666667vw;
  background: var(--Bg-3);
  color: #0A0B10;
  text-decoration: none;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
  transition: all var(--transition-base);
}
@media (max-width: 767.99px) {
  .header__login {
    height: 9.4444444444vw;
    padding: 0 4.4444444444vw;
    border-radius: 8.8888888889vw;
    font-size: 3.8888888889vw;
    margin-left: 3.3333333333vw;
  }
}
.header__login:hover {
  color: var(--Text-1);
  background: var(--Accent-Main);
}
.header__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--transition-base), visibility var(--transition-base);
}
.header__menu-item--has-children:hover > .header__dropdown, .header__menu-item--has-children:focus-within > .header__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header__dropdown--simple {
  min-width: 8.3333333333vw;
  padding: 0.8333333333vw;
  border-radius: 0.8333333333vw;
  border: 1px solid var(--Radius-Border, #27354A);
  background: radial-gradient(243.8% 141.42% at 0% 0%, rgba(20, 24, 36, 0.9) 0%, rgba(20, 24, 36, 0.9) 71.15%, rgba(20, 24, 36, 0.45) 100%);
  box-shadow: 0 0.625vw 1.0416666667vw 0 rgba(21, 29, 40, 0.3);
  backdrop-filter: blur(10px);
}
.header__dropdown-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__dropdown-link {
  display: block;
  padding: 0.625vw 0.8333333333vw;
  color: var(--Text-3);
  text-decoration: none;
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
  transition: color var(--transition-base);
}
.header__dropdown-link:hover {
  color: var(--Text-1);
}
.header__menu-item--mega {
  position: static;
}
.header__dropdown--mega {
  left: auto;
  right: var(--container-padding);
  padding: 0.8333333333vw;
  border-radius: 0.8333333333vw;
  border: 1px solid var(--Radius-Border, #27354A);
  background: radial-gradient(243.8% 141.42% at 0% 0%, rgba(20, 24, 36, 0.9) 0%, rgba(20, 24, 36, 0.9) 71.15%, rgba(20, 24, 36, 0.45) 100%);
  box-shadow: 0 0.625vw 1.0416666667vw 0 rgba(21, 29, 40, 0.3);
}
.header__mega {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 16.6666666667vw);
  position: relative;
  min-height: 2.0833333333vw;
  gap: 0.8333333333vw;
  overflow: hidden;
}
.header__mega-col {
  position: relative;
  min-width: 0;
}
.header__mega-l2, .header__mega-l3 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__mega-l2 {
  padding-right: 1.0416666667vw;
}
.header__mega-l2-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.625vw 0.8333333333vw;
  gap: 0.4166666667vw;
  background: transparent;
  color: var(--Text-3);
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.3;
  border-radius: 0.625vw;
  cursor: pointer;
  transition: all var(--transition-base);
}
.header__mega-l2-item.is-active > .header__mega-l2-link {
  color: #0A0B10;
  background: var(--Text-1);
}
.header__mega-arrow {
  display: block;
  margin-left: auto;
  flex-shrink: 0;
  color: var(--Text-2, #505761);
  width: 0.4166666667vw;
  height: auto;
}
.header__mega-l3-link {
  display: block;
  padding: 0.625vw 0.8333333333vw;
  background: transparent;
  color: var(--Text-3);
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
  transition: all var(--transition-base);
}
.header__mega-l3-item.is-active > .header__mega-l3-link {
  color: var(--Text-1, #F1F2F4);
  font-weight: 600;
}
.header__mega-l3-panels {
  position: relative;
  min-height: 100%;
}
.header__mega-l3-panel {
  display: none;
  min-height: 100%;
}
.header__mega-l3-panel.is-active {
  display: block;
}
.header__mega-col--info {
  position: relative;
  min-height: 100%;
}
.header__mega-infos {
  position: absolute;
  inset: 0;
}
.header__mega-info {
  position: absolute;
  inset: 0;
  display: none;
  padding: 0.625vw 0.8333333333vw 3.3333333333vw 0.8333333333vw;
  overflow: hidden;
}
.header__mega-info.is-active {
  display: block;
}
.header__mega-info-heading {
  position: relative;
  z-index: 1;
  margin: 0 0 0.8333333333vw;
  color: var(--Text-1, #F1F2F4);
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1.3;
}
.header__mega-info-desc {
  position: relative;
  z-index: 1;
  color: var(--Text-3, #B9BEC6);
  font-size: 1.0416666667vw;
  font-weight: 400;
  line-height: 1.3;
}
.header__mega-info-media {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.header__mega-info-icon {
  display: block;
  width: 2.2916666667vw;
  height: auto;
}
.header__mega-info-bg {
  display: block;
  margin: 0 -0.8333333333vw 0 -0.8333333333vw;
  width: 100%;
  height: auto;
}

.header-mobile {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  border-radius: 0 4.4444444444vw 4.4444444444vw 0;
  border-bottom: 1px solid #141824;
  background: var(--Radial-bg, radial-gradient(243.8% 141.42% at 0% 0%, #0C1222 0%, #0C1222 71.15%, rgba(12, 18, 34, 0.5) 100%));
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-100%);
  transition: opacity var(--transition-base), visibility var(--transition-base), transform var(--transition-base);
}
@media (max-width: 767.99px) {
  .header-mobile {
    padding-top: env(safe-area-inset-top, 0px);
  }
}
.header-mobile.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
@media (min-width: 768px) {
  .header-mobile {
    display: none !important;
  }
}
.header-mobile__bar {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: var(--site-header-height);
  padding: 0 var(--container-padding);
}
.header-mobile__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.header-mobile__close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.header-mobile__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 var(--container-padding) 6.6666666667vw;
  -webkit-overflow-scrolling: touch;
}
.header-mobile__nav {
  width: 100%;
}
.header-mobile__list, .header-mobile__sub {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-mobile__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows var(--transition-base);
}
.header-mobile__panel > .header-mobile__sub {
  overflow: hidden;
  min-height: 0;
}
.header-mobile__item.is-open > .header-mobile__panel {
  grid-template-rows: 1fr;
}
.header-mobile__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.3333333333vw;
  min-height: 13.3333333333vw;
}
.header-mobile__link {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  padding: 3.3333333333vw 0;
  color: var(--Text-3, #B9BEC6);
  text-decoration: none;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
  transition: color var(--transition-base);
}
.header-mobile__item--l2 .header-mobile__link {
  padding-left: 3.3333333333vw;
  font-size: 4.4444444444vw;
}
.header-mobile__item--l3 .header-mobile__link {
  padding-left: 6.6666666667vw;
  font-size: 4.4444444444vw;
}
.header-mobile__item.current-menu-item > .header-mobile__row > .header-mobile__link, .header-mobile__link:hover {
  color: var(--Text-1, #F1F2F4);
}
.header-mobile__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 8.8888888889vw;
  height: 8.8888888889vw;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.header-mobile__chevron {
  display: block;
  width: 2.2222222222vw;
  height: auto;
  transition: transform var(--transition-base);
}
.header-mobile__item.is-open > .header-mobile__row > .header-mobile__toggle .header-mobile__chevron {
  transform: rotate(180deg);
}

html.is-mobile-menu-open {
  overflow: hidden;
}

body.admin-bar .header {
  top: 32px;
}

body.admin-bar .header-mobile {
  top: 32px;
  height: calc(100% - 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar .header {
    top: 46px;
  }
  body.admin-bar .header-mobile {
    top: 46px;
    height: calc(100% - 46px);
  }
}
.error-404-block {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  color: var(--Text-1);
  background: var(--Bg-1);
}
.error-404-block__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 37.5vw;
  height: 37.5vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(43, 127, 255, 0.22) 0%, rgba(43, 127, 255, 0) 72%);
  transform: translate(-50%, -58%);
  pointer-events: none;
}
.error-404-block__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-block: calc(var(--site-header-height) + 2.5vw) 4.1666666667vw;
  text-align: center;
}
.error-404-block__code {
  margin-bottom: 0.8333333333vw;
  color: var(--Accent-Main);
  font-size: 8.3333333333vw;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.04em;
  opacity: 0.95;
}
.error-404-block__title {
  margin: 0;
  max-width: 39.5833333333vw;
  font-size: 2.9166666667vw;
  font-weight: 700;
  line-height: 1.15;
}
.error-404-block__text {
  margin: 1.0416666667vw 0 0;
  max-width: 29.1666666667vw;
  color: var(--Text-3);
  font-size: 1.0416666667vw;
  line-height: 1.5;
}
.error-404-block__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8333333333vw;
  margin-top: 2.0833333333vw;
}
.error-404-block__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5vw;
  padding: 0 1.25vw;
  border-radius: 1.6666666667vw;
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--transition-base);
}
.error-404-block__button--primary {
  border: 0;
  background: var(--Accent-Main);
  color: var(--Text-1);
}
.error-404-block__button--primary:hover {
  opacity: 0.9;
}
.error-404-block__button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(8, 14, 29, 0.35);
  color: var(--Text-1);
}
.error-404-block__button--secondary:hover {
  border-color: var(--Text-1);
  background: rgba(8, 14, 29, 0.55);
}
@media (max-width: 767.99px) {
  .error-404-block__code {
    font-size: 26.6666666667vw;
  }
  .error-404-block__title {
    font-size: 8.8888888889vw;
  }
  .error-404-block__text {
    font-size: 4.4444444444vw;
  }
  .error-404-block__actions {
    width: 100%;
  }
  .error-404-block__button {
    width: 100%;
  }
}

.wp-content {
  color: var(--Text-1);
  font-size: 0.9375vw;
  font-weight: 400;
  line-height: 1.7;
  word-wrap: break-word;
}
.wp-content::after {
  content: "";
  display: table;
  clear: both;
}
.wp-content > *:first-child {
  margin-top: 0;
}
.wp-content > *:last-child {
  margin-bottom: 0;
}
.wp-content .entry-content > *:first-child {
  margin-top: 0;
}
.wp-content .entry-content > *:last-child {
  margin-bottom: 0;
}
.wp-content h1,
.wp-content h2,
.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 {
  margin: 2.0833333333vw 0 0.8333333333vw;
  color: var(--Text-1);
  font-weight: 600;
  line-height: 1.3;
}
.wp-content h1 {
  font-size: 2.0833333333vw;
}
.wp-content h2 {
  font-size: 1.6666666667vw;
}
.wp-content h3 {
  font-size: 1.25vw;
}
.wp-content h4 {
  font-size: 1.0416666667vw;
}
.wp-content h5 {
  font-size: 0.9375vw;
}
.wp-content h6 {
  font-size: 0.8333333333vw;
  color: var(--Text-3);
}
.wp-content p {
  margin: 0 0 1.0416666667vw;
}
.wp-content strong,
.wp-content b {
  font-weight: 600;
  color: var(--Text-1);
}
.wp-content em,
.wp-content i {
  font-style: italic;
}
.wp-content u,
.wp-content [style*=underline] {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.wp-content del,
.wp-content s {
  text-decoration: line-through;
  color: var(--Text-3);
}
.wp-content ins {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.wp-content mark {
  padding: 0.1em 0.25em;
  border-radius: 0.2083333333vw;
  background: rgba(43, 127, 255, 0.2);
  color: var(--Text-1);
}
.wp-content sub,
.wp-content sup {
  font-size: 0.75em;
  line-height: 0;
}
.wp-content a {
  color: var(--Accent-Main);
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: opacity var(--transition-base);
}
.wp-content a:hover {
  opacity: 0.85;
}
.wp-content a.button,
.wp-content .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5vw;
  padding: 0 1.25vw;
  border: 0;
  border-radius: 0.4166666667vw;
  background: var(--Accent-Main);
  color: var(--Text-1);
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  transition: opacity var(--transition-base);
}
.wp-content a.button:hover,
.wp-content .button:hover {
  opacity: 0.9;
}
.wp-content ul,
.wp-content ol {
  margin: 0 0 1.0416666667vw;
  padding-left: 1.4583333333vw;
}
.wp-content ul ul,
.wp-content ul ol,
.wp-content ol ul,
.wp-content ol ol {
  margin-top: 0.4166666667vw;
  margin-bottom: 0.4166666667vw;
}
.wp-content ul {
  list-style: disc;
}
.wp-content ol {
  list-style: decimal;
}
.wp-content li {
  margin-bottom: 0.4166666667vw;
}
.wp-content li:last-child {
  margin-bottom: 0;
}
.wp-content li > ul,
.wp-content li > ol {
  margin-top: 0.4166666667vw;
}
.wp-content dl {
  margin: 0 0 1.0416666667vw;
}
.wp-content dt {
  margin-bottom: 0.2083333333vw;
  font-weight: 600;
  color: var(--Text-1);
}
.wp-content dd {
  margin: 0 0 0.625vw;
  padding-left: 0.8333333333vw;
  color: var(--Text-3);
}
.wp-content dd:last-child {
  margin-bottom: 0;
}
.wp-content blockquote {
  margin: 1.6666666667vw 0;
  padding: 1.25vw 1.6666666667vw;
  border-left: 0.2083333333vw solid var(--Accent-Main);
  border-radius: 0 0.625vw 0.625vw 0;
  background: rgba(255, 255, 255, 0.04);
  color: var(--Text-3);
}
.wp-content blockquote p {
  margin-bottom: 0.625vw;
}
.wp-content blockquote p:last-child {
  margin-bottom: 0;
}
.wp-content blockquote cite,
.wp-content blockquote footer {
  display: block;
  margin-top: 0.625vw;
  color: var(--Text-3);
  font-size: 0.7291666667vw;
  font-style: normal;
  line-height: 1.5;
}
.wp-content img,
.wp-content video,
.wp-content iframe,
.wp-content embed,
.wp-content object {
  max-width: 100%;
  height: auto;
}
.wp-content img {
  border-radius: 0.4166666667vw;
  border: 1px solid transparent;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) padding-box, var(--Radial-Border-gradient, linear-gradient(160deg, #323D57 8.65%, rgba(50, 61, 87, 0.4) 43.26%, rgba(50, 61, 87, 0.2) 86.9%)) border-box;
}
.wp-content figure {
  margin: 1.6666666667vw 0;
  max-width: 100%;
}
.wp-content figure img,
.wp-content figure video,
.wp-content figure iframe {
  display: block;
  width: 100%;
}
.wp-content figcaption {
  margin-top: 0.4166666667vw;
  color: var(--Text-3);
  font-size: 0.7291666667vw;
  line-height: 1.5;
}
.wp-content .alignleft,
.wp-content img.alignleft {
  float: left;
  margin: 0.2083333333vw 1.25vw 0.8333333333vw 0;
}
.wp-content .alignright,
.wp-content img.alignright {
  float: right;
  margin: 0.2083333333vw 0 0.8333333333vw 1.25vw;
}
.wp-content .aligncenter,
.wp-content img.aligncenter,
.wp-content .wp-block-image .aligncenter,
.wp-content .wp-block-image.aligncenter {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
}
.wp-content .alignwide {
  width: 100%;
  max-width: 62.5vw;
  margin-right: auto;
  margin-left: auto;
}
.wp-content .alignfull {
  width: 100%;
  max-width: none;
}
.wp-content .has-text-align-left {
  text-align: left;
}
.wp-content .has-text-align-center {
  text-align: center;
}
.wp-content .has-text-align-right {
  text-align: right;
}
.wp-content table {
  width: 100%;
  margin: 1.6666666667vw 0;
  border-collapse: collapse;
  font-size: 0.8333333333vw;
  line-height: 1.5;
}
.wp-content thead th {
  background: rgba(255, 255, 255, 0.06);
}
.wp-content th,
.wp-content td {
  padding: 0.625vw 0.8333333333vw;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
  vertical-align: top;
}
.wp-content th {
  font-weight: 600;
  color: var(--Text-1);
}
.wp-content td {
  color: var(--Text-3);
}
.wp-content tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.02);
}
.wp-content pre {
  overflow-x: auto;
  margin: 1.25vw 0;
  padding: 1.0416666667vw;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.625vw;
  background: rgba(255, 255, 255, 0.04);
  color: var(--Text-1);
  font-size: 0.7291666667vw;
  line-height: 1.6;
  white-space: pre-wrap;
}
.wp-content code,
.wp-content kbd,
.wp-content samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.wp-content code {
  padding: 0.1em 0.35em;
  border-radius: 0.2083333333vw;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.95em;
}
.wp-content kbd {
  padding: 0.15em 0.4em;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.2083333333vw;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.9em;
}
.wp-content pre code {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: inherit;
}
.wp-content hr {
  margin: 2.0833333333vw 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.wp-content address {
  margin: 0 0 1.0416666667vw;
  font-style: normal;
  color: var(--Text-3);
}
.wp-content .wp-block-image,
.wp-content .wp-block-gallery,
.wp-content .wp-block-embed,
.wp-content .wp-block-video,
.wp-content .wp-block-audio,
.wp-content .wp-block-table,
.wp-content .wp-block-quote,
.wp-content .wp-block-pullquote,
.wp-content .wp-block-media-text,
.wp-content .wp-block-columns,
.wp-content .wp-block-group {
  margin-block: 1.6666666667vw;
}
.wp-content .wp-block-image img {
  width: 100%;
}
.wp-content .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.4166666667vw;
}
.wp-content .wp-block-embed__wrapper iframe {
  width: 100%;
}
.wp-content .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8333333333vw;
}
.wp-content .wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw;
}
.wp-content .wp-block-column {
  flex: 1 1 0;
  min-width: 12.5vw;
}
.wp-content .wp-block-pullquote {
  padding: 1.25vw;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}
.wp-content .wp-block-pullquote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
@media (max-width: 767.99px) {
  .wp-content {
    font-size: 4.4444444444vw;
    line-height: 1.6;
  }
  .wp-content h1,
  .wp-content h2,
  .wp-content h3,
  .wp-content h4,
  .wp-content h5,
  .wp-content h6 {
    margin: 7.7777777778vw 0 3.3333333333vw;
  }
  .wp-content h1 {
    font-size: 7.7777777778vw;
  }
  .wp-content h2 {
    font-size: 6.6666666667vw;
  }
  .wp-content h3 {
    font-size: 5.5555555556vw;
  }
  .wp-content h4 {
    font-size: 5vw;
  }
  .wp-content h5 {
    font-size: 4.4444444444vw;
  }
  .wp-content h6 {
    font-size: 3.8888888889vw;
  }
  .wp-content p {
    margin-bottom: 4.4444444444vw;
  }
  .wp-content ul,
  .wp-content ol {
    margin-bottom: 4.4444444444vw;
    padding-left: 6.6666666667vw;
  }
  .wp-content li {
    margin-bottom: 1.6666666667vw;
  }
  .wp-content blockquote {
    margin: 6.6666666667vw 0;
    padding: 4.4444444444vw 5.5555555556vw;
  }
  .wp-content figure {
    margin: 6.6666666667vw 0;
  }
  .wp-content table {
    display: block;
    overflow-x: auto;
    margin: 6.6666666667vw 0;
    font-size: 3.8888888889vw;
    -webkit-overflow-scrolling: touch;
  }
  .wp-content th,
  .wp-content td {
    padding: 2.7777777778vw 3.3333333333vw;
  }
  .wp-content pre {
    margin: 5.5555555556vw 0;
    padding: 4.4444444444vw;
    font-size: 3.6111111111vw;
  }
  .wp-content hr {
    margin: 7.7777777778vw 0;
  }
  .wp-content .alignleft,
  .wp-content img.alignleft,
  .wp-content .alignright,
  .wp-content img.alignright {
    float: none;
    display: block;
    margin: 4.4444444444vw auto;
  }
  .wp-content img {
    border-radius: 4.4444444444vw;
  }
  .wp-content .wp-block-columns {
    flex-direction: column;
    gap: 4.4444444444vw;
  }
  .wp-content .wp-block-column {
    min-width: 0;
  }
  .wp-content a.button,
  .wp-content .button {
    min-height: 12.2222222222vw;
    padding: 0 5.5555555556vw;
    font-size: 3.8888888889vw;
  }
}

body {
  background: var(--Bg-1);
  color: var(--Text-1);
  font-family: "Onest", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.site-container {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

.section-title {
  color: var(--Text-1, #F1F2F4);
  font-size: 3.125vw;
  font-weight: 700;
  line-height: 4.0104166667vw;
}
@media (max-width: 767.99px) {
  .section-title {
    font-size: 7.2222222222vw;
    line-height: 9.1666666667vw;
  }
}

.section-description {
  color: var(--Text-2, #B9BEC6);
  font-size: 1.1979166667vw;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 767.99px) {
  .section-description {
    font-size: 4.4444444444vw;
  }
}

.section-title + .section-description {
  margin-top: 0.8333333333vw;
}
@media (max-width: 767.99px) {
  .section-title + .section-description {
    margin-top: 2.2222222222vw;
  }
}

.default-page {
  margin-top: var(--site-header-height);
  padding-top: var(--section-gap);
  padding-bottom: 4.1666666667vw;
}
.default-page__text {
  margin-top: 2.5vw;
}

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