/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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 */
  text-rendering: optimizeSpeed;
}

html, body {
  font-size: 16px !important;
}

@media (max-width: 1920px) {
  html, body {
    font-size: 14.8px !important;
  }
}
@media (max-width: 876px) {
  html, body {
    font-size: 13.3333333px !important;
  }
}
@media (max-width: 560px) {
  html, body {
    font-size: 16px !important;
  }
}
* {
  font-family: "Poppins", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

:root {
  --theme-gradient-blue: linear-gradient(180deg, #0F70B1 0%, #1AA7D7 100%);
  --theme-gradient-dark-blue: linear-gradient(116.98deg, #0C7AB9 0%, #000000 112.51%);
  --theme-gradient-purple: linear-gradient(76.48deg, #0C7AB9 1.3%, #805FC6 98.94%);
  --theme-gradient-violet-blue: linear-gradient(225.56deg, #54C5F3 13.21%, #0C7AB9 32.32%, #4B0CB9 60.7%, #7225CE 86.07%);
  --theme-blue-darker: #225572;
  --theme-blue-dark: #065d84;
  --theme-blue: #0c71b9;
  --theme-blue-light: #0686b3;
  --theme-blue-medium-light: #51b1ce;
  --theme-blue-x-light: #e1eef2;
  --theme-blue-xx-light: #f0f7f8;
  --theme-red: #de4713;
  --theme-deep-red: #c93131;
  --theme-orange: #ffc000;
  --theme-green: #23a32f;
  --theme-light: #ffffff;
  --theme-dark: #000000;
  --theme-dark-50: #00000080;
  --theme-blue-x-dark: #0b1a26;
  --theme-grey: #4b4b4b;
  --theme-grey-dark: #575757;
  --theme-grey-05: #707070;
  --theme-grey-more-light: #979797;
  --theme-grey-less-light: #cfcfcf;
  --theme-grey-medium: #bbbbbb;
  --theme-grey-x-medium: #efefef;
  --theme-grey-light: #fbfbfb;
  --theme-background: #fbfbfb;
  --theme-sand: #f5f2e9;
  --theme-transition: all 0.26s cubic-bezier(0.45, 1, 0.85, 1);
  --c-grey-b-0: #FFFFFF;
  --c-grey-a-10: #FBFBFB;
  --c-grey-b-10: #FAFBFC;
  --c-grey-b-15: #F8F9F9;
  --c-grey-b-17: #F2F2F3;
  --c-grey-b-20: #E8E9EC;
  --c-grey-b-30: #CBCED2;
  --c-grey-b-40: #B6BABE;
  --c-grey-b-50: #92969A;
  --c-grey-b-60: #6D6F73;
  --c-grey-b-70: #5A5C62;
  --c-grey-b-80: #515358;
  --c-grey-b-90: #323B44;
  --c-grey-b-95: #27323E;
  --c-blue-1: #0D65D6;
  --c-blue-2: #0253C2;
  --c-blue-3: #0046A5;
  --c-blue-4: #1E92E8;
  --c-blue-9: #0C2A52;
  --c-blue-10: #0B1A26;
  --c-purple-1: #6820C8;
  --c-purple-2: #561DA5;
  --c-purple-3: #431A82;
  --c-red-1: #C93131;
  --c-red-2: #DE4713;
  --c-orange: #FFC000;
  --c-green: #23A32F;
  --c-gold-1: #F6E9C7;
  --c-gold-2: #C5A046;
  --c-gold-3: #261D0B;
  --c-platinum: #9EA3B6;
  --theme-text-small: 0.75rem;
  --theme-text-normal: 0.875rem;
  --theme-text-medium: 1rem;
  --theme-text-large: 1.25rem;
  --theme-text-x-large: 1.5rem;
  --theme-text-big: 2rem;
  --theme-text-m-small: 0.75rem;
  --theme-text-m-normal: 0.875rem;
  --theme-text-m-large: 1rem;
  --theme-title-x-small: 0.75rem;
  --theme-title-small: 0.875rem;
  --theme-title-normal: 1rem;
  --theme-title-medium: 1.25rem;
  --theme-title-large: 1.5rem;
  --theme-title-x-large: 2rem;
  --theme-title-xx-large: 2.5rem;
  --theme-title-xxx-large: 3rem;
  --theme-title-big: 3.5rem;
  --headline-h1: 48px;
  --headline-h2: 40px;
  --headline-h3: 2rem;
  --headline-h4: 28px;
  --headline-h5: 22px;
  --headline-h6: 18px;
  --subtitle-1: 1rem;
  --subtitle-2: 0.875rem;
  --body-1: 16px;
  --body-2: 14px;
  --caption: 0.875rem;
  --overline: 0.75rem;
  --section-vertical-spacing: 7.5rem;
  --section-vertical-spacing-big: 5rem;
  --section-vertical-spacing-small: 2rem;
  --item-spacing-large: 4rem;
  --item-spacing-medium: 3rem;
  --item-spacing-small: 2rem;
}
@media (max-width: 1100px) {
  :root {
    --theme-title-xxx-large: 2.5rem;
    --theme-title-xx-large: 2rem;
  }
}
@media (max-width: 1180px) {
  :root {
    --headline-h1: 47px;
    --headline-h2: 39px;
  }
}
@media (max-width: 560px) {
  :root {
    --headline-h1: 40px;
    --headline-h2: 38px;
    --headline-h3: 32px;
    --headline-h4: 28px;
  }
}
@media (max-width: 1180px) {
  :root {
    --section-vertical-spacing: 4.5rem;
    --section-vertical-spacing-big: 3.5rem;
    --section-vertical-spacing-small: 1rem;
    --item-spacing-large: 2.5rem;
    --item-sapcing-medium: 2rem;
    --item-spacing-small: 1.5rem;
  }
}

.headline-1 {
  font-weight: 700;
  font-size: 3.625rem;
}

.headline-2 {
  font-weight: 700;
  font-size: 2.5rem;
}

.headline-3 {
  font-weight: 600;
  font-size: 2rem;
}

.headline-4 {
  font-weight: 500;
  font-size: 1.75rem;
}
@media (max-width: 768px) {
  .headline-4 {
    font-size: 1.25rem;
  }
}

.headline-5 {
  font-weight: 400;
  font-size: 1.375rem;
}

.headline-6 {
  font-weight: 500;
  font-size: 1.125rem;
}

.subtitle-1, .body-1 {
  font-weight: 300;
  font-size: 1rem;
}

.subtitle-2 {
  font-weight: 500;
  font-size: 0.875rem;
}

.body-2 {
  font-weight: 300;
  font-size: 0.875rem;
}

.caption {
  font-size: 0.875rem;
  font-weight: 400;
}

.overline {
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 1.8px;
}

.theme-button {
  font-weight: 600;
  transition: none !important;
  font-size: 1rem;
}

.blue-900 {
  color: #0C7AB9;
}

.blue-900-bg {
  background-color: #0C7AB9;
}

.blue-500 {
  color: #33B8F1;
}

.blue-500-bg {
  background-color: #33B8F1;
}

.violet-900 {
  color: #4B0CB9;
}

.violet-900-bg {
  background-color: #4B0CB9;
}

.purple-900 {
  color: #CF0B7F;
}

.purple-900-bg {
  background-color: #CF0B7F;
}

.black-700 {
  color: #0B1A26;
}

.black-700-bg {
  background-color: #0B1A26;
}

.black-600 {
  color: #3C4851;
}

.black-600-bg {
  background-color: #3C4851;
}

.black-500 {
  color: #6D767D;
}

.black-500-bg {
  background-color: #6D767D;
}

.black-400 {
  color: #6E777E;
}

.black-400-bg {
  background-color: #6E777E;
}

.black-300 {
  color: #B6BABE;
}

.black-300-bg {
  background-color: #B6BABE;
}

.black-200 {
  color: #E7E8E9;
}

.black-200-bg {
  background-color: #E7E8E9;
}

.black-100 {
  color: #FCFCFC;
}

.black-100-bg {
  background-color: #FCFCFC;
}

.fw600 {
  font-weight: 600;
}

.fw500 {
  font-weight: 500;
}

.fw400 {
  font-weight: 400;
}

/* ------------------------------------------------------------ */
*[class*=theme-text] {
  font-weight: 300;
}

*[class*=theme-text-m]:not([class*=theme-text-medium]) {
  font-weight: 400;
}

.theme-text-small {
  font-size: var(--theme-text-small);
}

.theme-text-normal {
  font-size: var(--theme-text-normal);
}

.theme-text-medium {
  font-size: var(--theme-text-medium);
}

.theme-text-large {
  font-size: var(--theme-text-large);
}

.theme-text-x-large {
  font-size: var(--theme-text-x-large);
}

.theme-text-big {
  font-size: var(--theme-text-big);
}

.theme-text-m-small {
  font-size: var(--theme-text-m-small);
}

.theme-text-m-normal {
  font-size: var(--theme-text-m-normal);
}

.theme-text-m-large {
  font-size: var(--theme-text-m-large);
}

.theme-text-m-x-large {
  font-size: var(--theme-text-m-x-large);
}

*[class*=theme-title] {
  font-weight: 600;
}

.theme-title-x-small {
  font-size: var(--theme-title-x-small);
}

.theme-title-small {
  font-size: var(--theme-title-small);
}

.theme-title-normal {
  font-size: var(--theme-title-normal);
}

.theme-title-medium {
  font-size: var(--theme-title-medium);
}

.theme-title-large {
  font-size: var(--theme-title-large);
}

.theme-title-x-large {
  font-size: var(--theme-title-x-large);
}

.theme-title-xx-large,
.theme-title-big,
.theme-title-xxx-large {
  font-size: var(--theme-title-xx-large);
}

*[class*=theme-mobile-text] {
  font-weight: 400;
}

.theme-mobile-text-x-small {
  font-size: var(--theme-mobile-text-x-small);
}

.theme-mobile-text-small {
  font-size: var(--theme-mobile-text-small);
}

.theme-mobile-text-medium {
  font-size: var(--theme-mobile-text-medium);
}

*[class*=theme-mobile-title] {
  font-weight: 500;
}

.theme-mobile-title-small {
  font-size: var(--theme-mobile-title-small);
}

.theme-mobile-title-normal {
  font-size: var(--theme-mobile-title-normal);
}

.theme-mobile-title-medium {
  font-size: var(--theme-mobile-title-medium);
}

.theme-mobile-title-x-large {
  font-size: var(--theme-mobile-title-x-large);
}

.theme-gradient-blue {
  background-image: var(--theme-gradient-blue);
}

.theme-gradient-dark-blue {
  background-image: var(--theme-gradient-dark-blue);
}

.theme-gradient-purple {
  background-image: var(--theme-gradient-purple);
}

.theme-blue-darker {
  color: var(--theme-blue-darker);
}

.theme-blue-dark {
  color: var(--theme-blue-dark);
}

.theme-blue {
  color: var(--theme-blue);
}

.theme-blue-light {
  color: var(--theme-blue-light);
}

.theme-blue-medium-light {
  color: var(--theme-blue-medium-light);
}

.theme-blue-x-light {
  color: var(--theme-blue-x-light);
}

.theme-red {
  color: var(--theme-red);
}

.theme-deep-red {
  color: var(--theme-deep-red);
}

.theme-orange {
  color: var(--theme-orange);
}

.theme-green {
  color: var(--theme-green);
}

.theme-light {
  color: var(--theme-light);
}

.theme-dark {
  color: var(--theme-dark);
}

.theme-dark-50 {
  color: var(--theme-dark-50);
}

.theme-blue-x-dark {
  color: var(--theme-blue-x-dark);
}

.theme-grey {
  color: var(--theme-grey);
}

.theme-grey-dark {
  color: var(--theme-grey-dark);
}

.theme-grey-05 {
  color: var(--theme-grey-05);
}

.theme-grey-more-light {
  color: var(--theme-grey-more-light);
}

.theme-grey-less-light {
  color: var(--theme-grey-less-light);
}

.theme-grey-medium {
  color: var(--theme-grey-medium);
}

.theme-grey-x-medium {
  color: var(--theme-grey-x-medium);
}

.theme-grey-light {
  color: var(--theme-grey-light);
}

.theme-background {
  color: var(--theme-background);
}

.theme-sand {
  color: var(--theme-sand);
}

.theme-transition {
  transition: var(--theme-transition);
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 16px;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

/* 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: 500;
}

/**
 * 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;
}
/* GENERIC */
.body-container-wrapper {
  padding-top: 64px;
}
@media (max-width: 720px) {
  .body-container-wrapper {
    padding-top: 134px;
  }
}

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

.scale-hover {
  transition: all 0.26s cubic-bezier(0.45, 1, 0.85, 1);
}
.scale-hover:hover {
  transform: scale(1.05);
}

img {
  max-width: 100%;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper .container, .dnd-section > .row-fluid {
  width: 75rem;
}
.wrapper .container:has(div.carousel-catalog-row-card), .dnd-section > .row-fluid:has(div.carousel-catalog-row-card) {
  width: 100% !important;
}
@media (max-width: 1180px) {
  .wrapper .container, .dnd-section > .row-fluid {
    width: 100%;
    padding: 0 3rem;
  }
  .wrapper .container:has(div.carousel-catalog-row-card), .dnd-section > .row-fluid:has(div.carousel-catalog-row-card) {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .wrapper .container, .dnd-section > .row-fluid {
    padding: 0 2rem;
  }
  .wrapper .container:has(div.carousel-catalog-row-card), .dnd-section > .row-fluid:has(div.carousel-catalog-row-card) {
    padding: 0 !important;
  }
}
@media (max-width: 560px) {
  .wrapper .container, .dnd-section > .row-fluid {
    padding: 0 1.5rem;
  }
  .wrapper .container:has(div.carousel-catalog-row-card), .dnd-section > .row-fluid:has(div.carousel-catalog-row-card) {
    padding: 0 !important;
  }
}

.dnd-section {
  padding: var(--section-vertical-spacing) 0;
}

@media (max-width: 1100px) {
  body {
    overflow-x: hidden;
  }
  span {
    word-break: keep-all;
  }
}
@media (max-width: 560px) {
  span {
    word-break: break-word;
  }
}
.host-container {
  position: relative;
  z-index: 1;
}

div.anm-modal {
  height: 0px;
  width: 0px;
  display: none;
  overflow: hidden;
  z-index: 10000;
}
div.anm-modal.active {
  height: 100vh;
  width: 100vw;
  left: 0px;
  top: 0px;
  display: block;
  position: fixed;
}
div.anm-modal overlay {
  background-color: rgb(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  transition: var(--theme-transition);
}
div.anm-modal overlay.active {
  opacity: 0.3;
}
div.anm-modal container {
  position: absolute;
  min-width: 100px;
  min-height: 100px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.16);
  max-width: 85%;
  max-height: 70%;
  left: 50%;
  top: calc(10% + 60px);
  transform: translateX(-50%);
  overflow-y: hidden;
  overflow-x: hidden;
  transition: var(--theme-transition);
  opacity: 0;
}
div.anm-modal container.active {
  top: 10%;
  opacity: 1;
}
div.anm-modal container em {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 768px) {
  div.anm-modal container {
    max-width: 92%;
  }
}

body > .modal-content {
  display: none;
}

div.booklet-iframe iframe, div.webinar-iframe iframe, div.newsletter-iframe iframe, div.whitepaper-iframe iframe, div.whitepaper-home-iframe iframe {
  width: 600px;
  max-height: 620px;
  height: 70vh;
  margin-top: -30px;
}
@media (max-width: 767px) {
  div.booklet-iframe iframe, div.webinar-iframe iframe, div.newsletter-iframe iframe, div.whitepaper-iframe iframe, div.whitepaper-home-iframe iframe {
    width: 92vw;
    height: 67vh;
  }
}

div.deck-iframe iframe {
  height: 599px;
  margin-top: -29px;
  width: 600px;
}
@media (max-width: 767px) {
  div.deck-iframe iframe {
    width: 92vw;
    height: 67vh;
  }
}

.body-container--home .row-fluid-wrapper .row-fluid .span12 .row-number-24 .section-image .underlay {
  height: 100% !important;
}

.body-container--home .row-fluid-wrapper .row-depth-1.row-number-30.dnd-row .row-fluid .span12.widget-span.widget-type-custom_widget.dnd-module > .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-rich_text {
  padding-top: 29px;
}

.body-container--home .row-fluid-wrapper .row-fluid .span12 .row-number-37 > .row-fluid {
  max-width: none;
}

@media (max-width: 800px) {
  .body-container--home .span6.widget-span.widget-type-cell.dnd-column .row-fluid-wrapper.row-depth-1.row-number-32.dnd-row .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module .section-image img {
    height: 100% !important;
  }
  .body-container--home .row-fluid-wrapper .row-fluid .span6.widget-span.widget-type-cell.dnd-column .row-depth-1.row-number-30.dnd-row .row-fluid .span12.widget-span.widget-type-custom_widget.dnd-module > .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-rich_text {
    padding-top: 0 !important;
    padding-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .body-container--home .row-fluid-wrapper .row-fluid .span12 .row-number-21 > .row-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .dynoro-lithuania-hq .row-fluid .span12 .row-number-21 > .row-fluid {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .body-container--home .row-fluid-wrapper .row-fluid .span12 .row-number-21 > .row-fluid .span6 .span12 .section-image img {
    margin-top: 0;
  }
  .body-container--home .row-fluid-wrapper .row-fluid .span12 .row-number-33 {
    padding-top: 0;
  }
  .body-container--home .row-fluid-wrapper .row-fluid .span12 .row-number-40 .span8 > .row-number-42 > .row-fluid {
    grid-template-columns: 1fr;
  }
  .body-container--home .row-fluid-wrapper .row-fluid .span12 .row-number-40 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .body-container--home .row-fluid-wrapper .row-fluid .span12 .row-number-8 > .row-fluid .span2 {
    grid-template-columns: 1fr;
  }
  .body-container--home .row-fluid-wrapper .row-fluid .span12 .row-number-40 .span8 > .row-number-42 > .row-fluid .span6 {
    margin-top: 8rem;
  }
  .body-container--home .row-fluid-wrapper .row-fluid .span12 .row-number-40 .span8 > .row-number-42 > .row-fluid [class*=span]:first-child {
    margin-top: 2rem;
  }
}
@media (max-width: 420px) {
  .body-container--home .row-fluid-wrapper .row-fluid .span12 .row-number-40 .span8 > .row-number-42 > .row-fluid .span6 {
    margin-top: 6rem;
  }
  .body-container--home .row-fluid-wrapper .row-fluid .span12 .row-number-40 .span8 > .row-number-42 > .row-fluid [class*=span]:first-child {
    margin-top: 0rem;
  }
}
.row-fluid-wrapper .widget-type-cell .widget-span .row-depth-1 .span6.widget-type-cell .row-number-1,
.row-fluid-wrapper .widget-type-cell .widget-span .row-depth-1 .span6.widget-type-cell .row-depth-2.row-number-3 {
  text-align: center;
}

.row-number-6 .video-widget {
  background-color: transparent !important;
  box-shadow: none !important;
  margin-top: 6rem;
}

.dnd_area-row-7-background-gradient .row-fluid .span12 .dnd-row .video-widget {
  background-color: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .row-fluid-wrapper .widget-type-cell .widget-span .row-depth-1 .span6.widget-type-cell {
    margin-top: 36px;
  }
  .row-fluid-wrapper .widget-type-cell .widget-span .row-depth-1 {
    padding-top: 0;
  }
  .row-fluid-wrapper.row-depth-1.row-number-2.dnd-section.counter-section.dnd_area-row-4-background-image.dnd_area-row-4-padding.dnd_area-row-4-vertical-alignment > .row-fluid > .span6 {
    padding: 0 !important;
  }
  .widget-type-cell .section-image {
    padding-left: 0 !important;
  }
  .widget-type-cell .span6 {
    justify-content: center;
    padding-left: 0 !important;
    width: 100%;
  }
  .row-fluid-wrapper.row-depth-1.row-number-2.dnd-section.counter-section.dnd_area-row-4-background-image.dnd_area-row-4-padding.dnd_area-row-4-vertical-alignment > .row-fluid > .span6 {
    margin-top: 0;
  }
  .body-container--home .row-fluid-wrapper .row-fluid .span12 .row-number-48 > .row-fluid .span6 {
    margin-top: 0;
  }
  .body-container--home .row-fluid-wrapper .row-fluid .span12 .row-number-48 > .row-fluid .span12 pre {
    display: none;
  }
}
@media (max-width: 650px) {
  .body-container--home .row-fluid-wrapper .row-fluid .span12 .row-number-24 .section-image .underlay {
    height: calc(1000px - 10%) !important;
    top: calc(450px - 5%) !important;
  }
  .body-container--home > div:not(.mmglobalacademy) .row-fluid-wrapper .row-fluid .span12 .row-number-21.row-depth-1 {
    margin-top: 0 !important;
    padding-top: 1rem !important;
  }
}
@media (max-width: 500px) {
  .body-container--home .row-fluid-wrapper .row-fluid .span12 .row-number-24 .section-image .underlay {
    height: calc(1000px - 10%) !important;
    top: 320px !important;
  }
}
@media (max-width: 400px) {
  .body-container--home .row-fluid-wrapper .row-fluid .span12 .row-number-24 .section-image .underlay {
    height: calc(1000px - 5%) !important;
    top: 260px !important;
  }
}
/* Investors page */
/* Catalogue performance example section */
@media (max-width: 767px) {
  div.row-fluid-wrapper.row-depth-1.row-number-13.dnd_area-row-6-padding.dnd_area-row-6-vertical-alignment.dnd-section > .row-fluid > .span6:first-child > .row-fluid-wrapper > .row-fluid > .span12 {
    margin-bottom: 54.64px !important;
  }
  div.row-fluid-wrapper.row-depth-1.row-number-13.dnd_area-row-6-padding.dnd_area-row-6-vertical-alignment.dnd-section > .row-fluid > .span6 {
    margin-top: 0 !important;
  }
}
@media (max-width: 500px) {
  div.row-fluid-wrapper.row-depth-1.row-number-13.dnd_area-row-6-padding.dnd_area-row-6-vertical-alignment.dnd-section h2 {
    font-size: 2rem !important;
    margin-bottom: 16px;
  }
  div.row-fluid-wrapper.row-depth-1.row-number-13.dnd_area-row-6-padding.dnd_area-row-6-vertical-alignment.dnd-section h2 span:last-child {
    font-size: 2rem !important;
  }
}
/* How does this work section */
div.row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-1-padding.dnd_area-row-1-force-full-width-section .row-fluid .span12 .hs_cos_wrapper:first-child h2 {
  margin-bottom: 0;
}

div.row-fluid-wrapper.row-depth-1.row-number-6.dnd_area-row-2-vertical-alignment {
  padding-top: 40px;
}

@media (max-width: 767px) {
  div.row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-1-padding.dnd_area-row-1-force-full-width-section .row-fluid .span12 .hs_cos_wrapper:first-child {
    margin-top: 70px;
  }
}
@media (max-width: 500px) {
  div.row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-1-padding.dnd_area-row-1-force-full-width-section h2 {
    font-size: 2rem !important;
    margin-bottom: 16px;
  }
  div.row-fluid-wrapper.row-depth-1.row-number-5.dnd_area-row-1-padding.dnd_area-row-1-force-full-width-section h2 span:nth-child(3) {
    font-size: 2rem !important;
  }
}
/* Investors platform */
/* Only established catalogues */
.hero-banner + .row-fluid-wrapper.row-depth-1.row-number-5 > .row-fluid h2 {
  margin-bottom: 0;
}

.hero-banner + .row-fluid-wrapper.row-depth-1.row-number-5 > .row-fluid h3 {
  margin-bottom: 0;
}

.hero-banner + .row-fluid-wrapper.row-depth-1.row-number-5 > .row-fluid h3 + p {
  display: none;
}

.hero-banner + .row-fluid-wrapper.row-depth-1.row-number-5 > .row-fluid .span12 .row-fluid-wrapper:nth-child(2) {
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .hero-banner + .row-fluid-wrapper.row-depth-1.row-number-5 > .row-fluid .span12 .row-fluid-wrapper:nth-child(2) {
    margin-top: 1.5rem;
  }
}
/* What does it look like */
div.row-fluid-wrapper.row-depth-1.row-number-8.dnd_area-row-2-background-color.dnd_area-row-2-vertical-alignment .row-fluid .span6:nth-child(2) .row-fluid-wrapper.row-depth-1.row-number-10.dnd-row {
  display: flex;
}

/* Audited and experienced financial partner */
div.row-fluid-wrapper.row-depth-1.row-number-7.dnd_area-row-5-padding.dnd_area-row-5-vertical-alignment .row-fluid .span6:first-child .row-fluid-wrapper:nth-child(2) a.button.theme-button {
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  div.row-fluid-wrapper.row-depth-1.row-number-7.dnd_area-row-5-padding.dnd_area-row-5-vertical-alignment .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  div.row-fluid-wrapper.row-depth-1.row-number-7.dnd_area-row-5-padding.dnd_area-row-5-vertical-alignment .row-fluid .span6:first-child {
    margin-top: 64px;
  }
  div.row-fluid-wrapper.row-depth-1.row-number-7.dnd_area-row-5-padding.dnd_area-row-5-vertical-alignment .row-fluid .span6:last-child {
    margin-top: 0;
  }
  div.row-fluid-wrapper.row-depth-1.row-number-7.dnd_area-row-5-padding.dnd_area-row-5-vertical-alignment .row-fluid .span6:first-child .row-fluid-wrapper:nth-child(2) a.button.theme-button {
    margin-left: 2rem !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 500px) {
  div.row-fluid-wrapper.row-depth-1.row-number-7.dnd_area-row-5-padding.dnd_area-row-5-vertical-alignment h2 {
    margin-bottom: 16px;
  }
}
/* Why invest in royalties */
div.image-cache {
  display: none;
  visibility: hidden;
}

div.how-does-it-work .accordion-wrapper div.num.headline-4, div.how-does-it-work .accordion-wrapper h2, div.how-listing-works .accordion-wrapper div.num.headline-4, div.how-listing-works .accordion-wrapper h2, div.referral .accordion-wrapper div.num.headline-4, div.referral .accordion-wrapper h2, div.referral-1 .accordion-wrapper div.num.headline-4, div.referral-1 .accordion-wrapper h2 {
  font-size: var(--headline-h4) !important;
}
div.how-does-it-work .accordion-wrapper p, div.how-listing-works .accordion-wrapper p, div.referral .accordion-wrapper p, div.referral-1 .accordion-wrapper p {
  font-size: var(--body-1) !important;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

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

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

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

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

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

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

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

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  /* padding: 0 1rem; */
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */
.header .dnd-section {
  padding: 0;
}

/* Header container */
header {
  background-color: #0B1A26 !important;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
  height: 64px;
  transition: var(--theme-transition);
}
@media (max-width: 720px) {
  header {
    top: 70px;
  }
}

header.overscroll {
  background-color: #0B1A26 !important;
}

header.active {
  background-color: #0B1A26 !important;
}

.header__container {
  display: flex;
  justify-content: space-between;
  width: 75rem;
}

@media (max-width: 1380px) {
  .header__container {
    padding: 0;
  }
}
@media (max-width: 1100px) {
  .header__container {
    padding: 0rem 3rem;
  }
}
.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2, .header__row-3 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.header__column {
  display: grid;
  grid-template-columns: 1fr 22.5rem;
}

.header-button-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.header-button-container > div:last-child .button {
  background-color: #0d65d6 !important;
  color: #fff !important;
  padding: 8px 22.5px !important;
  font-size: 14px !important;
  line-height: 19.6px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
}

.header-button-container .button {
  height: 2rem !important;
}

.header-button-container > div:last-child {
  margin-left: 1rem;
}

@media (max-width: 1150px) and (min-width: 795px) {
  .header__column {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .header__column {
    display: inline-flex;
    justify-content: flex-end;
    gap: 10px;
  }
  .header__row-1,
  .header__row-2, .header__row-3 {
    flex-wrap: nowrap;
    width: fit-content;
  }
  .header-button-container > div:last-child {
    margin-left: 0;
  }
  .header-button-container > div:last-child .button {
    padding: 8px 17px !important;
  }
  .header-button-container > #hs_cos_wrapper_anote-button-login-button > .button-wrapper > a.button {
    padding-right: 12px;
    padding-left: 0;
  }
  .header__column .header__row-2 {
    justify-content: flex-end;
  }
  .header__navigation .menu__item {
    padding-right: 0;
  }
}
@media (max-width: 795px) {
  .header__navigation .menu__item {
    padding-left: 0.5rem;
  }
}
@media (max-width: 795px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }
  .header__column {
    position: relative;
  }
  .header__row-1 {
    padding-top: 0;
  }
  .header__row-2 {
    justify-content: flex-start;
    padding: 1.05rem;
    padding-left: 0;
  }
  .header__row-2, .header__row-3 {
    height: 2rem !important;
  }
  .header__column .header__row-2 {
    justify-content: flex-start;
  }
}
/* Navigation skipper */
.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */
.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 795px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}
.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

/* Search bar */
.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 795px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }
  .header__search label {
    margin: 0 1rem 0 0;
  }
  .header__search .hs-search-field__input {
    width: auto;
  }
}
@media (max-width: 795px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}
/* Language switcher */
.header__language-switcher {
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
}

.header__language-switcher--label-current {
  display: flex;
  padding: 8px 12px;
  justify-items: flex-end;
  min-width: 80px;
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  color: #FFF;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  border-radius: 8px;
  width: fit-content;
}

.header__language-switcher--label-current:hover, .header__language-switcher--label-current:active, .header__language-switcher--label-current.active {
  transition: background-color 0.3s;
  background-color: #394451;
  color: #FFF;
}

.header__language-switcher--label-current img {
  border-radius: 6px;
  margin-right: 10px;
}

.header__language-switcher--label-current:after {
  display: none;
}

@media (max-width: 1000px) {
  .header__language-switcher--label-current {
    font-size: 14px;
    min-width: unset;
    margin-right: 6px;
  }
}
@media (max-width: 795px) {
  .header__language-switcher--label-current {
    display: inline-flex;
    flex-wrap: nowrap;
    width: fit-content;
    min-width: 80px;
    margin-right: unset;
  }
}
/* Navigation */
.header__navigation li a {
  transition: var(--theme-transition);
}

#nav-toggle {
  display: none;
}

.header_mobile {
  display: none;
  grid-template-columns: 1fr 32px;
  align-items: center;
}

.header_mobile .header_grid_logo img {
  height: 20px !important;
  width: auto !important;
}

.hs-tools-menu {
  display: none !important;
}

.header_grid_menu_drop {
  position: relative;
  top: -150px;
  right: -52px;
  transform: translate(-100%, -300px);
  width: 100vw;
  background-color: #0B1A26;
  z-index: 1000;
  display: block;
  transition: var(--theme-transition);
  opacity: 0;
}
@media (max-width: 460px) {
  .header_grid_menu_drop {
    right: -55px;
  }
}

.header_grid_menu_drop.active {
  top: 24px;
  transform: translate(-100%, 0%);
  opacity: 1;
}
@media (max-width: 796px) {
  .header_grid_menu_drop.active {
    top: 16px;
  }
}

@media (max-width: 720px) {
  .header_grid_menu_drop.active {
    height: calc(90vh - 128px);
    right: -59px;
    border-radius: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
  }
}
.header_grid_menu_drop .footer-buttons {
  display: flex;
  padding: 16px;
}
@media (min-width: 796px) {
  .header_grid_menu_drop .footer-buttons {
    grid-gap: 32px;
    margin-left: -4px;
    padding-left: 0px;
  }
}
.header_grid_menu_drop .footer-buttons > div:last-child .button {
  background-color: #0d65d6 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 19.6px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
}
@media (min-width: 795px) {
  .header_grid_menu_drop .footer-buttons > div:last-child .button {
    padding: 8px 22.5px !important;
  }
}
@media (max-width: 750px) {
  .header_grid_menu_drop .footer-buttons > div:last-child .button {
    z-index: 400000000;
  }
}
@media (max-width: 795px) {
  .header_grid_menu_drop .footer-buttons {
    margin-top: 160px;
    border-top: 1px solid #3C4851;
    align-items: center;
    justify-content: space-between;
  }
  .header_grid_menu_drop .footer-buttons a.button {
    padding: 8px 16px !important;
  }
  .header_grid_menu_drop .footer-buttons #hs_cos_wrapper_anote-button-login-button a.button {
    background-color: transparent !important;
  }
}

@media (max-width: 795px) {
  .header_grid_menu_drop .footer-buttons .flex-buttons {
    display: inline-flex;
    justify-content: left;
  }
}
@media (min-width: 460px) {
  .header_grid_menu_drop {
    width: 320px;
    right: -40px;
    border-radius: 8px;
  }
}
.header_grid_menu_drop ul li {
  border: none;
  border-bottom: 1px solid #202020;
  padding: 4px 0px;
}

.header_grid_menu_drop ul li:last-child {
  border: none;
}

/* Mobile toggles */
@media (max-width: 795px) {
  .header__navigation,
  .header__search {
    display: none;
    width: 100%;
  }
  .header__navigation.open,
  .header__search.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 3;
  }
  .header__navigation--toggle,
  .header__search--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
    margin-left: 0px;
  }
  .header__navigation--toggle.hide,
  .header__search--toggle.hide {
    display: none;
  }
  .header__navigation--toggle.open,
  .header__search--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }
  .header__navigation--toggle:after,
  .header__search--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }
  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after {
    display: block;
    word-break: normal;
  }
  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }
  .header__navigation--toggle:after {
    content: "Menu";
  }
  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }
  .header__search--toggle:after {
    content: "Search";
  }
  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }
  .header__close--toggle.show {
    display: block;
  }
  .header__logo {
    display: none;
  }
  .header_grid_menu {
     display: flex;
  }
  .header_grid_menu_switcher {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MCA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI3LjAzMTIgMjIuMjA3N0gxMi45Njg4QzEyLjEwNTcgMjIuMjA3NyAxMS40MDYyIDIxLjQ4OTUgMTEuNDA2MiAyMC42MDM0QzExLjQwNjIgMTkuNzE3NiAxMi4xMDU3IDE4Ljk5OTEgMTIuOTY4OCAxOC45OTkxSDI3LjAzMTJDMjcuODk0MyAxOC45OTkxIDI4LjU5MzggMTkuNzE3NiAyOC41OTM4IDIwLjYwMzRDMjguNTkzOCAyMS40ODk1IDI3Ljg5NDMgMjIuMjA3NyAyNy4wMzEyIDIyLjIwNzdaTTI4LjU5MzggMTQuMTg3OUMyOC41OTM4IDEzLjMwMTggMjcuODk0MyAxMi41ODM2IDI3LjAzMTIgMTIuNTgzNkgxMi45Njg4QzEyLjEwNTcgMTIuNTgzNiAxMS40MDYyIDEzLjMwMTggMTEuNDA2MiAxNC4xODc5QzExLjQwNjIgMTUuMDc0IDEyLjEwNTcgMTUuNzkyMiAxMi45Njg4IDE1Ljc5MjJIMjcuMDMxMkMyNy44OTQzIDE1Ljc5MjIgMjguNTkzOCAxNS4wNzQgMjguNTkzOCAxNC4xODc5Wk0yOC41OTM4IDI3LjAyMkMyOC41OTM4IDI2LjEzNTkgMjcuODk0MyAyNS40MTc4IDI3LjAzMTIgMjUuNDE3OEgxMi45Njg4QzEyLjEwNTcgMjUuNDE3OCAxMS40MDYyIDI2LjEzNTkgMTEuNDA2MiAyNy4wMjJDMTEuNDA2MiAyNy45MDgyIDEyLjEwNTcgMjguNjI2MyAxMi45Njg4IDI4LjYyNjNIMjcuMDMxMkMyNy44OTQzIDI4LjYyNjMgMjguNTkzOCAyNy45MDgyIDI4LjU5MzggMjcuMDIyWk0zMC4zNDg1IDM4LjE4MDJDMzEuMDg2NyAzNy43MjEyIDMxLjMyMjYgMzYuNzM0OCAzMC44NzU1IDM1Ljk3NjhDMzAuNDI4MiAzNS4yMTg5IDI5LjQ2NzUgMzQuOTc2NyAyOC43Mjk2IDM1LjQzNkMyNi4xMDUgMzcuMDY4MiAyMy4wODYyIDM3LjkzMTEgMjAgMzcuOTMxMUMxMC42OTUyIDM3LjkzMTEgMy4xMjUgMzAuMTU4NSAzLjEyNSAyMC42MDVDMy4xMjUgMTEuMDUxNCAxMC42OTUyIDMuMjc4ODUgMjAgMy4yNzg4NUMyOS4zMDQ4IDMuMjc4ODUgMzYuODc1IDExLjA1MTQgMzYuODc1IDIwLjYwNUMzNi44NzUgMjQuMDIxMiAzNS44ODU2IDI3LjM0NjMgMzQuMDEzNyAzMC4yMjEyQzMzLjUzMzkgMzAuOTU3OCAzMy43MjY4IDMxLjk1NDIgMzQuNDQ0IDMyLjQ0NjVDMzUuMTYxNyAzMi45MzkgMzYuMTMxOSAzMi43NDEgMzYuNjExMyAzMi4wMDQ3QzM4LjgyODQgMjguNjAwMyA0MCAyNC42NTgzIDQwIDIwLjYwNUM0MCAxNS4xMjAxIDM3LjkxOTYgOS45NjMyMSAzNC4xNDIyIDYuMDg0NzZDMzAuMzY0NyAyLjIwNjMxIDI1LjM0MjEgMC4wNzAzMTI1IDIwIDAuMDcwMzEyNUMxNC42NTc5IDAuMDcwMzEyNSA5LjYzNTMxIDIuMjA2MzEgNS44NTc4NSA2LjA4NDc2QzIuMDgwMzggOS45NjMyMSAwIDE1LjEyMDEgMCAyMC42MDVDMCAyNi4wODk5IDIuMDgwMzggMzEuMjQ2NyA1Ljg1Nzg1IDM1LjEyNTJDOS42MzUzMSAzOS4wMDM2IDE0LjY1NzkgNDEuMTM5NiAyMCA0MS4xMzk2QzIzLjY1NzIgNDEuMTM5NiAyNy4yMzU3IDQwLjExNjMgMzAuMzQ4NSAzOC4xODAyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    right: -4px;
    position: relative;
    height: 32px;
    width: 32px;
  }
  .header__column {
    display: none;
  }
  .header_mobile {
    display: flex;
    justify-content: space-between;
  }
}
.banner-get-app {
  display: none;
  position: fixed;
  flex-direction: row;
  justify-content: space-between;
  background-color: rgb(25, 28, 31);
  color: var(--c-grey-b-0);
  height: 70px;
  z-index: 100;
  width: 100%;
  padding: 16px 20px;
}
@media (max-width: 720px) {
  .banner-get-app {
    display: flex;
  }
}
.banner-get-app .banner-close {
  display: flex;
  align-items: center;
}
.banner-get-app .banner-close img {
  filter: brightness(0) invert(1);
  width: 24px;
  height: 24px;
}
.banner-get-app .banner-content {
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding-left: 22px;
}
.banner-get-app .banner-content > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.banner-get-app .banner-content .app-icon {
  display: flex;
}
.banner-get-app .banner-content .app-icon img {
  width: 40px;
  margin-right: 12px;
  height: 40px;
}
.banner-get-app .banner-content .app-metadata {
  display: flex;
  flex-direction: column !important;
}
.banner-get-app .banner-content .app-metadata svg {
  width: 12px;
}
.banner-get-app .banner-content .app-metadata .name {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
}
.banner-get-app .banner-content .app-metadata .rating {
  color: rgb(117, 128, 138);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0.01125rem;
}
.banner-get-app .banner-content .button-app {
  border-radius: 2.5rem;
  padding: 0.25rem 1rem;
  height: 1.8rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--theme-transition);
  white-space: nowrap;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  border: 0px;
  color: rgb(25, 28, 31);
  text-decoration: none;
}

.redirect-to-appstores {
  background-color: var(--theme-blue-x-dark);
  background-image: radial-gradient(39.83% 90.8% at 100% 11.15%, #0d8bcd 0, rgba(24, 172, 239, 0) 100%), radial-gradient(32.77% 85.65% at 53% 0, #4b0cb9 0, rgba(90, 21, 191, 0) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
  height: 100%;
  margin: 0 -1rem;
  overflow: hidden;
  padding: 10rem 1rem !important;
  width: calc(100% + 2rem);
}
.redirect-to-appstores .span6 {
  text-align: center;
}

.banner-promo-code {
  min-height: 30px;
  height: auto !important;
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 64px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: linear-gradient(90deg, #009CF2 0%, #6820C8 99.9%);
  box-shadow: 0px 8px 16px 0px rgba(26, 26, 26, 0.16);
  display: flex;
}
.banner-promo-code.hide {
  display: none !important;
}
@media (min-width: 500px) {
  .banner-promo-code {
    height: auto !important;
  }
}

.modal-promo {
  width: 1000px;
  height: 554px;
  display: none;
  position: fixed;
  top: calc(50% - 277px);
  z-index: 3;
  left: calc(50% - 500px);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  border-radius: 12px;
  background: linear-gradient(90deg, #009CF2 0%, #6820C8 99.9%);
  box-shadow: 0px 8px 16px 0px rgba(26, 26, 26, 0.16);
}

.modal-promo .fake-bg {
  position: absolute;
}

.modal-promo .fake-bg-mobile {
  display: none;
  position: absolute;
  height: 100%;
}

.modal-promo .fake-bg-mobile div {
  height: 100%;
}

.modal-promo .fake-bg-mobile img {
  height: 100%;
  border-radius: 8px;
}

.modal-promo .wrapper {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  z-index: 3;
}

.modal-promo .close {
  position: relative;
  width: 100%;
  right: 70px;
  top: 78px;
  z-index: 4;
  cursor: pointer;
}

@media (max-width: 1150px) {
  .modal-promo {
    top: 10%;
    left: calc(50% - 300px);
    width: 600px;
    height: auto;
  }
  .modal-promo .close {
    left: -66px;
  }
  .modal-promo .fake-bg {
    display: none;
  }
  .modal-promo .fake-bg-mobile {
    display: block;
  }
  .modal-promo .content {
    width: 100% !important;
    padding: 30px 36px 24px 36px !important;
    gap: 24px !important;
  }
  .modal-promo .content .title {
    font-size: 34px !important;
    line-height: 42px !important;
  }
  .modal-promo .content .description {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .modal-promo .content .description .bold {
    font-size: 20px !important;
    line-height: 26px !important;
  }
}
@media (max-width: 650px) {
  .modal-promo {
    top: 10%;
    left: 5%;
    width: 90%;
    height: auto;
  }
  .modal-promo .close {
    top: 80px;
    left: -27px;
  }
}
.modal-promo .close img {
  filter: brightness(0) invert(1) drop-shadow(1px 1px 3px grey);
  cursor: pointer;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(26, 26, 26, 0.16);
  border-radius: 50%;
  top: -70px;
  right: -60px;
}

@media (max-width: 680px) {
  .modal-promo .close img {
    right: -23px;
    top: -75px;
  }
}
.modal-promo .content {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 48px;
  padding-right: 60px;
}

.modal-promo .content .title {
  color: #FCFCFC;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 57px;
}

.modal-promo .content .description {
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.18px;
}

.modal-promo .content .description .bold {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.24px;
}

.modal-promo .content .disclaimer {
  color: #E7E8E9;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.16px;
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}