/* Theme base styles */

/* INCLUDE THE VARIABLES AT THE TOP OF THE FILE, AS IT'S USED IN ALL STYLESHEETS BELOW */



:root {
  --container-width: 1240px;
  --dnd-section-padding: 120px 20px;
  --dnd-section-padding-tablet: 90px 20px;
  --dnd-section-padding-mobile: 60px 20px;
}


:root {
  --primary-color: 

  
  
    
  


  rgba(1, 42, 255, 1)

;
  --secondary-color: 

  
  
    
  


  rgba(0, 255, 102, 1)

;
  --dark-color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  --light-color: 

  
  
    
  


  rgba(239, 239, 239, 1)

;
  --white-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  --light-grey: #f0f0f0;
  --karman-black: #000000;
  --karman-white: #ffffff;
  --karman-green: #00FF66;
  --karman-dark-green: #00A76B;
  --karman-blue: #012AFF;
  --karman-dark-blue: #001CB1;
  --karman-grey: #EFEFEF;
  --karman-text-grey: #313131;
  --karman-greyed-out-text: #B5B5B5;
  --karman-green-gradient: linear-gradient(107deg, var(--karman-green) 0%, #00A241 100%);
  --karman-blue-gradient: linear-gradient(107deg, var(--karman-blue) 0%, var(--karman-dark-blue) 100%);
  --karman-gradient: linear-gradient(107deg, var(--karman-green) 41%, #01C2FF 100%);
  --karman-gradient-a: linear-gradient(107deg, #00FF62 0%, var(--karman-blue) 100%);
  --gradient-white-to-black-90deg: linear-gradient(90deg, var(--karman-white) 0%, var(--karman-white) 74%, var(--karman-black) 75%, var(--karman-black) 100%);
  --gradient-white-to-black-180deg: linear-gradient(180deg,var(--karman-white) 50%,var(--karman-black) 50%);
  --light-grey-white-top-gradient: linear-gradient(180deg, var(--light-grey) 0%, var(--karman-white) 100%);
  --gradient-green-to-blue: linear-gradient(to bottom, #1FE49D 0%, #25699F 100%);
  --gradient-light-blue-to-dark-blue: linear-gradient(to bottom, #0362E3 0%, #003377 100%);
}


:root {
  --anchor-font-color: 

  
  
    
  


  rgba(1, 42, 255, 1)

;
  --anchor-font-hover-color: 

  
  
    
  


  rgba(0, 255, 102, 1)

;
  --heading-1-font-size: 3.058821em;
  --heading-2-font-size: 2em;
  --heading-3-font-size: 1.764703em;
  --heading-4-font-size: 1.35294em;
  --heading-5-font-size: 1em;
  --heading-6-font-size: 0.70588em;
  --paragraph-font-size: 17px;
}











:root {
  --button-background-color: 

  
  
    
  


  rgba(1, 42, 255, 1.0)

;
  --button-font-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  --button-border: 1px solid 

  
  
    
  


  rgba(1, 42, 255, 1)

;
  --button-border-radius: 30px;
  --button-padding: 15px 40px;
  --button-max-width: 500px;
}


:root {
  --form-title-background-color: 

  
  
    
  


  rgba(1, 42, 255, 1)

;
  --form-title-font-color: 

  
  
    
  


  rgba(0, 255, 102, 1)

;
  --form-label-font-color: 

  
  
    
  


  rgba(181, 181, 181, 1)

;
  --form-help-text-font-color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  --form-error-text-font-color: 

  
  
    
  


  rgba(255, 0, 0, 1)

;
  --form-input-border-color: 

  
  
    
  


  rgba(1, 42, 255, 1)

;
  --form-input-focus-border-color: 

  
  
    
  


  rgba(0, 255, 102, 1)

;
}


:root {
  --table-header-background-color: 

  
  
    
  


  rgba(1, 42, 255, 1)

;
  --table-header-font-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  --table-background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  --table-font-color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  --table-border-color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  --table-footer-background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  --table-footer-font-color: 

  
  
    
  


  rgba(239, 239, 239, 1)

;
}


:root {
  --header-height-desktop: 80px;
  --header-height-tablet: 60px;
  --header-height-mobile: 60px;
  --header-background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  --header-navigation-link-color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  --header-navigation-link-hover-color: 

  
  
    
  


  rgba(1, 42, 255, 1)

;
  --header-child-navigation-border-color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
}



:root {
  --footer-background-color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  --footer-font-color: 

  
  
    
  


  rgba(239, 239, 239, 1)

;
  --footer-navigation-link-color: 

  
  
    
  


  rgba(239, 239, 239, 1)

;
  --footer-navigation-link-hover-color: 

  
  
    
  


  rgba(0, 255, 102, 1)

;
}

/*  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
*/
.s-background-color--primary,
.s-background-color--primary-hover:hover,
.s-background-color--primary-active.active,
.s-icon-background-color--primary svg {
  background-color: var(--primary-color);
}

.s-background-color--secondary,
.s-background-color--secondary-hover:hover,
.s-background-color--secondary-active.active,
.s-icon-background-color--secondary svg {
  background-color: var(--secondary-color);
}

.s-background-color--dark,
.s-background-color--dark-hover:hover,
.s-background-color--dark-active.active,
.s-icon-background-color--dark svg {
  background-color: var(--dark-color);
}

.s-background-color--light,
.s-background-color--light-hover:hover,
.s-background-color--light-active.active,
.s-icon-background-color--light svg {
  background-color: var(--light-color);
}

.s-background-color--white,
.s-background-color--white-hover:hover,
.s-background-color--white-active.active,
.s-icon-background-color--white svg {
  background-color: var(--white-color);
}

.s-text-color--primary,
.s-text-color--primary-hover:hover,
.s-text-color--primary-hover:hover h1,
.s-text-color--primary-hover:hover h2,
.s-text-color--primary-hover:hover h3,
.s-text-color--primary-hover:hover h4,
.s-text-color--primary-hover:hover h5,
.s-text-color--primary-hover:hover h6,
.s-text-color--primary-hover:hover p,
.s-text-color--primary-hover:hover ul,
.s-text-color--primary-hover:hover li,
.s-text-color--primary-hover:hover a,
.s-text-color--primary-hover:hover i,
.s-text-color--primary-active.active,
.s-text-color--primary-active.active h1,
.s-text-color--primary-active.active h2,
.s-text-color--primary-active.active h3,
.s-text-color--primary-active.active h4,
.s-text-color--primary-active.active h5,
.s-text-color--primary-active.active h6,
.s-text-color--primary-active.active p,
.s-text-color--primary-active.active ul,
.s-text-color--primary-active.active li,
.s-text-color--primary-active.active a,
.s-text-color--primary-active.active i,
.s-text-color--primary h1,
.s-text-color--primary h2,
.s-text-color--primary h3,
.s-text-color--primary h4,
.s-text-color--primary h5,
.s-text-color--primary h6,
.s-text-color--primary p,
.s-text-color--primary ul,
.s-text-color--primary li,
.s-text-color--primary a,
.s-text-color--primary i,
h1.s-text-color--primary,
h2.s-text-color--primary,
h3.s-text-color--primary,
h4.s-text-color--primary,
h5.s-text-color--primary,
h6.s-text-color--primary,
p.s-text-color--primary,
ul.s-text-color--primary,
li.s-text-color--primary,
a.s-text-color--primary,
i.s-text-color--primary {
  color: var(--primary-color);
}

.s-text-color--primary svg path,
.s-text-color--primary-hover:hover svg path,
.s-text-color--primary-active.active svg path,
svg.s-text-color--primary {
  fill: var(--primary-color);
}

.s-text-color--secondary,
.s-text-color--secondary-hover:hover,
.s-text-color--secondary-hover:hover h1,
.s-text-color--secondary-hover:hover h2,
.s-text-color--secondary-hover:hover h3,
.s-text-color--secondary-hover:hover h4,
.s-text-color--secondary-hover:hover h5,
.s-text-color--secondary-hover:hover h6,
.s-text-color--secondary-hover:hover p,
.s-text-color--secondary-hover:hover ul,
.s-text-color--secondary-hover:hover li,
.s-text-color--secondary-hover:hover a,
.s-text-color--secondary-hover:hover i,
.s-text-color--secondary-active.active,
.s-text-color--secondary-active.active h1,
.s-text-color--secondary-active.active h2,
.s-text-color--secondary-active.active h3,
.s-text-color--secondary-active.active h4,
.s-text-color--secondary-active.active h5,
.s-text-color--secondary-active.active h6,
.s-text-color--secondary-active.active p,
.s-text-color--secondary-active.active ul,
.s-text-color--secondary-active.active li,
.s-text-color--secondary-active.active a,
.s-text-color--secondary-active.active i,
.s-text-color--secondary h1,
.s-text-color--secondary h2,
.s-text-color--secondary h3,
.s-text-color--secondary h4,
.s-text-color--secondary h5,
.s-text-color--secondary h6,
.s-text-color--secondary p,
.s-text-color--secondary ul,
.s-text-color--secondary li,
.s-text-color--secondary a,
.s-text-color--secondary i,
h1.s-text-color--secondary,
h2.s-text-color--secondary,
h3.s-text-color--secondary,
h4.s-text-color--secondary,
h5.s-text-color--secondary,
h6.s-text-color--secondary,
p.s-text-color--secondary,
ul.s-text-color--secondary,
li.s-text-color--secondary,
a.s-text-color--secondary,
i.s-text-color--secondary {
  color: var(--secondary-color);
}

.s-text-color--secondary svg path,
.s-text-color--secondary-hover:hover svg path,
.s-text-color--secondary-active.active svg path,
svg.s-text-color--secondary {
  fill: var(--secondary-color);
}

.s-text-color--dark,
.s-text-color--dark-hover:hover,
.s-text-color--dark-hover:hover h1,
.s-text-color--dark-hover:hover h2,
.s-text-color--dark-hover:hover h3,
.s-text-color--dark-hover:hover h4,
.s-text-color--dark-hover:hover h5,
.s-text-color--dark-hover:hover h6,
.s-text-color--dark-hover:hover p,
.s-text-color--dark-hover:hover ul,
.s-text-color--dark-hover:hover li,
.s-text-color--dark-hover:hover a,
.s-text-color--dark-hover:hover i,
.s-text-color--dark-active.active,
.s-text-color--dark-active.active h1,
.s-text-color--dark-active.active h2,
.s-text-color--dark-active.active h3,
.s-text-color--dark-active.active h4,
.s-text-color--dark-active.active h5,
.s-text-color--dark-active.active h6,
.s-text-color--dark-active.active p,
.s-text-color--dark-active.active ul,
.s-text-color--dark-active.active li,
.s-text-color--dark-active.active a,
.s-text-color--dark-active.active i,
.s-text-color--dark h1,
.s-text-color--dark h2,
.s-text-color--dark h3,
.s-text-color--dark h4,
.s-text-color--dark h5,
.s-text-color--dark h6,
.s-text-color--dark p,
.s-text-color--dark ul,
.s-text-color--dark li,
.s-text-color--dark a,
.s-text-color--dark i,
h1.s-text-color--dark,
h2.s-text-color--dark,
h3.s-text-color--dark,
h4.s-text-color--dark,
h5.s-text-color--dark,
h6.s-text-color--dark,
p.s-text-color--dark,
ul.s-text-color--dark,
li.s-text-color--dark,
a.s-text-color--dark,
i.s-text-color--dark {
  color: var(--dark-color);
}

.s-text-color--dark svg path,
.s-text-color--dark-hover:hover svg path,
.s-text-color--dark-active.active svg path,
svg.s-text-color--dark {
  fill: var(--dark-color);
}

.s-text-color--light,
.s-text-color--light-hover:hover,
.s-text-color--light-hover:hover h1,
.s-text-color--light-hover:hover h2,
.s-text-color--light-hover:hover h3,
.s-text-color--light-hover:hover h4,
.s-text-color--light-hover:hover h5,
.s-text-color--light-hover:hover h6,
.s-text-color--light-hover:hover p,
.s-text-color--light-hover:hover ul,
.s-text-color--light-hover:hover li,
.s-text-color--light-hover:hover a,
.s-text-color--light-hover:hover i,
.s-text-color--light-active.active,
.s-text-color--light-active.active h1,
.s-text-color--light-active.active h2,
.s-text-color--light-active.active h3,
.s-text-color--light-active.active h4,
.s-text-color--light-active.active h5,
.s-text-color--light-active.active h6,
.s-text-color--light-active.active p,
.s-text-color--light-active.active ul,
.s-text-color--light-active.active li,
.s-text-color--light-active.active a,
.s-text-color--light-active.active i,
.s-text-color--light h1,
.s-text-color--light h2,
.s-text-color--light h3,
.s-text-color--light h4,
.s-text-color--light h5,
.s-text-color--light h6,
.s-text-color--light p,
.s-text-color--light ul,
.s-text-color--light li,
.s-text-color--light a,
.s-text-color--light i,
h1.s-text-color--light,
h2.s-text-color--light,
h3.s-text-color--light,
h4.s-text-color--light,
h5.s-text-color--light,
h6.s-text-color--light,
p.s-text-color--light,
ul.s-text-color--light,
li.s-text-color--light,
a.s-text-color--light,
i.s-text-color--light {
  color: var(--light-color);
}

.s-text-color--light svg path,
.s-text-color--light-hover:hover svg path,
.s-text-color--light-active.active svg path,
svg.s-text-color--light {
  fill: var(--light-color);
}

.s-text-color--white,
.s-text-color--white-hover:hover,
.s-text-color--white-hover:hover h1,
.s-text-color--white-hover:hover h2,
.s-text-color--white-hover:hover h3,
.s-text-color--white-hover:hover h4,
.s-text-color--white-hover:hover h5,
.s-text-color--white-hover:hover h6,
.s-text-color--white-hover:hover p,
.s-text-color--white-hover:hover ul,
.s-text-color--white-hover:hover li,
.s-text-color--white-hover:hover a,
.s-text-color--white-hover:hover i,
.s-text-color--white-active.active,
.s-text-color--white-active.active h1,
.s-text-color--white-active.active h2,
.s-text-color--white-active.active h3,
.s-text-color--white-active.active h4,
.s-text-color--white-active.active h5,
.s-text-color--white-active.active h6,
.s-text-color--white-active.active p,
.s-text-color--white-active.active ul,
.s-text-color--white-active.active li,
.s-text-color--white-active.active a,
.s-text-color--white-active.active i,
.s-text-color--white h1,
.s-text-color--white h2,
.s-text-color--white h3,
.s-text-color--white h4,
.s-text-color--white h5,
.s-text-color--white h6,
.s-text-color--white p,
.s-text-color--white ul,
.s-text-color--white li,
.s-text-color--white a,
.s-text-color--white i,
.s-text-color--white label,
.s-text-color--white .hs-form-required,
h1.s-text-color--white,
h2.s-text-color--white,
h3.s-text-color--white,
h4.s-text-color--white,
h5.s-text-color--white,
h6.s-text-color--white,
p.s-text-color--white,
ul.s-text-color--white,
li.s-text-color--white,
a.s-text-color--white,
i.s-text-color--white {
  color: var(--white-color);
}

.s-text-color--white svg path,
.s-text-color--white-hover:hover svg path,
.s-text-color--white-active.active svg path,
svg.s-text-color--white {
  fill: var(--white-color);
}

.s-gradient--karman-green {
  background: var(--karman-green-gradient);
}

.s-gradient--karman-blue {
  background: var(--karman-blue-gradient);
}

.s-gradient--karman-gradient {
  background: var(--karman-gradient);
}

.s-gradient--karman-gradient-a {
  background: var(--karman-gradient-a);
}

.s-gradient--transparent-to-black {
  background: var(--gradient-white-to-black-90deg);
  overflow: hidden;
}

.s-gradient--vertical-white-to-black {
  background: var(--gradient-white-to-black-180deg);
}

.s-gradient-background--light-grey-white-top:after {
  background: var(--light-grey-white-top-gradient);
  background-position: top;
}

.s-gradient--green-to-blue {
  background: var(--gradient-green-to-blue);
}

.s-gradient--light-blue-to-dark-blue {
  background: var(--gradient-light-blue-to-dark-blue); 
}

.s-section-drop-shadow {
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.10);
}
/* 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: var(--primary-color) !important;
  font-family: 'Courier New', Courier, monospace;
  font-weight: 300;
  padding: 10px 15px;
}

/* Tools/Utility classes */

.l-negative-scroll-position,
a[data-hs-anchor="true"] {
  display: block;
  height: 1px;
  position: relative;
  top: -150px;
  width: 1px;
  z-index: -9999;
}
.l-footer {
  background-color: var(--footer-background-color);
}

.l-footer--no-navigation .dnd-section {
  padding-bottom: 50px;
  padding-top: 50px;
}

.l-footer--no-navigation .widget-span:nth-child(2),
.l-footer--no-navigation .widget-span:nth-child(3) {
  border: none !important;
}

.l-footer--no-navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  justify-content: flex-end;
  margin-top: 7px;
}

.l-footer--no-navigation .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-menu-item {
  margin-bottom: 0;
  margin-left: 1rem;
}

/* Footer Content */
.l-footer p,
.l-footer h1,
.l-footer h2,
.l-footer h3,
.l-footer h4,
.l-footer h5,
.l-footer h6,
.l-footer label,
.l-footer li,
.l-footer img {
  color: var(--footer-font-color);
}

/* Footer Navigation */
.l-footer .hs-menu-wrapper ul li.hs-menu-item{
  margin-bottom: 20px;
}
.l-footer .hs-menu-wrapper ul li.hs-menu-item:last-child{
  margin-bottom: 0;
}

.l-footer .hs-menu-wrapper ul li.hs-menu-item a {
  color: var(--footer-navigation-link-color);
  display: inline-block;
  font-family: Outfit, serif;
}

.l-footer .hs-menu-wrapper ul li.hs-menu-item a:hover,
.l-footer .hs-menu-wrapper ul li.hs-menu-item a:focus {
  text-decoration: none;
  color: var(--footer-navigation-link-hover-color);
}

.l-footer .hs-menu-depth-2 > ul {
  margin-bottom: unset;
}

.l-footer form.hs-form .hs-input{
  border-width: 0;
  border-radius: 5px;
  padding: 12px 20px;
  line-height: 1.8;
  width: 100% !important;
}
.l-footer form.hs-form .hs-error-msgs.inputs-list>li{
  margin: 0;
}
.l-footer form.hs-form .hs-error-msg{
  font-size: 0.7em;
}
/*
.l-footer form.hs-form .hs-button{
  background-color: transparent;
  background-image: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><mask id="mask0_918_2292" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="21"><rect id="Bounding box" x="0.5" y="0.557129" width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_918_2292)"><path id="arrow_right_alt" d="M12.0384 15.2687L11.1603 14.3649L14.343 11.1822H4.25V9.93225H14.343L11.1603 6.74954L12.0384 5.8457L16.75 10.5572L12.0384 15.2687Z" fill="white"/></g></g></svg>');
  background-position: center right 20px;
  background-repeat: no-repeat;
  border: 1px solid var(--karman-green) !important;
  color: var(--footer-navigation-link-color);
  line-height: 1.8;
  padding: 10px 50px 10px 30px;
  transition: all ease .35s;
}
.l-footer form.hs-form .hs-button:hover,
.l-footer form.hs-form .hs-button:focus{
  background-color: var(--karman-green);
  background-image: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><mask id="mask0_918_2292" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="21"><rect id="Bounding box" x="0.5" y="0.557129" width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_918_2292)"><path id="arrow_right_alt" d="M12.0384 15.2687L11.1603 14.3649L14.343 11.1822H4.25V9.93225H14.343L11.1603 6.74954L12.0384 5.8457L16.75 10.5572L12.0384 15.2687Z" fill="black"/></g></g></svg>');
  background-position: center right 14px;
  color: var(--karman-black);
}
*/
/*
.l-footer .hs-menu-wrapper ul {
  justify-content: center;
}

.l-footer .hs-menu-wrapper ul li.hs-menu-item {
  margin: 5px 10px;
}


.l-footer .hs-menu-item>a:after {
  border-top: 2px solid var(--footer-navigation-link-color);
  content: "";
  display: block;
  padding-bottom: inherit;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
  transition: transform .3s ease-out,border-color .3s ease-out;
  width: 100%;
}

.l-footer .hs-menu-item.active-branch>a:after, 
.l-footer .hs-menu-item:active>a:after, 
.l-footer .hs-menu-item:focus-within>a:after, 
.l-footer .hs-menu-item:focus>a:after, 
.l-footer .hs-menu-item:hover>a:after {
  backface-visibility: hidden;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


*/

/*********************
  RESPONSIVE STYLES
*********************/
@media (min-width: 768px) and (max-width: 991px) {
  .l-footer .dnd-column:nth-child(1){
    width: 40%;
  }
  .l-footer .dnd-column:nth-child(2),
  .l-footer .dnd-column:nth-child(3){
    width: 25%;
  }

  .l-footer .dnd-column:nth-child(4){
    clear: both;
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
  }
}

@media(max-width: 767px){
  .l-footer .dnd-section > .row-fluid{
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer .dnd-section > .row-fluid > div:nth-child(4){
    order: 1;
    width: 100%;
    position: relative;
  }
  .l-footer .dnd-section > .row-fluid > div:nth-child(4):after{
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid var(--karman-green);
    position: absolute;
    bottom: 0;
    left: -30%;
  }
  .l-footer .dnd-section > .row-fluid > div:nth-child(1){
    order: 4;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .l-footer .dnd-section > .row-fluid > div:nth-child(1):after{
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid var(--karman-green);
    position: absolute;
    top: 0;
    left: -30%;
  }
  .l-footer .dnd-section > .row-fluid > div:nth-child(2){
    order: 2;
    width: 49%;
  }
  .l-footer .dnd-section > .row-fluid > div:nth-child(3){
    order: 3;
    width: 49%;
    margin-left: 2%;
  }
  .l-footer .widget-type-linked_image,
  .hs_cos_wrapper_type_linked_image{
    display: block;
    width: 100%;
  }

  .l-footer .dnd-section > .row-fluid > div:nth-child(1) > .dnd-row:nth-child(1),
  .l-footer .dnd-section > .row-fluid > div:nth-child(1) > .dnd-row:nth-child(2),
  .l-footer .dnd-section > .row-fluid > div:nth-child(1) > .dnd-row:nth-child(3){
    order: 1;
  }

  .l-footer .dnd-section > .row-fluid > div:nth-child(1) > .dnd-row:nth-child(1){
    margin-top: 30px;
  }
}

/*
  Small devices (landscape phones, 576px and up)
*/
@media (min-width: 576px) { }

/*
  Medium devices (tablets, 768px and up)
*/
@media (min-width: 768px) {
  .l-footer .widget-span:nth-child(2),
  .l-footer .widget-span:nth-child(3){
    border-left: 1px solid var(--footer-navigation-link-hover-color);;
  }

  body #hs_cos_wrapper_footer-module-15,
  body #hs_cos_wrapper_footer-module-19{
    padding-bottom: 0 !important;
  }
}
/*
  Large devices (desktops, 992px and up)
*/
@media (min-width: 992px) { }

/*
  X-Large devices (large desktops, 1200px and up)
*/
@media (min-width: 1200px) {

}
/*
  XX-Large devices (larger desktops, 1400px and up)
*/
@media (min-width: 1400px) { }
body.js-no-scroll {
  overflow: hidden;
}

.l-header-style--fixed #l-main-content {
  padding-top: var(--header-height-mobile);
}

.l-header {
  background-color: var(--header-background-color);
  height: var(--header-height-mobile);
  padding: 0 20px;
  transition: all .5s ease;
  width: 100vw;
  z-index: 999;
  font-weight: 500; text-decoration: none; font-family: 'Space Grotesk', sans-serif; font-style: normal;
}

.l-header.scrolled{
  box-shadow: 0 0 19px 0 rgba(0,0,0,.06);
}

.l-header--fixed {
  position: fixed;
}

.l-header__inner {
  max-width: var(--container-width);
  width: 100%;
  z-index: 1;
}

.l-header__menu-and-buttons {
  gap: 1rem;
}

.l-header__buttons {
  gap: 1rem;
}

.c-header-cta {
  padding-left: 2rem;
}

.c-header-logo img {
  max-width: 195px;
}

.c-header-separator {
  background: var(--karman-greyed-out-text);
  height: 60%;
  margin: 0 20px 10px 20px;
  width: 1px;
}

/* MOBILE MENU */
.c-header-mobile-menu__icon--close,
.js-header-mobile-menu--active .c-header-mobile-menu__icon--open {
  display: none;
}

.c-header-mobile-menu__icon--open,
.js-header-mobile-menu--active .c-header-mobile-menu__icon--close {
  display: block;
}

/* MENU ICONS */
button.c-header-mobile-menu__icon--open,
button.c-header-mobile-menu__icon--close,
button.c-header-search__icon,
button.c-site-search-modal__close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  -webkit-appearance: unset;
}

/* SITE SEARCH */
.c-site-search-modal {
  background: rgba(255,255,255,.95);
  bottom: 0;
  display: none;
  height: 100vh;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 999;
}

.js-site-search-modal--active {
  display: block;
}

.c-site-search-modal__inner {
  margin: 2em auto;
  max-width: var(--container-width);
  position: relative;
  width: 600px;
}

.c-site-search-modal__close {
  position: absolute;
  right: 0;
  top: 0;
}

.c-site-search-modal__search-form {
  padding-top: 1rem;
}

.c-site-search-modal__search-form .hs-search-field__input,
.c-site-search-modal__search-form .hs-search-field__button {
  padding: .5rem;
}

.c-site-search-modal__search-form .hs-search-field__bar button {
  font-size: 1rem;
  line-height: 1;
}

.c-site-search-modal__search-form .hs-search-field__bar button svg {
  fill: white;
  height: 1rem;
}

.c-site-search-modal__search-form .hs-search-field__suggestions .results-for,
.c-site-search-modal__search-form .hs-search-field__suggestions a {
  padding: .25rem .5rem
}

.c-site-search-modal__search-form .hs-search-field--open .hs-search-field__suggestions,
.c-site-search-modal__search-form .inpage-editor-active-field .hs-search-field__suggestions {
  border: none;
}

.c-site-search-modal__search-form .hs-search-field__suggestions a:focus,
.c-site-search-modal__search-form .hs-search-field__suggestions a:hover {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

/* Navigation skipper */
.l-header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.l-header__skip:hover,
.l-header__skip:focus,
.l-header__skip:active {
  height: auto;
  left: 0.5rem;
  overflow: visible;
  padding: 0.25rem 0.5rem;
  top: 0.5rem;
  width: auto;
}

/* Breadcrumb */
#l-breadcrumb {
  bottom: -30px;
  left: 0;
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 20px;
  position: absolute;
  right: 0;
  transition: all ease .35s;
  width: 100%;
}

.l-header.scrolled #l-breadcrumb {
  opacity: 0;
}

.c-breadcrumb {
  display: inline-flex;
}

a.c-breadcrumb__link {
  color: var(--karman-text-grey);
  margin-right: 20px;
  opacity: .4;
}

a.c-breadcrumb__link:hover {
  color: var(--karman-blue) !important;
  opacity: 1 !important;
}

.c-breadcrumb__link--active {
  margin-right: 0;
  opacity: 1;
}

body.s-breadcrumb--white a.c-breadcrumb__link,
body.s-breadcrumb--white a.c-breadcrumb__link:hover,
body.s-breadcrumb--white .c-breadcrumb__link--active {
  color: var(--karman-white) !important;
}

body.s-breadcrumb--white a.c-breadcrumb__link {
  opacity: .6;
}

,
body.s-breadcrumb--white a.c-breadcrumb__link:hover {
  opacity: 1;
}

/*********************
  RESPONSIVE STYLES
*********************/

@media screen and (max-width: 1199px) {

  /* NAVIGATION MENU */
  .c-header-menu{
    position: fixed;
    top: 60px;
    right: -250px;
    width: 240px;
    height: calc(100vh - 60px);
    overflow: auto;
    z-index: 50;
    transition: right ease .35s;
  }
  .js-header-mobile-menu--active .c-header-menu{
    padding: 13px 0 100px 0;
    right: 0;
  }

  .c-header-menu .hs_cos_wrapper_type_menu{
    display: block;
  }

  .c-header-menu .hs-menu-flow-horizontal > ul {
    display: block;
    gap: 1rem;
    background-color: var(--header-background-color);
    border: 1px solid #e6ecf3;
    border-top-color: #ffffff;
    padding-bottom: .5rem;
  }

  .c-header-cta {
    background-color: var(--header-background-color);
    border: 1px solid #e6ecf3;
    border-bottom-color: #ffffff;
    padding: 20px 45px 12px 30px;
    width: 100%;
    margin-bottom: -1px;
  }

  .c-header-cta #cta_button .c-button {
    padding: 10px 25px;
  }

  .c-header-menu li{
    display: block;
    margin: 0;
    padding: 0;
  }

  .c-header-menu li a,
  .c-header-menu .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    display: block;
    color: var(--header-navigation-link-color);
    padding: 12px 45px 12px 35px;
    position: relative;
    white-space: normal;
  }

  .c-header-menu li:hover > a,
  .c-header-menu li:active > a,
  .c-header-menu li:focus > a,
  .c-header-menu li:focus-within > a {
    color: var(--header-navigation-link-hover-color);
  }
  .c-header-menu li.hs-item-has-children > a:after{
    border-right: 2px solid;
    border-top: 2px solid;
    content: "";
    height: 10px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    transition: all ease .35s;
    width: 10px;
    transform-origin: center center;
    z-index: 999;
  }
  .c-header-menu li.hs-item-has-children.active-branch > a:after{
    transform: rotate(135deg) translateY(-50%);
    transform-origin: center top;
  }
  .c-header-menu .hs-menu-flow-horizontal > ul ul.hs-menu-children-wrapper{
    position: static;
    opacity: 1;
    background-color: #f0f3f7;
    display: none;
  }
  #js-header li.hs-item-has-children>ul.hs-menu-children-wrapper {
    display: none !important;
  }

  #js-header li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper {
    display: block !important;
  }
}

/*
  Small devices (landscape phones, 576px and up) 
*/
@media (min-width: 576px) { }

/* 
  Medium devices (tablets, 768px and up) 
*/
@media (min-width: 768px) {
  .l-header-style--fixed #l-main-content {
    padding-top: var(--header-height-tablet);
  }

  .l-header {
    height: var(--header-height-tablet);
  }

  .l-header__inner {
    padding: 0 20px;
  }
}

/*
  Large devices (desktops, 992px and up)
*/
@media (min-width: 992px) { }

/*
  X-Large devices (large desktops, 1200px and up)
*/
@media (min-width: 1200px) {
  .l-header-style--fixed #l-main-content {
    padding-top: var(--header-height-desktop);
  }

  .l-header {
    height: var(--header-height-desktop);
  }

  .l-header__menu-and-buttons{
    gap: 5rem;
  }

  .c-header-menu .hs-menu-flow-horizontal > ul {
    gap: 4rem;
  }

  .c-header-menu li a {
    color: var(--header-navigation-link-color);
  }

  .c-header-menu li:hover > a,
  .c-header-menu li:active > a,
  .c-header-menu li:focus > a,
  .c-header-menu li:focus-within > a {
    color: var(--header-navigation-link-hover-color);
  }

  .c-header-menu .hs-menu-depth-1 > a::after {
    border-top: 2px solid var(--header-navigation-link-hover-color);
    content: '';
    display: block;
    padding-bottom: inherit;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out, border-color .3s ease-out;
    transition: transform .3s ease-out, border-color .3s ease-out;
    width: 100%;
  }

  .c-header-menu .hs-menu-depth-1.active-branch > a::after,
  .c-header-menu .hs-menu-depth-1:hover > a::after,
  .c-header-menu .hs-menu-depth-1:active > a::after,
  .c-header-menu .hs-menu-depth-1:focus > a::after,
  .c-header-menu .hs-menu-depth-1:focus-within > a::after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .c-header-menu .hs-menu-children-wrapper {
    background-color: var(--header-background-color);
    display: none;
    min-width: 240px;
    border: 1px solid #e6ecf3;
    box-shadow: 0 0 19px 0 rgba(0,0,0,.06);
    padding: 13px 0;
  }

  .c-header-menu .hs-menu-item {
    margin: 0;
    padding: 0;
  }

  .c-header-menu .hs-menu-children-wrapper a {
    padding: 0.5rem 1rem;
  }

  .c-header-menu .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .c-header-menu .hs-item-has-children a:focus + .hs-menu-children-wrapper,
  .c-header-menu .hs-item-has-children:focus-within > .hs-menu-children-wrapper {
    display: block;
    left: 0;
  }

  .c-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children.hs-menu-depth-2:hover > .hs-menu-children-wrapper,
  .c-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children.hs-menu-depth-2 a:focus + .hs-menu-children-wrapper,
  .c-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children.hs-menu-depth-2:focus-within > .hs-menu-children-wrapper {
    left: 100%;
    top: 0;
  }
}

/*
  XX-Large devices (larger desktops, 1400px and up)
*/
@media (min-width: 1400px) { }

/*  Elements
    Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/
.l-button-group {
  gap: .5rem;
  width: 100%;
}

button:not(.c-header-search__icon):not(.c-site-search-modal__close):not(.c-header-mobile-menu__icon--open):not(.c-header-mobile-menu__icon--close):not(.uiButton):not(.c-dialog__close-icon):not(.splide__arrow):not(.hs-overlay__close--top):not(.splide__pagination__page):not(.c-hubspot-reviews__nav-button):not([class*="ToolbarIconButton"]):not([class*="PrivateButton"]),
.c-button {
  align-items: center;
  background-color: transparent;
  border-radius: var(--button-border-radius);
  border: var(--button-border);
  color: var(--button-font-color);
  cursor: pointer;
  display: inline-flex;
  max-width: var(--button-max-width);
  padding: var(--button-padding);
  position: relative;
  text-align: center;
  transition: all 0.35s ease;
  white-space: normal;
  width: auto;
}

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

button.hs-overlay__close--top {
  cursor: pointer;
}

.s-background-color--white .c-button {
  color: var(--karman-black);
}

/*
  Button Styles
*/
button.c-button__outline--blue,
.c-button__outline--blue {
  background-color: transparent !important;
  border: 1px solid var(--karman-blue) !important;
  color: var(--karman-black) !important;
}

button.c-button__outline--blue:hover,
button.c-button__outline--blue:focus,
button.c-button__outline--blue:focus-within,
.c-button__outline--blue:hover,
.c-button__outline--blue:focus,
.c-button__outline--blue:focus-within {
  background-color: var(--karman-blue) !important;
  color: var(--karman-white) !important;
}

button.c-button__outline--green,
.c-button__outline--green {
  background-color: transparent;
  border: 1px solid var(--karman-green);
  color: var(--karman-black);
}

button.c-button__outline--green:hover,
button.c-button__outline--green:focus,
button.c-button__outline--green:focus-within,
.c-button__outline--green:hover,
.c-button__outline--green:focus,
.c-button__outline--green:focus-within {
  background-color: var(--karman-green);
}

button.c-button__outline--white,
.c-button__outline--white {
  background-color: transparent;
  border: 1px solid var(--karman-white);
  color: var(--karman-white);
}

button.c-button__outline--white:hover,
button.c-button__outline--white:focus,
button.c-button__outline--white:focus-within,
.c-button__outline--white:hover,
.c-button__outline--white:focus,
.c-button__outline--white:focus-within {
  background-color: var(--karman-white);
  color: var(--karman-black);
}

button.c-button__solid--blue,
.c-button__solid--blue {
  background-color: var(--karman-blue);
  border: 1px solid var(--karman-blue);
  color: var(--karman-white);
}

button.c-button__solid--blue:hover,
button.c-button__solid--blue:focus,
button.c-button__solid--blue:focus-within,
.c-button__solid--blue:hover,
.c-button__solid--blue:focus,
.c-button__solid--blue:focus-within {
  background-color: transparent;
  color: var(--karman-black);
}

button.c-button__solid--black,
.c-button__solid--black {
  background-color: var(--karman-black);
  border: 1px solid var(--karman-black);
  color: var(--karman-white);
}

button.c-button__solid--black:hover,
button.c-button__solid--black:focus,
button.c-button__solid--black:focus-within,
.c-button__solid--black:hover,
.c-button__solid--black:focus,
.c-button__solid--black:focus-within {
  background-color: transparent;
  color: var(--karman-black);
}

button.c-button__solid--white,
.c-button__solid--white {
  background-color: var(--karman-white);
  border: 1px solid var(--karman-white);
  color: var(--karman-black);
}

button.c-button__solid--white:hover,
button.c-button__solid--white:focus,
button.c-button__solid--white:focus-within,
.c-button__solid--white:hover,
.c-button__solid--white:focus,
.c-button__solid--white:focus-within {
  background-color: transparent;
  color: var(--karman-white);
}

/* 
  Button icons
*/
.c-button::before,
.c-button::after {
  font-family: 'Material Symbols Outlined';
  position: relative;
}
.c-button::after {
  margin-left: 10px;
  right: 0;
}

.c-button:hover::after,
.c-button:focus::after,
.c-button:focus-within::after {
  right: -10px;
}

.c-button__icon--none::after {
  display: none;
}

.c-button__icon--arrow::after {
  content: '\f1df';
}

.c-button__icon--arrow-left::before {
  content: '\f1df';
  left: 0;
  margin-right: 10px;
  rotate: 180deg;
}

.c-button.c-button__icon--arrow-left:hover::before,
.c-button.c-button__icon--arrow-left:focus::before,
.c-button.c-button__icon--arrow-left:focus-within::before {
  left: -10px;
}

.c-button__icon--phone::after {
  content: '\e0b0';
}

.c-button__icon--download::after {
  content: '\f090';
}

.c-button__icon--chevron::after {
  content: '\f591';
}

.c-button__icon--lock::after {
  content: '\e897';
}

/* 
  Button burger 
*/
.c-button-burger {
  display: block;
  width: 40px;
  height: 36px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 10px;
}
.c-button-burger .line {
  fill: none;
  stroke: var(--dark-color);
  stroke-width: 4;
  transition: stroke-dasharray .6s cubic-bezier(.4,0,.2,1),stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)
}

.c-button-burger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 4
}

.c-button-burger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 4
}

.c-button-burger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 4
}

.c-button-burger.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4
}

.c-button-burger.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -40;
  stroke-width: 4
}

.c-button-burger.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4
}

@media screen and (max-width: 767px) {
	.l-button-group.l-flex--justify-content-flex-end {
		justify-content: flex-start;
    margin-top:1em;
	}
}

/* Smaller button */
.c-button--small {
  font-size: .8rem;
  padding: 10px 30px;
}

/* Link styles */
.c-back-link {
  align-items: center;
  display: flex;
  font-size: .8rem;
  gap: 8px;
  line-height: 1;
}

.c-back-link svg {
  width: .8rem;
}

.c-back-link--white {
  color: #fff;
}
.c-card {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  transition: box-shadow .4s ease;
  z-index: 0;
}

.c-card:hover {
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
}

.c-card__image {
  max-height: 200px;
  overflow: hidden;
}

.c-card__image img {
  height: auto !important;
  transition: all ease .4s;
  vertical-align: top;
  width: 100% !important;
}
.c-card:hover img {
  transform: scale(1.07);
}

.c-card__icon {
  position: relative;
  top: -30px;
}

.c-card__icon i[class*=fa]{
  border-radius: 100%;
  display: inline-block;
  font-size: 40px;
  font-style: normal;
  height: 60px;
  line-height: 40px;
  padding: 10px;
  transition: .4s ease;
  width: 60px !important;
}
.c-card__icon svg,
.c-card__icon .hs_cos_wrapper_type_icon svg{
  border-radius: 100%;
  display: inline-block;
  font-style: normal;
  height: 60px;
  line-height: 60px;
  padding: 10px;
  transition: .4s ease;
  width: 60px !important;
}

.c-card__icon.tc {
  text-align: center; 
}

.c-card__icon.tr {
  padding-right:2em;
  text-align: right; 
}

.c-card__icon.tl {
  padding-left:2em;
  text-align: left; 
}

.c-card__text {
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 2em;
  position: relative;
}

.c-card__text--with-icon {
  margin-top: -40px;
}

.c-card__text h4 {
  font-size: 1.6em;
  line-height: 1.2em;
}

.c-card__link{
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: -999999px;
  top: 0;
  z-index: 1;
}
.l-video-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.l-video-embed-container iframe,
.l-video-embed-container object,
.l-video-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-cookiebot-privacy-wrapper .hs-embed-wrapper {
  max-height: 100% !important;
  max-width: 100vw !important;
  width: 100%;
}

.CookieDeclarationType {
  border: none !important;
  padding: unset !important;
}
form {
  margin-top: 1rem;
}

form,
.submitted-message {
  font-family: Outfit, serif; font-style: normal; font-weight: 600; text-decoration: none;
}

/* Form title */
.form-title {
  background-color: var(--form-title-background-color);
  color: var(--form-title-font-color);
}

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

/* Labels */
form label {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.35rem;
  color: var(--form-label-font-color);
}

/* Help text - legends */
form legend {
  font-size: 0.875rem;
  color: var(--form-help-text-font-color);
}

/* 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: 0 none;
  border-bottom: 1px solid var(--form-label-font-color);
  display: inline-block;
  font-size: 1rem;
  padding: 0.7rem;
  width: 100%;
  color: #313131;
}

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: var(--form-input-focus-border-color);
}

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

fieldset.form-columns-1 .hs-input:not(input[type=checkbox]) {
  width: 100% !important;
}

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

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

/* 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: var(--primary-color);
}

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

.fn-date-picker td.is-today .pika-button {
  color: var(--primary-color);
}

/* Inputs - file picker */
form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: .7rem 0;
}

/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  font-weight: 400;
  margin: 0 0 1.4rem;
}

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

/* GDPR */
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-size: .75rem;
}

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

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

.legal-consent-container label {
  color: var(--karman-text-grey);
  font-size: .8rem;
  margin-bottom: 1.5rem;
}

.legal-consent-container li {
  padding-left: 0;
}

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

/* Validation */
.hs-form-required {
  color: var(--form-error-text-font-color);
  margin-left: 7px;
}

.hs-input.invalid.error {
  border-color: var(--form-error-text-font-color);
}

.hs-error-msg {
  color: var(--form-error-text-font-color);
  margin-top: 0.35rem;
}

/* Submit button */
form input[type=submit],
form .hs-button {
  background-repeat: no-repeat;
  background-image: var(--karman-gradient);
  border-radius: var(--button-border-radius);
  border: none;
  color: var(--karman-black);
  cursor: pointer;
  line-height: 1.8;
  padding: 8px 50px 8px 40px;
  text-align: center;
  transition: all ease .35s;
  white-space: normal;
}

form .hs-submit .actions {
  display: inline-flex;
  position: relative;
}

form .hs-submit .actions::after {
  content: '';
  background-image: url('data:image/svg+xml,<svg width="21" height="21" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Icon"><mask id="mask0_918_2292" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="21" height="21"><rect id="Bounding box" x="0.5" y="0.557129" width="20" height="20" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_918_2292)"><path id="arrow_right_alt" d="M12.0384 15.2687L11.1603 14.3649L14.343 11.1822H4.25V9.93225H14.343L11.1603 6.74954L12.0384 5.8457L16.75 10.5572L12.0384 15.2687Z" fill="black"/></g></g></svg>');
  height: 21px;
  position: absolute;
  right: 20px;
  top: calc(50% - 10.5px);
  width: 21px;
  transition: all ease .35s;
}

form .hs-submit .actions:hover::after,
form .hs-submit .actions:focus::after,
form .hs-submit .actions:active::after, {
  right: 14px;
}


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

/** Style underline **/
.s-form--underline form input[type=email],
.s-form--underline form input[type=file],
.s-form--underline form input[type=number],
.s-form--underline form input[type=password],
.s-form--underline form input[type=tel],
.s-form--underline form input[type=text],
.s-form--underline form select,
.s-form--underline form textarea{
  border: 0 none;
  border-bottom: 1px solid var(--form-label-font-color);
  border-radius: 0;
  outline: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
  background-color: transparent;
}

/* HubSpot Website Grader Widget Form */
#l-main-content .hubspot-grader-form-container .hs-form .hs-form-field label {
  color: var(--form-label-font-color) !important;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}

#l-main-content .hubspot-grader-form-container .hs-form-field input[type=date],
#l-main-content .hubspot-grader-form-container .hs-form-field input[type=email],
#l-main-content .hubspot-grader-form-container .hs-form-field input[type=number],
#l-main-content .hubspot-grader-form-container .hs-form-field input[type=phone],
#l-main-content .hubspot-grader-form-container .hs-form-field input[type=tel],
#l-main-content .hubspot-grader-form-container .hs-form-field input[type=text],
#l-main-content .hubspot-grader-form-container .hs-form-field textarea {
  border-bottom: 1px solid var(--form-label-font-color) !important;
  font-family: inherit;
  font-size: 1rem;
}

#l-main-content .hubspot-grader-form-container .hs-form .hs-button {
  background-image: var(--karman-gradient) !important;
  border: none;
  font-weight: 400;
}

#l-main-content .hubspot-grader-form-container .hs-form .hs-button:hover,
#l-main-content .hubspot-grader-form-container .hs-form .hs-button:hover:not(.inactive) {
  border: none !important;
  color: unset !important;
}

#l-main-content .hs_grader_consent_to_communicate label span {
  color: var(--karman-text-grey);
  font-size: .8rem;
}

/* Multi-Step Form Banner */
.s-multi-step-form-banner form .hsfc-Step__Content {
  background: var(--karman-blue-gradient);
  border-radius: 10px;
}

.s-multi-step-form-banner form .hsfc-Step__Content h1,
.s-multi-step-form-banner form .hsfc-Step__Content h2,
.s-multi-step-form-banner form .hsfc-Step__Content h3,
.s-multi-step-form-banner form .hsfc-Step__Content h4,
.s-multi-step-form-banner form .hsfc-Step__Content h5,
.s-multi-step-form-banner form .hsfc-Step__Content h6,
.s-multi-step-form-banner form .hsfc-Step__Content p,
.s-multi-step-form-banner form .hsfc-Step__Content ol,
.s-multi-step-form-banner form .hsfc-Step__Content ul,
.s-multi-step-form-banner form .hsfc-Step__Content li,
.s-multi-step-form-banner form .hsfc-Step__Content a,
.s-multi-step-form-banner [data-hsfc-id=Renderer] .hsfc-FieldLabel {
  color: #fff;
}

.s-multi-step-form-banner form .hsfc-Step__Content p {
  font-weight: 400 !important;
}

.s-multi-step-form-banner [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content>*:not(:last-child):has(>*:not(div[style*="display: none"])) {
  margin-bottom: unset;
}

.s-multi-step-form-banner [data-hsfc-id=Renderer] .hsfc-NavigationRow {
  margin-top: 1rem;
}

.s-multi-step-form-banner [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content>*:not(:last-child):has(>*:not(div[style*="display: none"])),
.s-multi-step-form-banner [data-hsfc-id=Renderer] .hsfc-NavigationRow {
  max-width: 600px;
}

.s-multi-step-form-banner [data-hsfc-id=Renderer] .hsfc-DataPrivacyField p {
  font-size: .8rem;
}

.s-multi-step-form-banner [data-hsfc-id=Renderer] .hsfc-Button {
  background-image: var(--karman-gradient) !important;
  background-repeat: no-repeat !important;
  border: none !important;
  border-radius: var(--button-border-radius) !important;
  color: var(--karman-black) !important;
  cursor: pointer !important;
  font-weight: 400 !important;
  line-height: 1.8 !important;
  padding: 8px 50px 8px 40px !important;
  text-align: center !important;
  transition: all .35s ease !important;
}

.s-multi-step-form-banner [data-hsfc-id=Renderer] .hsfc-Button:not([disabled]):hover {
  filter: unset;
  transform: unset;
}
.icon-card-wrapper {
  margin-top: 2em;
}

.hs-blog-post .icon-card-wrapper {
  margin-bottom: 3em;
  margin-top: 3em;
}

.icon-card-wrapper h3 {
  margin-bottom: 1em;
}

.icon-card{
  gap: 20px;
}
.icon-card__item{
  border-radius: 10px;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.10);
  padding: 3em;
  position: relative;
  flex: 1;
}

.hs-blog-post .icon-card__item {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  padding: 2em;
}

.icon-card__icon{
  margin-bottom: 50px;
}

.hs-blog-post .icon-card__icon{
  margin-bottom: 20px;
}

.icon-card__icon span{
  font-size: 73px;
  line-height: 1;
  background: var(--karman-gradient-a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h4.icon-card__title{
  margin: 0 0 30px 0;
}

.hs-blog-post h4.icon-card__title {
  margin: 0 0 20px;
}

.hs-blog-post .icon-card__text p {
  margin-bottom: 0;
}

.icon-card__link{
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: -999999px;
  top: 0;
  z-index: 1;
}

.icon-card__arrow{
  color: var(--karman-greyed-out-text);
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 30px;
  transform: rotate(180deg);
  transition: all .15s linear;
}
.icon-card__item:hover .icon-card__arrow, 
.icon-card__item:focus .icon-card__arrow,
.icon-card__item:focus-within .icon-card__arrow{
  color: var(--karman-blue);
}
.icon-card__arrow .material-symbols-outlined{
  font-size: inherit;
  line-height: 1;
}

@media(max-width: 1199px){
  .icon-card__item{
    padding: 20px;
  }
  .icon-card__icon{
    margin-bottom: 30px;
  }
  h4.icon-card__title{
    margin: 0 0 20px 0;
  }
}
@media(max-width: 767px){
  .icon-card__item{
    padding: 30px;
  } 
}

@media (min-width: 1024px) {
  .icon-card__arrow {
    font-size: 60px;
  }
}
.c-dialog {
  border: none;
  max-width: 500px;
  padding: 1.5rem;
  position: relative;
  width: 100%;
}

.c-dialog::backdrop {
  animation: fade-in 1s;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(3px);
}

.c-dialog__close-form {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-dialog__close-icon {
  background: var(--karman-black);
  color: var(--karman-white);
  cursor: pointer;
  padding: .5rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.c-dialog__close-icon svg {
  fill: currentColor;
}

.c-dialog--video {
  max-width: 98%;
  overflow: hidden;
  padding: 0;
}

.c-dialog__video-embed--external {
  height: 0;
  padding-bottom: 56.25%;
  width: 100%;
}

.c-dialog__video-embed--external iframe {
  aspect-ratio: 16 / 9;
  height: unset;
  width: 100%;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .c-dialog--video {
    max-width: 75%;
  }
}
/* Table */
table {
  border: 1px solid;
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  background-color: var(--table-background-color);
  border-color: var(--table-border-color);
}

/* Table Cells */
th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
  border-color: var(--table-border-color);
  color: var(--table-font-color);
}

/* Table Header */
thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
  background-color: var(--table-header-background-color);
  border-bottom-color: var(--table-border-color);
  color: var(--table-header-font-color);
}

/* Table Footer */
tfoot td {
  background-color: var(--table-footer-background-color);
  color: var(--table-footer-font-color);
}
html {
  scroll-behavior: smooth;
  font-size: var(--paragraph-font-size);
}

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

body {
  line-height: normal;
  word-break: break-word;
  font-family: Outfit, serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #313131;
  font-weight: 400;
}

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

strong {
  font-weight: 600;
}

/* Anchors */
a {
  cursor: pointer;
  text-decoration: none;
  transition: all .3s ease-in-out;
  color: var(--anchor-font-color);
}

a:not(.c-button):active,
a:not(.c-button):hover,
a:not(.c-button):focus {
  text-decoration: none;
  color: var(--anchor-font-hover-color);
}

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

h1 {
  font-weight: 500; text-decoration: none; font-family: 'Space Grotesk', sans-serif; font-style: normal;
  color: #000000;
  font-size: 3.058821em;
}

h2 {
  font-weight: 500; text-decoration: none; font-family: 'Space Grotesk', sans-serif; font-style: normal;
  color: #000000;
  font-size: 2em;
}

h3 {
  font-weight: 500; text-decoration: none; font-family: 'Space Grotesk', sans-serif; font-style: normal;
  color: #000000;
  font-size: 1.764703em;
}

h4 {
  font-weight: 500; text-decoration: none; font-family: 'Space Grotesk', sans-serif; font-style: normal;
  color: #000000;
  font-size: 1.35294em;
}

h5 {
  font-weight: 500; text-decoration: none; font-family: 'Space Grotesk', sans-serif; font-style: normal;
  color: #000000;
  font-size: 1em;
}

h6 {
  font-weight: 500; text-decoration: none; font-family: 'Space Grotesk', sans-serif; font-style: normal;
  color: #000000;
  font-size: 0.70588em;
}

.s-typography--jumbo-size {
  font-size: 112px;
  margin-bottom: 0;
}

.s-typography--jumbo-size-smaller {
  font-size: 100px;
  margin-bottom: 0;
}

.s-typography--heading-1-size {
  font-size: var(--heading-1-font-size);
}

.s-typography--heading-2-size {
  font-size: var(--heading-2-font-size);
}

.s-typography--heading-3-size {
  font-size: var(--heading-3-font-size);
}

.s-typography--heading-4-size {
  font-size: var(--heading-4-font-size);
}

.s-typography--heading-5-size {
  font-size: var(--heading-5-font-size);
}

.s-typography--heading-6-size {
  font-size: var(--heading-6-font-size);
}

.s-typography--paragraph-size {
  font-size: var(--paragraph-font-size);
}

.s-typography--paragraph-size-large {
  font-size: 20px;
}

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

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin: .5em 0 0 0;
  padding-left: 0;
}

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

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

li:not(.hs-menu-item) {
  margin-left: 1rem;
}

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

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

ol>li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
  word-break: initial;
}

li ol>li {
  /* margin: 0; */
}

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

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

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

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

/* Blockquotes */
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding: 0 1em;
  border-left-color: var(--secondary-color);
}

blockquote p {
  font-style: italic;
}

/* Horizontal rules */
hr {
  background-color: var(--secondary-color);
  border: none;
  color: var(--secondary-color);
  height: 2px;
  margin-bottom: 1.2em;
}

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

@media screen and (max-width: 1400px) {
  h1 {
    font-size: 3em;
  }

  h3 {
    font-size: 1.6em;
  }

  h4 {
    font-size: 1.4em;
  }

  .s-typography--heading-1-size {
    font-size: 3em;
  }

  .s-typography--heading-2-size {
    font-size: 2.6em;
  }

  .s-typography--heading-3-size {
    font-size: 1.6em;
  }

  .s-typography--heading-4-size {
    font-size: 1.4em;
  }

}

@media screen and (max-width: 991px) {
  html {
    font-size: 1rem;
  }

  .s-typography--jumbo-size {
    font-size: 70px;
  }

  .s-typography--jumbo-size-smaller {
    font-size: 50px;
  }

  h1 {
    font-size: 2.1em;
  }

  h2 {
    font-size: 1.7em;
  }

  h4 {
    font-size: 1.2em;
  }

  .s-typography--heading-1-size {
    font-size: 2.1em;
  }

  .s-typography--heading-2-size {
    font-size: 1.7em;
  }

  .s-typography--heading-4-size {
    font-size: 1.2em;
  }

  .s-typography--paragraph-size-large {
    font-size: 17px;
  }

}

@media screen and (max-width: 767px) {
  .s-typography--jumbo-size {
    font-size: 30px;
  }

  .s-typography--jumbo-size .stat-number, .s-typography--jumbo-size .stat-prefix, .s-typography--jumbo-size .stat-suffix {
    font-size: 4.2rem;
  }

  .s-typography--jumbo-size-smaller {
    font-size: 30px;
  }
}
.c-image-shape-background{
    position: relative;
    margin-bottom: 60px;
}
.c-image-shape-background__image:before{
    content: '';
    width: 110%;
    padding-top: 110%;
    border-radius: 100%;
    background-color: var(--white-color);
    position: absolute;
    top: -6%;
    left: -5%;
    box-shadow: -6px 8.4px 60px 0px rgba(1, 42, 255, 0.72);
}
.c-image-shape-background--green .c-image-shape-background__image:before{
    box-shadow: -6px 8.4px 60px 0px rgba(0, 255, 102, 0.72);
}

.c-image-shape-background__image img{
    border-radius: 10px;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}
h6.c-image-shape-background__tag{
    margin: 0;
    padding: 5px 15px;
    border-radius: 30px;
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 23px;
    z-index: 2;
}

h6.c-image-shape-background__tag--bottom-left {
    bottom: 22px;
    left: 23px;
    right: unset;
    top: unset;
}

.c-image-shape-background--shape-none .c-image-shape-background__image:before{
    display: none;
}
.c-image-shape-background--shape-bottom-left .c-image-shape-background__image:before{
    top: auto;
    bottom: -12.54%;
    left: -7.4%;
}

.c-image-shape-background--hide-shape .c-image-shape-background__image:before{
    display: none;
}

.c-image-shape-background--hide-shape {
    margin-bottom: 30px;
}

@media(max-width: 1199px){
    .c-image-shape-background {
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .c-image-shape-background {
        margin-bottom: 20px;
    }
    .c-image-shape-background__image:before{
        display: none;
    }
}
.c-case-study-text{
    --padding-left: 100px;
    padding-left: var(--padding-left);
    position: relative;
}
.c-case-study-text:before{
    content: '';
    width: calc(var(--padding-left) * 0.8);
    height: 1px;
    background-color: var(--karman-green);
    position: absolute;
    left: 0;
    top: 10px;
}
.c-case-study-text__text{
    margin: 0 0 40px 0;
}
.c-case-study-text__secondary-intro{
    display: none;
}
@media(max-width: 1199px){
    .c-case-study-text{
        --padding-left: 40px;
    }
}
@media(max-width: 767px){
    .c-case-study-text{
        --padding-left: 100px;
        padding-left: 0;
        padding-top: 20px;
    }
    .c-case-study-text:before{
        top: 0;
    }
    .c-case-study-text__text{
        margin: 0 0 20px 0;
    }
    .c-case-study-text .c-button{
        width: 100%;
        justify-content: center;
    }
}
.c-logo-services-text{
    display: flex;
    gap: 26px;
    margin-bottom: 40px;
}
.c-logo-services-text__logo{
    flex: 0 0 40%;
}
.c-logo-services-text__logo img{
    height: auto;
    max-height: 150px;
    max-width: 150px;
    width: 100%;
}
.c-logo-services-text__name{
    flex: 0 0 15%;
    margin: 0;
}
.c-logo-services-text__text{
    flex: 1;
}
.c-logo-services-text__text p{
    margin: 0;
}
@media(max-width: 1199px){
    .c-logo-services-text__logo{
        flex: 0 0 30%;
    }
    .c-logo-services-text__name{
        flex: 0 0 20%;
    }
}
@media(max-width: 991px){
    .c-logo-services-text{
        flex-wrap: wrap;
    }
    .c-logo-services-text__logo{
        flex: 0 0 100%;
    }
    .c-logo-services-text__name{
        flex: 0 0 35%;
    }
}
@media(max-width: 767px){
    .c-logo-services-text{
        margin-bottom: 0;
    }
    .c-logo-services-text__name{
        flex: 0 0 25%;
    }
}
/** Blog card **/
.c-blog-card{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all ease .35s;
}
.c-blog-card:hover{
    background-color: var(--karman-white);
    box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.10);
}
.c-blog-card__link {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.c-blog-card__image{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.c-blog-card__image img{
    width: 100% !important;
    height: 276px !important;
    object-fit: cover;
    display: block;
}
.c-blog-card__tag{
    display: inline-flex;
    padding: 5px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 30px;
    background: var(--karman-black);
    color: var(--karman-green);
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    bottom: auto;
    left: auto;
}
.c-blog-card__tag--bottom-left-wrapper {
    bottom: 0;
    gap: .5rem;
    left: 0;
    padding: 10px 25px;
    position: absolute;
    right: auto;
    top: auto;
}
.c-blog-card__tag--bottom-left{
    background: var(--karman-green);
    color: var(--karman-black);
    position: relative;
    top: 0;
}
.c-blog-card__content{
    --padding-right: 100px;
    padding: 20px var(--padding-right) 38px 15px;
    position: relative;
}
.c-blog-card__content:before{
    content: '';
    width: calc(var(--padding-right) * 0.85);
    height: 1px;
    background-color: var(--karman-green);
    position: absolute;
    top: 35px;
    right: 15px;
}
.c-blog-card__meta{
    display: flex;
    gap: 20px;
}

.c-blog-card__date{
    display: inline-flex;
    padding: 5px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    color: var(--karman-white);
    border-radius: 30px;
    background: var(--karman-blue);
    font-size: 12px;
    line-height: 1;
}
.c-blog-card__title{
    margin: 15px 0 0 0;
    color: var(--karman-black);
    display: block;
    padding-bottom: 1em;
}
.c-blog-card__title a{
    color: inherit;
}
.c-blog-card__arrow,
.c-blog-card__lock{
    position: absolute;
    right: 15px;
    bottom: 30px;
    font-size: 30px;
    transition: all .15s linear;
}
.c-blog-card__arrow {
    color: var(--karman-blue);
    transform: rotate(180deg);
}

.c-blog-card__lock {
    color: var(--karman-greyed-out-text);
    display: none;
}
.c-blog-card__lock span{
    font-size: 34px;
}
.c-blog-card--disabled .c-blog-card__arrow {
    display: none;
}

.c-blog-card--disabled .c-blog-card__lock {
    display: block;
}
@media(max-width: 1199px){
    .c-blog-card__content {
        --padding-right: 60px;
    }
}
/** End Blog card **/

/*  Objects
    Non-cosmetic design patterns including grid and layout classes)
*/
#l-main-content {
  /* overflow: hidden; */
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: var(--container-width);
}
.dnd-section{
  overflow-x: clip;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: var(--dnd-section-padding-mobile);
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: var(--container-width);
}

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

@media (min-width: 768px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: var(--dnd-section-padding-tablet);
  }
}

@media (min-width: 992px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: var(--dnd-section-padding);
  }
}

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

@media (min-width: 1600px) {
  .content-wrapper {
    max-width: var(--container-width);
  }

  .dnd-section > .row-fluid {
    max-width: var(--container-width);
  }
}

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

.l-flex--inline {
  display: inline-flex;
}

/*******************************************
  Direction
*******************************************/
.l-flex--direction-row {
  flex-direction: row;
}

.l-flex--direction-row-reverse {
  flex-direction: row-reverse;
}

.l-flex--direction-column {
  flex-direction: column;
}

.l-flex--direction-column-reverse {
  flex-direction: column-reverse;
}

/*******************************************
  Wrap
*******************************************/
.l-flex--nowrap {
  flex-wrap: nowrap;
}

.l-flex--wrap {
  flex-wrap: wrap;
}

.l-flex--wrap-reverse {
  flex-wrap: wrap-reverse;
}

/*******************************************
  Justify Content
*******************************************/
.l-flex--justify-content-flex-start {
  justify-content: flex-start;
}

.l-flex--justify-content-flex-end {
  justify-content: flex-end;
}

.l-flex--justify-content-center {
  justify-content: center;
}

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

.l-flex--justify-content-space-around {
  justify-content: space-around;
}

.l-flex--justify-content-space-evenly {
  justify-content: space-evenly;
}

.l-flex--justify-content-start {
  justify-content: start;
}

.l-flex--justify-content-end {
  justify-content: end;
}

.l-flex--justify-content-left {
  justify-content: left;
}

.l-flex--justify-content-right {
  justify-content: right;
}

/*******************************************
  Align Items
*******************************************/
.l-flex--align-items-stretch {
  align-items: stretch;
}

.l-flex--align-items-flex-start {
  align-items: flex-start;
}

.l-flex--align-items-flex-end {
  align-items: flex-end;
}

.l-flex--align-items-center {
  align-items: center;
}

.l-flex--align-items-baseline {
  align-items: baseline;
}

.l-flex--align-items-first-baseline {
  align-items: first baseline;
}

.l-flex--align-items-last-baseline {
  align-items: last baseline;
}

.l-flex--align-items-start {
  align-items: start;
}

.l-flex--align-items-end {
  align-items: end;
}

.l-flex--align-items-self-start {
  align-items: self-start;
}

.l-flex--align-items-self-end {
  align-items: self-end;
}

/*******************************************
  Align Content
*******************************************/
.l-flex--align-content-flex-start {
  align-content: flex-start;
}

.l-flex--align-content-flex-end {
  align-content: flex-end;
}

.l-flex--align-content-center {
  align-content: center;
}

.l-flex--align-content-space-between {
  align-content: space-between;
}

.l-flex--align-content-space-around {
  align-content: space-around;
}

.l-flex--align-content-space-evenly {
  align-content: space-evenly;
}

.l-flex--align-content-stretch {
  align-content: start;
}

.l-flex--align-content-start {
  align-content: start;
}

.l-flex--align-content-end {
  align-content: end;
}

.l-flex--align-content-baseline {
  align-content: baseline;
}

.l-flex--align-content-first-baseline {
  align-content: first baseline;
}

.l-flex--align-content-last-baseline {
  align-content: last baseline;
}

/*******************************************
  Align Self
*******************************************/
.l-flex--align-self-auto {
  align-self: auto;
}

.l-flex--align-self-flex-start {
  align-self: flex-start;
}

.l-flex--align-self-flex-end {
  align-self: flex-end;
}

.l-flex--align-self-center {
  align-self: center;
}

.l-flex--align-self-baseline {
  align-self: baseline;
}

.l-flex--align-self-stretch {
  align-self: stretch;
}


/*************************************************************
  RESPONSIVE STYLES
************************************************************/


/************************************************************
  Small devices (landscape phones, 576px and up)
  Class names should have --sm added to denote the media breakpoint
************************************************************/
@media (min-width: 576px) {
  /*******************************************
    Direction
  *******************************************/
  .l-flex--direction-row--sm {
    flex-direction: row;
  }

  .l-flex--direction-row-reverse--sm {
    flex-direction: row-reverse;
  }

  .l-flex--direction-column--sm {
    flex-direction: column;
  }

  .l-flex--direction-column-reverse--sm {
    flex-direction: column-reverse;
  }

  /*******************************************
    Wrap
  *******************************************/
  .l-flex--nowrap--sm {
    flex-wrap: nowrap;
  }

  .l-flex--wrap--sm {
    flex-wrap: wrap;
  }

  .l-flex--wrap-reverse--sm {
    flex-wrap: wrap-reverse;
  }

  /*******************************************
    Justify Content
  *******************************************/
  .l-flex--justify-content-flex-start--sm {
    justify-content: flex-start;
  }

  .l-flex--justify-content-flex-end--sm {
    justify-content: flex-end;
  }

  .l-flex--justify-content-center--sm {
    justify-content: center;
  }

  .l-flex--justify-content-space-between--sm {
    justify-content: space-between;
  }

  .l-flex--justify-content-space-around--sm {
    justify-content: space-around;
  }

  .l-flex--justify-content-space-evenly--sm {
    justify-content: space-evenly;
  }

  .l-flex--justify-content-start--sm {
    justify-content: start;
  }

  .l-flex--justify-content-end--sm {
    justify-content: end;
  }

  .l-flex--justify-content-left--sm {
    justify-content: left;
  }

  .l-flex--justify-content-right--sm {
    justify-content: right;
  }

  /*******************************************
    Align Items
  *******************************************/
  .l-flex--align-items-stretch--sm {
    align-items: stretch;
  }

  .l-flex--align-items-flex-start--sm {
    align-items: flex-start;
  }

  .l-flex--align-items-flex-end--sm {
    align-items: flex-end;
  }

  .l-flex--align-items-center--sm {
    align-items: center;
  }

  .l-flex--align-items-baseline--sm {
    align-items: baseline;
  }

  .l-flex--align-items-first-baseline--sm {
    align-items: first baseline;
  }

  .l-flex--align-items-last-baseline--sm {
    align-items: last baseline;
  }

  .l-flex--align-items-start--sm {
    align-items: start;
  }

  .l-flex--align-items-end--sm {
    align-items: end;
  }

  .l-flex--align-items-self-start--sm {
    align-items: self-start;
  }

  .l-flex--align-items-self-end--sm {
    align-items: self-end;
  }

  /*******************************************
    Align Content
  *******************************************/
  .l-flex--align-content-flex-start--sm {
    align-content: flex-start;
  }

  .l-flex--align-content-flex-end--sm {
    align-content: flex-end;
  }

  .l-flex--align-content-center--sm {
    align-content: center;
  }

  .l-flex--align-content-space-between--sm {
    align-content: space-between;
  }

  .l-flex--align-content-space-around--sm {
    align-content: space-around;
  }

  .l-flex--align-content-space-evenly--sm {
    align-content: space-evenly;
  }

  .l-flex--align-content-stretch--sm {
    align-content: start;
  }

  .l-flex--align-content-start--sm {
    align-content: start;
  }

  .l-flex--align-content-end--sm {
    align-content: end;
  }

  .l-flex--align-content-baseline--sm {
    align-content: baseline;
  }

  .l-flex--align-content-first-baseline--sm {
    align-content: first baseline;
  }

  .l-flex--align-content-last-baseline--sm {
    align-content: last baseline;
  }

  /*******************************************
    Align Self
  *******************************************/
  .l-flex--align-self-auto--sm {
    align-self: auto;
  }

  .l-flex--align-self-flex-start--sm {
    align-self: flex-start;
  }

  .l-flex--align-self-flex-end--sm {
    align-self: flex-end;
  }

  .l-flex--align-self-center--sm {
    align-self: center;
  }

  .l-flex--align-self-baseline--sm {
    align-self: baseline;
  }

  .l-flex--align-self-stretch--sm {
    align-self: stretch;
  }
}


/************************************************************
  Medium devices (tablets, 768px and up)
  Class names should have --md added to denote the media breakpoint
************************************************************/
@media (min-width: 768px) {
  /*******************************************
    Direction
  *******************************************/
  .l-flex--direction-row--md {
    flex-direction: row;
  }

  .l-flex--direction-row-reverse--md {
    flex-direction: row-reverse;
  }

  .l-flex--direction-column--md {
    flex-direction: column;
  }

  .l-flex--direction-column-reverse--md {
    flex-direction: column-reverse;
  }

  /*******************************************
    Wrap
  *******************************************/
  .l-flex--nowrap--md {
    flex-wrap: nowrap;
  }

  .l-flex--wrap--md {
    flex-wrap: wrap;
  }

  .l-flex--wrap-reverse--md {
    flex-wrap: wrap-reverse;
  }

  /*******************************************
    Justify Content
  *******************************************/
  .l-flex--justify-content-flex-start--md {
    justify-content: flex-start;
  }

  .l-flex--justify-content-flex-end--md {
    justify-content: flex-end;
  }

  .l-flex--justify-content-center--md {
    justify-content: center;
  }

  .l-flex--justify-content-space-between--md {
    justify-content: space-between;
  }

  .l-flex--justify-content-space-around--md {
    justify-content: space-around;
  }

  .l-flex--justify-content-space-evenly--md {
    justify-content: space-evenly;
  }

  .l-flex--justify-content-start--md {
    justify-content: start;
  }

  .l-flex--justify-content-end--md {
    justify-content: end;
  }

  .l-flex--justify-content-left--md {
    justify-content: left;
  }

  .l-flex--justify-content-right--md {
    justify-content: right;
  }

  /*******************************************
    Align Items
  *******************************************/
  .l-flex--align-items-stretch--md {
    align-items: stretch;
  }

  .l-flex--align-items-flex-start--md {
    align-items: flex-start;
  }

  .l-flex--align-items-flex-end--md {
    align-items: flex-end;
  }

  .l-flex--align-items-center--md {
    align-items: center;
  }

  .l-flex--align-items-baseline--md {
    align-items: baseline;
  }

  .l-flex--align-items-first-baseline--md {
    align-items: first baseline;
  }

  .l-flex--align-items-last-baseline--md {
    align-items: last baseline;
  }

  .l-flex--align-items-start--md {
    align-items: start;
  }

  .l-flex--align-items-end--md {
    align-items: end;
  }

  .l-flex--align-items-self-start--md {
    align-items: self-start;
  }

  .l-flex--align-items-self-end--md {
    align-items: self-end;
  }

  /*******************************************
    Align Content
  *******************************************/
  .l-flex--align-content-flex-start--md {
    align-content: flex-start;
  }

  .l-flex--align-content-flex-end--md {
    align-content: flex-end;
  }

  .l-flex--align-content-center--md {
    align-content: center;
  }

  .l-flex--align-content-space-between--md {
    align-content: space-between;
  }

  .l-flex--align-content-space-around--md {
    align-content: space-around;
  }

  .l-flex--align-content-space-evenly--md {
    align-content: space-evenly;
  }

  .l-flex--align-content-stretch--md {
    align-content: start;
  }

  .l-flex--align-content-start--md {
    align-content: start;
  }

  .l-flex--align-content-end--md {
    align-content: end;
  }

  .l-flex--align-content-baseline--md {
    align-content: baseline;
  }

  .l-flex--align-content-first-baseline--md {
    align-content: first baseline;
  }

  .l-flex--align-content-last-baseline--md {
    align-content: last baseline;
  }

  /*******************************************
    Align Self
  *******************************************/
  .l-flex--align-self-auto--md {
    align-self: auto;
  }

  .l-flex--align-self-flex-start--md {
    align-self: flex-start;
  }

  .l-flex--align-self-flex-end--md {
    align-self: flex-end;
  }

  .l-flex--align-self-center--md {
    align-self: center;
  }

  .l-flex--align-self-baseline--md {
    align-self: baseline;
  }

  .l-flex--align-self-stretch--md {
    align-self: stretch;
  }
}


/************************************************************
  Large devices (desktops, 992px and up)
  Class names should have --lg added to denote the media breakpoint
************************************************************/
@media (min-width: 992px) {
  /*******************************************
    Direction
  *******************************************/
  .l-flex--direction-row--lg {
    flex-direction: row;
  }

  .l-flex--direction-row-reverse--lg {
    flex-direction: row-reverse;
  }

  .l-flex--direction-column--lg {
    flex-direction: column;
  }

  .l-flex--direction-column-reverse--lg {
    flex-direction: column-reverse;
  }

  /*******************************************
    Wrap
  *******************************************/
  .l-flex--nowrap--lg {
    flex-wrap: nowrap;
  }

  .l-flex--wrap--lg {
    flex-wrap: wrap;
  }

  .l-flex--wrap-reverse--lg {
    flex-wrap: wrap-reverse;
  }

  /*******************************************
    Justify Content
  *******************************************/
  .l-flex--justify-content-flex-start--lg {
    justify-content: flex-start;
  }

  .l-flex--justify-content-flex-end--lg {
    justify-content: flex-end;
  }

  .l-flex--justify-content-center--lg {
    justify-content: center;
  }

  .l-flex--justify-content-space-between--lg {
    justify-content: space-between;
  }

  .l-flex--justify-content-space-around--lg {
    justify-content: space-around;
  }

  .l-flex--justify-content-space-evenly--lg {
    justify-content: space-evenly;
  }

  .l-flex--justify-content-start--lg {
    justify-content: start;
  }

  .l-flex--justify-content-end--lg {
    justify-content: end;
  }

  .l-flex--justify-content-left--lg {
    justify-content: left;
  }

  .l-flex--justify-content-right--lg {
    justify-content: right;
  }

  /*******************************************
    Align Items
  *******************************************/
  .l-flex--align-items-stretch--lg {
    align-items: stretch;
  }

  .l-flex--align-items-flex-start--lg {
    align-items: flex-start;
  }

  .l-flex--align-items-flex-end--lg {
    align-items: flex-end;
  }

  .l-flex--align-items-center--lg {
    align-items: center;
  }

  .l-flex--align-items-baseline--lg {
    align-items: baseline;
  }

  .l-flex--align-items-first-baseline--lg {
    align-items: first baseline;
  }

  .l-flex--align-items-last-baseline--lg {
    align-items: last baseline;
  }

  .l-flex--align-items-start--lg {
    align-items: start;
  }

  .l-flex--align-items-end--lg {
    align-items: end;
  }

  .l-flex--align-items-self-start--lg {
    align-items: self-start;
  }

  .l-flex--align-items-self-end--lg {
    align-items: self-end;
  }

  /*******************************************
    Align Content
  *******************************************/
  .l-flex--align-content-flex-start--lg {
    align-content: flex-start;
  }

  .l-flex--align-content-flex-end--lg {
    align-content: flex-end;
  }

  .l-flex--align-content-center--lg {
    align-content: center;
  }

  .l-flex--align-content-space-between--lg {
    align-content: space-between;
  }

  .l-flex--align-content-space-around--lg {
    align-content: space-around;
  }

  .l-flex--align-content-space-evenly--lg {
    align-content: space-evenly;
  }

  .l-flex--align-content-stretch--lg {
    align-content: start;
  }

  .l-flex--align-content-start--lg {
    align-content: start;
  }

  .l-flex--align-content-end--lg {
    align-content: end;
  }

  .l-flex--align-content-baseline--lg {
    align-content: baseline;
  }

  .l-flex--align-content-first-baseline--lg {
    align-content: first baseline;
  }

  .l-flex--align-content-last-baseline--lg {
    align-content: last baseline;
  }

  /*******************************************
    Align Self
  *******************************************/
  .l-flex--align-self-auto--lg {
    align-self: auto;
  }

  .l-flex--align-self-flex-start--lg {
    align-self: flex-start;
  }

  .l-flex--align-self-flex-end--lg {
    align-self: flex-end;
  }

  .l-flex--align-self-center--lg {
    align-self: center;
  }

  .l-flex--align-self-baseline--lg {
    align-self: baseline;
  }

  .l-flex--align-self-stretch--lg {
    align-self: stretch;
  }
}


/************************************************************
  X-Large devices (large desktops, 1200px and up)
  Class names should have --xl added to denote the media breakpoint
************************************************************/
@media (min-width: 1280px) {
  /*******************************************
    Direction
  *******************************************/
  .l-flex--direction-row--xl {
    flex-direction: row;
  }

  .l-flex--direction-row-reverse--xl {
    flex-direction: row-reverse;
  }

  .l-flex--direction-column--xl {
    flex-direction: column;
  }

  .l-flex--direction-column-reverse--xl {
    flex-direction: column-reverse;
  }

  /*******************************************
    Wrap
  *******************************************/
  .l-flex--nowrap--xl {
    flex-wrap: nowrap;
  }

  .l-flex--wrap--xl {
    flex-wrap: wrap;
  }

  .l-flex--wrap-reverse--xl {
    flex-wrap: wrap-reverse;
  }

  /*******************************************
    Justify Content
  *******************************************/
  .l-flex--justify-content-flex-start--xl {
    justify-content: flex-start;
  }

  .l-flex--justify-content-flex-end--xl {
    justify-content: flex-end;
  }

  .l-flex--justify-content-center--xl {
    justify-content: center;
  }

  .l-flex--justify-content-space-between--xl {
    justify-content: space-between;
  }

  .l-flex--justify-content-space-around--xl {
    justify-content: space-around;
  }

  .l-flex--justify-content-space-evenly--xl {
    justify-content: space-evenly;
  }

  .l-flex--justify-content-start--xl {
    justify-content: start;
  }

  .l-flex--justify-content-end--xl {
    justify-content: end;
  }

  .l-flex--justify-content-left--xl {
    justify-content: left;
  }

  .l-flex--justify-content-right--xl {
    justify-content: right;
  }

  /*******************************************
    Align Items
  *******************************************/
  .l-flex--align-items-stretch--xl {
    align-items: stretch;
  }

  .l-flex--align-items-flex-start--xl {
    align-items: flex-start;
  }

  .l-flex--align-items-flex-end--xl {
    align-items: flex-end;
  }

  .l-flex--align-items-center--xl {
    align-items: center;
  }

  .l-flex--align-items-baseline--xl {
    align-items: baseline;
  }

  .l-flex--align-items-first-baseline--xl {
    align-items: first baseline;
  }

  .l-flex--align-items-last-baseline--xl {
    align-items: last baseline;
  }

  .l-flex--align-items-start--xl {
    align-items: start;
  }

  .l-flex--align-items-end--xl {
    align-items: end;
  }

  .l-flex--align-items-self-start--xl {
    align-items: self-start;
  }

  .l-flex--align-items-self-end--xl {
    align-items: self-end;
  }

  /*******************************************
    Align Content
  *******************************************/
  .l-flex--align-content-flex-start--xl {
    align-content: flex-start;
  }

  .l-flex--align-content-flex-end--xl {
    align-content: flex-end;
  }

  .l-flex--align-content-center--xl {
    align-content: center;
  }

  .l-flex--align-content-space-between--xl {
    align-content: space-between;
  }

  .l-flex--align-content-space-around--xl {
    align-content: space-around;
  }

  .l-flex--align-content-space-evenly--xl {
    align-content: space-evenly;
  }

  .l-flex--align-content-stretch--xl {
    align-content: start;
  }

  .l-flex--align-content-start--xl {
    align-content: start;
  }

  .l-flex--align-content-end--xl {
    align-content: end;
  }

  .l-flex--align-content-baseline--xl {
    align-content: baseline;
  }

  .l-flex--align-content-first-baseline--xl {
    align-content: first baseline;
  }

  .l-flex--align-content-last-baseline--xl {
    align-content: last baseline;
  }

  /*******************************************
    Align Self
  *******************************************/
  .l-flex--align-self-auto--xl {
    align-self: auto;
  }

  .l-flex--align-self-flex-start--xl {
    align-self: flex-start;
  }

  .l-flex--align-self-flex-end--xl {
    align-self: flex-end;
  }

  .l-flex--align-self-center--xl {
    align-self: center;
  }

  .l-flex--align-self-baseline--xl {
    align-self: baseline;
  }

  .l-flex--align-self-stretch--xl {
    align-self: stretch;
  }
}


/************************************************************
  XX-Large devices (larger desktops, 1400px and up)
  Class names should have --xxl added to denote the media breakpoint
************************************************************/
@media (min-width: 1400px) {
  /*******************************************
    Direction
  *******************************************/
  .l-flex--direction-row--xxl {
    flex-direction: row;
  }

  .l-flex--direction-row-reverse--xxl {
    flex-direction: row-reverse;
  }

  .l-flex--direction-column--xxl {
    flex-direction: column;
  }

  .l-flex--direction-column-reverse--xxl {
    flex-direction: column-reverse;
  }

  /*******************************************
    Wrap
  *******************************************/
  .l-flex--nowrap--xxl {
    flex-wrap: nowrap;
  }

  .l-flex--wrap--xxl {
    flex-wrap: wrap;
  }

  .l-flex--wrap-reverse--xxl {
    flex-wrap: wrap-reverse;
  }

  /*******************************************
    Justify Content
  *******************************************/
  .l-flex--justify-content-flex-start--xxl {
    justify-content: flex-start;
  }

  .l-flex--justify-content-flex-end--xxl {
    justify-content: flex-end;
  }

  .l-flex--justify-content-center--xxl {
    justify-content: center;
  }

  .l-flex--justify-content-space-between--xxl {
    justify-content: space-between;
  }

  .l-flex--justify-content-space-around--xxl {
    justify-content: space-around;
  }

  .l-flex--justify-content-space-evenly--xxl {
    justify-content: space-evenly;
  }

  .l-flex--justify-content-start--xxl {
    justify-content: start;
  }

  .l-flex--justify-content-end--xxl {
    justify-content: end;
  }

  .l-flex--justify-content-left--xxl {
    justify-content: left;
  }

  .l-flex--justify-content-right--xxl {
    justify-content: right;
  }

  /*******************************************
    Align Items
  *******************************************/
  .l-flex--align-items-stretch--xxl {
    align-items: stretch;
  }

  .l-flex--align-items-flex-start--xxl {
    align-items: flex-start;
  }

  .l-flex--align-items-flex-end--xxl {
    align-items: flex-end;
  }

  .l-flex--align-items-center--xxl {
    align-items: center;
  }

  .l-flex--align-items-baseline--xxl {
    align-items: baseline;
  }

  .l-flex--align-items-first-baseline--xxl {
    align-items: first baseline;
  }

  .l-flex--align-items-last-baseline--xxl {
    align-items: last baseline;
  }

  .l-flex--align-items-start--xxl {
    align-items: start;
  }

  .l-flex--align-items-end--xxl {
    align-items: end;
  }

  .l-flex--align-items-self-start--xxl {
    align-items: self-start;
  }

  .l-flex--align-items-self-end--xxl {
    align-items: self-end;
  }

  /*******************************************
    Align Content
  *******************************************/
  .l-flex--align-content-flex-start--xxl {
    align-content: flex-start;
  }

  .l-flex--align-content-flex-end--xxl {
    align-content: flex-end;
  }

  .l-flex--align-content-center--xxl {
    align-content: center;
  }

  .l-flex--align-content-space-between--xxl {
    align-content: space-between;
  }

  .l-flex--align-content-space-around--xxl {
    align-content: space-around;
  }

  .l-flex--align-content-space-evenly--xxl {
    align-content: space-evenly;
  }

  .l-flex--align-content-stretch--xxl {
    align-content: start;
  }

  .l-flex--align-content-start--xxl {
    align-content: start;
  }

  .l-flex--align-content-end--xxl {
    align-content: end;
  }

  .l-flex--align-content-baseline--xxl {
    align-content: baseline;
  }

  .l-flex--align-content-first-baseline--xxl {
    align-content: first baseline;
  }

  .l-flex--align-content-last-baseline--xxl {
    align-content: last baseline;
  }

  /*******************************************
    Align Self
  *******************************************/
  .l-flex--align-self-auto--xxl {
    align-self: auto;
  }

  .l-flex--align-self-flex-start--xxl {
    align-self: flex-start;
  }

  .l-flex--align-self-flex-end--xxl {
    align-self: flex-end;
  }

  .l-flex--align-self-center--xxl {
    align-self: center;
  }

  .l-flex--align-self-baseline--xxl {
    align-self: baseline;
  }

  .l-flex--align-self-stretch--xxl {
    align-self: stretch;
  }
}
/* Responsive Grid */
.body-wrapper {
    /* STOP use this to allow the position sticky working */
    /*overflow: hidden;*/
}

.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: 1180px) {
    .visible-tablet {
        display: inherit !important;
    }

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

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

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


/* NEW STYLES IN NEW FORMAT */
.l-position-relative {
    position: relative;
}

.l-full-height-section {
    min-height: calc(100vh - var(--header-height-mobile));
}

@media (min-width: 768px) {
    .l-full-height-section {
        min-height: calc(100vh - var(--header-height-tablet));
    }
}

@media (min-width: 1280px) {
    .l-full-height-section {
        min-height: calc(100vh - var(--header-height-desktop));
    }
}

@media (max-width: 767px) {
  .reverse-row-order > .row-fluid {
    display: flex;
    flex-direction: row-reverse !important;
  }
  
  .stack > .row-fluid {
    align-items: flex-start !important;
    flex-direction: column !important;
    flex-wrap: wrap; 
  }

  .stack > .row-fluid [class*="span"] {
    width: 100% !important;
  }

  .stack > .row-fluid .dnd-column {
    margin: 1em 0 !important;
    width: 100% !important;
  }

  .stack > .row-fluid .dnd-column:last-child {
    margin: 0 !important;
  }

  .no-stack .row-fluid {
    display: flex !important;
    align-items: center !important;
  }

  .reverse-row-order.stack > .row-fluid .dnd-column:first-child {
    margin: 0 !important;
  }
  
  .reverse-row-order.stack > .row-fluid {
    align-items: flex-start !important;
    display: flex;
    flex-direction: column-reverse !important;
  }

}

/*  Tools
    Any animations, or functions used throughout the theme
    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 
*/
.reveal {
  opacity: 0;
}

.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);
  }
}
.s-text-align--left {
  text-align: left;
}

.s-text-align--center {
  text-align: center;
}

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

.s-padding--bottom-0 {
  padding-bottom: 0;
}

.s-padding--top-0 {
  padding-top: 0;
}

.s-negative-position {
  position: relative;
  top: -200px !important;
}