@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT.woff2") format("woff2"), url("../fonts/DINOT.woff") format("woff"), url("../fonts/DINOT.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Italic.woff2") format("woff2"), url("../fonts/DINOT-Italic.woff") format("woff"), url("../fonts/DINOT-Italic.ttf") format("truetype");
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Thin.woff2") format("woff2"), url("../fonts/DINOT-Thin.woff") format("woff"), url("../fonts/DINOT-Thin.ttf") format("truetype");
  font-weight: 100;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-ThinItalic.woff2") format("woff2"), url("../fonts/DINOT-ThinItalic.woff") format("woff"), url("../fonts/DINOT-ThinItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 100;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Extlight.woff2") format("woff2"), url("../fonts/DINOT-Extlight.woff") format("woff"), url("../fonts/DINOT-Extlight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-ExtlightItalic.woff2") format("woff2"), url("../fonts/DINOT-ExtlightItalic.woff") format("woff"), url("../fonts/DINOT-ExtlightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 200;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Light.woff2") format("woff2"), url("../fonts/DINOT-Light.woff") format("woff"), url("../fonts/DINOT-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-LightItalic.woff2") format("woff2"), url("../fonts/DINOT-LightItalic.woff") format("woff"), url("../fonts/DINOT-LightItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 300;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Medium.woff2") format("woff2"), url("../fonts/DINOT-Medium.woff") format("woff"), url("../fonts/DINOT-Medium.ttf") format("truetype");
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-MediumItalic.woff2") format("woff2"), url("../fonts/DINOT-MediumItalic.woff") format("woff"), url("../fonts/DINOT-MediumItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 600;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Bold.woff2") format("woff2"), url("../fonts/DINOT-Bold.woff") format("woff"), url("../fonts/DINOT-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-BoldItalic.woff2") format("woff2"), url("../fonts/DINOT-BoldItalic.woff") format("woff"), url("../fonts/DINOT-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-Black.woff2") format("woff2"), url("../fonts/DINOT-Black.woff") format("woff"), url("../fonts/DINOT-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap; }

@font-face {
  font-family: "DINOT";
  src: url("../fonts/DINOT-BlackItalic.woff2") format("woff2"), url("../fonts/DINOT-BlackItalic.woff") format("woff"), url("../fonts/DINOT-BlackItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 900;
  font-display: swap; }

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: .6; }

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0; }

.simplebar-content:after, .simplebar-content:before {
  content: ' ';
  display: table; }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0; }

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden; }

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none; }

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all; }

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity .2s linear; }

.simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition: opacity 0s linear; }

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px; }

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left; }

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
/*!
 * Bootstrap Grid v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container, .hero--basic .hero__container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .hero--basic .hero__container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .hero--basic .hero__container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .hero--basic .hero__container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .hero--basic .hero__container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important; }

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

.justify-content-around {
  justify-content: space-around !important; }

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

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

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

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

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

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

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

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

:root {
  --font-size: clamp(20px, 1.57894vw, 24px); }

/*
    Use in conjunction with .sr-only to only display content when it's focused.
    @note Useful for skip links 
    @see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
    @note Based on a HTML5 Boilerplate technique, included in Bootstrap
    @note Fixed a bug with position: static on iOS 10.0.2 + VoiceOver
      @author Sylvain Pigeard
      @see https://github.com/twbs/bootstrap/issues/20732
  */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.whr-group,
.content-area > h1:first-child,
.content-area > h2:first-child,
.text-image-block__title,
.text-block-cells__title,
.h2,
.wt-cli-cookie-bar-container .cli-wrapper h5,
.h3,
.text-image-block--two-thirds .text-image-block__title,
.h4,
.h5,
.cli-privacy-overview h4,
.h6 {
  color: #ffffff;
  font-family: "DINOT", Helvetica, Arial, sans-serif;
  line-height: 1.14815; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.whr-group,
.content-area > h1:first-child,
.content-area > h2:first-child,
.text-image-block__title,
.text-block-cells__title,
.h2,
.wt-cli-cookie-bar-container .cli-wrapper h5,
.h3,
.text-image-block--two-thirds .text-image-block__title,
.h4,
.h5,
.cli-privacy-overview h4,
.h6 {
  font-weight: 600; }

h1,
.h1,
.whr-group,
.content-area > h1:first-child,
.content-area > h2:first-child,
.text-image-block__title,
.text-block-cells__title {
  font-size: 1.4705882353em;
  line-height: 1.2857142857;
  font-weight: 900; }
  @media (min-width: 576px) {
    h1,
    .h1,
    .whr-group,
    .content-area > h1:first-child,
    .content-area > h2:first-child,
    .text-image-block__title,
    .text-block-cells__title {
      font-size: 1.75em; } }
  @media (min-width: 992px) {
    h1,
    .h1,
    .whr-group,
    .content-area > h1:first-child,
    .content-area > h2:first-child,
    .text-image-block__title,
    .text-block-cells__title {
      font-size: 2.25em;
      line-height: 1.1481481481;
      font-weight: 900; } }

.h1-smaller-mobile {
  font-size: 1.5em; }

h2,
.h2,
.wt-cli-cookie-bar-container .cli-wrapper h5 {
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.2941176471; }

.h2-smaller-mobile {
  font-size: 1.3em; }

h3,
.h3,
.text-image-block--two-thirds .text-image-block__title {
  font-size: 1.4166666667rem;
  font-weight: 900;
  line-height: 1.2941176471; }

h4,
.h4 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2941176471; }

h5,
.h5,
.cli-privacy-overview h4 {
  font-size: 1rem;
  font-weight: 900; }
  h5--green,
  .h5--green {
    color: #14f0af;
    font-weight: 600; }

h6,
.h6 {
  font-size: 0.8333333333rem;
  font-weight: 900; }

.hyphens {
  hyphens: auto;
  word-break: break-word; }

p {
  margin-bottom: 34px;
  line-height: 1.4166666667; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

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

li {
  margin-bottom: 9px;
  list-style-position: inside;
  line-height: 1.2916666667; }

code {
  padding: 6px;
  background-color: #1e2131;
  border-radius: 12px; }

pre {
  display: block;
  white-space: normal;
  margin: 0;
  padding: 24px;
  font-family: "Courier New", Courier, monospace;
  font-size: 18px;
  line-height: 1.4; }
  @media (min-width: 992px) {
    pre {
      padding: 40px; } }

.bullets .bullets {
  margin-top: 9px;
  margin-left: 24px; }

.bullets li {
  position: relative;
  padding-left: 30px; }
  .bullets li:before {
    content: "•";
    position: absolute;
    color: #464b60;
    font-size: 32px;
    line-height: 1;
    margin-right: 7px;
    top: -1px;
    left: 0; }

.alpha-list {
  counter-reset: gaAlphaList; }
  .alpha-list li {
    position: relative;
    padding-left: 42px;
    counter-increment: gaAlphaList; }
    .alpha-list li:before {
      display: flex;
      align-items: center;
      justify-content: center;
      content: counter(gaAlphaList, lower-alpha);
      position: absolute;
      top: 1px;
      width: 32px;
      height: 32px;
      padding-top: 3px;
      border-radius: 100%;
      color: #151829;
      font-size: 24px;
      font-weight: 700;
      text-transform: uppercase;
      background-color: #14f0af; }

.stronger {
  font-size: 32px;
  font-weight: 700;
  line-height: 1; }

.glossary {
  padding: 2px 12px;
  background-color: rgba(20, 240, 175, 0.3);
  border-radius: 12.5px;
  text-decoration: none !important;
  outline-color: #ffffff; }
  .glossary:focus, .glossary:hover {
    text-decoration: underline !important; }

body,
html {
  min-height: 100%;
  font-size: 24px;
  font-size: var(--font-size); }

html {
  box-sizing: border-box;
  background: #151829;
  scroll-behavior: smooth; }

:target {
  scroll-margin-top: 102px; }

*,
*:before,
*:after {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  box-sizing: inherit; }

body {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-family: "DINOT", Helvetica, Arial, sans-serif;
  font-size: var(--font-size);
  font-weight: 300;
  line-height: 1.5;
  display: flex;
  flex-direction: column; }

/*
  This will hide the focus indicator if the element receives focus via the mouse,
  but it will still show up on keyboard focus.
*/
.js-focus-visible :focus:not(.focus-visible) {
  outline: none; }

a {
  color: inherit;
  text-decoration: none;
  transition: ease-in-out, 250ms;
  transition-property: color; }
  a:focus, a:hover {
    color: #ffffff; }

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

svg {
  max-height: 100%;
  max-width: 100%; }

svg.icon {
  display: inline-block;
  fill: inherit;
  transition: all ease-in-out, 250ms; }

svg.icon-upload {
  height: 0.66667rem;
  width: 0.41667rem; }

svg.icon-right-arrow {
  height: 0.5rem;
  width: 0.25rem; }

svg.icon-right-arrow-medium {
  height: 0.58333rem;
  width: 0.33333rem; }

svg.icon-right-arrow-extended {
  height: 0.54167rem;
  width: 0.58333rem; }

svg.icon-left-arrow-extended {
  height: 0.54167rem;
  width: 0.58333rem; }

svg.icon-up-arrow-extended {
  height: 0.58333rem;
  width: 0.54167rem; }

svg.icon-down-arrow-extended {
  height: 0.58333rem;
  width: 0.54167rem; }

svg.icon-right-arrow-sdk {
  height: 0.41667rem;
  width: 0.25rem;
  margin-right: 0.41667rem !important;
  margin-left: 0.20833rem !important; }

svg.icon-social-facebook,
svg.icon-social-twitter,
svg.icon-social-instagram,
svg.icon-social-linkedin {
  height: 1.25rem;
  width: 1.25rem; }

svg.icon-white-stroke {
  stroke: #ffffff; }

svg.icon-fill-white {
  fill: #ffffff; }

svg.icon-fill-none {
  fill: none; }

svg.icon-stroke-light-grey {
  stroke: #b0adab; }

svg.icon-margin-right {
  margin-right: 12.5px; }

svg.icon-small {
  max-height: 0.5rem;
  max-width: 0.5rem; }

img.icon-small {
  margin-right: 12.5px;
  max-width: 0.58333rem; }

svg.icon-handheld {
  width: 4.16667rem;
  height: 2.83333rem; }

svg.icon-yay {
  width: 4.08333rem;
  height: 4.125rem; }

svg.icon-ball {
  width: 3.54167rem;
  height: 3.75rem; }

svg.icon-unity {
  width: 2.08333rem;
  height: 2.08333rem; }

svg.icon-meta {
  width: 3.13667rem;
  height: 2.08333rem; }

svg.icon-apple {
  width: 2.08333rem;
  height: 2.08333rem; }

svg.icon-androidx {
  width: 1.66667rem;
  height: 2.08333rem; }

svg.icon-sofa {
  width: 0.87625rem;
  height: 0.66667rem; }

svg.icon-js {
  width: 1.86rem;
  height: 2.08333rem; }

svg.icon-unreal {
  width: 2.08333rem;
  height: 2.08333rem; }

svg.icon-square {
  width: 2.08333rem;
  height: 2.08333rem; }

svg.icon-c-plus {
  width: 1.9025rem;
  height: 2.08333rem; }

svg.icon-c-sharp {
  width: 1.90208rem;
  height: 2.08333rem; }

svg.icon-mobile-menu {
  width: 0.83333rem;
  height: 0.66667rem; }

svg.icon-prev {
  width: 0.66542rem;
  height: 0.75rem; }

svg.icon-next {
  width: 0.66542rem;
  height: 0.75rem; }

svg.icon-play {
  width: 1.33333rem;
  height: 1.33333rem; }

svg.icon-read {
  width: 1.33333rem;
  height: 1.02375rem; }

svg.icon-listen {
  width: 1.33333rem;
  height: 1.3675rem; }

svg.icon-user {
  width: 0.75rem;
  height: 0.75rem; }

svg.icon-team {
  width: 1.16667rem;
  height: 1.16667rem; }

svg.icon-winner {
  width: 1.41667rem;
  height: 1.16667rem; }

svg.icon-external {
  width: 1rem;
  height: 1rem; }

svg.icon-search {
  width: 0.66667rem;
  height: 0.66667rem; }

svg.icon-close {
  width: 0.5rem;
  height: 0.5rem; }

svg.icon-satellite {
  width: 0.83333rem;
  height: 0.93167rem; }

svg.icon-activity-line {
  width: 1.04167rem;
  height: 0.70833rem; }

svg.icon-tiles {
  width: 0.83333rem;
  height: 0.83333rem; }

svg.icon-palette {
  width: 0.83333rem;
  height: 0.58333rem; }

svg.icon-caution {
  width: 0.875rem;
  height: 0.875rem; }

svg.icon-house {
  width: 0.83333rem;
  height: 0.83333rem; }

svg.icon-windows {
  width: 0.91667rem;
  height: 0.9575rem; }

svg.icon-ios {
  width: 0.91667rem;
  height: 0.95833rem; }

svg.icon-macos {
  width: 1rem;
  height: 0.95833rem; }

svg.icon-browser {
  width: 1rem;
  height: 0.79167rem; }

svg.icon-caps-arrow {
  width: 0.58333rem;
  height: 0.70833rem; }

svg.icon-down-arrow {
  width: 0.5rem;
  height: 0.30875rem; }

svg.icon-comment {
  width: 0.83333rem;
  height: 0.83333rem; }

svg.logo {
  align-items: center;
  display: flex;
  justify-content: center;
  max-height: 3.33333rem; }

.container, .hero--basic .hero__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 608px; }
  @media (min-width: 992px) {
    .container, .hero--basic .hero__container {
      max-width: 1520px; } }
  .container--large-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    @media (min-width: 992px) {
      .container--large-padding {
        padding-left: 24px;
        padding-right: 24px; } }
  @media (min-width: 992px) {
    .container--blog {
      padding-left: 75px;
      padding-right: 75px; } }
  @media (min-width: 992px) {
    .container--single {
      max-width: 1520px; } }

hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: white; }

pre {
  white-space: pre; }

table {
  border-radius: 5px;
  box-shadow: 0px 1px 7px rgba(21, 24, 41, 0.2);
  font-size: 0.75rem;
  width: 100%;
  line-height: 1.2; }
  table th {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    text-align: left; }
    table th:first-of-type {
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
  table td:first-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.1); }
  table th,
  table td {
    padding: 0.20833rem; }
    @media (min-width: 992px) {
      table th,
      table td {
        padding: 1.04167rem; } }

.page-inner {
  overflow: hidden;
  padding-bottom: 4.16667rem; }
  .page-inner--simple {
    padding-top: 2.08333rem; }
    @media (min-width: 992px) {
      .page-inner--simple {
        padding-top: 0; } }
  .page-inner--overflow-initial {
    overflow: initial; }
  @media (max-width: 991.98px) {
    .page-inner--no-pb-lg {
      padding-bottom: 0; } }

.pagination {
  margin-top: 1.66667rem;
  font-size: 0.75rem; }
  .pagination a {
    text-decoration: underline; }
    .pagination a:focus, .pagination a:hover {
      text-decoration: none; }
  .pagination .next a:after {
    content: ">"; }
  .pagination .previous a:before {
    content: "<"; }
  .pagination ul {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%; }

.white {
  color: #ffffff !important; }

.off-white {
  color: #fafaf9 !important; }

.black {
  color: #151829 !important; }

.off-black {
  color: #1e2131 !important; }

.off-black-secondary {
  color: #222535 !important; }

.close-black {
  color: #101321 !important; }

.actual-black {
  color: #000000 !important; }

.already-grey {
  color: #282c40 !important; }

.blue {
  color: #4650f0 !important; }

.green {
  color: #14f0af !important; }

.grey {
  color: #999dae !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-off-white {
  background-color: #fafaf9 !important; }

.bg-black {
  background-color: #151829 !important; }

.bg-off-black {
  background-color: #1e2131 !important; }

.bg-off-black-secondary {
  background-color: #222535 !important; }

.bg-close-black {
  background-color: #101321 !important; }

.bg-actual-black {
  background-color: #000000 !important; }

.bg-already-grey {
  background-color: #282c40 !important; }

.bg-blue {
  background-color: #4650f0 !important; }

.bg-green {
  background-color: #14f0af !important; }

.bg-grey {
  background-color: #999dae !important; }

.market-value {
  position: relative;
  top: -0.20833rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.58333rem;
  font-weight: 700; }
  .market-value img {
    margin-right: 0.08333rem; }

.link {
  text-decoration: underline; }
  .link:focus, .link:hover {
    text-decoration: none; }

.embedded-form {
  padding: 24px;
  background-color: #4650f0;
  border-radius: 12px; }
  @media (min-width: 768px) {
    .embedded-form {
      padding: 1.33333rem; } }
  @media (min-width: 992px) {
    .embedded-form {
      padding: 1.66667rem; } }
  @media (min-width: 1200px) {
    .embedded-form {
      padding: 3.33333rem; } }
  .embedded-form ul,
  .embedded-form li {
    margin: 0 !important;
    padding: 0 !important; }
  .embedded-form li {
    list-style: none !important; }
    .embedded-form li:before {
      content: none !important; }
  .embedded-form a {
    color: #ffffff !important; }

.with-sidebar {
  --sticky-top-gutter: 110px;
  --sticky-bottom-gutter: 40px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  gap: 30px; }
  @media (min-width: 1200px) {
    .with-sidebar__menu-select {
      display: none !important; } }
  @media (max-width: 1199.98px) {
    .with-sidebar__menu-collapse {
      display: none; } }
  @media (min-width: 1200px) {
    .with-sidebar {
      display: grid;
      grid-gap: 60px;
      grid-template-columns: calc(100% - 380px) 320px; } }
  @media (min-width: 1200px) {
    .with-sidebar--sidebar-left {
      grid-template-columns: 320px calc(100% - 380px); } }
  .with-sidebar--sticky {
    position: sticky;
    top: var(--sticky-top-gutter); }
  .with-sidebar--contained {
    overflow-y: auto;
    height: calc(100vh - (var(--sticky-top-gutter) + var(--sticky-bottom-gutter))); }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.uppercase {
  text-transform: uppercase; }

.caps {
  font-size: calc(var(--font-size) * 0.875);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase; }

.small-caps {
  font-size: calc(var(--font-size) * 0.75);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase; }
  .small-caps .icon-right-arrow-extended {
    margin-left: 5px; }

.count-down {
  font-size: 40px;
  color: #2b2826 !important;
  font-weight: 700;
  letter-spacing: 0; }

.nowrap {
  white-space: nowrap; }

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.center-block {
  margin: 0 auto; }

.center-text {
  text-align: center; }
  @media (min-width: 992px) {
    .center-text {
      text-align: center; } }

.center-text-mobile {
  text-align: center; }
  @media (min-width: 992px) {
    .center-text-mobile {
      text-align: left; } }

@media (min-width: 768px) {
  .break-on-mobile {
    display: none; } }

@media (max-width: 1199.98px) {
  .no-offset-mobile {
    margin-left: 0; } }

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

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

.strikethrough,
.cross-out {
  text-decoration: line-through; }

.center-text-mobile {
  text-align: center; }
  @media (min-width: 992px) {
    .center-text-mobile {
      text-align: left; } }

.font-weight-regular {
  font-weight: 400; }

.font-weight-medium {
  font-weight: 600; }

.h2-bigger {
  font-size: 45px; }

.h3-bigger {
  font-size: 35px; }

.h3-smaller {
  font-size: 25px; }

.h4-lighter {
  color: #73716e;
  font-size: 24px;
  font-weight: 400; }

@media (min-width: 992px) {
  .extra-padding {
    padding-right: 30px; } }

@media (min-width: 576px) {
  .extra-padding-2 {
    padding-right: 30px;
    padding-left: 30px; } }

.orange {
  color: #fd7e14 !important; }

.red {
  color: #dc3545 !important; }

.blue {
  color: #4650f0 !important;
  fill: #4650f0 !important; }

.blue-link {
  color: #48aeff !important;
  fill: #48aeff !important; }

.light-grey {
  color: #b0adab !important;
  fill: #b0adab !important; }

.white {
  color: #ffffff !important;
  fill: #ffffff !important; }

.white-darker {
  color: rgba(255, 255, 255, 0.7); }

.black {
  color: #151829 !important;
  fill: #151829 !important; }

.selected {
  background-color: #ffc107;
  padding: 1px; }

@media (min-width: 1200px) {
  img.pull-top {
    margin-top: -85px; } }

img.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.align-bottom {
  margin-top: auto; }

.base-line-height {
  line-height: 1.5; }

.rounded-corners {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.07); }
  .rounded-corners img {
    display: block; }
  .rounded-corners--large {
    border-radius: 12px; }

.screenshot {
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.2); }

.thumb {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }

.animated-gif {
  border-radius: 5px !important;
  border: 1px solid rgba(0, 0, 0, 0.07); }

.benchmarks-gif {
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.07);
  width: 300px;
  height: 180px; }

.full-width-image {
  min-width: 100%; }

.full-width {
  width: 100%; }

.sdk-svg {
  margin-right: 10px;
  max-height: 32px !important;
  max-width: 28px !important; }

.attribution-logo {
  max-width: none !important; }

ol.hide-before {
  list-style: decimal !important;
  margin-left: 30px; }
  ol.hide-before li::before {
    display: none !important; }

.inline-demo-button li::before {
  display: none !important; }

.demo-image-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 5px; }

td.demo {
  border-right: 1px solid rgba(0, 0, 0, 0.07); }

th.demo {
  border-right: 1px solid rgba(0, 0, 0, 0.07); }

.bctt-click-to-tweet {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  margin-bottom: 32px !important;
  margin-top: 32px !important;
  padding: 20px 15px !important;
  border: none !important;
  background-color: #1e2131 !important;
  border-radius: 12px !important;
  background-image: url("../images/icons/twitter@2x.png") !important;
  background-position: calc(100% - 15px) calc(100% - 20px) !important;
  background-repeat: no-repeat !important;
  background-size: 28px 23px !important; }
  @media (min-width: 992px) {
    .bctt-click-to-tweet {
      align-items: center !important;
      flex-direction: row !important;
      padding: 30px !important;
      background-position: calc(100% - 31px) center !important; } }

a.bctt-ctt-btn {
  flex-shrink: 0 !important;
  margin-left: auto !important;
  padding-top: 2px !important;
  padding-right: 38px !important;
  text-transform: lowercase !important;
  opacity: 0.4 !important;
  color: #ffffff !important;
  font-size: 18px !important;
  font-family: "DINOT", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.2777777778 !important;
  background: transparent !important; }
  a.bctt-ctt-btn:first-letter {
    text-transform: capitalize; }
  a.bctt-ctt-btn:focus, a.bctt-ctt-btn:hover {
    opacity: 1 !important;
    color: #ffffff !important;
    background: transparent !important; }

.bctt-ctt-text {
  margin-bottom: 20px !important;
  color: #ffffff !important;
  font-size: 24px !important;
  font-family: "DINOT", Helvetica, Arial, sans-serif !important;
  line-height: 1.2916666667 !important; }
  @media (min-width: 992px) {
    .bctt-ctt-text {
      margin-bottom: 0 !important;
      padding-right: 40px !important; } }
  .bctt-ctt-text a {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    font-family: "DINOT", Helvetica, Arial, sans-serif !important;
    line-height: 1.2916666667 !important;
    opacity: 1 !important; }
    .bctt-ctt-text a:focus, .bctt-ctt-text a:hover {
      color: #ffffff !important; }

.sdk-svg {
  margin-left: 10px !important; }

.game-icon {
  margin-right: 25px;
  max-width: 80px;
  padding-bottom: 15px; }

.game-info {
  font-size: calc(var(--font-size) * 0.8125);
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none; }

.game-app-icon {
  border-radius: 10px; }

.cropped-320px {
  /* height: 320px; */
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  margin-bottom: 10px; }
  .cropped-320px img {
    max-height: 320px;
    width: auto;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    height: auto; }

.whr-items ~ .whr-group {
  padding-top: 50px; }
  @media (min-width: 992px) {
    .whr-items ~ .whr-group {
      padding-top: 100px; } }

.whr-items {
  margin-top: 50px; }
  @media (min-width: 992px) {
    .whr-items {
      margin-top: 100px; } }

.whr-group {
  padding-bottom: 50px;
  text-align: center; }
  @media (min-width: 992px) {
    .whr-group {
      padding-bottom: 0; } }
  .whr-group:before {
    display: block;
    font-size: 24px;
    font-weight: 900;
    content: "Open positions"; }
  .whr-group:after {
    content: " Office"; }

.whr-dept,
.whr-date {
  margin: 0 !important;
  font-size: 1rem;
  font-weight: 600; }
  @media (min-width: 992px) {
    .whr-dept,
    .whr-date {
      font-size: 0.58333rem;
      font-weight: 300 !important; } }
  .whr-dept span,
  .whr-date span {
    display: none; }

.whr-date {
  display: none; }
  @media (min-width: 992px) {
    .whr-date {
      display: block; } }

.whr-dept {
  display: block; }
  @media (min-width: 992px) {
    .whr-dept:after {
      content: "∙";
      display: inline-block;
      padding-left: 0.16667rem;
      padding-right: 0.16667rem;
      color: #14f0af;
      font-size: 0.33333rem;
      font-weight: 100;
      position: relative;
      top: -0.08333rem; } }

.whr-code {
  display: none; }

.whr-item:before {
  content: "";
  display: inline-block;
  width: 6.66667rem;
  height: 6.66667rem;
  margin-right: 1.66667rem;
  float: left;
  position: absolute;
  top: -2.70833rem;
  left: 1rem;
  border-radius: 12px;
  background-color: #4650f0;
  background-image: url("../images/jobs/generic.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%; }
  @media (min-width: 992px) {
    .whr-item:before {
      top: 50%;
      transform: translateY(-50%);
      width: 5.83333rem;
      height: 5.83333rem;
      left: 1.66667rem; } }

.whr-item[data-dept="Backend"]:before {
  background-image: url("../images/jobs/backend.svg"); }

.whr-item[data-dept="Corporate"]:before {
  background-image: url("../images/jobs/corporate.svg"); }

.whr-item[data-dept="Customers Ops"]:before {
  background-image: url("../images/jobs/customer ops.svg"); }

.whr-item[data-dept="Data"]:before {
  background-image: url("../images/jobs/data.svg"); }

.whr-item[data-dept="Frontend"]:before {
  background-image: url("../images/jobs/frontend.svg"); }

.whr-item[data-dept="Marketing"]:before {
  background-image: url("../images/jobs/marketing.svg"); }

.whr-item[data-dept="Product"]:before {
  background-image: url("../images/jobs/product.svg"); }

.whr-title {
  margin-top: 0.41667rem;
  margin-bottom: 0.33333rem;
  font-size: 1.33333rem;
  font-weight: 900;
  line-height: 1.28125; }
  @media (min-width: 992px) {
    .whr-title {
      margin-top: 0.20833rem;
      font-size: 1rem;
      line-height: 1.4166666667; } }

.whr-info {
  display: flex; }

.whr-description {
  max-height: 8.79167rem; }
  @media (min-width: 992px) {
    .whr-description {
      max-height: 5.04167rem; } }

.whr-description {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .whr-description {
      -webkit-line-clamp: 2; } }

.whr-item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 2.70833rem;
  margin-bottom: 4.79167rem;
  padding: 1.66667rem 0.83333rem;
  padding-top: 5.29167rem;
  background-color: rgba(30, 33, 49, 0.7); }
  @media (min-width: 576px) {
    .whr-item {
      border-radius: 12px; } }
  @media (min-width: 992px) {
    .whr-item {
      margin-top: 0.83333rem;
      margin-bottom: 0.83333rem;
      padding: 1.66667rem;
      padding-left: 9.16667rem; } }
  .whr-item:last-child {
    margin-bottom: 0; }
  .whr-item .whr-info {
    order: 1; }
  .whr-item .whr-title {
    order: 2; }
  .whr-item .whr-description {
    order: 3; }

.whr-description {
  font-size: 0.83333rem;
  font-weight: 300;
  line-height: 1.5; }

.sdk-logos {
  margin-bottom: 0 !important;
  height: 2.08333rem !important; }

/*
	Improved screen reader only CSS class
	@author Gaël Poupard
		@note Based on Yahoo!'s technique
		@author Thierry Koblentz
		@see https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html
	* 1.
		@note `clip` is deprecated but works everywhere
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip
	* 2.
		@note `clip-path` is the future-proof version, but not very well supported yet
		@see https://developer.mozilla.org/en-US/docs/Web/CSS/clip-path
		@see http://caniuse.com/#search=clip-path
		@author Yvain Liechti
		@see https://twitter.com/ryuran78/status/778943389819604992
	* 3.
		@note preventing text to be condensed
		author J. Renée Beach
		@see https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
		@note Drupal 8 goes with word-wrap: normal instead
		@see https://www.drupal.org/node/2045151
		@see http://cgit.drupalcode.org/drupal/commit/?id=5b847ea
	* 4.
		@note !important is important
		@note Obviously you wanna hide something
		@author Harry Roberts
		@see https://csswizardry.com/2016/05/the-importance-of-important/
*/
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */ }

.uppercase {
  text-transform: uppercase;
  font-size: 0.58333rem;
  font-weight: 600; }

.block-center {
  margin-left: auto;
  margin-right: auto; }

.space-between {
  display: flex;
  justify-content: space-between; }

.align-center, .icon-box {
  text-align: center !important; }
  @media (min-width: 576px) {
    .align-center-sm {
      text-align: center !important; } }
  @media (min-width: 768px) {
    .align-center-md {
      text-align: center !important; } }
  @media (min-width: 992px) {
    .align-center-lg {
      text-align: center !important; } }
  @media (min-width: 1200px) {
    .align-center-xl {
      text-align: center !important; } }

.align-left {
  text-align: left !important; }
  @media (min-width: 576px) {
    .align-left-sm {
      text-align: left !important; } }
  @media (min-width: 768px) {
    .align-left-md {
      text-align: left !important; } }
  @media (min-width: 992px) {
    .align-left-lg {
      text-align: left !important; } }
  @media (min-width: 1200px) {
    .align-left-xl {
      text-align: left !important; } }

.align-right {
  text-align: right !important; }
  @media (min-width: 576px) {
    .align-right-sm {
      text-align: right !important; } }
  @media (min-width: 768px) {
    .align-right-md {
      text-align: right !important; } }
  @media (min-width: 992px) {
    .align-right-lg {
      text-align: right !important; } }
  @media (min-width: 1200px) {
    .align-right-xl {
      text-align: right !important; } }

.fw-regular {
  font-weight: 300; }

.fw-medium {
  font-weight: 600; }

.fw-bold {
  font-weight: 700; }

.fw-black {
  font-weight: 900; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb-150 {
  margin-bottom: 150px !important; }

.mb-200 {
  margin-bottom: 200px !important; }

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0px !important; } }

@media (min-width: 576px) {
  .mb-sm-10 {
    margin-bottom: 10px !important; } }

@media (min-width: 576px) {
  .mb-sm-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 576px) {
  .mb-sm-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 576px) {
  .mb-sm-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 576px) {
  .mb-sm-100 {
    margin-bottom: 100px !important; } }

@media (min-width: 576px) {
  .mb-sm-150 {
    margin-bottom: 150px !important; } }

@media (min-width: 576px) {
  .mb-sm-200 {
    margin-bottom: 200px !important; } }

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0px !important; } }

@media (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 10px !important; } }

@media (min-width: 768px) {
  .mb-md-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 768px) {
  .mb-md-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 768px) {
  .mb-md-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 768px) {
  .mb-md-100 {
    margin-bottom: 100px !important; } }

@media (min-width: 768px) {
  .mb-md-150 {
    margin-bottom: 150px !important; } }

@media (min-width: 768px) {
  .mb-md-200 {
    margin-bottom: 200px !important; } }

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0px !important; } }

@media (min-width: 992px) {
  .mb-lg-10 {
    margin-bottom: 10px !important; } }

@media (min-width: 992px) {
  .mb-lg-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 992px) {
  .mb-lg-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 992px) {
  .mb-lg-100 {
    margin-bottom: 100px !important; } }

@media (min-width: 992px) {
  .mb-lg-150 {
    margin-bottom: 150px !important; } }

@media (min-width: 992px) {
  .mb-lg-200 {
    margin-bottom: 200px !important; } }

@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0px !important; } }

@media (min-width: 1200px) {
  .mb-xl-10 {
    margin-bottom: 10px !important; } }

@media (min-width: 1200px) {
  .mb-xl-20 {
    margin-bottom: 20px !important; } }

@media (min-width: 1200px) {
  .mb-xl-30 {
    margin-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .mb-xl-40 {
    margin-bottom: 40px !important; } }

@media (min-width: 1200px) {
  .mb-xl-100 {
    margin-bottom: 100px !important; } }

@media (min-width: 1200px) {
  .mb-xl-150 {
    margin-bottom: 150px !important; } }

@media (min-width: 1200px) {
  .mb-xl-200 {
    margin-bottom: 200px !important; } }

.mt-0 {
  margin-top: 0px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-16 {
  margin-top: 16px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-32 {
  margin-top: 32px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-150 {
  margin-top: 150px !important; }

.mt-200 {
  margin-top: 200px !important; }

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0px !important; } }

@media (min-width: 576px) {
  .mt-sm-10 {
    margin-top: 10px !important; } }

@media (min-width: 576px) {
  .mt-sm-20 {
    margin-top: 20px !important; } }

@media (min-width: 576px) {
  .mt-sm-30 {
    margin-top: 30px !important; } }

@media (min-width: 576px) {
  .mt-sm-32 {
    margin-top: 32px !important; } }

@media (min-width: 576px) {
  .mt-sm-40 {
    margin-top: 40px !important; } }

@media (min-width: 576px) {
  .mt-sm-80 {
    margin-top: 80px !important; } }

@media (min-width: 576px) {
  .mt-sm-100 {
    margin-top: 100px !important; } }

@media (min-width: 576px) {
  .mt-sm-150 {
    margin-top: 150px !important; } }

@media (min-width: 576px) {
  .mt-sm-200 {
    margin-top: 200px !important; } }

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px !important; } }

@media (min-width: 768px) {
  .mt-md-10 {
    margin-top: 10px !important; } }

@media (min-width: 768px) {
  .mt-md-20 {
    margin-top: 20px !important; } }

@media (min-width: 768px) {
  .mt-md-30 {
    margin-top: 30px !important; } }

@media (min-width: 768px) {
  .mt-md-32 {
    margin-top: 32px !important; } }

@media (min-width: 768px) {
  .mt-md-40 {
    margin-top: 40px !important; } }

@media (min-width: 768px) {
  .mt-md-80 {
    margin-top: 80px !important; } }

@media (min-width: 768px) {
  .mt-md-100 {
    margin-top: 100px !important; } }

@media (min-width: 768px) {
  .mt-md-150 {
    margin-top: 150px !important; } }

@media (min-width: 768px) {
  .mt-md-200 {
    margin-top: 200px !important; } }

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0px !important; } }

@media (min-width: 992px) {
  .mt-lg-10 {
    margin-top: 10px !important; } }

@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px !important; } }

@media (min-width: 992px) {
  .mt-lg-30 {
    margin-top: 30px !important; } }

@media (min-width: 992px) {
  .mt-lg-32 {
    margin-top: 32px !important; } }

@media (min-width: 992px) {
  .mt-lg-40 {
    margin-top: 40px !important; } }

@media (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px !important; } }

@media (min-width: 992px) {
  .mt-lg-100 {
    margin-top: 100px !important; } }

@media (min-width: 992px) {
  .mt-lg-150 {
    margin-top: 150px !important; } }

@media (min-width: 992px) {
  .mt-lg-200 {
    margin-top: 200px !important; } }

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0px !important; } }

@media (min-width: 1200px) {
  .mt-xl-10 {
    margin-top: 10px !important; } }

@media (min-width: 1200px) {
  .mt-xl-20 {
    margin-top: 20px !important; } }

@media (min-width: 1200px) {
  .mt-xl-30 {
    margin-top: 30px !important; } }

@media (min-width: 1200px) {
  .mt-xl-32 {
    margin-top: 32px !important; } }

@media (min-width: 1200px) {
  .mt-xl-40 {
    margin-top: 40px !important; } }

@media (min-width: 1200px) {
  .mt-xl-80 {
    margin-top: 80px !important; } }

@media (min-width: 1200px) {
  .mt-xl-100 {
    margin-top: 100px !important; } }

@media (min-width: 1200px) {
  .mt-xl-150 {
    margin-top: 150px !important; } }

@media (min-width: 1200px) {
  .mt-xl-200 {
    margin-top: 200px !important; } }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-150 {
  padding-bottom: 150px !important; }

.pb-200 {
  padding-bottom: 200px !important; }

@media (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0px !important; } }

@media (min-width: 576px) {
  .pb-sm-10 {
    padding-bottom: 10px !important; } }

@media (min-width: 576px) {
  .pb-sm-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 576px) {
  .pb-sm-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 576px) {
  .pb-sm-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 576px) {
  .pb-sm-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 576px) {
  .pb-sm-80 {
    padding-bottom: 80px !important; } }

@media (min-width: 576px) {
  .pb-sm-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 576px) {
  .pb-sm-150 {
    padding-bottom: 150px !important; } }

@media (min-width: 576px) {
  .pb-sm-200 {
    padding-bottom: 200px !important; } }

@media (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0px !important; } }

@media (min-width: 768px) {
  .pb-md-10 {
    padding-bottom: 10px !important; } }

@media (min-width: 768px) {
  .pb-md-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 768px) {
  .pb-md-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 768px) {
  .pb-md-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 768px) {
  .pb-md-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 768px) {
  .pb-md-80 {
    padding-bottom: 80px !important; } }

@media (min-width: 768px) {
  .pb-md-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 768px) {
  .pb-md-150 {
    padding-bottom: 150px !important; } }

@media (min-width: 768px) {
  .pb-md-200 {
    padding-bottom: 200px !important; } }

@media (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0px !important; } }

@media (min-width: 992px) {
  .pb-lg-10 {
    padding-bottom: 10px !important; } }

@media (min-width: 992px) {
  .pb-lg-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 992px) {
  .pb-lg-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 992px) {
  .pb-lg-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 992px) {
  .pb-lg-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 992px) {
  .pb-lg-80 {
    padding-bottom: 80px !important; } }

@media (min-width: 992px) {
  .pb-lg-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 992px) {
  .pb-lg-150 {
    padding-bottom: 150px !important; } }

@media (min-width: 992px) {
  .pb-lg-200 {
    padding-bottom: 200px !important; } }

@media (min-width: 1200px) {
  .pb-xl-0 {
    padding-bottom: 0px !important; } }

@media (min-width: 1200px) {
  .pb-xl-10 {
    padding-bottom: 10px !important; } }

@media (min-width: 1200px) {
  .pb-xl-20 {
    padding-bottom: 20px !important; } }

@media (min-width: 1200px) {
  .pb-xl-30 {
    padding-bottom: 30px !important; } }

@media (min-width: 1200px) {
  .pb-xl-40 {
    padding-bottom: 40px !important; } }

@media (min-width: 1200px) {
  .pb-xl-50 {
    padding-bottom: 50px !important; } }

@media (min-width: 1200px) {
  .pb-xl-80 {
    padding-bottom: 80px !important; } }

@media (min-width: 1200px) {
  .pb-xl-100 {
    padding-bottom: 100px !important; } }

@media (min-width: 1200px) {
  .pb-xl-150 {
    padding-bottom: 150px !important; } }

@media (min-width: 1200px) {
  .pb-xl-200 {
    padding-bottom: 200px !important; } }

.pt-0 {
  padding-top: 0px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-32 {
  padding-top: 32px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-160 {
  padding-top: 160px !important; }

.pt-200 {
  padding-top: 200px !important; }

@media (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0px !important; } }

@media (min-width: 576px) {
  .pt-sm-10 {
    padding-top: 10px !important; } }

@media (min-width: 576px) {
  .pt-sm-20 {
    padding-top: 20px !important; } }

@media (min-width: 576px) {
  .pt-sm-30 {
    padding-top: 30px !important; } }

@media (min-width: 576px) {
  .pt-sm-32 {
    padding-top: 32px !important; } }

@media (min-width: 576px) {
  .pt-sm-40 {
    padding-top: 40px !important; } }

@media (min-width: 576px) {
  .pt-sm-50 {
    padding-top: 50px !important; } }

@media (min-width: 576px) {
  .pt-sm-90 {
    padding-top: 90px !important; } }

@media (min-width: 576px) {
  .pt-sm-100 {
    padding-top: 100px !important; } }

@media (min-width: 576px) {
  .pt-sm-160 {
    padding-top: 160px !important; } }

@media (min-width: 576px) {
  .pt-sm-200 {
    padding-top: 200px !important; } }

@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0px !important; } }

@media (min-width: 768px) {
  .pt-md-10 {
    padding-top: 10px !important; } }

@media (min-width: 768px) {
  .pt-md-20 {
    padding-top: 20px !important; } }

@media (min-width: 768px) {
  .pt-md-30 {
    padding-top: 30px !important; } }

@media (min-width: 768px) {
  .pt-md-32 {
    padding-top: 32px !important; } }

@media (min-width: 768px) {
  .pt-md-40 {
    padding-top: 40px !important; } }

@media (min-width: 768px) {
  .pt-md-50 {
    padding-top: 50px !important; } }

@media (min-width: 768px) {
  .pt-md-90 {
    padding-top: 90px !important; } }

@media (min-width: 768px) {
  .pt-md-100 {
    padding-top: 100px !important; } }

@media (min-width: 768px) {
  .pt-md-160 {
    padding-top: 160px !important; } }

@media (min-width: 768px) {
  .pt-md-200 {
    padding-top: 200px !important; } }

@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0px !important; } }

@media (min-width: 992px) {
  .pt-lg-10 {
    padding-top: 10px !important; } }

@media (min-width: 992px) {
  .pt-lg-20 {
    padding-top: 20px !important; } }

@media (min-width: 992px) {
  .pt-lg-30 {
    padding-top: 30px !important; } }

@media (min-width: 992px) {
  .pt-lg-32 {
    padding-top: 32px !important; } }

@media (min-width: 992px) {
  .pt-lg-40 {
    padding-top: 40px !important; } }

@media (min-width: 992px) {
  .pt-lg-50 {
    padding-top: 50px !important; } }

@media (min-width: 992px) {
  .pt-lg-70 {
    padding-top: 70px !important; } }

@media (min-width: 992px) {
  .pt-lg-80 {
    padding-top: 80px !important; } }

@media (min-width: 992px) {
  .pt-lg-90 {
    padding-top: 90px !important; } }

@media (min-width: 992px) {
  .pt-lg-100 {
    padding-top: 100px !important; } }

@media (min-width: 992px) {
  .pt-lg-160 {
    padding-top: 160px !important; } }

@media (min-width: 992px) {
  .pt-lg-200 {
    padding-top: 200px !important; } }

@media (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0px !important; } }

@media (min-width: 1200px) {
  .pt-xl-10 {
    padding-top: 10px !important; } }

@media (min-width: 1200px) {
  .pt-xl-20 {
    padding-top: 20px !important; } }

@media (min-width: 1200px) {
  .pt-xl-30 {
    padding-top: 30px !important; } }

@media (min-width: 1200px) {
  .pt-xl-32 {
    padding-top: 32px !important; } }

@media (min-width: 1200px) {
  .pt-xl-40 {
    padding-top: 40px !important; } }

@media (min-width: 1200px) {
  .pt-xl-50 {
    padding-top: 50px !important; } }

@media (min-width: 1200px) {
  .pt-xl-90 {
    padding-top: 90px !important; } }

@media (min-width: 1200px) {
  .pt-xl-100 {
    padding-top: 100px !important; } }

@media (min-width: 1200px) {
  .pt-xl-160 {
    padding-top: 160px !important; } }

@media (min-width: 1200px) {
  .pt-xl-200 {
    padding-top: 200px !important; } }

.mr-14 {
  margin-right: 14px; }

.ml-14 {
  margin-left: 14px; }

.d-none {
  display: none !important; }
  @media (min-width: 576px) {
    .d-none-sm {
      display: none !important; } }
  @media (min-width: 768px) {
    .d-none-md {
      display: none !important; } }
  @media (min-width: 992px) {
    .d-none-lg {
      display: none !important; } }
  @media (min-width: 1200px) {
    .d-none-xl {
      display: none !important; } }

.d-block {
  display: block !important; }
  @media (min-width: 576px) {
    .d-block-sm {
      display: block !important; } }
  @media (min-width: 768px) {
    .d-block-md {
      display: block !important; } }
  @media (min-width: 992px) {
    .d-block-lg {
      display: block !important; } }
  @media (min-width: 1200px) {
    .d-block-xl {
      display: block !important; } }

@media (min-width: 576px) {
  .maxw-full-sm {
    max-width: 100% !important; } }

@media (min-width: 768px) {
  .maxw-full-md {
    max-width: 100% !important; } }

@media (min-width: 992px) {
  .maxw-full-lg {
    max-width: 100% !important; } }

@media (min-width: 1200px) {
  .maxw-full-xl {
    max-width: 100% !important; } }

@media (min-width: 576px) {
  .minw-full-sm {
    min-width: 100% !important; } }

@media (min-width: 768px) {
  .minw-full-md {
    min-width: 100% !important; } }

@media (min-width: 992px) {
  .minw-full-lg {
    min-width: 100% !important; } }

@media (min-width: 1200px) {
  .minw-full-xl {
    min-width: 100% !important; } }

.overflow-hidden {
  overflow: hidden; }

@media (max-width: 767.98px) {
  .snip-gutters-d-sm {
    width: auto !important;
    margin-left: -4px !important;
    margin-right: -4px !important; } }

@media (max-width: 767.98px) {
  .clear-gutters-d-sm {
    width: auto !important;
    margin-left: -24px !important;
    margin-right: -24px !important; } }

@font-face {
  font-family: "VideoJS";
  src: url("../fonts/videojs/VideoJS.woff") format("woff"), url("../fonts/videojs/VideoJS.ttf") format("truetype"), url("../fonts/videojs/VideoJS.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.video-js {
  border-radius: 8px;
  overflow: hidden; }
  @media (min-width: 992px) {
    .video-js {
      border-radius: 12px; } }
  .video-js ~ .card__icon-container {
    display: none; }

.vjs-poster {
  background-size: cover; }

.video-js .vjs-big-play-button .vjs-icon-placeholder::before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
  font-family: "VideoJS"; }

.frosted, .carousel__pane {
  backdrop-filter: blur(10px);
  background-color: rgba(34, 36, 54, 0.6); }

.ar {
  position: relative;
  width: 100%; }

.vjs-ga {
  width: 100%;
  height: auto; }
  .vjs-ga--ar-fixed {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  .vjs-ga .vjs-big-play-button {
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    border: none;
    border-radius: 100%;
    background-color: transparent !important;
    background-image: url("../../src/images/btn-play-icon.png");
    background-size: cover !important; }
    @media only screen and (min-resolution: 192dpi) {
      .vjs-ga .vjs-big-play-button {
        background-image: url("../../src/images/btn-play-icon@2x.png");
        background-size: 80px 80px; } }
    .vjs-ga .vjs-big-play-button .vjs-icon-placeholder {
      display: none; }
  .vjs-ga .vjs-poster:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .5;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b19cff+0,995efc+50,4215e6+100 */
    background: #b19cff;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #b19cff 0%, #995efc 50%, #4215e6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #b19cff 0%, #995efc 50%, #4215e6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #b19cff 0%, #995efc 50%, #4215e6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b19cff', endColorstr='#4215e6', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */ }
  .vjs-ga .vjs-control-bar {
    position: absolute;
    bottom: 0;
    height: 64px;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(30, 33, 49, 0.85);
    transition: none;
    font-size: 0.75em; }
    @media (min-width: 992px) {
      .vjs-ga .vjs-control-bar {
        height: 112px;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 1em; } }
  .vjs-ga .vjs-progress-holder {
    height: 11.76px;
    border-radius: 3px;
    background-color: #151829; }
  .vjs-ga .vjs-mute-control {
    margin-right: 10px !important; }
  .vjs-ga .vjs-load-progress {
    overflow: hidden;
    border-radius: 12px; }
  .vjs-ga .vjs-button > .vjs-icon-placeholder::before {
    position: relative;
    font-size: 3em; }
    @media (min-width: 992px) {
      .vjs-ga .vjs-button > .vjs-icon-placeholder::before {
        font-size: 4em; } }
  .vjs-ga .vjs-control {
    margin-right: 10px; }
    @media (min-width: 992px) {
      .vjs-ga .vjs-control {
        margin-right: 40px; } }
    .vjs-ga .vjs-control:last-child {
      margin-right: 0; }
  .vjs-ga .vjs-current-time {
    margin-right: 0; }
  .vjs-ga .vjs-play-progress {
    background: #4650f0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
    .vjs-ga .vjs-play-progress:before {
      content: "";
      top: 50%;
      right: 6px !important;
      z-index: 1;
      transform: translateX(50%) translateY(-50%);
      width: 23.13px;
      height: 22.53px;
      border: #ffffff solid 5px;
      border-radius: 100%;
      background: #4650f0; }
  .vjs-ga .vjs-slider-horizontal .vjs-volume-level {
    background: #4650f0; }
    .vjs-ga .vjs-slider-horizontal .vjs-volume-level:before {
      content: "";
      top: 50%;
      right: 0px !important;
      z-index: 1;
      transform: translateX(50%) translateY(-50%);
      width: 14px;
      height: 14px;
      border: #ffffff solid 4px;
      border-radius: 100%;
      background: #4650f0; }
  .vjs-ga .vjs-time-control {
    display: flex;
    align-items: center;
    font-family: "DINOT", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3125; }
  .vjs-ga .vjs-remaining-time {
    display: none !important; }
  .vjs-ga .vjs-time-control {
    min-width: auto;
    padding: 0 2px; }
  .vjs-ga .vjs-load-progress {
    display: none !important;
    background: transparent; }
  .vjs-ga .vjs-control-bar {
    background-color: rgba(30, 33, 49, 0.85); }
    .vjs-ga .vjs-control-bar .vjs-play-control {
      order: 1; }
    .vjs-ga .vjs-control-bar .vjs-time-control {
      order: 3; }
    .vjs-ga .vjs-control-bar .vjs-progress-control {
      order: 4;
      margin-left: 10px;
      margin-right: 10px; }
      @media (min-width: 992px) {
        .vjs-ga .vjs-control-bar .vjs-progress-control {
          margin-left: 86px;
          margin-right: 86px; } }
    .vjs-ga .vjs-control-bar .vjs-volume-panel {
      order: 2;
      align-items: center; }
    .vjs-ga .vjs-control-bar .vjs-fullscreen-control {
      order: 5; }

.no-button {
  background: transparent;
  -webkit-appearance: none !important; }

.kidsafe {
  filter: grayscale(1); }
  .kidsafe:hover {
    filter: none; }

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 104px;
  width: 104px;
  background: #222535;
  border-radius: 4px;
  color: #14f0af; }
  .icon-box--off-black {
    background: #1e2131; }
  .icon-box--blue {
    background-color: #4650f0;
    color: #ffffff; }

.grid {
  display: grid; }
  @media (min-width: 992px) {
    .grid, .grid--2 {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 992px) {
    .grid--3 {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 992px) {
    .grid--4 {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 992px) {
    .grid--5 {
      grid-template-columns: repeat(5, 1fr); } }
  @media (min-width: 992px) {
    .grid--6 {
      grid-template-columns: repeat(6, 1fr); } }
  @media (min-width: 576px) {
    .grid--12 {
      grid-template-columns: repeat(6, 1fr); } }
  @media (min-width: 992px) {
    .grid--12 {
      grid-template-columns: repeat(12, 1fr); } }
  .grid, .grid--gap-40 {
    grid-gap: 40px; }
  .grid--gap-30 {
    grid-gap: 30px; }
  .grid--gap-20 {
    grid-gap: 20px; }
  .grid--gap-10 {
    grid-gap: 10px; }
  .grid--gap-0 {
    grid-gap: 0px; }
  .grid--align-items {
    align-items: center;
    justify-content: center; }
    .grid--align-items > * {
      justify-self: center; }

.scene-robot-dog {
  position: relative;
  padding-top: 200px !important; }
  @media (min-width: 992px) {
    .scene-robot-dog {
      padding-top: 300px !important; } }
  .scene-robot-dog:before {
    content: '';
    background-image: url("../../dist/images/scenes/robot-dog.png");
    display: block;
    position: absolute;
    z-index: -1;
    background-size: cover !important;
    background-position: top right;
    background-repeat: no-repeat;
    aspect-ratio: 1;
    width: 984px;
    height: 630px;
    /* Art direction */
    top: -145px;
    left: -400px;
    opacity: .5;
    box-shadow: 50px 50px 50px 0 #151829 inset, -50px -50px 50px 0 #151829 inset; }
    @media only screen and (min-resolution: 192dpi) {
      .scene-robot-dog:before {
        background-image: url("../../dist/images/scenes/robot-dog@2x.png");
        background-size: 1406px 900px; } }
    @media (min-width: 992px) {
      .scene-robot-dog:before {
        width: 1406px;
        height: 900px;
        top: 0;
        left: -600px; } }

.scene-undersea {
  position: relative;
  padding-top: 200px !important; }
  @media (min-width: 992px) {
    .scene-undersea {
      padding-top: 300px !important; } }
  .scene-undersea:before {
    content: '';
    background-image: url("../../dist/images/scenes/undersea.png");
    display: block;
    position: absolute;
    z-index: -1;
    background-size: cover !important;
    background-position: top right;
    background-repeat: no-repeat;
    aspect-ratio: 1;
    width: 984px;
    height: 630px;
    /* Art direction */
    top: -145px;
    left: -400px;
    opacity: .6;
    box-shadow: 50px 50px 50px 0 #151829 inset, -50px -50px 50px 0 #151829 inset; }
    @media only screen and (min-resolution: 192dpi) {
      .scene-undersea:before {
        background-image: url("../../dist/images/scenes/undersea@2x.png");
        background-size: 1408px 900px; } }
    @media (min-width: 992px) {
      .scene-undersea:before {
        width: 1408px;
        height: 900px;
        top: 0;
        left: -600px; } }

.scene-space {
  position: relative; }
  .scene-space:before {
    content: "";
    position: absolute;
    top: -28.6458333333vw;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    background-image: url("../../src/images/bg-stars.jpg");
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    width: 100%;
    height: 1200px; }
    @media only screen and (min-resolution: 192dpi) {
      .scene-space:before {
        background-image: url("../../src/images/bg-stars@2x.jpg");
        background-size: 100px 100px; } }
    @media (min-width: 992px) {
      .scene-space:before {
        height: 91.875vw; } }

.scene-cloud {
  position: relative; }
  .scene-cloud:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 1165px;
    background-image: url("../../src/images/bg-cloud.png");
    background-size: cover !important;
    background-position: center; }
    @media only screen and (min-resolution: 192dpi) {
      .scene-cloud:after {
        background-image: url("../../src/images/bg-cloud@2x.png");
        background-size: 100px 100px; } }

.scene-fog {
  position: relative; }
  .scene-fog:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 1361px;
    background-image: url("../../src/images/bg-fog.jpg");
    background-size: cover !important;
    background-position: center; }
    @media only screen and (min-resolution: 192dpi) {
      .scene-fog:after {
        background-image: url("../../src/images/bg-fog@2x.jpg");
        background-size: 100px 100px; } }

.scene-how-it-works-secondary {
  position: relative;
  padding-top: 200px !important; }
  @media (min-width: 992px) {
    .scene-how-it-works-secondary {
      padding-top: 300px !important; } }
  .scene-how-it-works-secondary:before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    top: -285px;
    left: 0;
    width: 100%;
    height: 808px;
    background-image: url("../../src/images/how-it-works-secondary.png");
    background-size: cover !important;
    background-position: -150px 0;
    background-repeat: no-repeat; }
    @media only screen and (min-resolution: 192dpi) {
      .scene-how-it-works-secondary:before {
        background-image: url("../../src/images/how-it-works-secondary@2x.png");
        background-size: 1275px 978px; } }
    @media (min-width: 992px) {
      .scene-how-it-works-secondary:before {
        left: -135px;
        top: -115px;
        width: 1275px;
        height: 978px;
        background-position: center;
        background-size: 1275px 978px !important; } }

.scene-wave {
  position: relative; }
  .scene-wave:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 10px;
    right: 0;
    height: 201px;
    left: 0;
    background-image: url("../../src/images/bg-wave.jpg");
    background-size: 866px 201px !important;
    background-repeat: no-repeat;
    background-position: center; }
    @media only screen and (min-resolution: 192dpi) {
      .scene-wave:after {
        background-image: url("../../src/images/bg-wave@2x.jpg");
        background-size: 1920px 539px; } }
    @media only screen and (min-width: 866px) {
      .scene-wave:after {
        top: 40px;
        padding-bottom: 28.0729166667%;
        bottom: auto;
        height: auto;
        background-size: cover !important; } }

.scene-studio-management-secondary {
  position: relative; }
  .scene-studio-management-secondary:after {
    content: "";
    position: absolute;
    z-index: -2;
    right: 0;
    bottom: 28%;
    left: 0;
    height: 1147px;
    background-image: url("../../src/images/studio-management-secondary.png");
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: -80px 0; }
    @media only screen and (min-resolution: 192dpi) {
      .scene-studio-management-secondary:after {
        background-image: url("../../src/images/studio-management-secondary@2x.png");
        background-size: 1920px 1147px; } }
    @media (min-width: 992px) {
      .scene-studio-management-secondary:after {
        bottom: 21%;
        background-position: center 0; } }

.scene-liveops-secondary {
  position: relative;
  padding-bottom: 100px; }
  @media (min-width: 992px) {
    .scene-liveops-secondary {
      padding-bottom: 200px; } }
  .scene-liveops-secondary:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 50%;
    transform: translateY(-50%) translateY(150px);
    opacity: .9;
    right: 0;
    height: 1042px;
    left: 0;
    background-image: url("../../src/images/gameops-secondary.png");
    background-size: 1949px 1092px !important;
    background-repeat: no-repeat;
    background-position: center; }
    @media only screen and (min-resolution: 192dpi) {
      .scene-liveops-secondary:after {
        background-image: url("../../src/images/gameops-secondary@2x.png");
        background-size: 1949px 1092px; } }

.scene-gameops-secondary {
  position: relative;
  padding-bottom: 100px; }
  @media (min-width: 992px) {
    .scene-gameops-secondary {
      padding-bottom: 200px; } }
  .scene-gameops-secondary:after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 70%;
    right: 0;
    height: 558px;
    left: 0;
    background-image: url("../../src/images/gameops-secondary.png");
    background-size: 996px 558px !important;
    background-repeat: no-repeat;
    background-position: -20px 0; }
    @media only screen and (min-resolution: 192dpi) {
      .scene-gameops-secondary:after {
        background-image: url("../../src/images/gameops-secondary@2x.png");
        background-size: 1100px 616px; } }
    @media (min-width: 576px) {
      .scene-gameops-secondary:after {
        bottom: 40%; } }
    @media (min-width: 992px) {
      .scene-gameops-secondary:after {
        bottom: 0;
        background-position: center 0;
        height: 1042px;
        background-image: url("../../src/images/gameops-secondary.png");
        background-size: cover !important; } }
  @media only screen and (min-width: 992px) and (min-resolution: 192dpi) {
    .scene-gameops-secondary:after {
      background-image: url("../../src/images/gameops-secondary@2x.png");
      background-size: 1949px 1042px; } }

.scene-analytics-intergrate {
  padding-top: 340px !important; }
  @media (min-width: 992px) {
    .scene-analytics-intergrate {
      padding-top: 0 !important; } }

.scene-analytics-secondary {
  position: relative; }
  .scene-analytics-secondary:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 720px;
    left: 0;
    right: 0;
    width: 100%;
    height: 902px;
    background-image: url("../../src/images/analytics-secondary.png");
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 13% 0; }
    @media only screen and (min-resolution: 192dpi) {
      .scene-analytics-secondary:after {
        background-image: url("../../src/images/analytics-secondary@2x.png");
        background-size: 1949px 1042px; } }
    @media (min-width: 992px) {
      .scene-analytics-secondary:after {
        height: 1042px;
        top: 720px;
        background-position: center; } }

.scene-sea {
  position: relative; }
  @media (min-width: 992px) {
    .scene-sea:after {
      content: "";
      position: absolute;
      z-index: -2;
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%) translateY(50px);
      height: 1420px;
      background-image: url("../../src/images/bg-sea.jpg");
      background-size: cover !important;
      background-position: center;
      background-repeat: no-repeat; } }
  @media only screen and (min-width: 992px) and (min-resolution: 192dpi) {
    .scene-sea:after {
      background-image: url("../../src/images/bg-sea@2x.jpg");
      background-size: 100px 100px; } }

.scene-fish {
  position: relative; }
  .scene-fish:before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    top: -375px;
    width: 551px;
    height: 413px;
    background-image: url("../../src/images/fish.png");
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (min-resolution: 192dpi) {
      .scene-fish:before {
        background-image: url("../../src/images/fish@2x.png");
        background-size: 100px 100px; } }
    @media (min-width: 992px) {
      .scene-fish:before {
        width: 945px;
        height: 696px;
        top: 50%;
        right: -443px;
        left: auto;
        transform: translateY(-50%) translateY(50px); } }
    @media (min-width: 1200px) {
      .scene-fish:before {
        right: -243px; } }

.scene-ghosts {
  position: relative; }
  .scene-ghosts:before {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    top: 940px;
    width: 425px;
    height: 580px;
    background-image: url("../../src/images/bg-ghosts.jpg");
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat; }
    @media only screen and (min-resolution: 192dpi) {
      .scene-ghosts:before {
        background-image: url("../../src/images/bg-ghosts@2x.jpg");
        background-size: 100px 100px; } }
    @media (min-width: 992px) {
      .scene-ghosts:before {
        width: 979px;
        height: 1384px;
        top: 50%;
        right: -173px;
        left: auto;
        transform: translateY(-50%) translateY(50px); } }

.scene-space-purple {
  position: relative; }
  .scene-space-purple:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 50%;
    left: -100px;
    right: -100px;
    transform: translateY(-50%) rotate(8.33deg);
    height: 2000px;
    background: radial-gradient(153.73% 23.88% at 32.09% 45.19%, #38326B 0%, rgba(21, 24, 41, 0.24) 100%);
    background-position: center; }
    @media (min-width: 992px) {
      .scene-space-purple:after {
        height: 1400px;
        transform: translateY(-50%) translateY(100px) rotate(8.33deg); } }

.scene-stars {
  position: relative; }
  .scene-stars:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 1920px;
    height: 3073px;
    background-image: url("../../src/images/stars.png");
    background-position: center; }
    @media only screen and (min-resolution: 192dpi) {
      .scene-stars:after {
        background-image: url("../../src/images/stars@2x.png");
        background-size: 1920px 3073px; } }
    @media (min-width: 992px) {
      .scene-stars:after {
        height: 2333px;
        background-image: url("../../src/images/stars.png"); } }
  @media only screen and (min-width: 992px) and (min-resolution: 192dpi) {
    .scene-stars:after {
      background-image: url("../../src/images/stars@2x.png");
      background-size: 1920px 2333px; } }

.scene-office {
  position: relative; }
  .scene-office:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 1278px;
    background-image: url("../../src/images/bg-office.png");
    background-size: cover !important;
    background-position: center; }
    @media only screen and (min-resolution: 192dpi) {
      .scene-office:after {
        background-image: url("../../src/images/bg-office@2x.png");
        background-size: 100px 100px; } }

.scene-radial-purple {
  position: relative; }
  .scene-radial-purple:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url("../../dist/images/radial-purple.png");
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 1920px;
    margin: 0 auto; }

.scene-radial {
  position: relative; }
  .scene-radial:after {
    content: "";
    position: absolute;
    z-index: -2;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 1410px;
    background-image: url("../../src/images/bg-radial.jpg");
    background-size: cover !important;
    background-position: center; }
    @media only screen and (min-resolution: 192dpi) {
      .scene-radial:after {
        background-image: url("../../src/images/bg-radial@2x.jpg");
        background-size: 100px 100px; } }

.scene-treasure {
  position: relative; }
  .scene-treasure:after {
    content: "";
    position: absolute;
    z-index: -2;
    bottom: -600px;
    right: -688px;
    width: 2021px;
    height: 1515px;
    background-image: url("../../src/images/treasure.png"); }
    @media only screen and (min-resolution: 192dpi) {
      .scene-treasure:after {
        background-image: url("../../src/images/treasure@2x.png");
        background-size: 2021px 1515px; } }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center; }

figcaption.wp-caption-text {
  margin-bottom: 0 !important; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  margin-bottom: 0; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.content-area {
  /* Text meant only for screen readers. */ }
  .content-area .alignnone {
    margin: 5px 20px 50px 0; }
  .content-area .aligncenter,
  .content-area div.aligncenter {
    display: block;
    margin: 5px auto 50px auto; }
  .content-area .alignright {
    float: right;
    margin: 5px 0 50px 20px; }
  .content-area .alignleft {
    float: left;
    margin: 5px 20px 50px 0; }
  .content-area a img.alignright {
    float: right;
    margin: 5px 0 50px 20px; }
  .content-area a img.alignnone {
    margin: 5px 20px 50px 0; }
  .content-area a img.alignleft {
    float: left;
    margin: 5px 20px 50px 0; }
  .content-area a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .content-area .wp-caption {
    max-width: 100%;
    text-align: left; }
  .content-area figcaption.wp-caption-text {
    margin-bottom: 0 !important; }
  .content-area .wp-caption.alignnone {
    margin: 5px 20px 50px 0; }
  .content-area .wp-caption.alignleft {
    margin: 5px 20px 50px 0; }
  .content-area .wp-caption.alignright {
    margin: 5px 0 50px 20px; }
  .content-area .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .content-area .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
    margin-bottom: 0; }
  .content-area .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden; }
  .content-area .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

.blocks-gallery-item {
  padding-left: 0 !important;
  list-style: none !important; }
  .blocks-gallery-item:before {
    content: none !important; }

.content-area {
  word-break: break-word; }
  @media only screen and (max-width: 767px) {
    .content-area {
      font-size: 18px; } }
  .content-area video {
    display: block;
    width: 100%;
    height: auto; }
  .content-area iframe {
    display: block;
    margin: 0 auto; }
  @media (min-width: 992px) {
    .content-area--justified p {
      text-align: justify; } }
  .content-area > * {
    margin-bottom: 1.41667rem; }
    .content-area > *:last-child {
      margin-bottom: 0; }
  .content-area h1,
  .content-area h2,
  .content-area h3,
  .content-area h4,
  .content-area h5,
  .content-area h6,
  .content-area .h1,
  .content-area .whr-group,
  .content-area > h1:first-child,
  .content-area > h2:first-child,
  .content-area .text-image-block__title,
  .content-area .text-block-cells__title,
  .content-area .h2,
  .content-area .wt-cli-cookie-bar-container .cli-wrapper h5,
  .wt-cli-cookie-bar-container .cli-wrapper .content-area h5,
  .content-area .h3,
  .content-area .text-image-block--two-thirds .text-image-block__title,
  .text-image-block--two-thirds .content-area .text-image-block__title,
  .content-area .h4,
  .content-area .h5,
  .content-area .cli-privacy-overview h4,
  .cli-privacy-overview .content-area h4,
  .content-area .h6 {
    margin-bottom: 0.58333rem; }
  .content-area h1,
  .content-area .h1,
  .content-area .whr-group,
  .content-area > h1:first-child,
  .content-area > h2:first-child,
  .content-area .text-image-block__title,
  .content-area .text-block-cells__title {
    margin-top: 0;
    margin-bottom: 1.33333rem; }
  .content-area h2,
  .content-area .h2,
  .content-area .wt-cli-cookie-bar-container .cli-wrapper h5,
  .wt-cli-cookie-bar-container .cli-wrapper .content-area h5 {
    margin-top: 3rem;
    margin-bottom: 1.25rem; }
  .content-area h3,
  .content-area .h3,
  .content-area .text-image-block--two-thirds .text-image-block__title,
  .text-image-block--two-thirds .content-area .text-image-block__title,
  .content-area h4,
  .content-area .h4,
  .content-area h5,
  .content-area .h5,
  .content-area .cli-privacy-overview h4,
  .cli-privacy-overview .content-area h4,
  .content-area h6,
  .content-area .h6 {
    margin-top: 2.33333rem; }
  .content-area h2 + h3,
  .content-area .h2 + .h3,
  .content-area .wt-cli-cookie-bar-container .cli-wrapper h5 + .h3,
  .wt-cli-cookie-bar-container .cli-wrapper .content-area h5 + .h3,
  .content-area .text-image-block--two-thirds .h2 + .text-image-block__title,
  .text-image-block--two-thirds .content-area .h2 + .text-image-block__title,
  .content-area .wt-cli-cookie-bar-container .cli-wrapper .text-image-block--two-thirds h5 + .text-image-block__title,
  .text-image-block--two-thirds .content-area .wt-cli-cookie-bar-container .cli-wrapper h5 + .text-image-block__title,
  .wt-cli-cookie-bar-container .cli-wrapper .content-area .text-image-block--two-thirds h5 + .text-image-block__title,
  .text-image-block--two-thirds .wt-cli-cookie-bar-container .cli-wrapper .content-area h5 + .text-image-block__title,
  .content-area h3 + h4,
  .content-area .h3 + .h4,
  .content-area .text-image-block--two-thirds .text-image-block__title + .h4,
  .text-image-block--two-thirds .content-area .text-image-block__title + .h4,
  .content-area h4 + h5,
  .content-area .h4 + .h5,
  .content-area .cli-privacy-overview .h4 + h4,
  .cli-privacy-overview .content-area .h4 + h4,
  .content-area h5 + h6,
  .content-area .h5 + .h6,
  .content-area .cli-privacy-overview h4 + .h6,
  .cli-privacy-overview .content-area h4 + .h6 {
    margin-top: 0 !important; }
  .content-area ul,
  .content-area ol {
    margin-left: 0.41667rem;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
    .content-area ul ul,
    .content-area ul ol,
    .content-area ol ul,
    .content-area ol ol {
      margin-top: 0.66667rem; }
    .content-area ul li,
    .content-area ol li {
      position: relative;
      padding-left: 1.25rem;
      margin-bottom: 0.66667rem; }
      .content-area ul li:before,
      .content-area ol li:before {
        content: "•";
        position: absolute;
        left: 0;
        color: #00f4aa;
        font-size: 1.33333rem;
        line-height: 1;
        margin-right: 0.29167rem;
        top: -0.08333rem; }
  .content-area ol {
    counter-reset: ga-counter; }
    .content-area ol > li {
      counter-increment: ga-counter; }
      .content-area ol > li:before {
        content: counter(ga-counter);
        top: 0;
        font-size: 0.95833rem;
        font-weight: 700;
        line-height: 1.2916666667; }
  .content-area ul > li:before {
    content: "•"; }
  .content-area .alpha-list {
    counter-reset: gaAlphaList; }
    .content-area .alpha-list li {
      position: relative;
      padding-left: 1.75rem;
      counter-increment: gaAlphaList; }
      .content-area .alpha-list li:before {
        display: flex;
        align-items: center;
        justify-content: center;
        content: counter(gaAlphaList, lower-alpha);
        position: absolute;
        top: 0.04167rem;
        width: 1.33333rem;
        height: 1.33333rem;
        padding-top: 0.125rem;
        border-radius: 100%;
        color: #151829;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        background-color: #14f0af; }
  .content-area a:not(.button):not(.wt-cli-privacy-accept-all-btn):not(.cli_setting_save_button) {
    color: #00f4aa;
    text-decoration: underline; }
    .content-area a:not(.button):not(.wt-cli-privacy-accept-all-btn):not(.cli_setting_save_button):focus, .content-area a:not(.button):not(.wt-cli-privacy-accept-all-btn):not(.cli_setting_save_button):hover {
      text-decoration: none; }
  .content-area strong {
    font-weight: 900; }
  .content-area figure {
    margin: 0; }
    .content-area figure figcaption {
      margin-top: 0.625rem;
      font-size: 0.58333rem;
      line-height: 1.2857142857;
      text-align: center;
      color: rgba(255, 255, 255, 0.5); }
  .content-area img {
    overflow: hidden;
    margin-bottom: 1.41667rem !important;
    border-radius: 12px; }
  .content-area .strong-line, .content-area .whr-group:before, .content-area .whr-dept,
  .content-area .whr-date {
    margin-top: 3.33333rem; }
  .content-area .wp-caption {
    width: 100% !important;
    max-width: 100%; }
    .content-area .wp-caption img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .content-area blockquote {
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-top: 1.66667rem;
    margin-bottom: 1.66667rem;
    padding: 0.83333rem 0.625rem;
    padding-left: 2.66667rem;
    background-color: #1e2131;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    font-style: italic; }
    @media (min-width: 576px) {
      .content-area blockquote {
        padding: 1.66667rem;
        padding-left: 3.5rem; } }
    .content-area blockquote:before {
      content: "“";
      display: block;
      position: absolute;
      top: 0.41667rem;
      left: 0.83333rem;
      color: #14f0af;
      font-size: 1.66667rem;
      font-weight: 700;
      font-style: italic; }
      @media (min-width: 576px) {
        .content-area blockquote:before {
          top: 1.66667rem;
          left: 1.66667rem; } }
  .content-area code,
  .content-area pre {
    padding: 0.25rem;
    background-color: #1e2131;
    color: rgba(255, 255, 255, 0.5); }
  .content-area pre {
    display: block;
    padding: 1rem; }
    @media (min-width: 992px) {
      .content-area pre {
        padding: 1.66667rem; } }

.dk-select {
  width: 100%; }

.dk-selected {
  background-image: linear-gradient(to top, rgba(21, 24, 41, 0.05), transparent);
  padding: 25px 50px 25px 25px; }

.dk-selected:before {
  margin-left: 50px; }

.dk-selected:after {
  border-left: 0; }

.dk-option {
  padding: 12.5px 25px; }

.dk-select-options {
  list-style: none !important; }
  .dk-select-options li {
    margin-bottom: 0 !important; }

.mktoForm,
.hbspt-form {
  width: 100% !important;
  text-align: left !important; }
  .mktoForm select,
  .hbspt-form select {
    background-color: transparent !important; }
    .report .mktoForm select, .report
    .hbspt-form select {
      border: none !important;
      background-color: #ffffff !important;
      color: #151829 !important;
      background-image: url("../../src/svg/btn-arrow-down-black.svg") !important; }
      .report .mktoForm select::-webkit-input-placeholder, .report
      .hbspt-form select::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: black !important; }
      .report .mktoForm select::-moz-placeholder, .report
      .hbspt-form select::-moz-placeholder {
        /* Firefox 19+ */
        color: black !important; }
      .report .mktoForm select:-ms-input-placeholder, .report
      .hbspt-form select:-ms-input-placeholder {
        /* IE 10+ */
        color: black !important; }
      .report .mktoForm select:-moz-placeholder, .report
      .hbspt-form select:-moz-placeholder {
        /* Firefox 18- */
        color: black !important; }
  .mktoForm fieldset,
  .hbspt-form fieldset {
    max-width: 100% !important; }
  .mktoForm input[type="radio"],
  .hbspt-form input[type="radio"] {
    height: 0 !important; }
  .mktoForm input[type="radio"] + label::before,
  .hbspt-form input[type="radio"] + label::before {
    width: 19px !important;
    height: 19px !important;
    background-position: 6px 6px !important; }
  .mktoForm .mktoLabel,
  .mktoForm label,
  .hbspt-form .mktoLabel,
  .hbspt-form label {
    color: #ffffff !important;
    width: auto !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.5 !important; }
  .mktoForm .mktoForm .mktoRadioList > label,
  .mktoForm .mktoForm .mktoCheckboxList > label,
  .hbspt-form .mktoForm .mktoRadioList > label,
  .hbspt-form .mktoForm .mktoCheckboxList > label {
    margin-bottom: 0 !important; }
  .mktoForm .mktoAsterix,
  .hbspt-form .mktoAsterix {
    color: #ffffff !important; }
  .mktoForm .mktoFieldWrap,
  .hbspt-form .mktoFieldWrap {
    width: 100% !important; }
  .mktoForm .mktoFormCol,
  .hbspt-form .mktoFormCol {
    width: 100% !important;
    margin-bottom: 0 !important; }
  .mktoForm .mktoButtonWrap,
  .hbspt-form .mktoButtonWrap {
    margin-left: 0 !important; }
  .mktoForm .mktoField,
  .mktoForm .hs-input[type="email"],
  .mktoForm .hs-input[type="text"],
  .mktoForm .hs-input[type="number"],
  .mktoForm .hs-input[type="file"],
  .mktoForm textarea.hs-input,
  .hbspt-form .mktoField,
  .hbspt-form .hs-input[type="email"],
  .hbspt-form .hs-input[type="text"],
  .hbspt-form .hs-input[type="number"],
  .hbspt-form .hs-input[type="file"],
  .hbspt-form textarea.hs-input {
    width: 100% !important;
    padding: 18px 24px !important;
    border: solid #383b50 1px !important;
    border-radius: 4px !important;
    background-color: transparent !important;
    font-size: 18px !important;
    font-family: "DINOT", Helvetica, Arial, sans-serif !important;
    line-height: 1.3333333333 !important;
    color: #fff !important; }
    .mktoForm .mktoField::-webkit-input-placeholder,
    .mktoForm .hs-input[type="email"]::-webkit-input-placeholder,
    .mktoForm .hs-input[type="text"]::-webkit-input-placeholder,
    .mktoForm .hs-input[type="number"]::-webkit-input-placeholder,
    .mktoForm .hs-input[type="file"]::-webkit-input-placeholder,
    .mktoForm textarea.hs-input::-webkit-input-placeholder,
    .hbspt-form .mktoField::-webkit-input-placeholder,
    .hbspt-form .hs-input[type="email"]::-webkit-input-placeholder,
    .hbspt-form .hs-input[type="text"]::-webkit-input-placeholder,
    .hbspt-form .hs-input[type="number"]::-webkit-input-placeholder,
    .hbspt-form .hs-input[type="file"]::-webkit-input-placeholder,
    .hbspt-form textarea.hs-input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.5) !important; }
    .mktoForm .mktoField::-moz-placeholder,
    .mktoForm .hs-input[type="email"]::-moz-placeholder,
    .mktoForm .hs-input[type="text"]::-moz-placeholder,
    .mktoForm .hs-input[type="number"]::-moz-placeholder,
    .mktoForm .hs-input[type="file"]::-moz-placeholder,
    .mktoForm textarea.hs-input::-moz-placeholder,
    .hbspt-form .mktoField::-moz-placeholder,
    .hbspt-form .hs-input[type="email"]::-moz-placeholder,
    .hbspt-form .hs-input[type="text"]::-moz-placeholder,
    .hbspt-form .hs-input[type="number"]::-moz-placeholder,
    .hbspt-form .hs-input[type="file"]::-moz-placeholder,
    .hbspt-form textarea.hs-input::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.5) !important; }
    .mktoForm .mktoField:-ms-input-placeholder,
    .mktoForm .hs-input[type="email"]:-ms-input-placeholder,
    .mktoForm .hs-input[type="text"]:-ms-input-placeholder,
    .mktoForm .hs-input[type="number"]:-ms-input-placeholder,
    .mktoForm .hs-input[type="file"]:-ms-input-placeholder,
    .mktoForm textarea.hs-input:-ms-input-placeholder,
    .hbspt-form .mktoField:-ms-input-placeholder,
    .hbspt-form .hs-input[type="email"]:-ms-input-placeholder,
    .hbspt-form .hs-input[type="text"]:-ms-input-placeholder,
    .hbspt-form .hs-input[type="number"]:-ms-input-placeholder,
    .hbspt-form .hs-input[type="file"]:-ms-input-placeholder,
    .hbspt-form textarea.hs-input:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.5) !important; }
    .mktoForm .mktoField:-moz-placeholder,
    .mktoForm .hs-input[type="email"]:-moz-placeholder,
    .mktoForm .hs-input[type="text"]:-moz-placeholder,
    .mktoForm .hs-input[type="number"]:-moz-placeholder,
    .mktoForm .hs-input[type="file"]:-moz-placeholder,
    .mktoForm textarea.hs-input:-moz-placeholder,
    .hbspt-form .mktoField:-moz-placeholder,
    .hbspt-form .hs-input[type="email"]:-moz-placeholder,
    .hbspt-form .hs-input[type="text"]:-moz-placeholder,
    .hbspt-form .hs-input[type="number"]:-moz-placeholder,
    .hbspt-form .hs-input[type="file"]:-moz-placeholder,
    .hbspt-form textarea.hs-input:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.5) !important; }
    .report .mktoForm .mktoField, .report
    .mktoForm .hs-input[type="email"], .report
    .mktoForm .hs-input[type="text"], .report
    .mktoForm .hs-input[type="number"], .report
    .mktoForm .hs-input[type="file"], .report
    .mktoForm textarea.hs-input, .report
    .hbspt-form .mktoField, .report
    .hbspt-form .hs-input[type="email"], .report
    .hbspt-form .hs-input[type="text"], .report
    .hbspt-form .hs-input[type="number"], .report
    .hbspt-form .hs-input[type="file"], .report
    .hbspt-form textarea.hs-input {
      border: none !important;
      background-color: #ffffff !important;
      color: #151829 !important; }
      .report .mktoForm .mktoField::-webkit-input-placeholder, .report
      .mktoForm .hs-input[type="email"]::-webkit-input-placeholder, .report
      .mktoForm .hs-input[type="text"]::-webkit-input-placeholder, .report
      .mktoForm .hs-input[type="number"]::-webkit-input-placeholder, .report
      .mktoForm .hs-input[type="file"]::-webkit-input-placeholder, .report
      .mktoForm textarea.hs-input::-webkit-input-placeholder, .report
      .hbspt-form .mktoField::-webkit-input-placeholder, .report
      .hbspt-form .hs-input[type="email"]::-webkit-input-placeholder, .report
      .hbspt-form .hs-input[type="text"]::-webkit-input-placeholder, .report
      .hbspt-form .hs-input[type="number"]::-webkit-input-placeholder, .report
      .hbspt-form .hs-input[type="file"]::-webkit-input-placeholder, .report
      .hbspt-form textarea.hs-input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: black !important; }
      .report .mktoForm .mktoField::-moz-placeholder, .report
      .mktoForm .hs-input[type="email"]::-moz-placeholder, .report
      .mktoForm .hs-input[type="text"]::-moz-placeholder, .report
      .mktoForm .hs-input[type="number"]::-moz-placeholder, .report
      .mktoForm .hs-input[type="file"]::-moz-placeholder, .report
      .mktoForm textarea.hs-input::-moz-placeholder, .report
      .hbspt-form .mktoField::-moz-placeholder, .report
      .hbspt-form .hs-input[type="email"]::-moz-placeholder, .report
      .hbspt-form .hs-input[type="text"]::-moz-placeholder, .report
      .hbspt-form .hs-input[type="number"]::-moz-placeholder, .report
      .hbspt-form .hs-input[type="file"]::-moz-placeholder, .report
      .hbspt-form textarea.hs-input::-moz-placeholder {
        /* Firefox 19+ */
        color: black !important; }
      .report .mktoForm .mktoField:-ms-input-placeholder, .report
      .mktoForm .hs-input[type="email"]:-ms-input-placeholder, .report
      .mktoForm .hs-input[type="text"]:-ms-input-placeholder, .report
      .mktoForm .hs-input[type="number"]:-ms-input-placeholder, .report
      .mktoForm .hs-input[type="file"]:-ms-input-placeholder, .report
      .mktoForm textarea.hs-input:-ms-input-placeholder, .report
      .hbspt-form .mktoField:-ms-input-placeholder, .report
      .hbspt-form .hs-input[type="email"]:-ms-input-placeholder, .report
      .hbspt-form .hs-input[type="text"]:-ms-input-placeholder, .report
      .hbspt-form .hs-input[type="number"]:-ms-input-placeholder, .report
      .hbspt-form .hs-input[type="file"]:-ms-input-placeholder, .report
      .hbspt-form textarea.hs-input:-ms-input-placeholder {
        /* IE 10+ */
        color: black !important; }
      .report .mktoForm .mktoField:-moz-placeholder, .report
      .mktoForm .hs-input[type="email"]:-moz-placeholder, .report
      .mktoForm .hs-input[type="text"]:-moz-placeholder, .report
      .mktoForm .hs-input[type="number"]:-moz-placeholder, .report
      .mktoForm .hs-input[type="file"]:-moz-placeholder, .report
      .mktoForm textarea.hs-input:-moz-placeholder, .report
      .hbspt-form .mktoField:-moz-placeholder, .report
      .hbspt-form .hs-input[type="email"]:-moz-placeholder, .report
      .hbspt-form .hs-input[type="text"]:-moz-placeholder, .report
      .hbspt-form .hs-input[type="number"]:-moz-placeholder, .report
      .hbspt-form .hs-input[type="file"]:-moz-placeholder, .report
      .hbspt-form textarea.hs-input:-moz-placeholder {
        /* Firefox 18- */
        color: black !important; }
  .mktoForm .hs-form-radio-display,
  .hbspt-form .hs-form-radio-display {
    display: flex;
    position: relative;
    padding-left: 20px; }
    .mktoForm .hs-form-radio-display .hs-input[type="radio"],
    .hbspt-form .hs-form-radio-display .hs-input[type="radio"] {
      display: none; }
    .mktoForm .hs-form-radio-display .hs-input[type="radio"]:checked ~ span:after,
    .hbspt-form .hs-form-radio-display .hs-input[type="radio"]:checked ~ span:after {
      display: block; }
    .mktoForm .hs-form-radio-display span:before,
    .hbspt-form .hs-form-radio-display span:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      display: block;
      margin-left: 0;
      margin-right: 4px;
      background: #ffffff;
      border-radius: 100%;
      width: 20px;
      height: 20px; }
    .mktoForm .hs-form-radio-display span:after,
    .hbspt-form .hs-form-radio-display span:after {
      content: "";
      display: none;
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateX(-50%) translateY(-50%);
      font-family: "DINOT", Helvetica, Arial, sans-serif;
      width: 14px;
      height: 14px;
      background-color: #4650f0;
      border-radius: 100%; }
  .mktoForm .hs-form-checkbox,
  .mktoForm .hs-form-booleancheckbox-display,
  .hbspt-form .hs-form-checkbox,
  .hbspt-form .hs-form-booleancheckbox-display {
    display: flex;
    position: relative;
    padding-left: 20px; }
    .mktoForm .hs-form-checkbox .hs-input[type="checkbox"],
    .mktoForm .hs-form-booleancheckbox-display .hs-input[type="checkbox"],
    .hbspt-form .hs-form-checkbox .hs-input[type="checkbox"],
    .hbspt-form .hs-form-booleancheckbox-display .hs-input[type="checkbox"] {
      display: none;
      flex-grow: 0;
      flex-shrink: 0;
      margin-top: 4px; }
    .mktoForm .hs-form-checkbox .hs-input[type="checkbox"]:checked ~ span:after,
    .mktoForm .hs-form-booleancheckbox-display .hs-input[type="checkbox"]:checked ~ span:after,
    .hbspt-form .hs-form-checkbox .hs-input[type="checkbox"]:checked ~ span:after,
    .hbspt-form .hs-form-booleancheckbox-display .hs-input[type="checkbox"]:checked ~ span:after {
      display: block; }
    .mktoForm .hs-form-checkbox span:before,
    .mktoForm .hs-form-booleancheckbox-display span:before,
    .hbspt-form .hs-form-checkbox span:before,
    .hbspt-form .hs-form-booleancheckbox-display span:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      display: block;
      margin-left: 0;
      margin-right: 4px;
      background: #ffffff;
      border-radius: 4px;
      width: 20px;
      height: 20px; }
    .mktoForm .hs-form-checkbox span:after,
    .mktoForm .hs-form-booleancheckbox-display span:after,
    .hbspt-form .hs-form-checkbox span:after,
    .hbspt-form .hs-form-booleancheckbox-display span:after {
      content: "";
      display: none;
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateX(-50%) translateY(-50%);
      font-family: "DINOT", Helvetica, Arial, sans-serif;
      width: 14px;
      height: 14px;
      background-color: #4650f0;
      border-radius: 2px; }
  .mktoForm .hs_error_rollup,
  .hbspt-form .hs_error_rollup {
    opacity: 0; }
  @media only screen and (max-width: 767px) {
    .mktoForm .form-columns-2 .hs-form-field,
    .hbspt-form .form-columns-2 .hs-form-field {
      width: 100% !important;
      float: none !important; } }
  .mktoForm .form-columns-2 .input,
  .hbspt-form .form-columns-2 .input {
    margin-right: 0 !important; }
    @media only screen and (min-width: 767px) {
      .mktoForm .form-columns-2 .input,
      .hbspt-form .form-columns-2 .input {
        margin-right: 25px !important; } }
  @media only screen and (min-width: 767px) {
    .mktoForm .form-columns-2 > .hs-form-field:last-child .input,
    .hbspt-form .form-columns-2 > .hs-form-field:last-child .input {
      margin-right: 0 !important; } }
  .mktoForm .hs-richtext,
  .hbspt-form .hs-richtext {
    font-size: 18px; }
  .mktoForm .hs-form-field,
  .hbspt-form .hs-form-field {
    position: relative;
    margin-bottom: 20px; }
  .mktoForm .mktoField[type="checkbox"],
  .mktoForm .hs-input[type="checkbox"],
  .hbspt-form .mktoField[type="checkbox"],
  .hbspt-form .hs-input[type="checkbox"] {
    position: relative !important;
    width: 20px !important;
    height: 20px !important;
    border: none !important;
    border-radius: 4px !important;
    background: none !important;
    box-shadow: none !important; }
  .mktoForm .hs-form-booleancheckbox,
  .hbspt-form .hs-form-booleancheckbox {
    margin-bottom: 0; }
  .mktoForm .hs-form-radio-display span,
  .mktoForm .hs-form-checkbox-display span,
  .mktoForm .legal-consent-container .hs-form-booleancheckbox-display > span,
  .hbspt-form .hs-form-radio-display span,
  .hbspt-form .hs-form-checkbox-display span,
  .hbspt-form .legal-consent-container .hs-form-booleancheckbox-display > span {
    margin-left: 8px !important; }
  .mktoForm .hs-richtext,
  .hbspt-form .hs-richtext {
    margin-bottom: 10px !important; }
  .mktoForm .hs-error-msgs,
  .hbspt-form .hs-error-msgs {
    margin-top: 8px;
    left: 0;
    right: 25px !important; }
    .mktoForm .hs-error-msgs li,
    .hbspt-form .hs-error-msgs li {
      margin: 0; }
  .mktoForm .hs-error-msg,
  .hbspt-form .hs-error-msg {
    color: red !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block; }
    .report .mktoForm .hs-error-msg, .report
    .hbspt-form .hs-error-msg {
      color: #ffffff !important; }
  .mktoForm .hs-error-msg,
  .mktoForm .hs-form-booleancheckbox-display,
  .hbspt-form .hs-error-msg,
  .hbspt-form .hs-form-booleancheckbox-display {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5; }
  .mktoForm .mktoButtonRow,
  .mktoForm .actions,
  .hbspt-form .mktoButtonRow,
  .hbspt-form .actions {
    margin-top: 15px !important; }
  .report .mktoForm .mktoButton, .report
  .mktoForm .hs-button, .report
  .hbspt-form .mktoButton, .report
  .hbspt-form .hs-button {
    background: #151829 !important; }
  .mktoForm .mktoHtmlText,
  .hbspt-form .mktoHtmlText {
    width: 100% !important;
    color: #ffffff !important; }

.mkto-light .mktoButton {
  background-color: #4650f0 !important;
  text-shadow: none !important; }
  .mkto-light .mktoButton:focus, .mkto-light .mktoButton:hover {
    background-color: #2e3aee !important; }

.cli-switch input:checked + .cli-slider {
  background-color: #4650f0; }

.cli-wrapper {
  background: #1e2131; }

.cli-modal-content {
  background: #1e2131; }

.wt-cli-cookie-bar,
.cli-tab-container .cli-row {
  max-height: 100% !important;
  overflow: auto !important; }

.cli-privacy-overview h4 {
  color: #ffffff !important; }

.wt-cli-privacy-accept-all-btn {
  margin: 0 !important; }
  @media (min-width: 768px) {
    .wt-cli-privacy-accept-all-btn {
      margin-right: 20px !important; } }

.cli_setting_save_button {
  margin-left: 0 !important;
  background-color: #4650f0 !important; }

.cli-modal-close {
  cursor: pointer; }
  .cli-modal-close svg {
    fill: #ffffff !important; }

.cli-privacy-readmore {
  color: #ffffff !important; }

.cli-privacy-content-text {
  color: #ffffff !important;
  font-size: 18px !important;
  line-height: 1.5555555556 !important; }

.cli-privacy-overview,
.cli-tab-section-container {
  padding: 0 20px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important; }
  @media (min-width: 992px) {
    .cli-privacy-overview,
    .cli-tab-section-container {
      padding: 0 60px !important; } }

.cli-tab-section-container {
  padding-bottom: 40px !important; }

.cli-necessary-caption {
  color: #ffffff !important; }

.cli-slider {
  background-color: #282c40 !important; }
  .cli-slider:after {
    position: relative;
    top: 2px;
    color: #ffffff !important; }

.cli-switch input:checked + .cli-slider {
  background-color: #4650f0 !important; }

.cli-tab-section-container {
  font-family: "DINOT", Helvetica, Arial, sans-serif !important;
  color: #ffffff !important; }
  .cli-tab-section-container .cli-tab-content {
    background-color: #222535 !important; }
  .cli-tab-section-container .cli-tab-pane p {
    color: #ffffff !important; }
  .cli-tab-section-container .cli-nav-link {
    font-weight: 700;
    color: #ffffff !important; }
    .cli-tab-section-container .cli-nav-link:before {
      border-color: #ffffff !important; }
  .cli-tab-section-container .cli-tab-header {
    background-color: transparent !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }

.wt-cli-iframe-placeholder {
  width: 100% !important; }

.cli-modal-content {
  border: none !important;
  border-radius: 12px;
  text-align: left !important;
  padding: 0 !important;
  padding-top: 60px !important;
  color: #ffffff !important;
  max-width: 920px !important; }

.wt-cli-cookie-banner__inner {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  max-width: 1560px; }
  @media (min-width: 992px) {
    .wt-cli-cookie-banner__inner {
      flex-direction: row;
      align-items: flex-start;
      padding: 32px 20px; } }

.wt-cli-cookie-banner__left {
  flex-shrink: 0; }
  @media (min-width: 992px) {
    .wt-cli-cookie-banner__left {
      max-width: 248px; } }

.wt-cli-cookie-banner__middle {
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .wt-cli-cookie-banner__middle {
      margin-left: 32px;
      margin-right: 26px;
      margin-bottom: 0; } }

.wt-cli-cookie-banner__strong-line {
  margin-bottom: 1px !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.2857142857 !important; }

.wt-cli-cookie-banner__title {
  margin-top: 0 !important;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2777777778; }

.wt-cli-cookie-banner__copy {
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 1.5 !important; }

#cookie-law-info-again {
  background-color: #ffffff !important;
  color: #151829 !important;
  font-family: "DINOT", Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important; }

.wt-cli-cookie-bar-container {
  z-index: 999999; }
  .wt-cli-cookie-bar-container .wt-cli-cookie-bar {
    border: none !important;
    text-align: left !important;
    padding: 0 !important;
    color: #ffffff !important; }
  .wt-cli-cookie-bar-container .wt-cli-cookie-bar__body {
    padding: 20px !important;
    padding-top: 5px !important; }
    @media (min-width: 992px) {
      .wt-cli-cookie-bar-container .wt-cli-cookie-bar__body {
        padding: 60px !important;
        padding-top: 5px !important; } }
  .wt-cli-cookie-bar-container .cli-wrapper h5 {
    margin-top: 50px !important;
    padding-top: 50px !important;
    margin-bottom: 0;
    padding-left: 20px !important;
    padding-right: 20px !important; }
    @media (min-width: 992px) {
      .wt-cli-cookie-bar-container .cli-wrapper h5 {
        padding-top: 60px;
        padding-left: 60px !important;
        padding-right: 60px !important; } }
  .wt-cli-cookie-bar-container .cli-wrapper span {
    font-size: 18px;
    line-height: 1.5555555556; }
  .wt-cli-cookie-bar-container .cli-plugin-main-link {
    display: none !important;
    margin: 0 !important; }
  .wt-cli-cookie-bar-container .cli_settings_button {
    padding: 12px 24px !important;
    margin-top: auto !important;
    margin-bottom: auto !important;
    text-transform: none !important;
    color: #ffffff !important;
    font-size: 17px !important;
    border-bottom: #4650f0 solid 2px !important; }
    .wt-cli-cookie-bar-container .cli_settings_button:focus, .wt-cli-cookie-bar-container .cli_settings_button:hover {
      border-color: #2e3aee !important; }
  .wt-cli-cookie-bar-container .cookie_action_close_header {
    padding: 12px 24px !important;
    margin: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 20px !important;
    background-color: #4650f0 !important;
    border-radius: 4px !important;
    text-transform: none !important;
    font-size: 17px !important; }
    .wt-cli-cookie-bar-container .cookie_action_close_header:focus, .wt-cli-cookie-bar-container .cookie_action_close_header:hover {
      background-color: #2e3aee !important; }
  .wt-cli-cookie-bar-container .cookie_action_close_header_reject {
    margin: 0 !important;
    border-color: #4650f0 !important;
    border-radius: 4px !important; }
    .wt-cli-cookie-bar-container .cookie_action_close_header_reject:focus, .wt-cli-cookie-bar-container .cookie_action_close_header_reject:hover {
      border-color: #2e3aee !important; }
  .wt-cli-cookie-bar-container .cli-tab-footer,
  .wt-cli-cookie-bar-container .wt-cli-cookie-bar__footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 32px 20px !important;
    background-color: #151829; }
    @media (min-width: 576px) {
      .wt-cli-cookie-bar-container .cli-tab-footer,
      .wt-cli-cookie-bar-container .wt-cli-cookie-bar__footer {
        flex-direction: row;
        justify-content: flex-end;
        padding: 32px 60px !important; } }
    .wt-cli-cookie-bar-container .cli-tab-footer > *,
    .wt-cli-cookie-bar-container .wt-cli-cookie-bar__footer > * {
      margin-bottom: 10px !important; }
      @media (min-width: 576px) {
        .wt-cli-cookie-bar-container .cli-tab-footer > *,
        .wt-cli-cookie-bar-container .wt-cli-cookie-bar__footer > * {
          margin-right: 30px !important;
          margin-bottom: 0 !important; } }
      .wt-cli-cookie-bar-container .cli-tab-footer > *:last-child,
      .wt-cli-cookie-bar-container .wt-cli-cookie-bar__footer > *:last-child {
        margin-bottom: 0 !important;
        margin-right: 0 !important; }

.leadinModal {
  z-index: 99999 !important; }

.leadinModal-content {
  background-color: #222535 !important;
  border-radius: 4px !important;
  font-size: 18px !important;
  font-family: "DINOT", Helvetica, Arial, sans-serif !important;
  line-height: 1.3333333333 !important;
  color: #fff !important; }

.leadinModal .leadinModal-content h1,
.leadinModal .leadinModal-content h2,
.leadinModal .leadinModal-content h3,
.leadinModal .leadinModal-content h4,
.leadinModal .leadinModal-content h5,
.leadinModal .leadinModal-content h6 {
  color: #fff !important; }

.leadinModal .leadinModal-content h1 {
  font-size: calc(var(--font-size) * 1.75) !important;
  line-height: 1.2857142857 !important;
  font-weight: 900 !important; }
  @media (min-width: 992px) {
    .leadinModal .leadinModal-content h1 {
      font-size: calc(var(--font-size) * 2.25) !important;
      line-height: 1.1481481481 !important;
      font-weight: 900 !important; } }

.leadinModal .leadinModal-content h2 {
  font-size: calc(var(--font-size) * 1.4166666667) !important;
  font-weight: 900 !important;
  line-height: 1.2941176471 !important; }
  @media (min-width: 992px) {
    .leadinModal .leadinModal-content h2 {
      font-size: calc(var(--font-size) * 1.75) !important;
      font-weight: 900 !important;
      line-height: 1.2857142857 !important; } }

.leadinModal .leadinModal-content h3 {
  font-size: var(--font-size) !important;
  font-weight: 900 !important;
  line-height: 1.4166666667 !important; }
  @media (min-width: 992px) {
    .leadinModal .leadinModal-content h3 {
      font-size: calc(var(--font-size) * 1.4166666667) !important;
      font-weight: 900 !important;
      line-height: 1.2941176471 !important; } }

.leadinModal .leadinModal-content h4 {
  font-size: var(--font-size) !important;
  font-weight: 900 !important;
  line-height: 1.4166666667 !important; }

.leadinModal .leadinModal-content p,
.leadinModal .leadinModal-content ul,
.leadinModal .leadinModal-content li,
.leadinModal .leadinModal-content input[type="text"],
.leadinModal .leadinModal-content input[type="email"],
.leadinModal .leadinModal-content input[type="tel"],
.leadinModal .leadinModal-content input[type="number"],
.leadinModal .leadinModal-content input[type="checkbox"],
.leadinModal .leadinModal-content select,
.leadinModal .leadinModal-content textarea,
.leadinModal .leadinModal-content .secondary-dismiss {
  color: #fff !important; }

.leadinModal.leadinModal-v3 .leadin-button {
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  background: #4650f0 !important;
  border: transparent solid 2px !important;
  border-radius: 4px !important;
  color: white !important;
  text-decoration: none !important;
  text-align: center !important;
  justify-content: center !important;
  font-family: "DINOT", Helvetica, Arial, sans-serif !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transition: ease-in-out, 250ms !important; }
  .leadinModal.leadinModal-v3 .leadin-button:focus, .leadinModal.leadinModal-v3 .leadin-button:hover {
    background-color: #2e3aee !important;
    color: #ffffff !important; }

.leadinModal-v3 .leadinModal-close:before {
  color: white !important; }

.legalmonster-cleanslate .lm-dnt-container {
  overflow: hidden !important; }

@media (min-width: 992px) {
  body.error404 .menu {
    background-color: transparent; } }

/* class applies to select element itself, not a wrapper element */
.select, .mktoForm select,
.hbspt-form select, .inline-scroller__select {
  display: block;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  /* useful when width is set to anything other than 100% */
  box-sizing: border-box;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 18px 24px;
  font-family: "DINOT", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333333333;
  border: #383b50 solid 1px;
  border-radius: 4px;
  background-color: transparent;
  /* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
		for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
		
	*/
  background-image: url("../../src/svg/btn-arrow-down.svg");
  background-repeat: no-repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 16px top 50%;
  /* icon size, then gradient */
  background-size: 20px;
  background-color: #1e2131;
  color: white !important;
  opacity: 1 !important; }
  .select option, .mktoForm select option, .hbspt-form select option, .inline-scroller__select option {
    color: white !important; }
  .select--basic {
    padding: 0 6px;
    padding-right: 20px;
    background-color: transparent;
    background-position: right 5px top 50%;
    border: none;
    border-radius: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.625; }
  .select--small, .inline-scroller__select {
    padding: 8px 22px;
    background-color: #222535;
    border: none;
    border-radius: none;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5; }

/* Hide arrow icon in IE browsers */
.select::-ms-expand, .mktoForm select::-ms-expand,
.hbspt-form select::-ms-expand, .inline-scroller__select::-ms-expand {
  display: none; }

/* Hover style */
.select--small:hover, .inline-scroller__select:hover {
  background-color: #282c40; }

/* Focus style */
.select:focus, .mktoForm select:focus,
.hbspt-form select:focus, .inline-scroller__select:focus {
  outline-color: #ffffff; }

.select--small:focus, .inline-scroller__select:focus {
  background-color: #1e2131; }

/* Set options to normal weight */
.select option, .mktoForm select option, .hbspt-form select option, .inline-scroller__select option {
  color: inherit;
  font-weight: 900; }

/* Disabled styles */
.select:disabled, .mktoForm select:disabled,
.hbspt-form select:disabled, .inline-scroller__select:disabled,
.select[aria-disabled="true"],
.mktoForm select[aria-disabled="true"],
.hbspt-form select[aria-disabled="true"],
.inline-scroller__select[aria-disabled="true"] {
  color: graytext; }

.skip-content {
  position: absolute;
  left: 0;
  top: -1000px;
  padding: 17px 16px 13px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  transition: none; }
  .skip-content:focus {
    top: 0; }

.ref {
  padding: 2px 10px;
  border-radius: 12.5px;
  background-color: rgba(20, 240, 175, 0.3);
  color: #00f4aa;
  text-decoration: none !important; }
  .ref:focus, .ref:hover {
    color: #ffffff !important; }

.content-wrap {
  flex-grow: 1; }
  .content-wrap__submenu {
    position: sticky;
    z-index: 1000;
    top: 0; }

.two-up, .text-image-block {
  display: grid; }
  .two-up > :nth-child(1), .text-image-block > :nth-child(1) {
    margin-bottom: 36px; }
    @media (min-width: 992px) {
      .two-up > :nth-child(1), .text-image-block > :nth-child(1) {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .two-up, .text-image-block {
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 60px;
      align-items: center; } }
  @media (min-width: 1200px) {
    .two-up, .text-image-block {
      grid-column-gap: 120px; } }
  .two-up--vertical {
    grid-row-gap: 20px; }
    .two-up--vertical > :nth-child(1) {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .two-up--vertical {
        grid-gap: 60px; } }
  .two-up--vertical-narrow {
    grid-row-gap: 10px; }
    .two-up--vertical-narrow > :nth-child(1) {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .two-up--vertical-narrow {
        grid-gap: 30px; } }
  .two-up--align-start {
    align-items: flex-start; }
  @media (min-width: 1200px) {
    .two-up--tight {
      grid-template-columns: minmax(400px, 600px) 1fr;
      grid-column-gap: 180px;
      align-items: center; } }
  .two-up--narrow {
    grid-template-columns: unset;
    grid-column-gap: unset;
    align-items: unset; }
    @media (min-width: 1200px) {
      .two-up--narrow {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 120px;
        align-items: center; } }
  @media (min-width: 992px) {
    .two-up--large-reverse > :nth-child(1), .text-image-block--reverse > :nth-child(1) {
      order: 2; } }
  .two-up--custom-width {
    display: flex;
    flex-direction: column;
    grid-column-gap: initial; }
    @media (min-width: 1200px) {
      .two-up--custom-width {
        flex-direction: row; } }
    .two-up--custom-width > * {
      flex-grow: 1;
      flex-shrink: 0; }
      @media (max-width: 1199.98px) {
        .two-up--custom-width > * {
          width: 100% !important;
          margin-left: 0 !important;
          margin-right: 0 !important; } }
  .two-up--custom-width-lg {
    display: flex;
    flex-direction: column;
    grid-column-gap: initial; }
    @media (min-width: 992px) {
      .two-up--custom-width-lg {
        flex-direction: row; } }
    .two-up--custom-width-lg > * {
      flex-grow: 1;
      flex-shrink: 0; }
      @media (max-width: 991.98px) {
        .two-up--custom-width-lg > * {
          width: 100% !important;
          margin-left: 0 !important;
          margin-right: 0 !important; } }

.three-up {
  display: grid; }
  .three-up > :nth-child(1) {
    margin-bottom: 36px; }
    @media (min-width: 992px) {
      .three-up > :nth-child(1) {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .three-up {
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 60px;
      align-items: center; } }
  .three-up--vertical {
    grid-row-gap: 20px; }
    .three-up--vertical > :nth-child(1) {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .three-up--vertical {
        grid-gap: 60px; } }
  .three-up--vertical-narrow {
    grid-row-gap: 10px; }
    .three-up--vertical-narrow > :nth-child(1) {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .three-up--vertical-narrow {
        grid-gap: 30px; } }

.four-up {
  display: grid; }
  .four-up > :nth-child(1) {
    margin-bottom: 36px; }
    @media (min-width: 992px) {
      .four-up > :nth-child(1) {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .four-up {
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 60px;
      align-items: center; } }
  @media (min-width: 1200px) {
    .four-up {
      grid-column-gap: 120px; } }
  .four-up--vertical {
    grid-row-gap: 20px; }
    .four-up--vertical > :nth-child(1) {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .four-up--vertical {
        grid-gap: 60px; } }
  .four-up--vertical-narrow {
    grid-row-gap: 10px; }
    .four-up--vertical-narrow > :nth-child(1) {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .four-up--vertical-narrow {
        grid-gap: 30px; } }

.section {
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .section:last-of-type {
    padding-bottom: 0; }
  .section .container, .section .hero--basic .hero__container, .hero--basic .section .hero__container {
    max-width: 648px; }
    @media (min-width: 768px) {
      .section .container--wide-md {
        max-width: 1408px; } }
    @media (min-width: 992px) {
      .section .container, .section .hero--basic .hero__container, .hero--basic .section .hero__container {
        max-width: 1408px; } }
    .section .container--single {
      max-width: 1540px;
      padding-left: 80px;
      padding-right: 20px; }
    .section .container--content {
      max-width: 1095px; }
    .section .container--content-sb {
      max-width: 1408px; }
  .section--overflow-hidden {
    overflow: hidden; }
  .section--close-black {
    background-color: #101321; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.button, .mktoForm .mktoButton,
.mktoForm .hs-button,
.hbspt-form .mktoButton,
.hbspt-form .hs-button, .wt-cli-privacy-accept-all-btn, .cli_setting_save_button, .wt-cli-cookie-bar-container .cli_settings_button, .wt-cli-cookie-bar-container .cookie_action_close_header, .wt-cli-cookie-bar-container .cookie_action_close_header_reject, .wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  background: #4650f0;
  border: transparent solid 2px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  text-align: center;
  justify-content: center;
  font-family: "DINOT", Helvetica, Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
  transition: ease-in-out, 250ms;
  transition-property: background-color, color; }
  .button:focus, .mktoForm .mktoButton:focus,
  .mktoForm .hs-button:focus,
  .hbspt-form .mktoButton:focus,
  .hbspt-form .hs-button:focus, .wt-cli-privacy-accept-all-btn:focus, .cli_setting_save_button:focus, .wt-cli-cookie-bar-container .cli_settings_button:focus, .wt-cli-cookie-bar-container .cookie_action_close_header:focus, .wt-cli-cookie-bar-container .cookie_action_close_header_reject:focus, .wp-pagenavi .current:focus,
  .wp-pagenavi .page:focus,
  .wp-pagenavi .first:focus,
  .wp-pagenavi .last:focus,
  .wp-pagenavi .previouspostslink:focus,
  .wp-pagenavi .nextpostslink:focus, .button:hover, .mktoForm .mktoButton:hover,
  .mktoForm .hs-button:hover,
  .hbspt-form .mktoButton:hover,
  .hbspt-form .hs-button:hover, .wt-cli-privacy-accept-all-btn:hover, .cli_setting_save_button:hover, .wt-cli-cookie-bar-container .cli_settings_button:hover, .wt-cli-cookie-bar-container .cookie_action_close_header:hover, .wt-cli-cookie-bar-container .cookie_action_close_header_reject:hover, .wp-pagenavi .current:hover,
  .wp-pagenavi .page:hover,
  .wp-pagenavi .first:hover,
  .wp-pagenavi .last:hover,
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    background-color: #2e3aee;
    color: #ffffff; }
  .button .icon-container, .mktoForm .mktoButton .icon-container, .mktoForm .hs-button .icon-container, .hbspt-form .mktoButton .icon-container, .hbspt-form .hs-button .icon-container, .wt-cli-privacy-accept-all-btn .icon-container, .cli_setting_save_button .icon-container, .wt-cli-cookie-bar-container .cli_settings_button .icon-container, .wt-cli-cookie-bar-container .cookie_action_close_header .icon-container, .wt-cli-cookie-bar-container .cookie_action_close_header_reject .icon-container, .wp-pagenavi .current .icon-container, .wp-pagenavi .page .icon-container, .wp-pagenavi .first .icon-container, .wp-pagenavi .last .icon-container, .wp-pagenavi .previouspostslink .icon-container, .wp-pagenavi .nextpostslink .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -8px;
    margin-right: 8px;
    width: 22px;
    height: 22px; }
  .button .icon, .mktoForm .mktoButton .icon, .mktoForm .hs-button .icon, .hbspt-form .mktoButton .icon, .hbspt-form .hs-button .icon, .wt-cli-privacy-accept-all-btn .icon, .cli_setting_save_button .icon, .wt-cli-cookie-bar-container .cli_settings_button .icon, .wt-cli-cookie-bar-container .cookie_action_close_header .icon, .wt-cli-cookie-bar-container .cookie_action_close_header_reject .icon, .wp-pagenavi .current .icon, .wp-pagenavi .page .icon, .wp-pagenavi .first .icon, .wp-pagenavi .last .icon, .wp-pagenavi .previouspostslink .icon, .wp-pagenavi .nextpostslink .icon {
    fill: #ffffff;
    width: 100%; }
  .button--link {
    cursor: pointer;
    border: none;
    background: transparent;
    color: #14f0af;
    text-decoration: underline; }
    .button--link:focus, .button--link:hover {
      outline-color: #ffffff;
      text-decoration: none; }
  .button, .mktoForm .mktoButton,
  .mktoForm .hs-button,
  .hbspt-form .mktoButton,
  .hbspt-form .hs-button, .wt-cli-privacy-accept-all-btn, .cli_setting_save_button, .wt-cli-cookie-bar-container .cli_settings_button, .wt-cli-cookie-bar-container .cookie_action_close_header, .wt-cli-cookie-bar-container .cookie_action_close_header_reject, .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink, .button--large, .mktoForm .mktoButton,
  .mktoForm .hs-button,
  .hbspt-form .mktoButton,
  .hbspt-form .hs-button {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.33333rem;
    padding-right: 1.33333rem;
    font-size: 0.83333rem;
    font-weight: 900;
    line-height: 1; }
    .button .icon-container, .mktoForm .mktoButton .icon-container, .mktoForm .hs-button .icon-container, .hbspt-form .mktoButton .icon-container, .hbspt-form .hs-button .icon-container, .wt-cli-privacy-accept-all-btn .icon-container, .cli_setting_save_button .icon-container, .wt-cli-cookie-bar-container .cli_settings_button .icon-container, .wt-cli-cookie-bar-container .cookie_action_close_header .icon-container, .wt-cli-cookie-bar-container .cookie_action_close_header_reject .icon-container, .wp-pagenavi .current .icon-container, .wp-pagenavi .page .icon-container, .wp-pagenavi .first .icon-container, .wp-pagenavi .last .icon-container, .wp-pagenavi .previouspostslink .icon-container, .wp-pagenavi .nextpostslink .icon-container, .button--large .icon-container, .mktoForm .mktoButton .icon-container, .mktoForm .hs-button .icon-container, .hbspt-form .mktoButton .icon-container, .hbspt-form .hs-button .icon-container {
      margin-left: -0.66667rem;
      margin-right: 0.66667rem;
      width: 1.33333rem;
      height: 1.33333rem;
      margin-top: -0.33333rem;
      margin-bottom: -0.33333rem; }
  .button--medium {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.70833rem; }
    .button--medium .icon-container {
      margin-left: -0.5rem;
      margin-right: 0.5rem;
      width: 1rem;
      height: 1rem; }
  @media (min-width: 992px) {
    .button--small, .wt-cli-privacy-accept-all-btn, .cli_setting_save_button, .wt-cli-cookie-bar-container .cookie_action_close_header, .wt-cli-cookie-bar-container .cookie_action_close_header_reject {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      padding-left: 0.66667rem;
      padding-right: 0.66667rem;
      font-size: 0.70833rem; }
      .button--small .icon-container, .wt-cli-privacy-accept-all-btn .icon-container, .cli_setting_save_button .icon-container, .wt-cli-cookie-bar-container .cookie_action_close_header .icon-container, .wt-cli-cookie-bar-container .cookie_action_close_header_reject .icon-container {
        margin-left: -0.33333rem;
        margin-right: 0.33333rem;
        width: 0.66667rem;
        height: 0.66667rem; } }
  .button--outline, .wt-cli-privacy-accept-all-btn, .wt-cli-cookie-bar-container .cli_settings_button, .wt-cli-cookie-bar-container .cookie_action_close_header_reject, .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    background-color: transparent !important;
    border: #4650f0 solid 2px;
    transition-property: border-color; }
    .button--outline[disabled], .wt-cli-privacy-accept-all-btn[disabled], .wt-cli-cookie-bar-container .cli_settings_button[disabled], .wt-cli-cookie-bar-container .cookie_action_close_header_reject[disabled], .wp-pagenavi .current[disabled],
    .wp-pagenavi .page[disabled],
    .wp-pagenavi .first[disabled],
    .wp-pagenavi .last[disabled],
    .wp-pagenavi .previouspostslink[disabled],
    .wp-pagenavi .nextpostslink[disabled] {
      border: rgba(70, 80, 240, 0.5) solid 2px !important; }
    .button--outline .icon, .wt-cli-privacy-accept-all-btn .icon, .wt-cli-cookie-bar-container .cli_settings_button .icon, .wt-cli-cookie-bar-container .cookie_action_close_header_reject .icon, .wp-pagenavi .current .icon, .wp-pagenavi .page .icon, .wp-pagenavi .first .icon, .wp-pagenavi .last .icon, .wp-pagenavi .previouspostslink .icon, .wp-pagenavi .nextpostslink .icon {
      fill: #4650f0; }
    .button--outline:focus, .wt-cli-privacy-accept-all-btn:focus, .wt-cli-cookie-bar-container .cli_settings_button:focus, .wt-cli-cookie-bar-container .cookie_action_close_header_reject:focus, .wp-pagenavi .current:focus,
    .wp-pagenavi .page:focus,
    .wp-pagenavi .first:focus,
    .wp-pagenavi .last:focus,
    .wp-pagenavi .previouspostslink:focus,
    .wp-pagenavi .nextpostslink:focus, .button--outline:hover, .wt-cli-privacy-accept-all-btn:hover, .wt-cli-cookie-bar-container .cli_settings_button:hover, .wt-cli-cookie-bar-container .cookie_action_close_header_reject:hover, .wp-pagenavi .current:hover,
    .wp-pagenavi .page:hover,
    .wp-pagenavi .first:hover,
    .wp-pagenavi .last:hover,
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .nextpostslink:hover {
      border-color: #2e3aee; }
  .button--white {
    background-color: #ffffff;
    color: #151829; }
  .button--dark {
    background-color: #151829;
    color: #ffffff; }
    .button--dark:focus, .button--dark:hover {
      background-color: #ffffff;
      color: #151829; }
  .button--white-outline {
    background-color: transparent !important;
    color: #ffffff;
    border: currentColor solid 2px; }
  .button--white-outline-ghost {
    background-color: transparent !important;
    color: #ffffff;
    border: rgba(255, 255, 255, 0.6) solid 2px; }
  .button--full {
    display: flex;
    width: 100%;
    justify-content: center; }
    @media (min-width: 768px) {
      .button--full {
        display: inline-flex;
        width: auto; } }
  .button--loading:after {
    content: "";
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.66667rem;
    position: relative;
    top: 0.08333rem;
    border: #4650f0 dashed 2px;
    border-radius: 100%;
    animation: 1s rotate infinite linear; }
  .button[disabled], .mktoForm .mktoButton[disabled],
  .mktoForm .hs-button[disabled],
  .hbspt-form .mktoButton[disabled],
  .hbspt-form .hs-button[disabled], .wt-cli-privacy-accept-all-btn[disabled], .cli_setting_save_button[disabled], .wt-cli-cookie-bar-container .cli_settings_button[disabled], .wt-cli-cookie-bar-container .cookie_action_close_header[disabled], .wt-cli-cookie-bar-container .cookie_action_close_header_reject[disabled], .wp-pagenavi .current[disabled],
  .wp-pagenavi .page[disabled],
  .wp-pagenavi .first[disabled],
  .wp-pagenavi .last[disabled],
  .wp-pagenavi .previouspostslink[disabled],
  .wp-pagenavi .nextpostslink[disabled] {
    cursor: not-allowed; }

.button-set {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%; }
  @media (min-width: 576px) {
    .button-set {
      flex-direction: row;
      justify-content: flex-start; } }
  .button-set--center {
    justify-content: center; }
  .button-set > * {
    margin-bottom: 16px; }
    @media (min-width: 576px) {
      .button-set > * {
        margin-right: 16px;
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .button-set > * {
        margin-right: 24px; } }
    .button-set > *:last-child {
      margin-bottom: 0; }
      @media (min-width: 576px) {
        .button-set > *:last-child {
          margin-right: 0; } }

.strong-line, .whr-group:before, .whr-dept,
.whr-date {
  margin-bottom: 16px;
  color: #14f0af;
  font-weight: 600;
  line-height: 1; }
  .strong-line + h1, .whr-group:before + h1, .whr-dept + h1, .whr-date + h1,
  .strong-line + .h1,
  .whr-group:before + .h1,
  .whr-dept + .h1,
  .whr-date + .h1,
  .strong-line + .whr-group,
  .whr-group:before + .whr-group,
  .whr-dept + .whr-group,
  .whr-date + .whr-group,
  .content-area > .strong-line + h1:first-child,
  .content-area > .whr-group:before + h1:first-child,
  .content-area > .whr-dept + h1:first-child,
  .content-area > .whr-date + h1:first-child,
  .content-area > .strong-line + h2:first-child,
  .content-area > .whr-group:before + h2:first-child,
  .content-area > .whr-dept + h2:first-child,
  .content-area > .whr-date + h2:first-child,
  .strong-line + .text-image-block__title,
  .whr-group:before + .text-image-block__title,
  .whr-dept + .text-image-block__title,
  .whr-date + .text-image-block__title,
  .strong-line + .text-block-cells__title,
  .whr-group:before + .text-block-cells__title,
  .whr-dept + .text-block-cells__title,
  .whr-date + .text-block-cells__title,
  .strong-line + h2,
  .whr-group:before + h2,
  .whr-dept + h2,
  .whr-date + h2,
  .strong-line + .h2,
  .whr-group:before + .h2,
  .whr-dept + .h2,
  .whr-date + .h2,
  .wt-cli-cookie-bar-container .cli-wrapper .strong-line + h5,
  .wt-cli-cookie-bar-container .cli-wrapper .whr-group:before + h5,
  .wt-cli-cookie-bar-container .cli-wrapper .whr-dept + h5,
  .wt-cli-cookie-bar-container .cli-wrapper .whr-date + h5,
  .strong-line + h3,
  .whr-group:before + h3,
  .whr-dept + h3,
  .whr-date + h3,
  .strong-line + .h3,
  .whr-group:before + .h3,
  .whr-dept + .h3,
  .whr-date + .h3,
  .text-image-block--two-thirds .strong-line + .text-image-block__title,
  .text-image-block--two-thirds .whr-group:before + .text-image-block__title,
  .text-image-block--two-thirds .whr-dept + .text-image-block__title,
  .text-image-block--two-thirds .whr-date + .text-image-block__title,
  .strong-line + h4,
  .whr-group:before + h4,
  .whr-dept + h4,
  .whr-date + h4,
  .strong-line + .h4,
  .whr-group:before + .h4,
  .whr-dept + .h4,
  .whr-date + .h4,
  .strong-line + h5,
  .whr-group:before + h5,
  .whr-dept + h5,
  .whr-date + h5,
  .strong-line + .h5,
  .whr-group:before + .h5,
  .whr-dept + .h5,
  .whr-date + .h5,
  .cli-privacy-overview .strong-line + h4,
  .cli-privacy-overview .whr-group:before + h4,
  .cli-privacy-overview .whr-dept + h4,
  .cli-privacy-overview .whr-date + h4,
  .strong-line + h6,
  .whr-group:before + h6,
  .whr-dept + h6,
  .whr-date + h6,
  .strong-line + .h6,
  .whr-group:before + .h6,
  .whr-dept + .h6,
  .whr-date + .h6 {
    margin-top: 0; }

@media (max-width: 991.98px) {
  .body--menu-open {
    overflow: hidden !important; } }

.menu {
  position: sticky;
  z-index: 10001;
  top: 0;
  left: 0;
  right: 0;
  background-color: #151829; }
  @media (min-width: 992px) {
    .menu {
      position: relative; } }
  .menu__container {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .menu__container {
        padding-left: 20px;
        padding-right: 20px; } }
  .menu__mobile-toggle {
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    margin-left: 1em;
    padding: 0;
    background: #1F2031;
    border: none;
    transition: ease-in-out, 250ms; }
    @media (min-width: 992px) {
      .menu__mobile-toggle {
        order: 2;
        display: none; } }
    .menu__mobile-toggle:focus {
      outline-offset: -2px;
      outline-color: white; }
    .menu__mobile-toggle--open .menu__mobile-menu-bar {
      height: 3px; }
      .menu__mobile-toggle--open .menu__mobile-menu-bar:nth-child(1) {
        transform: translateX(3px) rotate(45deg); }
      .menu__mobile-toggle--open .menu__mobile-menu-bar:nth-child(2) {
        transform: translateX(3px);
        opacity: 0; }
      .menu__mobile-toggle--open .menu__mobile-menu-bar:nth-child(3) {
        transform: translateX(3px) rotate(-45deg); }
  .menu__mobile-menu-bar {
    position: absolute;
    top: 0;
    width: 20px;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: .2s; }
    .menu__mobile-menu-bar:nth-child(1) {
      top: 0;
      transform-origin: 0; }
    .menu__mobile-menu-bar:nth-child(2) {
      top: 50%;
      transform: translateY(-50%); }
    .menu__mobile-menu-bar:nth-child(3) {
      top: auto;
      bottom: 0;
      transform-origin: 0; }
  .menu__mobile-menu {
    position: relative;
    display: block;
    width: 20px;
    height: 17px;
    margin: 0 auto; }
    .menu__mobile-menu .icon {
      display: block;
      margin: 0 auto; }
  .menu__logo-container {
    margin: 0;
    max-width: 155px;
    transition: none !important; }
    @media (min-width: 992px) {
      .menu__logo-container {
        order: 1;
        position: relative;
        left: 0;
        transform: none;
        flex-shrink: 1;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0; } }
  .menu__logo {
    display: block; }
  .menu__row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .menu__row {
        padding: 40px 0; } }
  .menu__header {
    position: relative;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 9px 0 24px;
    background: #1F2031; }
    @media (min-width: 992px) {
      .menu__header {
        width: unset;
        padding: 0;
        justify-content: unset;
        background: transparent; } }
  .menu__nav-container {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    position: absolute;
    pointer-events: none;
    top: 60px;
    left: 0;
    right: 0; }
    @media (min-width: 992px) {
      .menu__nav-container {
        overflow: hidden;
        justify-content: flex-end;
        order: 3;
        width: auto;
        pointer-events: initial;
        overflow: visible;
        position: unset;
        top: 0;
        height: auto;
        margin-left: auto;
        padding-left: 40px; } }
    .menu__nav-container--open {
      pointer-events: initial; }
  .menu__nav {
    visibility: hidden;
    width: 100%;
    height: 100%;
    transform: translateY(-100%) translateZ(0);
    transition-duration: 250ms;
    transition-property: transform, visibility;
    transition-delay: 0, 250ms; }
    @media (max-width: 991.98px) {
      .menu__nav-container--open .menu__nav {
        visibility: visible;
        transform: translateY(0) translateZ(0); } }
    @media (min-width: 992px) {
      .menu__nav {
        width: unset;
        visibility: visible;
        display: flex;
        gap: 18px;
        justify-content: flex-end;
        transform: none;
        transition: none; } }
  .menu__title {
    margin-top: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    color: #B3B8C6; }
    @media (min-width: 992px) {
      .menu__title {
        margin-top: 20px; } }
    @media (max-width: 991.98px) {
      .menu__title:empty {
        display: none; } }
    @media (min-width: 992px) {
      .menu__title:empty:before {
        content: "\00a0"; } }
    @media (min-width: 992px) {
      .menu__title {
        margin-top: 0;
        margin-bottom: 15px;
        padding: 0; } }
  .menu__list {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    margin: 0;
    padding: 10px 25px;
    background: #151829;
    list-style: none; }
    @media (max-width: 991.98px) {
      .menu__list {
        gap: 10px; } }
    @media (max-width: 991.98px) {
      .menu__list:not(.menu__list--ctas) {
        overflow-y: auto;
        height: calc(100vh - 152px);
        padding-bottom: 10px; } }
    @media (min-width: 992px) {
      .menu__list:not(.menu__list--ctas) {
        display: none; } }
    @media (min-width: 992px) {
      .menu__list:not(.menu__list--ctas) {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-weight: 600;
        background-color: transparent; } }
    @media (min-width: 992px) {
      .menu__list {
        display: flex;
        gap: 18px;
        flex-direction: row;
        align-items: center;
        padding: 0;
        font-weight: 600;
        background-color: transparent; } }
    .menu__list--ctas {
      gap: 10px; }
      @media only screen and (min-width: 360px) {
        .menu__list--ctas {
          gap: 24px; } }
      @media (max-width: 991.98px) {
        .menu__list--ctas {
          position: sticky;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          left: 0;
          right: 0;
          bottom: 0;
          height: 92px;
          border-top: 1px solid #798197; } }
      .menu__list--ctas .menu__item {
        max-height: unset !important; }
        @media (max-width: 991.98px) {
          .menu__list--ctas .menu__item {
            font-size: 14px; } }
  .menu__list > .menu__item {
    max-height: 40px;
    overflow: hidden;
    transition-duration: .4s;
    transition-property: max-height; }
    .menu__list > .menu__item--active {
      max-height: unset; }
      @media (max-width: 991.98px) {
        .menu__list > .menu__item--active .menu__link-label {
          background: #232536; } }
    @media (min-width: 992px) {
      .menu__list > .menu__item {
        max-height: unset;
        overflow: unset; } }
    .menu__list > .menu__item.new > a:before {
      display: none; }
      @media (min-width: 992px) {
        .menu__list > .menu__item.new > a:before {
          display: block;
          content: "New";
          pointer-events: none;
          position: absolute;
          top: 0;
          right: 0;
          margin-left: 2px;
          margin-top: -10px;
          padding: 3px 4px;
          font-size: 8px;
          background: #14f0af;
          text-transform: uppercase;
          color: #151829;
          font-weight: 700; } }
    .menu__list > .menu__item.menu-item-has-children {
      display: flex;
      flex-direction: column; }
      @media (max-width: 991.98px) {
        .menu__list > .menu__item.menu-item-has-children .menu__submenu {
          margin-bottom: 20px; } }
      @media (min-width: 992px) {
        .menu__list > .menu__item.menu-item-has-children {
          flex-direction: row;
          align-items: center;
          height: 100%; } }
    .menu__list > .menu__item--with-color:hover .menu__link:after {
      opacity: 1; }
    .menu__list > .menu__item--with-color > .menu__link {
      align-items: center;
      justify-content: space-between;
      color: inherit; }
      @media (min-width: 992px) {
        .menu__list > .menu__item--with-color > .menu__link:after {
          pointer-events: none;
          content: '';
          color: inherit;
          position: absolute;
          z-index: -1;
          left: 0;
          right: 0;
          bottom: 0;
          width: unset;
          height: 2px;
          background: unset;
          background-color: currentColor;
          opacity: 0;
          transition-duration: .4s;
          transition-property: opacity;
          will-change: opacity; } }
    .menu__list > .menu__item--with-color .menu__link-label {
      color: white; }
      .menu__list > .menu__item--with-color .menu__link-label:after {
        position: absolute;
        right: 17px;
        top: 50%;
        transform: translateY(-50%);
        transform-origin: 50%;
        content: '';
        display: block;
        background-image: url("../../src/images/menu-down.svg");
        background-repeat: no-repeat;
        background-position: center;
        width: 20px;
        height: 20px; }
        @media (min-width: 992px) {
          .menu__list > .menu__item--with-color .menu__link-label:after {
            pointer-events: none;
            content: '';
            color: inherit;
            position: absolute;
            z-index: -1;
            left: 0;
            right: 0;
            bottom: 0;
            width: unset;
            height: 2px;
            background: unset;
            background-color: currentColor;
            opacity: 0;
            transition-duration: .4s;
            transition-property: opacity;
            will-change: opacity; } }
  .menu__link {
    position: relative;
    display: flex;
    line-height: 1;
    color: white;
    outline-offset: -2px; }
    @media (min-width: 992px) {
      .menu__link {
        padding: 10px 18px; } }
    .menu__link:hover .menu__link-icon-container {
      fill: inherit; }
  @media (max-width: 991.98px) {
    .menu__link-label {
      display: block;
      width: 100%;
      line-height: 23.18px;
      padding: 8.5px 16px;
      border-radius: 5px;
      transition-duration: ease-in-out, 250ms;
      transition-property: background-color; } }
  @media (max-width: 991.98px) {
    .menu__link-label:focus, .menu__link-label:hover {
      background: #232536; } }
  .menu__item {
    margin: 0;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 600;
    transition: ease-in-out, 250ms; }
    @media (min-width: 992px) {
      .menu__item {
        font-size: 14px;
        border-bottom: none; } }
    .menu__item:before {
      content: none; }
    @media (max-width: 991.98px) {
      .menu__item--active .menu__link-label:after {
        transform: rotate(180deg) translateY(50%) !important; } }
  .menu__sep {
    display: none; }
    @media (min-width: 992px) {
      .menu__sep {
        display: block;
        width: 1px;
        height: 38px;
        background: rgba(196, 197, 206, 0.3); } }
  .menu__submenu-wrap {
    width: 100%;
    max-width: 100%; }
    @media (max-width: 991.98px) {
      .menu__submenu-wrap {
        /* Prevent the JavaScript position applying for mobile */
        left: unset !important;
        transform: none !important;
        margin-left: 0 !important; } }
    @media (min-width: 992px) {
      .menu__submenu-wrap {
        display: flex;
        position: absolute;
        top: calc(100% - 40px);
        width: unset;
        max-height: unset;
        padding-top: 24px;
        flex-direction: row;
        pointer-events: none;
        opacity: 0;
        transition: .2s;
        transition-property: opacity;
        margin-left: -100%; }
        .menu__submenu-wrap > .menu__submenu {
          display: flex;
          flex-direction: row !important;
          min-width: 130px;
          gap: 60px;
          background: #181A27;
          padding: 32px 24px;
          border-radius: 10px;
          border: 1px solid rgba(196, 197, 206, 0.2);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          color: white; }
          .menu__submenu-wrap > .menu__submenu .menu__submenu {
            display: flex;
            flex-direction: column !important;
            gap: 20px; }
            .menu__submenu-wrap > .menu__submenu .menu__submenu > .menu__item {
              margin-left: -10px; } }
    @media (max-width: 991.98px) {
      .menu__item--active .menu__submenu-wrap {
        display: block; } }
    @media (min-width: 992px) {
      .menu__item--open .menu__submenu-wrap {
        pointer-events: unset;
        display: flex;
        visibility: visible;
        opacity: 1; } }
    .menu__submenu-wrap .menu__link {
      gap: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-radius: 5px; }
      @media (min-width: 992px) {
        .menu__submenu-wrap .menu__link {
          padding: 5px 10px; } }
      .menu__submenu-wrap .menu__link:focus, .menu__submenu-wrap .menu__link:hover {
        background: rgba(255, 255, 255, 0.05); }
  .menu__submenu {
    width: 100%;
    margin-bottom: 20px; }
    @media (max-width: 991.98px) {
      .menu__submenu .menu__submenu .menu__link {
        padding-left: 16px; } }
    .menu__submenu:last-child {
      margin-bottom: 0 !important; }
    @media (min-width: 992px) {
      .menu__submenu {
        width: unset; } }
  .menu__link-icon {
    min-width: 100%;
    height: auto; }
  .menu__link-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: transparent;
    fill: #798197;
    transition-property: fill;
    transition-duration: .4s; }
  .menu__link-title {
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    color: #F9FAFB; }
  .menu__link-description {
    font-size: 12px;
    line-height: 15px;
    color: #798197; }
  .menu__button {
    display: inline-block;
    font-size: 17px;
    outline-offset: -1px; }
  @media (max-width: 991.98px) {
    .menu__button, .menu__button--login {
      display: block;
      width: 155px; } }
  @media (max-width: 767.98px) {
    .menu__button, .menu__button--login {
      width: 140px; } }
  @media (min-width: 992px) {
    .menu__button--login {
      font-size: 14px;
      font-weight: 600;
      border: none; } }
  .menu__skip-content {
    margin-left: 24px;
    left: auto;
    right: 0; }
    @media (min-width: 992px) {
      .menu__skip-content {
        left: 0;
        right: auto; } }

.submenu {
  position: sticky;
  z-index: 10000;
  top: 60px;
  background-color: #3f48d8;
  color: white; }
  @media (min-width: 992px) {
    .submenu {
      top: 0; } }
  @media (min-width: 1200px) {
    .submenu {
      display: block;
      width: 100%;
      margin-bottom: -92px; } }
  .submenu__container {
    display: flex;
    align-items: center;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 768px) {
      .submenu__container {
        padding: 0 20px;
        padding-right: 0; } }
    @media only screen and (min-width: 1200px) {
      .submenu__container {
        padding: 24px 20px; } }
  .submenu__title {
    display: none;
    margin: 0;
    margin-right: auto;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.2857142857; }
    @media (min-width: 768px) {
      .submenu__title {
        display: block;
        flex-shrink: 0;
        margin-right: 20px; } }
    @media only screen and (min-width: 1200px) {
      .submenu__title {
        margin-right: 0; } }
  .submenu__button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 54px;
    margin: 0;
    padding: 0;
    fill: #ffffff;
    background-color: #3f48d8;
    border: none;
    transition: ease-in-out, 250ms; }
    @media (min-width: 768px) {
      .submenu__button {
        width: 111px;
        height: 92px;
        padding-right: 20px; } }
    @media (min-width: 1200px) {
      .submenu__button {
        position: absolute;
        z-index: 10;
        top: 0;
        bottom: 0;
        right: 0;
        width: 44px;
        padding-right: 0;
        height: auto;
        background-color: transparent !important;
        fill: #222535; } }
    .submenu__button:focus-within, .submenu__button:focus, .submenu__button:hover {
      background-color: #4650f0; }
      @media (min-width: 1200px) {
        .submenu__button:focus-within, .submenu__button:focus, .submenu__button:hover {
          fill: #151829; } }
    @media (max-width: 1199.98px) {
      .submenu--search-open .submenu__button {
        background-color: #4650f0; } }
  .submenu__controls {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    font-size: 14px; }
    @media (min-width: 768px) {
      .submenu__controls {
        overflow-x: auto; } }
    @media (min-width: 1200px) {
      .submenu__controls {
        overflow: initial;
        flex-grow: 1;
        width: auto;
        margin-left: auto;
        padding-left: 40px; } }
  .submenu__search {
    width: 64px;
    height: 54px;
    overflow: hidden;
    flex-shrink: 0; }
    @media (min-width: 768px) {
      .submenu__search {
        width: 111px;
        height: 92px; } }
    @media (min-width: 1200px) {
      .submenu__search {
        position: relative;
        width: 100%;
        height: 44px;
        max-width: 287px;
        margin-left: 24px;
        flex-shrink: 1; } }
  @media (min-width: 1200px) {
    .submenu__search-icon {
      display: inline-block !important; } }
  @media (min-width: 1200px) {
    .submenu__close-icon {
      display: none !important; } }
  .submenu__input-container {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 64px;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #3f48d8;
    color: white; }
    @media (min-width: 1200px) {
      .submenu__input-container {
        overflow: visible;
        width: 100%;
        position: relative;
        right: 0; } }
    .submenu--search-open .submenu__input-container {
      width: calc(100% - 64px);
      padding-top: 10px;
      padding-left: 24px;
      padding-right: 16px;
      padding-bottom: 10px; }
      @media (min-width: 768px) {
        .submenu--search-open .submenu__input-container {
          width: calc(100% - 111px);
          padding-top: 12px;
          padding-bottom: 10px; } }
      @media (min-width: 1200px) {
        .submenu--search-open .submenu__input-container {
          width: auto;
          padding: 0; } }
  .submenu__input {
    width: 100%;
    height: 100%;
    padding: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2857142857;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: rgba(255, 255, 255, 0.08) solid 1px;
    color: #ffffff;
    transform: translateX(100%) translateZ(0);
    transition: ease-in-out, 250ms;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (min-width: 768px) {
      .submenu__input {
        height: auto;
        padding-top: 22px;
        padding-bottom: 6px; } }
    @media (min-width: 1200px) {
      .submenu__input {
        transform: none;
        padding: 12.5px 16px;
        padding-right: 50px;
        background-color: #ffffff;
        color: #151829;
        border-radius: 4px !important;
        font-weight: 400; } }
    .submenu__input:focus {
      outline: none; }
    .submenu__input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.5);
      font-style: italic;
      opacity: 1; }
      @media (min-width: 1200px) {
        .submenu__input::-webkit-input-placeholder {
          color: #222535;
          font-style: normal; } }
    .submenu__input::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.5);
      font-style: italic;
      opacity: 1; }
      @media (min-width: 1200px) {
        .submenu__input::-moz-placeholder {
          color: #222535;
          font-style: normal; } }
    .submenu__input:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.5);
      font-style: italic;
      opacity: 1; }
      @media (min-width: 1200px) {
        .submenu__input:-ms-input-placeholder {
          color: #222535;
          font-style: normal; } }
    .submenu__input:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.5);
      font-style: italic;
      opacity: 1; }
      @media (min-width: 1200px) {
        .submenu__input:-moz-placeholder {
          color: #222535;
          font-style: normal; } }
    @media (max-width: 1199.98px) {
      .submenu--search-open .submenu__input {
        transform: translateX(0) translateZ(0); } }
  .submenu__nav-container {
    height: 54px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .submenu__nav-container {
        height: 92px; } }
    @media only screen and (min-width: 1200px) {
      .submenu__nav-container {
        height: auto; } }
    @media (min-width: 1200px) {
      .submenu__nav-container {
        margin-left: auto; } }
    .submenu--with-search .submenu__nav-container {
      width: calc(100% - 64px); }
      @media (min-width: 1200px) {
        .submenu--with-search .submenu__nav-container {
          width: auto;
          flex-shrink: 0; } }
  .submenu__nav {
    display: flex;
    align-items: center;
    width: 100%;
    height: 74px;
    overflow-y: hidden;
    overflow-x: auto;
    background-image: linear-gradient(to right, #3f48d8, #3f48d8), linear-gradient(to right, #3f48d8, #3f48d8), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: #3f48d8;
    background-size: 16px 100%, 16px 100%, 10px 100%, 10px 100%;
    /* Opera doesn't support this in the shorthand */
    background-attachment: local, local, scroll, scroll; }
    @media (min-width: 768px) {
      .submenu__nav {
        height: 112px; } }
    @media only screen and (min-width: 1200px) {
      .submenu__nav {
        height: auto; } }
    @media (min-width: 1200px) {
      .submenu__nav {
        background: none; } }
    .submenu__nav-list {
      display: flex;
      align-items: center;
      height: inherit;
      margin: 0;
      padding: 0;
      padding-bottom: 20px;
      list-style: none; }
      .submenu__nav-list .button, .submenu__nav-list .mktoForm .mktoButton, .mktoForm .submenu__nav-list .mktoButton,
      .submenu__nav-list .mktoForm .hs-button, .mktoForm .submenu__nav-list .hs-button,
      .submenu__nav-list .hbspt-form .mktoButton, .hbspt-form .submenu__nav-list .mktoButton,
      .submenu__nav-list .hbspt-form .hs-button, .hbspt-form .submenu__nav-list .hs-button, .submenu__nav-list .wt-cli-privacy-accept-all-btn, .submenu__nav-list .cli_setting_save_button, .submenu__nav-list .wt-cli-cookie-bar-container .cli_settings_button, .wt-cli-cookie-bar-container .submenu__nav-list .cli_settings_button, .submenu__nav-list .wt-cli-cookie-bar-container .cookie_action_close_header, .wt-cli-cookie-bar-container .submenu__nav-list .cookie_action_close_header, .submenu__nav-list .wt-cli-cookie-bar-container .cookie_action_close_header_reject, .wt-cli-cookie-bar-container .submenu__nav-list .cookie_action_close_header_reject, .submenu__nav-list .wp-pagenavi .current, .wp-pagenavi .submenu__nav-list .current,
      .submenu__nav-list .wp-pagenavi .page, .wp-pagenavi .submenu__nav-list .page,
      .submenu__nav-list .wp-pagenavi .first, .wp-pagenavi .submenu__nav-list .first,
      .submenu__nav-list .wp-pagenavi .last, .wp-pagenavi .submenu__nav-list .last,
      .submenu__nav-list .wp-pagenavi .previouspostslink, .wp-pagenavi .submenu__nav-list .previouspostslink,
      .submenu__nav-list .wp-pagenavi .nextpostslink, .wp-pagenavi .submenu__nav-list .nextpostslink {
        font-size: 14px;
        padding: 10px 16px; }
        @media (min-width: 992px) {
          .submenu__nav-list .button, .submenu__nav-list .mktoForm .mktoButton, .mktoForm .submenu__nav-list .mktoButton,
          .submenu__nav-list .mktoForm .hs-button, .mktoForm .submenu__nav-list .hs-button,
          .submenu__nav-list .hbspt-form .mktoButton, .hbspt-form .submenu__nav-list .mktoButton,
          .submenu__nav-list .hbspt-form .hs-button, .hbspt-form .submenu__nav-list .hs-button, .submenu__nav-list .wt-cli-privacy-accept-all-btn, .submenu__nav-list .cli_setting_save_button, .submenu__nav-list .wt-cli-cookie-bar-container .cli_settings_button, .wt-cli-cookie-bar-container .submenu__nav-list .cli_settings_button, .submenu__nav-list .wt-cli-cookie-bar-container .cookie_action_close_header, .wt-cli-cookie-bar-container .submenu__nav-list .cookie_action_close_header, .submenu__nav-list .wt-cli-cookie-bar-container .cookie_action_close_header_reject, .wt-cli-cookie-bar-container .submenu__nav-list .cookie_action_close_header_reject, .submenu__nav-list .wp-pagenavi .current, .wp-pagenavi .submenu__nav-list .current,
          .submenu__nav-list .wp-pagenavi .page, .wp-pagenavi .submenu__nav-list .page,
          .submenu__nav-list .wp-pagenavi .first, .wp-pagenavi .submenu__nav-list .first,
          .submenu__nav-list .wp-pagenavi .last, .wp-pagenavi .submenu__nav-list .last,
          .submenu__nav-list .wp-pagenavi .previouspostslink, .wp-pagenavi .submenu__nav-list .previouspostslink,
          .submenu__nav-list .wp-pagenavi .nextpostslink, .wp-pagenavi .submenu__nav-list .nextpostslink {
            padding: 13px 16px; } }
      .submenu__nav-list ~ .submenu__nav-list {
        padding-right: 16px; }
        @media (min-width: 992px) {
          .submenu__nav-list ~ .submenu__nav-list {
            margin-left: 10px; } }
        @media (min-width: 1200px) {
          .submenu__nav-list ~ .submenu__nav-list {
            padding-right: 0; } }
      @media (min-width: 1200px) {
        .submenu__nav-list {
          padding-bottom: 0; } }
    .submenu__nav-item {
      white-space: nowrap;
      margin: 0;
      margin-left: 4px;
      margin-right: 4px;
      border-radius: 4px;
      transition: ease-in-out, 250ms; }
      @media only screen and (min-width: 1400px) {
        .submenu__nav-item {
          margin-left: 8px;
          margin-right: 8px; } }
      @media (min-width: 1200px) {
        .submenu__nav-item {
          white-space: normal;
          overflow: hidden; } }
      @media (min-width: 1200px) {
        .submenu__nav-item:first-child {
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 1200px) {
        .submenu__nav-item:last-child {
          margin-left: 0;
          margin-right: 0; } }
      .submenu__nav-item .submenu__nav-item {
        margin: 0 !important; }
      .submenu__nav-item.current-post-parent:not(.no-highlight) > a, .submenu__nav-item.current-menu-ancestor:not(.no-highlight) > a, .submenu__nav-item.current_page_item:not(.no-highlight) > a, .submenu__nav-item.current-menu-item:not(.no-highlight) > a, .submenu__nav-item--current > a {
        font-weight: 900; }
      .submenu__nav-item.current-post-parent:not(.no-highlight) .submenu__nav-link, .submenu__nav-item.current-menu-ancestor:not(.no-highlight) .submenu__nav-link, .submenu__nav-item.current_page_item:not(.no-highlight) .submenu__nav-link, .submenu__nav-item.current-menu-item:not(.no-highlight) .submenu__nav-link, .submenu__nav-item--current .submenu__nav-link {
        background-color: #4e58f0 !important;
        color: #ffffff; }
      .submenu__nav-item:before {
        content: none; }
      @media (max-width: 991.98px) {
        .submenu__nav-item.menu-item-has-children .sub-menu,
        .submenu__nav-item.menu-item-has-children .submenu__dropdown, .submenu__nav-item--with-dropdown .sub-menu,
        .submenu__nav-item--with-dropdown .submenu__dropdown {
          display: none; } }
      .submenu__nav-item.menu-item-has-children:focus-within, .submenu__nav-item.menu-item-has-children:focus, .submenu__nav-item.menu-item-has-children:hover, .submenu__nav-item--with-dropdown:focus-within, .submenu__nav-item--with-dropdown:focus, .submenu__nav-item--with-dropdown:hover {
        background-color: #4e58f0; }
        @media (min-width: 1200px) {
          .submenu__nav-item.menu-item-has-children:focus-within, .submenu__nav-item.menu-item-has-children:focus, .submenu__nav-item.menu-item-has-children:hover, .submenu__nav-item--with-dropdown:focus-within, .submenu__nav-item--with-dropdown:focus, .submenu__nav-item--with-dropdown:hover {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0; } }
        .submenu__nav-item.menu-item-has-children:focus-within .sub-menu,
        .submenu__nav-item.menu-item-has-children:focus-within .submenu__dropdown, .submenu__nav-item.menu-item-has-children:focus .sub-menu,
        .submenu__nav-item.menu-item-has-children:focus .submenu__dropdown, .submenu__nav-item.menu-item-has-children:hover .sub-menu,
        .submenu__nav-item.menu-item-has-children:hover .submenu__dropdown, .submenu__nav-item--with-dropdown:focus-within .sub-menu,
        .submenu__nav-item--with-dropdown:focus-within .submenu__dropdown, .submenu__nav-item--with-dropdown:focus .sub-menu,
        .submenu__nav-item--with-dropdown:focus .submenu__dropdown, .submenu__nav-item--with-dropdown:hover .sub-menu,
        .submenu__nav-item--with-dropdown:hover .submenu__dropdown {
          visibility: visible;
          opacity: 1; }
      .submenu__nav-item.menu-item-has-children > .submenu__nav-link, .submenu__nav-item--with-dropdown > .submenu__nav-link {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (min-width: 1200px) {
          .submenu__nav-item.menu-item-has-children > .submenu__nav-link:after, .submenu__nav-item--with-dropdown > .submenu__nav-link:after {
            content: "";
            width: 0;
            height: 0;
            margin-left: 14px;
            border-style: solid;
            border-width: 6px 5.5px 0 5.5px;
            border-color: #ffffff transparent transparent transparent; } }
      @media (min-width: 1200px) {
        .submenu__nav-item.menu-item-has-children:focus-within, .submenu__nav-item.menu-item-has-children:focus, .submenu__nav-item.menu-item-has-children:hover, .submenu__nav-item--with-dropdown:focus-within, .submenu__nav-item--with-dropdown:focus, .submenu__nav-item--with-dropdown:hover {
          border-bottom-left-radius: 0; } }
      @media (min-width: 1200px) {
        .submenu__nav-item.menu-item-has-children:focus-within > .submenu__nav-link:after, .submenu__nav-item.menu-item-has-children:focus > .submenu__nav-link:after, .submenu__nav-item.menu-item-has-children:hover > .submenu__nav-link:after, .submenu__nav-item--with-dropdown:focus-within > .submenu__nav-link:after, .submenu__nav-item--with-dropdown:focus > .submenu__nav-link:after, .submenu__nav-item--with-dropdown:hover > .submenu__nav-link:after {
          border-width: 0 5.5px 6px 5.5px;
          border-color: transparent transparent #ffffff transparent; } }
    .submenu__nav-link {
      display: block;
      padding: 12px 16px;
      line-height: 1;
      outline-offset: -2px;
      white-space: nowrap;
      font-weight: 600;
      color: rgba(255, 255, 255, 0.8);
      border-radius: 4px; }
      .submenu__nav-link-focus-within, .submenu__nav-link:focus, .submenu__nav-link:hover {
        color: #ffffff; }
      @media (min-width: 1200px) {
        .submenu__nav-link {
          padding: 15px 16px; } }
  .submenu__sep {
    display: none !important;
    width: 1px;
    height: 38px;
    margin-right: 2px !important;
    background: rgba(255, 255, 255, 0.2); }
    @media (min-width: 768px) {
      .submenu__sep {
        display: block !important; } }
  .submenu .sub-menu, .submenu__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    opacity: 0;
    transition: ease-in-out, 250ms;
    visibility: hidden; }
    @media (min-width: 1200px) {
      .submenu .sub-menu, .submenu__dropdown {
        display: block; } }
    .submenu .sub-menu .menu__item,
    .submenu .sub-menu .dropdown__item, .submenu__dropdown .menu__item,
    .submenu__dropdown .dropdown__item {
      border-bottom: #4851e7 solid 1px; }
      .submenu .sub-menu .menu__item:focus-within, .submenu .sub-menu .menu__item:focus, .submenu .sub-menu .menu__item:hover,
      .submenu .sub-menu .dropdown__item:focus-within,
      .submenu .sub-menu .dropdown__item:focus,
      .submenu .sub-menu .dropdown__item:hover, .submenu__dropdown .menu__item:focus-within, .submenu__dropdown .menu__item:focus, .submenu__dropdown .menu__item:hover,
      .submenu__dropdown .dropdown__item:focus-within,
      .submenu__dropdown .dropdown__item:focus,
      .submenu__dropdown .dropdown__item:hover {
        background-color: #4851e7; }
    .submenu .sub-menu .sub-menu__nav-item, .submenu__dropdown .sub-menu__nav-item {
      margin-left: 0;
      margin-right: 0; }

.cta-bar {
  position: relative;
  color: white;
  margin-top: -50px; }
  .cta-bar__inner {
    margin-bottom: -100px;
    padding-top: 50px;
    padding-bottom: 100px;
    overflow: hidden; }
    @media (min-width: 992px) {
      .cta-bar__inner {
        padding-top: 100px; } }
  .cta-bar__inner-container {
    background-color: #4650f0; }
    .cta-bar--off-black .cta-bar__inner-container {
      background-color: #1e2131; }
    .cta-bar--small .cta-bar__inner-container {
      background-color: #222535; }
  .cta-bar--animate-off-stage {
    transition: 0.25s;
    transition-property: transform;
    will-change: transform; }
  .cta-bar--off-stage {
    transform: translateY(100%); }
  .cta-bar--fixed-bottom {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0; }
  .cta-bar__container {
    position: relative;
    max-width: 648px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      .cta-bar__container {
        display: flex;
        gap: 20px;
        align-items: center;
        justify-content: space-between;
        max-width: 1520px;
        min-height: 224px;
        padding-top: 0;
        padding-bottom: 0; } }
    .cta-bar--small .cta-bar__container {
      min-height: 106px; }
    @media (min-width: 992px) {
      .cta-bar--with-gems .cta-bar__container:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateX(-108px) translateY(-50%);
        width: 31vw;
        height: 23vw;
        max-height: 349px;
        max-width: 480px;
        background-image: url("../../src/images/gems--color.png");
        background-size: cover !important; } }
  @media only screen and (min-width: 992px) and (min-resolution: 192dpi) {
    .cta-bar--with-gems .cta-bar__container:after {
      background-image: url("../../src/images/gems--color@2x.png");
      background-size: 480px 349px; } }
    @media (min-width: 992px) {
      .cta-bar--with-gems.cta-bar--off-black .cta-bar__container:after {
        background-image: url("../../src/images/gems--mute.png"); } }
  @media only screen and (min-width: 992px) and (min-resolution: 192dpi) {
    .cta-bar--with-gems.cta-bar--off-black .cta-bar__container:after {
      background-image: url("../../src/images/gems--mute@2x.png");
      background-size: 480px 349px; } }
  .cta-bar__header {
    margin-bottom: 32px; }
    @media (min-width: 992px) {
      .cta-bar__header {
        margin-bottom: 0; } }
  .cta-bar__title {
    margin: 0;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 1.33333rem;
    font-weight: 900;
    max-width: 80%; }
    @media (min-width: 992px) {
      .cta-bar__title {
        font-size: 1.66667rem; } }
    .cta-bar--small .cta-bar__title {
      font-size: 0.75rem;
      line-height: 1.2777777778; }
  .cta-bar--small .cta-bar__copy {
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.2857142857; }
    @media (min-width: 992px) {
      .cta-bar--small .cta-bar__copy {
        margin-left: 40px;
        margin-bottom: 0;
        padding-right: 20px; } }
  .cta-bar--gameintel .cta-bar__copy {
    margin-top: 15px; }
  .cta-bar__copy--large {
    margin-top: 0;
    margin-right: 20px;
    max-width: 760px; }
    @media only screen and (min-width: 1400px) {
      .cta-bar__copy--large {
        max-width: 1118px;
        font-size: 36px;
        line-height: 1.111; } }
  .cta-bar__content {
    position: relative;
    z-index: 1;
    flex-grow: 0;
    flex-shrink: 0; }
    .cta-bar--small .cta-bar__content {
      display: flex;
      align-items: center;
      flex-grow: 1;
      flex-direction: column; }
      @media (min-width: 768px) {
        .cta-bar--small .cta-bar__content {
          flex-direction: row; } }
  .cta-bar__strong-line {
    margin: 0;
    margin-bottom: 5px; }
    .cta-bar--small .cta-bar__strong-line {
      font-size: 14px;
      line-height: 1.2857142857; }
  .cta-bar__form {
    display: flex;
    gap: 16px;
    align-items: flex-end; }
  .cta-bar__input {
    background-color: white !important;
    border: none !important;
    color: #101321 !important; }
    @media (min-width: 992px) {
      .cta-bar__input {
        min-width: 360px; } }
    @media (max-width: 991.98px) {
      .cta-bar__input {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        padding-left: 1.33333rem;
        padding-right: 1.33333rem; } }
    .cta-bar__input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      opacity: 1;
      color: #101321 !important; }
    .cta-bar__input::-moz-placeholder {
      /* Firefox 19+ */
      opacity: 1;
      color: #101321 !important; }
    .cta-bar__input:-ms-input-placeholder {
      /* IE 10+ */
      opacity: 1;
      color: #101321 !important; }
    .cta-bar__input:-moz-placeholder {
      /* Firefox 18- */
      opacity: 1;
      color: #101321 !important; }
  .cta-bar__label {
    font-size: 16px;
    line-height: 1.5; }
  .cta-bar__button {
    flex-shrink: 0; }

.hello-bar {
  display: none; }
  @media (min-width: 992px) {
    .hello-bar {
      position: fixed;
      display: flex;
      height: 60px;
      align-items: center;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 10002; } }
  .hello-bar, .hello-bar--style-secondary {
    background: #1e2131;
    color: #14f0af; }
  .hello-bar--style-primary {
    background: #4650f0;
    color: #ffffff; }
  .hello-bar__container {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1560px;
    height: inherit;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
    padding-bottom: 14px; }
    @media (min-width: 576px) {
      .hello-bar__container {
        padding-left: 20px;
        padding-right: 20px;
        gap: 20px; } }
  .hello-bar__title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700; }
  .hello-bar__cta {
    display: flex;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 900;
    padding: 6px 14px 8px 14px;
    background: #272B42; }

.footer {
  padding-top: 40px;
  padding-bottom: 34px;
  background: #151829;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px; }
  @media (min-width: 992px) {
    .hello-bar-enabled .footer {
      padding-bottom: 84px; } }
  @media (min-width: 992px) {
    .footer {
      padding-top: 74px; } }
  .footer .container, .footer .hero--basic .hero__container, .hero--basic .footer .hero__container {
    max-width: 648px; }
    @media (min-width: 992px) {
      .footer .container, .footer .hero--basic .hero__container, .hero--basic .footer .hero__container {
        max-width: 1520px; } }
  .cta-bar-on-stage .footer {
    padding-bottom: 114px; }
  .footer__title {
    font-size: 1em;
    font-weight: 700; }
  .footer__legal {
    margin-top: 5em;
    text-align: center; }
  .footer__small {
    font-size: 1em; }
  .footer__credentials {
    display: flex;
    align-items: center;
    gap: 20px; }
  .footer__cert-img {
    display: block; }
  .footer__row {
    margin: 0 auto; }
    @media (min-width: 992px) {
      .footer__row {
        display: flex;
        flex-direction: row;
        max-width: 100%; } }
  .footer__cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px 20px;
    width: 100%;
    margin-top: 33px; }
    @media (min-width: 992px) {
      .footer__cols {
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .footer__cols {
        grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 1200px) {
    .footer__col {
      flex-grow: 1;
      flex-shrink: 0;
      max-width: 147px;
      margin-left: auto; } }
  .footer__col--excerpt {
    max-width: 500px;
    margin-left: 0;
    flex-shrink: 0; }
    @media (min-width: 992px) {
      .footer__col--excerpt {
        margin-right: 200px; } }
  .footer__desc {
    max-width: 320px;
    margin-top: 16px;
    margin-bottom: 16px; }
  .footer__language-switcher {
    margin-bottom: 32px; }
  .footer__social-icons {
    margin-top: 24px;
    margin-bottom: 24px;
    fill: #14f0af; }

.titled-list__title {
  margin-top: 0.5em;
  margin-bottom: 1.1em;
  font-size: 16px; }

.titled-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.625; }
  .titled-list__list .menu-item:before {
    content: none; }

.titled-list__item {
  margin: 0; }
  .titled-list__item:before {
    content: none; }

.social-icons__list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none; }

.social-icons__item {
  margin: 0;
  padding: 0 !important;
  fill: #14f0af; }
  .social-icons__item:before {
    content: none !important; }

.social-icons__link {
  display: block;
  width: 30px; }
  .social-icons__link:focus, .social-icons__link:hover {
    fill: white; }

.social-icons__icon {
  display: block !important; }

.hero {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.08333rem;
  padding-bottom: 4.58333rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff; }
  @media (min-width: 992px) {
    .hero {
      padding-top: 0;
      padding-bottom: 0; } }
  .hero ~ .section {
    position: relative; }
  .hero:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 80%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b0c26+1,272a58+100 */
    background: #0b0c26;
    /* Old browsers */
    background: -moz-linear-gradient(left, #0b0c26 1%, #272a58 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0b0c26 1%, #272a58 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0b0c26 1%, #272a58 100%); }
  .hero--simple {
    margin: 0 auto;
    padding: 0; }
    .hero--simple:before {
      content: none !important; }
    @media (max-width: 767.98px) {
      .hero--simple {
        text-align: center; } }
  .hero--standard {
    margin-bottom: -24px;
    background-color: #101321; }
    @media (min-width: 992px) {
      .hero--standard {
        margin-bottom: -68px; } }
    .hero--standard:before {
      content: none !important; }
  .hero--simple, .hero--basic {
    background: transparent;
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .hero--simple, .hero--basic {
        padding-top: 68px; } }
    @media (min-width: 1200px) {
      .hero--simple, .hero--basic {
        padding-top: 160px; } }
    .hero--simple:before, .hero--basic:before {
      content: none !important; }
  .hero--simple-no-submenu {
    padding-top: 50px;
    padding-bottom: 20px; }
    @media (min-width: 992px) {
      .hero--simple-no-submenu {
        padding-top: 68px; } }
    @media (min-width: 992px) {
      .hero--simple-no-submenu {
        padding-top: 110px; } }
  .hero--hard-edge, .hero--soft-edge, .hero--soft-edge-blog {
    padding-bottom: 0; }
    @media (min-width: 1200px) {
      .hero--hard-edge .hero__image-container:before, .hero--soft-edge .hero__image-container:before, .hero--soft-edge-blog .hero__image-container:before {
        content: none !important; } }
  .hero--hard-edge--no-radial:before {
    background-image: none !important; }
  .hero--hard-edge:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    opacity: 1;
    background-image: url("../../src/images/bg-radial-2.png");
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 50% 0; }
    @media only screen and (min-resolution: 192dpi) {
      .hero--hard-edge:before {
        background-image: url("../../src/images/bg-radial-2@2x.png");
        background-size: 1786px 700px; } }
    @media (min-width: 992px) {
      .hero--hard-edge:before {
        left: auto;
        background-position: 0;
        background-size: 1786px 700px !important;
        width: 1786px; } }
  .hero--hard-edge:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151829+0,151829+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(21, 24, 41, 0) 0%, #151829 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(21, 24, 41, 0) 0%, #151829 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(21, 24, 41, 0) 0%, #151829 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00151829', endColorstr='#151829', GradientType=0);
    /* IE6-9 */ }
    @media (min-width: 992px) {
      .hero--hard-edge:after {
        content: none; } }
  @media only screen and (min-width: 1920px) {
    .hero--hard-edge:after {
      content: "" !important;
      pointer-events: none;
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      left: auto;
      height: auto;
      right: 0;
      width: 400px;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151829+0,151829+100&0+0,1+100 */
      background: -moz-linear-gradient(left, rgba(21, 24, 41, 0) 0%, #151829 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(21, 24, 41, 0) 0%, #151829 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, rgba(21, 24, 41, 0) 0%, #151829 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00151829', endColorstr='#151829', GradientType=1);
      /* IE6-9 */ } }
  .hero--soft-edge-blog {
    margin-bottom: 100px; }
    @media (min-width: 992px) {
      .hero--soft-edge-blog {
        margin-bottom: -200px;
        height: 900px; } }
    .hero--soft-edge-blog:before {
      content: "" !important;
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      left: 0;
      opacity: 100%;
      right: 0;
      background-image: url("../../src/images/mobile-radial-3.png");
      background-size: cover !important;
      background-repeat: no-repeat;
      background-position: 50% 50%; }
      @media only screen and (min-resolution: 192dpi) {
        .hero--soft-edge-blog:before {
          background-image: url("../../src/images/mobile-radial-3@2x.png");
          background-size: 375px 540px; } }
      @media (min-width: 992px) {
        .hero--soft-edge-blog:before {
          position: absolute;
          top: 0;
          right: auto;
          bottom: 0;
          left: 0;
          height: auto;
          width: 1920px;
          z-index: 1;
          opacity: 1;
          background-image: url("../../src/images/bg-radial-3.png");
          background-size: 1920px 900px !important;
          background-repeat: no-repeat;
          background-position: 0; } }
  @media only screen and (min-width: 992px) and (min-resolution: 192dpi) {
    .hero--soft-edge-blog:before {
      background-image: url("../../src/images/bg-radial-3@2x.png");
      background-size: 1920px 900px; } }
    @media only screen and (min-width: 1920px) {
      .hero--soft-edge-blog:after {
        content: "" !important;
        pointer-events: none;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: auto;
        height: auto;
        right: 0;
        width: 400px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151829+0,151829+100&0+0,1+100 */
        background: -moz-linear-gradient(left, rgba(21, 24, 41, 0) 0%, #151829 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(21, 24, 41, 0) 0%, #151829 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(21, 24, 41, 0) 0%, #151829 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00151829', endColorstr='#151829', GradientType=1);
        /* IE6-9 */ } }
  .hero--soft-edge {
    margin-bottom: 100px; }
    .hero--soft-edge:before {
      content: none !important; }
    @media (min-width: 992px) {
      .hero--soft-edge {
        margin-bottom: -200px;
        height: 900px; } }
    @media only screen and (min-width: 1920px) {
      .hero--soft-edge:after {
        content: "" !important;
        pointer-events: none;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: auto;
        height: auto;
        right: 0;
        width: 400px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151829+0,151829+100&0+0,1+100 */
        background: -moz-linear-gradient(left, rgba(21, 24, 41, 0) 0%, #151829 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(21, 24, 41, 0) 0%, #151829 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(21, 24, 41, 0) 0%, #151829 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00151829', endColorstr='#151829', GradientType=1);
        /* IE6-9 */ } }
  .hero--soft-edge--no-radial:after {
    content: none !important; }
  .hero--no-top-edge .hero__image-wrapper:before {
    content: none !important; }
  .hero--valign {
    padding-top: 0;
    padding-bottom: 0; }
  .hero__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 1568px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px; }
    .hero--simple .hero__container {
      text-align: left;
      max-width: 648px;
      padding-top: 0;
      padding-bottom: 0;
      height: auto; }
      @media (min-width: 992px) {
        .hero--simple .hero__container {
          text-align: center;
          max-width: 1568px; } }
    .hero--height-auto .hero__container {
      height: auto !important; }
    .hero--valign .hero__container {
      min-height: 400px;
      justify-content: center;
      padding-top: 60px;
      padding-bottom: 60px; }
      @media (min-width: 992px) {
        .hero--valign .hero__container {
          min-height: 608px;
          padding-top: 0;
          padding-bottom: 0; } }
      @media (min-width: 1200px) {
        .hero--valign .hero__container {
          padding-top: 92px;
          min-height: 700px; } }
    .hero--valign-without-submenu .hero__container {
      padding-top: 0 !important; }
    @media (min-width: 992px) {
      .hero__container {
        height: 608px;
        padding-top: 68px;
        padding-bottom: 70px; } }
    @media (min-width: 1200px) {
      .hero__container {
        height: 700px;
        padding-top: 160px; } }
    .hero--standard .hero__container {
      padding-top: 40px; }
      @media (min-width: 992px) {
        .hero--standard .hero__container {
          height: 389px;
          padding-top: 99px; } }
    .hero--basic .hero__container {
      height: auto !important;
      padding-top: 0 !important;
      padding-bottom: 0 !important; }
      @media (min-width: 992px) {
        .hero--basic .hero__container {
          text-align: center; } }
    @media only screen and (min-width: 1920px) {
      .hero--valign .hero__container:before {
        pointer-events: none;
        position: absolute;
        z-index: 1;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        width: 80px;
        background: #151829;
        background: linear-gradient(270deg, rgba(21, 24, 41, 0) 0%, #151829 100%); } }
    @media only screen and (min-width: 1920px) {
      .hero--valign .hero__container:after {
        pointer-events: none;
        position: absolute;
        z-index: 1;
        content: "";
        top: 0;
        bottom: 0;
        right: 0;
        width: 80px;
        background: #151829;
        background: linear-gradient(90deg, rgba(21, 24, 41, 0) 0%, #151829 100%); } }
    @media (min-width: 992px) {
      .hero--hard-edge .hero__container,
      .hero--soft-edge .hero__container,
      .hero--soft-edge-blog .hero__container {
        align-items: flex-start; } }
  .hero__content {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    text-align: center; }
    .hero--basic .hero__content,
    .hero--hard-edge .hero__content,
    .hero--soft-edge .hero__content,
    .hero--soft-edge-blog .hero__content {
      text-align: left; }
      @media (min-width: 992px) {
        .hero--basic .hero__content,
        .hero--hard-edge .hero__content,
        .hero--soft-edge .hero__content,
        .hero--soft-edge-blog .hero__content {
          margin: 0; } }
    .hero--simple .hero__content,
    .hero--basic .hero__content {
      width: 100%;
      text-align: left;
      margin: 0 !important; }
      @media (min-width: 992px) {
        .hero--simple .hero__content,
        .hero--basic .hero__content {
          text-align: center; } }
  .hero__max-content {
    margin: 0 auto; }
    @media (min-width: 992px) {
      .hero__max-content {
        max-width: 640px; } }
    @media (min-width: 992px) {
      .hero--hard-edge .hero__max-content,
      .hero--soft-edge .hero__max-content,
      .hero--soft-edge-blog .hero__max-content {
        max-width: 700px; } }
  .hero__ctas {
    display: flex;
    width: 100%;
    margin-top: 30px; }
    .hero--simple .hero__ctas {
      margin-top: 32px;
      flex-direction: column;
      gap: 16px;
      justify-content: flex-start; }
      @media (min-width: 576px) {
        .hero--simple .hero__ctas {
          flex-direction: row;
          align-items: center; } }
      @media (min-width: 992px) {
        .hero--simple .hero__ctas {
          justify-content: center;
          gap: 24px; }
          .hero--simple .hero__ctas > *:not(:last-child) {
            margin-right: 0; } }
    .hero--basic .hero__ctas,
    .hero--valign .hero__ctas {
      justify-content: center; }
    @media (min-width: 992px) {
      .hero__ctas > *:not(:last-child) {
        margin-right: 24px;
        margin-bottom: 0; } }
    .hero__ctas .emoji {
      display: inline-block;
      margin-right: 6px !important; }
    @media (min-width: 992px) {
      .hero__ctas {
        flex-direction: row;
        margin-top: 40px; } }
    .hero__ctas--terms {
      flex-direction: column; }
      @media (min-width: 992px) {
        .hero__ctas--terms {
          flex-direction: row; } }
    .hero__ctas--left {
      justify-content: flex-start !important; }
    .hero__ctas--center {
      justify-content: center !important; }
  .hero__strong-line, .whr-group:before {
    margin: 0;
    margin-bottom: 12px !important;
    padding: 0;
    font-size: calc(var(--font-size) * .8333); }
    @media (min-width: 576px) {
      .hero__strong-line, .whr-group:before {
        font-size: var(--font-size); } }
    @media (min-width: 992px) {
      .hero__strong-line, .whr-group:before {
        margin-bottom: 15px !important; } }
  .hero__title {
    max-width: 608px;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 992px) {
      .hero__title {
        margin-left: auto;
        margin-right: auto; } }
    .hero--soft-edge .hero__title {
      margin-left: 0;
      margin-right: 0; }
    .hero--valign .hero__title {
      max-width: 900px; }
    .hero--align-left .hero__title {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  .hero__desc {
    max-width: 608px;
    margin: 0;
    margin-top: 30px;
    padding: 0;
    font-size: var(--font-size); }
    .hero--simple .hero__desc {
      margin-left: auto;
      margin-right: auto; }
    .hero--valign .hero__desc {
      max-width: 900px; }
    .hero--basic .hero__desc {
      margin-left: auto;
      margin-right: auto; }
    .hero--full .hero__desc {
      max-width: 100%; }
    .hero__desc--left {
      text-align: left; }
    .hero__desc :last-of-type {
      margin-bottom: 0; }
  .hero__button {
    flex-shrink: 1;
    flex-grow: 0; }
    @media (min-width: 992px) {
      .hero__button {
        margin-right: 24px; } }
    .hero__button:last-of-type {
      margin-right: 0; }
  .hero__image {
    display: block; }
    .hero--soft-edge-blog .hero__image {
      height: 100%;
      object-fit: cover;
      object-position: 50%; }
      @media (min-width: 992px) {
        .hero--soft-edge-blog .hero__image {
          left: 0;
          transform: none;
          object-position: 0 0;
          transform: none; } }
  .hero__image-container {
    display: none; }
    @media (min-width: 992px) {
      .hero__image-container {
        display: block;
        overflow: hidden;
        position: relative;
        width: auto;
        height: 100%; }
        .hero--hard-edge .hero__image-container,
        .hero--soft-edge .hero__image-container,
        .hero--soft-edge-blog .hero__image-container {
          position: static;
          overflow: visible;
          width: 100%;
          margin: 0; } }
  .hero__image-wrapper {
    display: block;
    position: relative;
    height: auto; }
    .hero__image-wrapper:before {
      content: "" !important;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 60px;
      z-index: 1;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#151829+0,151829+100&1+0,0+100 */
      background: -moz-linear-gradient(top, #151829 0%, rgba(21, 24, 41, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #151829 0%, rgba(21, 24, 41, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #151829 0%, rgba(21, 24, 41, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#151829', endColorstr='#00151829', GradientType=0);
      /* IE6-9 */ }
    @media (max-width: 991.98px) {
      .hero__image-wrapper {
        width: 140% !important;
        max-width: 140%; } }
    @media (max-width: 575.98px) {
      .hero__image-wrapper {
        width: 190% !important;
        max-width: 190%; } }
    .hero--hard-edge .hero__image-wrapper {
      left: 50%;
      transform: translateX(-50%); }
      @media (min-width: 992px) {
        .hero--hard-edge .hero__image-wrapper {
          position: absolute;
          max-width: 100%;
          left: auto;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          margin-top: 0; } }
    .hero--soft-edge .hero__image-wrapper {
      left: 50%;
      transform: translateX(-50%) translateX(-100px); }
      @media (min-width: 992px) {
        .hero--soft-edge .hero__image-wrapper {
          position: absolute;
          max-width: 100%;
          left: auto;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          margin-top: 0; } }
    .hero--soft-edge-blog .hero__image-wrapper {
      left: 50%;
      top: 0;
      bottom: 0;
      transform: translateX(-50%); }
      @media (min-width: 992px) {
        .hero--soft-edge-blog .hero__image-wrapper {
          position: absolute;
          max-width: 100%;
          left: auto;
          right: 0;
          top: 0;
          margin-top: 0;
          transform: none; } }
  .hero__col2 {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
      .hero__col2 {
        left: 50%; } }

.hero-supplement {
  justify-content: center;
  position: relative;
  z-index: 10;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px; }
  @media (min-width: 992px) {
    .hero-supplement {
      padding-bottom: 80px; } }

.testimonials-gallery {
  position: relative; }
  .testimonials-gallery {
    height: 61px;
    overflow: hidden; }
    .testimonials-gallery__list {
      padding-bottom: 30px !important; }
  .testimonials-gallery:before, .testimonials-gallery:after {
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    width: 64px; }
  .testimonials-gallery:before {
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#15182a+0,15182a+100&1+0,0+100 */
    background: -moz-linear-gradient(left, #15182a 0%, rgba(21, 24, 42, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #15182a 0%, rgba(21, 24, 42, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #15182a 0%, rgba(21, 24, 42, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .testimonials-gallery:after {
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#15182a+0,15182a+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(21, 24, 42, 0) 0%, #15182a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(21, 24, 42, 0) 0%, #15182a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(21, 24, 42, 0) 0%, #15182a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .testimonials-gallery__list {
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
  .testimonials-gallery__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-left: 16px;
    margin-right: 16px; }
    @media (min-width: 768px) {
      .testimonials-gallery__item {
        margin-left: 32px;
        margin-right: 32px; } }
    .testimonials-gallery__item:before {
      content: none; }
  .testimonials-gallery__image {
    opacity: 0.5;
    transition: ease-in-out, 250ms; }
    .testimonials-gallery__image:focus, .testimonials-gallery__image:hover {
      opacity: 1; }
  .testimonials-gallery__button {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent; }

.testimonials-gallery-down-arrow {
  position: relative;
  margin-top: -10px; }
  .testimonials-gallery-down-arrow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #1e2131 transparent transparent transparent; }

.logo-carousel__image {
  display: block;
  opacity: 0.5;
  transition: ease-in-out, 250ms; }
  .logo-carousel__image:focus, .logo-carousel__image:hover {
    opacity: 1; }

.tns-horizontal.tns-subpixel > .tns-item {
  vertical-align: middle; }

.tns-ovh {
  position: relative;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .tns-ovh:before, .tns-ovh:after {
      pointer-events: none;
      content: "";
      position: absolute;
      z-index: 10;
      top: 0;
      bottom: 0;
      width: 64px; } }
  .tns-ovh:before {
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#15182a+0,15182a+100&1+0,0+100 */
    background: -moz-linear-gradient(left, #15182a 0%, rgba(21, 24, 42, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #15182a 0%, rgba(21, 24, 42, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #15182a 0%, rgba(21, 24, 42, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .tns-ovh:after {
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#15182a+0,15182a+100&0+0,1+100 */
    background: -moz-linear-gradient(left, rgba(21, 24, 42, 0) 0%, #15182a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(21, 24, 42, 0) 0%, #15182a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(21, 24, 42, 0) 0%, #15182a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

@media (min-width: 992px) {
  .text-image-block--two-thirds {
    grid-template-columns: 1fr 2fr;
    grid-gap: 60px; } }

@media (min-width: 992px) {
  .text-image-block--two-thirds.text-image-block--reverse {
    grid-template-columns: 2fr 1fr; } }

.text-image-block--two-thirds .text-image-block__strong-line {
  font-size: 20px; }

.text-image-block--two-thirds .text-image-block__col {
  width: unset; }

.text-image-block--two-thirds .text-image-block__content {
  font-size: 20px; }

.text-image-block--align-start {
  align-items: flex-start; }

.text-image-block__strong-line {
  margin: 0;
  margin-bottom: 16px !important; }

.text-image-block__title {
  margin: 0;
  margin-bottom: 32px; }

@media (min-width: 768px) {
  .text-image-block__col--text {
    width: 620px; } }

.text-image-block--no-image-mob .text-image-block__col--text {
  margin-bottom: 0 !important; }

.text-image-block__col--reverse:nth-child(1) {
  order: 2; }

.text-image-block__col--reverse:nth-child(2) {
  order: 1; }

@media (max-width: 991.98px) {
  .text-image-block__col--reverse-small:nth-child(1) {
    order: 2;
    margin-bottom: 0; } }

@media (max-width: 991.98px) {
  .text-image-block__col--reverse-small:nth-child(2) {
    order: 1;
    margin-bottom: 36px; } }

.text-image-block--responsive .text-image-block__col {
  width: 100% !important; }

.text-image-block__content :last-child {
  margin-bottom: 0; }

.text-image-block__cta {
  margin-top: 20px; }
  @media (min-width: 992px) {
    .text-image-block__cta {
      margin-top: 40px; } }

@media (max-width: 991.98px) {
  .text-image-block--no-image-mob .text-image-block__image {
    display: none !important; } }

.text-image-block__image img {
  display: block; }

.text-image-block__image--rounded {
  overflow: hidden;
  border-radius: 10px; }

.text-image-block__image--left {
  float: right; }
  .text-image-block--responsive .text-image-block__image--left {
    width: calc(53.0208333333vw - 48px);
    margin-left: calc(-1 * 53.0208333333vw - 48px); }
    @media (min-width: 1200px) {
      .text-image-block--responsive .text-image-block__image--left {
        width: calc(53.0208333333vw - 108px);
        margin-left: calc(-1 * 53.0208333333vw - 108px); } }

.text-image-block__image--right {
  float: left; }
  .text-image-block--responsive .text-image-block__image--right {
    width: calc(53.0208333333vw - 48px);
    margin-right: calc(-1 * 53.0208333333vw - 48px); }
    @media (min-width: 1200px) {
      .text-image-block--responsive .text-image-block__image--right {
        width: calc(53.0208333333vw - 108px);
        margin-right: calc(-1 * 53.0208333333vw - 108px); } }

@media (max-width: 991.98px) {
  .text-image-block__image {
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none !important; } }

.text-image-block__report-image {
  display: block;
  margin-top: -5%;
  margin-bottom: -16%; }

.text-icon-block {
  position: relative;
  padding-top: 65px;
  color: #ffffff; }
  @media (min-width: 992px) {
    .text-icon-block {
      padding-top: 56px; } }
  .text-icon-block--fixed-wide {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto; }
  .text-icon-block__container {
    background: rgba(30, 33, 49, 0.7);
    border-radius: 12px; }
    .text-icon-block--image .text-icon-block__container {
      overflow: hidden; }
    @media (max-width: 767.98px) {
      .text-icon-block--no-radius-d-sm .text-icon-block__container {
        border-radius: 0; } }
  .text-icon-block__inner {
    padding-left: 24px;
    padding-right: 24px; }
    @media (min-width: 992px) {
      .text-icon-block__inner {
        padding-left: 78px;
        padding-right: 78px; } }
    .text-icon-block--timeline .text-icon-block__inner {
      padding: 0; }
      @media (min-width: 992px) {
        .text-icon-block--timeline .text-icon-block__inner {
          padding-right: 78px; } }
    .text-icon-block--image .text-icon-block__inner {
      padding: 0; }
  .text-icon-block__icon-container {
    float: left;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    margin-top: -65px;
    padding: 5px;
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #4650f0; }
    @media (min-width: 992px) {
      .text-icon-block__icon-container {
        width: 200px;
        height: 200px;
        margin-top: -56px;
        padding: 20px; } }
    .text-icon-block--timeline .text-icon-block__icon-container {
      margin-left: 24px; }
      @media (min-width: 992px) {
        .text-icon-block--timeline .text-icon-block__icon-container {
          margin-left: 78px; } }
    .text-icon-block--image .text-icon-block__icon-container {
      position: absolute;
      left: 24px; }
      @media (min-width: 992px) {
        .text-icon-block--image .text-icon-block__icon-container {
          left: 80px; } }
    .text-icon-block__icon-container--full {
      padding: 0 !important; }
  .text-icon-block__icon {
    max-width: 100%;
    height: auto; }
    .text-icon-block__icon--full {
      width: 100%; }
  .text-icon-block__content {
    clear: both;
    padding-top: 32px; }
    @media (min-width: 992px) {
      .text-icon-block__content {
        padding-top: 56px; } }
    .text-icon-block--image .text-icon-block__content {
      padding-top: 0; }
  @media (min-width: 992px) {
    .text-icon-block--two-cols .text-icon-block__cols {
      column-count: 2;
      column-gap: 120px; } }
  @media (min-width: 992px) {
    .text-icon-block--two-up .text-icon-block__cols {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 120px; } }
  @media (min-width: 992px) {
    .text-icon-block--timeline .text-icon-block__cols {
      display: grid;
      grid-template-columns: minmax(320px, 698px) minmax(auto, 691px);
      grid-gap: 48px; } }
  .text-icon-block__cols :first-of-type {
    margin-top: 0; }
  .text-icon-block__col {
    margin-bottom: 45px; }
    .text-icon-block--timeline .text-icon-block__col {
      padding-left: 24px;
      padding-right: 24px; }
      @media (min-width: 992px) {
        .text-icon-block--timeline .text-icon-block__col {
          padding-left: 78px;
          padding-right: 78px; } }
    .text-icon-block__col--slider {
      overflow: hidden;
      padding: 0 !important; }
    .text-icon-block__col:last-child {
      margin-bottom: 0; }
  .text-icon-block__title {
    margin: 0;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.28125;
    color: #14f0af; }
  .text-icon-block__footer {
    margin-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #1e2131;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-size: 18px;
    line-height: 1.3333333333;
    font-weight: 900; }
    @media (min-width: 992px) {
      .text-icon-block__footer {
        padding-left: 0;
        padding-right: 0; } }
    .text-icon-block--image .text-icon-block__footer {
      margin-top: 0; }
    .text-icon-block__footer-list {
      margin: 0;
      padding: 0;
      list-style: none;
      flex-wrap: wrap;
      gap: 10px 20px;
      padding-left: 45px;
      padding-right: 45px; }
      @media (min-width: 992px) {
        .text-icon-block__footer-list {
          display: flex;
          align-items: center;
          justify-content: center; } }
    .text-icon-block__footer-item {
      display: flex;
      align-items: center;
      margin: 0;
      margin-bottom: 24px; }
      @media (min-width: 992px) {
        .text-icon-block__footer-item {
          margin-bottom: 0;
          padding-left: 20px;
          padding-right: 20px; } }
      .text-icon-block__footer-item:last-of-type {
        margin-bottom: 0; }
      .text-icon-block__footer-item:before {
        content: none; }
    .text-icon-block__footer-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      margin-right: 16px;
      fill: #14f0af;
      background: #252737;
      border-radius: 4px;
      padding: 4px; }
  .text-icon-block__image {
    display: flex;
    align-items: center;
    justify-content: center; }

.icon-block {
  position: relative;
  padding-top: 65px;
  color: #ffffff; }
  @media (min-width: 992px) {
    .icon-block {
      padding-top: 0;
      padding-left: 100px; }
      .icon-block--responsive-lg {
        padding-left: 11.1111111111%; } }
  @media (min-width: 992px) {
    .icon-block--right-lg {
      padding-left: 0;
      padding-right: 100px; }
      .icon-block--right-lg.icon-block--responsive-lg {
        padding-right: 11.1111111111%; } }
  .icon-block__container {
    overflow: hidden;
    background: rgba(30, 33, 49, 0.7);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }
    @media (max-width: 767.98px) {
      .icon-block--no-radius-d-sm .icon-block__container {
        border-radius: 0; } }
  .icon-block__icon-container {
    position: absolute;
    left: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.66667rem;
    height: 6.66667rem;
    padding: 0.83333rem;
    margin-top: -2.70833rem;
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #252737;
    font-size: 0.58333rem;
    align-items: center;
    justify-content: center; }
    @media (min-width: 992px) {
      .icon-block__icon-container {
        margin-top: 0;
        top: 80px; } }
    @media (min-width: 992px) {
      .icon-block--responsive-lg .icon-block__icon-container {
        width: 22%;
        height: auto;
        top: 8.88%; }
        .icon-block--responsive-lg .icon-block__icon-container:after {
          content: "";
          display: block;
          padding-bottom: 100%; } }
    @media (min-width: 992px) {
      .icon-block--right-lg .icon-block__icon-container {
        left: auto;
        right: 0; } }
  .icon-block__icon {
    display: block;
    max-width: 100%;
    height: auto; }
    .icon-block__icon--full {
      width: 100%; }
  .icon-block__content {
    clear: both; }
  .icon-block__footer {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.66667rem;
    padding-bottom: 0.66667rem;
    background: #1e2131;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-size: 0.75rem;
    line-height: 1.3333333333;
    font-weight: 900; }
    @media only screen and (min-width: 1500px) {
      .icon-block__footer {
        padding-left: 0;
        padding-right: 0; } }
    .icon-block__footer-list {
      margin: 0;
      padding: 0;
      list-style: none;
      justify-content: flex-start;
      text-align: right; }
      @media only screen and (min-width: 1500px) {
        .icon-block__footer-list {
          display: flex;
          align-items: center; } }
      @media only screen and (min-width: 1500px) {
        .icon-block--right-lg .icon-block__footer-list {
          justify-content: flex-end; } }
    .icon-block__footer-item {
      display: flex;
      align-items: center;
      margin: 0;
      margin-bottom: 1rem; }
      @media only screen and (min-width: 1500px) {
        .icon-block__footer-item {
          margin-bottom: 0;
          padding-left: 1.875rem;
          padding-right: 1.875rem; } }
      .icon-block__footer-item:last-of-type {
        margin-bottom: 0; }
      .icon-block__footer-item:before {
        content: none; }
    .icon-block__footer-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      margin-right: 16px;
      fill: #14f0af;
      background: #252737;
      border-radius: 4px;
      padding: 4px; }
  .icon-block__image {
    display: flex;
    align-items: center;
    justify-content: center; }

.icon-list__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.icon-list__icon {
  display: none;
  flex-shrink: 0; }
  @media (min-width: 992px) {
    .icon-list__icon {
      display: block; } }

.icon-list__item {
  margin: 0;
  margin-bottom: 56px;
  fill: white; }
  @media (min-width: 992px) {
    .icon-list__item--indent-60 {
      padding-left: 60px; } }
  .icon-list__item:before {
    content: none; }
  @media (min-width: 992px) {
    .icon-list__item {
      display: flex;
      align-items: center;
      margin-bottom: 39px; } }
  .icon-list__item:last-of-type {
    margin-bottom: 0; }

.icon-list__title {
  margin: 0;
  margin-bottom: 12px;
  color: #14f0af;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4; }
  @media (min-width: 992px) {
    .icon-list__title {
      font-size: 34px;
      font-weight: 900;
      line-height: 1.2941176471; } }

@media (min-width: 992px) {
  .icon-list__content {
    margin-left: 38px; } }

.icon-list__text {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.4; }
  @media (min-width: 992px) {
    .icon-list__text {
      font-size: 28px;
      line-height: 1.2857142857; } }

.pitch {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #191c2b;
  border-radius: 12px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
  text-align: center; }
  .pitch--full-height {
    display: flex;
    flex-direction: column;
    height: 100%; }
  .pitch--transparent {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0; }
  .pitch--benchmarks {
    background-color: #151829 !important; }
  .pitch--detailed {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .pitch--detailed {
        max-width: auto; } }
  .pitch__image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px; }
    .pitch__image--featured {
      margin-top: 74px; }
  .pitch__inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 40px;
    background-color: #1e2131; }
    @media (min-width: 992px) {
      .pitch__inner {
        padding-left: 48px;
        padding-right: 48px; } }
    .pitch--detailed .pitch__inner {
      padding: 10px; }
      @media (min-width: 768px) {
        .pitch--detailed .pitch__inner {
          padding: 24px; } }
    .pitch--tinted .pitch__inner {
      background-color: #222535; }
    .pitch--price .pitch__inner {
      padding-top: 20px; }
  .pitch__pre-title {
    text-transform: uppercase;
    color: #14f0af;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3125; }
    .pitch__pre-title--benchmarks {
      font-size: 14px; }
  .pitch__title {
    position: relative;
    margin: 0 !important;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      .pitch__title {
        padding-left: 40px;
        padding-right: 40px; } }
    .pitch__title--gameintel {
      background-color: #191c2b;
      padding-bottom: 21px; }
    .pitch__title--tinted {
      background-color: #222435; }
    .pitch__title--price {
      font-size: 32px;
      font-weight: 700;
      line-height: 1.2; }
    .pitch--detailed .pitch__title {
      padding: 24px;
      font-size: 24px !important;
      line-height: 1.4166666667; }
    .pitch--number-1 .pitch__title {
      background-image: url("../../src/images/number-1.png");
      background-repeat: no-repeat;
      background-position: -32px center; }
      @media only screen and (min-resolution: 192dpi) {
        .pitch--number-1 .pitch__title {
          background-image: url("../../src/images/number-1@2x.png");
          background-size: 195px 158px; } }
  .pitch__discount {
    margin-left: 4px;
    color: #14f0af;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  .pitch__cta {
    margin-top: auto; }
    .pitch--detailed .pitch__cta {
      margin-top: 24px; }
  .pitch__container {
    display: flex;
    flex-direction: column;
    width: 100%; }
    @media (max-width: 991.98px) {
      .pitch__container {
        min-height: 100% !important; } }
  .pitch__pill {
    position: relative;
    width: 87px;
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 23px;
    padding: 3px 6px;
    font-size: 10px;
    background: #4650F0;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-transform: uppercase;
    color: white;
    font-weight: 700; }
    .pitch__pill:before {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      width: 112px;
      height: 1px;
      background: #4650F0; }
  .pitch__pricer {
    position: relative;
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    margin-top: 10px; }
  .pitch__list {
    max-width: 340px;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    .pitch__list--no-mw {
      max-width: unset;
      margin: 0; }
    @media (max-width: 991.98px) {
      .pitch__list {
        margin-bottom: 20px !important; } }
    .pitch--detailed .pitch__list {
      width: 100%;
      max-width: 100%;
      text-align: left; }
    .pitch__list--tight {
      margin-top: 24px;
      margin-bottom: 42px;
      text-align: left; }
  .pitch__list-title {
    margin-top: 32px;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    text-align: left; }
  .pitch__icon {
    position: relative;
    top: 1px;
    margin-right: 10px;
    flex-shrink: 0; }
  .pitch__break {
    border-bottom: #252737 solid 1px; }
  .pitch__copy {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3; }
    @media (min-width: 992px) {
      .pitch__copy {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .pitch__copy {
        font-size: 20px; } }
  .pitch__item {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    border-bottom: #252737 solid 1px; }
    .pitch__item--with-icon {
      display: flex;
      align-items: flex-start; }
    .pitch__item--tight {
      font-size: 20px;
      padding-top: 4px;
      padding-bottom: 4px;
      border-bottom: none; }
      @media (min-width: 992px) {
        .pitch__item--tight {
          font-size: 16px; } }
      @media (min-width: 1200px) {
        .pitch__item--tight {
          font-size: 20px; } }
    .pitch__item:before {
      content: none; }
    .pitch__item:last-child {
      border-bottom: none; }
  .pitch__large {
    font-size: 24px; }
  .pitch__small {
    font-size: 14px;
    font-weight: 400;
    line-height: 3; }
  .pitch__paragraph {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }
    .pitch__paragraph:last-child {
      margin-bottom: 0; }
  .pitch__price-line1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 180px;
    margin: 0 auto; }
  .pitch__price {
    padding: 24px;
    font-size: 34px;
    line-height: 1.2941176471;
    font-weight: 700;
    color: #14f0af;
    background-color: #191c2b;
    border-radius: 12px; }
    .pitch__price--small {
      font-size: 14px;
      line-height: 1.2857142857;
      font-weight: 600; }
    .pitch__price--gameintel {
      min-height: 115px; }
  .pitch__box {
    padding: 0 10px;
    background-color: #191c2b;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    height: 100%; }
    @media (min-width: 1200px) {
      .pitch__box {
        padding: 0 32px; } }
  .pitch__cols {
    display: grid;
    grid-gap: 16px; }
    @media (min-width: 992px) {
      .pitch__cols {
        grid-template-columns: 1fr 1fr; } }
  .pitch__table {
    text-align: left;
    font-size: 20px;
    line-height: 1.3; }
    .pitch__table thead {
      font-weight: 700; }
    .pitch__table td {
      padding: 16px 0;
      border-right: 0 !important;
      border-bottom: #252737 solid 1px; }
    .pitch__table tbody tr:last-child td {
      border-bottom: 0; }
  .pitch__small {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2857142857;
    opacity: 0.5; }
    .pitch__small--benchmarks {
      opacity: 1;
      margin-top: 5px;
      font-size: 28px;
      font-weight: 700;
      line-height: 1.1; }
    .pitch__small--price {
      position: relative;
      top: -14px;
      color: #ffffff;
      opacity: 0.5; }
    .pitch__small--mt {
      margin-top: 5px; }
    .pitch__small--green {
      color: #14f0af;
      font-weight: 400;
      opacity: 1;
      font-size: 16px; }
    .pitch__small--label {
      display: flex;
      max-width: 53px;
      color: #636589;
      font-size: 14px;
      line-height: 1;
      text-align: left; }
    .pitch__small--white {
      color: white;
      opacity: 1; }
  .pitch__semi {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6667; }
  .pitch__thin {
    font-weight: 100; }
  .pitch__fb {
    display: flex;
    align-items: center; }
  .pitch__white {
    color: #ffffff; }
    .pitch__white--regular {
      font-size: 24px;
      font-weight: 400; }

.pitch-addendum {
  display: block;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.3125;
  opacity: 0.5;
  text-align: center; }
  @media (min-width: 992px) {
    .pitch-addendum {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0; } }
  .pitch-addendum--solid {
    opacity: 1; }

.pitches {
  display: flex;
  justify-content: center;
  flex-direction: column; }
  @media (min-width: 992px) {
    .pitches {
      flex-direction: row; } }
  .pitches--4up {
    display: grid;
    grid-gap: 20px; }
    @media (min-width: 768px) {
      .pitches--4up {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1200px) {
      .pitches--4up {
        grid-gap: 20px;
        grid-template-columns: repeat(4, 1fr); } }
  .pitches__pitch {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 100%;
    max-width: 440px; }
    .pitches--4up .pitches__pitch {
      flex-direction: column;
      height: auto;
      margin: 0 5px;
      max-width: unset; }
      .pitches--4up .pitches__pitch .pitch {
        display: flex;
        height: 100%; }
    .pitches--basic .pitches__pitch {
      display: flex;
      flex-direction: column;
      height: auto;
      max-width: 1520px;
      margin-top: 0;
      margin-left: 20px;
      margin-right: 20px; }
      .pitches--basic .pitches__pitch .pitch {
        display: flex;
        height: 100%;
        margin-top: 0; }
    @media (min-width: 992px) {
      .pitches:not(.pitches--4up):not(.pitches--basic) .pitches__pitch {
        margin-top: 40px; }
        .pitches:not(.pitches--4up):not(.pitches--basic) .pitches__pitch:nth-child(1) {
          margin-right: -23px; }
        .pitches:not(.pitches--4up):not(.pitches--basic) .pitches__pitch:nth-child(2) {
          position: relative;
          z-index: 1;
          margin-top: 0;
          max-width: 480px; }
          .pitches:not(.pitches--4up):not(.pitches--basic) .pitches__pitch:nth-child(2) .pitch {
            background-color: #222535; }
            .pitches:not(.pitches--4up):not(.pitches--basic) .pitches__pitch:nth-child(2) .pitch__title {
              background-color: #151829; }
        .pitches:not(.pitches--4up):not(.pitches--basic) .pitches__pitch:nth-child(3) {
          margin-left: -23px; }
        .pitches--basic .pitches:not(.pitches--4up):not(.pitches--basic) .pitches__pitch {
          margin-top: 0;
          margin-left: 20px;
          margin-right: 20px; }
          .pitches--basic .pitches:not(.pitches--4up):not(.pitches--basic) .pitches__pitch .pitch {
            background-color: #191c2b !important; }
            .pitches--basic .pitches:not(.pitches--4up):not(.pitches--basic) .pitches__pitch .pitch__title {
              background-color: #191c2b !important; } }

.inline-items {
  display: inline-flex; }
  .inline-items > * {
    margin-right: 26px;
    margin-top: 0;
    margin-bottom: 0; }
    .inline-items > *:last-child {
      margin-right: 0; }
  @media (max-width: 767.98px) {
    .inline-items--full-block {
      display: block;
      width: 100%; } }
  @media (max-width: 767.98px) {
    .inline-items--full-block > * {
      width: 100%;
      margin-bottom: 15px; } }
  @media (max-width: 767.98px) {
    .inline-items--full-block > *:last-child {
      margin-bottom: 0; } }
  @media (max-width: 767.98px) {
    .inline-items--small-full {
      width: 100%; } }
  .inline-items--small-full > * {
    flex-grow: 1; }
    @media (max-width: 767.98px) {
      .inline-items--small-full > * {
        width: 50%; } }
  .inline-items--wide > * {
    margin-right: 40px; }
  .inline-items--extra-wide > * {
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 100px; }
  .inline-items--center {
    justify-content: center; }

.inline-icons {
  fill: white;
  margin-bottom: -16px; }
  @media (min-width: 992px) {
    .inline-icons {
      margin-bottom: -28px; } }
  .inline-icons__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    margin: 0;
    margin-left: -24px;
    margin-right: -24px;
    padding: 0;
    list-style: none; }
    @media (min-width: 992px) {
      .inline-icons--space-between .inline-icons__list {
        justify-content: space-between;
        margin-left: 0;
        margin-right: 0; } }
    .inline-icons__list--flex-end {
      align-items: flex-end; }
  .inline-icons__item {
    margin: 0;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 40px; }
    .inline-icons__item img {
      display: block; }
    @media (min-width: 992px) {
      .inline-icons__item {
        margin-left: 40px;
        margin-right: 40px;
        margin-bottom: 40px; } }
    @media (min-width: 992px) {
      .inline-icons--space-between .inline-icons__item {
        margin: 0; } }
    .inline-icons--narrow .inline-icons__item {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 10px; }
    .inline-icons__item:before {
      content: none; }
  .inline-icons__icon {
    display: block; }

.title-sup--position-relative {
  position: relative; }

.title-sup__title {
  position: relative;
  display: inline-block;
  font-size: 42px;
  line-height: 1; }
  .title-sup--position-relative .title-sup__title {
    position: unset; }

.title-sup__sup {
  position: absolute;
  right: 0;
  top: -9px;
  color: #14f0af;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .title-sup--position-relative .title-sup__sup {
      top: 4px; } }

.testimonial {
  width: 100%;
  position: relative; }
  .testimonial--fixed {
    max-width: 660px; }
  .testimonial--equal-height, .testimonial--feature {
    height: inherit; }
  .testimonial__blockquote {
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #1e2131;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 12px; }
    .testimonial__blockquote:before {
      content: none !important; }
    .testimonial--equal-height .testimonial__blockquote,
    .testimonial--feature .testimonial__blockquote {
      display: flex;
      flex-direction: column;
      margin: 0;
      padding: 0;
      height: 100%; }
      @media (min-width: 1200px) {
        .testimonial--equal-height .testimonial__blockquote,
        .testimonial--feature .testimonial__blockquote {
          flex-direction: row; } }
  .testimonial__main {
    margin: 0;
    padding: 20px 15px; }
    .testimonial--equal-height .testimonial__main {
      height: 100%;
      display: flex;
      flex-direction: column; }
    .testimonial--feature .testimonial__main {
      height: 100%;
      padding: 15px;
      display: flex;
      flex-direction: column; }
      @media (min-width: 1200px) {
        .testimonial--feature .testimonial__main {
          padding: 40px; } }
    @media (min-width: 576px) {
      .testimonial__main {
        padding: 40px; } }
  .testimonial__icon {
    position: relative;
    z-index: 1;
    height: 51.25%;
    width: auto;
    max-width: 146px; }
    @media (min-width: 576px) {
      .testimonial__icon {
        height: auto; } }
  .testimonial__picture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .testimonial__banner {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-height: 200px; }
    .testimonial__banner:before {
      content: "";
      display: block;
      padding-bottom: 24.4648318043%; }
      @media (min-width: 1200px) {
        .testimonial__banner:before {
          content: none; } }
    @media (min-width: 1200px) {
      .testimonial__banner {
        max-width: 200px;
        max-height: 100%; } }
  .testimonial__feature {
    max-width: unset;
    object-fit: cover;
    object-position: center;
    align-self: flex-start;
    width: 100%;
    height: 100%;
    opacity: 0.2; }
    @media (min-width: 576px) {
      .testimonial__feature {
        object-position: top center; } }
  .testimonial__content {
    position: relative;
    padding-left: 44px;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 1.333; }
    .testimonial--equal-height .testimonial__content {
      height: 100%; }
    .testimonial--feature .testimonial__content {
      margin-bottom: 0;
      padding-top: 20px;
      padding-left: 0;
      height: 100%; }
      @media (min-width: 1200px) {
        .testimonial--feature .testimonial__content {
          margin-bottom: 0;
          padding-top: 0; } }
    .testimonial__content > * {
      position: relative;
      z-index: 1; }
    .testimonial__content p {
      margin-top: 0; }
    .testimonial__content:before {
      content: "“";
      display: block;
      position: absolute;
      top: -10px;
      left: 0;
      color: #14f0af;
      font-size: 40px;
      font-weight: 700;
      font-style: italic; }
    .testimonial--feature .testimonial__content:before {
      color: #151829;
      font-size: 180px;
      line-height: 0.5185185185;
      top: 40px;
      left: -24px;
      font-family: "PT Serif Caption";
      font-style: normal; }
      @media (min-width: 1200px) {
        .testimonial--feature .testimonial__content:before {
          top: 30px;
          left: -42px;
          font-size: 243px; } }
  .testimonial__name {
    margin: 0;
    margin-bottom: 2px;
    color: white;
    font-weight: 700;
    font-size: 20px; }
  .testimonial__position, .testimonial__credits {
    margin: 0;
    color: #14f0af;
    font-weight: 300;
    font-size: 16px; }
  .testimonial__avatar {
    display: block;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 16px;
    border-radius: 100% !important;
    font-size: 16px;
    line-height: 1.2; }
    @media (min-width: 576px) {
      .testimonial__avatar {
        width: 80px;
        height: 80px; } }
  .testimonial__footer {
    display: flex;
    align-items: flex-start;
    margin-top: 16px;
    padding-top: 16px;
    border-top: #252737 solid 1px; }
    @media (min-width: 1200px) {
      .testimonial__footer {
        margin-top: 40px;
        padding-top: 40px; } }
    .testimonial--feature .testimonial__footer {
      margin-top: 0; }
  .testimonial__cite {
    font-style: normal; }

.testimonials {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .testimonials {
      flex-direction: row; } }
  .testimonials > .testimonial {
    margin-bottom: 24px; }
    @media (min-width: 992px) {
      .testimonials > .testimonial {
        margin-bottom: 0;
        margin-right: 40px; } }
    .testimonials > .testimonial:last-of-type {
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .testimonials > .testimonial:last-of-type {
          margin-right: 0; } }

.switcher__canvas {
  position: relative;
  display: grid; }

.switcher__step {
  grid-area: 1 / -1;
  position: relative;
  pointer-events: none;
  display: none; }
  .switcher__step--in {
    z-index: 1;
    pointer-events: initial;
    display: block; }

.switcher__controls {
  display: flex;
  justify-content: center;
  margin-top: 14px; }
  @media (min-width: 992px) {
    .switcher__controls {
      margin-top: 100px; } }

.switcher .text-image-block__content {
  opacity: 0;
  transition: 0.25s; }

.switcher .text-image-block__image {
  opacity: 0;
  transform: translateX(0) translateZ(0);
  transition: 0.25s; }

.switcher__step--in .text-image-block__content {
  opacity: 1;
  transition-delay: 0.25s; }

.switcher__step--in .text-image-block__image {
  opacity: 1;
  transform: translateX(0) translateZ(0);
  transition-delay: 0.25s; }

.dots {
  display: flex;
  align-items: center; }
  .dots--rounded {
    border-radius: 12px; }
  .dots--ib {
    display: inline-flex;
    margin: 0 auto; }
  .dots__pagination {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none; }
  .dots__item {
    margin: 0; }
    .dots__item:before {
      content: none; }
  .dots__prev, .dots__next {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    fill: rgba(255, 255, 255, 0.3);
    height: 18px;
    outline-offset: -1px; }
    .dots--gi .dots__prev, .dots--gi .dots__next {
      fill: #252638; }
    .dots__prev svg, .dots__next svg {
      display: block; }
    .dots__prev:focus, .dots__prev:hover, .dots__next:focus, .dots__next:hover {
      fill: rgba(20, 240, 175, 0.3); }
      .dots--blue .dots__prev:focus, .dots--blue .dots__prev:hover, .dots--blue .dots__next:focus, .dots--blue .dots__next:hover {
        fill: rgba(74, 68, 244, 0.7); }
      .dots--gi .dots__prev:focus, .dots--gi .dots__prev:hover, .dots--gi .dots__next:focus, .dots--gi .dots__next:hover {
        fill: rgba(74, 68, 244, 0.7); }
  .dots__prev {
    margin-right: 10px; }
    @media (min-width: 768px) {
      .dots__prev {
        margin-right: 20px; } }
  .dots__next {
    margin-left: 10px; }
    @media (min-width: 768px) {
      .dots__next {
        margin-left: 20px; } }
  .dots__button {
    cursor: pointer;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0;
    margin-left: 6px;
    margin-right: 6px;
    padding: 0;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    transition: ease-in-out, 250ms;
    outline-offset: -1px; }
    .dots--gi .dots__button {
      background-color: #252638; }
    @media (min-width: 768px) {
      .dots__button {
        margin-left: 12px;
        margin-right: 12px; } }
    .dots__button:focus, .dots__button:hover {
      background-color: rgba(20, 240, 175, 0.3); }
      .dots--blue .dots__button:focus, .dots--blue .dots__button:hover {
        background-color: rgba(74, 68, 244, 0.7); }
      .dots--gi .dots__button:focus, .dots--gi .dots__button:hover {
        background-color: rgba(74, 68, 244, 0.7); }
    .dots__button--active {
      background-color: #14f0af !important; }
      .dots--blue .dots__button--active {
        background-color: #4a44f4 !important; }
      .dots--gi .dots__button--active {
        background-color: #4a44f4 !important; }

.box, .box-ad, .box-code-previewer, .accordion__item, .collapse-menu__item {
  width: 100%;
  padding: 1rem;
  background-color: #1e2131;
  border-radius: 12px;
  color: #ffffff; }
  @media (min-width: 768px) {
    .box, .box-ad, .box-code-previewer, .accordion__item, .collapse-menu__item {
      padding: 1.33333rem; } }
  .box--blurred {
    background: rgba(21, 24, 41, 0.5);
    backdrop-filter: blur(138.59px); }
  .box--carousel {
    overflow: hidden;
    padding: 0;
    background-color: #222537; }
    .box--carousel img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .box--blue {
    background: #4650f0; }
  .box--blue-blurred {
    background: rgba(70, 80, 240, 0.8);
    backdrop-filter: blur(138.59px); }
  .box--thin {
    padding: 0.66667rem; }
    @media (min-width: 768px) {
      .box--thin {
        padding: 1.33333rem; } }
  .box--with-image-title {
    position: relative;
    margin-top: 1.70833rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4rem;
    max-width: 810px; }
    @media (min-width: 992px) {
      .box--with-image-title {
        max-width: 100%; } }
  .box--link {
    padding: 0 !important; }
  @media (min-width: 992px) {
    .box--p-50-lg {
      padding: 2.08333rem; } }
  @media (min-width: 1200px) {
    .box--p-80-xl {
      padding: 3.33333rem; } }
  .box--1 {
    max-width: 310px; }
  .box--2 {
    max-width: 425px; }
  .box--3 {
    max-width: 660px; }
  .box--4 {
    max-width: 1360px; }
  .box--two-col {
    padding: 1rem; }
    @media (min-width: 992px) {
      .box--two-col {
        display: flex;
        align-items: center;
        flex-direction: row;
        padding: 1.66667rem; } }
  .box__link {
    display: block;
    padding: 1rem; }
    @media (min-width: 768px) {
      .box__link {
        padding: 1.33333rem; } }
  .box__image {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 1;
    max-width: 100%;
    min-width: 3.33333rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.33333rem;
    background-color: #4650f0;
    border-radius: 8px;
    font-size: 0.75rem; }
    .box__image--icon {
      font-size: unset;
      width: 104px;
      height: 104px; }
    .box--link .box__image {
      background-color: transparent; }
    @media (min-width: 992px) {
      .box--two-col .box__image {
        margin-right: 1.33333rem;
        margin-bottom: 0; } }
  .box__content {
    margin-left: 0.33333rem;
    margin-right: 0.33333rem;
    font-size: 0.66667rem;
    line-height: 1.5; }
    .box--two-col .box__content {
      text-align: center; }
      @media (min-width: 992px) {
        .box--two-col .box__content {
          text-align: left; } }
  .box__desc :first-of-type {
    margin-top: 0; }
  .box__desc :last-of-type {
    margin-bottom: 0; }
  @media (min-width: 992px) {
    .box--large-copy .box__desc {
      font-size: 0.91667rem; } }
  .box__desc--clamped {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .box--2.box--clamped .box__desc,
  .box--3.box--clamped .box__desc,
  .box--4.box--clamped .box__desc {
    -webkit-line-clamp: 2; }
  .box__desc--clamped-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .box__title {
    margin: 0;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1.2777777778; }
    @media (min-width: 992px) {
      .box--large-copy .box__title {
        margin-top: -2px;
        margin-bottom: 0;
        font-size: 1.16667rem;
        font-weight: 900; } }
  .box__icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 112px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .box__icon-bg {
    display: block;
    width: 100%;
    border-radius: 8px;
    opacity: 0.25;
    transition: ease-in-out, 250ms; }
    .box__link:focus .box__icon-bg,
    .box__link:hover .box__icon-bg {
      opacity: 0.5;
      transform: scale(1.05); }
  .box__icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 10px 48px; }
  .box__image-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -41px; }
    @media (min-width: 992px) {
      .box__image-title {
        left: 80px;
        transform: none; } }

.card {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.25) 5px 5px 40px; }
  .card--no-shadow {
    box-shadow: none; }
  .card--full-height {
    height: 100%; }
  .card--small-medium {
    width: 100%; }
    @media (min-width: 576px) {
      .card--small-medium {
        width: 453px; } }
    @media (min-width: 992px) {
      .card--small-medium {
        width: 500px; } }
  .card__link {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .card__container {
    position: relative;
    z-index: 2;
    display: block;
    height: 100%;
    padding: 0.66667rem;
    background-color: #1e2131;
    border-radius: 12px;
    color: #ffffff;
    transition: ease-in-out, 250ms; }
    @media (min-width: 992px) {
      .card__container {
        padding: 1.33333rem; } }
    .card--no-br .card__container {
      border-radius: 0; }
    .card--footer .card__container {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .card--to-edges .card__container {
      padding: 0 !important; }
    .card__container .icon {
      transform: scale(0);
      transition: ease-in-out, 250ms; }
    .card__container .icon-play {
      width: 40px;
      height: 40px; }
    .card__container .icon-listen {
      width: 39px;
      height: 40px; }
    .card__container .icon-read {
      width: 56px;
      height: 43px; }
    @media (min-width: 1200px) {
      .card--double .card__container .icon-play {
        width: 56px;
        height: 56px; }
      .card--double .card__container .icon-listen {
        width: 55px;
        height: 56px; }
      .card--double .card__container .icon-read {
        width: 73.5px;
        height: 56px; } }
    @media (min-width: 1200px) {
      .card--double-full .card__container .icon-play {
        width: 80px;
        height: 80px; }
      .card--double-full .card__container .icon-listen {
        width: 78px;
        height: 80px; }
      .card--double-full .card__container .icon-read {
        width: 105px;
        height: 80px; } }
    .card--footer .card__container {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .card--double .card__container,
    .card--double-full .card__container {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      @media (min-width: 1200px) {
        .card--double .card__container,
        .card--double-full .card__container {
          flex-direction: row; } }
    @media (min-width: 1200px) {
      .card--reverse .card__container {
        flex-direction: row-reverse; } }
  .card .card__container:focus, .card .card__container:hover {
    background-color: #282c40; }
    .card .card__container:focus .card__icon-container, .card .card__container:hover .card__icon-container {
      opacity: 1; }
    .card .card__container:focus .icon, .card .card__container:hover .icon {
      transform: scale(1); }
  .card .card__container--no-image .card__icon-container {
    opacity: 1; }
  .card .card__container--no-image .icon {
    transform: scale(1); }
  .card__content-container {
    flex-shrink: 1; }
    .card--double .card__content-container,
    .card--double-full .card__content-container {
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
      @media (min-width: 1200px) {
        .card--double .card__content-container,
        .card--double-full .card__content-container {
          width: 50%; } }
  .card__pill {
    position: relative;
    z-index: 5;
    margin-right: auto;
    margin-bottom: 0.5rem; }
  .card__image-container {
    overflow: hidden;
    position: relative;
    display: flex;
    width: 100%;
    height: 228px;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 1;
    margin-bottom: 0.41667rem;
    background-color: #282c40;
    border-radius: 8px;
    font-size: 0.66667rem; }
    @media (min-width: 992px) {
      .card__image-container {
        height: auto;
        margin-bottom: 0.91667rem; } }
    .card--to-edges .card__image-container {
      margin-bottom: 0 !important;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .card--full .card__image-container {
      height: auto;
      margin-bottom: 0; }
    .card__image-container:before {
      pointer-events: none;
      content: "";
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0.5; }
    .card--small-medium .card__image-container {
      max-width: 433px;
      height: 224px; }
      @media (min-width: 992px) {
        .card--small-medium .card__image-container {
          height: 292px; } }
    .card--medium .card__image-container {
      max-width: 600px;
      height: 224px; }
      @media (min-width: 992px) {
        .card--medium .card__image-container {
          height: 400px; } }
    @media (min-width: 1200px) {
      .card--double .card__image-container {
        width: 50%;
        margin-bottom: 0;
        margin-right: 1.33333rem; } }
    @media (min-width: 1200px) {
      .card--double.card--reverse .card__image-container,
      .card--double-full.card--reverse .card__image-container {
        width: 50%;
        margin-right: 0;
        margin-left: 1.33333rem; } }
    .card--double-full .card__image-container {
      height: 224px; }
      @media (min-width: 1200px) {
        .card--double-full .card__image-container {
          width: 50%;
          height: auto;
          margin-bottom: 0;
          margin-right: 1.33333rem; } }
    .card__image-container--overlay1:before {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8c033+0,fb8833+50,e74f4c+100 */
      background: #f8c033;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #f8c033 0%, #fb8833 50%, #e74f4c 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #f8c033 0%, #fb8833 50%, #e74f4c 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #f8c033 0%, #fb8833 50%, #e74f4c 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
    .card__image-container--overlay2:before {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8db9ff+0,5c8fff+50,064e95+100 */
      background: #8db9ff;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #8db9ff 0%, #5c8fff 50%, #064e95 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #8db9ff 0%, #5c8fff 50%, #064e95 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #8db9ff 0%, #5c8fff 50%, #064e95 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8db9ff', endColorstr='#064e95',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
    .card__image-container--overlay3:before {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b19cff+0,995efc+50,4215e6+100 */
      background: #b19cff;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #b19cff 0%, #995efc 50%, #4215e6 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #b19cff 0%, #995efc 50%, #4215e6 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #b19cff 0%, #995efc 50%, #4215e6 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b19cff', endColorstr='#4215e6',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
    .card__image-container--overlay4:before {
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ef32fb+0,c54ce6+50,9117b2+100 */
      background: #ef32fb;
      /* Old browsers */
      background: -moz-linear-gradient(-45deg, #ef32fb 0%, #c54ce6 50%, #9117b2 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-45deg, #ef32fb 0%, #c54ce6 50%, #9117b2 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(135deg, #ef32fb 0%, #c54ce6 50%, #9117b2 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef32fb', endColorstr='#9117b2',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */ }
  .card__image {
    display: block;
    width: 100%;
    height: 228px;
    object-fit: cover;
    object-position: center; }
    .card--double .card__image {
      height: 224px; }
      @media (min-width: 1200px) {
        .card--double .card__image {
          height: 300px; } }
    .card--double-full .card__image {
      height: 224px; }
      @media (min-width: 1200px) {
        .card--double-full .card__image {
          height: 500px; } }
    .card--small-medium .card__image {
      height: 224px; }
      @media (min-width: 992px) {
        .card--small-medium .card__image {
          height: 334px; } }
    .card--medium .card__image {
      height: 224px; }
      @media (min-width: 992px) {
        .card--medium .card__image {
          height: 400px; } }
  .card__desc {
    display: flex;
    margin-top: auto;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.6666666667; }
    .card--double .card__desc,
    .card--double-full .card__desc {
      margin-top: auto;
      padding-top: 0.66667rem; }
    .card--double .card__desc {
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .card--double-full .card__desc {
      display: -webkit-box;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .card__desc :first-of-type {
      margin-top: 0; }
    .card__desc :last-of-type {
      margin-bottom: 0; }
  .card__meta {
    display: block;
    font-size: 0.66667rem;
    font-weight: 600;
    line-height: 1.2857142857;
    color: rgba(255, 255, 255, 0.5); }
  .card__title {
    margin: 0;
    margin-bottom: 0.41667rem;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1.5555555556;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    .card--small-medium .card__title {
      -webkit-line-clamp: 2; }
      @media (min-width: 992px) {
        .card--small-medium .card__title {
          font-size: 1.1125rem;
          line-height: 1.3125; } }
    .card--medium .card__title {
      -webkit-line-clamp: 3; }
      @media (min-width: 992px) {
        .card--medium .card__title {
          font-size: 1.33333rem;
          line-height: 1.3125; } }
    .card--double .card__title {
      -webkit-line-clamp: 3; }
      @media (min-width: 1200px) {
        .card--double .card__title {
          margin-right: 0.41667rem;
          font-size: 1.16667rem;
          line-height: 1.1470588235; } }
    .card--double-full .card__title {
      -webkit-line-clamp: 3; }
      @media (min-width: 1200px) {
        .card--double-full .card__title {
          font-size: 2.16667rem;
          line-height: 1.2692307692; } }
  .card__icon-container {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 0.58333rem;
    font-weight: 900;
    line-height: 1.2777777778;
    fill: #ffffff;
    opacity: 0;
    transition: ease-in-out, 250ms; }
    @media (min-width: 992px) {
      .card__icon-container {
        font-size: 0.75rem; } }
    .card__icon-container--always-on {
      opacity: 1 !important; }
  .card__icon-label {
    margin-top: 0.25rem; }
    @media (min-width: 992px) {
      .card__icon-label {
        margin-top: 0.5rem; } }
  .card__image-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1.70833rem; }
    @media (min-width: 992px) {
      .card__image-title {
        left: 3.33333rem;
        transform: none; } }
  .card__footer {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0.625rem 0.41667rem;
    min-height: 66px;
    background-color: #222535;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; }
    @media (min-width: 992px) {
      .card__footer {
        padding: 0.625rem 0.83333rem;
        justify-content: center; } }
    .card__footer--left {
      justify-content: flex-start; }
    .card__footer-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      @media (min-width: 992px) {
        .card__footer-list {
          display: flex;
          align-items: center;
          justify-content: center; } }
    .card__footer-item {
      display: flex;
      align-items: center;
      margin: 0;
      margin-bottom: 1rem !important;
      padding-left: 0 !important;
      font-size: 0.58333rem;
      font-weight: 900;
      line-height: 1.2857142857;
      list-style: none; }
      @media (min-width: 992px) {
        .card__footer-item {
          font-size: 0.75rem;
          line-height: 1.3333333333; } }
      @media (min-width: 992px) {
        .card__footer-item {
          margin-bottom: 0 !important;
          padding-left: 1.875rem;
          padding-right: 1.875rem; } }
      .card__footer-item--fixed {
        flex-shrink: 0; }
      .card__footer-item:last-child {
        margin-bottom: 0 !important; }
      .card__footer-item:before {
        content: none !important; }
    .card__footer-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      width: 1.66667rem;
      height: 1.66667rem;
      margin-right: 0.66667rem;
      fill: #14f0af;
      background: #252737;
      border-radius: 4px;
      padding: 0.16667rem; }

.card-carousel-container {
  overflow: hidden;
  border-radius: 12px; }

.boxes {
  margin: 0 auto;
  max-width: 360px;
  padding-left: 24px;
  padding-right: 24px; }
  @media (min-width: 576px) {
    .boxes {
      display: grid;
      grid-gap: 40px;
      grid-template-columns: 1fr;
      justify-content: center;
      justify-items: center;
      max-width: 1408px; } }
  .boxes > * {
    margin-bottom: 24px; }
    @media (min-width: 576px) {
      .boxes > * {
        margin-bottom: 0; } }
    .boxes > *:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 576px) {
    .boxes--two-up {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  .boxes--clamped .boxes--two-up .box__desc {
    -webkit-line-clamp: 2; }
  @media (min-width: 768px) {
    .boxes--three-up {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  .boxes--clamped .boxes--three-up .box__desc {
    -webkit-line-clamp: 2; }
  @media (min-width: 576px) {
    .boxes--four-up {
      max-width: 810px;
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 1200px) {
    .boxes--four-up {
      max-width: 1360px;
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }
  .boxes--clamped .boxes--four-up .box__desc {
    -webkit-line-clamp: 2; }
  @media (min-width: 576px) {
    .boxes--four-up-1310 {
      max-width: 810px;
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media only screen and (min-width: 1310px) {
    .boxes--four-up-1310 {
      max-width: 1360px;
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }

.stats-box {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 36px 20px 32px 20px;
  background-color: #4650f0;
  border-radius: 12px;
  color: #ffffff;
  text-align: center; }
  .stats-box--reverse {
    display: flex;
    flex-direction: column-reverse;
    padding: 32px 20px 36px 20px; }
  .stats-box:after {
    content: "";
    display: block;
    position: absolute;
    right: 0r;
    top: 50%;
    transform: translateY(-50%) translateY(10px);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    opacity: 0.1; }
  .stats-box--trophy:after {
    background-image: url("../images/icons/trophy.png");
    width: 72px;
    height: 100px;
    right: 0;
    transform: translateY(-50%); }
  .stats-box--controller:after {
    background-image: url("../images/icons/controller.png");
    width: 70px;
    height: 90px;
    right: 0;
    transform: translateY(-50%); }
  .stats-box--prize:after {
    background-image: url("../images/icons/prize.png");
    width: 48px;
    height: 90px;
    right: 0;
    transform: translateY(-50%); }
  .stats-box--globe:after {
    background-image: url("../images/icons/globe.png");
    width: 70px;
    height: 96px;
    right: 0;
    transform: translateY(-50%); }
  .stats-box--helmet:after {
    background-image: url("../images/icons/helmet.png");
    width: 145px;
    height: 167px;
    right: -14px; }
  .stats-box--rosette:after {
    background-image: url("../images/icons/rosette.png");
    width: 180px;
    height: 180px;
    right: -27px; }
  .stats-box--handheld:after {
    background-image: url("../images/icons/handheld.png");
    width: 183px;
    height: 121px;
    right: -40px; }
  .stats-box--handheld2:after {
    background-image: url("../images/icons/handheld2.png");
    width: 64px;
    height: 74px;
    right: 0;
    transform: translateY(-50%); }
  .stats-box--hand:after {
    background-image: url("../images/icons/hand.png");
    width: 76px;
    height: 107px;
    right: 0;
    transform: translateY(-50%); }
  .stats-box--players:after {
    background-image: url("../images/icons/players.png");
    width: 62px;
    height: 114px;
    right: 0;
    transform: translateY(-50%); }
  .stats-box--chart:after {
    background-image: url("../images/icons/chart.png");
    width: 67px;
    height: 109px;
    right: 0;
    transform: translateY(-50%); }
  .stats-box__title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2916666667; }
    .stats-box--small .stats-box__title {
      font-size: 18px; }
  .stats-box__stat {
    margin: 0;
    padding: 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2857142857; }
    @media (min-width: 1200px) {
      .stats-box__stat {
        font-size: 56px;
        line-height: 1.2678571429; } }
    .stats-box--small .stats-box__stat {
      font-size: 32px; }
      @media (min-width: 1200px) {
        .stats-box--small .stats-box__stat {
          font-size: 40px; } }

.logo-wall {
  max-width: 896px; }
  .logo-wall__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(2, minmax(152px, 1fr)); }
    @media (min-width: 768px) {
      .logo-wall__list {
        grid-gap: 30px;
        grid-template-columns: repeat(auto-fill, minmax(182px, 1fr)); } }
  .logo-wall__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 10px;
    background: #1e2131;
    border-radius: 12px;
    fill: rgba(255, 255, 255, 0.5); }
    .logo-wall__item img {
      opacity: 0.5;
      transition: ease-in-out, 250ms; }
    .logo-wall__item:focus, .logo-wall__item:hover {
      fill: white; }
      .logo-wall__item:focus img, .logo-wall__item:hover img {
        opacity: 1; }
    .logo-wall__item:before {
      content: none; }
    .logo-wall__item:after {
      content: "";
      display: block;
      padding-bottom: 100%; }

.pill {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 7px 24px 3px 24px;
  background-color: #14f0af;
  border-radius: 18px;
  color: #151829;
  font-size: 15px;
  font-weight: 700;
  text-align: center; }
  .pill--green {
    padding: 3px 16px 1px 16px;
    font-size: 15px;
    font-weight: 400;
    color: #3cf4ab;
    background-color: #084547;
    border: #15716b solid 2px;
    border-radius: 15px;
    text-align: center; }
  .pill--hollow {
    padding: 3px 16px 1px 16px;
    font-size: 15px;
    font-weight: 400;
    color: #3bf0af;
    background-color: transparent;
    border: #3bf0af solid 2px;
    border-radius: 15px;
    text-align: center; }
  .pill--full {
    display: flex; }
    @media (min-width: 768px) {
      .pill--full {
        display: inline-flex; } }
  .pill--small {
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2857142857;
    color: #151829; }
  .pill--tiny {
    padding: 5px 14px 3px 14px;
    font-size: 12px;
    font-weight: 900;
    background-color: #464b60;
    border-radius: 10.5px;
    line-height: 1.25;
    color: #ffffff; }

.image-box {
  padding: 40px 20px;
  background: #1e2131;
  color: #ffffff;
  border-radius: 12px; }
  @media (min-width: 768px) {
    .image-box {
      padding: 40px; } }
  @media (max-width: 991.98px) {
    .image-box--responsive {
      padding: 24px; } }
  .image-box--extra-large {
    padding: 24px; }
    @media (min-width: 768px) {
      .image-box--extra-large {
        padding: 40px; } }
  .image-box--col, .image-box--category {
    padding-top: 32px;
    padding-bottom: 24px; }
    @media (min-width: 768px) {
      .image-box--col, .image-box--category {
        padding-top: 72px;
        padding-bottom: 62px; } }
  .image-box--category {
    padding-top: 32px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px; }
  .image-box__container {
    display: flex;
    align-items: center; }
    @media (max-width: 991.98px) {
      .image-box--responsive .image-box__container {
        flex-direction: column; } }
    .image-box--extra-large .image-box__container {
      flex-direction: column;
      justify-content: center; }
      @media (min-width: 768px) {
        .image-box--extra-large .image-box__container {
          flex-direction: row;
          justify-content: flex-start; } }
    .image-box--col .image-box__container, .image-box--category .image-box__container {
      flex-direction: column;
      justify-content: center;
      align-items: center; }
  .image-box__image {
    margin-right: 32px;
    flex-shrink: 0; }
    .image-box__image--rounded {
      overflow: hidden;
      border-radius: 8px; }
    @media (max-width: 991.98px) {
      .image-box--responsive .image-box__image {
        margin-right: 0;
        margin-bottom: 24px; } }
    .image-box--extra-large .image-box__image {
      margin-right: 0;
      margin-bottom: 24px; }
      @media (min-width: 768px) {
        .image-box--extra-large .image-box__image {
          margin-right: 32px;
          margin-bottom: 0; } }
    .image-box--col .image-box__image, .image-box--category .image-box__image {
      margin-right: 0; }
  .image-box__category {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    opacity: 60%; }
  .image-box__strong-line {
    margin: 0;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.2857142857; }
    .image-box--no-strong-line .image-box__strong-line {
      display: none; }
  .image-box__sup {
    flex-grow: 0; }
    @media (min-width: 768px) {
      .image-box__sup {
        position: absolute;
        right: 0;
        top: -30px; } }
    @media (max-width: 991.98px) {
      .image-box__title--center .image-box__sup {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
        width: 60px; } }
  .image-box__title {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    width: 100%;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2777777778; }
    .image-box__title--large {
      margin-bottom: 0.20833rem;
      font-size: 1rem; }
    .image-box__title--center {
      text-align: center; }
      @media (min-width: 768px) {
        .image-box__title--center {
          text-align: left; } }
    .image-box--large .image-box__title {
      margin-bottom: 7px;
      font-size: 24px;
      line-height: 1.4166666667; }
    .image-box--extra-large .image-box__title {
      font-size: 34px;
      line-height: 1.2647058824; }
    .image-box--col .image-box__title, .image-box--category .image-box__title {
      margin-top: 24px;
      text-align: center; }
      @media (min-width: 768px) {
        .image-box--col .image-box__title, .image-box--category .image-box__title {
          margin-top: 33px; } }
    .image-box--align-left .image-box__title {
      text-align: left; }
  .image-box__strong-line {
    margin: 0;
    margin-top: -8px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5; }
  .image-box--col .image-box__desc, .image-box--category .image-box__desc {
    margin-top: 12px;
    text-align: center; }
  .image-box--align-left .image-box__desc {
    text-align: left; }
  .image-box__desc :first-of-type {
    margin-top: 0; }
  .image-box__desc :last-of-type {
    margin-bottom: 0; }
  .image-box__desc--clamped {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .image-box__desc--clamped-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .image-box__content {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    text-align: left; }
    @media (max-width: 991.98px) {
      .image-box--responsive .image-box__content {
        text-align: center; } }
    .image-box--large .image-box__content {
      font-size: 20px; }
    .image-box--extra-large .image-box__content {
      font-size: 24px; }
      @media (min-width: 768px) {
        .image-box--extra-large .image-box__content {
          margin-right: 40px; } }
    .image-box--col .image-box__content, .image-box--category .image-box__content {
      margin-right: 0; }
    .image-box__content :last-child {
      margin-bottom: 0; }
  .image-box__addendum {
    margin-top: 40px;
    font-size: 24px;
    line-height: 1.4166666667;
    text-align: left; }
  .image-box__link {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.333; }

.box-grid {
  display: grid;
  grid-gap: 24px; }
  .box-grid .image-box {
    height: 100%; }
  .box-grid--small {
    grid-gap: 24px !important; }
  .box-grid--medium {
    grid-gap: 30px !important; }
  .box-grid--large {
    grid-gap: 24px; }
    @media (min-width: 992px) {
      .box-grid--large {
        grid-gap: 42px; } }
  .box-grid--two-up, .box-grid--three-up, .box-grid--four-up {
    grid-gap: 24px; }
    @media (min-width: 992px) {
      .box-grid--two-up, .box-grid--three-up, .box-grid--four-up {
        grid-gap: 42px; } }
  .box-grid--five-up {
    grid-gap: 24px; }
    @media only screen and (min-width: 1160px) {
      .box-grid--five-up {
        grid-gap: 48px; } }
  .box-grid--two-up--fixed {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  @media (min-width: 992px) {
    .box-grid--two-up {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 768px) {
    .box-grid--three-up {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 1200px) {
    .box-grid--three-up {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (min-width: 768px) {
    .box-grid--three-up-md {
      grid-template-columns: repeat(3, minmax(0, 1fr)); } }
  @media (min-width: 768px) {
    .box-grid--four-up {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 1200px) {
    .box-grid--four-up {
      grid-template-columns: repeat(4, minmax(0, 1fr)); } }
  @media only screen and (min-width: 320px) {
    .box-grid--five-up {
      grid-template-columns: repeat(1, minmax(0, 1fr)); } }
  @media only screen and (min-width: 420px) {
    .box-grid--five-up {
      grid-template-columns: repeat(2, minmax(0, 1fr)); } }
  @media (min-width: 992px) {
    .box-grid--five-up {
      grid-template-columns: repeat(5, minmax(0, 1fr)); } }

.box-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 16px 11px;
  font-size: 18px;
  line-height: 1.2777777778;
  background-color: #1e2131;
  border-radius: 10px;
  text-align: center;
  border: transparent solid 2px;
  color: #ffffff; }
  @media (min-width: 576px) {
    .box-center {
      padding: 16px; } }
  .box-center--highlight {
    border: #14f0af solid 2px; }
  .box-center--large {
    padding: 24px; }
    @media (min-width: 768px) {
      .box-center--large {
        padding: 40px;
        padding-bottom: 32px; } }
  .box-center__icon {
    display: none; }
    @media only screen and (min-width: 375px) {
      .box-center__icon {
        display: block;
        fill: #14f0af;
        position: absolute;
        top: 6px;
        right: 6px; } }
    @media (min-width: 576px) {
      .box-center__icon {
        top: 16px;
        right: 16px; } }
  .box-center__title {
    margin: 0;
    max-width: 128px;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2777777778; }
    @media (min-width: 576px) {
      .box-center__title {
        max-width: 100%; } }
    .box-center--highlight .box-center__title {
      color: #14f0af; }
    .box-center--large .box-center__title {
      margin-bottom: 16px;
      font-size: 32px;
      line-height: 1.3125; }
  .box-center__content {
    font-size: 18px;
    line-height: 1.2777777778; }
    .box-center--highlight .box-center__content {
      font-weight: 600; }
    .box-center__content * {
      margin: 0;
      margin-bottom: 4px; }
      .box-center__content *:last-of-type {
        margin-bottom: 0; }
  .box-center__cta {
    margin-top: 24px; }

.tabs__nav {
  margin-right: -20px;
  overflow: hidden;
  height: 60px;
  background: #252737;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px; }
  @media (min-width: 1200px) {
    .tabs__nav {
      margin-right: 0;
      width: 100%;
      border-radius: 12px;
      height: 72px; } }

.tabs__count {
  color: #ffffff;
  opacity: 0.5; }

.tabs__container {
  height: 80px;
  overflow: auto;
  padding: 0;
  padding-left: 32px;
  padding-right: 32px;
  background-image: linear-gradient(to right, #252737, #252737), linear-gradient(to right, #252737, #252737), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: #252737;
  background-size: 16px 100%, 16px 100%, 10px 100%, 10px 100%;
  /* Opera doesn't support this in the shorthand */
  background-attachment: local, local, scroll, scroll; }
  @media (min-width: 1200px) {
    .tabs__container {
      height: 92px; } }

.tabs__list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  height: 60px;
  list-style: none; }
  @media (min-width: 1200px) {
    .tabs__list {
      height: 72px; } }
  .tabs__list--center {
    justify-content: center; }

.tabs__item {
  margin: 0;
  margin-right: 32px;
  font-size: 14px;
  line-height: 1.2777777778;
  font-weight: 900;
  height: inherit; }
  @media (min-width: 1200px) {
    .tabs__item {
      font-size: 18px; } }
  .tabs__list--grow .tabs__item {
    flex-grow: 1; }
  .tabs__item:last-child {
    margin-right: 0; }
  .tabs__item:before {
    content: none; }

.tabs__tab {
  width: 100%;
  height: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 12px 8px 10px 8px;
  opacity: 0.5;
  fill: #ffffff;
  background: transparent;
  border: none;
  border-bottom: transparent 4px solid;
  transition: ease-in-out, 250ms;
  outline-offset: -1px;
  color: #ffffff;
  font-weight: 900;
  font-family: "DINOT", Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    .tabs__tab {
      padding: 24px 16px 20px 16px; } }
  .tabs__tab:focus, .tabs__tab:hover {
    opacity: 1;
    fill: white; }
  .tabs__tab.js-shuffler__button--active, .tabs__tab[aria-selected="true"], .tabs__tab--active {
    opacity: 1 !important;
    border-bottom-color: #4650f0; }
    .tabs--green .tabs__tab.js-shuffler__button--active, .tabs--green .tabs__tab[aria-selected="true"], .tabs--green .tabs__tab--active {
      border-bottom-color: #3bf0af; }

.tabs__icon {
  margin-right: 8px;
  max-width: 24px; }

.tabs__pages {
  padding-top: 40px; }

.tabs__controls {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 1568px) {
    .tabs__controls {
      margin-left: 2.7%; } }

.data-box {
  padding: 1.33333rem;
  border-radius: 12px;
  background-color: #1e2131; }
  .data-box__header {
    margin-bottom: 0.66667rem; }
  .data-box__meta {
    margin-bottom: 0.25rem;
    font-size: 0.58333rem;
    line-height: 1.2857142857; }
  .data-box__title {
    margin-bottom: 0.66667rem;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1; }
  .data-box__body {
    white-space: pre-wrap;
    padding: 0;
    font-size: 0.83333rem;
    font-family: "DINOT";
    font-weight: 300;
    line-height: 1.45; }
  .data-box__key {
    color: #14f0af; }
  .data-box__value {
    word-break: break-all; }

@media (min-width: 768px) {
  .data-boxes__box {
    margin-bottom: 10px; } }

.data-boxes__box:last-child {
  margin-bottom: 0; }

.data-boxes__box:nth-child(1), .data-boxes__box:nth-child(3) {
  display: none;
  opacity: 0.5; }
  @media (min-width: 992px) {
    .data-boxes__box:nth-child(1), .data-boxes__box:nth-child(3) {
      display: block; } }

.data-boxes__box--main {
  opacity: 1 !important; }

.figcaption {
  overflow: hidden;
  margin: 0;
  padding: 0; }
  @media (min-width: 992px) {
    .figcaption--round-lg {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-left-radius: 12px;
      border-bottom-right-radius: 12px; } }
  .figcaption__image {
    display: block; }
  .figcaption__caption {
    display: flex;
    flex-shrink: 1;
    align-items: center;
    padding: 16px;
    background-color: #1e2131;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.3333333333; }
    @media (min-width: 768px) {
      .figcaption__caption--narrow-md {
        padding-right: 620px; } }
    @media (min-width: 992px) {
      .figcaption__caption {
        padding: 17px 40px 15px 40px; } }
    .figcaption__caption p {
      margin-top: 0; }
    .figcaption__caption :last-child {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .figcaption--right-lg .figcaption__caption {
        flex-direction: row-reverse; } }
  .figcaption__icon {
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 20px;
    fill: #14f0af; }
    @media (min-width: 992px) {
      .figcaption--right-lg .figcaption__icon {
        margin-left: 20px;
        margin-right: 0; } }

.tile {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 40px;
  padding: 10px;
  background-color: #252737;
  border-radius: 4px; }

.inline-scroller {
  position: relative; }
  .inline-scroller__option > *, .inline-scroller__link > * {
    pointer-events: none; }
  .inline-scroller__select-container {
    position: relative; }
    @media (min-width: 992px) {
      .inline-scroller__select-container {
        display: none; } }
    .inline-scroller__select-container--loading .inline-scroller__select {
      padding-right: 54px; }
    .inline-scroller__select-container--loading:after {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-left: 8px;
      position: absolute;
      right: 40px;
      top: 12px;
      border: #4650f0 dashed 2px;
      border-radius: 100%;
      animation: 1s rotate infinite linear; }
  .inline-scroller__select {
    padding-right: 40px;
    font-weight: 900;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .inline-scroller__select[disabled] {
      color: #fafaf9; }
  .inline-scroller__list {
    display: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 992px) {
      .inline-scroller__list {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        gap: 8px;
        width: 100%; } }
  .inline-scroller__item {
    margin: 0; }
  .inline-scroller__link {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 16px;
    background: transparent;
    border-radius: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: ease-in-out, 250ms;
    font-weight: 700; }
    .inline-scroller__link:focus, .inline-scroller__link:hover {
      background-color: #232536;
      z-index: 10; }
    .inline-scroller__link--current {
      font-weight: 900;
      background-color: #222535; }
    .inline-scroller__link--loading {
      padding-right: 34px; }
      .inline-scroller__link--loading:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-left: 8px;
        position: absolute;
        right: 12px;
        top: 50%;
        margin-top: -6px;
        border: #4650f0 dashed 2px;
        border-radius: 100%;
        animation: 1s rotate infinite linear; }
  .inline-scroller__count {
    display: none;
    color: #ffffff;
    opacity: 0.5; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.image-slide {
  overflow: hidden;
  height: 233px; }
  .image-slide__list {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 30px; }
  .image-slide__item {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    width: 213px;
    margin-right: 25px;
    margin-bottom: 0;
    padding: 10px 0; }
    .image-slide__item:first-child {
      margin-left: 25px; }
      @media (min-width: 992px) {
        .image-slide__item:first-child {
          margin-left: 0; } }
    .image-slide__item:last-child {
      margin-right: 0; }
  .image-slide__image {
    display: block; }

.carousel {
  position: relative; }
  .carousel--card, .carousel--small, .carousel--medium {
    padding-bottom: 0; }
  .carousel--card {
    max-width: 1560px; }
    .carousel--card .card__container {
      border-radius: 0; }
  .carousel--offset {
    position: relative; }
  .carousel--rounded-corners {
    overflow: hidden;
    border-radius: 10px; }
  .carousel--box-quotes:after {
    content: none !important; }
  .carousel--no-fade:after {
    content: none !important; }
  .carousel--large {
    padding: 0; }
    .carousel--large:after {
      content: "";
      pointer-events: none;
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      bottom: 0;
      height: 47.5%;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#141729+0,141729+30,141729+60&0+0,1+80 */
      background: -moz-linear-gradient(top, rgba(20, 23, 41, 0) 0%, rgba(20, 23, 41, 0.38) 30%, rgba(20, 23, 41, 0.75) 60%, #141729 80%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(20, 23, 41, 0) 0%, rgba(20, 23, 41, 0.38) 30%, rgba(20, 23, 41, 0.75) 60%, #141729 80%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(20, 23, 41, 0) 0%, rgba(20, 23, 41, 0.38) 30%, rgba(20, 23, 41, 0.75) 60%, #141729 80%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00141729', endColorstr='#141729',GradientType=0 );
      /* IE6-9 */ }
  .carousel--gameintel-whats-inside:after {
    content: "";
    pointer-events: none;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 108px;
    height: 47.5%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#141729+0,141729+30,141729+100&0+0,1+99 */
    background: -moz-linear-gradient(top, rgba(20, 23, 41, 0) 0%, rgba(20, 23, 41, 0.3) 30%, #141729 99%, #141729 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(20, 23, 41, 0) 0%, rgba(20, 23, 41, 0.3) 30%, #141729 99%, #141729 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(20, 23, 41, 0) 0%, rgba(20, 23, 41, 0.3) 30%, #141729 99%, #141729 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00141729', endColorstr='#141729',GradientType=0 );
    /* IE6-9 */ }
  .carousel__cell {
    width: 100%;
    max-width: 1560px;
    padding: 20px;
    padding-bottom: 0;
    opacity: .3; }
    .carousel__cell.is-selected {
      opacity: 1; }
    @media (min-width: 992px) {
      .carousel__cell {
        padding-left: 20px;
        padding-right: 20px; } }
    .carousel--box-quotes .carousel__cell img {
      padding-right: 20px; }
      @media (min-width: 768px) {
        .carousel--box-quotes .carousel__cell img {
          padding-right: 60px; } }
      @media (min-width: 992px) {
        .carousel--box-quotes .carousel__cell img {
          padding-right: 0; } }
    .carousel--large .carousel__cell {
      padding: 0; }
    .carousel--card .carousel__cell {
      padding: 0;
      min-height: 100%;
      display: flex; }
    .carousel--small .carousel__cell {
      min-height: 100%;
      display: flex;
      max-width: 350px;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 20px;
      padding-right: 20px;
      opacity: 0.3;
      transition-duration: 0.3s;
      transition-property: opacity; }
      .carousel--small .carousel__cell.is-selected {
        opacity: 1; }
    .carousel--small-medium .carousel__cell {
      max-width: 473px; }
      @media (min-width: 992px) {
        .carousel--small-medium .carousel__cell {
          max-width: 540px; } }
    .carousel--medium .carousel__cell {
      min-height: 100%;
      display: flex;
      width: 100%;
      max-width: 660px;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 20px;
      padding-right: 20px;
      opacity: 0.3;
      transition-duration: 0.3s;
      transition-property: opacity; }
      @media (min-width: 992px) {
        .carousel--medium .carousel__cell {
          width: 50%; } }
      .carousel--medium .carousel__cell.is-selected {
        opacity: 1; }
  .carousel:hover .flickity-button {
    opacity: 1; }
  .carousel .flickity-button {
    width: 40px;
    height: 40px;
    transition: ease-in-out, 250ms; }
    @media (hover: hover) {
      .carousel .flickity-button {
        opacity: 0; } }
    @media (min-width: 992px) {
      .carousel .flickity-button {
        width: 80px;
        height: 80px; } }
    .carousel .flickity-button[disabled] {
      opacity: 0;
      visibility: hidden; }
    .carousel .flickity-button-icon {
      left: 50%;
      top: 50%;
      width: 31px;
      height: 50px;
      transform: translateX(4px) translateX(-50%) translateY(-50%); }
    .carousel .flickity-button.previous {
      left: 20px; }
      @media only screen and (min-width: 1560px) {
        .carousel .flickity-button.previous {
          left: 200px; } }
      @media only screen and (min-width: 1920px) {
        .carousel .flickity-button.previous {
          left: 240px; } }
    .carousel .flickity-button.next {
      right: 20px; }
      @media only screen and (min-width: 1560px) {
        .carousel .flickity-button.next {
          right: 200px; } }
      @media only screen and (min-width: 1920px) {
        .carousel .flickity-button.next {
          right: 240px; } }
      .carousel .flickity-button.next .flickity-button-icon {
        transform: translateX(-4px) translateX(-50%) translateY(-50%); }
  .carousel .dots {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    padding: 14px;
    background-color: #222535;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    @media (min-width: 992px) {
      .carousel .dots {
        padding: 24px; } }
    .carousel .dots--gi {
      background-color: transparent;
      box-shadow: none; }
    .carousel .dots--outside-bottom {
      bottom: unset !important;
      top: calc(100% + 30px) !important; }
  .carousel--large .dots {
    bottom: 0;
    max-width: 296px; }
    @media (min-width: 992px) {
      .carousel--large .dots {
        bottom: 107px; } }
  @media (min-width: 992px) {
    .carousel--hero .dots {
      bottom: 40px; } }
  .carousel .dot {
    width: 16px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1; }
    .carousel .dot.is-selected {
      background-color: #14f0af; }
  .carousel__pane {
    position: relative;
    margin-top: -120px;
    margin-left: 20px;
    margin-right: 0;
    max-width: 700px;
    border-radius: 12px;
    box-shadow: 0 25px 30px rgba(0, 0, 0, 0.3);
    border: #383b50 solid 2px; }
    @media (min-width: 768px) {
      .carousel__pane {
        margin-left: 60px; } }
    @media (min-width: 992px) {
      .carousel__pane {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        margin: 0; } }

.timeline {
  position: relative;
  overflow: hidden;
  height: 68px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.3125; }
  @media (min-width: 992px) {
    .timeline {
      height: auto;
      padding-bottom: 0;
      padding-left: 20px;
      padding-right: 20px; } }
  .timeline__track {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 30px; }
    @media (min-width: 992px) {
      .timeline__track {
        padding-bottom: 0; } }
  .timeline__line {
    overflow: hidden;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    height: 4px;
    margin-left: 59px;
    margin-right: 59px;
    background: #464b60; }
  .timeline__inner {
    width: 100%;
    height: inherit;
    left: 0;
    background: #4650f0;
    transition: ease-in-out, 250ms;
    transform: translateX(-100%); }
    [data-slide-active="2"] .timeline__inner {
      transform: translateX(-83.33333%); }
    [data-slide-active="3"] .timeline__inner {
      transform: translateX(-66.66667%); }
    [data-slide-active="4"] .timeline__inner {
      transform: translateX(-50%); }
    [data-slide-active="5"] .timeline__inner {
      transform: translateX(-33.33333%); }
    [data-slide-active="6"] .timeline__inner {
      transform: translateX(-16.66667%); }
    [data-slide-active="7"] .timeline__inner {
      transform: translateX(0%); }
  .timeline__container {
    position: relative;
    margin: 0 auto;
    padding-bottom: 40px;
    width: 696px; }
    @media (min-width: 992px) {
      .timeline__container {
        width: auto; } }
  .timeline__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0; }
  .timeline__item {
    position: relative;
    z-index: 1;
    width: 14.28571%;
    width: 116px;
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
    transition: ease-in-out, 250ms; }
    .timeline__item:focus, .timeline__item:hover {
      color: rgba(255, 255, 255, 0.75); }
    [data-slide-active="1"] .timeline__item:nth-child(1) {
      color: #ffffff; }
      [data-slide-active="1"] .timeline__item:nth-child(1):after {
        border-color: #4650f0; }
    [data-slide-active="2"] .timeline__item:nth-child(2) {
      color: #ffffff; }
    [data-slide-active="2"] .timeline__item:nth-child(1):after, [data-slide-active="2"] .timeline__item:nth-child(2):after {
      border-color: #4650f0; }
    [data-slide-active="3"] .timeline__item:nth-child(3) {
      color: #ffffff; }
    [data-slide-active="3"] .timeline__item:nth-child(1):after, [data-slide-active="3"] .timeline__item:nth-child(2):after, [data-slide-active="3"] .timeline__item:nth-child(3):after {
      border-color: #4650f0; }
    [data-slide-active="4"] .timeline__item:nth-child(4) {
      color: #ffffff; }
    [data-slide-active="4"] .timeline__item:nth-child(1):after, [data-slide-active="4"] .timeline__item:nth-child(2):after, [data-slide-active="4"] .timeline__item:nth-child(3):after, [data-slide-active="4"] .timeline__item:nth-child(4):after {
      border-color: #4650f0; }
    [data-slide-active="5"] .timeline__item:nth-child(5) {
      color: #ffffff; }
    [data-slide-active="5"] .timeline__item:nth-child(1):after, [data-slide-active="5"] .timeline__item:nth-child(2):after, [data-slide-active="5"] .timeline__item:nth-child(3):after, [data-slide-active="5"] .timeline__item:nth-child(4):after, [data-slide-active="5"] .timeline__item:nth-child(5):after {
      border-color: #4650f0; }
    [data-slide-active="6"] .timeline__item:nth-child(6) {
      color: #ffffff; }
    [data-slide-active="6"] .timeline__item:nth-child(1):after, [data-slide-active="6"] .timeline__item:nth-child(2):after, [data-slide-active="6"] .timeline__item:nth-child(3):after, [data-slide-active="6"] .timeline__item:nth-child(4):after, [data-slide-active="6"] .timeline__item:nth-child(5):after, [data-slide-active="6"] .timeline__item:nth-child(6):after {
      border-color: #4650f0; }
    [data-slide-active="7"] .timeline__item:nth-child(7) {
      color: #ffffff; }
    [data-slide-active="7"] .timeline__item:nth-child(1):after, [data-slide-active="7"] .timeline__item:nth-child(2):after, [data-slide-active="7"] .timeline__item:nth-child(3):after, [data-slide-active="7"] .timeline__item:nth-child(4):after, [data-slide-active="7"] .timeline__item:nth-child(5):after, [data-slide-active="7"] .timeline__item:nth-child(6):after, [data-slide-active="7"] .timeline__item:nth-child(7):after {
      border-color: #4650f0; }
    .timeline__item:after {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      top: 100%;
      transform: translateX(-50%) translateY(15px);
      width: 16px;
      height: 16px;
      border: #464b60 solid 4px;
      border-radius: 100%;
      background: #151829; }
  .timeline__button {
    overflow: visible;
    position: relative;
    cursor: pointer;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    color: inherit;
    font-family: "DINOT", Helvetica, Arial, sans-serif;
    text-align: center; }
    .timeline__button:focus {
      outline-offset: -1px;
      outline-color: white; }
  .timeline__title {
    font-weight: 900;
    font-size: 20px;
    line-height: 1.3; }
  .timeline__desc {
    display: none; }
    @media (min-width: 1200px) {
      .timeline__desc {
        display: block;
        white-space: nowrap; } }

.timeline-carousel__timeline {
  max-width: 1482px;
  margin: 0 auto; }

.timeline-carousel__carousel {
  margin-top: 40px;
  padding-bottom: 0; }

.timeline-carousel .carousel__cell {
  min-height: 100%;
  display: flex;
  padding-bottom: 0; }
  @media (max-width: 991.98px) {
    .timeline-carousel .carousel__cell {
      padding: 0; } }

.timeline-carousel .text-icon-block__container {
  display: flex;
  flex-direction: column;
  height: 100%; }

.timeline-carousel .text-icon-block__footer {
  margin-top: auto; }

.timeline-carousel .text-icon-block--timeline {
  width: 100%; }

@keyframes mmslideIn {
  from {
    transform: translateY(15%) translateZ(0); }
  to {
    transform: translateY(0) translateZ(0); } }

@keyframes mmslideOut {
  from {
    transform: translateY(0) translateZ(0); }
  to {
    transform: translateY(-10%) translateZ(0); } }

.modal {
  display: none; }
  .modal iframe {
    display: block; }
  .modal.is-open {
    position: relative;
    z-index: 100000;
    display: block; }
  .modal[aria-hidden="false"] .modal__container {
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .modal[aria-hidden="true"] .modal__container {
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }
  .modal__rule {
    margin-top: 40px;
    margin-bottom: 40px;
    height: 1px;
    background-color: #282c40; }
  .modal__container {
    will-change: transform; }
  .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    display: flex;
    justify-content: center;
    align-items: center; }
  .modal__container {
    display: block;
    background-color: #1e2131;
    width: 100%;
    max-width: 620px;
    max-height: calc(100vh - 40px);
    border-radius: 12px;
    overflow-y: auto;
    box-sizing: border-box;
    transform: translateZ(0); }
    .modal--private-instance .modal__container {
      max-width: 820px !important; }
    .modal--data-quote .modal__container {
      max-width: 820px !important; }
    .modal--empty .modal__container {
      max-width: 1468px; }
    .modal--wide .modal__container {
      max-width: 920px; }
  .modal__header {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 992px) {
      .modal__header {
        margin-top: 60px;
        margin-bottom: -30px;
        padding-top: 0;
        padding-left: 60px;
        padding-right: 60px; } }
  .modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.33;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .modal__body {
    padding: 20px; }
    @media (min-width: 992px) {
      .modal__body {
        padding: 60px; } }
    @media (min-width: 992px) {
      .modal--empty .modal__body {
        padding: 56px; } }
  .modal__content {
    padding: 20px;
    font-size: 18px;
    line-height: 1.5555555556; }
    @media (min-width: 992px) {
      .modal__content {
        padding: 60px; } }
    .modal--empty .modal__content {
      padding: 0 !important; }
  .modal__footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 18px 24px;
    font-size: 18px;
    background-color: #151829; }
  .modal__cta {
    display: flex;
    align-items: center; }
    .modal__cta > * {
      margin-right: 16px; }
      .modal__cta > *:last-child {
        margin-right: 0; }

.play-button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  transition: ease-in-out, 250ms;
  transform: scale(1);
  outline-offset: -1px;
  outline-color: white !important; }
  .play-button:focus, .play-button:hover {
    transform: scale(1.05); }
  .play-button img {
    display: block; }

.chart-donut {
  text-align: center; }
  .chart-donut__figure {
    position: relative;
    margin: 0 auto;
    padding: 0; }
  .chart-donut__label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.28125;
    text-align: center;
    color: #ffffff; }
  .chart-donut__figcaption {
    margin-top: 16px;
    text-align: center;
    font-size: 18px;
    line-height: 1.2777777778; }
    @media (min-width: 992px) {
      .chart-donut__figcaption {
        margin-top: 40px; } }

.charts {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 992px) {
    .charts {
      flex-direction: row; } }
  .charts > * {
    margin-bottom: 32px; }
    @media (min-width: 992px) {
      .charts > * {
        margin-right: 100px;
        margin-bottom: 0; } }
    .charts > *:last-child {
      margin-bottom: 0; }
      @media (min-width: 992px) {
        .charts > *:last-child {
          margin-right: 0; } }

.author-card {
  display: flex;
  flex-direction: row;
  gap: 20px; }
  .author-card__main {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .author-card__avatar-link {
    display: block; }
  .author-card__avatar {
    overflow: hidden;
    display: block;
    max-width: 63px;
    border-radius: 100%; }
  .author-card__name {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2916666667; }
  .author-card__description {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2916666667; }

.stars {
  display: flex;
  align-items: center;
  color: #14f0af; }
  .stars__score {
    position: relative;
    margin: 0;
    margin-right: 15px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.28125; }
  .stars__progress {
    position: relative;
    overflow: hidden;
    width: 173px;
    height: 27px;
    background: #434657; }
    .stars__progress:before {
      content: "";
      position: absolute;
      z-index: 1;
      top: -1px;
      right: -1px;
      bottom: -1px;
      left: -1px;
      background-image: url("../../src/images/stars-overlay.png");
      background-size: 173px 27px !important; }
      @media only screen and (min-resolution: 192dpi) {
        .stars__progress:before {
          background-image: url("../../src/images/stars-overlay@2x.png");
          background-size: 173px 27px; } }
  .stars__progress-bar {
    width: 100%;
    height: inherit;
    background: #14f0af;
    transform: translateX(0) translateZ(0);
    transition: ease-in-out, 250ms; }

.blog-roll {
  position: relative; }
  .blog-roll__grid {
    display: grid;
    grid-gap: 19px 16px;
    grid-template-columns: repeat(1, 1fr); }
    @media (min-width: 576px) {
      .blog-roll__grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 1200px) {
      .blog-roll__grid {
        grid-gap: 32px; } }
  .blog-roll__item {
    height: 100%;
    min-width: 0; }
    .blog-roll__item > * {
      height: inherit; }
    .blog-roll__item--full-feature {
      grid-column: 1 / -1; }
  .blog-roll__row {
    margin-top: 19px; }
    @media (min-width: 992px) {
      .blog-roll__row {
        margin-top: 32px; } }

.box-ad {
  padding: 1.08333rem; }
  .box-ad__title {
    margin-top: 0.20833rem;
    margin-bottom: 0.83333rem;
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1.2777777778; }
  .box-ad__copy {
    font-size: 0.66667rem;
    margin-bottom: 0.83333rem; }
  .box-ad__input {
    margin-bottom: 0.5rem;
    padding: 0.5rem !important;
    font-size: 0.66667rem !important; }
  .box-ad__button {
    font-size: 0.66667rem;
    text-align: left;
    margin-left: auto;
    display: block; }
  .box-ad__ctas {
    margin-top: 0.83333rem; }

.error404 {
  position: relative;
  background-image: url("../../src/images/bg-space-small.jpg");
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (min-resolution: 192dpi) {
    .error404 {
      background-image: url("../../src/images/bg-space-small@2x.jpg");
      background-size: 1920px 1257px; } }
  @media (min-width: 576px) {
    .error404 {
      background-image: url("../../src/images/bg-space-empty.jpg");
      background-size: 1920px 1257px !important; } }
  @media only screen and (min-width: 576px) and (min-resolution: 192dpi) {
    .error404 {
      background-image: url("../../src/images/bg-space-empty@2x.jpg");
      background-size: 1920px 1257px; } }
  @media only screen and (min-width: 1920px) {
    .error404 {
      background-size: cover !important; } }
  .error404__container {
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: -100px; }
    @media (min-width: 992px) {
      .error404__container {
        align-items: center;
        min-height: 963px;
        margin-top: 0; } }
  .error404__title {
    max-width: 608px;
    margin: 0;
    margin-bottom: 24px;
    padding: 0;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2857142857; }
    @media (min-width: 992px) {
      .error404__title {
        margin-left: auto;
        margin-right: auto;
        font-size: 66px;
        font-weight: 900;
        line-height: 1.2878787879; } }
  .error404__desc {
    max-width: 223px;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 992px) {
      .error404__desc {
        max-width: 295px; } }
  .error404__ctas {
    margin-top: 340px; }
    @media (min-width: 992px) {
      .error404__ctas {
        margin-top: 30px; } }
  .error404__ship {
    pointer-events: none;
    position: absolute;
    z-index: 1000;
    bottom: 55px;
    left: 48%;
    width: 250px;
    height: auto; }
    @media (min-width: 768px) {
      .error404__ship {
        width: 336px;
        height: 310px;
        bottom: 45px;
        left: 100%;
        transform: translateX(-390px); } }
  .error404__ship-motion {
    pointer-events: none;
    position: absolute;
    z-index: 1001;
    bottom: 0;
    left: 48%;
    width: 540px !important;
    height: 535px !important;
    height: auto;
    transform: translateX(110px) translateY(100px);
    mix-blend-mode: screen; }
    @media (min-width: 768px) {
      .error404__ship-motion {
        bottom: 43px;
        width: 645px !important;
        height: 640px !important;
        left: 100%;
        transform: translateX(-261px) translateY(165px); } }
  .error404__base-station {
    pointer-events: none;
    position: absolute;
    z-index: 10;
    top: 240px;
    left: 50%;
    width: 455px;
    transform: translateX(-100%); }
    @media (min-width: 768px) {
      .error404__base-station {
        top: 90px;
        width: 704px;
        height: 752px;
        transform: translateX(-100%) translateX(-201px); } }
  .error404__flare {
    pointer-events: none;
    position: absolute;
    z-index: 9;
    top: 390px;
    left: 50%;
    transform: translateX(-100%) translateX(-408px);
    width: 336px;
    mix-blend-mode: lighten; }
    @media (min-width: 768px) {
      .error404__flare {
        width: 536px;
        height: 365px; } }

.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form textarea {
  padding: 0.75rem 1rem;
  background-color: transparent;
  font-family: "DINOT", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.3333333333;
  border: #383b50 solid 1px;
  border-radius: 4px;
  box-shadow: none;
  width: 100%;
  color: #ffffff;
  outline-color: #ffffff; }
  .form input[type="text"]:focus,
  .form input[type="email"]:focus,
  .form input[type="number"]:focus,
  .form textarea:focus {
    outline-color: #ffffff; }
  .form input[type="text"]:invalid:not(:placeholder-shown),
  .form input[type="email"]:invalid:not(:placeholder-shown),
  .form input[type="number"]:invalid:not(:placeholder-shown),
  .form textarea:invalid:not(:placeholder-shown) {
    border: red solid 1px;
    box-shadow: none; }
  .form input[type="text"]::-webkit-input-placeholder,
  .form input[type="email"]::-webkit-input-placeholder,
  .form input[type="number"]::-webkit-input-placeholder,
  .form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.8); }
  .form input[type="text"]::-moz-placeholder,
  .form input[type="email"]::-moz-placeholder,
  .form input[type="number"]::-moz-placeholder,
  .form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.8); }
  .form input[type="text"]:-ms-input-placeholder,
  .form input[type="email"]:-ms-input-placeholder,
  .form input[type="number"]:-ms-input-placeholder,
  .form textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.8); }
  .form input[type="text"]:-moz-placeholder,
  .form input[type="email"]:-moz-placeholder,
  .form input[type="number"]:-moz-placeholder,
  .form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.8); }

.form__ctas {
  margin-top: 0.83333rem; }
  @media (min-width: 992px) {
    .form__ctas {
      margin-top: 1.04167rem; } }

.form__input {
  margin-bottom: 0.83333rem;
  position: relative; }
  @media (min-width: 992px) {
    .form__input {
      margin-bottom: 1.04167rem; } }
  .form__input textarea,
  .form__input label,
  .form__input input,
  .form__input select {
    display: block; }
    .form__input textarea:focus,
    .form__input label:focus,
    .form__input input:focus,
    .form__input select:focus {
      outline-color: #ffffff; }
  .form__input label {
    margin-bottom: 0.16667rem;
    font-size: 0.66667rem;
    line-height: 1.5;
    font-weight: 300; }

.form__note-container {
  position: relative; }
  .form__note-container textarea {
    padding-bottom: 2.5rem; }

.form__note {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.333;
  color: rgba(255, 255, 255, 0.5);
  fill: white; }

.form__note-icon {
  margin-right: 0.33333rem; }

.form-input-upload > input[type="file"] {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0; }

.form-input-upload > label {
  display: flex;
  flex-direction: column;
  line-height: 1.9;
  margin-bottom: 0; }
  .form-input-upload > label .form-input-upload-label {
    align-items: center;
    background-color: #fafafa;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    display: inline-flex;
    height: 42px;
    justify-content: center;
    font-size: calc(var(--font-size) * 0.875);
    margin-top: 3px;
    max-width: 200px;
    padding: 15px; }
    .form-input-upload > label .form-input-upload-label span {
      color: #151829 !important;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: auto;
      margin-right: 25px;
      text-align: left;
      font-size: calc(var(--font-size) * 0.8125) !important; }
  .form-input-upload > label .icon {
    fill: #b0adab;
    margin-right: 25px;
    width: 12px;
    flex-shrink: 0;
    margin-left: 25px; }

.form-output {
  color: #151829;
  font-size: calc(var(--font-size) * 0.875);
  font-weight: 600; }

.form-output-error {
  color: red; }

.form-output-success {
  color: green; }

.hs-input {
  width: 100% !important; }

.definitions__list {
  margin: 0;
  padding: 0; }

.definitions__item {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .definitions__item {
      display: flex;
      align-items: flex-start; } }
  .definitions__item:last-child {
    margin-bottom: 0; }

.definitions__title {
  display: flex;
  align-items: center;
  position: relative;
  top: 2px;
  flex-grow: 1;
  flex-shrink: 0;
  margin-bottom: 10px;
  min-width: 140px;
  font-size: 17px;
  line-height: 1.2352941176;
  font-weight: 900;
  fill: #ffffff; }

.definitions__content {
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.5555555556; }
  @media (min-width: 992px) {
    .definitions__content {
      padding-left: 40px; } }

.definitions__icon {
  position: relative;
  top: -2px;
  margin-right: 14px; }

.toggle-check {
  position: relative;
  display: flex;
  align-items: center; }
  .toggle-check__indicator {
    cursor: pointer;
    position: relative;
    display: block;
    width: 38px;
    height: 21px;
    border-radius: 10.5px;
    background: #282c40;
    transition: ease-in-out, 250ms; }
    .toggle-check__indicator:before {
      content: "";
      display: block;
      position: absolute;
      width: 17px;
      height: 17px;
      top: 50%;
      transform: translateY(-50%);
      left: 2px;
      border-radius: 100%;
      background-color: #ffffff;
      transition: ease-in-out, 250ms; }
  .toggle-check__label {
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-left: 10px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2352941176; }
  .toggle-check input {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    /* 1 */
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    /* 2 */
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }
    .toggle-check input:checked ~ .toggle-check__indicator {
      background: #4650f0; }
      .toggle-check input:checked ~ .toggle-check__indicator:before {
        transform: translateX(16px) translateY(-50%); }
    .toggle-check input[disabled] ~ .toggle-check__label {
      cursor: not-allowed; }
    .toggle-check input[disabled] ~ .toggle-check__indicator {
      cursor: not-allowed;
      background: #282c40; }
      .toggle-check input[disabled] ~ .toggle-check__indicator:before {
        opacity: 50%; }

.toggle-double {
  --toggle-bg: #4550f0;
  --toggle-color: #FFFFFF80;
  --toggle-color--highlighted: white;
  --toggle-width: 38px;
  --toggle-height: 21px;
  --toggle-indicator-size: 17px;
  --toggle-inidcator-color: white;
  --toggle-gutter: 2px;
  display: flex;
  align-items: center;
  color: var(--toggle-color);
  cursor: pointer; }
  .toggle-double--green {
    --green: #3bf0af;
    --toggle-bg: rgba(255, 255, 255, 0.2);
    --toggle-color: white;
    --toggle-color--highlighted: var(--green);
    --toggle-inidcator-color: var(--green); }
  .toggle-double__label {
    cursor: pointer;
    font-weight: 900;
    font-size: 14px;
    transition-duration: 0.125s;
    transition-property: color;
    will-change: color; }
    @media (min-width: 1200px) {
      .toggle-double__label {
        font-size: 17px; } }
    .toggle-double__label--left {
      margin-right: 10px; }
    .toggle-double__label--right {
      margin-left: 10px; }
  .toggle-double__sr-label {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    /* 1 */
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    /* 2 */
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }
  .toggle-double__indicator {
    cursor: pointer;
    position: relative;
    display: block;
    width: var(--toggle-width);
    height: var(--toggle-height);
    background: var(--toggle-bg);
    border-radius: 25px; }
    .toggle-double__indicator:before {
      content: "";
      position: absolute;
      display: block;
      left: calc((var(--toggle-indicator-size) / 2) + var(--toggle-gutter));
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      transition-duration: 0.125s;
      transition-property: transform;
      will-change: transform;
      width: var(--toggle-indicator-size);
      height: var(--toggle-indicator-size);
      border-radius: 50%;
      background: var(--toggle-inidcator-color); }
  .toggle-double__input {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    /* 1 */
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    /* 2 */
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; }
    .toggle-double__input:not(:checked) ~ .toggle-double__label--left {
      color: var(--toggle-color--highlighted); }
    .toggle-double__input:checked ~ .toggle-double__indicator:before {
      transform: translateX(-50%) translateX(calc( var(--toggle-width) - var(--toggle-indicator-size) - (var(--toggle-gutter) * 2))) translateY(-50%); }
    .toggle-double__input:checked ~ .toggle-double__label--right {
      color: var(--toggle-color--highlighted); }

.modal-cookies__choices {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .modal-cookies__choices {
      justify-content: space-between;
      flex-direction: row; } }

.modal-cookies__choice {
  margin-bottom: 20px; }
  .modal-cookies__choice:last-child {
    margin-bottom: 0; }

.avatar {
  overflow: hidden;
  border-radius: 100%; }

.language-switcher {
  display: flex;
  align-items: center; }
  .language-switcher__select {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #1e2131; }

@media (max-width: 991.98px) {
  .show-more__item--above-limit {
    display: none !important; } }

.show-more__button {
  display: block;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    .show-more__button {
      display: none; } }

.load-more__button {
  display: block;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto; }

.wp-pagenavi {
  font-family: "DINOT", Helvetica, Arial, sans-serif;
  margin-top: 40px;
  margin-bottom: -5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .wp-pagenavi .pages {
    margin-right: 6px;
    font-size: 12px;
    font-weight: 600; }
    @media (min-width: 768px) {
      .wp-pagenavi .pages {
        font-size: 16px; } }
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .first,
  .wp-pagenavi .last,
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    cursor: pointer;
    margin: 0 5px;
    margin-bottom: 5px;
    padding: 10px;
    min-width: 44px;
    display: inline-block; }
  .wp-pagenavi .extend {
    font-size: 14px; }
  .wp-pagenavi .current,
  .wp-pagenavi a.page {
    display: none; }
    @media (min-width: 992px) {
      .wp-pagenavi .current,
      .wp-pagenavi a.page {
        display: inline-block; } }
  .wp-pagenavi .current {
    cursor: unset;
    background-color: #4650f0 !important;
    border-color: #4650f0 !important; }
  @media (min-width: 992px) {
    .wp-pagenavi .pages,
    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .nextpostslink {
      display: none; } }

.tab-bar {
  position: relative; }
  .tab-bar__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    @media (min-width: 992px) {
      .tab-bar__container {
        flex-direction: row;
        padding: 0 7px;
        background: #1e2131;
        border-radius: 12px; } }
  .tab-bar__item {
    width: 100%;
    max-width: 425px;
    margin-bottom: 24px;
    background: #1e2131;
    border-radius: 12px; }
    @media (min-width: 992px) {
      .tab-bar__item {
        margin: 0 12px;
        margin-bottom: 0;
        background: none; } }
  .tab-bar__tab {
    cursor: pointer;
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 23px 32px;
    border: none;
    background-color: transparent;
    color: #ffffff;
    font-family: "DINOT", Helvetica, Arial, sans-serif;
    text-align: center; }
    .tab-bar__tab:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      border-radius: 12px;
      background-repeat: no-repeat;
      transition: ease-in-out, 250ms; }
    .tab-bar__tab--shuttle:before {
      background-image: url("../../src/images/shuttle.png");
      background-position: 8px -4px; }
      @media only screen and (min-resolution: 192dpi) {
        .tab-bar__tab--shuttle:before {
          background-image: url("../../src/images/shuttle@2x.png");
          background-size: 108px 108px; } }
    .tab-bar__tab--hacker:before {
      background-image: url("../../src/images/hacker.png");
      background-position: right 19px bottom; }
      @media only screen and (min-resolution: 192dpi) {
        .tab-bar__tab--hacker:before {
          background-image: url("../../src/images/hacker@2x.png");
          background-size: 131px 118px; } }
    .tab-bar__tab--wreath:before {
      background-image: url("../../src/images/wreath.png");
      background-position: right 0 bottom; }
      @media only screen and (min-resolution: 192dpi) {
        .tab-bar__tab--wreath:before {
          background-image: url("../../src/images/wreath@2x.png");
          background-size: 154px 114px; } }
    @media (min-width: 992px) {
      .tab-bar__tab:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%) scale(0);
        top: calc(100% + 16px);
        width: 120px;
        height: 8px;
        border-radius: 12px;
        background: #4650f0;
        transition: ease-in-out, 250ms; } }
    .tab-bar__tab:focus:after, .tab-bar__tab:hover:after {
      transform: translateX(-50%) scale(1); }
    .tab-bar__tab[aria-selected="true"]:before {
      background-color: #4650f0; }
      @media (min-width: 992px) {
        .tab-bar__tab[aria-selected="true"]:before {
          top: -10px;
          bottom: -10px; } }
    .tab-bar__tab[aria-selected="true"]:after {
      top: calc(100% + 22px);
      transform: translateX(-50%) scale(1); }
  .tab-bar__content {
    position: relative;
    z-index: 1; }
  .tab-bar__pre-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4166666667; }
    @media (min-width: 992px) {
      .tab-bar__pre-title {
        font-size: 24px; } }
  .tab-bar__title {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2941176471; }
    @media (min-width: 992px) {
      .tab-bar__title {
        font-size: 34px; } }

.tier-table {
  padding: 10px;
  background-color: #222436;
  border: #383b50 solid 1px;
  border-radius: 12px;
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.2); }
  @media (min-width: 1200px) {
    .tier-table {
      padding: 26px 0; } }
  .tier-table--small td {
    vertical-align: top; }
  .tier-table__table {
    box-shadow: none;
    border-spacing: 2px 0;
    font-size: 16px; }
    @media (min-width: 1200px) {
      .tier-table__table {
        border-spacing: 28px 0;
        font-size: 20px; } }
  .tier-table thead {
    margin-bottom: 10px; }
  .tier-table th,
  .tier-table td {
    padding: 0;
    border-right: none !important; }
  .tier-table td {
    padding: 5px 0; }
  .tier-table tr:first-of-type td {
    padding-top: 20px; }
  .tier-table th {
    padding: 6px 0; }
    .tier-table th:nth-child(1) {
      border-bottom: #176058 solid 2px; }
    .tier-table th:nth-child(2) {
      border-bottom: #26aa81 solid 2px; }
    .tier-table th:nth-child(3) {
      border-bottom: #3befae solid 2px; }
  .tier-table td:nth-child(1) .tier-table__icon {
    color: #176058; }
  .tier-table td:nth-child(2) .tier-table__icon {
    color: #26aa81; }
  .tier-table td:nth-child(3) .tier-table__icon {
    color: #3befae; }
  .tier-table--small .tier-table td {
    vertical-align: top; }
  .tier-table__icon {
    margin-right: 4px; }
    .tier-table--small .tier-table__icon {
      margin-right: 9px; }
  .tier-table__cell {
    display: flex;
    align-items: center; }
    .tier-table--small .tier-table__cell {
      align-items: flex-start;
      font-size: 16px;
      line-height: 1.5; }

.pill-list__item {
  margin-bottom: 60px; }
  .pill-list__item:last-child {
    margin-bottom: 0; }

.pill-list__title {
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2916666667;
  border-bottom: #383b50 solid 1px; }

.pill-list__section {
  margin-bottom: 30px; }
  .pill-list__section:last-child {
    margin-bottom: 0; }
  .pill-list__section-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2777777778; }

.pill-list__pills {
  margin: 0;
  padding: 0; }

.pill-list__pill {
  margin-right: 6px;
  margin-bottom: 10px; }

.pill-list-cols {
  display: grid;
  grid-gap: 42px; }
  @media (min-width: 992px) {
    .pill-list-cols {
      grid-template-columns: 1fr 1fr 1fr; } }

.box-quote {
  padding: 20px; }
  @media (min-width: 992px) {
    .box-quote {
      padding: 104px 30px 103px 66px; } }
  .box-quote__logo {
    margin-bottom: 20px; }
  .box-quote__blockquote {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.416;
    font-weight: 700; }
    @media (min-width: 992px) {
      .box-quote__blockquote {
        font-size: 24px; } }
  .box-quote__blockquote-footer {
    margin-top: 1.25em; }
  .box-quote__blockquote-cite {
    font-style: normal;
    font-size: 0.8333em;
    font-weight: 700; }
  .box-quote__blockquote-credentials {
    font-size: 0.75em;
    font-weight: 300;
    line-height: 1.333; }

.gameintel-whats-inside__footer {
  height: 108px;
  top: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.8; }
  .gameintel-whats-inside__footer a {
    color: #3bf0af;
    font-weight: 700;
    text-decoration: none !important; }
    .gameintel-whats-inside__footer a:focus, .gameintel-whats-inside__footer a:hover {
      text-decoration: underline !important; }

.gameintel-whats-inside .dots {
  bottom: 140px; }
  @media (min-width: 992px) {
    .gameintel-whats-inside .dots {
      bottom: 180px; } }

.expander__header {
  display: flex;
  align-items: flex-start;
  flex-grow: 1; }

.expander__toggle {
  flex-shrink: 0;
  width: 18px;
  height: 9px;
  margin-top: 7px;
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.242' height='12.622' viewBox='0 0 22.242 12.622'%3E%3Cpath id='Path_85030' data-name='Path 85030' d='M-14102.364,889.612l9-9,9,9' transform='translate(-14082.243 891.733) rotate(180)' fill='none' stroke='%236b6d70' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-size: 18px 9px;
  background-repeat: no-repeat;
  border: none; }

.expander__clickable {
  cursor: pointer; }

.expander__title {
  margin: 0;
  margin-bottom: 11px;
  padding-left: 10px;
  line-height: 22px;
  font-size: 1em;
  font-weight: 700;
  color: inherit !important; }

.expander__content {
  font-size: 0.75em; }
  @media only screen and (min-width: 1400px) {
    .expander__content {
      font-size: 0.875em; } }

.expander__title-other {
  margin-left: auto; }

.expander--open .expander__header {
  margin-bottom: 20px; }

.expander--open .expander__toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.242' height='12.622' viewBox='0 0 22.242 12.622'%3E%3Cpath id='Path_85029' data-name='Path 85029' d='M-14102.364,889.612l9-9,9,9' transform='translate(14104.485 -879.112)' fill='none' stroke='%2352eeb1' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A"); }

.expander--reverse .expander__toggle {
  order: 1; }

.expander--reverse .expander__title {
  margin: 0;
  padding-left: 0;
  padding-right: 20px;
  margin-right: auto;
  order: 3; }

.expander--reverse .expander__title-other {
  order: 2;
  margin-right: 10px; }

.expander--reverse .expander__header {
  flex-direction: row-reverse; }

.expanders {
  font-size: 18px;
  border-top: #252637 solid 1px; }
  @media only screen and (min-width: 1400px) {
    .expanders {
      font-size: 24px; } }
  .expanders__item {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: #252637 solid 1px;
    text-align: left; }

.upgrade-cta {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  transform: translateY(0);
  transition-duration: 0.5s;
  transition-property: transform;
  will-change: transform;
  border: none;
  border-radius: 0;
  background-color: #4650f0; }
  @media (min-width: 992px) {
    .upgrade-cta {
      flex-direction: row;
      justify-content: space-between;
      padding: 20px 40px; } }
  .upgrade-cta--hidden {
    transform: translateY(100%); }
  .upgrade-cta__header {
    align-self: flex-start; }
    @media (min-width: 768px) {
      .upgrade-cta__header {
        margin-bottom: 15px; } }
    @media (min-width: 992px) {
      .upgrade-cta__header {
        margin-right: 30px;
        margin-bottom: 0; } }
  .upgrade-cta__countdown {
    display: flex;
    align-items: center;
    margin-top: -5px; }
  .upgrade-cta__title {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 900;
    text-align: left;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .upgrade-cta__title {
        font-size: 18px;
        margin-bottom: 5px; } }
    @media (min-width: 992px) {
      .upgrade-cta__title {
        font-size: 22px;
        margin: 0; } }
  .upgrade-cta__desc {
    display: none;
    margin: 0 !important;
    margin-top: 4px !important;
    font-size: 16px; }
    @media (min-width: 768px) {
      .upgrade-cta__desc {
        display: block; } }
    @media only screen and (min-width: 1400px) {
      .upgrade-cta__desc {
        font-size: 18px; } }
  .upgrade-cta__body {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%; }
    @media (min-width: 768px) {
      .upgrade-cta__body {
        justify-content: space-between; } }
    @media (min-width: 992px) {
      .upgrade-cta__body {
        justify-content: flex-start;
        width: unset; } }
    @media only screen and (min-width: 1400px) {
      .upgrade-cta__body {
        justify-content: flex-end; } }
  .upgrade-cta__button {
    margin-left: auto;
    background-color: white !important;
    color: #4550f0 !important;
    font-size: 14px;
    padding: 10px;
    flex-shrink: 0; }
    @media (min-width: 768px) {
      .upgrade-cta__button {
        margin-left: 30px;
        font-size: 16px; } }
    @media (min-width: 992px) {
      .upgrade-cta__button {
        font-size: 20px; } }
    @media only screen and (min-width: 1400px) {
      .upgrade-cta__button {
        min-width: 280px; } }
  .upgrade-cta__close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    margin-top: -8px;
    margin-left: 10px;
    color: white !important;
    font-size: 20px;
    font-weight: 400;
    background: none;
    border: none; }
    @media (min-width: 768px) {
      .upgrade-cta__close {
        font-size: 40px; } }
    @media (min-width: 992px) {
      .upgrade-cta__close {
        position: relative;
        top: unset;
        right: unset;
        margin-left: 30px; } }
    @media only screen and (min-width: 1400px) {
      .upgrade-cta__close {
        margin-left: 76px; } }

.countdown {
  display: flex;
  flex-direction: row;
  align-items: center; }
  .countdown__figure {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 10px; }
    .countdown__figure:last-child {
      margin-right: 0; }
  .countdown__value {
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    line-height: 1.2; }
    @media (min-width: 576px) {
      .countdown__value {
        font-size: 32px; } }
  .countdown__label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center; }

.feature-table {
  table-layout: fixed;
  text-align: left;
  font-size: 18px; }
  .feature-table--plans {
    position: sticky;
    z-index: 10;
    top: 92px;
    background: #141828; }
    .feature-table--plans:after {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      left: 0;
      right: 0;
      top: 100%;
      height: 40px;
      background: #141828;
      background: linear-gradient(180deg, #141828 0%, rgba(20, 24, 40, 0) 100%); }
    .feature-table--plans tbody tr:nth-child(odd) {
      background: transparent !important; }
  .feature-table th,
  .feature-table td {
    padding: 13px 16px 14px 16px;
    border-right: none !important;
    font-weight: 400; }
  .feature-table th {
    padding: 25px 16px;
    border-bottom: none !important;
    font-size: 20px; }
  .feature-table tbody tr:nth-child(odd) {
    background: #222435; }
  @media screen and (min-width: 1400px) {
    .feature-table tr td:nth-child(1),
    .feature-table tr th:nth-child(1) {
      padding-left: 52px !important; } }
  .feature-table--mini tr th,
  .feature-table--mini tr td,
  .feature-table--mini tr th:nth-child(1),
  .feature-table--mini tr td:nth-child(1) {
    padding-left: 16px !important;
    padding-right: 16px !important; }
  .feature-table__plan {
    height: 210px; }
    .feature-table__plan--no-price .plan__button {
      margin-top: 51px; }
  .feature-table__th--bold {
    font-size: 20px;
    font-weight: 700 !important; }
  .feature-table__container-cell {
    padding: 0 !important; }
  .feature-table__plan-cell {
    position: relative;
    width: 94px; }
    @media (min-width: 1200px) {
      .feature-table__plan-cell {
        width: 254px; } }
    @media only screen and (max-width: 1259px) {
      .feature-table__plan-cell--aaa {
        display: none; } }
  .feature-table__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }

.plan {
  padding: 20px 21px;
  text-align: left; }
  .plan__title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700; }
  .plan__desc {
    margin-top: 18px;
    font-size: 16px; }
  .plan__value {
    align-self: basline;
    margin: 0;
    color: #14f0af;
    font-size: 22px;
    font-weight: 700; }
    .plan__value-label {
      font-size: 16px;
      font-weight: 400; }
  .plan__price {
    margin-bottom: 21px; }
    .plan__price-line1 {
      display: flex;
      justify-content: space-between;
      flex-direction: row; }
    .plan__price-line2 {
      margin-top: 10px;
      font-size: 14px;
      line-height: 1.42;
      color: white; }
    .plan__price-desc {
      margin-top: -2px;
      display: flex;
      max-width: 53px;
      color: #636589;
      font-size: 14px;
      line-height: 1; }
  .plan__button {
    display: flex;
    width: 100%; }
  .plan__footer {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1.42; }

.plan-info {
  font-size: 18px; }
  .plan-info__line {
    margin: 0; }
    .plan-info__line--line2 {
      margin-top: 5px;
      color: #636589;
      font-size: 14px; }
    .plan-info__line--line3 {
      margin-top: 10px;
      font-size: 14px; }

.pricing-pitches {
  /* All the same stuff for Firefox */
  /* All the same stuff for IE */ }
  .pricing-pitches.pitches--basic {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .pricing-pitches.pitches--basic .pitches__pitch {
      margin: 0;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
      width: 30%; }
      .pricing-pitches.pitches--basic .pitches__pitch .pitch__title {
        white-space: nowrap; }
      .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .pitch__price--small {
          font-size: 12px;
          line-height: 16px;
          text-transform: uppercase;
          color: #14f0af; }
        .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .pitch__price.slidee {
          padding: 42px 0 70px 0; }
        .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .pitch__price {
          color: #ffffff; }
          .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .pitch__price--num {
            font-size: 40px; }
          .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .pitch__price--span {
            font-size: 14px;
            font-weight: 300; }
          .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .pitch__price--span-text {
            margin: 0 auto;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.375; }
          .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .pitch__price--small {
            font-size: 14.79px;
            font-weight: 700; }
        .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .range-title {
          font-size: 16px;
          font-weight: 400;
          line-height: 26px;
          color: #ffffff; }
        .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .get-started-btn {
          background: #4650f0;
          border-radius: 4px;
          font-size: 20px;
          color: #ffffff;
          margin-top: 32px;
          margin-bottom: 22px;
          padding: 14px 24px; }
        .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .pitch__list-title {
          display: flex;
          align-self: start;
          margin-top: 40px;
          font-size: 16px; }
        .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .pitch__box .pitch__item {
          border-bottom: none;
          padding: 10px 0; }
          .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .pitch__box .pitch__item .pitch__icon {
            top: 4px; }
          .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .pitch__box .pitch__item .pitch__bullet_content {
            display: flex;
            align-self: start; }
        .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .pitch__box .pitch__item--with-icon {
          font-size: 18px;
          line-height: 1.4;
          display: flex;
          color: #ffffff; }
        .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .pitch__view-doc {
          margin-top: 30px;
          font-size: 14px;
          line-height: 20px;
          display: flex;
          text-decoration-line: underline;
          color: #ffffff;
          opacity: 0.6;
          align-self: start;
          cursor: pointer; }
        .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .pitch__pricer {
          margin-top: 24px;
          margin-bottom: 28px; }
        .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .pitch__pricer--col {
          flex-direction: column;
          align-items: center; }
        .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .pitch__price--span {
          margin-left: 4px;
          font-size: 20px; }
        .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .slide__container {
          margin: 0 auto;
          margin-top: -6px;
          max-width: 322px;
          width: 80%;
          position: relative; }
          .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .slide__container input {
            /* overflow: hidden; */
            width: 100%;
            -webkit-appearance: none;
            background: linear-gradient(to right, #5469d4 0%, #5469d4 50%, #c1c9d2 50%, #c1c9d2 100%);
            transition: background 450ms ease-in;
            border-radius: 10px;
            height: 4px; }
          .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .slide__container .range-value {
            position: absolute;
            bottom: -12%; }
            .pricing-pitches.pitches--basic .pitches__pitch .pitch__inner .slide__container .range-value span {
              width: 45px;
              height: 24px;
              line-height: 24px;
              text-align: center;
              color: #fff;
              font-size: 12px;
              display: block;
              position: absolute;
              left: 50%;
              transform: translate(-50%, 0);
              background: #3c4257;
              box-shadow: 0px 1px 2px rgba(55, 65, 81, 0.06), 0px 1px 3px rgba(55, 65, 81, 0.1);
              border-radius: 4px; }
      .pricing-pitches.pitches--basic .pitches__pitch .pitch-addendum {
        font-style: italic;
        font-size: 16px;
        text-align: left;
        opacity: 1;
        font-weight: 300; }
  .pricing-pitches input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    /* Add cool effects to your sliders! */ }
  .pricing-pitches input[type="range"]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer; }
  .pricing-pitches input[type="range"]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer; }
  .pricing-pitches input[type="radio"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #eeeeee;
    border-radius: 50%;
    outline: none;
    margin-right: 20px;
    margin-top: 5px; }
  .pricing-pitches input[type="radio"]:hover {
    box-shadow: 0 0 5px 0px #14f0af; }
  .pricing-pitches input[type="radio"]:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%; }
  .pricing-pitches input[type="radio"]:checked {
    border: 1px solid #14f0af;
    box-shadow: 0 0 5px 0px #14f0af; }
  .pricing-pitches input[type="radio"]:checked:before {
    background: #14f0af;
    border: 1px solid #14f0af; }

@media only screen and (max-width: 1100px) {
  .pricing-pitches.pitches--basic {
    flex-wrap: wrap; }
    .pricing-pitches.pitches--basic .pitches__pitch {
      width: 30%;
      margin-bottom: 100px; } }

@media only screen and (max-width: 768px) {
  .pricing-pitches.pitches--basic .pitches__pitch {
    width: 75%;
    margin: auto; }
    .pricing-pitches.pitches--basic .pitches__pitch .pitch--detailed {
      margin-bottom: 40px; }
      .pricing-pitches.pitches--basic .pitches__pitch .pitch--detailed .pitch__inner {
        padding: 20px; }
        .pricing-pitches.pitches--basic .pitches__pitch .pitch--detailed .pitch__inner .slide__container {
          width: 100%; }
        .pricing-pitches.pitches--basic .pitches__pitch .pitch--detailed .pitch__inner .pitch__box .pitch__item {
          padding: 6px 0; }
        .pricing-pitches.pitches--basic .pitches__pitch .pitch--detailed .pitch__inner .get-started-btn {
          width: 100%; }
    .pricing-pitches.pitches--basic .pitches__pitch .pitch-addendum {
      display: none; } }

.post-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
  font-size: 18px;
  align-items: center; }
  .post-meta__category {
    display: none; }
    @media (min-width: 992px) {
      .post-meta__category {
        display: block;
        margin-left: 30px;
        text-align: right; } }
  .post-meta__pill {
    margin-bottom: 5px; }
  .post-meta__date-runtime {
    line-height: 1.2; }

.box-overflow {
  margin: 0 auto;
  max-width: 648px; }
  @media only screen and (max-width: 575px) {
    .box-overflow {
      max-width: 360px; } }
  @media (min-width: 768px) {
    .box-overflow {
      max-width: 810px; } }
  @media (min-width: 992px) {
    .box-overflow {
      max-width: 1400px;
      padding-left: 24px;
      padding-right: 24px; } }
  .box-overflow__list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 9.15132px rgba(0, 0, 0, 0.05);
    border-radius: 10.9816px;
    background: #1E2131; }
    @media (min-width: 992px) {
      .box-overflow__list {
        flex-direction: row;
        gap: 40px;
        max-width: unset;
        padding: 40px;
        justify-content: space-between; } }
    @media (min-width: 1200px) {
      .box-overflow__list {
        padding: 75px 73px; } }
  .box-overflow__box {
    display: flex;
    flex-direction: column;
    margin-bottom: 65px;
    padding: 0 24px; }
    .box-overflow__box:last-child {
      margin-bottom: 40px; }
      @media (min-width: 992px) {
        .box-overflow__box:last-child {
          margin-bottom: 0; } }
    @media (min-width: 992px) {
      .box-overflow__box {
        margin-bottom: 0;
        padding: 0 !important;
        max-width: 323px;
        background: transparent; }
        .box-overflow__box:nth-child(1) {
          align-items: flex-start;
          text-align: left; }
        .box-overflow__box:nth-child(2) {
          align-items: center;
          text-align: center; }
        .box-overflow__box:nth-child(3) {
          text-align: right;
          align-items: flex-end; } }
  .box-overflow__box-title {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2777777778; }
    @media (min-width: 1200px) {
      .box-overflow__box-title {
        font-size: 29.2842px;
        line-height: 38px; } }
  .box-overflow__box-desc {
    font-weight: 350;
    font-size: 18.0632px;
    line-height: 23px; }
    @media (min-width: 1200px) {
      .box-overflow__box-desc {
        font-size: 22px;
        line-height: 28px; } }
  .box-overflow__icon {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    margin-top: -28px;
    margin-bottom: 18px;
    border-radius: 12px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background-color: #4650f0; }
    @media (min-width: 992px) {
      .box-overflow__icon {
        width: 184px;
        height: 184px;
        margin-top: -95px;
        margin-bottom: 22px; } }
    @media (min-width: 992px) {
      .box-overflow__icon {
        margin-top: -130px; } }
  .box-overflow__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
  .box-overflow__cta {
    margin-top: auto;
    padding-top: 40px; }

.blog-topbar {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  width: 100%; }
  @media (min-width: 1200px) {
    .blog-topbar {
      flex-direction: row-reverse;
      gap: 24px; } }
  .blog-topbar__filters {
    width: 100%;
    flex-shrink: 1;
    overflow: hidden; }
  .blog-topbar__search {
    flex-grow: 1;
    width: 100%; }
    @media (min-width: 1200px) {
      .blog-topbar__search {
        max-width: 300px; } }

.search {
  position: relative;
  width: 100%;
  height: 53px; }
  .search__input {
    width: 100%;
    height: 100%;
    padding: 16px 24px;
    padding-right: calc(53px + 20px);
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2857142857;
    background-color: transparent;
    border-radius: 5px;
    background: rgba(21, 24, 41, 0.8) !important;
    border: #383b50 solid 1px;
    color: #ffffff;
    font-weight: 400; }
    .search__input:focus {
      outline: none; }
    .search__input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #ffffff;
      opacity: 1; }
    .search__input::-moz-placeholder {
      /* Firefox 19+ */
      color: #ffffff;
      opacity: 1; }
    .search__input:-ms-input-placeholder {
      /* IE 10+ */
      color: #ffffff;
      opacity: 1; }
    .search__input:-moz-placeholder {
      /* Firefox 18- */
      color: #ffffff;
      opacity: 1; }
  .search__button {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 53px;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    fill: #ffffff;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    right: 0; }

.icon-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.25; }

.icon-labels {
  display: inline-flex;
  gap: 1.08333rem;
  font-size: 0.75rem;
  line-height: 2.125; }

.code-previewer {
  position: relative;
  overflow: hidden;
  height: 84px;
  min-height: 84px;
  margin: 0;
  background: #151829;
  border-radius: 12px; }
  .code-previewer__canvas {
    margin: 0;
    transform: translateY(0);
    will-change: transform; }
  .code-previewer__item {
    padding: 16px;
    line-height: 1; }
    @media (min-width: 992px) {
      .code-previewer__item {
        padding: 20px 45px 20px 30px; } }
  .code-previewer__comment {
    color: #14f0af; }
  .code-previewer__def {
    margin: 0;
    line-height: 16px; }
    @media (min-width: 992px) {
      .code-previewer__def {
        line-height: 22px; } }
  .code-previewer__code {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 12px;
    word-wrap: anywhere; }
    @media (min-width: 992px) {
      .code-previewer__code {
        font-size: 16px; } }
  .code-previewer__title {
    display: none; }

.box-code-previewer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px 17px 24px 20px;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    .box-code-previewer {
      gap: 40px;
      flex-direction: row; } }
  @media (min-width: 1200px) {
    .box-code-previewer {
      padding: 32px 82px 32px 80px; } }
  .box-code-previewer__title {
    margin: 0;
    margin-bottom: 20px;
    max-width: 619px; }
    @media (min-width: 992px) {
      .box-code-previewer__title {
        max-width: 560px;
        margin-bottom: 0; } }
  .box-code-previewer__code {
    width: 100%;
    max-width: 619px; }
    @media (min-width: 992px) {
      .box-code-previewer__code {
        height: unset; } }

.accordion {
  display: grid;
  flex-direction: column;
  gap: 16px; }
  .accordion__item {
    padding: 0;
    background: rgba(21, 24, 41, 0.5);
    backdrop-filter: blur(138.59px); }
  .accordion__button {
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 16px;
    background: transparent;
    border: none; }
    @media (min-width: 992px) {
      .accordion__button {
        padding: 24px; } }
    .accordion__item[data-accordion-open] .accordion__button {
      cursor: default; }
    .accordion__button:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 33px;
      width: 18px;
      height: 18px;
      background-image: url("../images/plus-basic-white.svg");
      background-size: 18px;
      background-repeat: no-repeat; }
      .accordion__item[data-accordion-open] .accordion__button:after {
        display: none; }
  .accordion__title {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1rem;
    line-height: 1.478;
    padding-right: 2.08333rem; }
  .accordion__content {
    position: relative;
    margin-top: -0.58333rem;
    padding-left: 1rem;
    padding-right: 0.79167rem;
    padding-bottom: 0.70833rem;
    font-size: 0.83333rem;
    line-height: 1.25rem;
    height: 0;
    opacity: 0;
    transition-duration: 0;
    transition-property: opacity transform;
    transform: translateY(0.83333rem);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
    .accordion__item[data-accordion-open] .accordion__content {
      z-index: 2;
      height: auto;
      opacity: 1;
      transform: translateY(0);
      transition-duration: .3s; }
    .accordion__content p:not(:last-child) {
      margin-bottom: 0.41667rem; }

.text-block-cells {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media (min-width: 992px) {
    .text-block-cells {
      grid-template-columns: repeat(4, 1fr); } }
  @media only screen and (min-width: 1500px) {
    .text-block-cells {
      grid-template-columns: repeat(5, 1fr); } }
  @media only screen and (min-width: 992px) and (max-width: 1499px) {
    .text-block-cells__desc {
      margin: 0 auto; } }
  .text-block-cells__text-block {
    grid-column: 1 / -1;
    grid-row: 1 / -1;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .text-block-cells__text-block {
        text-align: center; } }
    @media only screen and (min-width: 1500px) {
      .text-block-cells__text-block {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
        text-align: left;
        margin-bottom: 0;
        padding-right: 20px;
        padding-bottom: 20px; }
        .text-block-cells--reverse .text-block-cells__text-block {
          grid-column: -1 / -3;
          padding-left: 20px;
          padding-right: 0; } }
  .text-block-cells__strong-line {
    margin: 0;
    margin-bottom: 16px !important; }
  .text-block-cells__title {
    margin: 0;
    margin-bottom: 32px; }
  .text-block-cells__cta {
    margin-top: 20px; }
    @media (min-width: 992px) {
      .text-block-cells__cta {
        margin-top: 40px; } }
  @media only screen and (max-width: 1499px) {
    .text-block-cells__button-set {
      display: block;
      margin: 0 auto; } }

.trusted-by-carousels {
  position: relative;
  z-index: 100; }

.ad-report {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background: #4650f0;
  color: #ffffff;
  border-radius: 12px; }
  .ad-report img.ad-report__image {
    position: relative;
    top: -30px;
    display: block;
    margin: 0 auto;
    margin-bottom: -40px !important;
    width: 260px; }
    @media (min-width: 576px) {
      .ad-report img.ad-report__image {
        position: absolute;
        top: -60px;
        right: -20px;
        margin: 0 !important; } }
    @media (min-width: 768px) {
      .ad-report img.ad-report__image {
        left: -40px;
        transform: translateY(-50%);
        top: 50%; } }
  .ad-report__container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 20px; }
    @media (min-width: 768px) {
      .ad-report__container {
        flex-direction: row;
        gap: 60px;
        padding-left: 260px;
        align-items: center;
        justify-content: space-between; } }
    @media (min-width: 992px) {
      .ad-report__container {
        padding-right: 40px; } }
  .ad-report__title {
    margin: 0 auto !important;
    font-size: 1.16667rem;
    font-weight: 600;
    text-align: center; }
    @media (min-width: 576px) {
      .ad-report__title {
        margin: 0 !important;
        text-align: left; } }
  .ad-report__button {
    position: relative;
    z-index: 1;
    flex-shrink: 0; }

.collapse-menu {
  display: grid;
  flex-direction: column;
  gap: 0.66667rem;
  padding: 0;
  margin: 0; }
  .collapse-menu__item {
    padding: 0;
    background: transparent; }
  .collapse-menu__sub-item {
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 5px; }
    .collapse-menu__sub-item:hover {
      background: #222535; }
  .collapse-menu__button {
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 0.66667rem;
    background: transparent;
    border: none;
    border-radius: 5px; }
    @media (min-width: 992px) {
      .collapse-menu__button {
        padding: 1rem; } }
    .collapse-menu__button:hover {
      background: #222535; }
    .collapse-menu__button:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 1.375rem;
      width: 0.75rem;
      height: 0.75rem;
      background-image: url("../images/plus-basic-white.svg");
      background-size: 0.75rem;
      background-repeat: no-repeat;
      background-position: 50%; }
      .collapse-menu__item[data-collapse-menu-open] .collapse-menu__button:after {
        background-image: url("../images/minus-basic-white.svg"); }
  .collapse-menu__title {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 1rem;
    line-height: 1.478;
    padding-right: 2.08333rem; }
  .collapse-menu__content {
    position: relative;
    font-size: 0.83333rem;
    line-height: 1.25rem;
    height: 0;
    opacity: 0;
    transition-duration: 0;
    transition-property: opacity transform;
    transform: translateY(0.83333rem);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    display: none; }
    .collapse-menu__item[data-collapse-menu-open] .collapse-menu__content {
      display: block;
      z-index: 2;
      height: auto;
      opacity: 1;
      transform: translateY(0);
      transition-duration: .3s; }
    .collapse-menu__content p:not(:last-child) {
      margin-bottom: 0.41667rem; }

@media (max-width: 1199.98px) {
  .template-live-ops__image-box-grid .image-box__container {
    flex-direction: column; }
  .template-live-ops__image-box-grid .image-box__content {
    text-align: center; }
  .template-live-ops__image-box-grid .image-box__image {
    margin-right: 0;
    margin-bottom: 20px; } }

@media (max-width: 767.98px) {
  .template-live-ops__box-grid {
    padding: 0;
    background: none;
    filter: none; } }

@media (max-width: 991.98px) {
  .template-analytics__icon-grid {
    max-width: 564px;
    margin: 0 auto;
    grid-gap: 40px;
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 992px) {
  .template-home__icon-list__text--handheld, .template-reports__icon-list__text--handheld {
    max-width: 480px; } }

@media (min-width: 992px) {
  .template-home__icon-list__text--yay, .template-reports__icon-list__text--yay {
    max-width: 422px; } }

@media (min-width: 992px) {
  .template-home__icon-list__text--ball, .template-reports__icon-list__text--ball {
    max-width: 495px; } }

.template-benchmarks {
  background: #141828; }
  .template-benchmarks__box {
    padding-left: 20px;
    padding-right: 20px; }
  @media (min-width: 992px) {
    .template-benchmarks__weapon-title {
      font-size: 42px !important; } }
  @media (min-width: 992px) {
    .template-benchmarks__weapon-desc {
      font-size: 20px !important; } }
  .template-benchmarks__feature-table-small {
    display: inline-block;
    margin-top: 25px;
    font-size: 16px;
    color: #6b6d70; }
    @media screen and (min-width: 1400px) {
      .template-benchmarks__feature-table-small {
        margin-left: 52px; } }

.template-hs-form .hs-form {
  display: grid; }
  .template-hs-form .hs-form .hs_recaptcha {
    margin-top: 1.66667rem;
    margin-left: 0;
    order: 100; }
    @media (min-width: 992px) {
      .template-hs-form .hs-form .hs_recaptcha {
        margin-left: auto; } }
  @media (max-width: 575.98px) {
    .template-hs-form .hs-form .grecaptcha-badge {
      width: 200px !important;
      transform: scale(0.78125);
      transform-origin: 0; } }
  .template-hs-form .hs-form .actions .hs-button {
    width: 100%; }

.template-contact__contact-details {
  display: grid;
  gap: 0.83333rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  font-size: 0.75rem; }

.template-contact__text-image-block {
  gap: 40px; }
  @media (min-width: 992px) {
    .template-contact__text-image-block {
      grid-template-columns: 1fr 1.2fr; } }
  .template-contact__text-image-block .text-image-block__col--text {
    width: unset; }

.template-home {
  color: #ffffff; }
  @media only screen and (max-width: 480px) {
    .template-home__icon-labels-hero {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 15px; }
      .template-home__icon-labels-hero .icon-label {
        justify-content: center; } }
  .template-home__box-code-container {
    max-width: 1560px !important; }
  .template-home__box-learn-more {
    padding: 10px !important;
    color: #14f0af; }
  .template-home__options-rocket {
    width: unset !important;
    float: unset !important;
    margin-top: -80px !important;
    margin-right: unset !important;
    margin-left: -311px !important;
    left: 115px;
    position: relative;
    z-index: -1; }
    @media (min-width: 992px) {
      .template-home__options-rocket img {
        margin-top: -100px;
        right: -103px; } }
  .template-home__inline-icons .inline-icons__list {
    justify-content: space-between;
    display: flex;
    gap: 20px;
    margin: 0; }
    @media (max-width: 767.98px) {
      .template-home__inline-icons .inline-icons__list {
        display: grid;
        gap: 40px;
        grid-template-columns: repeat(4, 1fr); } }
  .template-home__inline-icons .inline-icons__item {
    margin: 0; }
    @media (max-width: 767.98px) {
      .template-home__inline-icons .inline-icons__item:nth-child(1) {
        order: 2; }
      .template-home__inline-icons .inline-icons__item:nth-child(2) {
        order: 4; }
      .template-home__inline-icons .inline-icons__item:nth-child(3) {
        order: 6; }
      .template-home__inline-icons .inline-icons__item:nth-child(4) {
        order: 8; }
      .template-home__inline-icons .inline-icons__item:nth-child(5) {
        order: 1; }
      .template-home__inline-icons .inline-icons__item:nth-child(6) {
        display: none; }
      .template-home__inline-icons .inline-icons__item:nth-child(7) {
        order: 3; }
      .template-home__inline-icons .inline-icons__item:nth-child(8) {
        order: 5; }
      .template-home__inline-icons .inline-icons__item:nth-child(9) {
        order: 7; } }
  @media (min-width: 992px) {
    .template-home__hero-image-wrapper {
      margin-top: -110px !important; } }
  .template-home__card__small {
    font-size: 16px;
    line-height: 1.625; }
  .template-home__hero-supplement-title {
    margin-bottom: 26px !important;
    font-weight: 600;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 992px) {
      .template-home__hero-supplement-title {
        max-width: unset; } }
  .template-home__business-event {
    opacity: 0.5;
    display: none; }
    @media (min-width: 992px) {
      .template-home__business-event {
        display: block;
        margin-bottom: 16px; }
        .template-home__business-event:last-child {
          margin-bottom: 0; } }
    .template-home__business-event:nth-child(2) {
      opacity: 1;
      display: block; }
  .template-home__section-analytics {
    padding-bottom: 330px; }
    @media (min-width: 992px) {
      .template-home__section-analytics {
        padding-top: 200px;
        padding-bottom: 0; } }
    .template-home__section-analytics__hero {
      padding-bottom: 50px; }
      @media (min-width: 992px) {
        .template-home__section-analytics__hero {
          padding-bottom: 100px; } }
  @media (min-width: 992px) {
    .template-home__section-features__image {
      width: 1553px; } }
  .template-home__section-support {
    position: relative; }
    .template-home__section-support:before {
      pointer-events: none;
      content: "";
      position: absolute;
      top: -415px;
      bottom: auto;
      width: 375px;
      height: 542px;
      background-image: url("../../src/images/bg-rocket.png");
      background-size: cover !important;
      background-repeat: no-repeat;
      background-position: center 0;
      left: 50%;
      transform: translateX(-50%) translateX(-40px); }
      @media (min-width: 992px) {
        .template-home__section-support:before {
          top: -7.5vw;
          right: 0;
          bottom: -9vw;
          left: 0;
          width: auto;
          height: auto;
          transform: none;
          background-image: url("../../src/images/bg-ships.png"); } }
  @media only screen and (min-width: 992px) and (min-resolution: 192dpi) {
    .template-home__section-support:before {
      background-image: url("../../src/images/bg-ships@2x.png");
      background-size: 100px 100px; } }
  .template-home__section-stats {
    padding-top: 0; }
    @media (min-width: 992px) {
      .template-home__section-stats {
        padding-top: 100px; } }
    @media (min-width: 992px) {
      .template-home__section-stats__container {
        max-width: 1620px !important; } }
    @media (min-width: 1200px) {
      .template-home__section-stats__container {
        position: relative;
        left: -120px; } }
    @media (min-width: 1200px) {
      .template-home__section-stats__col {
        width: 740px; } }
    .template-home__section-stats__image-col {
      display: none; }
      @media (min-width: 992px) {
        .template-home__section-stats__image-col {
          display: block; } }
  .template-home__box-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px; }
    @media (min-width: 1200px) {
      .template-home__box-grid {
        gap: 24px; } }
    .template-home__box-grid .box, .template-home__box-grid .box-ad, .template-home__box-grid .box-code-previewer, .template-home__box-grid .accordion__item, .template-home__box-grid .collapse-menu__item {
      aspect-ratio: 1 / 1;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px; }
      .template-home__box-grid .box img, .template-home__box-grid .box-ad img, .template-home__box-grid .box-code-previewer img, .template-home__box-grid .accordion__item img, .template-home__box-grid .collapse-menu__item img {
        max-height: 100%;
        width: auto;
        display: block; }

@media (min-width: 992px) {
  .template-hiw__logo-wall {
    width: 896px; } }

@media (min-width: 768px) {
  .template-hiw__text-image-block__col {
    width: 620px; } }

.template-analytics__scene-fresh-n-egg:before {
  top: -655px; }
  @media (min-width: 992px) {
    .template-analytics__scene-fresh-n-egg:before {
      top: -495px; } }

.template-customers__scene-cloud:after {
  transform: translateY(-50%) translateY(-220px); }

@media (min-width: 992px) {
  .template-case-studies__hero-image, .template-customers__hero-image {
    margin-right: 0;
    width: 1851px !important;
    max-width: 1851px !important;
    bottom: 0;
    position: absolute;
    right: -120px !important;
    transform: none !important;
    top: auto !important; } }

@media (max-width: 991.98px) {
  .template-careers__hero, .template-hiring__hero {
    padding-bottom: 150px; } }

@media (min-width: 768px) {
  .template-careers__hero, .template-hiring__hero {
    height: 700px; } }

.template-careers__hero-image, .template-hiring__hero-image {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover; }

@media (max-width: 991.98px) {
  .template-case-study__hero {
    padding-bottom: 150px; } }

@media (max-width: 991.98px) {
  .template-blog__scene-ghosts {
    padding-bottom: 380px !important; } }

.template-blog__cta-bar--small {
  display: none; }
  @media (min-width: 992px) {
    .template-blog__cta-bar--small {
      display: block; } }

@media (min-width: 992px) {
  .template-reports__container {
    max-width: 1420px; } }

.template-reports__grid {
  display: flex;
  flex-direction: column;
  gap: 30px; }
  @media (min-width: 992px) {
    .template-reports__grid {
      display: grid;
      grid-template-columns: auto 480px;
      gap: 60px; } }
  @media (min-width: 1200px) {
    .template-reports__grid {
      grid-template-columns: auto 568px;
      gap: 120px; } }

.template-reports__hero {
  padding-bottom: 100px; }
  @media (min-width: 1200px) {
    .template-reports__hero {
      padding-bottom: 0;
      height: 900px; } }
  .template-reports__hero .hero__container {
    height: auto; }

.template-reports__report-box {
  position: relative;
  z-index: 1;
  margin-top: -50px; }
  @media (min-width: 1200px) {
    .template-reports__report-box {
      margin-top: -300px; } }

.template-404 .error404 {
  padding-bottom: 100px; }
  @media (min-width: 992px) {
    .template-404 .error404 {
      padding-bottom: 200px; } }

.template-404 .page-inner {
  padding-bottom: 0; }

.template-benchmarks__scene-cloud:after {
  transform: translateY(-50%) translateY(-590px); }
  @media (min-width: 576px) {
    .template-benchmarks__scene-cloud:after {
      transform: translateY(-50%) translateY(-240px); } }

@media (min-width: 992px) {
  .template-benchmarks__container {
    max-width: 1560px !important; } }

@media (min-width: 992px) {
  .template-benchmarks__filters {
    grid-template-columns: 1fr minmax(660px, 1fr); } }

.template-game-ops .page-inner {
  padding-bottom: 0; }

.template-pricing-analytics .top-section {
  padding-top: 150px; }

.template-pricing-analytics .pricing-section-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }
  .template-pricing-analytics .pricing-section-container.scene-treasure:after {
    bottom: -300px; }
  .template-pricing-analytics .pricing-section-container .pricing-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    z-index: 100; }
    .template-pricing-analytics .pricing-section-container .pricing-section-heading {
      font-weight: 600;
      text-align: center;
      color: #14f0af; }
    .template-pricing-analytics .pricing-section-container .pricing-section-subheading {
      font-weight: 900;
      font-size: 54px;
      text-align: center;
      margin-top: 22px;
      margin-bottom: 74px; }
    .template-pricing-analytics .pricing-section-container .pricing-section-disclaimer {
      font-style: italic;
      font-weight: 400;
      font-size: 14px;
      line-height: 21px;
      color: #ffffff;
      mix-blend-mode: normal;
      opacity: 0.5;
      padding: 30px;
      width: 90%; }
    .template-pricing-analytics .pricing-section-container .pricing-section .tile1__box {
      padding: 30px;
      background: #1e2131;
      box-shadow: 21px -1px 54px rgba(0, 0, 0, 0.16);
      backdrop-filter: blur(27.1828px);
      border-radius: 30px;
      display: grid;
      grid-template-columns: 1.2fr 1fr 1fr;
      grid-gap: 25px;
      margin: 0 auto;
      text-align: left; }
      .template-pricing-analytics .pricing-section-container .pricing-section .tile1__box .box__pre-title {
        font-size: 22px;
        font-weight: 400;
        line-height: 24px;
        color: #14f0af; }
      .template-pricing-analytics .pricing-section-container .pricing-section .tile1__box .box__title {
        font-size: 54px;
        font-weight: 900;
        line-height: 50px;
        color: #ffffff;
        margin-top: 16px;
        margin-bottom: 25px; }
      .template-pricing-analytics .pricing-section-container .pricing-section .tile1__box .box__subtext {
        font-size: 16px;
        font-weight: 400;
        line-height: 34px;
        color: #ffffff;
        margin-bottom: 40px; }
      .template-pricing-analytics .pricing-section-container .pricing-section .tile1__box .features-list {
        background: #191c2b;
        border-radius: 12px;
        padding: 0 25px;
        margin: 15px 0; }
        .template-pricing-analytics .pricing-section-container .pricing-section .tile1__box .features-list-item {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 20px 0;
          font-size: 18px;
          line-height: 1.3;
          border-bottom: 1px solid #252737;
          margin: 0; }
        .template-pricing-analytics .pricing-section-container .pricing-section .tile1__box .features-list-item:last-of-type {
          border-bottom: none; }
    .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 25px; }
      .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #1e2131;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
        border-radius: 12px;
        padding: 6%; }
        .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-image {
          display: flex;
          justify-content: center;
          align-items: center;
          background: rgba(37, 39, 55, 0.8);
          backdrop-filter: blur(27.1828px);
          border-radius: 8px;
          margin-right: 6%;
          height: 160px;
          min-width: 160px; }
        .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          align-items: flex-start; }
        .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-heading {
          font-weight: 900;
          font-size: 32px;
          line-height: 1; }
        .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-text {
          font-size: 18px;
          line-height: 23px;
          margin: 15px 0 20px; }

@media screen and (max-width: 1200px) {
  .template-pricing-analytics .pricing-section-container {
    padding-top: 50px; }
    .template-pricing-analytics .pricing-section-container .pricing-section {
      width: 100%;
      padding: 0 20px; }
      .template-pricing-analytics .pricing-section-container .pricing-section .tile1__box {
        grid-gap: 15px; }
        .template-pricing-analytics .pricing-section-container .pricing-section .tile1__box .features-list {
          padding: 0 12px; }
      .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-image {
        width: 100px;
        min-width: 100px;
        height: 100px;
        margin-right: 4%; } }

@media (max-width: 767.98px) {
  .template-pricing-analytics .pricing-section-container {
    padding: 40px 0 100px 0; }
    .template-pricing-analytics .pricing-section-container .pricing-section {
      width: 88%; }
      .template-pricing-analytics .pricing-section-container .pricing-section-subheading {
        font-size: 42px; }
      .template-pricing-analytics .pricing-section-container .pricing-section .tile1__box {
        display: flex;
        flex-direction: column;
        grid-gap: 0;
        padding: 24px;
        border-radius: 12px; }
        .template-pricing-analytics .pricing-section-container .pricing-section .tile1__box .box__title {
          font-size: 42px;
          line-height: 54px;
          margin-top: 4px;
          margin-bottom: 12px; }
        .template-pricing-analytics .pricing-section-container .pricing-section .tile1__box .box__subtext {
          margin-bottom: 20px;
          line-height: 24px; }
        .template-pricing-analytics .pricing-section-container .pricing-section .tile1__box .sign-up-btn {
          width: 100%;
          margin-bottom: 10px; }
        .template-pricing-analytics .pricing-section-container .pricing-section .tile1__box .features-list {
          background: none;
          border-radius: 0;
          padding: 0;
          margin: 0; }
          .template-pricing-analytics .pricing-section-container .pricing-section .tile1__box .features-list-item:last-of-type {
            border-bottom: 1px solid #252737; }
      .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container {
        grid-gap: 25px;
        display: flex;
        flex-direction: column; }
        .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card {
          flex-direction: column;
          padding: 8%; }
          .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-image {
            height: 104px;
            min-width: 104px;
            background: none;
            width: 104px;
            border-radius: none;
            margin-right: 0;
            margin-bottom: 25px; }
          .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content {
            align-items: center;
            text-align: center; }
            .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .services-card-text {
              margin: 20px 0 40px; }
            .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .button, .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .mktoForm .mktoButton, .mktoForm .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .mktoButton,
            .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .mktoForm .hs-button, .mktoForm .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .hs-button,
            .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .hbspt-form .mktoButton, .hbspt-form .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .mktoButton,
            .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .hbspt-form .hs-button, .hbspt-form .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .hs-button, .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .wt-cli-privacy-accept-all-btn, .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .cli_setting_save_button, .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .wt-cli-cookie-bar-container .cli_settings_button, .wt-cli-cookie-bar-container .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .cli_settings_button, .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .wt-cli-cookie-bar-container .cookie_action_close_header, .wt-cli-cookie-bar-container .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .cookie_action_close_header, .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .wt-cli-cookie-bar-container .cookie_action_close_header_reject, .wt-cli-cookie-bar-container .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .cookie_action_close_header_reject, .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .wp-pagenavi .current, .wp-pagenavi .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .current,
            .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .wp-pagenavi .page, .wp-pagenavi .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .page,
            .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .wp-pagenavi .first, .wp-pagenavi .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .first,
            .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .wp-pagenavi .last, .wp-pagenavi .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .last,
            .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .wp-pagenavi .previouspostslink, .wp-pagenavi .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .previouspostslink,
            .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .wp-pagenavi .nextpostslink, .wp-pagenavi .template-pricing-analytics .pricing-section-container .pricing-section .services-card-container .services-card-content .nextpostslink {
              width: 100%; } }

.template-pricing-data-services .hero--standard {
  background-color: #151829 !important; }

.template-pricing-data-services .hero--standard .hero__container {
  display: flex;
  justify-content: center; }

@media (max-width: 767.98px) {
  .template-pricing-data-services .hero {
    padding-bottom: 40px; }
  .template-pricing-data-services .hero--standard {
    background-color: #151829 !important; }
  .template-pricing-data-services .hero--standard .hero__container {
    display: flex;
    align-items: flex-start;
    padding: 0 40px; }
  .template-pricing-data-services .hero--standard .hero__content {
    text-align: left !important; } }

.template-integrations__shuttle {
  position: absolute;
  top: 280px;
  left: -380px;
  max-width: 1290px;
  z-index: -1;
  width: 120%; }
  @media (min-width: 992px) {
    .template-integrations__shuttle {
      top: -50px;
      left: -730px;
      width: auto; } }

@media (max-width: 991.98px) {
  .template-integrations__shuffler-sort {
    display: none; } }

.template-integrations__rocket {
  position: absolute;
  top: 10%;
  left: 100%;
  margin-left: -10.4%;
  z-index: 2;
  width: 12.18%; }

.template-integrations__hero-bg {
  position: relative; }
  @media (min-width: 992px) {
    .template-integrations__hero-bg {
      top: -35px; } }

@media (min-width: 992px) {
  .template-integrations__hero {
    height: 745px; } }

.template-integrations__hero-image-container {
  position: relative;
  top: 40px; }
  @media (min-width: 768px) {
    .template-integrations__hero-image-container {
      top: 40px; } }
  @media (min-width: 992px) {
    .template-integrations__hero-image-container {
      top: 0; } }

@media (max-width: 1199.98px) {
  .template-private-instance__scene-gameops-secondary:after, .template-datasuite__scene-gameops-secondary:after {
    bottom: 0 !important; } }

.template-private-instance__hero-desc--trusted-by .logo-carousel, .template-datasuite__hero-desc--trusted-by .logo-carousel {
  display: grid;
  grid-gap: 150px;
  grid-template-columns: repeat(4, 1fr);
  justify-content: space-between; }
  @media (max-width: 991.98px) {
    .template-private-instance__hero-desc--trusted-by .logo-carousel, .template-datasuite__hero-desc--trusted-by .logo-carousel {
      grid-gap: 40px 0;
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 575.98px) {
    .template-private-instance__hero-desc--trusted-by .logo-carousel, .template-datasuite__hero-desc--trusted-by .logo-carousel {
      grid-gap: 60px;
      grid-template-columns: 1fr; } }
  .template-private-instance__hero-desc--trusted-by .logo-carousel > div, .template-datasuite__hero-desc--trusted-by .logo-carousel > div {
    display: flex;
    align-items: center;
    justify-content: center; }

.template-private-instance__pitches-basic, .template-datasuite__pitches-basic {
  max-width: 620px; }
  @media (min-width: 992px) {
    .template-private-instance__pitches-basic, .template-datasuite__pitches-basic {
      max-width: 1470px; } }

@media (min-width: 992px) {
  .template-private-instance__pitch-cols, .template-datasuite__pitch-cols {
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 1200px) {
  .template-private-instance__pitch-cols, .template-datasuite__pitch-cols {
    grid-gap: 50px; } }

.template-private-instance .pitch__title, .template-datasuite .pitch__title {
  display: flex;
  align-items: center;
  height: 122px;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1666;
  text-align: left;
  background-position: 100% 50%;
  background-repeat: no-repeat; }
  @media (min-width: 1200px) {
    .template-private-instance .pitch__title, .template-datasuite .pitch__title {
      padding-left: 36px;
      padding-right: 57px;
      font-size: 36px;
      line-height: 42px; } }

.template-private-instance .pitch__title-icon, .template-datasuite .pitch__title-icon {
  margin-left: auto;
  padding-left: 10px; }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
    .template-private-instance .pitch__title-icon, .template-datasuite .pitch__title-icon {
      max-width: 50px; } }
  @media (min-width: 1200px) {
    .template-private-instance .pitch__title-icon, .template-datasuite .pitch__title-icon {
      max-width: unset; } }

.template-private-instance .pitch__list, .template-datasuite .pitch__list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

.template-private-instance .pitch__item, .template-datasuite .pitch__item {
  border-bottom: none !important;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px; }
  @media (min-width: 1200px) {
    .template-private-instance .pitch__item, .template-datasuite .pitch__item {
      padding-bottom: 38px; } }
  .template-private-instance .pitch__item:last-child, .template-datasuite .pitch__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

.template-private-instance .pitch__inner, .template-datasuite .pitch__inner {
  padding: 20px; }
  @media (min-width: 992px) {
    .template-private-instance .pitch__inner, .template-datasuite .pitch__inner {
      padding: 36px; } }

.template-private-instance .pitch__container, .template-datasuite .pitch__container {
  height: 100%; }

@media (max-width: 991.98px) {
  .template-private-instance-metrics .hero__image-wrapper, .template-private-instance-playerwarehouse .hero__image-wrapper, .template-private-instance-dataexport .hero__image-wrapper, .template-datasuite-metrics .hero__image-wrapper, .template-datasuite-playerwarehouse .hero__image-wrapper, .template-datasuite-dataexport .hero__image-wrapper {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .template-private-instance-thankyou .hero__image-wrapper, .template-datasuite-thankyou .hero__image-wrapper {
    transform: translateX(-50%);
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .template-datasuite__hiw-image, .template-private-instance__hiw-image {
    transform: translateX(-50%) translate(-20px) !important; } }

@media (max-width: 991.98px) {
  .template-datasuite .hero, .template-private-instance .hero {
    overflow: visible !important; } }

@media (max-width: 991.98px) {
  .template-datasuite .hero__image-container, .template-private-instance .hero__image-container {
    position: relative;
    top: 100px; } }

.template-datasuite .hero__image, .template-private-instance .hero__image {
  position: relative;
  left: 50px; }
  @media (min-width: 992px) {
    .template-datasuite .hero__image, .template-private-instance .hero__image {
      left: 100px; } }
  @media only screen and (min-width: 1800px) {
    .template-datasuite .hero__image, .template-private-instance .hero__image {
      left: unset; } }

.template-datasuite__container, .template-private-instance__container {
  max-width: 100% !important; }

@media (max-width: 991.98px) {
  .template-datasuite__covered-title, .template-private-instance__covered-title {
    max-width: 220px !important; } }

.template-datasuite__gif-container, .template-private-instance__gif-container {
  max-width: 1440px !important; }

@media (max-width: 991.98px) {
  .template-datasuite__privacy-enabled .text-image-block__col--text, .template-private-instance__privacy-enabled .text-image-block__col--text {
    order: 2; }
  .template-datasuite__privacy-enabled .text-image-block__col:not(.text-image-block__col--text), .template-private-instance__privacy-enabled .text-image-block__col:not(.text-image-block__col--text) {
    min-width: 0; }
  .template-datasuite__privacy-enabled .text-image-block__image, .template-private-instance__privacy-enabled .text-image-block__image {
    width: 800px !important;
    left: 50%;
    transform: translateX(-50%) translateX(20px); } }

@media (min-width: 992px) {
  .template-datasuite__privacy-enabled, .template-private-instance__privacy-enabled {
    margin-top: 66px; } }

@media (max-width: 991.98px) {
  .template-datasuite__hiw .text-image-block__col:not(.text-image-block__col--text), .template-private-instance__hiw .text-image-block__col:not(.text-image-block__col--text) {
    min-width: 0; }
  .template-datasuite__hiw .text-image-block__image, .template-private-instance__hiw .text-image-block__image {
    position: relative;
    width: 623px !important;
    left: 50%;
    transform: translateX(-50%); } }

.template-datasuite__icon-list, .template-private-instance__icon-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 0;
  text-align: center; }
  .template-datasuite__icon-list > *, .template-private-instance__icon-list > * {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0; }
  .template-datasuite__icon-list img, .template-private-instance__icon-list img {
    width: auto; }
  @media (min-width: 768px) {
    .template-datasuite__icon-list, .template-private-instance__icon-list {
      display: flex;
      align-items: center;
      flex-direction: row;
      gap: 65px; } }

.template-datasuite__data-metrics, .template-private-instance__data-metrics {
  position: relative; }
  @media (min-width: 768px) {
    .template-datasuite__data-metrics, .template-private-instance__data-metrics {
      left: 80px; } }

.template-datasuite__hero, .template-private-instance__hero {
  margin-top: 40px; }
  @media (min-width: 992px) {
    .template-datasuite__hero, .template-private-instance__hero {
      margin-top: -24px; } }

.template-datasuite .pitch__inner, .template-private-instance .pitch__inner {
  padding: 16px 32px 32px 32px;
  text-align: left; }

@media (min-width: 992px) {
  .template-datasuite .pitch__title, .template-private-instance .pitch__title {
    font-size: 24px; } }

.template-datasuite__pitches-basic, .template-private-instance__pitches-basic {
  max-width: 620px; }
  @media (min-width: 992px) {
    .template-datasuite__pitches-basic, .template-private-instance__pitches-basic {
      max-width: 1470px !important;
      margin-top: 24px; } }

@media (min-width: 992px) {
  .template-aws__hero__image-wrapper {
    margin-right: -30px; } }

.template-aws__strong-line {
  display: flex;
  align-items: center; }

.template-aws__aws-icon {
  margin-right: 20px; }

.template-aws .scene-space:before {
  top: -10.646vw; }

@media only screen and (max-width: 1599px) {
  .template-aws .hero--soft-edge {
    margin-bottom: -320px; } }

.template-aws .hero--soft-edge:after {
  content: none !important; }

@media (min-width: 992px) {
  .template-aws__text-image-block__col--simpler {
    width: 642px; } }

@media (max-width: 991.98px) {
  .template-aws .hero__image-container {
    margin-top: 0;
    margin-bottom: 100px; } }

@media (max-width: 991.98px) {
  .template-aws .hero__image-wrapper {
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%; } }

.template-aws__section-support {
  position: relative; }
  @media (min-width: 992px) {
    .template-aws__section-support:before {
      pointer-events: none;
      content: "";
      position: absolute;
      bottom: auto;
      width: 34.114%;
      max-width: 655px;
      padding-top: 43%;
      background-image: url("../../src/images/bg-rocket.png");
      background-size: cover !important;
      background-repeat: no-repeat;
      background-position: center 0;
      top: 13.6%;
      left: 17.4%;
      transform: translateX(-50%) translateX(-100px); } }
  @media (min-width: 1200px) {
    .template-aws__section-support:before {
      top: 3.6%;
      transform: translateX(-50%) translateX(-40px); } }
  @media (min-width: 992px) {
    .template-aws__section-support:after {
      content: "";
      position: absolute;
      z-index: -1;
      bottom: 0;
      right: 0;
      display: block;
      width: 26.19%;
      padding-top: 22%;
      transform: translateY(78%);
      background-image: url("../../src/images/shuttle-rocket@2x.png");
      background-size: cover !important;
      background-repeat: no-repeat;
      background-position: center 0; } }

.template-pricing-data-services .pitch__cta {
  margin-top: 42px !important; }

@media (min-width: 992px) {
  .template-pricing-data-services .pitch__price--num {
    font-size: 66.25px !important; } }

.template-pricing-data-services__pitch {
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .template-pricing-data-services__pitch {
      max-width: 100%; } }

.template-pricing-data-services__pitch-box {
  padding: 20px;
  padding-bottom: 0; }
  @media (min-width: 992px) {
    .template-pricing-data-services__pitch-box {
      padding: 20px 46px;
      padding-bottom: 0; } }

.template-pricing-data-services__pitch-inner {
  padding: 20px; }
  @media (min-width: 992px) {
    .template-pricing-data-services__pitch-inner {
      padding: 33px 31px;
      padding-bottom: 28px; } }

.template-pricing-data-services__pitch-cols {
  grid-template-columns: 1fr;
  grid-gap: 60px; }
  @media (min-width: 992px) {
    .template-pricing-data-services__pitch-cols {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px; } }
  @media (min-width: 1200px) {
    .template-pricing-data-services__pitch-cols {
      grid-gap: 55px; } }

.template-pricing-data-services__pitch-title {
  margin: 0;
  margin-bottom: 16px;
  font-size: 20px; }

.template-pricing-data-services .pitch__price {
  width: 100%; }

.template-pricing-data-services .pitch__list {
  margin-bottom: 0 !important; }

.template-pricing-data-services .pitch__item {
  margin-bottom: 8px;
  padding-bottom: 0;
  border-bottom: none !important; }
  .template-pricing-data-services .pitch__item:last-child {
    margin-bottom: 0; }

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