/* Theme base styles */

/* INCLUDE THE VARIABLES AT THE TOP OF THE FILE, AS IT'S USED IN ALL STYLESHEETS BELOW */


/* Generic
This is where reset, normalize & box-sizing styles go.
*/
/*! 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;
}
*, *:before, *:after {
  box-sizing: border-box;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
/* BACKGROUND COLOURS */
.bg-primary {
  background-color: #16162E;
}

.bg-primary-fill{
  fill: #16162E;
}

.bg-secondary {
  background-color: #6A67FF;
}

.bg-secondary-fill{
  fill: #6A67FF;
}

.bg-dark {
  background-color: #282850;
}

.bg-dark-fill{
  fill:  #282850;
}

.bg-light {
  background-color: #e5e5e5;
}

.bg-light-fill{
  fill:  #e5e5e5;
}

.bg-white {
  background-color: #fafafa;
}

.bg-white-fill{
  fill:  #fafafa;
}

.bg-plum-900 {
  background-color: #16162E;
}

.bg-plum-900-fill{
  fill:  #16162E;
}

.bg-plum-700 {
  background-color: #282850;
}

.bg-plum-700-fill{
  fill:  #282850;
}


.bg-plum-600 {
  background-color: #4E3CBB;
}

.bg-plum-600-fill{
  fill:  #4E3CBB;
}

.bg-plum-500 {
  background-color: #6A67FF;
}

.bg-plum-500-fill{
  fill:  #6A67FF;
}

.bg-plum-400 {
  background-color: #8886FF;
}

.bg-plum-400-fill{
  fill:  #8886FF;
}

.bg-plum-300 {
  background-color: #B2B0FF;
}

.bg-plum-300-fill{
  fill:  #B2B0FF;
}

.bg-plum-100 {
  background-color: #D9D8FF;
}

.bg-plum-100-fill{
  fill:  #D9D8FF;
}

.bg-mineral-900 {
  background-color: #061423;
}

.bg-mineral-900-fill {
  fill: #061423;
}

.bg-mineral-700 {
  background-color: #0B2440;
}

.bg-mineral-700-fill {
  fill: #0B2440;
}

.bg-mineral-600 {
  background-color: #025A8B;
}

.bg-mineral-600-fill {
  fill: #025A8B;
}

.bg-mineral-500 {
  background-color: #01D4FE;
}

.bg-mineral-500-fill {
  fill: #01D4FE;
}

.bg-mineral-400 {
  background-color: #97E1F0;
}

.bg-mineral-400-fill {
  fill: #97E1F0;
}

.bg-mineral-300 {
  background-color: #C4E7EE;
}

.bg-mineral-300-fill {
  fill: #C4E7EE;
}

.bg-mineral-100 {
  background-color: #E0F7FC;
}

.bg-mineral-100-fill {
  fill: #E0F7FC;
}

.bg-lime-900 {
  background-color: #1E2019;
}

.bg-lime-900-fill {
  fill: #1E2019;
}

.bg-lime-700 {
  background-color: #282E1A;
}

.bg-lime-700-fill {
  fill: #282E1A;
}

.bg-lime-600 {
  background-color: #415D04;
}

.bg-lime-600-fill {
  fill: #415D04;
}

.bg-lime-500 {
  background-color: #B8EB4B;
}

.bg-lime-500-fill {
  fill: #B8EB4B;
}

.bg-lime-400 {
  background-color: #BEE075;
}

.bg-lime-400-fill {
  fill: #BEE075;
}

.bg-lime-300 {
  background-color: #E0F9AC;
}

.bg-lime-300-fill {
  fill: #E0F9AC;
}

.bg-lime-100 {
  background-color: #EDFCCF;
}

.bg-lime-100-fill {
  fill: #EDFCCF;
}

.bg-scarlet-900 {
  background-color: #21110F;
}

.bg-scarlet-900-fill {
  fill: #21110F;
}

.bg-scarlet-700 {
  background-color: #381712;
}

.bg-scarlet-700-fill {
  fill: #381712;
}

.bg-scarlet-600 {
  background-color: #A71E0C;
}

.bg-scarlet-600-fill {
  fill: #A71E0C;
}

.bg-scarlet-500 {
  background-color: #FF6249;
}

.bg-scarlet-500-fill {
  fill: #FF6249;
}

.bg-scarlet-400 {
  background-color: #FF8471;
}

.bg-scarlet-400-fill {
  fill: #FF8471;
}

.bg-scarlet-300 {
  background-color: #FFA294;
}

.bg-scarlet-300-fill {
  fill: #FFA294;
}

.bg-scarlet-100 {
  background-color: #FFCEC6;
}

.bg-scarlet-100-fill {
  fill: #FFCEC6;
}

.bg-graphite-900 {
  background-color: #292929;
}

.bg-graphite-900-fill {
  fill: #292929;
}

.bg-graphite-700 {
  background-color: #3E3E3E;
}

.bg-graphite-700-fill {
  fill: #3E3E3E;
}

.bg-graphite-600 {
  background-color: #545454;
}

.bg-graphite-600-fill {
  fill: #545454;
}

.bg-graphite-500 {
  background-color: #6C6C6C;
}

.bg-graphite-500-fill {
  fill: #6C6C6C;
}

.bg-graphite-400 {
  background-color: #929292;
}

.bg-graphite-400-fill {
  fill: #929292;
}

.bg-graphite-300 {
  background-color: #CECECE;
}

.bg-graphite-300-fill {
  fill: #CECECE;
}

.bg-graphite-100 {
  background-color: #e5e5e5;
}

.bg-graphite-100-fill {
  fill: #e5e5e5;
}


/* BORDER COLOURS */
.border-plum-100 {
  border-color: #D9D8FF !important;
}

.border-plum-300 {
  border-color: #B2B0FF !important;
}

.border-plum-400 {
  border-color: #8886FF !important;
}

.border-plum-500 {
  border-color: #6A67FF !important;
}

.border-plum-600 {
  border-color: #4E3CBB !important;
}

.border-plum-700 {
  border-color: #282850 !important;
}

.border-plum-900 {
  border-color: #16162E !important;
}

.border-mineral-100 {
  border-color: #E0F7FC !important;
}

.border-mineral-300 {
  border-color: #C4E7EE !important;
}

.border-mineral-400 {
  border-color: #97E1F0 !important;
}

.border-mineral-500 {
  border-color: #01D4FE !important;
}

.border-mineral-600 {
  border-color: #025A8B !important;
}

.border-mineral-700 {
  border-color: #0B2440 !important;
}

.border-mineral-900 {
  border-color: #061423 !important;
}

.border-lime-100 {
  border-color: #EDFCCF !important;
}

.border-lime-300 {
  border-color: #E0F9AC !important;
}

.border-lime-400 {
  border-color: #BEE075 !important;
}

.border-lime-500 {
  border-color: #B8EB4B !important;
}

.border-lime-600 {
  border-color: #415D04 !important;
}

.border-lime-700 {
  border-color: #282E1A !important;
}

.border-lime-900 {
  border-color: #1E2019 !important;
}

.border-scarlet-100 {
  border-color: #FFCEC6 !important;
}

.border-scarlet-300 {
  border-color: #FFA294 !important;
}

.border-scarlet-400 {
  border-color: #FF8471 !important;
}

.border-scarlet-500 {
  border-color: #FF6249 !important;
}

.border-scarlet-600 {
  border-color: #A71E0C !important;
}

.border-scarlet-700 {
  border-color: #381712 !important;
}

.border-scarlet-900 {
  border-color: #21110F !important;
}

.border-graphite-100 {
  border-color: #e5e5e5 !important;
}

.border-graphite-300 {
  border-color: #CECECE !important;
}

.border-graphite-400 {
  border-color: #929292 !important;
}

.border-graphite-500 {
  border-color: #6C6C6C !important;
}

.border-graphite-600 {
  border-color: #545454 !important;
}

.border-graphite-700 {
  border-color: #3E3E3E !important;
}

.border-graphite-900 {
  border-color: #292929 !important;
}

.border-white {
  border-color: #fafafa !important;
}


/* TEXT COLOURS */
.text-primary,
.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6,
.text-primary p,
.text-primary ul,
.text-primary li,
.text-primary a,
.text-primary i,
h1.text-primary,
h2.text-primary,
h3.text-primary,
h4.text-primary,
h5.text-primary,
h6.text-primary,
p.text-primary,
ul.text-primary,
li.text-primary,
a.text-primary,
i.text-primary {
  color: #16162E;
}

.text-primary svg,
svg.text-primary{
  fill: #16162E;
}

.text-secondary,
.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6,
.text-secondary p,
.text-secondary ul,
.text-secondary li,
.text-secondary a,
.text-secondary i,
h1.text-secondary,
h2.text-secondary,
h3.text-secondary,
h4.text-secondary,
h5.text-secondary,
h6.text-secondary,
p.text-secondary,
ul.text-secondary,
li.text-secondary,
a.text-secondary,
i.text-secondary {
  color: #6A67FF;
}

.text-secondary svg,
svg.text-secondary {
  fill: #6A67FF;
}

.text-dark,
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark p,
.text-dark ul,
.text-dark li,
.text-dark a,
.text-dark i,
h1.text-dark,
h2.text-dark,
h3.text-dark,
h4.text-dark,
h5.text-dark,
h6.text-dark,
p.text-dark,
ul.text-dark,
li.text-dark,
a.text-dark,
i.text-dark {
  color: #282850;
}

.text-dark svg,
svg.text-dark {
  fill: #282850;
}

.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light ul,
.text-light li,
.text-light a,
.text-light i,
h1.text-light,
h2.text-light,
h3.text-light,
h4.text-light,
h5.text-light,
h6.text-light,
p.text-light,
ul.text-light,
li.text-light,
a.text-light,
i.text-light {
  color: #e5e5e5;
}

.text-light svg,
svg.text-light {
  fill: #e5e5e5;
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white ul,
.text-white li,
.text-white a,
.text-white i,
h1.text-white,
h2.text-white,
h3.text-white,
h4.text-white,
h5.text-white,
h6.text-white,
p.text-white,
ul.text-white,
li.text-white,
a.text-white,
i.text-white {
  color: #fafafa;
}

.text-white svg,
svg.text-white {
  fill: #fafafa;
}

.text-white a:hover,
.text-white a:active,
.text-white a:focus,
a.text-white:hover,
a.text-white:active,
a.text-white:focus {
  color: #fafafa;
}

.text-plum-900,
.text-plum-900 h1,
.text-plum-900 h2,
.text-plum-900 h3,
.text-plum-900 h4,
.text-plum-900 h5,
.text-plum-900 h6,
.text-plum-900 p,
.text-plum-900 ul,
.text-plum-900 li,
.text-plum-900 a,
.text-plum-900 i,
h1.text-plum-900,
h2.text-plum-900,
h3.text-plum-900,
h4.text-plum-900,
h5.text-plum-900,
h6.text-plum-900,
p.text-plum-900,
ul.text-plum-900,
li.text-plum-900,
a.text-plum-900,
i.text-plum-900 {
  color: #16162E;
}

.text-plum-900 svg,
svg.text-plum-900 {
  fill: #16162E;
}

.text-plum-700,
.text-plum-700 h1,
.text-plum-700 h2,
.text-plum-700 h3,
.text-plum-700 h4,
.text-plum-700 h5,
.text-plum-700 h6,
.text-plum-700 p,
.text-plum-700 ul,
.text-plum-700 li,
.text-plum-700 a,
.text-plum-700 i,
h1.text-plum-700,
h2.text-plum-700,
h3.text-plum-700,
h4.text-plum-700,
h5.text-plum-700,
h6.text-plum-700,
p.text-plum-700,
ul.text-plum-700,
li.text-plum-700,
a.text-plum-700,
i.text-plum-700 {
  color: #282850;
}

.text-plum-700 svg,
svg.text-plum-700 {
  fill: #282850;
}

.text-plum-600,
.text-plum-600 h1,
.text-plum-600 h2,
.text-plum-600 h3,
.text-plum-600 h4,
.text-plum-600 h5,
.text-plum-600 h6,
.text-plum-600 p,
.text-plum-600 ul,
.text-plum-600 li,
.text-plum-600 a,
.text-plum-600 i,
h1.text-plum-600,
h2.text-plum-600,
h3.text-plum-600,
h4.text-plum-600,
h5.text-plum-600,
h6.text-plum-600,
p.text-plum-600,
ul.text-plum-600,
li.text-plum-600,
a.text-plum-600,
i.text-plum-600 {
  color: #4E3CBB;
}

.text-plum-600 svg,
svg.text-plum-600 {
  fill: #4E3CBB;
}

.text-plum-500,
.text-plum-500 h1,
.text-plum-500 h2,
.text-plum-500 h3,
.text-plum-500 h4,
.text-plum-500 h5,
.text-plum-500 h6,
.text-plum-500 p,
.text-plum-500 ul,
.text-plum-500 li,
.text-plum-500 a,
.text-plum-500 i,
h1.text-plum-500,
h2.text-plum-500,
h3.text-plum-500,
h4.text-plum-500,
h5.text-plum-500,
h6.text-plum-500,
p.text-plum-500,
ul.text-plum-500,
li.text-plum-500,
a.text-plum-500,
i.text-plum-500 {
  color: #6A67FF;
}

.text-plum-500 svg,
svg.text-plum-500 {
  fill: #6A67FF;
}

.text-plum-400,
.text-plum-400 h1,
.text-plum-400 h2,
.text-plum-400 h3,
.text-plum-400 h4,
.text-plum-400 h5,
.text-plum-400 h6,
.text-plum-400 p,
.text-plum-400 ul,
.text-plum-400 li,
.text-plum-400 a,
.text-plum-400 i,
h1.text-plum-400,
h2.text-plum-400,
h3.text-plum-400,
h4.text-plum-400,
h5.text-plum-400,
h6.text-plum-400,
p.text-plum-400,
ul.text-plum-400,
li.text-plum-400,
a.text-plum-400,
i.text-plum-400 {
  color: #8886FF;
}

.text-plum-400 svg,
svg.text-plum-400 {
  fill: #8886FF;
}

.text-plum-300,
.text-plum-300 h1,
.text-plum-300 h2,
.text-plum-300 h3,
.text-plum-300 h4,
.text-plum-300 h5,
.text-plum-300 h6,
.text-plum-300 p,
.text-plum-300 ul,
.text-plum-300 li,
.text-plum-300 a,
.text-plum-300 i,
h1.text-plum-300,
h2.text-plum-300,
h3.text-plum-300,
h4.text-plum-300,
h5.text-plum-300,
h6.text-plum-300,
p.text-plum-300,
ul.text-plum-300,
li.text-plum-300,
a.text-plum-300,
i.text-plum-300 {
  color: #B2B0FF;
}

.text-plum-300 svg,
svg.text-plum-300 {
  fill: #B2B0FF;
}

.text-plum-100,
.text-plum-100 h1,
.text-plum-100 h2,
.text-plum-100 h3,
.text-plum-100 h4,
.text-plum-100 h5,
.text-plum-100 h6,
.text-plum-100 p,
.text-plum-100 ul,
.text-plum-100 li,
.text-plum-100 a,
.text-plum-100 i,
h1.text-plum-100,
h2.text-plum-100,
h3.text-plum-100,
h4.text-plum-100,
h5.text-plum-100,
h6.text-plum-100,
p.text-plum-100,
ul.text-plum-100,
li.text-plum-100,
a.text-plum-100,
i.text-plum-100 {
  color: #D9D8FF;
}

.text-plum-100 svg,
svg.text-plum-100 {
  fill: #D9D8FF;
}

.text-mineral-900,
.text-mineral-900 h1,
.text-mineral-900 h2,
.text-mineral-900 h3,
.text-mineral-900 h4,
.text-mineral-900 h5,
.text-mineral-900 h6,
.text-mineral-900 p,
.text-mineral-900 ul,
.text-mineral-900 li,
.text-mineral-900 a,
.text-mineral-900 i,
h1.text-mineral-900,
h2.text-mineral-900,
h3.text-mineral-900,
h4.text-mineral-900,
h5.text-mineral-900,
h6.text-mineral-900,
p.text-mineral-900,
ul.text-mineral-900,
li.text-mineral-900,
a.text-mineral-900,
i.text-mineral-900 {
  color: #061423;
}

.text-mineral-900 svg,
svg.text-mineral-900 {
  fill: #061423;
}

.text-mineral-700,
.text-mineral-700 h1,
.text-mineral-700 h2,
.text-mineral-700 h3,
.text-mineral-700 h4,
.text-mineral-700 h5,
.text-mineral-700 h6,
.text-mineral-700 p,
.text-mineral-700 ul,
.text-mineral-700 li,
.text-mineral-700 a,
.text-mineral-700 i,
h1.text-mineral-700,
h2.text-mineral-700,
h3.text-mineral-700,
h4.text-mineral-700,
h5.text-mineral-700,
h6.text-mineral-700,
p.text-mineral-700,
ul.text-mineral-700,
li.text-mineral-700,
a.text-mineral-700,
i.text-mineral-700 {
  color: #0B2440;
}

.text-mineral-700 svg,
svg.text-mineral-700 {
  fill: #0B2440;
}

.text-mineral-600,
.text-mineral-600 h1,
.text-mineral-600 h2,
.text-mineral-600 h3,
.text-mineral-600 h4,
.text-mineral-600 h5,
.text-mineral-600 h6,
.text-mineral-600 p,
.text-mineral-600 ul,
.text-mineral-600 li,
.text-mineral-600 a,
.text-mineral-600 i,
h1.text-mineral-600,
h2.text-mineral-600,
h3.text-mineral-600,
h4.text-mineral-600,
h5.text-mineral-600,
h6.text-mineral-600,
p.text-mineral-600,
ul.text-mineral-600,
li.text-mineral-600,
a.text-mineral-600,
i.text-mineral-600 {
  color: #025A8B;
}

.text-mineral-600 svg,
svg.text-mineral-600 {
  fill: #025A8B;
}

.text-mineral-500,
.text-mineral-500 h1,
.text-mineral-500 h2,
.text-mineral-500 h3,
.text-mineral-500 h4,
.text-mineral-500 h5,
.text-mineral-500 h6,
.text-mineral-500 p,
.text-mineral-500 ul,
.text-mineral-500 li,
.text-mineral-500 a,
.text-mineral-500 i,
h1.text-mineral-500,
h2.text-mineral-500,
h3.text-mineral-500,
h4.text-mineral-500,
h5.text-mineral-500,
h6.text-mineral-500,
p.text-mineral-500,
ul.text-mineral-500,
li.text-mineral-500,
a.text-mineral-500,
i.text-mineral-500 {
  color: #01D4FE;
}

.text-mineral-500 svg,
svg.text-mineral-500 {
  fill: #01D4FE;
}

.text-mineral-400,
.text-mineral-400 h1,
.text-mineral-400 h2,
.text-mineral-400 h3,
.text-mineral-400 h4,
.text-mineral-400 h5,
.text-mineral-400 h6,
.text-mineral-400 p,
.text-mineral-400 ul,
.text-mineral-400 li,
.text-mineral-400 a,
.text-mineral-400 i,
h1.text-mineral-400,
h2.text-mineral-400,
h3.text-mineral-400,
h4.text-mineral-400,
h5.text-mineral-400,
h6.text-mineral-400,
p.text-mineral-400,
ul.text-mineral-400,
li.text-mineral-400,
a.text-mineral-400,
i.text-mineral-400 {
  color: #97E1F0;
}

.text-mineral-400 svg,
svg.text-mineral-400 {
  fill: #97E1F0;
}

.text-mineral-300,
.text-mineral-300 h1,
.text-mineral-300 h2,
.text-mineral-300 h3,
.text-mineral-300 h4,
.text-mineral-300 h5,
.text-mineral-300 h6,
.text-mineral-300 p,
.text-mineral-300 ul,
.text-mineral-300 li,
.text-mineral-300 a,
.text-mineral-300 i,
h1.text-mineral-300,
h2.text-mineral-300,
h3.text-mineral-300,
h4.text-mineral-300,
h5.text-mineral-300,
h6.text-mineral-300,
p.text-mineral-300,
ul.text-mineral-300,
li.text-mineral-300,
a.text-mineral-300,
i.text-mineral-300 {
  color: #C4E7EE;
}

.text-mineral-300 svg,
svg.text-mineral-300 {
  fill: #C4E7EE;
}

.text-mineral-100,
.text-mineral-100 h1,
.text-mineral-100 h2,
.text-mineral-100 h3,
.text-mineral-100 h4,
.text-mineral-100 h5,
.text-mineral-100 h6,
.text-mineral-100 p,
.text-mineral-100 ul,
.text-mineral-100 li,
.text-mineral-100 a,
.text-mineral-100 i,
h1.text-mineral-100,
h2.text-mineral-100,
h3.text-mineral-100,
h4.text-mineral-100,
h5.text-mineral-100,
h6.text-mineral-100,
p.text-mineral-100,
ul.text-mineral-100,
li.text-mineral-100,
a.text-mineral-100,
i.text-mineral-100 {
  color: #E0F7FC;
}

.text-mineral-100 svg,
svg.text-mineral-100 {
  fill: #E0F7FC;
}

.text-lime-900,
.text-lime-900 h1,
.text-lime-900 h2,
.text-lime-900 h3,
.text-lime-900 h4,
.text-lime-900 h5,
.text-lime-900 h6,
.text-lime-900 p,
.text-lime-900 ul,
.text-lime-900 li,
.text-lime-900 a,
.text-lime-900 i,
h1.text-lime-900,
h2.text-lime-900,
h3.text-lime-900,
h4.text-lime-900,
h5.text-lime-900,
h6.text-lime-900,
p.text-lime-900,
ul.text-lime-900,
li.text-lime-900,
a.text-lime-900,
i.text-lime-900 {
  color: #1E2019;
}

.text-lime-900 svg,
svg.text-lime-900 {
  fill: #1E2019;
}

.text-lime-700,
.text-lime-700 h1,
.text-lime-700 h2,
.text-lime-700 h3,
.text-lime-700 h4,
.text-lime-700 h5,
.text-lime-700 h6,
.text-lime-700 p,
.text-lime-700 ul,
.text-lime-700 li,
.text-lime-700 a,
.text-lime-700 i,
h1.text-lime-700,
h2.text-lime-700,
h3.text-lime-700,
h4.text-lime-700,
h5.text-lime-700,
h6.text-lime-700,
p.text-lime-700,
ul.text-lime-700,
li.text-lime-700,
a.text-lime-700,
i.text-lime-700 {
  color: #282E1A;
}

.text-lime-700 svg,
svg.text-lime-700 {
  fill: #282E1A;
}

.text-lime-600,
.text-lime-600 h1,
.text-lime-600 h2,
.text-lime-600 h3,
.text-lime-600 h4,
.text-lime-600 h5,
.text-lime-600 h6,
.text-lime-600 p,
.text-lime-600 ul,
.text-lime-600 li,
.text-lime-600 a,
.text-lime-600 i,
h1.text-lime-600,
h2.text-lime-600,
h3.text-lime-600,
h4.text-lime-600,
h5.text-lime-600,
h6.text-lime-600,
p.text-lime-600,
ul.text-lime-600,
li.text-lime-600,
a.text-lime-600,
i.text-lime-600 {
  color: #415D04;
}

.text-lime-600 svg,
svg.text-lime-600 {
  fill: #415D04;
}

.text-lime-500,
.text-lime-500 h1,
.text-lime-500 h2,
.text-lime-500 h3,
.text-lime-500 h4,
.text-lime-500 h5,
.text-lime-500 h6,
.text-lime-500 p,
.text-lime-500 ul,
.text-lime-500 li,
.text-lime-500 a,
.text-lime-500 i,
h1.text-lime-500,
h2.text-lime-500,
h3.text-lime-500,
h4.text-lime-500,
h5.text-lime-500,
h6.text-lime-500,
p.text-lime-500,
ul.text-lime-500,
li.text-lime-500,
a.text-lime-500,
i.text-lime-500 {
  color: #B8EB4B;
}

.text-lime-500 svg,
svg.text-lime-500 {
  fill: #B8EB4B;
}

.text-lime-400,
.text-lime-400 h1,
.text-lime-400 h2,
.text-lime-400 h3,
.text-lime-400 h4,
.text-lime-400 h5,
.text-lime-400 h6,
.text-lime-400 p,
.text-lime-400 ul,
.text-lime-400 li,
.text-lime-400 a,
.text-lime-400 i,
h1.text-lime-400,
h2.text-lime-400,
h3.text-lime-400,
h4.text-lime-400,
h5.text-lime-400,
h6.text-lime-400,
p.text-lime-400,
ul.text-lime-400,
li.text-lime-400,
a.text-lime-400,
i.text-lime-400 {
  color: #BEE075;
}

.text-lime-400 svg,
svg.text-lime-400 {
  fill: #BEE075;
}

.text-lime-300,
.text-lime-300 h1,
.text-lime-300 h2,
.text-lime-300 h3,
.text-lime-300 h4,
.text-lime-300 h5,
.text-lime-300 h6,
.text-lime-300 p,
.text-lime-300 ul,
.text-lime-300 li,
.text-lime-300 a,
.text-lime-300 i,
h1.text-lime-300,
h2.text-lime-300,
h3.text-lime-300,
h4.text-lime-300,
h5.text-lime-300,
h6.text-lime-300,
p.text-lime-300,
ul.text-lime-300,
li.text-lime-300,
a.text-lime-300,
i.text-lime-300 {
  color: #E0F9AC;
}

.text-lime-300 svg,
svg.text-lime-300 {
  fill: #E0F9AC;
}

.text-lime-100,
.text-lime-100 h1,
.text-lime-100 h2,
.text-lime-100 h3,
.text-lime-100 h4,
.text-lime-100 h5,
.text-lime-100 h6,
.text-lime-100 p,
.text-lime-100 ul,
.text-lime-100 li,
.text-lime-100 a,
.text-lime-100 i,
h1.text-lime-100,
h2.text-lime-100,
h3.text-lime-100,
h4.text-lime-100,
h5.text-lime-100,
h6.text-lime-100,
p.text-lime-100,
ul.text-lime-100,
li.text-lime-100,
a.text-lime-100,
i.text-lime-100 {
  color: #EDFCCF;
}

.text-lime-100 svg,
svg.text-lime-100 {
  fill: #EDFCCF;
}

.text-scarlet-900,
.text-scarlet-900 h1,
.text-scarlet-900 h2,
.text-scarlet-900 h3,
.text-scarlet-900 h4,
.text-scarlet-900 h5,
.text-scarlet-900 h6,
.text-scarlet-900 p,
.text-scarlet-900 ul,
.text-scarlet-900 li,
.text-scarlet-900 a,
.text-scarlet-900 i,
h1.text-scarlet-900,
h2.text-scarlet-900,
h3.text-scarlet-900,
h4.text-scarlet-900,
h5.text-scarlet-900,
h6.text-scarlet-900,
p.text-scarlet-900,
ul.text-scarlet-900,
li.text-scarlet-900,
a.text-scarlet-900,
i.text-scarlet-900 {
  color: #21110F;
}

.text-scarlet-900 svg,
svg.text-scarlet-900 {
  fill: #21110F;
}

.text-scarlet-700,
.text-scarlet-700 h1,
.text-scarlet-700 h2,
.text-scarlet-700 h3,
.text-scarlet-700 h4,
.text-scarlet-700 h5,
.text-scarlet-700 h6,
.text-scarlet-700 p,
.text-scarlet-700 ul,
.text-scarlet-700 li,
.text-scarlet-700 a,
.text-scarlet-700 i,
h1.text-scarlet-700,
h2.text-scarlet-700,
h3.text-scarlet-700,
h4.text-scarlet-700,
h5.text-scarlet-700,
h6.text-scarlet-700,
p.text-scarlet-700,
ul.text-scarlet-700,
li.text-scarlet-700,
a.text-scarlet-700,
i.text-scarlet-700 {
  color: #381712;
}

.text-scarlet-700 svg,
svg.text-scarlet-700 {
  fill: #381712;
}

.text-scarlet-600,
.text-scarlet-600 h1,
.text-scarlet-600 h2,
.text-scarlet-600 h3,
.text-scarlet-600 h4,
.text-scarlet-600 h5,
.text-scarlet-600 h6,
.text-scarlet-600 p,
.text-scarlet-600 ul,
.text-scarlet-600 li,
.text-scarlet-600 a,
.text-scarlet-600 i,
h1.text-scarlet-600,
h2.text-scarlet-600,
h3.text-scarlet-600,
h4.text-scarlet-600,
h5.text-scarlet-600,
h6.text-scarlet-600,
p.text-scarlet-600,
ul.text-scarlet-600,
li.text-scarlet-600,
a.text-scarlet-600,
i.text-scarlet-600 {
  color: #A71E0C;
}

.text-scarlet-600 svg,
svg.text-scarlet-600 {
  fill: #A71E0C;
}

.text-scarlet-500,
.text-scarlet-500 h1,
.text-scarlet-500 h2,
.text-scarlet-500 h3,
.text-scarlet-500 h4,
.text-scarlet-500 h5,
.text-scarlet-500 h6,
.text-scarlet-500 p,
.text-scarlet-500 ul,
.text-scarlet-500 li,
.text-scarlet-500 a,
.text-scarlet-500 i,
h1.text-scarlet-500,
h2.text-scarlet-500,
h3.text-scarlet-500,
h4.text-scarlet-500,
h5.text-scarlet-500,
h6.text-scarlet-500,
p.text-scarlet-500,
ul.text-scarlet-500,
li.text-scarlet-500,
a.text-scarlet-500,
i.text-scarlet-500 {
  color: #FF6249;
}

.text-scarlet-500 svg,
svg.text-scarlet-500 {
  fill: #FF6249;
}

.text-scarlet-400,
.text-scarlet-400 h1,
.text-scarlet-400 h2,
.text-scarlet-400 h3,
.text-scarlet-400 h4,
.text-scarlet-400 h5,
.text-scarlet-400 h6,
.text-scarlet-400 p,
.text-scarlet-400 ul,
.text-scarlet-400 li,
.text-scarlet-400 a,
.text-scarlet-400 i,
h1.text-scarlet-400,
h2.text-scarlet-400,
h3.text-scarlet-400,
h4.text-scarlet-400,
h5.text-scarlet-400,
h6.text-scarlet-400,
p.text-scarlet-400,
ul.text-scarlet-400,
li.text-scarlet-400,
a.text-scarlet-400,
i.text-scarlet-400 {
  color: #FF8471;
}

.text-scarlet-400 svg,
svg.text-scarlet-400 {
  fill: #FF8471;
}

.text-scarlet-300,
.text-scarlet-300 h1,
.text-scarlet-300 h2,
.text-scarlet-300 h3,
.text-scarlet-300 h4,
.text-scarlet-300 h5,
.text-scarlet-300 h6,
.text-scarlet-300 p,
.text-scarlet-300 ul,
.text-scarlet-300 li,
.text-scarlet-300 a,
.text-scarlet-300 i,
h1.text-scarlet-300,
h2.text-scarlet-300,
h3.text-scarlet-300,
h4.text-scarlet-300,
h5.text-scarlet-300,
h6.text-scarlet-300,
p.text-scarlet-300,
ul.text-scarlet-300,
li.text-scarlet-300,
a.text-scarlet-300,
i.text-scarlet-300 {
  color: #FFA294;
}

.text-scarlet-300 svg,
svg.text-scarlet-300 {
  fill: #FFA294;
}

.text-scarlet-100,
.text-scarlet-100 h1,
.text-scarlet-100 h2,
.text-scarlet-100 h3,
.text-scarlet-100 h4,
.text-scarlet-100 h5,
.text-scarlet-100 h6,
.text-scarlet-100 p,
.text-scarlet-100 ul,
.text-scarlet-100 li,
.text-scarlet-100 a,
.text-scarlet-100 i,
h1.text-scarlet-100,
h2.text-scarlet-100,
h3.text-scarlet-100,
h4.text-scarlet-100,
h5.text-scarlet-100,
h6.text-scarlet-100,
p.text-scarlet-100,
ul.text-scarlet-100,
li.text-scarlet-100,
a.text-scarlet-100,
i.text-scarlet-100 {
  color: #FFCEC6;
}

.text-scarlet-100 svg,
svg.text-scarlet-100 {
  fill: #FFCEC6;
}

.text-graphite-900,
.text-graphite-900 h1,
.text-graphite-900 h2,
.text-graphite-900 h3,
.text-graphite-900 h4,
.text-graphite-900 h5,
.text-graphite-900 h6,
.text-graphite-900 p,
.text-graphite-900 ul,
.text-graphite-900 li,
.text-graphite-900 a,
.text-graphite-900 i,
h1.text-graphite-900,
h2.text-graphite-900,
h3.text-graphite-900,
h4.text-graphite-900,
h5.text-graphite-900,
h6.text-graphite-900,
p.text-graphite-900,
ul.text-graphite-900,
li.text-graphite-900,
a.text-graphite-900,
i.text-graphite-900 {
  color: #292929;
}

.text-graphite-900 svg,
svg.text-graphite-900 {
  fill: #292929;
}

.text-graphite-700,
.text-graphite-700 h1,
.text-graphite-700 h2,
.text-graphite-700 h3,
.text-graphite-700 h4,
.text-graphite-700 h5,
.text-graphite-700 h6,
.text-graphite-700 p,
.text-graphite-700 ul,
.text-graphite-700 li,
.text-graphite-700 a,
.text-graphite-700 i,
h1.text-graphite-700,
h2.text-graphite-700,
h3.text-graphite-700,
h4.text-graphite-700,
h5.text-graphite-700,
h6.text-graphite-700,
p.text-graphite-700,
ul.text-graphite-700,
li.text-graphite-700,
a.text-graphite-700,
i.text-graphite-700 {
  color: #3E3E3E;
}

.text-graphite-700 svg,
svg.text-graphite-700 {
  fill: #3E3E3E;
}

.text-graphite-600,
.text-graphite-600 h1,
.text-graphite-600 h2,
.text-graphite-600 h3,
.text-graphite-600 h4,
.text-graphite-600 h5,
.text-graphite-600 h6,
.text-graphite-600 p,
.text-graphite-600 ul,
.text-graphite-600 li,
.text-graphite-600 a,
.text-graphite-600 i,
h1.text-graphite-600,
h2.text-graphite-600,
h3.text-graphite-600,
h4.text-graphite-600,
h5.text-graphite-600,
h6.text-graphite-600,
p.text-graphite-600,
ul.text-graphite-600,
li.text-graphite-600,
a.text-graphite-600,
i.text-graphite-600 {
  color: #545454;
}

.text-graphite-600 svg,
svg.text-graphite-600 {
  fill: #545454;
}

.text-graphite-500,
.text-graphite-500 h1,
.text-graphite-500 h2,
.text-graphite-500 h3,
.text-graphite-500 h4,
.text-graphite-500 h5,
.text-graphite-500 h6,
.text-graphite-500 p,
.text-graphite-500 ul,
.text-graphite-500 li,
.text-graphite-500 a,
.text-graphite-500 i,
h1.text-graphite-500,
h2.text-graphite-500,
h3.text-graphite-500,
h4.text-graphite-500,
h5.text-graphite-500,
h6.text-graphite-500,
p.text-graphite-500,
ul.text-graphite-500,
li.text-graphite-500,
a.text-graphite-500,
i.text-graphite-500 {
  color: #6C6C6C;
}

.text-graphite-500 svg,
svg.text-graphite-500 {
  fill: #6C6C6C;
}

.text-graphite-400,
.text-graphite-400 h1,
.text-graphite-400 h2,
.text-graphite-400 h3,
.text-graphite-400 h4,
.text-graphite-400 h5,
.text-graphite-400 h6,
.text-graphite-400 p,
.text-graphite-400 ul,
.text-graphite-400 li,
.text-graphite-400 a,
.text-graphite-400 i,
h1.text-graphite-400,
h2.text-graphite-400,
h3.text-graphite-400,
h4.text-graphite-400,
h5.text-graphite-400,
h6.text-graphite-400,
p.text-graphite-400,
ul.text-graphite-400,
li.text-graphite-400,
a.text-graphite-400,
i.text-graphite-400 {
  color: #929292;
}

.text-graphite-400 svg,
svg.text-graphite-400 {
  fill: #929292;
}

.text-graphite-300,
.text-graphite-300 h1,
.text-graphite-300 h2,
.text-graphite-300 h3,
.text-graphite-300 h4,
.text-graphite-300 h5,
.text-graphite-300 h6,
.text-graphite-300 p,
.text-graphite-300 ul,
.text-graphite-300 li,
.text-graphite-300 a,
.text-graphite-300 i,
h1.text-graphite-300,
h2.text-graphite-300,
h3.text-graphite-300,
h4.text-graphite-300,
h5.text-graphite-300,
h6.text-graphite-300,
p.text-graphite-300,
ul.text-graphite-300,
li.text-graphite-300,
a.text-graphite-300,
i.text-graphite-300 {
  color: #CECECE;
}

.text-graphite-300 svg,
svg.text-graphite-300 {
  fill: #CECECE;
}

.text-graphite-100,
.text-graphite-100 h1,
.text-graphite-100 h2,
.text-graphite-100 h3,
.text-graphite-100 h4,
.text-graphite-100 h5,
.text-graphite-100 h6,
.text-graphite-100 p,
.text-graphite-100 ul,
.text-graphite-100 li,
.text-graphite-100 a,
.text-graphite-100 i,
h1.text-graphite-100,
h2.text-graphite-100,
h3.text-graphite-100,
h4.text-graphite-100,
h5.text-graphite-100,
h6.text-graphite-100,
p.text-graphite-100,
ul.text-graphite-100,
li.text-graphite-100,
a.text-graphite-100,
i.text-graphite-100 {
  color: #e5e5e5;
}

.text-graphite-100 svg,
svg.text-graphite-100 {
  fill: #e5e5e5;
}
/* hide default CF banner */

/*
.cookiefirst-root {
  display: none !important;
  position: absolute;
  left: -9999999px;
}

@media only screen and (min-width: 701px) {
  #cf-custom-inner {
    width: var(--cf-custom-inner-width, 470px);
    height: var(--cf-custom-inner-height, auto);
  }

  #cookiefirst-custom-banner {
    width: var(--cookiefirst-custom-banner-width, 470px);
    height: var(--cookiefirst-custom-banner-height, auto);
  }
}

@media only screen and (max-width: 700px) {
  #cf-custom-inner {
    width: 100%;
    height: auto;
  }

  .cf-custom-inner-div {
    left: 2% !important;
    bottom: 12% !important;
    right: 2% !important;
    max-width: 96% !important;
  }

  #cookiefirst-custom-banner {
    width: 100%;
    height: auto;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 10px;
  margin: auto;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 32px;
  max-width: 32px;
  bottom: 0;
  background-color: #C8c7d2;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0px;
  bottom: -3px;
  background-color: rgb(136, 136, 136);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: var(--toggle-bar-background-color-selected, #b4b2e1);

}

input:focus+.slider {
  box-shadow: 0 0 1px var(--toggle-bar-background-color-selected, #b4b2e1);
}

input:checked+.slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
  background-color: var(--toggle-background-color-selected, #1510a3);
}
*/


/* Rounded sliders */

/*
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

button:hover {
  cursor: pointer;
}

button:active {
  opacity: 0.95;
}

html.cookiefirst-custom-no-overflow {
  overflow: hidden
}

.cookiefirst-custom-banner-div {
  --cookiefirst-custom-banner-width: 450px;
  --cookiefirst-custom-banner-height: auto;
  z-index: 99999
}

.cf-custom-overlay-div {
  background-color: #e3342f;
  background: rgba(4, 4, 5, 0.7);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999
}

.cf-custom-inner-div {
  position: absolute;
  bottom: 25px;
  left: 25px;
  --cf-custom-inner-width: 470px;
  --cf-custom-inner-height: auto;
  z-index: 99999
}

.container-829061 {
  position: relative;
  user-select: auto;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  background: #fafafa;
  color: rgb(22, 22, 46);
  padding: 24px;
  margin: 0px;
  box-shadow: 0px 25px 40px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: flex;
  flex-grow: unset;
  flex-shrink: 0;
  flex-basis: unset;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.text-container-400696 {
  width: 100%;
  margin: 0px;
  color: rgb(85, 85, 85);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}

.container-785182 {
  position: relative;
  user-select: auto;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-start;
  background: #fafafa;
  color: rgb(0, 0, 0);
  padding: 0px;
  margin: 20px 0px 0px;
  box-shadow: none;
  border-radius: 0px;
  display: flex;
  flex-grow: unset;
  flex-shrink: 0;
  flex-basis: unset;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.container-953581 {
  position: relative;
  user-select: auto;
  justify-content: flex-start;
  flex-direction: row;
  align-items: flex-start;
  background: #fafafa;
  color: rgb(0, 0, 0);
  padding: 0px;
  margin: 0px;
  box-shadow: none;
  border-radius: 0px;
  display: flex;
  flex-grow: unset;
  flex-shrink: 0;
  flex-basis: unset;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.action-button-957798 {
  background: #4E3CBB;
  border: 1px solid #4E3CBB;
  border-radius: 5px;
  margin: 0px 5px 0px 0px;
  padding: 8px 14px 8px 13px;
  width: auto;
}

.action-button-957798:hover {
  background: transparent;
}

.button-text-466648 {
  width: 100%;
  margin: 0px;
  color: #fafafa;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.action-button-957798:hover .button-text-466648 {
  color: #4E3CBB;
}

.action-button-843007 {
  background: transparent;
  border: 1px solid #4E3CBB;
  border-radius: 5px;
  margin: 0px 0px 0px 5px;
  padding: 8px 14px;
  width: auto;
}

.action-button-843007:hover {
  background: #4E3CBB;
}

.button-text-267212 {
  width: 100%;
  margin: 0px;
  color: #4E3CBB;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.action-button-843007:hover .button-text-267212 {
  color: #fafafa;
}
*/
/* 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%;
}

/* In-page editor UI */

.in-editor-ui-label {
  background: #fff;
  border: 1px dotted blue;
  color:  !important;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 300;
  padding: 10px 15px;
}

/* Tools/Utility classes */

.negative-scroll-position {
  position: relative;
  top: -150px;
}
.footer {
  background-color: 

  
  
    
  


  rgba(40, 40, 80, 1)

;
  position: relative;
  z-index: 999;
}

.s-new-footer-styles.footer {
  background-image: linear-gradient(to right, rgba(22, 22, 46, 1), rgba(78, 60, 187, 1));
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}

.footer__inner {
  margin: 0 auto;
  max-width: 1376px;
  padding: 40px 0;
}

.footer__inner.minimal {
  padding: 0;
}

.footer .dnd-section {
  padding-bottom: 40px;
  padding-top: 40px;
}
.footer .dnd-section .dnd-column {
  padding: 0;
}

.footer .dnd-section > .row-fluid {
  padding-bottom: 0;
  padding-top: 0;
}

/* Footer Content */
.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer ul,
.footer li,
.footer a {
  color: #fafafa;
  font-weight: 400;
  line-height: 1.3;
}

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  margin-bottom: 6px;
  margin-top: 0;
}

.footer h2 {
  font-size: 39.6px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

.footer p,
.footer label,
.footer span,
.footer ul,
.footer li,
.footer a {
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}

/* Footer CTA */
.footer .custom-icon-wrapper {
  margin-bottom: 10px;
}

.footer .button-wrapper {
  padding: 0;
}

.footer .button-wrapper button,
.footer .button-wrapper .button {
  margin: 12px 0;
}

/* Footer Navigation */
.footer .hs-menu-wrapper ul {
  justify-content: center;
}

.footer .hs-menu-wrapper ul li.hs-menu-item {
  margin: 3.5px 12px 3.5px 0;
  padding-left: 0;
}

.footer .hs-menu-flow-horizontal ul li.hs-menu-item {
  margin: 3.5px 12px;
}

.footer .hs-menu-wrapper ul li.hs-menu-item a {
  color: #fafafa;
}

.footer .hs-menu-wrapper ul li.hs-menu-item a:hover,
.footer .hs-menu-wrapper ul li.hs-menu-item a:focus {
  text-decoration: none;
  color: #6A67FF;
}
/*
.s-new-footer-styles.footer .hs-menu-wrapper ul li.hs-menu-item a {
  opacity: 75%;
}
.s-new-footer-styles.footer .hs-menu-wrapper ul li.hs-menu-item a:hover {
  opacity: 100%;
}
*/

/* Footer multi-column */
.footer__multi-column-menu {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.footer__multi-column-menu-left {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.footer__multi-column-menu-left--menu {
  margin-bottom: 48px;
  width: 20%;
}

.footer__multi-column-menu-right {
  width: 25%;
}

/* Footer Copyright */
.footer__socials-and-copyright {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__socials-and-copyright-column-1,
.footer__socials-and-copyright-column-2,
.footer__socials-and-copyright-column-3 {
  margin-bottom: 24px;
}

.footer-copyright p {
  color: #6C6C6C;
  margin-bottom: 0;
  text-align: right;
}

.s-new-footer-styles .footer-copyright p {
  color: #fafafa;
  opacity: 0.75;
}

@media (max-width: 900px) {
  .footer__multi-column-menu-left--menu {
    margin-bottom: 40px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .footer__multi-column-menu-left,
  .footer__multi-column-menu-right {
    width: 100%;;
  }

  .footer__multi-column-menu-left--menu {
    margin-bottom: 40px;
    width: 50%;
  }

  .footer__socials-and-copyright .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row;
    justify-content: flex-start !important;
  }
  
  .footer__socials-and-copyright .hs-menu-wrapper.hs-menu-flow-horizontal ul li {
    margin-left: 0;
    padding-left: 0;
    padding-right: 24px;
  }
}


@media (max-width: 414px) and (orientation: portrait) {
  .footer .span4 {
    float: left !important;
    width: 48.88297871863829% !important;
  }
}
body.no-scroll {
  overflow: hidden;
}

.header {
  background-color: 

  
  
    
  


  rgba(250, 250, 250, 1.0)

;
  display: flex;
  flex-direction: row;
  height: 64px;
  justify-content: center;
  position: fixed;
  transition: all .5s ease;
  width: 100%;
  z-index: 9999999;
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 12px 32px;
  max-width: 1376px;
  width: 100%;
}

.header-inner .logo-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 15%;
}

.logo-container__logo {
  height: 28px;
}
.menu-cta-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 85%;
}

.header-inner .cta-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.cta-container .cta-1 {
  margin-right: 16px;
}

.mobile-menu-control__open {
  cursor: pointer;
}

.mobile-menu-control__open,
.mobile-menu-control__close {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 16px;
  margin-top: 3px;
}

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

.globe_class {
  background-image: none !important;
}

.globe_class:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 1.2em;
  font-weight: 300;
  content: "\f0ac";
  color: #4E3CBB;
}

.header__language-switcher .lang_list_class {
  border: 1px solid #4E3CBB;
  border-radius: 5px;
  display: block;
  left: calc(100% - 30px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 35px;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border: 12px solid transparent;
  border-bottom-color: #4E3CBB;
  left: 70%;
  top: -23px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  background-color: #fafafa;
  border: none;
  font-size: 16px;
  margin: 0;
  padding: 0.5em 1em;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 5px 5px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 5px 5px;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #6a67ff;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

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

/* Mega menu */
.mobile-mega-menu-wrapper {
  display: none;
}

.mega-menu-level-1 {
  align-items: center;
  display: flex;
  justify-content: center;
}

.mega-menu-level-1__link {
  cursor: pointer;
  margin: 0 15px;
  padding: 0 10px;
  position: relative;
}

.mega-menu-level-1__link > a {
  color: #16162E;
  position: relative;
  z-index: 1;
}

.mega-menu-level-1__link:hover > a,
.mega-menu-level-1__link > a:active {
  color: #6A67FF;
}

.mega-menu-level-2 {
  align-items: flex-start;
  background: #FAFAFA;
  border-radius: 6px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  display: none;
  flex-direction: row;
  padding: 0 0 48px 0;
  position: absolute;
  left: -150px;
  top: 45px;
}

.mega-menu-level-2.has-cta {
  left: -175px;
}

.mega-menu-level-2.cols--2, .mega-menu-level-2.cols--3 {
  left: -250px;
}

.mega-menu-level-2.has-cta.cols--2, .mega-menu-level-2.has-cta.cols--3 {
  left: -290px;
}

.mega-menu-level-1__link:last-child .mega-menu-level-2.has-cta {
  left: -300px;
}

.mega-menu-level-1__link:nth-child(5) .cols--3 {
  left: -430px;
}

.mega-menu-level-1__link:hover:after {
  content: '';
  display: block;
  height: 60px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.mega-menu-level-1__link:hover > .mega-menu-level-2 {
  display: flex;
}

.mega-menu-level-2__column {
  padding: 48px 48px 0 48px;
}

.mega-menu-level-2__column.with-title {
  padding-top: 32px;
}

.mega-menu-level-2__column.cols-1 {
  width: 100%;
}

.mega-menu-level-2__column-title {
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.005em;
  margin-bottom: 20px;
  color: #292929;
}

.title-display-desktop .mega-menu-level-2__column-title {

}

.title-display-both .mega-menu-level-2__column-title {

}

.title-display-mobile .mega-menu-level-2__column-title,
.title-display-none .mega-menu-level-2__column-title {
  display: none;
}

.mega-menu-level-2__link-item {
  display: flex;
  flex-direction: row;
}

.mega-menu-level-2__link-item.no-subline {
  align-items: center;
}

.mega-menu-level-2__column > .mega-menu-level-2__link-item {
  padding: 0 0 10px 0;
}

.mega-menu-level-2__column > .mega-menu-level-2__link-item ~ .mega-menu-level-2__link-item {
  padding: 10px 0;
}

.mega-menu-level-2__column > .mega-menu-level-2__link-item.link-l2 {
  padding: 0 0 12px 0;
}

.mega-menu-level-2__column > .mega-menu-level-2__link-item.link-l2 ~ .mega-menu-level-2__link-item.link-l2 {
  padding: 12px 0;
}

.mega-menu-level-2__cta.cta-spacing {
  padding-top: 19px;
}

.link-l2 .mega-menu-level-2__cta.cta-spacing {
  padding-top: 12px;
}

.mega-menu-wrapper .icon-size-l3,
.mega-menu-wrapper .icon-size-l2,
.mega-menu-wrapper .icon-size-l1 {
  height: auto;
}

.mega-menu-wrapper .icon-size-l3 {
  height: 35px;
  width: 35px;
}

.mega-menu-wrapper .icon-size-l2 {
  height: 18px;
  width: 18px;
}

.mega-menu-wrapper .icon-size-l1 {
  height: 12px;
  width: 12px;
}

.mega-menu-level-2__link-wrapper {
  display: block;
  padding: 0 15px;
  width: 100%;
}

.mega-menu-level-2__link-text {
  color: #16162E;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4;
  transition: all .3s ease-in-out;
}

.mega-menu-level-2__link-item:hover .mega-menu-level-2__link-text {
  color: #6A67FF;
}

.link-l2 .mega-menu-level-2__link-text {
  font-size: 12px;
}

.mega-menu-level-2__link-sub-text {
  color: #929292;
  font-size: 12px;
  letter-spacing: 0.005em;
  line-height: 1.4;
}

.mega-menu-level-3 {
  display: flex;
  margin-bottom: 50px;
}

.mega-menu-level-3.link-l3 {
  margin-left: 50px;
}

.mega-menu-level-3.link-l2 {
  margin-left: 33px;
}

.mega-menu-level-3.link-l1 {
  margin-left: 27px;
}

.mega-menu-level-3 a {
  align-items: center;
  color: #282850;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin: 8px 0;
}

.mega-menu-level-3 a:hover {
  color: #6A67FF;
}

.mega-menu-level-3__column {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mega-menu-level-3__column.cols-2 {
  width: 50%;
}

.mega-menu-level-3__column.cols-2 a {
  min-width: 150px;
}

.mega-menu-comparison-links-section {
  margin-top: 50px;
}

.comparison-link {
  color: #16162e;
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;
  line-height: 1.4;
  margin-bottom: .15em;
  transition: all .3s ease-in-out;
}

.comparison-link:hover {
  color: #6a67ff;
}

/*****************************************************************************/
/*****************************************************************************/
/***********************    MOBILE STYLES   **********************************/
/*****************************************************************************/
/*****************************************************************************/


/*--------------------------------------------------*/
/*------------------     767px    ------------------*/
/*--------------------------------------------------*/
@media (max-width: 767px) {
  .header-inner .logo-container {
    width: 100%;
  }

  .mega-menu-level-3__column.cols-2 a {
    min-width: 120px;
  }

  .menu-cta-wrapper.mobile-open {
    padding-top: 82px !important;
  }
  .header-inner .cta-container {
    background: #fafafa;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.15);
    height: 70px;
    justify-content: flex-start;
    left: 20px;
    padding-left: 20px;
    position: fixed;
    top: 32px;
    width: calc(100vw - 40px);
    z-index: 1;
  }

  .menu-cta-wrapper.mobile-open .mobile-menu-control__close {
    right: 35px !important;
    top: 50px !important;
    z-index: 2;
  }

  .pillar-header .header-inner .logo-container,
  .pillar-header .header-inner .cta-container {
    width: 50%;
  }

  .pillar-header .cta-container .cta-1 {
    margin-right: 0;
  }

  .pillar-header .cta-container .button-wrapper {
    padding-top: 0;
  }

  .header-fr .menu-cta-wrapper.mobile-open {
    top: 50px;
  }

  .header-fr .header-inner .cta-container {
    height: 100px;
  }

  .header-fr .header__language-switcher {
    margin-top: 15px;
  }

  .header-fr .menu-cta-wrapper.mobile-open .mobile-menu-control__close {
    top: 45px !important;
  }

}


/*--------------------------------------------------*/
/*------------------     992px    ------------------*/
/*--------------------------------------------------*/
@media (max-width: 992px) {
  .header {
    height: 64px;
  }
}


/*--------------------------------------------------*/
/*------------------    1024px    ------------------*/
/*--------------------------------------------------*/
@media (max-width: 1024px) {

}


/*--------------------------------------------------*/
/*------------------    1180px    ------------------*/
/*--------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1180px) {
  .header-inner .cta-container {
    margin-top: 2em;
  }
}

@media (min-width: 992px) and (max-width: 1180px) {

}

@media (max-width: 1180px) {
  .header {
    height: 64px;
  }

  .title-display-mobile .mega-menu-level-2__column-title {
    display: block;
  }

  .menu-cta-wrapper {
    display: none;
    position: relative;
  }

  .mobile-menu-control__open {
    display: block;
  }

  .mega-menu-wrapper {
    display: none;
  }

  .menu-cta-wrapper.mobile-open {
    background: #fafafa;
    border-radius: 6px;
    bottom: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    display: block;
    height: calc(100vh - 40px);
    left: 20px;
    -ms-overflow-style: none; /* IE 10+ */
    overflow: -moz-scrollbars-none; /* Firefox */
    overflow-y: scroll;
    padding: 32px 20px;
    position: absolute;
    right: 20px;
    top: 32px;
    width: calc(100% - 40px);
  }

  .menu-cta-wrapper.mobile-open::-webkit-scrollbar {
    display: none;
  }

  .menu-cta-wrapper.mobile-open .mobile-menu-control__close {
    cursor: pointer;
    display: block;
    position: fixed;
    right: 30px;
    top: 45px;
  }

  .menu-cta-wrapper.mobile-open .mobile-mega-menu-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .mobile-mega-menu-wrapper .mega-menu-level-1__link {
    margin: 0 0 1em 0;
    width: 100%;
  }

  .menu-cta-wrapper.mobile-open .mega-menu-level-2__column-with-comparison {
    display: flex;
    width: 100% !important;
  }

  .menu-cta-wrapper.mobile-open .mega-menu-level-2__column.cols-2,
  .menu-cta-wrapper.mobile-open .mega-menu-level-2__column-with-comparison-left-col,
  .menu-cta-wrapper.mobile-open .mega-menu-comparison-links-section {
    margin-right: 1%;
    width: 49%;
  }

  .menu-cta-wrapper.mobile-open .mega-menu-comparison-links-section {
    margin-top: 0;
  }

  .menu-cta-wrapper.mobile-open .mega-menu-level-2__column {
    padding: 20px 0;
  }

  .hide-cta-column {
    display: none;
  }

  .mega-menu-level-3 {
    margin-bottom: unset;
  }

  .menu-cta-wrapper.mobile-open .mega-menu-level-2__column-title {
    margin-bottom: 20px;
  }

  .menu-cta-wrapper.mobile-open .icon-size-l1 {
    height: 20px;
  }

  .menu-cta-wrapper.mobile-open .mega-menu-level-2__link-item {
    align-items: center;
  }

  .menu-cta-wrapper.mobile-open .mega-menu-level-2__column>.mega-menu-level-2__link-item.link-l2 {
    padding: 0 0 8px 0;
  }

  .menu-cta-wrapper.mobile-open .mega-menu-level-2__column>.mega-menu-level-2__link-item.link-l2~.mega-menu-level-2__link-item.link-l2 {
    padding: 8px 0;
  }

  .menu-cta-wrapper.mobile-open .full-width-col {
    width: 100% !important;
  }

  .menu-cta-wrapper.mobile-open .mega-menu-level-2__column.sub-column {
    float: left;
    margin-right: 1%;
    width: 49%;
  }

  .menu-cta-wrapper.mobile-open .mega-menu-level-3 {
    display: block;
  }

  .comparison-link {
    font-size: 12px;
    margin-bottom: 0;
    padding: 8px 0;
  }

  .comparison-link:first-child {
    padding-top: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/
button,
.button {
  align-items: center;
  background-color: rgba(78, 60, 187, 1.0);
  border: 1px solid #4E3CBB;
  border-radius: 5px;
  color: #fafafa;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  font-size: 15px;
  font-weight: 600;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: 1.4;
  max-width: 500px;
  text-align: center;
  transition: all 0.15s linear;
  padding: 7px 14px;
  width: auto;
  white-space: normal;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
  background-color: rgba(78, 60, 187, 1);
  color: #fff;
}

button:active,
.button:active {
  text-decoration: none;
  background-color: rgba(78, 60, 187, 1);
  color: #fff;
}

/* 
  Custom Button Sytles 
*/

/*
  Bubble button styles
*/
button.bubble-button-style,
.bubble-button-style {
  border-radius: 50px;
  max-width: 345px;
  padding: 40px 60px;
  width: auto;
}

button.bubble-button-style:hover,
.bubble-button-style:hover {
  transform: scale(1.1);
}

/*
  Button link styles
*/
button.link-style,
.button.link-style {
  font-weight: 400;
  padding: 7px 0px;
}

button.link-style:hover,
button.link-style:focus,
.button.link-style:hover,
.button.link-style:focus {
  font-weight: 600;
}


/*
  Button background styles
*/
button.background-plum_900,
.button.background-plum_900 {
  background-color: #16162E;
}

button.background-plum_600,
.button.background-plum_600 {
  background-color: #4E3CBB;
}

button.background-plum_500,
.button.background-plum_500 {
  background-color: #6A67FF;
}

button.background-lime_500,
.button.background-lime_500 {
  background-color: #B8EB4B;
}

button.background-scarlet_500,
.button.background-scarlet_500 {
  background-color: #FF6249;
}

button.background-mineral_500,
.button.background-mineral_500 {
  background-color: #01D4FE;
}

button.background-white,
.button.background-white {
  background-color: #fafafa;
}

button.background-transparent,
.button.background-transparent {
  background-color: transparent;
}

button.background-hover-plum_900:hover,
button.background-hover-plum_900:focus,
.button.background-hover-plum_900:hover,
.button.background-hover-plum_900:focus {
  background-color: #16162E;
}

button.background-hover-plum_600:hover,
button.background-hover-plum_600:focus,
.button.background-hover-plum_600:hover,
.button.background-hover-plum_600:focus {
  background-color: #4E3CBB;
}

button.background-hover-plum_500:hover,
button.background-hover-plum_500:focus,
.button.background-hover-plum_500:hover,
.button.background-hover-plum_500:focus {
  background-color: #6A67FF;
}

button.background-hover-lime_500:hover,
button.background-hover-lime_500:focus,
.button.background-hover-lime_500:hover,
.button.background-hover-lime_500:focus {
  background-color: #B8EB4B;
}

button.background-hover-scarlet_500:hover,
button.background-hover-scarlet_500:focus,
.button.background-hover-scarlet_500:hover,
.button.background-hover-scarlet_500:focus {
  background-color: #FF6249;
}

button.background-hover-mineral_500:hover,
button.background-hover-mineral_500:focus,
.button.background-hover-mineral_500:hover,
.button.background-hover-mineral_500:focus {
  background-color: #01D4FE;
}

button.background-hover-white:hover,
button.background-hover-white:focus,
.button.background-hover-white:hover,
.button.background-hover-white:focus {
  background-color: #fafafa;
}

button.background-hover-transparent:hover,
button.background-hover-transparent:focus,
.button.background-hover-transparent:hover,
.button.background-hover-transparent:focus {
  background-color: transparent;
}

/*
  Button border styles
*/
button.border-plum_900,
.button.border-plum_900 {
  border-color: #16162E;
}

button.border-plum_600,
.button.border-plum_600 {
  border-color: #4E3CBB;
}

button.border-plum_500,
.button.border-plum_500 {
  border-color: #6A67FF;
}

button.border-lime_500,
.button.border-lime_500 {
  border-color: #B8EB4B;
}

button.border-scarlet_500,
.button.border-scarlet_500 {
  border-color: #FF6249;
}

button.border-mineral_500,
.button.border-mineral_500 {
  border-color: #01D4FE;
}

button.border-white,
.button.border-white {
  border-color: #fafafa;
}

button.border-transparent,
.button.border-transparent {
  border-color: transparent;
}

button.border-hover-plum_900:hover,
button.border-hover-plum_900:focus,
.button.border-hover-plum_900:hover,
.button.border-hover-plum_900:focus {
  border-color: #16162E;
}

button.border-hover-plum_600:hover,
button.border-hover-plum_600:focus,
.button.border-hover-plum_600:hover,
.button.border-hover-plum_600:focus {
  border-color: #4E3CBB;
}

button.border-hover-plum_500:hover,
button.border-hover-plum_500:focus,
.button.border-hover-plum_500:hover,
.button.border-hover-plum_500:focus {
  border-color: #6A67FF;
}

button.border-hover-lime_500:hover,
button.border-hover-lime_500:focus,
.button.border-hover-lime_500:hover,
.button.border-hover-lime_500:focus {
  border-color: #B8EB4B;
}

button.border-hover-scarlet_500:hover,
button.border-hover-scarlet_500:focus,
.button.border-hover-scarlet_500:hover,
.button.border-hover-scarlet_500:focus {
  border-color: #FF6249;
}

button.border-hover-mineral_500:hover,
button.border-hover-mineral_500:focus,
.button.border-hover-mineral_500:hover,
.button.border-hover-mineral_500:focus {
  border-color: #01D4FE;
}

button.border-hover-white:hover,
button.border-hover-white:focus,
.button.border-hover-white:hover,
.button.border-hover-white:focus {
  border-color: #fafafa;
}

button.border-hover-transparent:hover,
button.border-hover-transparent:focus,
.button.border-hover-transparent:hover,
.button.border-hover-transparent:focus {
  border-color: transparent;
}

/* 
  Button text styles 
*/
button.button-text-plum_900,
.button.button-text-plum_900 {
  color: #16162E;
}

button.button-text-plum_600,
.button.button-text-plum_600 {
  color: #4E3CBB;
}

button.button-text-plum_500,
.button.button-text-plum_500 {
  color: #6A67FF;
}

button.button-text-lime_500,
.button.button-text-lime_500 {
  color: #B8EB4B;
}

button.button-text-scarlet_500,
.button.button-text-scarlet_500 {
  color: #FF6249;
}

button.button-text-mineral_500,
.button.button-text-mineral_500 {
  color: #01D4FE;
}

button.button-text-white,
.button.button-text-white {
  color: #fafafa;
}

button.button-text-hover-plum_900:hover,
button.button-text-hover-plum_900:focus,
.button.button-text-hover-plum_900:hover,
.button.button-text-hover-plum_900:focus {
  color: #16162E;
}

button.button-text-hover-plum_600:hover,
button.button-text-hover-plum_600:focus,
.button.button-text-hover-plum_600:hover,
.button.button-text-hover-plum_600:focus {
  color: #4E3CBB;
}

button.button-text-hover-plum_500:hover,
button.button-text-hover-plum_500:focus,
.button.button-text-hover-plum_500:hover,
.button.button-text-hover-plum_500:focus {
  color: #6A67FF;
}

button.button-text-hover-lime_500:hover,
button.button-text-hover-lime_500:focus,
.button.button-text-hover-lime_500:hover,
.button.button-text-hover-lime_500:focus {
  color: #B8EB4B;
}

button.button-text-hover-scarlet_500:hover,
button.button-text-hover-scarlet_500:focus,
.button.button-text-hover-scarlet_500:hover,
.button.button-text-hover-scarlet_500:focus {
  color: #FF6249;
}

button.button-text-hover-mineral_500:hover,
button.button-text-hover-mineral_500:focus,
.button.button-text-hover-mineral_500:hover,
.button.button-text-hover-mineral_500:focus {
  color: #01D4FE;
}

button.button-text-hover-white:hover,
button.button-text-hover-white:focus,
.button.button-text-hover-white:hover,
.button.button-text-hover-white:focus {
  color: #fafafa;
}

/* 
  Button arrow styles 
*/
button.with-arrow:after,
.button.with-arrow:after {
  display: block;
  content: ' ';
  height: 12px;
  margin-bottom: 2px;
  width: 13px;
}

button:hover.with-arrow:after,
.button:hover.with-arrow:after {
  width: 21px;
}

/* Arrow position styles */
button.with-arrow.arrow-left-side,
.button.with-arrow.arrow-left-side {
  flex-direction: row-reverse;
}

button.with-arrow.arrow-left-side:after,
.button.with-arrow.arrow-left-side:after {
  margin-right: 6px;
}

button.with-arrow.arrow-right-side:after,
.button.with-arrow.arrow-right-side:after {
  margin-left: 6px;
}

button.with-arrow.arrow-up:after,
.button.with-arrow.arrow-up:after {
  transform: rotate(-90deg);
}

button.with-arrow.arrow-down:after,
.button.with-arrow.arrow-down:after {
  transform: rotate(90deg);
}

button.with-arrow.arrow-left:after,
.button.with-arrow.arrow-left:after {
  transform: rotate(180deg);
}

/* Encoded vars for the svg fill psuedo elements */








/* Arrow color styles */
button.button-text-plum_900.with-arrow:after,
.button.button-text-plum_900.with-arrow:after {
  background-image: url('data:image/svg+xml; utf8, <svg width="13" height="12" viewBox="0 0 13 12" fill="%2316162E" xmlns="http://www.w3.org/2000/svg"><path d="M6.80625 0.5L5.78531 1.55882L9.28297 5.18628H0V6.83333H9.28297L5.80422 10.4412L6.82516 11.5L12.1 6.0098L6.80625 0.5Z"/></svg>');
}

button.button-text-plum_600.with-arrow:after,
.button.button-text-plum_600.with-arrow:after {
  background-image: url('data:image/svg+xml; utf8, <svg width="13" height="12" viewBox="0 0 13 12" fill="%234E3CBB" xmlns="http://www.w3.org/2000/svg"><path d="M6.80625 0.5L5.78531 1.55882L9.28297 5.18628H0V6.83333H9.28297L5.80422 10.4412L6.82516 11.5L12.1 6.0098L6.80625 0.5Z"/></svg>');
}

button.button-text-plum_500.with-arrow:after,
.button.button-text-plum_500.with-arrow:after {
  background-image: url('data:image/svg+xml; utf8, <svg width="13" height="12" viewBox="0 0 13 12" fill="%236A67FF" xmlns="http://www.w3.org/2000/svg"><path d="M6.80625 0.5L5.78531 1.55882L9.28297 5.18628H0V6.83333H9.28297L5.80422 10.4412L6.82516 11.5L12.1 6.0098L6.80625 0.5Z"/></svg>');
}

button.button-text-lime_500.with-arrow:after,
.button.button-text-lime_500.with-arrow:after {
  background-image: url('data:image/svg+xml; utf8, <svg width="13" height="12" viewBox="0 0 13 12" fill="%23B8EB4B" xmlns="http://www.w3.org/2000/svg"><path d="M6.80625 0.5L5.78531 1.55882L9.28297 5.18628H0V6.83333H9.28297L5.80422 10.4412L6.82516 11.5L12.1 6.0098L6.80625 0.5Z"/></svg>');
}

button.button-text-scarlet_500.with-arrow:after,
.button.button-text-scarlet_500.with-arrow:after {
  background-image: url('data:image/svg+xml; utf8, <svg width="13" height="12" viewBox="0 0 13 12" fill="%23FF6249" xmlns="http://www.w3.org/2000/svg"><path d="M6.80625 0.5L5.78531 1.55882L9.28297 5.18628H0V6.83333H9.28297L5.80422 10.4412L6.82516 11.5L12.1 6.0098L6.80625 0.5Z"/></svg>');
}

button.button-text-mineral_500.with-arrow:after,
.button.button-text-mineral_500.with-arrow:after {
  background-image: url('data:image/svg+xml; utf8, <svg width="13" height="12" viewBox="0 0 13 12" fill="%2301D4FE" xmlns="http://www.w3.org/2000/svg"><path d="M6.80625 0.5L5.78531 1.55882L9.28297 5.18628H0V6.83333H9.28297L5.80422 10.4412L6.82516 11.5L12.1 6.0098L6.80625 0.5Z"/></svg>');
}

button.button-text-white.with-arrow:after,
.button.button-text-white.with-arrow:after {
  background-image: url('data:image/svg+xml; utf8, <svg width="13" height="12" viewBox="0 0 13 12" fill="%23fafafa" xmlns="http://www.w3.org/2000/svg"><path d="M6.80625 0.5L5.78531 1.55882L9.28297 5.18628H0V6.83333H9.28297L5.80422 10.4412L6.82516 11.5L12.1 6.0098L6.80625 0.5Z"/></svg>');
}

/* Arrow hover color styles */
button:hover.button-text-hover-plum_900.with-arrow:after,
.button:hover.button-text-hover-plum_900.with-arrow:after {
  background-image: url('data:image/svg+xml; utf8, <svg width="21" height="12" viewBox="0 0 21 12" fill="%2316162E" xmlns="http://www.w3.org/2000/svg"><path d="M14.4318 0.5L13.3258 1.55882L17.1149 5.18628H0V6.83333H17.1149L13.3462 10.4412L14.4523 11.5L20.1667 6.0098L14.4318 0.5Z"/></svg>');
}

button:hover.button-text-hover-plum_600.with-arrow:after,
.button:hover.button-text-hover-plum_600.with-arrow:after {
  background-image: url('data:image/svg+xml; utf8, <svg width="21" height="12" viewBox="0 0 21 12" fill="%234E3CBB" xmlns="http://www.w3.org/2000/svg"><path d="M14.4318 0.5L13.3258 1.55882L17.1149 5.18628H0V6.83333H17.1149L13.3462 10.4412L14.4523 11.5L20.1667 6.0098L14.4318 0.5Z"/></svg>');
}

button:hover.button-text-hover-white.with-arrow:after,
.button:hover.button-text-hover-white.with-arrow:after {
  background-image: url('data:image/svg+xml; utf8, <svg width="21" height="12" viewBox="0 0 21 12" fill="%23fafafa" xmlns="http://www.w3.org/2000/svg"><path d="M14.4318 0.5L13.3258 1.55882L17.1149 5.18628H0V6.83333H17.1149L13.3462 10.4412L14.4523 11.5L20.1667 6.0098L14.4318 0.5Z"/></svg>');
}

#to-top {
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px;
  left: 10px;
  bottom: -50px;
  color: #fff;
  cursor: pointer;
  z-index: 9994;
  height: 29px;
  width: 29px;
  background-color: rgba(22,22,46,0.25);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

#to-top i {
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0;
  left: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
}

#to-top:hover, #to-top:active, #to-top:focus {
	background-color: rgba(22,22,46,0.85);
}
:root {
  --comparison-table-border: 1px solid #cacaca;
}

.c-comparison-table {
  border: var(--comparison-table-border);
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.c-comparison-table__header,
.c-competitor-dropdown {
  background-color: #f9fafc;
  font-size: 19px;
  font-weight: 600;
}

.c-comparison-table__title {
  position: relative;
}

.c-competitor-dropdown-wrapper {
  position: relative;
}

.c-competitor-dropdown-wrapper::after {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='_dropdown-arrow_mpsqv_75' viewBox='0 0 512 512'%3E%3Cpath d='M239 401c9.4 9.4 24.6 9.4 33.9 0L465 209c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-175 175L81 175c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9z'/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  content: "";
  font-weight: 700;
  height: 15px;
  pointer-events: none;
  position: absolute;
  right: .5em;
  top: 3px;
  width: 15px;
}

.c-competitor-dropdown {
  border: none;
  width: 100%;
}

.c-competitor-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding-right: 2em;
}

.c-competitor-dropdown::-ms-expand {
  display: none;
}

.c-comparison-table__title,
.c-comparison-table__column {
  width: 25%;
}

.c-comparison-table__title:first-child,
.c-comparison-table__column:first-child {
  width: 50%;
}

.c-comparison-table--extra-column .c-comparison-table__title:first-child,
.c-comparison-table--extra-column .c-comparison-table__column:first-child {
  width: 20%;
}

.c-comparison-table--extra-column .c-comparison-table__title,
.c-comparison-table--extra-column .c-comparison-table__column {
  width: calc(80% / 3);
}

.c-comparison-table__header,
.c-comparison-table__row,
.c-comparison-table__column {
  display: flex;
}

.c-comparison-table__title,
.c-comparison-table__column {
  padding: 8px 14px;
}

.c-comparison-table__title,
.c-comparison-table__row {
  border-bottom: var(--comparison-table-border);
}

.c-comparison-table__row:last-child {
  border-bottom: none;
}

.c-comparison-table__title,
.c-comparison-table__column {
  border-right: var(--comparison-table-border);
}

.c-comparison-table__title:last-child,
.c-comparison-table__column:last-child {
  border-right: none;
}

.c-comparison-table__column p,
.c-comparison-table__column span {
  align-items: center;
  display: flex;
  gap: 5px;
  margin: 0;
}

.c-comparison-table__icon {
  position: relative;
}

.c-comparison-table__icon--check {
  height: 25px !important;
  width: 25px !important;
}

.c-comparison-table__icon--cross {
  height: 20px !important;
  width: 20px !important;
}

@media (max-width: 767px) {
  .c-comparison-table--extra-column {
    width: 600px;
  }

  .c-comparison-table__header,
  .c-competitor-dropdown {
    font-size: 16px;
  }

  .c-comparison-table__title,
  .c-comparison-table__title:first-child,
  .c-comparison-table__column,
  .c-comparison-table__column:first-child {
    width: 33%;
  }
  .c-competitor-dropdown {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    background: transparent;
    padding-right: 0;
  }
  .c-competitor-dropdown::-ms-expand {
    display: block;
  }
  .c-competitor-dropdown-wrapper:after {
    display: none;
  }
}
.content-card {
    box-shadow: 0 2px 5px 2px rgb(0 0 0 / 10%);
    margin-bottom: 1em;
    overflow: hidden;
    position: relative;
    transition: box-shadow .4s ease;
  }
  
  .content-card:hover {
    box-shadow: 0 20px 40px -10px rgb(0 0 0 / 30%);
  }
  
  .content-card-image {
    max-height: 250px;
    overflow: hidden;
  }
  
  .content-card-image img {
    max-width: 100%;
    transition: all .3s ease-in-out;
  }
  
  .content-card:hover .content-card-image img {
    transform: scale(1.1);
  }
  
  .content-card-content {
    padding: 1.5em;
  }
  
  .content-card-title h4 {
    position: relative;
    margin-bottom: .25em;
  }
    
  .content-card-meta-item {
    margin-bottom: .75em;
  }
  
  .content-card-meta-item i {
    margin-right: .4em;
    text-align: center;
    width: 18px;
  }
  
  .content-card-tag {
    border: 1px solid #6A67FF;
    color: #6A67FF;
    display: inline-block;
    line-height: 1;
    margin-bottom: 1em;
    padding: .5em;
    font-size: .75em;
    text-transform: uppercase;
  }
  
  .content-card-date-time {
    color: #6A67FF;
    font-size: .75em;
  }
  
  .content-card-description {
    margin-top: 1em;
  }
  
  .content-card-full-link {
    color: #16162E;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  
  .content-card-full-link:hover {
    color: #16162E;
  }
  
  .content-card-button {
    margin-top: 1.5em;
    position: relative;
    z-index: 1;
  }
  
  .content-card-button .button {
    font-size: .9em;
  }
  
  .content-card.event-card {
    background-color: #fff;
  }
  
  .content-card.event-facilitator-card {
    margin: 0 auto;
    max-width: 500px;
  }
  
  .content-card-event-facilitator-section {
    background-color: #fff;
    padding: 1.5em;
  }
  
  .content-card-event-facilitator {
    display: flex;
  }
  
  .content-card-event-facilitator-image {
    width: 27%;
    margin-right: 3%;
    overflow: hidden;
  }
  
  .content-card-event-facilitator-image img {
    width: 100%;
  }
  
  .content-card-event-facilitator-name {
    width: 70%;
  }
  
  .content-card-event-facilitator-short-bio {
    margin-top: 1em;
  }
  
  .content-card-event-facilitator-short-bio .read-more-link {
    margin-bottom: .4em;
  }
.video-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-embed-container iframe,
.video-embed-container object,
.video-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cookiebot-privacy-wrapper .hs-embed-wrapper{
  max-width: 100vw !important;
  width: 100%;
}

.hs-embed-wrapper[data-service="open.spotify"] {
  max-height: 352px;
}

@media (max-width: 1296px) {
  .hs-embed-wrapper[data-service="open.spotify"] {
    max-height: 352px;
  }

  .blog-post__body .hs-embed-wrapper[data-service="open.spotify"] {
    max-height: 232px;
  }
}

@media (max-width: 820px) {
  .hs-embed-wrapper[data-service="open.spotify"] {
    max-height: 352px;
  }
}

@media (max-width: 767px) {
  .hs-embed-wrapper[data-service="open.spotify"] {
    max-height: 152px;
  }
}
form,
.submitted-message {
  font-family: Roobert, Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */
.form-title {
  background-color: 

  
  
    
  


  rgba(22, 22, 46, 1)

;
  color: #6A67FF;
}

/* Form fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */
form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  color: #4E3CBB;
}

/* Help text - legends */
form legend {
  font-size: 0.875rem;
  color: #FF6249;
}

/* 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 {
  background-color: #fafafa;
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  width: 100%;

  font-family: 'Roobert';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
  padding: 16px;

  border-color: #4E3CBB;
  color: #4E3CBB;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #4E3CBB;
}

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

/* Form placeholder text */
::-webkit-input-placeholder {
  color: #B2B0FF;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #B2B0FF;
}

/* 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 - datepicker */
.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;
  background: #16162E;
}

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

.fn-date-picker td.is-today .pika-button {
  color: #16162E;
}

/* 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,
.hs-fieldtype-booleancheckbox span,
.hs-fieldtype-booleancheckbox p {
  color: #16162e;
  margin-bottom: 0;
  margin-left: 1rem !important;
  margin-top: 3px;
}

/* 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;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: #4E3CBB;
  border: 1px solid #4E3CBB;
  border-radius: 5px;
  color: #fafafa;
  padding: 7px 14px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(38, 20, 147, 1.0);
  border-color: #261493;
  color: #fafafa;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(118, 100, 227, 1.0);
  border-color: #7664e3;
  color: #fafafa;
}

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

/* CUSTOM CHECKBOX */

[type="radio"]:checked,
[type="radio"]:not(:checked),
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + span,
[type="radio"]:not(:checked) + span {
  position: relative;
  padding-left: 82px;
  cursor: pointer;
  line-height: 60px;
  display: inline-block;
}

[type="checkbox"]:checked + span,
[type="checkbox"]:not(:checked) + span{
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: inline-block;
  margin: 0 !important;
}

[type="radio"]:checked + span:before,
[type="radio"]:not(:checked) + span:before,
[type="checkbox"]:not(:checked) + span:before{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #4e3cbb;
  border-radius: 3px;
}

[type="checkbox"]:checked + span:before{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
}
[type="radio"]:not(:checked) + span:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 14px;
  border-radius: 100%;	
}
[type="checkbox"]:not(:checked) + span:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: 0;
}
[type="radio"]:checked + span:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 100%;
}
[type="checkbox"]:checked + span:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("//2340453.fs1.hubspotusercontent-na1.net/hubfs/2340453/raw_assets/public/cognism/images/ui-elements/check-mark.png") no-repeat;
  background-size:80%;
  background-position: center;
  border: 1px solid #4e3cbb;
  border-radius: 3px;
  position: absolute;
  top: 4px;
  left: 0;	
}

[type="radio"]:not(:checked) + span:after, [type="radio"]:checked + span:after,[type="checkbox"]:not(:checked) + span:after, [type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* HotJar Custom Styles */
._hj-widget-container [type=radio]:checked+span,
._hj-widget-container [type=radio]:not(:checked)+span {
  display: block;
  line-height: unset;
  padding-left: unset;
  position: absolute;
}

._hj-widget-container [type=checkbox]:not(:checked)+span:before,
._hj-widget-container [type=radio]:checked+span:before,
._hj-widget-container [type=radio]:not(:checked)+span:before {
  background: unset;
  border: unset;
  border-radius: unset;
  content: "";
  height: unset;
  left: unset;
  position: unset;
  top: unset;
  width: unset;
}

._hj-widget-container [type=radio]:checked+span:after {
  background: unset;
  border-radius: unset;
  content: "";
  height: unset;
  left: unset;
  position: unset;
  top: unset;
  width: unset;
}
.social-icon-link {
  margin-right: 1em;
}

.social-icon-link i,
.social-icon-link svg {
  color: #16162E;
  fill: #16162E;
  height: 1.2em;
}

.social-icon-link:hover i,
.social-icon-link:hover svg {
  color: #6A67FF;
  fill: #6A67FF;
}
/*  These are override styles for the jQuery Modal popup plugin
    You will most likely need to use !important on most of these (but try without first!)
*/
.blocker {
  z-index: 9999 !important;
}

.modal {
  border-radius: 0 !important;
}

.modal a.close-modal[class*="icon-"] {
  background: #6A67FF;
  border-radius: 50%;
  -webkit-border-radius:  50%;
  -moz-border-radius:     50%;
  -o-border-radius:       50%;
  -ms-border-radius:      50%;
  -moz-box-shadow:    1px 1px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
  box-shadow:         1px 1px 5px rgba(0,0,0,0.5);
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2;
  right: -12px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  width: 30px;
  height: 30px;
}

.modal a.close-modal{
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.close-modal i {
  margin-left: 1px;
  margin-top: 5px;
}

@media (max-width: 1024px) {
  body.search-active .blocker {
    z-index: 999 !important;
  }
}
/*  These are override styles for the Slick Slider jQuery plugin
    You may need to use !important on most of these (but try without first!)
*/
.slick-track {
    display: flex !important;
}

.slick-track .slick-slide {
    display: flex !important;
    height: auto !important;
    align-items: center !important;
    justify-content: center !important;
}

.slick-slide img {
    max-width: 100%;
}

.slick-prev, 
.slick-next {
    background: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 40px;
    line-height: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 45%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    width: 40px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slick-prev:before, 
.slick-next:before {
    color: #6A67FF;
    font-family: 'Font Awesome 6 Pro';
    font-size: 40px;
    font-weight: 300;
}

.text-white .slick-prev:before, 
.text-white .slick-next:before {
    color: #fafafa;
}

.slick-prev:before {
    content: '\f053';
}

.slick-next:before {
    content: '\f054';
}

.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover,
.slick-next:focus {
    background-color: unset !important;
    border-color: unset !important;
}

.slick-dots {
    display: flex !important;
    justify-content: center;
    list-style: none;
    margin: 40px 0 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.slick-dots button {
    background-color: #cfcfcf;
    border-radius: 50%;
    border: none;
    font-size: 0;
    height: 10px;
    line-height: 0;
    margin: 2px;
    padding: 0;
    width: 10px;
}

ul.slick-dots li {
    padding: 0 .25em;
}

ul.slick-dots li:before {
    display: none;
}

.text-white .slick-dots button {
    background-color: rgba(250, 250, 250,.6);
}

.slick-dots .slick-active button {
    background-color: #6A67FF;
}

.text-white .slick-dots .slick-active button {
    background-color: #fafafa;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}
/* Table */
table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #16162E;
}

/* Table Cells */
th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
  border-color: #16162E;
  color: #16162E;
}

/* Table Header */
thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
  background-color: 

  
  
    
  


  rgba(22, 22, 46, 1)

;
  border-bottom-color: #16162E;
  color: #FFFFFF;
}

/* Table Footer */
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #16162E;
}
.testimonial-card {
  border-radius: 5px;
  display: flex;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.testimonial-card__image {
  width: 31%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.testimonial-card__image-round {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  height: 175px;
  left: 30px;
  position: relative;
  overflow: hidden;
  top: 30px;
  width: 175px;
}

.card-scarlet-500 .testimonial-card__image {
  background-color: #4E3CBB;
}

.card-plum-600 .testimonial-card__image {
  background-color: #FF6249;
}

.card-mineral-500 .testimonial-card__image {
  background-color: #B8EB4B;
}

.card-lime-500 .testimonial-card__image {
  background-color: #01D4FE;
}


.testimonial-card__image svg {
  position: absolute;
  right: -38px;
  top: 0;
  bottom: 0;
  height: 100%;
}

.testimonial-card__small-image {
  display: none;
}

.testimonial-card__image img {
  width: auto;
  height: 100%;
  display: none;
}

.testimonial-card__content {
  width: 69%;
  height: 100%;
  padding: 48px 40px;
  position: relative;
  left: -2px;
  border-radius: 5px;
}

.testimonial-card__content-quote {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  position: relative;
}

.testimonial-card__content-quote:before {
  content: '“';
  font-weight: 400;
  font-size: 33px;
  line-height: 120%;
  position: absolute;
  top: 0;
  left: -20px;
}

.testimonial-card__content-quote:after {
  content: '”';
}

.testimonial-card__author {
  font-style: normal;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 140%;
  letter-spacing: 0.01em;
  margin-bottom: 28px;
}

.testimonial-card__stats {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 39px;
}

.testimonial-card__stats-item {
  width: 40%;
  font-size: 18px;
  line-height: 25px;
}

.testimonial-card__stats-number {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.01em;
}

.testimonial-card__stats-sub-title {
  padding-right: 15px;
}

.testimonial-card__link .button {
  padding-left: 0;
}

.testimonial-card__link a {
  font-size: 15px;
  line-height: 140%;
  color: inherit;
}

.testimonial-card__link a:hover {
  color: inherit;
}

.slick-slider .testimonial-card-wrapper {
  margin-right: 40px;
}

.testimonial-carousel-wrapper {
  max-width: 950px;
  margin-top: 40px;

}

.testimonial-carousel .slick-list {
  overflow: visible;
}

.testimonial-carousel .slick-track {
  display: flex;
}

.testimonial-carousel .slick-slide {
  height: auto;
}

.testimonial-carousel-nav {
  margin-top: 85px;
}

.testimonial-carousel-nav.hidden {
  height: 0;
  margin-top: 0;
}

.testimonial-carousel-nav__item {
  cursor: pointer;
  display: inline-block !important;
  float: none;
  text-align: center;
}

.testimonial-carousel-nav__item img {
  width: auto;
  max-height: 50px;
  max-width: 130px;
  display: inline-block;
  opacity: 0.5;
}

.testimonial-carousel-nav__item.slick-current img,
.testimonial-carousel-nav__item:hover img {
  opacity: 1;
}

.testimonial-carousel-nav .slick-track {
  width: 100% !important;
  transform: none !important;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

@media(max-width: 1170px) {
  .testimonial-card {
    display: block;
  }

  .testimonial-card__image {
    display: none;
  }

  .testimonial-card__small-image {
    width: 140px;
    height: 140px;
    margin-bottom: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: block;
  }

  .testimonial-card__small-image img {
    display: none;
  }

  .testimonial-card__content {
    width: 100%;
    padding: 20px;
  }

  .testimonial-card__content-quote:before {
    position: static;
    color: inherit;
    font-size: inherit;
  }
}

@media(max-width: 767px) {
  .testimonial-card__content-quote {
    font-size: 18px;
    line-height: 140%;
  }

  .testimonial-card__author {
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
  }

  .testimonial-card__stats-item {
    width: 100%;
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 2em;
  }

  .testimonial-card__stats-number {
    font-size: 40px;
    line-height: 140%;
  }

  .testimonial-carousel-nav .slick-track {
    white-space: normal;
  }

  .testimonial-carousel-nav__item {
    width: 48% !important;
    margin-bottom: 60px;
  }
}
@font-face {
  font-family: 'Roobert';
  src:  url("//2340453.fs1.hubspotusercontent-na1.net/hubfs/2340453/raw_assets/public/cognism/fonts/Roobert-Regular.woff2") format('woff2'),
        url("//2340453.fs1.hubspotusercontent-na1.net/hubfs/2340453/raw_assets/public/cognism/fonts/Roobert-Regular.woff") format('woff');
  font-weight: 400;
}
@font-face {
  font-family: 'Roobert';
  src:  url("//2340453.fs1.hubspotusercontent-na1.net/hubfs/2340453/raw_assets/public/cognism/fonts/Roobert-Medium.woff2") format('woff2'),
        url("//2340453.fs1.hubspotusercontent-na1.net/hubfs/2340453/raw_assets/public/cognism/fonts/Roobert-Medium.woff") format('woff');
  font-weight: 500;
}
@font-face {
  font-family: 'Roobert';
  src:  url("//2340453.fs1.hubspotusercontent-na1.net/hubfs/2340453/raw_assets/public/cognism/fonts/Roobert-SemiBold.woff2") format('woff2'),
        url("//2340453.fs1.hubspotusercontent-na1.net/hubfs/2340453/raw_assets/public/cognism/fonts/Roobert-SemiBold.woff") format('woff');
  font-weight: 600;
}

/* Paragraphs */
p {
  font-size: 1rem;
  line-height: 1.4;
  margin: 1.2em 0;
  font-family: Roobert, Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */
a {
  cursor: pointer;
  text-decoration: none;
  transition: all .3s ease-in-out;
  color: #6A67FF;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #16162E;
}

a:active {
  color: #16162E;
}

/* Headings */
h1,
h2,
h3, 
h4,
h5,
h6,
.h1-size {
  margin: 0 0 .5em 0;
}

h1,
.h1-size {
  font-weight: 400; text-decoration: none; font-family: Roobert, Manrope, sans-serif; font-style: normal;
  color: #16162E;
  font-size: 54px;
  line-height: 1.1;
  letter-spacing: -2px;
}

h2 {
  font-weight: 400; text-decoration: none; font-family: Roobert, Manrope, sans-serif; font-style: normal;
  color: #16162E;
  font-size: 48px;
  line-height: 1.1;
}

h3 {
  font-weight: 400; text-decoration: none; font-family: Roobert, Manrope, sans-serif; font-style: normal;
  color: #16162E;
  font-size: 32px;
  line-height: 1.2;
}

h4 {
  font-weight: 500; text-decoration: none; font-family: Roobert, Manrope, sans-serif; font-style: normal;
  color: #16162E;
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-weight: 500; text-decoration: none; font-family: Roobert, Manrope, sans-serif; font-style: normal;
  color: #16162E;
  font-size: 20px;
  line-height: 1.2;
}

h6 {
  font-weight: 500; text-decoration: none; font-family: Roobert, Manrope, sans-serif; font-style: normal;
  color: #16162E;
  font-size: 16px;
  line-height: 1.2;
}

small, .text_small {font-size: 0.8rem;}

/* Lists */
ul,
ol {
  margin: 0 0 1.4rem;
}

ul {
  padding-inline-start: 3px;
}

ol {
  padding-inline-start: 20px;
}

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

ul.no-list {
  list-style: none;
}

li {
  line-height: 1.4;
  margin-bottom: 16px;
  position: relative;
}

ul li {
  list-style-type: none;
  padding-left: 25px;
}

.hs-search-field__suggestions li {
  padding: 6px 12px !important;
}

ol li {
  padding-left: 8px;
}

ol li::marker {
  left: 0;
  position: relative;
}

ul li:before {
  content: url(//2340453.fs1.hubspotusercontent-na1.net/hubfs/2340453/raw_assets/public/cognism/images/ui-elements/bullet.svg);
  left: 0;
  position: absolute;
  top: -5px;
}

/* INDENTED NUMBER LIST */
ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol>li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol>li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  min-width: 2.6em;
  padding-right: 0.5em;
}

li ol>li {
  margin: 0;
}

li ol>li:before {
  content: counters(item, ".") " ";
}

li ol li ol>li:before {
  content: counters(item, ".") " ";
  /*content: counter(item, lower-alpha) ") ";*/
}


.hs-search-field__suggestions,
.lang_list_class li:before,
.hs-search-results__listing li:before,
.hs-dropdown li:before,
.hs-search-field__suggestions li:before,
li.hs-menu-item:before,
li.uiListItem:before,
.resources-tag li:before {
  display: none;
}

.resources-tag li {
  padding-left: 0;
}

/* Code blocks */
pre {
  overflow: auto;
}

code {
  background-color: #eee;
  display: block;
  padding: 1em;
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  margin: 32px 0;
  padding: 32px 32px 32px 30%;
  position: relative;

  color: #fafafa;
  background-color: #4E3CBB;
}

blockquote:before {
  bottom: 0;
  background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 144.49 332"><defs><style>.cls-1{fill:%234fc2eb;}.cls-1,.cls-2{fill-rule:evenodd;}.cls-2{fill:%23ec634f;}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M113.82,208.35,59.61,147.28,0,173.91V332H84.23A349.84,349.84,0,0,1,113.82,208.35Z"/><path class="cls-2" d="M144.49,153.66,92.16,0H0V173.91l59.61-26.63,54.21,61.07A339,339,0,0,1,144.49,153.66Z"/></g></g></svg>');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 20%;
}

blockquote,
blockquote p {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.005em;
}

blockquote a {
  color: #fafafa;
}

@media(max-width: 992px) {
  blockquote {
    padding: 32px 32px 132px 32px;
  }

  blockquote:before {
    bottom: 0;
    background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 332 144.49"><defs><style>.cls-1{fill:%234fc2eb;}.cls-1,.cls-2{fill-rule:evenodd;}.cls-2{fill:%23ec634f;}</style></defs><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><path class="cls-1" d="M208.35,30.67,147.28,84.88l26.63,59.61H332V60.26A349.62,349.62,0,0,1,208.35,30.67Z"/><path class="cls-2" d="M153.66,0,0,52.33v92.16H173.91L147.28,84.88l61.07-54.21A339,339,0,0,1,153.66,0Z"/></g></g></svg>');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 100px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: unset;
    width: 100%;
  }
}

/* Horizontal rules */
hr {
  background-color: #6A67FF;
  border: none;
  color: #6A67FF;
  height: 2px;
  margin-bottom: 1.2em;
}

/* Image alt text */
img {
  font-size: .9em;
  word-break: normal;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1376px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  /* padding: 64px 128px; */
}

.dnd-section {
  margin: 0 auto;
  padding: 64px 128px;
  position: relative;
  z-index: 1;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1120px;
}

.dnd-section .dnd-column {
  padding: 0 2%;
}

.dnd-section .dnd-column:first-child {
  padding-left: 0;
}

.dnd-row {
  margin: 8px 0;
}

.about-us-animated-section > .row-fluid {
  padding-bottom: 0px;
  padding-top: 0px;
}

.about-us-animated-section-first > .row-fluid {
  padding-bottom: 0px;
  padding-top: 128px;
}

.about-us-animated-section-last > .row-fluid {
  padding-bottom: 128px;
  padding-top: 0px;
}


/* MOBILE STYLES */
@media (max-width: 992px) {
  .dnd-section {
    padding: 40px 40px;
  }
  /*
  .dnd-section > .row-fluid {
    padding: 40px 40px;
  }
  */
}

@media (max-width: 768px) {
  .dnd-section {
    padding: 20px 20px;
  }
  .dnd-section .dnd-column:first-child {
    padding-left: 3%;
  }
  /*
  .dnd-section > .row-fluid {
    padding: 20px 20px;
  }
  */
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

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

body {
  word-break: break-word;
  font-family: Roobert, Manrope, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #16162E;
  background-color: #fafafa;
}

.body-wrapper {
  overflow: hidden;
}

#main-content {
  margin-top: 64px;
  position: relative;
}

.full-height-section {
  min-height: calc(100vh - 64px); /* Full viewport height - fixed header height */
}

.hs_cos_wrapper_type_linked_image img {
  max-width: 100%;
}

.negative-position,
[data-hs-anchor="true"] {
  position: relative;
  top: -175px;
}

.s-overflow-scroll {
  overflow: scroll;
}

.mt0 {
  margin-top: 0 !important;
}

.mtb0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.mt35 {
  margin-top: 35px !important;
}

.pt0>.row-fluid {
  padding-top: 0 !important;
}

.pb0,
.pb0 > .row-fluid {
  padding-bottom: 0 !important;
}

.ptb0,
.ptb0>.row-fluid {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.pr0,
.pr0 > .row-fluid {
  padding-right: 0 !important;
}

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

.pb64 > .row-fluid {
  padding-bottom: 64px !important;
}

.pt64>.row-fluid {
  padding-top: 64px !important;
}

.ptb64>.row-fluid {
  padding-bottom: 64px !important;
  padding-top: 64px !important;
}

.pt100>.row-fluid {
  padding-top: 100px !important;
}

.client-logos-section > .row-fluid,
.case-studies-roi-section > .row-fluid {
  padding-bottom: 0;
  padding-top: 0;
}


.client-logos-section img {
  max-height: 40px;
}

.client-logos-section.width-33 .image-logo-repeater__item {
  padding: 24px;
  text-align: center;
  width: 33%;
}

.home-hero-section > .row-fluid {
  padding-bottom: 25px;
  padding-top: 100px;
}

.horizontal-slider-section > .row-fluid {
  padding-bottom: 64px;
  padding-top: 64px;
}

.g2-logos-section > .row-fluid {
  padding-bottom: 96px;
  padding-top: 96px;
}

.g2-logos-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:48px;
}

@media (max-width: 820px) {
  .g2-logos-wrapper {
    gap: 15px;
  }
}

@media (max-width: 766px) {
  .g2-logos-wrapper {
    gap: 10px;
  }
  .g2-logo {
    width: 30%;
  }
  .g2-logo img {
    height: auto;
    width: 100%;
  }
}

.home-roi-stats-section > .row-fluid {
  padding-bottom: 30px;
}

.featured-resources-section > .row-fluid {
  padding-bottom: 75px;
}

.case-studies-video-section > .row-fluid {
  padding-bottom: 0;
  padding-top: 100px;
}

.case-studies-listing-section > .row-fluid {
  padding-top: 75px;
}

.cta-row-with-animated-shape-section > .row-fluid {
  padding-top: 50px;
}

.life-at-cognism-row > .row-fluid {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.life-at-cognism-row > .row-fluid .dnd-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.careers-final-cta-image .row-fluid-wrapper {
  margin: 0;
}

.careers-final-cta-image .row-fluid-wrapper img {
  margin-bottom: -5px;
}

.remove-padding-margin {
  margin: 0 !important;
  padding: 0 !important;
}

@media (max-width: 696px) {
  .life-at-cognism-row>.row-fluid .dnd-column {
    min-height: 330px;
    width: 100%;
  }
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.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%;
    *margin-left: 2.0744680846382977%;
    -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%;
    *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

.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%;
        *zoom: 1;
    }

    .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%;
        *margin-left: 2.709239449638298%;
        -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%;
        *width: 99.9468085036383%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.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 ;
    }
}

/* 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
Note: _variables.css can be ignored, it's already included at the top of this file
*/
/* 
  Animation Styles 
*/
/* .text-animation-wrapper, */
.reveal {
  opacity: 0;
}

.text-animation-wrapper {
  opacity: 1;
}

.in-view-port.text-animation-wrapper {
  opacity: 1;
  transition: opacity .8s cubic-bezier(.77,0,.175,1);
}

.reveal {
  animation-fill-mode: forwards !important;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-fill-mode: forwards !important;
}

:-webkit-full-screen-ancestor .reveal {
  animation-fill-mode: none !important;
}

.fade-in {
  animation: 1s ease fadeIn;
}

.fade-up {
  animation: 1s ease fadeUp;
}

.fade-down {
  animation: 1s ease fadeDown;
}

.fade-right {
  animation: 1s ease fadeRight;
}

.fade-left {
  animation: 1s ease fadeLeft;
}

.expand-left {
  animation: 1s ease expandLeft;
}

.expand-right {
  animation: 1s ease expandRight;
}

.bubble-up {
  animation: 1s ease bubbleUp;
}

.bubble-down {
  animation: 1s ease bubbleDown;
}

.bubble-left {
  animation: 1s ease bubbleLeft;
}

.bubble-right {
  animation: 1s ease bubbleRight;
}

.zoom-in {
  animation: 1s ease zoomIn;
}

.zoom-out {
  animation: 1s ease zoomOut;
}

/* 
  Keyframes 
*/

/* Fade In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Fade Up */
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Fade Down */
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Fade Right */
@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Fade Left */
@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Expand Left */
@-webkit-keyframes expandLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes expandLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}

/* Expand Right */
@-webkit-keyframes expandRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes expandRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2,1);
    transform: scale(.2,1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}

/* Bubble Up */
@-webkit-keyframes bubbleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateY(10px);
    transform: scale(.2, .2) translateY(10px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateY(-5px);
    transform: scale(1.2, 1.2) translateY(-5px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes bubbleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateY(10px);
    transform: scale(.2, .2) translateY(10px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateY(-5px);
    transform: scale(1.2, 1.2) translateY(-5px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

/* Bubble Down */
@-webkit-keyframes bubbleDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateY(-10px);
    transform: scale(.2, .2) translateY(-10px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateY(5px);
    transform: scale(1.2, 1.2) translateY(5px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes bubbleDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateY(-10px);
    transform: scale(.2, .2) translateY(-10px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateY(5px);
    transform: scale(1.2, 1.2) translateY(5px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

/* Bubble Left */
@-webkit-keyframes bubbleLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateX(10px);
    transform: scale(.2, .2) translateX(10px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateX(-5px);
    transform: scale(1.2, 1.2) translateX(-5px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes bubbleLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateX(10px);
    transform: scale(.2, .2) translateX(10px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateX(-5px);
    transform: scale(1.2, 1.2) translateX(-5px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

/* Bubble Right */
@-webkit-keyframes bubbleRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateX(-10px);
    transform: scale(.2, .2) translateX(-10px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateX(5px);
    transform: scale(1.2, 1.2) translateX(5px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes bubbleRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.2, .2) translateX(-10px);
    transform: scale(.2, .2) translateX(-10px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  60% {
    -webkit-transform: scale(1.2, 1.2) translateX(5px);
    transform: scale(1.2, 1.2) translateX(5px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1) translateY(0);
    transform: scale(1,1) translateY(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

/* Zoom In */
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
}

/* Zoom Out */
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
  }
}
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.noscroll{
  overflow: hidden;
}

.s-remove-padding {
  padding: 0 !important;
}


:root {
  --container_width: 1376px;
  --plum_900: #16162E;
  --plum_700: #282850;
  --plum_600: #4E3CBB;
  --plum_500: #6A67FF;
  --plum_400: #8886FF;
  --plum_300: #B2B0FF;
  --plum_100: #D9D8FF;
  --mineral_900: #061423;
  --mineral_700: #0B2440;
  --mineral_600: #025A8B;
  --mineral_500: #01D4FE;
  --mineral_400: #97E1F0;
  --mineral_300: #C4E7EE;
  --mineral_100: #E0F7FC;
  --lime_900: #1E2019;
  --lime_700: #282E1A;
  --lime_600: #415D04;
  --lime_500: #B8EB4B;
  --lime_400: #BEE075;
  --lime_300: #E0F9AC;
  --lime_100: #EDFCCF;
  --scarlet_900: #21110F;
  --scarlet_700: #381712;
  --scarlet_600: #A71E0C;
  --scarlet_500: #FF6249;
  --scarlet_400: #FF8471;
  --scarlet_300: #FFA294;
  --scarlet_100: #FFCEC6;
  --graphite_900: #292929;
  --graphite_700: #3E3E3E;
  --graphite_600: #545454;
  --graphite_500: #6C6C6C;
  --graphite_400: #929292;
  --graphite_300: #CECECE;
  --graphite_100: #e5e5e5;
}

/* Responsive
Leave this file to be the last one in the file, so that the responsive styles take precedence
*/
/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default */

/* X-Large devices (large desktops, 1920px and down) */
@media (max-width: 1920px) {
}


/* Large devices (laptops, 1200px and down) */
@media (max-width: 1200px) {
}


/* Medium devices (tablets, 992px and down) */
@media (max-width: 992px) and (orientation: landscape) {
}

@media (max-width: 992px) and (orientation: portrait) {
}

@media (max-width: 992px) {
}


/* Small devices (landscape phones, 786px and down) */
@media (max-width: 768px) and (orientation: landscape) {
}

@media (max-width: 768px) and (orientation: portrait) {
    
}

@media (max-width: 768px) {

}



/* Extra small devices (landscape phones, 576px and down) */
@media (max-width: 576px) and (orientation: landscape) {
}

@media (max-width: 576px) and (orientation: portrait) {
}

@media (max-width: 576px) {
    .mobile-inner-row-flex-row>.row-fluid { 
        align-items: center;
        display: flex;
    }
}