/* 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
*/
.bg-primary,
.bg-primary-hover:hover,
.bg-primary-active.active,
.icon-bg-primary svg {
  background-color: #0054FF;
}

.bg-secondary,
.bg-secondary-hover:hover,
.bg-secondary-active.active,
.icon-bg-secondary svg {
  background-color: #FF5AFB;
}

.bg-secondary-pink,
.bg-secondary-pink-hover:hover,
.bg-secondary-pink-active.active,
.icon-bg-secondary-pink svg {
  background-color: #FF5AFB;
}

.bg-secondary-orange,
.bg-secondary-orange-hover:hover,
.bg-secondary-orange-active.active,
.icon-bg-secondary-orange svg {
  background-color: #FF6700;
}

.bg-secondary-crimson,
.bg-secondary-crimson-hover:hover,
.bg-secondary-crimson-active.active,
.icon-bg-secondary-crimson svg {
  background-color: #CE0058;
}

.bg-secondary-maroon,
.bg-secondary-maroon-hover:hover,
.bg-secondary-maroon-active.active,
.icon-bg-secondary-maroon svg {
  background-color: #910048;
}

.bg-secondary-light-blue,
.bg-secondary-light-blue-hover:hover,
.bg-secondary-light-blue-active.active,
.icon-bg-secondary-light-blue svg {
  background-color: #64D7FF;
}

.bg-secondary-green,
.bg-secondary-green-hover:hover,
.bg-secondary-green-active.active,
.icon-bg-secondary-green svg {
  background-color: #C3F200;
}

.bg-dark,
.bg-dark-hover:hover,
.bg-dark-active.active,
.icon-bg-dark svg {
  background-color: #A5BEBB;
}

.bg-light,
.bg-light-hover:hover,
.bg-light-active.active,
.icon-bg-light svg {
  background-color: #DAE1E0;
}

.bg-white,
.bg-white-hover:hover,
.bg-white-active.active,
.icon-bg-white svg {
  background-color: #ffffff;
}

.bg-gradient-blue {
  background: rgb(0, 84, 255);
  background: linear-gradient(90deg, rgba(0, 84, 255, 1) 0%, rgba(51, 151, 255, 1) 80%, rgba(64, 168, 255, 1) 100%);
}

.bg-gradient-blue-pink {
  background: rgb(0, 84, 255);
  background: linear-gradient(90deg, rgba(0, 84, 255, 1) 0%, rgba(255, 90, 251, 1) 100%);
}

.text-primary,
.text-primary-hover:hover,
.text-primary-hover:hover h1,
.text-primary-hover:hover h2,
.text-primary-hover:hover h3,
.text-primary-hover:hover h4,
.text-primary-hover:hover h5,
.text-primary-hover:hover h6,
.text-primary-hover:hover p,
.text-primary-hover:hover ul,
.text-primary-hover:hover li,
.text-primary-hover:hover a,
.text-primary-hover:hover i,
.text-primary-active.active,
.text-primary-active.active h1,
.text-primary-active.active h2,
.text-primary-active.active h3,
.text-primary-active.active h4,
.text-primary-active.active h5,
.text-primary-active.active h6,
.text-primary-active.active p,
.text-primary-active.active ul,
.text-primary-active.active li,
.text-primary-active.active a,
.text-primary-active.active i,
.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: #0054FF;
}

.text-primary svg,
.text-primary-hover:hover svg,
.text-primary-active.active svg,
svg.text-primary {
  fill: #0054FF;
}

.text-secondary,
.text-secondary-hover:hover,
.text-secondary-hover:hover h1,
.text-secondary-hover:hover h2,
.text-secondary-hover:hover h3,
.text-secondary-hover:hover h4,
.text-secondary-hover:hover h5,
.text-secondary-hover:hover h6,
.text-secondary-hover:hover p,
.text-secondary-hover:hover ul,
.text-secondary-hover:hover li,
.text-secondary-hover:hover a,
.text-secondary-hover:hover i,
.text-secondary-active.active,
.text-secondary-active.active h1,
.text-secondary-active.active h2,
.text-secondary-active.active h3,
.text-secondary-active.active h4,
.text-secondary-active.active h5,
.text-secondary-active.active h6,
.text-secondary-active.active p,
.text-secondary-active.active ul,
.text-secondary-active.active li,
.text-secondary-active.active a,
.text-secondary-active.active i,
.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: #FF5AFB;
}

.text-secondary svg,
.text-secondary-hover:hover svg,
.text-secondary-active.active svg,
svg.text-secondary {
  fill: #FF5AFB;
}

.text-secondary-pink,
.text-secondary-pink-hover:hover,
.text-secondary-pink-hover:hover h1,
.text-secondary-pink-hover:hover h2,
.text-secondary-pink-hover:hover h3,
.text-secondary-pink-hover:hover h4,
.text-secondary-pink-hover:hover h5,
.text-secondary-pink-hover:hover h6,
.text-secondary-pink-hover:hover p,
.text-secondary-pink-hover:hover ul,
.text-secondary-pink-hover:hover li,
.text-secondary-pink-hover:hover a,
.text-secondary-pink-hover:hover i,
.text-secondary-pink-active.active,
.text-secondary-pink-active.active h1,
.text-secondary-pink-active.active h2,
.text-secondary-pink-active.active h3,
.text-secondary-pink-active.active h4,
.text-secondary-pink-active.active h5,
.text-secondary-pink-active.active h6,
.text-secondary-pink-active.active p,
.text-secondary-pink-active.active ul,
.text-secondary-pink-active.active li,
.text-secondary-pink-active.active a,
.text-secondary-pink-active.active i,
.text-secondary-pink h1,
.text-secondary-pink h2,
.text-secondary-pink h3,
.text-secondary-pink h4,
.text-secondary-pink h5,
.text-secondary-pink h6,
.text-secondary-pink p,
.text-secondary-pink ul,
.text-secondary-pink li,
.text-secondary-pink a,
.text-secondary-pink i,
h1.text-secondary-pink,
h2.text-secondary-pink,
h3.text-secondary-pink,
h4.text-secondary-pink,
h5.text-secondary-pink,
h6.text-secondary-pink,
p.text-secondary-pink,
ul.text-secondary-pink,
li.text-secondary-pink,
a.text-secondary-pink,
i.text-secondary-pink {
  color: #FF5AFB;
}

.text-secondary-pink svg,
.text-secondary-pink-hover:hover svg,
.text-secondary-pink-active.active svg,
svg.text-secondary-pink {
  fill: #FF5AFB;
}

.text-secondary-orange,
.text-secondary-orange-hover:hover,
.text-secondary-orange-hover:hover h1,
.text-secondary-orange-hover:hover h2,
.text-secondary-orange-hover:hover h3,
.text-secondary-orange-hover:hover h4,
.text-secondary-orange-hover:hover h5,
.text-secondary-orange-hover:hover h6,
.text-secondary-orange-hover:hover p,
.text-secondary-orange-hover:hover ul,
.text-secondary-orange-hover:hover li,
.text-secondary-orange-hover:hover a,
.text-secondary-orange-hover:hover i,
.text-secondary-orange-active.active,
.text-secondary-orange-active.active h1,
.text-secondary-orange-active.active h2,
.text-secondary-orange-active.active h3,
.text-secondary-orange-active.active h4,
.text-secondary-orange-active.active h5,
.text-secondary-orange-active.active h6,
.text-secondary-orange-active.active p,
.text-secondary-orange-active.active ul,
.text-secondary-orange-active.active li,
.text-secondary-orange-active.active a,
.text-secondary-orange-active.active i,
.text-secondary-orange h1,
.text-secondary-orange h2,
.text-secondary-orange h3,
.text-secondary-orange h4,
.text-secondary-orange h5,
.text-secondary-orange h6,
.text-secondary-orange p,
.text-secondary-orange ul,
.text-secondary-orange li,
.text-secondary-orange a,
.text-secondary-orange i,
h1.text-secondary-orange,
h2.text-secondary-orange,
h3.text-secondary-orange,
h4.text-secondary-orange,
h5.text-secondary-orange,
h6.text-secondary-orange,
p.text-secondary-orange,
ul.text-secondary-orange,
li.text-secondary-orange,
a.text-secondary-orange,
i.text-secondary-orange {
  color: #FF6700;
}

.text-secondary-orange svg,
.text-secondary-orange-hover:hover svg,
.text-secondary-orange-active.active svg,
svg.text-secondary-orange {
  fill: #FF6700;
}

.text-secondary-maroon,
.text-secondary-maroon-hover:hover,
.text-secondary-maroon-hover:hover h1,
.text-secondary-maroon-hover:hover h2,
.text-secondary-maroon-hover:hover h3,
.text-secondary-maroon-hover:hover h4,
.text-secondary-maroon-hover:hover h5,
.text-secondary-maroon-hover:hover h6,
.text-secondary-maroon-hover:hover p,
.text-secondary-maroon-hover:hover ul,
.text-secondary-maroon-hover:hover li,
.text-secondary-maroon-hover:hover a,
.text-secondary-maroon-hover:hover i,
.text-secondary-maroon-active.active,
.text-secondary-maroon-active.active h1,
.text-secondary-maroon-active.active h2,
.text-secondary-maroon-active.active h3,
.text-secondary-maroon-active.active h4,
.text-secondary-maroon-active.active h5,
.text-secondary-maroon-active.active h6,
.text-secondary-maroon-active.active p,
.text-secondary-maroon-active.active ul,
.text-secondary-maroon-active.active li,
.text-secondary-maroon-active.active a,
.text-secondary-maroon-active.active i,
.text-secondary-maroon h1,
.text-secondary-maroon h2,
.text-secondary-maroon h3,
.text-secondary-maroon h4,
.text-secondary-maroon h5,
.text-secondary-maroon h6,
.text-secondary-maroon p,
.text-secondary-maroon ul,
.text-secondary-maroon li,
.text-secondary-maroon a,
.text-secondary-maroon i,
h1.text-secondary-maroon,
h2.text-secondary-maroon,
h3.text-secondary-maroon,
h4.text-secondary-maroon,
h5.text-secondary-maroon,
h6.text-secondary-maroon,
p.text-secondary-maroon,
ul.text-secondary-maroon,
li.text-secondary-maroon,
a.text-secondary-maroon,
i.text-secondary-maroon {
  color: #910048;
}

.text-secondary-maroon svg,
.text-secondary-maroon-hover:hover svg,
.text-secondary-maroon-active.active svg,
svg.text-secondary-maroon {
  fill: #910048;
}

.text-secondary-crimson,
.text-secondary-crimson-hover:hover,
.text-secondary-crimson-hover:hover h1,
.text-secondary-crimson-hover:hover h2,
.text-secondary-crimson-hover:hover h3,
.text-secondary-crimson-hover:hover h4,
.text-secondary-crimson-hover:hover h5,
.text-secondary-crimson-hover:hover h6,
.text-secondary-crimson-hover:hover p,
.text-secondary-crimson-hover:hover ul,
.text-secondary-crimson-hover:hover li,
.text-secondary-crimson-hover:hover a,
.text-secondary-crimson-hover:hover i,
.text-secondary-crimson-active.active,
.text-secondary-crimson-active.active h1,
.text-secondary-crimson-active.active h2,
.text-secondary-crimson-active.active h3,
.text-secondary-crimson-active.active h4,
.text-secondary-crimson-active.active h5,
.text-secondary-crimson-active.active h6,
.text-secondary-crimson-active.active p,
.text-secondary-crimson-active.active ul,
.text-secondary-crimson-active.active li,
.text-secondary-crimson-active.active a,
.text-secondary-crimson-active.active i,
.text-secondary-crimson h1,
.text-secondary-crimson h2,
.text-secondary-crimson h3,
.text-secondary-crimson h4,
.text-secondary-crimson h5,
.text-secondary-crimson h6,
.text-secondary-crimson p,
.text-secondary-crimson ul,
.text-secondary-crimson li,
.text-secondary-crimson a,
.text-secondary-crimson i,
h1.text-secondary-crimson,
h2.text-secondary-crimson,
h3.text-secondary-crimson,
h4.text-secondary-crimson,
h5.text-secondary-crimson,
h6.text-secondary-crimson,
p.text-secondary-crimson,
ul.text-secondary-crimson,
li.text-secondary-crimson,
a.text-secondary-crimson,
i.text-secondary-crimson {
  color: #CE0058;
}

.text-secondary-crimson svg,
.text-secondary-crimson-hover:hover svg,
.text-secondary-crimson-active.active svg,
svg.text-secondary-crimson {
  fill: #CE0058;
}

.text-secondary-light-blue,
.text-secondary-light-blue-hover:hover,
.text-secondary-light-blue-hover:hover h1,
.text-secondary-light-blue-hover:hover h2,
.text-secondary-light-blue-hover:hover h3,
.text-secondary-light-blue-hover:hover h4,
.text-secondary-light-blue-hover:hover h5,
.text-secondary-light-blue-hover:hover h6,
.text-secondary-light-blue-hover:hover p,
.text-secondary-light-blue-hover:hover ul,
.text-secondary-light-blue-hover:hover li,
.text-secondary-light-blue-hover:hover a,
.text-secondary-light-blue-hover:hover i,
.text-secondary-light-blue-active.active,
.text-secondary-light-blue-active.active h1,
.text-secondary-light-blue-active.active h2,
.text-secondary-light-blue-active.active h3,
.text-secondary-light-blue-active.active h4,
.text-secondary-light-blue-active.active h5,
.text-secondary-light-blue-active.active h6,
.text-secondary-light-blue-active.active p,
.text-secondary-light-blue-active.active ul,
.text-secondary-light-blue-active.active li,
.text-secondary-light-blue-active.active a,
.text-secondary-light-blue-active.active i,
.text-secondary-light-blue h1,
.text-secondary-light-blue h2,
.text-secondary-light-blue h3,
.text-secondary-light-blue h4,
.text-secondary-light-blue h5,
.text-secondary-light-blue h6,
.text-secondary-light-blue p,
.text-secondary-light-blue ul,
.text-secondary-light-blue li,
.text-secondary-light-blue a,
.text-secondary-light-blue i,
h1.text-secondary-light-blue,
h2.text-secondary-light-blue,
h3.text-secondary-light-blue,
h4.text-secondary-light-blue,
h5.text-secondary-light-blue,
h6.text-secondary-light-blue,
p.text-secondary-light-blue,
ul.text-secondary-light-blue,
li.text-secondary-light-blue,
a.text-secondary-light-blue,
i.text-secondary-light-blue {
  color: #64D7FF;
}

.text-secondary-light-blue svg,
.text-secondary-light-blue-hover:hover svg,
.text-secondary-light-blue-active.active svg,
svg.text-secondary-light-blue {
  fill: #64D7FF;
}

.text-secondary-green,
.text-secondary-green-hover:hover,
.text-secondary-green-hover:hover h1,
.text-secondary-green-hover:hover h2,
.text-secondary-green-hover:hover h3,
.text-secondary-green-hover:hover h4,
.text-secondary-green-hover:hover h5,
.text-secondary-green-hover:hover h6,
.text-secondary-green-hover:hover p,
.text-secondary-green-hover:hover ul,
.text-secondary-green-hover:hover li,
.text-secondary-green-hover:hover a,
.text-secondary-green-hover:hover i,
.text-secondary-green-active.active,
.text-secondary-green-active.active h1,
.text-secondary-green-active.active h2,
.text-secondary-green-active.active h3,
.text-secondary-green-active.active h4,
.text-secondary-green-active.active h5,
.text-secondary-green-active.active h6,
.text-secondary-green-active.active p,
.text-secondary-green-active.active ul,
.text-secondary-green-active.active li,
.text-secondary-green-active.active a,
.text-secondary-green-active.active i,
.text-secondary-green h1,
.text-secondary-green h2,
.text-secondary-green h3,
.text-secondary-green h4,
.text-secondary-green h5,
.text-secondary-green h6,
.text-secondary-green p,
.text-secondary-green ul,
.text-secondary-green li,
.text-secondary-green a,
.text-secondary-green i,
h1.text-secondary-green,
h2.text-secondary-green,
h3.text-secondary-green,
h4.text-secondary-green,
h5.text-secondary-green,
h6.text-secondary-green,
p.text-secondary-green,
ul.text-secondary-green,
li.text-secondary-green,
a.text-secondary-green,
i.text-secondary-green {
  color: #C3F200;
}

.text-secondary-green svg,
.text-secondary-green-hover:hover svg,
.text-secondary-green-active.active svg,
svg.text-secondary-green {
  fill: #C3F200;
}

.text-dark,
.text-dark-hover:hover,
.text-dark-hover:hover h1,
.text-dark-hover:hover h2,
.text-dark-hover:hover h3,
.text-dark-hover:hover h4,
.text-dark-hover:hover h5,
.text-dark-hover:hover h6,
.text-dark-hover:hover p,
.text-dark-hover:hover ul,
.text-dark-hover:hover li,
.text-dark-hover:hover a,
.text-dark-hover:hover i,
.text-dark-active.active,
.text-dark-active.active h1,
.text-dark-active.active h2,
.text-dark-active.active h3,
.text-dark-active.active h4,
.text-dark-active.active h5,
.text-dark-active.active h6,
.text-dark-active.active p,
.text-dark-active.active ul,
.text-dark-active.active li,
.text-dark-active.active a,
.text-dark-active.active i,
.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: #A5BEBB;
}

.text-dark svg,
.text-dark-hover:hover svg,
.text-dark-active.active svg,
svg.text-dark {
  fill: #A5BEBB;
}

.text-light,
.text-light-hover:hover,
.text-light-hover:hover h1,
.text-light-hover:hover h2,
.text-light-hover:hover h3,
.text-light-hover:hover h4,
.text-light-hover:hover h5,
.text-light-hover:hover h6,
.text-light-hover:hover p,
.text-light-hover:hover ul,
.text-light-hover:hover li,
.text-light-hover:hover a,
.text-light-hover:hover i,
.text-light-active.active,
.text-light-active.active h1,
.text-light-active.active h2,
.text-light-active.active h3,
.text-light-active.active h4,
.text-light-active.active h5,
.text-light-active.active h6,
.text-light-active.active p,
.text-light-active.active ul,
.text-light-active.active li,
.text-light-active.active a,
.text-light-active.active i,
.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: #DAE1E0;
}

.text-light svg,
.text-light-hover:hover svg,
.text-light-active.active svg,
svg.text-light {
  fill: #DAE1E0;
}

.text-white,
.text-white-hover:hover,
.text-white-hover:hover h1,
.text-white-hover:hover h2,
.text-white-hover:hover h3,
.text-white-hover:hover h4,
.text-white-hover:hover h5,
.text-white-hover:hover h6,
.text-white-hover:hover p,
.text-white-hover:hover ul,
.text-white-hover:hover li,
.text-white-hover:hover a,
.text-white-hover:hover i,
.text-white-active.active,
.text-white-active.active h1,
.text-white-active.active h2,
.text-white-active.active h3,
.text-white-active.active h4,
.text-white-active.active h5,
.text-white-active.active h6,
.text-white-active.active p,
.text-white-active.active ul,
.text-white-active.active li,
.text-white-active.active a,
.text-white-active.active i,
.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: #ffffff;
}

.text-white a:hover {
  color: #e1e1e1;
}

.text-white svg,
.text-white-hover:hover svg,
.text-white-active.active svg,
svg.text-white {
  fill: #ffffff;
}


.text-orange a {
 color: #fd6801 !important;
}
/* Main body background */
body {
  position: relative;
}

#body-bg {
  background: url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/images/ccl-website-bg-1920x1750.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* 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: #0054FF !important;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 300;
  padding: 10px 15px;
}

/* Tools/Utility classes */

.negative-scroll-position,
a[data-hs-anchor="true"] {
  display: block;
  height: 1px;
  position: relative;
  top: -150px;
  width: 1px;
  z-index: -9999;
}
.footer {
  background-color: 

  
  
    
  


  rgba(0, 84, 255, 1)

;
  padding-bottom: 80px;
}

/* Footer Content */
.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #ffffff;
}

.footer p,
.footer li,
.footer a {
  font-size: .9em;
}

.footer p {
  margin: 0 0 .9em 0;
}

/* Footer final column */
.footer .span2:not(:first-child) {
  margin-left: 1% !important;
  width: 16% !important;
}

/* Footer icons */
.footer .icon-wrapper {
  margin-bottom: 1.25em;
}

.footer .icon-wrapper svg {
  height: 2em !important;
  padding: 0 !important;
}

/* Footer Navigation */
.footer .hs-menu-wrapper ul {
  justify-content: center;
  margin-bottom: .65em;
}

.footer .hs-menu-wrapper ul li.hs-menu-item {
  margin: 0 1.25em .65em 0;
  max-width: 160px;
  padding: 0;
}

.footer ul.hs-menu-children-wrapper {
  margin: .65em 0;
}

.footer .hs-menu-wrapper ul li.hs-menu-item a {
  color: #ffffff;
  font-family: Rubik, sans-serif;
}

.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: #d7d7d7;
}

@media (min-width: 1441px) {
  .footer .content-wrapper,
  .footer .dnd-section>.row-fluid {
    max-width: 1600px;
  }

  .footer .hs-menu-wrapper ul li.hs-menu-item {
    margin-right: 1.75em;
  }
}

@media (max-width: 820px) {
  .footer {
    text-align: center;
  }

  .footer .span2 {
    margin-left: unset !important;
    width: unset !important;
  }

  .footer .dnd-section .dnd-column {
    padding-bottom: 1em;
    margin: 0;
    text-align: center;
    width: 100% !important;
  }

  .footer .dnd-section .dnd-column:first-child>.dnd-row:first-child {
    width: 50%;
    margin-left: 25%;
  }

  .footer .icon-wrapper {
    text-align: center !important;
    width: 100%;
  }

  .footer .hs-menu-wrapper ul {
    display: block;
  }

  .footer .hs-menu-wrapper ul li.hs-menu-item {
    margin: 0;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .footer .icon-wrapper {
    float: left;
    text-align: center !important;
    width: 25%;
  }
}
body.no-scroll {
  overflow: hidden;
}

#main-content {
  padding-top: 150px;
}
@media (max-width: 1180px) {
  #main-content {
    padding-top: 80px;
  }
}
@media (max-width: 992px) {
  #main-content {
    padding-top: 60px;
  }
}

.header {
  display: flex;
  flex-direction: row;
  height: 150px;
  justify-content: center;
  position: relative;
  transition: all .5s ease;
  width: 100%;
  z-index: 999;
}

.header:after {
  background-color: #000;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 1s ease-in-out;
  width: 0%;
  z-index: 0;
}

.header.scrolled:after {
  width: 100%;
}

.header-sticky {
  position: fixed;
}

.header-solid,
.header.scrolled {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header.scrolled {
  height: 80px;
}

.header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
}

.header-inner .logo-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 25%;
}

.logo-container .large-logo,
.logo-container .small-logo {
  position: absolute;
}

.logo-container .large-logo img,
.logo-container .large-logo svg {
  height: 80px;
  width: auto !important;
}

.logo-container .small-logo img,
.logo-container .small-logo svg {
  height: 45px;
  width: auto !important;
}

@media (max-width: 1180px) {
  .logo-container .large-logo img,
  .logo-container .large-logo svg {
    height: 40px;
  }

  .logo-container .small-logo img,
  .logo-container .small-logo svg {
    height: 40px;
  }
}

@media (max-width: 819px) {
  .logo-container .large-logo img,
  .logo-container .large-logo svg {
    height: 30px;
  }

  .logo-container .small-logo img,
  .logo-container .small-logo svg {
    height: 30px;
  }
}

.logo-container img,
.logo-container svg {
  transition: all .3s ease-in-out;
}

.logo-container .large-logo img,
.logo-container .large-logo svg,
.scrolled .logo-container .small-logo img,
.scrolled .logo-container .small-logo svg {
  opacity: 1;
}

.logo-container .small-logo img,
.logo-container .small-logo svg,
.scrolled .logo-container .large-logo img,
.scrolled .logo-container .large-logo svg, {
  opacity: 0;
}

.header-inner .menu-container {
  width: 75%;
  z-index: 1;
}

.header-inner .menu-container--inner {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

.menu-container--cta {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.header-inner .mobile-menu-icon {
  align-items: center;
  display: flex;
  font-size: 1.75em;
  justify-content: flex-end;
  z-index: 1;
}

.header-solid .header-inner .mobile-menu-icon {
  color: #0054FF;
}

#mobile-menu-icon-open,
#mobile-menu-icon-close {
  cursor: pointer;
}

#mobile-menu-icon-open {
  display: block;
}

#mobile-menu-icon-close {
  color: #ffffff;
  display: none;
}

.header-inner .header-cta {
  margin: 0 1.75em 0 1em;
}

.hs-landing-page .header-inner .header-cta {
  margin: 0;
}

/* Burger Menu */
.mobile-menu {
  background-color: rgba(0, 84, 255,.95);
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

.mobile-menu-inner {
  height: 100%;
  margin: 0 auto;
  max-width: 1600px;
  padding: 90px 20px;
  width: 100%;
}

.scrolled .mobile-menu-inner {
  padding-top: 1em;
}

.mobile-menu-inner--menu {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden scroll;
  padding-top: 6em;
  text-align: center;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.mobile-menu-inner--menu::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
.mobile-menu-inner--menu .submenu.level-1,
.mobile-menu-inner--menu .submenu.level-1>li {
  display: block;
}

.mobile-menu-inner--menu a {
  white-space: normal;
}

.mobile-menu-inner--menu .submenu.level-1 > .menu-item > .menu-link {
  font-family: 'Canela', 'Spectral', serif;
  font-size: 2.25em;
  font-weight: 300;
  line-height: 1.2;
}

.mobile-menu-inner--menu .submenu.level-2 .menu-item .menu-link {
  font-size: 1.2em;
  line-height: 1.2;
  padding: 0.75em 1em 0.5em 1em;
}

.mobile-menu-inner--menu .submenu > .has-submenu > a {
  width: 100%;
}

.mobile-menu-inner--menu .submenu .menu-arrow,
.mobile-menu-inner--menu .submenu.level-1>.has-submenu>.menu-arrow,
.mobile-menu-inner--menu .submenu>.has-submenu>.menu-arrow {
  color: #ffffff;
  top: 10px;
}

.mobile-menu-inner--menu .submenu .menu-arrow-bg,
.mobile-menu-inner--menu .submenu.level-1>.has-submenu>.menu-arrow-bg,
.mobile-menu-inner--menu .submenu>.has-submenu>.menu-arrow-bg {
  margin-right: 0;
}
/****************************/
/****************************/
/****************************/
/****************************/

.mobile-menu-inner--menu .navigation-primary a {
  color: #ffffff !important;
}

.mobile-menu-inner--menu .navigation-primary li:active a,
.mobile-menu-inner--menu .navigation-primary li:hover a,
.mobile-menu-inner--menu .navigation-primary li:focus a {
  color: #e1e1e1 !important;
}


.mobile-menu-inner--menu .navigation-primary .submenu.level-1 > li > a.active-item:after {
  content: none;
}

.mobile-menu-inner--menu .navigation-primary .submenu.level-1 > li > a.active-item:after {
  display: none;
}

.mobile-menu-inner--menu .submenu > li > a {
  display: block;
  width: 100%;
}

.mobile-menu-inner--menu .submenu > .has-submenu {
  position: relative;
}

.mobile-menu-inner--menu .submenu {
  display: none;
}

.mobile-menu-inner--menu .submenu.level-1>.has-submenu>.menu-arrow-bg, 
.mobile-menu-inner--menu .submenu>.has-submenu>.menu-arrow-bg, 
.mobile-menu-inner--menu .submenu .menu-arrow-bg:after {
  content: '\f078';
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
}

input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg:after {
  content: '\f077';
}

.mobile-menu-inner--menu .submenu.level-1 > .has-submenu > .menu-arrow,
.mobile-menu-inner--menu .submenu > .has-submenu > .menu-arrow,
.mobile-menu-inner--menu .submenu .menu-arrow {
  background-position: center right 30px;
  background-repeat: no-repeat;
  background-size: 20px;
  border: none;
  cursor: pointer;
  display: block;
  height: 55px;
  position: absolute;
  right: 0;
  top: -3px;
  width: 10%;
}

.mobile-menu-inner--menu .submenu.level-1 > .has-submenu > .menu-arrow-bg,
.mobile-menu-inner--menu .submenu > .has-submenu > .menu-arrow-bg,
.mobile-menu-inner--menu .submenu .menu-arrow-bg {
  background-repeat: no-repeat;
  display: block;
  font-size: 1.25em;
  height: 1.25em;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 1em;
  transition: transform 0.4s;
  width: auto;
}

.mobile-menu-inner--menu .submenu.level-2 .menu-arrow-bg {
  margin-right: 0;
}

.mobile-menu-inner--menu .submenu.level-2 {
  background-color: transparent;
  border: none;
  box-shadow: none;
  opacity: 1;
  position: static;
  transform: unset;
  visibility: visible;
  width: 100%;
  z-index: 2;
}

.mobile-menu-inner--menu .submenu.level-2>li,
.mobile-menu-inner--menu .submenu.level-3>li {
  border-bottom: none;
}

.mobile-menu-inner--menu .submenu.level-2 > li:first-child:before {
  content: none;
  transition: none;
}

.mobile-menu-inner--menu .submenu.level-2 > li:first-child:hover:before,
.mobile-menu-inner--menu .submenu.level-2 > li:first-child.focus:before {
  transition: none;
}

.mobile-menu-inner--menu .submenu.level-2 .menu-item .menu-link {
  background-color: unset;
  transition: none;
}

.mobile-menu-inner--menu .header-inner .menu-container .navigation-primary .submenu.level-2 li {
  padding: .5em 0;
}

.mobile-menu-inner--menu .submenu.level-2 .has-submenu>.menu-link:after {
  display: none;
}

.mobile-menu-inner--menu .submenu.level-2 .menu-item .menu-link:hover,
.mobile-menu-inner--menu .submenu.level-2 .menu-item .menu-link:focus {
  transition: none;
}

.mobile-menu-inner--menu .submenu.level-2 .menu-item .menu-link:hover {
  background-color: inherit;
}

.mobile-menu-inner--menu .submenu.level-3 {
  background-color: transparent;
  position: relative;
  left: 0 !important;
  margin: 0 !important;
  padding: .5em 0 .5em 0;
  width: 100%;
  box-shadow: unset;
}

.mobile-menu-inner--menu .submenu.level-2 > li.has-submenu:hover .submenu.level-3, 
.mobile-menu-inner--menu .submenu.level-2 > li.has-submenu.focus .submenu.level-3,
.mobile-menu-inner--menu .submenu.level-3 {
  top: 0;
}

.mobile-menu-inner--menu .submenu.level-3 > li {
  background-color: inherit;
  padding: 0;
}

.mobile-menu-inner--menu .submenu.level-3>li:first-child {
  font-weight: normal;
}

.mobile-menu-inner--menu .submenu.level-3 li:first-child a:after {
  display: none;
}

.mobile-menu-inner--menu .submenu.level-3 .menu-item .menu-link {
  padding: 7px 50px;
}

.mobile-menu-inner--menu .submenu.level-2 a,
.mobile-menu-inner--menu .submenu.level-3 a {
  color: #ffffff;
}

.mobile-menu-inner--menu nav.navigation-primary ul.level-2 {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-inner--menu nav.navigation-primary ul.level-1 > li:hover ul.level-2 > li,
.mobile-menu-inner--menu nav.navigation-primary ul.level-2 > li:hover ul.level-3 > li {
  -webkit-animation-name: unset;
          animation-name: unset;
}

/****************************/
/****************************/
/****************************/
/****************************/

@media (min-width: 1180px) {
  .mobile-menu-inner--menu .submenu.level-1,
  .mobile-menu-inner--menu .submenu.level-1>li {
    margin: 0 auto;
    width: 75%;
  }
}

@media (max-width: 1180px) {
  .mobile-menu-inner {
    padding-top: 1em;
  }

  .mobile-menu-inner--menu {
    justify-content: flex-start;
    padding: 4em 0;
    text-align: left;
  }
}



/* 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;
}

/* Search bar */
.header-search {
  margin-bottom: 3px;
}

.header-search i {
  color: #ffffff;
  font-size: .8em;
  margin-right: 1em;
}

#site-search-modal {
  border-radius: 6px !important;
  margin-top: 150px;
  max-width: 960px;
  vertical-align: top;
}

#site-search-modal .site-search-modal__inner {
  padding: 2em;
}

#site-search-modal.modal a.close-modal {
  background-image: none !important;
  color: rgba(0, 0, 0, 0);
  font-size: 1em;
  right: 15px;
  text-indent: unset;
  top: 15px;
}

#site-search-modal.modal a.close-modal:after {
  color: #0054FF;
  content: '\f00d';
  font-family: 'Font Awesome 6 pro';
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: none !important;
  padding-top: .5em;
}

.hs-search-field__suggestions #results-for,
.hs-search-field__suggestions a {
  padding: 0.25rem 0.7rem;
}

/* Navigation */
.navigation-primary {
  display: flex;
  justify-content: center;
  width: 100%;
}

.navigation-primary a {
  font-family: Rubik, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.navigation-primary a,
.scrolled.transparent-light .navigation-primary a {
  color: #0054FF;
}

.transparent-light .navigation-primary a {
  color: #ffffff;
}

.navigation-primary a:hover,
.navigation-primary a:focus,
.navigation-primary a:active,
.navigation-primary a.active-item {
  color: #0054FF;
  position: relative;
}


.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.submenu-toggle {
  display: none;
}

.submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
}

.submenu.level-1 > li {
  display: inline-block;
  margin-bottom: unset;
  padding: 15px 20px;
}

.header.transparent-light .submenu.level-1 > li {
  color: #ffffff;
}

.submenu.level-1 > li.has-submenu {
  position: relative;
}

.submenu.level-1 > li > a {
  position: relative;
}

.header.transparent-light .submenu.level-1 > li > a {
  color: #ffffff;
}

.header.scrolled .submenu.level-1 > li > a {
  color: #0054FF;
}

.submenu.level-1 > li:hover > a,
.header.transparent-light .submenu.level-1 > li:hover > a,
.header.transparent-dark .submenu.level-1 > li:hover > a,
.header.solid .submenu.level-1 > li:hover > a,
.header.scrolled .submenu.level-1 > li:hover > a {
  color: #0036e1;
}


.submenu.level-1 > .has-submenu > .menu-arrow {
  color: #0054FF;
  display: none;
  height: 0;
  margin-left: 1px;
  position: absolute;
  right: 5px;
  top: 30px;
  width: 0;
}

.submenu.level-2 > .has-submenu > .menu-arrow {
  color: #0054FF;
}

.submenu.level-2 .has-submenu>.menu-link:after {
  color: #0054FF;
  content: "\f054";
  font-family: "FontAwesome";
  float: right;
  margin-right: -28px;
  width: 15px;
  height: 15px;
  transform: scale(.8);
  transition: all .3s ease-in-out !important;
}

.submenu.level-2 .has-submenu:hover > .menu-link:after {
  color: #0054FF;
}

.submenu.level-2,
.submenu.level-3 {
  border-radius: 0;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  font-weight: 500;
  left: -9999px;
  opacity: 0;
  padding: .5em 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  transform: translateX(-50%);
  width: auto;
}

.submenu.level-2 {
  background-color: #DAE1E0;
}

.submenu.level-3 {
  background-color: #ffffff;
}

.submenu.level-2 a,
.scrolled.transparent-light .submenu.level-2 a {
  color: #0054FF;
}

.submenu.level-3 a,
.scrolled.transparent-light .submenu.level-3 a {
  color: #0054FF;
}

.submenu.level-3 > li:first-child {
  font-weight: bold;
}

.submenu.level-2 > li:first-child > a, 
.submenu.level-3 > li:first-child > a {
  position: relative;
  z-index: 2;
}

.submenu.level-2 > li:first-child:before,
.submenu.level-3 > li:first-child:before {
  background-color: #FFF;
  border-radius: 0;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  content: '';
  display: none;
  height: 30px;
  margin-left: 20px;
  overflow: hidden;
  position: absolute;
  transform: rotate(45deg);
  transition: background-color 0.3s;
  width: 30px;
  z-index: 1;
}

.submenu.level-2 > li:first-child:before {
  display: none;
  top: -12px;
  left: calc(50% - 30px);
}

.submenu.level-3 > li:first-child:before {
  left: -30px;
  top: 15px;
}

.submenu.level-3 li:first-child a:after {
  content: "";
  display: block;
  position: relative;
  top: .7em;
  height: 2px;
  width: 100%;
  border-bottom: 2px solid #0054FF;
}

.submenu.level-2 > li:first-child:hover:before,
.submenu.level-2 > li:first-child.focus:before {
  background-color: rgba(208, 210, 212, 1.0);
  transition: background-color 0.3s;
}

.submenu.level-2 > li,
.submenu.level-3 > li {
  margin-bottom: 0;
  padding: 0;
}

.submenu.level-2 .menu-item .menu-link {
  display: block;
  font-size: 1em;
  padding: 0.75em 2em 0.75em 1em;
  transition: background-color 0.3s;
}

.submenu.level-2 .menu-item:first-of-type,
.submenu.level-2 .menu-item:first-of-type .menu-link {
  border-radius: 0;
}

.submenu.level-2 .menu-item:last-of-type,
.submenu.level-2 .menu-item:last-of-type .menu-link {
  border-radius: 0;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu,
.submenu.level-3 > li:last-child,
.submenu.level-3 > li:last-child .submenu {
  border-bottom: none;
  border-radius: 0;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  color: #0054FF;
  cursor: pointer;
  transition: all 0.3s;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  left: 50%;
  opacity: 1;
  z-index: 3;
}

.submenu.level-2 > li.has-submenu {
  position: relative;
}

.submenu.level-2 > li.has-submenu:hover .submenu.level-3,
.submenu.level-2 > li.has-submenu.focus .submenu.level-3 {
  left: 100%;
  opacity: 1;
  top: -.5em;
  transform: translateX(0);
  z-index: 2;
}

/* Animate dropdown menu */

nav.navigation-primary ul.level-1 > li:hover ul.level-2 {
  visibility: visible;
  opacity: 1;
  z-index: 0;
}
nav.navigation-primary ul.level-1 > li:hover ul.level-2 > li,
nav.navigation-primary ul.level-2 > li:hover ul.level-3 > li {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

nav.navigation-primary ul.level-2 {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translate(-25%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    transform: translate(-25%, 0);
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    opacity: 1;
  }
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

#nav-toggle {
  display: none;
}

/* Header Button / CTA */
.header__btn{
  margin-left:50px;
}

.header__btn button:hover{
  background-color: #FF5AFB;
}

.hs_cos_wrapper_type_cta {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

/*****************************************************************************/
/*****************************************************************************/
/***********************    MOBILE STYLES   **********************************/
/*****************************************************************************/
/*****************************************************************************/

@media (min-width: 1441px) {
  .header-inner {
    max-width: 1600px;
  }
}

/*--------------------------------------------------*/
/*------------------    1180px    ------------------*/
/*--------------------------------------------------*/

@media (max-width: 1180px) {
  .header {
    height: 80px;
  }

  .header-inner {
    padding: 1em;
    max-width: 100vw;
  }

  .header-inner .menu-container {
    background-color: rgba(255,255,255,0.95);
    display: none;
    height: 100vh;
    overflow: scroll;
    position: absolute;
    right: 0;
    top: 0;
  }

  .header-inner .menu-container--inner {
    display: block;
    height: 100vh;
    padding-top: 1.1em;
  }

  .header-inner .menu-container.show {
    display: block;
  }

  .header-inner .menu-container .navigation-primary {
    display: block;
  }

  .header-inner .menu-container--menu,
  .header-inner .menu-container--cta {
    width: 100%;
  }

  .header-inner .menu-container--cta {
    justify-content: flex-start;
    padding: 0 0.5em 1.2em 0.5em;
  }

  .hs-landing-page .header-inner .menu-container--cta {
    justify-content: flex-end;
    padding: 0;
  }

  .header-cta .button-wrapper {
    padding: 0;
  }

  #site-search-modal {
    margin-top: 75px;
  }

  .transparent-light .header-search a,
  .transparent-light .header-search i {
    color: #0054FF;
  }

  .navigation-primary {
    display: block;
  }

  .navigation-primary a {
    color: #0054FF !important;
  }

  .header-inner .menu-container .navigation-primary .submenu.level-1 {
    width: 100%;
  }

  .header-inner .menu-container .submenu.level-1>li {
    display: block;
  }
  .header-inner .menu-container .navigation-primary .submenu.level-1 li {
    display: block;
    padding: 0.5em 1.5em;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1180px) {
  .header-inner .menu-container {
    width: 50vw;
  }
}

@media (min-width: 768px) and (max-width: 1180px) {
  #site-search-modal .site-search-modal__inner {
    padding: 1em .5em;
  }

  .navigation-primary a {
    font-size: 17px;
  }

  .submenu.level-1 > li {
    padding: 22px 15px;
  }

  .submenu.level-1 > li:last-child {
    padding-right: 22px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow {
    right: 30px;
    top: 15px;
  }

  .submenu.level-2 {
    left: 0;
  }
}


/*--------------------------------------------------*/
/*------------------    1024px    ------------------*/
/*--------------------------------------------------*/
@media (max-width: 1024px) {

}

/*--------------------------------------------------*/
/*------------------     819px    ------------------*/
/*--------------------------------------------------*/
@media (max-width: 819px) {
  .header,
  .header.scrolled {
    height: 60px;
  }

  .header-inner {
    padding: 1em;

  }

  .header-inner .menu-container {
    width: 100vw;
  }

  .header-inner .menu-container--cta {
    padding-top: 1.3em;
  }

  .header .cta_button,
  .header.scrolled .cta_button {
    font-size: 12px !important;
  }

  .submenu.level-1>.has-submenu>.menu-arrow {
    display: block;
  }

  #site-search-modal .site-search-modal__inner {
    padding: 0;
  }

  .hs-landing-page .header-inner .header-cta .button {
    font-size: 0.8em;
  }
}

/*--------------------------------------------------*/
/*------------------     767px    ------------------*/
/*--------------------------------------------------*/
@media (max-width: 767px) {
  .menu-arrow svg {
    fill: #0054FF;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: rgba(0, 84, 255,1.0);
  border: 0px solid #0054FF;
  border-radius: 6px;
  color: #ffffff;
  padding: 10px 15px;
  width: auto;
  max-width: ;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:active,
button:hover,
button:focus,
.button:active,
.button:hover,
.button:focus {
  text-decoration: none;
  background-color: #0036e1;
  border-color: #0036e1;
  color: #fff;
}

/* 
  Custom Button Sytles 
*/
button.large,
.button.large {
  font-size: 1.25em;
  line-height: 1.2;
  max-width: 100%;
  padding: 1em 2em;
}

button.medium,
.button.medium {
  font-size: 1em;
  line-height: 1.2;
  padding: 10px 15px;
}

button.small,
.button.small {
  font-size: 0.75em;
  line-height: 1.2;
  padding: 8px 10px;
}

button.solid.primary,
.button.solid.primary {
  background-color: #0054FF;
  border: 1px solid #0054FF;
  color: #ffffff;
}

button.outline.primary,
.button.outline.primary {
  background-color: transparent;
  border: 1px solid #0054FF;
  color: #0054FF;
}

button.solid.secondary-pink,
.button.solid.secondary-pink {
  background-color: #FF5AFB;
  border: 1px solid #FF5AFB;
  color: #ffffff;
}

button.outline.secondary-pink,
.button.outline.secondary-pink {
  background-color: transparent;
  border: 1px solid #FF5AFB;
  color: #FF5AFB;
}

button.solid.secondary-orange,
.button.solid.secondary-orange {
  background-color: #FF6700;
  border: 1px solid #FF6700;
  color: #ffffff;
}

button.outline.secondary-orange,
.button.outline.secondary-orange {
  background-color: transparent;
  border: 1px solid #FF6700;
  color: #FF6700;
}

button.solid.secondary-maroon,
.button.solid.secondary-maroon {
  background-color: #910048;
  border: 1px solid #910048;
  color: #ffffff;
}

button.outline.secondary-maroon,
.button.outline.secondary-maroon {
  background-color: transparent;
  border: 1px solid #910048;
  color: #910048;
}

button.solid.secondary-crimson,
.button.solid.secondary-crimson {
  background-color: #CE0058;
  border: 1px solid #CE0058;
  color: #ffffff;
}

button.outline.secondary-crimson,
.button.outline.secondary-crimson {
  background-color: transparent;
  border: 1px solid #CE0058;
  color: #CE0058;
}

button.solid.secondary-light-blue,
.button.solid.secondary-light-blue {
  background-color: #64D7FF;
  border: 1px solid #64D7FF;
  color: #ffffff;
}

button.outline.secondary-light-blue,
.button.outline.secondary-light-blue {
  background-color: transparent;
  border: 1px solid #64D7FF;
  color: #64D7FF;
}

button.solid.secondary-green,
.button.solid.secondary-green {
  background-color: #C3F200;
  border: 1px solid #C3F200;
  color: #ffffff;
}

button.outline.secondary-green,
.button.outline.secondary-green {
  background-color: transparent;
  border: 1px solid #C3F200;
  color: #C3F200;
}

button.solid.white,
.button.solid.white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #0054FF;
}

button.outline.white,
.button.outline.white {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}


/* Hover states */
button.solid.primary:active,
.button.solid.primary:active,
button.solid.primary:hover, 
.button.solid.primary:hover,
button.solid.primary:focus,
.button.solid.primary:focus,
button.outline.primary:active,
.button.outline.primary:active,
button.outline.primary:hover,
.button.outline.primary:hover,
button.outline.primary:focus,
.button.outline.primary:focus {
  background-color: #0036e1;
  border-color: #0036e1;
}

button.outline.primary:active,
.button.outline.primary:active,
button.outline.primary:hover,
.button.outline.primary:hover,
button.outline.primary:focus,
.button.outline.primary:focus {
  color: #ffffff;
}

button.solid.secondary-pink:active,
.button.solid.secondary-pink:active,
button.solid.secondary-pink:hover, 
.button.solid.secondary-pink:hover,
button.solid.secondary-pink:focus,
.button.solid.secondary-pink:focus,
button.outline.secondary-pink:active,
.button.outline.secondary-pink:active,
button.outline.secondary-pink:hover,
.button.outline.secondary-pink:hover,
button.outline.secondary-pink:focus,
.button.outline.secondary-pink:focus {
  background-color: #e13cdd;
  border-color: #e13cdd;
}

button.solid.secondary-orange:active,
.button.solid.secondary-orange:active,
button.solid.secondary-orange:hover, 
.button.solid.secondary-orange:hover,
button.solid.secondary-orange:focus,
.button.solid.secondary-orange:focus,
button.outline.secondary-orange:active,
.button.outline.secondary-orange:active,
button.outline.secondary-orange:hover,
.button.outline.secondary-orange:hover,
button.outline.secondary-orange:focus,
.button.outline.secondary-orange:focus {
  background-color: #e14900;
  border-color: #e14900;
}

button.solid.secondary-maroon:active,
.button.solid.secondary-maroon:active,
button.solid.secondary-maroon:hover, 
.button.solid.secondary-maroon:hover,
button.solid.secondary-maroon:focus,
.button.solid.secondary-maroon:focus,
button.outline.secondary-maroon:active,
.button.outline.secondary-maroon:active,
button.outline.secondary-maroon:hover,
.button.outline.secondary-maroon:hover,
button.outline.secondary-maroon:focus,
.button.outline.secondary-maroon:focus {
  background-color: #73002a;
  border-color: #73002a;
}

button.solid.secondary-crimson:active,
.button.solid.secondary-crimson:active,
button.solid.secondary-crimson:hover, 
.button.solid.secondary-crimson:hover,
button.solid.secondary-crimson:focus,
.button.solid.secondary-crimson:focus,
button.outline.secondary-crimson:active,
.button.outline.secondary-crimson:active,
button.outline.secondary-crimson:hover,
.button.outline.secondary-crimson:hover,
button.outline.secondary-crimson:focus,
.button.outline.secondary-crimson:focus {
  background-color: #b0003a;
  border-color: #b0003a;
}

button.solid.secondary-light-blue:active,
.button.solid.secondary-light-blue:active,
button.solid.secondary-light-blue:hover, 
.button.solid.secondary-light-blue:hover,
button.solid.secondary-light-blue:focus,
.button.solid.secondary-light-blue:focus,
button.outline.secondary-light-blue:active,
.button.outline.secondary-light-blue:active,
button.outline.secondary-light-blue:hover,
.button.outline.secondary-light-blue:hover,
button.outline.secondary-light-blue:focus,
.button.outline.secondary-light-blue:focus {
  background-color: #46b9e1;
  border-color: #46b9e1;
}

button.solid.secondary-green:active,
.button.solid.secondary-green:active,
button.solid.secondary-green:hover, 
.button.solid.secondary-green:hover,
button.solid.secondary-green:focus,
.button.solid.secondary-green:focus,
button.outline.secondary-green:active,
.button.outline.secondary-green:active,
button.outline.secondary-green:hover,
.button.outline.secondary-green:hover,
button.outline.secondary-green:focus,
.button.outline.secondary-green:focus {
  background-color: #a5d400;
  border-color: #a5d400;
}

button.solid.white:active,
.button.solid.white:active,
button.solid.white:hover, 
.button.solid.white:hover,
button.solid.white:focus,
.button.solid.white:focus,
button.outline.white:active,
.button.outline.white:active,
button.outline.white:hover,
.button.outline.white:hover,
button.outline.white:focus,
.button.outline.white:focus {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}

button.outline.white:active,
.button.outline.white:active,
button.outline.white:hover,
.button.outline.white:hover,
button.outline.white:focus,
.button.outline.white:focus {
  color: #0054FF;
}

.sticky-banner {
  opacity: 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 10;
}

.sticky-banner.fixed {
  opacity: 1;
}
.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 #FF5AFB;
    color: #FF5AFB;
    display: inline-block;
    line-height: 1;
    margin-bottom: 1em;
    padding: .5em;
    font-size: .75em;
    text-transform: uppercase;
  }
  
  .content-card-date-time {
    color: #FF5AFB;
    font-size: .75em;
  }
  
  .content-card-description {
    margin-top: 1em;
  }
  
  .content-card-full-link {
    color: #0054FF;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  
  .content-card-full-link:hover {
    color: #0054FF;
  }
  
  .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-height: 100% !important;
  max-width: 100vw !important;
  width: 100%;
}

.CookieDeclarationType {
  border: none !important;
  padding: unset !important;
}
form,
.submitted-message {
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

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

  
  
    
  


  rgba(0, 84, 255, 1)

;
  color: #FF5AFB;
}

/* Form fields */
.hs-form-field {
  margin-bottom: .9em;
}

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

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

/* 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: #FFF;
  border: 1px solid;
  border-radius: 6px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  border-color: #0054FF;
  color: #000000;
}

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: #FF5AFB;
}

form select {
  /** Replace the dropdown arrow indicator */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

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

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

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

/* 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: #0054FF;
}

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

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

/* 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 */
.hs-form-booleancheckbox-display {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  padding-top: .5em;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  position: relative;
  top: 5px;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: .5em !important;
}

.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: .9em;
}

.legal-consent-container p {
  font-size: .9em !important;
}

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

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

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

/* Submit button */
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: rgba(0, 84, 255,1.0);
  border: 0px solid #0054FF;
  border-radius: 6px;
  color: #ffffff;
  padding: 10px 15px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 44, 215, 1.0);
  border-color: #002cd7;
  color: #ffffff;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 124, 255, 1.0);
  border-color: #287cff;
  color: #ffffff;
}

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

/* Custom module/section styles */
.cta-form-row input {
  border: none !important;
}

.cta-form-row .hs-submit {
  margin-top: 1em;
  text-align: center;
}

.cta-form-row form .hs-button,
.cta-form-row form input[type=submit] {
  font-size: 1em;
  padding: 15px 25px;
}
.social-icon-link {
  margin-right: 1em;
}

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

.social-icon-link:hover i,
.social-icon-link:hover svg {
  color: #FF5AFB;
  fill: #FF5AFB;
}
/*  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: 999 !important;
}

.jquery-modal.blocker.current .modal {
  border-radius: 6px;
  padding: 2em;
}

.modal a.close-modal {
  background-image: url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/images/ux/close-icon-blue.png") !important;
}

@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-list {
  margin: 0 100px !important;
  text-align: center;
}

.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: 30%;
  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 {
  font-family: FontAwesome;
  color: #0054FF;
  font-size: 40px;
}

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

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

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

.slick-dots .slick-active button {
  background-color: #0054FF;
}

.text-white .slick-dots .slick-active button {
  background-color: #ffffff;
}
/* Table */
table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #000000;
}

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

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

  
  
    
  


  rgba(0, 84, 255, 1)

;
  border-bottom-color: #000000;
  color: #FFFFFF;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}
@font-face {
  font-family: 'Canela';
  src:  url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/css/fonts/Canela-Light-Web.woff2") format('woff2'),
        url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/css/fonts/Canela-Light-Web.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'Canela';
  src:  url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/css/fonts/Canela-LightItalic-Web.woff2") format('woff2'),
        url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/css/fonts/Canela-LightItalic-Web.woff") format('woff');
  font-weight: 300;
  font-style: italic;
  font-stretch: normal;
}

@font-face {
  font-family: 'Aeonik';
  src:  url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/css/fonts/Aeonik-Regular.woff2") format('woff2'),
        url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/css/fonts/Aeonik-Regular.woff") format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src:  url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/css/fonts/Aeonik-RegularItalic.woff2") format('woff2'),
        url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/css/fonts/Aeonik-RegularItalic.woff") format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src:  url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/css/fonts/Aeonik-Light.woff2") format('woff2'),
        url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/css/fonts/Aeonik-Light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src:  url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/css/fonts/Aeonik-LightItalic.woff2") format('woff2'),
        url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/css/fonts/Aeonik-LightItalic.woff") format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src:  url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/css/fonts/Aeonik-Bold.woff2") format('woff2'),
        url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/css/fonts/Aeonik-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Aeonik';
  src:  url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/css/fonts/Aeonik-BoldItalic.woff2") format('woff2'),
        url("https://8634634.fs1.hubspotusercontent-eu1.net/hubfs/8634634/raw_assets/public/ccl/css/fonts/Aeonik-BoldItalic.woff") format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  font-size: 17px;
}

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

body {
  line-height: 1.4;
  word-break: break-word;
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

/* Paragraphs */
p {
  font-size: 1rem;
  margin: 1.2em 0;
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 500;
}

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

p a {
  text-decoration: underline;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #0054FF;
}

a:active {
  color: #0054FF;
}

p a:hover,
p a:focus,
p a:active {
  text-decoration: underline;
}

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

h1 {
  font-weight: 300; text-decoration: none; font-family: Spectral, serif; font-style: normal;
  color: #0054FF;
  font-size: 4.705882352941176em;
  margin-bottom: .2em;
}

h2 {
  font-weight: 300; text-decoration: none; font-family: Spectral, serif; font-style: normal;
  color: #0054FF;
  font-size: 2.941176470588235em;
}

h3 {
  font-weight: 300; text-decoration: none; font-family: Spectral, serif; font-style: normal;
  color: #0054FF;
  font-size: 2.352941176470588em;
}

h4 {
  font-weight: 500; text-decoration: none; font-family: Spectral, serif; font-style: normal;
  color: #000000;
  font-size: 1.764705882352941em;
}

h5 {
  font-weight: 500; text-decoration: none; font-family: Spectral, serif; font-style: normal;
  color: #000000;
  font-size: 1.411764706em;
}

h6 {
  font-weight: 500; text-decoration: none; font-family: Spectral, serif; font-style: normal;
  color: #000000;
  font-size: 1.058823529em;
}

/* Custom font overrides */
h1, h2, h3 {
  font-family: 'Canela', 'Spectral', serif;
}

h4, h5, h6, p, ul, ol, li, blockquote  {
  font-family: 'Aeonik', 'Rubik', sans-serif;
}

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

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

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

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

li {
  margin-bottom: .5em;
  padding-left: 0.25em;
}

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

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

/* Blockquotes */
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding: 0 1em;
  border-left-color: #0054FF;
}

blockquote p {
  font-style: italic;
}

/* Horizontal rules */
hr {
  background-color: #0054FF;
  border: none;
  color: #0054FF;
  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: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

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

.dnd-section .dnd-column {
  padding: 0 20px;
}

.remove-column-gutters .dnd-row {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
  width: 100%;
}

.remove-column-gutters .dnd-column {
  align-items: center;
  display: flex !important;
  flex-direction: column;
  height: 100% !important;
  justify-content: center;
  margin: 0 !important;
  padding: 0;
}

.four-blue-boxes-spacing .dnd-column {
  margin: 0 8px !important;
  padding: 0;
}

.overlapping-boxes {
  position: relative;
  z-index: 1;
}

.contact-map > .row-fluid {
  justify-content: center;
}

.contact-map > .row-fluid > .dnd-column {
  margin-left: 0 !important;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
} 
/* 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 {
  opacity: 0;
}

.in-view-port.text-animation-wrapper {
  opacity: 1;
  transition: opacity 1.4s 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;
}

.cta-row-title {
  text-align: right;
}

.cta-row-title h1,
.cta-row-title h2,
.cta-row-title h3,
.cta-row-title h4,
.cta-row-title h5,
.cta-row-title h6 {
  margin-bottom: 5px;
}

@media (max-width: 767px) and (orientation: portrait) {
  .cta-row-title {
    text-align: center;
  }
}

/* Responsive
Leave this file to be the last one in the file, so that the responsive styles take precedence
*/
/************************************************************************************/
/***    LARGE LAPTOPS                                                             ***/
/************************************************************************************/
@media (max-width: 1440px) {
}

/************************************************************************************/
/***    SMALL LAPTOPS                                                             ***/
/************************************************************************************/
@media (max-width: 1280px) {
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 2em;
  }
  h4 {
    font-size: 1.4em;
  }
  h5 {
    font-size: 1.25em;
  }
  h5 {
    font-size: 1.15em;
  }
}

/************************************************************************************/
/***    TABLETS                                                                   ***/
/************************************************************************************/
@media (max-width: 992px) {
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 2.75em;
  }
}

@media (min-width: 768px) and (max-width: 1200px) and (max-height: 1200px) and (orientation: portrait) {
  .mobile-menu-inner--menu .submenu.level-1>.menu-item>.menu-link {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) and (max-width: 1200px) and (max-height: 992px) and (orientation: landscape) {
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 2.75em;
  }
  .footer .icon-wrapper svg {
    height: 1.25em !important;
  }
  .mobile-menu-inner--menu .submenu.level-1>.menu-item>.menu-link {
    font-size: 1.5em;
  }
}

/************************************************************************************/
/***    MOBILES                                                                   ***/
/************************************************************************************/
@media (max-width: 500px) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2em;
  }

  .sticky-banner {
    display: none;
  }

  .footer {
    padding-bottom: 0;
  }
}

@media (min-width: 1px) and (max-width: 500px) and (max-height: 992px) and (orientation: portrait) {
  .remove-column-gutters .dnd-row {
    display: block;
  }
  .mobile-menu-inner--menu .submenu.level-1>.menu-item>.menu-link {
    font-size: 1.25em;
  }
  .mobile-menu-inner--menu .submenu.level-2 .menu-item .menu-link {
    font-size: 1em;
  }
  .mobile-menu-inner--menu .submenu .menu-arrow-bg,
  .mobile-menu-inner--menu .submenu.level-1>.has-submenu>.menu-arrow-bg,
  .mobile-menu-inner--menu .submenu>.has-submenu>.menu-arrow-bg {
    font-size: 1em;
  }
}

@media (min-width: 1px) and (max-width: 992px) and (max-height: 500px) and (orientation: landscape) {
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2em;
  }
  .mobile-menu-inner--menu .submenu.level-1>.menu-item>.menu-link {
    font-size: 1.25em;
  }
  .mobile-menu-inner--menu .submenu.level-2 .menu-item .menu-link {
    font-size: 1em;
  }
  .mobile-menu-inner--menu .submenu .menu-arrow-bg,
  .mobile-menu-inner--menu .submenu.level-1>.has-submenu>.menu-arrow-bg,
  .mobile-menu-inner--menu .submenu>.has-submenu>.menu-arrow-bg {
    font-size: 1em;
  }

}