/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/normalize.css/normalize.css ***!
  \************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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 */
}

/**
 * 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 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 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 in Chrome and Safari on macOS.
 */

[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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./css/page/legal.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
/*
* This is the base that is imported into every page-specific stylesheet,
* which keeps the process of creating a new stylesheet with all necessary
* global styles very simple and streamlined.
*
* The following explains the basic CSS structure followed in the styles.
*
* There are 3 CSS "flags" throughout the styles to be aware of:
*    -> "u-" (ex: u-gradient-text)
*    -> "c-" (ex: c-cta)
*    -> "s-" (ex: s-homepage)
*
* These are listed in order of scope from global -> local, and are used
* as a sort of self-documentation. Seeing one of these flags immediately
* informs the developer of the nature of that class, the scope of impact
* to be expected from adjusting those styles, and keeps the codebase neat.
* 
* "u-": GLOBAL. Edit with extreme caution, could be used on any page.
*
*      Indicates a style that is like a utility. These classes are not linked
*      to any specific HTML structure, but rather can be added to any kind of
*      HTML tag. They are completely global and and any edits made to them will
*      be felt across the entire site. They are imported in this sheet, which
*      is then imported by each page's stylesheet.
*
*      FOR EXAMPLE:
*      u-gradient-text is added to many different tags across many pages.
*      Editing these styles would change it across the entire site.
*
* "c-": GLOBAL. Edit with caution, only used on pages that import these styles.
*
*       Indicates a set of styles linked to a specific component. These classes
*       are completely tied to a specific HTML structure, and will contain all
*       base styles (including layouts, spacing, and responsiveness) needed to
*       use the designated component. These styles are not imported globally,
*       but are instead only imported on a page's stylesheet if the page will
*       be using this component.
*
*       FOR EXAMPLE:
*       c-cta is used on some pages, and the HTML structure and CSS classes
*       are consistent across these instances.
*       Editing these styles would change this component across all instances
*       of it on the site, and depending on the edit being made could require
*       updating the HTML across all pages where it is used as well.
*
* "s-": LOCAL. Edits are safe and easy to see the impact.
*
*       Indicates a scoping class. These classes are only added to the <main>
*       tags on a specific page/template. This indicates that any styles that
*       are nested in that class will only change it on that page. In other
*       words, styles nested within an "s-" class are limited to just that
*       scope and changes can be made safely.
*
*       FOR EXAMPLE:
*       s-homepage is the class on <main> on the Route for Merchants homepage.
*       The styles on that stylesheet will look as follows:
*       
*       @import "../base.scss"
*
*       @import "../components/c-hero.scss"
*       @import "../components/c-cta.scss"
*
*       .s-hompage {
*           .c-hero {
*               .title {
*                   font-size: 12rem;
*               }
*           }
*
*           > .sticky-phone-section {
*               padding: 5.6rem 2.4rem;
*               position: relative;
*
*               @include largeMobileStyles {
*                    padding-left: 3.6rem;
*                    padding-right: 3.6rem;
*               } 
*              
*               .sticky-phone {
*                   position: absolute;
*                   top: 0;
*                   left: 4rem;
*               }
*           }
*       }
*
*       Notice how the global stylesheet is imported, followed by any component
*       stylesheets that will be used. This is the layout for all page styles.
*       
*       Next are the styles specific to that page. Notice that we are adjusting
*       the font-size of the title in the c-hero component - this allows each
*       component stylesheet to contain base styles, with specific variations
*       living on the page-specific stylesheet. If a variation is used across
*       several pages, it could be moved into the base component stylesheet
*       with a specific class modifier (ex: .c-hero.bg-image).
*
*       Then we have classes that do not have flags. It is clear that the
*       .sticky-phone-section class is only used on the RFM homepage. This will
*       contain all needed styles (layout, fonts, spacing) needed for this
*       section and its children, including responsiveness.
*
*       Because we are keeping everything so clearly scoped, we are able to use
*       more generic class names within sections and components. This makes the
*       HTML easier to read and more intuitive.
*
*       It is recommended to use the ">" selector for the direct children of
*       the main tag (typically sections) and slightly more specific class
*       names, just to avoid any potential conflicts with identical class
*       names between different sections. I call this "scoped" styles,
*       as opposed to something like BEM styles.
*
*       If a section is going to be reused across several pages, we can turn it
*       into a component by adding the "c-" flag to the top level class, moving
*       it into its own stylesheet, and importing it into the stylesheet.
*/
/* 3rd Party Packages */
/* Global Styles */
/* Font Declarations */
@font-face {
  font-family: "RM Neue";
  src: url(fonts/RMNeue-Light.8d4d00f8.woff2) format("woff2"), url(fonts/RMNeue-Light.7d06a042.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RM Neue";
  src: url(fonts/RMNeue-LightItalic.595e680d.woff2) format("woff2"), url(fonts/RMNeue-LightItalic.499c3847.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "RM Neue";
  src: url(fonts/RMNeue-Italic.df6fefba.woff2) format("woff2"), url(fonts/RMNeue-Italic.6d735668.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "RM Neue";
  src: url(fonts/RMNeue-Regular.aa1079d3.woff2) format("woff2"), url(fonts/RMNeue-Regular.02d4d81f.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RM Neue";
  src: url(fonts/RMNeue-SemiBold.251eb90f.woff2) format("woff2"), url(fonts/RMNeue-SemiBold.b233ee51.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RM Neue";
  src: url(fonts/RMNeue-SemiBoldItalic.64925826.woff2) format("woff2"), url(fonts/RMNeue-SemiBoldItalic.6686f4db.woff) format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "RM Neue";
  src: url(fonts/RMNeue-Bold.c0fd9233.woff2) format("woff2"), url(fonts/RMNeue-Bold.ce2f638a.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RM Neue";
  src: url(fonts/RMNeue-BoldItalic.001c181b.woff2) format("woff2"), url(fonts/RMNeue-BoldItalic.88dcd518.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "RM Neue Black";
  src: url(fonts/RMNeue-Black.8a6103d8.woff2) format("woff2"), url(fonts/RMNeue-Black.1d5bdf6f.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RM Neue Black";
  src: url(fonts/RMNeue-BlackItalic.3cfb06ac.woff2) format("woff2"), url(fonts/RMNeue-BlackItalic.fb72abea.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.s-title {
  margin: 0;
  letter-spacing: -0.01em;
  font-weight: 700;
  font-family: "RM Neue", sans-serif;
  font-size: clamp(4.6rem, 14vw, 8rem);
  line-height: 1.1;
}
@media only screen and (min-width: 746px) {
  .s-title {
    font-size: clamp(7rem, 8.3vw, 12rem);
  }
}

.s-h1 {
  font-weight: 700;
  font-family: "RM Neue", sans-serif;
  font-size: clamp(4rem, 10.6vw, 6rem);
  line-height: 1.1;
}
@media only screen and (min-width: 746px) {
  .s-h1 {
    font-size: clamp(6rem, 6.67vw, 9.6rem);
  }
}

.s-h2 {
  font-family: "RM Neue", sans-serif;
  font-size: clamp(3.2rem, 8.53vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 746px) {
  .s-h2 {
    font-size: clamp(4rem, 4.44vw, 6.4rem);
  }
}

.s-h3 {
  font-family: "RM Neue", sans-serif;
  font-weight: 600;
  font-size: clamp(2.4rem, 6.4vw, 3rem);
  line-height: 1.1;
}
@media only screen and (min-width: 746px) {
  .s-h3 {
    font-size: clamp(3rem, 3.88vw, 5.6rem);
  }
}

.s-h4 {
  font-family: "RM Neue", sans-serif;
  font-weight: 700;
  font-size: clamp(1.7rem, 4.5vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
}
.s-h4.normal {
  font-weight: 400;
}
.s-h4.pricing {
  font-size: clamp(4.7rem, 1.1494252874vw + 3.9448275862rem, 5.6rem);
  line-height: clamp(5.4rem, 1.724137931vw + 4.1172413793rem, 6.6rem);
  padding: 4rem 2rem;
}
@media only screen and (min-width: 746px) {
  .s-h4 {
    font-size: clamp(2.4rem, 2.22vw, 3.2rem);
  }
}

.s-h5 {
  font-family: "RM Neue", sans-serif;
  font-size: clamp(1.6rem, 4.26vw, 2rem);
  font-weight: 600;
  line-height: 1.1;
}
@media only screen and (min-width: 746px) {
  .s-h5 {
    font-size: clamp(1.6rem, 1.38vw, 2rem);
  }
}

.s-p {
  font-family: "RM Neue", sans-serif;
  font-weight: 400;
  font-size: clamp(1.7rem, 4.53vw, 2rem);
  line-height: 1.2;
  padding-bottom: 0;
}
@media only screen and (min-width: 746px) {
  .s-p {
    font-size: clamp(2rem, 1.67vw, 2.4rem);
  }
}

:root {
  --smallDeviceBreakpoint: 46.875rem;
  --mediumDeviceBreakpoint: 75rem;
  --navHeight: 4.9rem;
  --defaultContentMaxWidth: 140rem;
  --defaultFormWidth: 45rem;
  --largeFormWidth: 60rem;
  --largeFormWidthPX: 600px;
  --caseStudyWidth: 102.5rem;
  --lightText: #FFFFFF;
  --darkText: #000000;
  --bgLight: #FFFFFF;
  --bgLightAlt: #f7f7f7;
  --bgDark: #000000;
  --bgDarkAlt: #f1f1f1;
  --bgDarkAlt2: #222222;
  --bgDarkAlt3: #f3f3f3;
  --routeBlue: #9CF5F5;
  --routeBlueOld: #31C8E0;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 25px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -25px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes downFull {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: none;
  }
}
@keyframes upFull {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes heightUp {
  0% {
    height: 0%;
  }
  to {
    height: 100%;
  }
}
@keyframes widthGrowth {
  0% {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes BgUp {
  to {
    background-position: 50% 0;
  }
}
@keyframes BgDown {
  0% {
    background-size: 100% 0;
  }
  to {
    background-size: 100% var(--block-height);
  }
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}
@keyframes pulse-blue-2x {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-422.2rem);
  }
}
@keyframes scrollMobile {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-372.2rem);
  }
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
  100% {
    transform: translateY(0);
  }
}
/**
* Scroll revealing animations
*/
.img-a,
.img-a-left,
.img-a-up,
.img-a-video {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.a-hidden {
  opacity: 0;
}

.a-visible {
  opacity: 1;
}

.animated,
.beforeHeightUp:before {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.fadeInUp {
  animation-name: fadeInUp;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 0.5s;
}

.downFull {
  animation-name: downFull;
}

.upFull {
  animation-name: upFull;
}

.fadeInRight {
  animation-name: fadeInRight;
}

.fade {
  animation-name: fade;
}

.beforeHeightUp:before {
  animation-name: heightUp;
}

.widthGrowth {
  animation-name: widthGrowth;
}

.a-delay-1 {
  animation-delay: 0.2s;
}
.a-delay-2 {
  animation-delay: 0.4s;
}
.a-delay-3 {
  animation-delay: 0.6s;
}
.a-delay-4 {
  animation-delay: 0.8s;
}
.a-delay-5 {
  animation-delay: 1s;
}
.a-delay-6 {
  animation-delay: 1.2s;
}
.a-delay-7 {
  animation-delay: 1.4s;
}
.a-delay-8 {
  animation-delay: 1.6s;
}
.a-delay-9 {
  animation-delay: 1.8s;
}
.a-delay-10 {
  animation-delay: 2s;
}

@media only screen and (min-width: 769px) {
  .u-d-sm {
    display: none !important;
  }
}
@media only screen and (max-width: 769px) {
  .u-d-md {
    display: none !important;
  }
}

.o-hero {
  padding: 20rem 3.2rem 4.8rem;
}
.o-hero .headline {
  font-weight: 700;
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: none;
  color: white;
  margin: 0 0 4rem;
}
.o-hero .subheader {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-transform: none;
  color: white;
  margin-top: 2.4rem;
}
.o-hero .desc {
  font-size: 2.4rem;
  line-height: 2.8rem;
  text-transform: none;
  color: white;
  margin-top: 2.4rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.o-gradient-text {
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: linear-gradient(270deg, #2E76CA 0%, #4FE7C8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.o-gradient-text.light-gradient {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: linear-gradient(270deg, #9CF5F5 0%, #29D6D6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.o-bg-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.o-bg-cover--absolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.o-bg-cover--right {
  -o-object-position: right center;
  object-position: right center;
}
.o-container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 148rem;
  width: 100%;
}
.o-container .text-16 {
  font-size: 1.6rem;
}
.o-container .text-24 {
  font-size: 2.4rem;
}
.o-section {
  padding: 10.1781170483vw 0;
}
.o-scrollable-content {
  overflow-y: auto;
}
@media only screen and (min-width: 1201px) {
  .o-container {
    padding: 0 4rem;
  }
}
@media only screen and (min-width: 769px) {
  .c-banner .o-container {
    padding-left: 5.6rem;
  }
}
@media only screen and (min-width: 1440px) {
  .o-container {
    padding: 0 4rem;
  }
}
@media only screen and (min-width: 769px) {
  .o-section {
    padding: 0;
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

.o-main {
  min-height: 100vh;
}
.o-main__container {
  max-width: 140rem;
  margin: auto;
}
.o-main__container--mixed-widths {
  max-width: 100vw;
}
.o-main__container--full-width {
  width: 100vw;
}
.o-main__container.t-dark {
  color: #FFFFFF !important;
}
.o-main__bg-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.o-main__bg-image--right {
  background-position: right center;
}
.o-main__bg-image--fixed {
  background-attachment: fixed;
}
.o-main__bg-image.t-dark {
  background-color: #000000;
}
.o-main.t-dark {
  background-color: #000000;
  color: #FFFFFF;
}

.o-background__solid--bgLight {
  background: #FFFFFF;
}
.o-background__solid--bgLightAlt {
  background: #f7f7f7;
}
.o-background__solid--bgDark {
  background: #000000;
}
.o-background__solid--bgDarkAlt {
  background: #f1f1f1;
}
.o-background__solid--bgDarkAlt2 {
  background: #222222;
}
.o-background__solid--bgDarkAlt3 {
  background: #f3f3f3;
}
.o-background__gradient--fade-to-black {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2%, rgb(0, 0, 0) 70%);
}

.o-shadow__bottom {
  box-shadow: 0px 3.33333px 3.33333px rgba(0, 0, 0, 0.25);
  z-index: 1032;
}

.o-position__relative {
  position: relative;
}
.o-position__absolute {
  position: absolute;
}
.o-position__b--0 {
  bottom: 0;
}
.o-position__l--0 {
  left: 0;
}

.o-layout__flex {
  display: flex;
}
.o-layout__flex--col {
  flex-direction: column;
}
.o-layout__grid {
  display: grid;
}
.o-layout__grid--col-45-27-27 {
  grid-template-columns: 45.33fr 27.33fr 27.33fr;
}
.o-layout__grid--col-30-70 {
  grid-template-columns: 1fr 2fr;
}
.o-layout__grid--col-35-65 {
  grid-template-columns: 1.05fr 1.95fr;
}
.o-layout__grid--col-70-30 {
  grid-template-columns: 2fr 1fr;
}
.o-layout__grid--col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.o-layout__grid--col-2-auto {
  grid-template-columns: repeat(2, auto);
}
.o-layout__grid--col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.o-layout__grid--col-auto {
  grid-template-columns: auto;
}
.o-layout__grid--row-auto-auto {
  grid-template-rows: repeat(2, auto);
}
.o-layout__grid--row-60-40 {
  grid-template-rows: 1fr 0.6fr;
}
.o-layout__grid--row-2 {
  grid-template-rows: repeat(2, 1fr);
}
.o-layout__grid--gap-15 {
  grid-gap: 1.5rem;
}
.o-layout__grid--gap-20 {
  grid-gap: 2rem;
}
.o-layout__grid--gap-r-60 {
  grid-row-gap: 6rem;
}
.o-layout__grid--span-col-1-3 {
  grid-column: 1/3;
}
.o-layout__grid--span-col-1-2 {
  grid-column: 1/2;
}
.o-layout__grid--span-col-2-3 {
  grid-column: 2/3;
}
.o-layout__grid--span-row-1 {
  grid-row: 1;
}

.o-sizing__width--full {
  width: 100% !important;
}
.o-sizing__width--fit {
  width: -moz-fit-content;
  width: fit-content;
}
.o-sizing__min-width--600 {
  min-width: 60rem;
}
.o-sizing__max-width--325 {
  max-width: 32.5rem;
}
.o-sizing__max-width--380 {
  max-width: 38rem;
}
.o-sizing__max-width--450 {
  max-width: 45rem;
}
.o-sizing__max-width--460 {
  max-width: 46rem;
}
.o-sizing__max-width--550 {
  max-width: 55rem;
}
.o-sizing__max-width--600 {
  max-width: 60rem;
}
.o-sizing__max-width--650 {
  max-width: 65rem;
}
.o-sizing__max-width--700 {
  max-width: 70rem;
}
.o-sizing__max-width--750 {
  max-width: 75rem;
}
.o-sizing__max-width--1200 {
  max-width: 120rem;
}
.o-sizing__max-width--1279 {
  max-width: 127.9rem;
}
.o-sizing__height--full {
  height: 96vh;
}
.o-sizing__height--vh-75 {
  height: 75vh;
}
.o-sizing__height--100 {
  height: 100%;
}
.o-sizing__height--min-350 {
  min-height: 35rem;
}

.o-spacing__mar--0 {
  margin: 0;
}
.o-spacing__mar--b-5 {
  margin-bottom: 0.5rem;
}
.o-spacing__mar--b-15 {
  margin-bottom: 1.5rem !important;
}
.o-spacing__mar--b-25 {
  margin-bottom: 2.5rem !important;
}
.o-spacing__mar--b-35 {
  margin-bottom: 3.5rem !important;
}
.o-spacing__mar--b-40 {
  margin-bottom: 4rem !important;
}
.o-spacing__mar--b-45 {
  margin-bottom: 4.5rem !important;
}
.o-spacing__mar--b-50 {
  margin-bottom: 5rem !important;
}
.o-spacing__mar--b-75 {
  margin-bottom: 7.5rem !important;
}
.o-spacing__mar--b-85 {
  margin-bottom: 8.5rem !important;
}
.o-spacing__mar--b-100 {
  margin-bottom: 10rem !important;
}
.o-spacing__mar--b-140 {
  margin-bottom: 14rem !important;
}
.o-spacing__mar--b-auto {
  margin-bottom: auto;
}
.o-spacing__mar--t-0 {
  margin-top: 0;
}
.o-spacing__mar--t-5 {
  margin-top: 0.5rem;
}
.o-spacing__mar--t-25 {
  margin-top: 2.5rem;
}
.o-spacing__mar--t-75 {
  margin-top: 7.5rem;
}
.o-spacing__mar--t-100 {
  margin-top: 10rem;
}
.o-spacing__mar--t-115 {
  margin-top: 11.5rem;
}
.o-spacing__mar--side-auto {
  margin-left: auto;
  margin-right: auto;
}
.o-spacing__mar--l-17 {
  margin-left: 1.7rem;
}
.o-spacing__mar--l-34 {
  margin-left: 3.4rem;
}
.o-spacing__mar--l-42 {
  margin-left: 4.2rem;
}
.o-spacing__mar--r-11 {
  margin-right: 1.1rem;
}
.o-spacing__mar--r-15 {
  margin-right: 1.5rem;
}
.o-spacing__mar--r-20 {
  margin-right: 2rem;
}
.o-spacing__pad--20 {
  padding: 2rem;
}
.o-spacing__pad--t-100 {
  padding-top: 10rem;
}
.o-spacing__pad--t-75 {
  padding-top: 7.5rem;
}
.o-spacing__pad--t-45 {
  padding-top: 4.5rem;
}
.o-spacing__pad--t-35 {
  padding-top: 3.5rem;
}
.o-spacing__pad--t-12 {
  padding-top: 1.2rem;
}
.o-spacing__pad--b-0 {
  padding-bottom: 0 !important;
}
.o-spacing__pad--b-15 {
  padding-bottom: 1.5rem;
}
.o-spacing__pad--b-20 {
  padding-bottom: 2rem;
}
.o-spacing__pad--b-35 {
  padding-bottom: 3.5rem;
}
.o-spacing__pad--b-45 {
  padding-bottom: 4.5rem;
}
.o-spacing__pad--b-50 {
  padding-bottom: 5rem;
}
.o-spacing__pad--b-80 {
  padding-bottom: 8rem;
}
.o-spacing__pad--b-100 {
  padding-bottom: 10rem;
}
.o-spacing__pad--b-200 {
  padding-bottom: 20rem;
}
.o-spacing__pad--t-b-15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.o-spacing__pad--t-b-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.o-spacing__pad--side-17 {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}
.o-spacing__pad--side-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.o-spacing__pad--side-25 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.o-spacing__pad--side-45 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.o-spacing__pad--side-75 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}
.o-spacing__pad--side-100 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.o-spacing__pad--l-10 {
  padding-left: 1rem;
}
.o-spacing__pad--l-34 {
  padding-left: 3.4rem;
}
.o-spacing__pad--l-80 {
  padding-left: 8rem;
}
.o-spacing__pad--r-5 {
  padding-right: 0.5rem;
}
.o-spacing__mar-comp--0 {
  margin: 0;
}
.o-spacing__mar-comp--b-35 {
  margin-bottom: clamp(3rem, 1.1111111111vw + 2.1666666667rem, 3.5rem) !important;
}
.o-spacing__mar-comp--b-40 {
  margin-bottom: clamp(2rem, 4.4444444444vw - 1.3333333333rem, 4rem) !important;
}
.o-spacing__mar-comp--b-45 {
  margin-bottom: 4.5rem !important;
}
.o-spacing__mar-comp--b-50 {
  margin-bottom: 5rem !important;
}
.o-spacing__mar-comp--b-75 {
  margin-bottom: clamp(3rem, 10vw - 4.5rem, 7.5rem) !important;
}
.o-spacing__mar-comp--b-85 {
  margin-bottom: 8.5rem !important;
}
.o-spacing__mar-comp--b-100 {
  margin-bottom: clamp(4rem, 13.3333333333vw - 6rem, 10rem) !important;
}
.o-spacing__mar-comp--t-0 {
  margin-top: 0;
}
.o-spacing__mar-comp--t-115 {
  margin-top: clamp(6rem, 12.2222222222vw - 3.1666666667rem, 11.5rem);
}
.o-spacing__mar-comp--side-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}
.o-spacing__mar-comp--side-auto {
  margin-left: auto;
  margin-right: auto;
}
.o-spacing__mar-comp--l-17 {
  margin-left: 1.7rem;
}
.o-spacing__mar-comp--l-42 {
  margin-left: 4.2rem;
}
.o-spacing__mar-comp--r-15 {
  margin-right: 1.5rem;
}
.o-spacing__pad-comp--t-245 {
  padding-top: clamp(14rem, 23.3333333333vw - 3.5rem, 24.5rem);
}
.o-spacing__pad-comp--t-150 {
  padding-top: clamp(7.5rem, 16.6666666667vw - 5rem, 15rem);
}
.o-spacing__pad-comp--t-100 {
  padding-top: clamp(4rem, 13.3333333333vw - 6rem, 10rem);
}
.o-spacing__pad-comp--t-75 {
  padding-top: clamp(4.8rem, 6vw + 0.3rem, 7.5rem);
}
.o-spacing__pad-comp--t-45 {
  padding-top: clamp(2rem, 5.5555555556vw - 2.1666666667rem, 4.5rem);
}
.o-spacing__pad-comp--t-32-responsive {
  padding-top: 3.2rem;
}
.o-spacing__pad-comp--b-12 {
  padding-bottom: 1.2rem;
}
.o-spacing__pad-comp--b-20 {
  padding-bottom: clamp(1.6rem, 0.8888888889vw + 0.9333333333rem, 2rem);
}
.o-spacing__pad-comp--b-45 {
  padding-bottom: clamp(2.4rem, 3.5555555556vw - 0.2666666667rem, 4rem);
}
.o-spacing__pad-comp--b-50 {
  padding-bottom: 5rem;
}
.o-spacing__pad-comp--b-80 {
  padding-bottom: clamp(4.8rem, 7.1111111111vw - 0.5333333333rem, 8rem);
}
.o-spacing__pad-comp--b-100 {
  padding-bottom: clamp(3rem, 15.5555555556vw - 8.6666666667rem, 10rem);
}
.o-spacing__pad-comp--b-200 {
  padding-bottom: clamp(15.7rem, 9.5555555556vw + 8.5333333333rem, 20rem);
}
.o-spacing__pad-comp--b-245 {
  padding-bottom: clamp(14rem, 23.3333333333vw - 3.5rem, 24.5rem);
}
.o-spacing__pad-comp--t-b-15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.o-spacing__pad-comp--t-b-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.o-spacing__pad-comp--side-17 {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}
.o-spacing__pad-comp--side-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.o-spacing__pad-comp--side-45 {
  padding-left: clamp(2.4rem, 4.6666666667vw - 1.1rem, 4.5rem);
  padding-right: clamp(2.4rem, 4.6666666667vw - 1.1rem, 4.5rem);
}
.o-spacing__pad-comp--side-100 {
  padding-left: clamp(2.4rem, 16.8888888889vw - 10.2666666667rem, 10rem);
  padding-right: clamp(2.4rem, 16.8888888889vw - 10.2666666667rem, 10rem);
}
.o-spacing__pad-comp--side-200 {
  padding-left: clamp(15.7rem, 9.5555555556vw + 8.5333333333rem, 20rem);
  padding-right: clamp(15.7rem, 9.5555555556vw + 8.5333333333rem, 20rem);
}
.o-spacing__pad-comp--l-10 {
  padding-left: 1rem;
}
.o-spacing__pad-comp--l-34 {
  padding-left: 3.4rem;
}
.o-spacing__pad-comp--l-80 {
  padding-left: 8rem;
}
.o-spacing__pad-comp--r-5 {
  padding-right: 0.5rem;
}
.o-spacing__bor--b-1 {
  border-bottom: 1px solid #F2F2F2;
}
.o-spacing__bor--r-1_44 {
  border-right: 1.44px solid rgb(204, 204, 204);
}
.o-spacing__bor--radius-15 {
  border-radius: 1.5rem;
}
.o-spacing__bor--radius-t-15 {
  border-radius: 1.5rem 1.5rem 0 0;
}

.o-align__align-items--start {
  align-items: start !important;
}
.o-align__align-items--center {
  align-items: center !important;
}
.o-align__justify-content--center {
  justify-content: center;
}
.o-align__justify-content--space-between {
  justify-content: space-between;
}
.o-align__justify-content--start {
  justify-content: start;
}
.o-align__justify-content--end {
  justify-content: end;
}
.o-align__text--center {
  text-align: center;
}

.o-overflow__hidden {
  overflow: hidden;
}

.o-display__none {
  display: none;
}
.o-display__block {
  display: block;
}
.o-display__overflow--hidden {
  overflow: hidden;
}

@media only screen and (max-width: 75rem) {
  .o-background__solid--bgLight-responsive {
    background: #FFFFFF;
  }
  .o-background__solid--bgLightAlt-responsive {
    background: #f7f7f7;
  }
  .o-background__solid--bgDark-responsive {
    background: #000000;
  }
  .o-background__solid--bgDarkAlt-responsive {
    background: #f1f1f1;
  }
  .o-background__solid--bgDarkAlt2-responsive {
    background: #222222;
  }
  .o-background__solid--bgDarkAlt3-responsive {
    background: #f3f3f3;
  }
  .o-background__solid--bg18-responsive {
    background-color: #181818 !important;
  }
  .o-background__gradient--fade-to-black-responsive {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2%, rgb(0, 0, 0) 70%);
  }
  .o-layout__flex {
    display: flex;
  }
  .o-layout__flex--col-responsive {
    flex-direction: column;
  }
  .o-layout__flex--col-reverse-responsive {
    flex-direction: column-reverse;
  }
  .o-layout__grid--col-1-responsive {
    grid-template-columns: 1fr;
  }
  .o-layout__grid--span-row-2-responsive {
    grid-row: 2/3;
  }
  .o-layout__grid--span-row-3-responsive {
    grid-row: 3/4;
  }
  .o-sizing__width--full-responsive {
    width: 100%;
  }
  .o-sizing__width--fit-responsive {
    width: -moz-fit-content;
    width: fit-content;
  }
  .o-sizing__min-width--0-responsive {
    min-width: 0rem;
  }
  .o-sizing__max-width--full-responsive {
    max-width: 100%;
  }
  .o-sizing__max-width--500-responsive {
    max-width: 50rem;
  }
  .o-spacing__mar-comp--side-auto-responsive {
    margin-left: auto;
    margin-right: auto;
  }
  .o-spacing__mar--t-50-responsive {
    margin-top: 5rem;
  }
  .o-spacing__mar--r-0-responsive {
    margin-right: 0;
  }
  .o-spacing__mar-comp--r-0-responsive {
    margin-right: 0;
  }
  .o-spacing__pad--all-25-responsive {
    padding: 2.5rem;
  }
  .o-spacing__pad-comp--t-b-0-responsive {
    padding-top: 0;
    padding-bottom: 0;
  }
  .o-spacing__pad-comp--t-32-responsive {
    padding-top: 3.2rem;
  }
  .o-spacing__pad--side-45-responsive {
    padding-left: clamp(2.4rem, 4.6666666667vw - 1.1rem, 4.5rem);
    padding-right: clamp(2.4rem, 4.6666666667vw - 1.1rem, 4.5rem);
  }
  .o-spacing__pad--side-25-responsive {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .o-spacing__pad--b-50-responsive {
    padding-bottom: 5rem;
  }
  .o-spacing__pad-comp--l-0-responsive {
    padding-left: 0;
  }
  .o-display__block-responsive {
    display: block;
  }
  .o-display__flex-responsive {
    display: flex;
  }
  .o-display__none-responsive {
    display: none;
  }
  .o-align__text--center-responsive {
    text-align: center;
  }
  .o-align__justify-content--start-responsive {
    justify-content: start;
  }
}
@media only screen and (max-width: 46.875rem) {
  .o-main__bg-image--fixed {
    background-image: none !important;
  }
  .o-display__none-responsive-m {
    display: none;
  }
  .o-display__block-responsive-m {
    display: block;
  }
  .o-layout__grid-responsive-m {
    display: grid;
  }
  .o-layout__grid--col-2-responsive-m {
    grid-template-columns: repeat(2, 1fr);
  }
  .o-layout__grid--span-col-1-3-responsive-m {
    grid-column: 1/3;
  }
  .o-layout__grid--span-col-1-2-responsive-m {
    grid-column: 1/2;
  }
  .o-layout__grid--span-col-2-3-responsive-m {
    grid-column: 2/3;
  }
  .o-layout__grid--span-row-1-responsive-m {
    grid-row: 1;
  }
  .o-layout__grid--span-row-1-3-responsive-m {
    grid-row: 1/3;
  }
  .o-background__solid--bgLight-responsive-m {
    background: #FFFFFF;
  }
  .o-background__solid--bgLightAlt-responsive-m {
    background: #f7f7f7;
  }
  .o-background__solid--bgDark-responsive-m {
    background: #000000;
  }
  .o-background__solid--bgDarkAlt-responsive-m {
    background: #f1f1f1;
  }
  .o-background__solid--bgDarkAlt2-responsive-m {
    background: #222222;
  }
  .o-background__solid--bgDarkAlt3-responsive-m {
    background: #f3f3f3;
  }
  .o-background__gradient--fade-to-black-responsive-m {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2%, rgb(0, 0, 0) 70%);
  }
  .o-spacing__pad-comp--t-b-0-responsive-m {
    padding-top: 0;
    padding-bottom: 0;
  }
  .o-spacing__pad-comp--b-225-responsive-m {
    padding-bottom: 22.5rem;
  }
  .o-spacing__pad-comp--b-54-responsive-m {
    padding-bottom: 5.4rem;
  }
  .o-spacing__pad-comp--side-0-responsive-m {
    padding-left: clamp(2rem, 32vw - 14rem, 10rem);
    padding-right: clamp(2rem, 32vw - 14rem, 10rem);
  }
  .o-sizing__width--full-responsive-m {
    width: 100%;
  }
  .o-align__text--center-responsive-m {
    text-align: center;
  }
}
._u-heading-color-override {
  color: #FFFFFF !important;
}

._u-margin-reset {
  margin: 0 !important;
}

._u-text-decoration-override {
  text-decoration: none !important;
}

._u-text-transform-override {
  text-transform: none;
}

._u-fix-p-padding p {
  margin-bottom: 1.75em !important;
}

._u-fix-p-padding--padding p {
  padding-bottom: 0 !important;
}

._button-style-override {
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
}
._button-style-override:hover {
  background: none;
  border: none;
}

._a-style-override {
  text-decoration: none;
  color: inherit;
}
._a-style-override:hover {
  color: inherit;
}
._a-style-override:focus {
  outline: none;
  color: inherit;
}

._force_rm_neue * {
  font-family: "RM Neue", sans-serif !important;
}

._force_selection_color * ::-moz-selection {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: black;
  background-clip: unset;
  text-fill-color: black;
  background: #9CF5F5;
}

._force_selection_color * ::selection {
  -webkit-background-clip: unset;
  -webkit-text-fill-color: black;
  background-clip: unset;
  text-fill-color: black;
  background: #9CF5F5;
}

.force_smooth-scroll {
  scroll-behavior: smooth !important;
}

.footer {
  background-color: black;
}

.footer ul {
  list-style: none;
  margin: 0;
}

.footer-social {
  display: inline-flex;
  color: #9CF5F5;
  align-items: center;
  font: 600 1.7rem/2.4rem "RM Neue", sans-serif;
  letter-spacing: -0.01em;
}

.footer-social svg {
  margin-right: 0.8rem;
}

.footer-social path {
  transition: all 0.3s ease-in-out;
}

.footer-social:hover {
  color: #FFFFFF;
}

.footer-social:hover path {
  stroke: #fff;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 2.4rem;
}

.footer-inner {
  padding: 2rem;
}

@media only screen and (min-width: 561px) {
  .footer-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 769px) {
  .footer-inner {
    padding: 4.4444444444vw 8.3333333333vw 5.5555555556vw;
    flex-wrap: nowrap;
  }
}
.footer-col {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 561px) {
  .footer-col {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 769px) {
  .footer-col {
    flex-basis: auto;
    margin-bottom: 0;
    margin-right: 3.4722222222vw;
  }
  .footer-col:first-child {
    padding-right: 3.4722222222vw;
    margin-right: auto;
  }
  .footer-col:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1201px) {
  .footer-col {
    margin-right: 10.7638888889vw;
  }
}
.footer-col h5, .footer-col li {
  margin-bottom: 0.8rem;
}

.footer-col li:last-child {
  margin-bottom: 0;
}

.footer-menu .menu-item {
  height: 2.5rem;
  display: flex;
  align-items: center;
}

.footer .menu-item a {
  color: #8D8D90;
  font: 600 1.4rem/1.8rem "RM Neue", sans-serif;
}

.footer .menu-item a:hover {
  color: #FFFFFF;
}

.s-h5 {
  font-family: "RM Neue", sans-serif;
  font-size: clamp(1.6rem, 4.26vw, 2rem);
  font-weight: 600;
  line-height: 1.1;
  color: white;
}

@media only screen and (min-width: 746px) {
  .s-h5 {
    font-size: clamp(1.6rem, 1.38vw, 2rem);
  }
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

/* Hide reCAPTCHA */
.grecaptcha-badge {
  visibility: hidden;
}

/**
* Establish a nice box model and set default rem size to 10px instead of 16px,
* which makes it easy to calculate sizes while staying accessibility friendly.
*/
html {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  font-size: 62.5%;
}

/**
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  /* Prevent page overflow */
  max-width: 100%;
  overflow-x: hidden;
  /* Set default page and text color, and font weight and size */
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.6rem;
  /* Enforce font */
  /* Add our own custom scrollbar styles */
}
body * {
  font-family: "RM Neue", sans-serif !important;
}
body::-webkit-scrollbar {
  width: 0.5rem;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.5rem #C4C4C4;
}
body::-webkit-scrollbar-thumb {
  background-color: #9CF5F5;
  outline: none;
}

/* Should move to normalize.css */
/* We want all dialogs to center themselves on the screen by default */
dialog {
  margin: auto;
}

img {
  display: block;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/**
* Basic styles for links
*/
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: inherit;
}

/**
* Styles used by ScrollHandler to disable scrolling
*/
.stop-scrolling {
  overflow: hidden;
  scroll-behavior: unset !important;
}

body.stop-scrolling {
  position: fixed;
  width: 100%;
}
@media only screen and (min-width: 834px) {
  body.stop-scrolling {
    overflow-y: scroll;
  }
}

.s-legal {
  background: white;
}
.s-legal .content {
  max-width: 125rem;
  padding: 4rem 1.6rem;
  margin: auto;
}
@media only screen and (min-width: 430px) {
  .s-legal .content {
    padding: 8rem 4rem;
  }
}
.s-legal .content h1,
.s-legal .content h2,
.s-legal .content h3,
.s-legal .content p,
.s-legal .content ul,
.s-legal .content ol,
.s-legal .content table {
  color: black;
  text-transform: none;
}
.s-legal .content h1 {
  font-size: 4.4rem;
  letter-spacing: -0.01em;
  margin-top: 0;
}
@media only screen and (min-width: 430px) {
  .s-legal .content h1 {
    font-size: 5.6rem;
  }
}
.s-legal .content h2 {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 430px) {
  .s-legal .content h2 {
    margin-bottom: 2.4rem;
  }
}
.s-legal .content h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.4rem;
}
.s-legal .content ul,
.s-legal .content ol {
  font-size: 1.4rem;
  margin-left: 1.6rem;
  line-height: 1.1;
}
@media only screen and (min-width: 430px) {
  .s-legal .content ul,
.s-legal .content ol {
    font-size: 1.8rem;
  }
}
.s-legal .content ul a,
.s-legal .content ol a {
  word-break: break-word;
}
.s-legal .content table {
  font-size: 1.2rem;
}
@media only screen and (min-width: 430px) {
  .s-legal .content table {
    font-size: 1.6rem;
  }
}
.s-legal .content p {
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.1;
}
@media only screen and (min-width: 430px) {
  .s-legal .content p {
    font-size: 1.8rem;
    margin-bottom: 1.4rem;
  }
}

/*# sourceMappingURL=legal.scss.css.map*/