/* BASE
----------------------------- */
/* Index
========================================================================== */

/* Custom Font Imports ------------------------------------------------- */
/* Breakpoints -------------------------------------------------------- */
/* Color  ------------------------------------------------------------ */
/* Fonts  ----------------------------------------------------------- */
/* Typography  ----------------------------------------------------- */
/* Headings  ------------------------------------------------------ */
/* Links  -------------------------------------------------------- */
/* Layout  ------------------------------------------------------ */
/* Corners  ---------------------------------------------------- */
/* Shadows  --------------------------------------------------- */
/* Buttons  -------------------------------------------------- */
/* Animation ------------------------------------------------ */
/* Plugins ------------------------------------------------- */
/* Dark Mode ---------------------------------------------- */


/* Custom Font Imports
========================================================================== */











/* Color
========================================================================== */




/* Typography
========================================================================== */

/* Font Family
=============================== */

/* If custom font setting is activated*/


  
  
  
  
  
  


 
/* Font Sizes
=============================== */

/* MACRO: Convert to REM */



/* Headings */


/* Body text */




/* Text Links
=============================== */























/* Layout
========================================================================== */


/* Content Width
=============================== */

 

 

 



/* Gutters
=============================== */





/* Spacing 
=============================== */
/* Default padding for sections */





/* Breakpoints
=============================== */

/* Tablet Screens (768 - 1366) */


/* Standard Desktop Screens (1366 - 1920) */


/* Large Screens (1920+) */






/* Corners
========================================================================== */





/* Shadows
========================================================================== */


/* MACRO: Convert color picker object (hex and opacity) to RGBA format */





  
 



/* Buttons
========================================================================== */

/* Set from inherited properties */

  


   









    





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

/* Form fields height, border style, border colour */




/* Animation
========================================================================== */









/* Plugins+
========================================================================== */





















/* Dark Mode (Experimental)
========================================================================== */


 











/* Header
========================================================================== */









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

html {
  scroll-behavior: smooth;
}

* {
  scroll-margin-top: 100px;
}

/* 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: 2rem;
  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: 1rem; /* 2 */
}

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

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

a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links
 */

a:focus-visible {
  outline: none;
}

/**
 * 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: 1rem; /* 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.25rem;
}

sup {
  top: -0.5rem;
}

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

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

/* 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;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
button,
input {
  line-height: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* ELEMENTS
   ----------------------------- */


@font-face {
  font-family: "Roboto";
  src: url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Thin.ttf) format("truetype"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Thin.woff) format("woff"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Thin.woff2) format("woff2");
  font-weight: 100;
  font-display: fallback;
}

@font-face {
  font-family: "Roboto";
  src: url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Light.ttf) format("truetype"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Light.woff) format("woff"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Light.woff2) format("woff2");
  font-weight: 300;
  font-display: fallback;
}

@font-face {
  font-family: "Roboto";
  src: url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Regular.ttf) format("truetype"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Regular.woff) format("woff"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: "Roboto";
  src: url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Medium.ttf) format("truetype"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Medium.woff) format("woff"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: fallback;
}

@font-face {
  font-family: "Roboto";
  src: url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Bold.ttf) format("truetype"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Bold.woff) format("woff"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: fallback;
}

@font-face {
  font-family: "Roboto";
  src: url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Black.ttf) format("truetype"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Black.woff) format("woff"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Roboto/Roboto-Black.woff2) format("woff2");
  font-weight: 900;
  font-display: fallback;
}

@font-face {
  font-family: "Source Sans 3";
  src: url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-ExtraLight.ttf) format("truetype"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-ExtraLight.woff) format("woff"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-ExtraLight.woff2) format("woff2");
  font-weight: 200;
  font-display: fallback;
}

@font-face {
  font-family: "Source Sans 3";
  src: url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-Light.ttf) format("truetype"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-Light.woff) format("woff"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-Light.woff2) format("woff2");
  font-weight: 300;
  font-display: fallback;
}

@font-face {
  font-family: "Source Sans 3";
  src: url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-Regular.ttf) format("truetype"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-Regular.woff) format("woff"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: "Source Sans 3";
  src: url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-Medium.ttf) format("truetype"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-Medium.woff) format("woff"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: fallback;
}

@font-face {
  font-family: "Source Sans 3";
  src: url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-SemiBold.ttf) format("truetype"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-SemiBold.woff) format("woff"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-display: fallback;
}

@font-face {
  font-family: "Source Sans 3";
  src: url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-Bold.ttf) format("truetype"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-Bold.woff) format("woff"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: fallback;
}

@font-face {
  font-family: "Source Sans 3";
  src: url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-ExtraBold.ttf) format("truetype"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-ExtraBold.woff) format("woff"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-ExtraBold.woff2) format("woff2");
  font-weight: 800;
  font-display: fallback;
}

@font-face {
  font-family: "Source Sans 3";
  src: url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-Black.ttf) format("truetype"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-Black.woff) format("woff"),
       url(//6581523.fs1.hubspotusercontent-na1.net/hubfs/6581523/raw_assets/public/energy-vault-2023/assets/fonts/Source%20Sans%203/SourceSans3-Black.woff2) format("woff2");
  font-weight: 900;
  font-display: fallback;
}

/* Base
=============================== */
*,
html {
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs and Body Text 
=============================== */
html,
body,
textarea,
p, 
li,
a {
  font-family: 'Source Sans 3', sans-serif;
  letter-spacing: 2%;
  text-decoration: none;
}

p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

p.large {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

p.large-bold {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

p.normal {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

p.normal-bold {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

b, strong {
  font-weight: bolder !important;
}


/* Headings
=============================== */
h2.display,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2%;
}

h2.display {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
}

h1 {
  font-size: 44px;
  line-height: 54px;
  font-weight: 400;
}

h2 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
}

h2.bolded {
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
}

h3 {
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
}

h3.thin {
  font-size: 34px;
  line-height: 42px;
  font-weight: 300;
}

h3.bolded {
  font-size: 34px;
  line-height: 42px;
  font-weight: 600;
}

h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

h4.bolded {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

h5 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
}

h5.thin {
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}

h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

h6.bolded {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

@media (min-width: 991px)
{
  h2.display {
    font-size: 120px;
    line-height: 140px;
    font-weight: 700;
  }

  h1 {
    font-size: 70px;
    line-height: 80px;
    font-weight: 300;
  }

  h2 {
    font-size: 60px;
    line-height: 74px;
    font-weight: 300;
  }

  h2.bolded {
    font-size: 60px;
    line-height: 74px;
    font-weight: 600;
  }

  h3 {
    font-size: 48px;
    line-height: 64px;
    font-weight: 400;
  }
  
  h3.thin {
    font-size: 48px;
    line-height: 64px;
    font-weight: 300;
  }

  h3.bolded {
    font-size: 48px;
    line-height: 64px;
    font-weight: 600;
  }

  h4 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
  }
  
  h4.bolded {
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
  }

  h5 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
  }

  h5.thin {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
  }

  h6 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
  }

  h6.bolded {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
  }
}



/* Social Icons */
a.social {
  display: flex;
  width: 24px;
  height: 24px;
  align-items: flex-end;
  justify-content: center;
  transition: all .2s linear;
}

a.social i{
  font-size: 20px;
  color: #000000;
}

a.social:hover i{
  color: #38386D;
}

a.social:disabled,
a.social[disabled] {
  color: #C6C6C6;
}

a.social:disabled::hover,
a.social[disabled]:hover {
  color: #C6C6C6;
}

/* Primary Button */
.btn-primary {
  background-color: #38386D;
  border-color: #38386D;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 6%; 
  font-weight: 700;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  padding: 10px 15px;
  transition: all .2s linear;
  text-align: center;
}

.btn-primary:hover {
  background-color: #ffffff;
  border-color: #000000;
  color: #38386D;
}

.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #C6C6C6;
  border-color: #C6C6C6;
  color: #ffffff;
}

.btn-primary.darkmode {
  border-color: #ffffff;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.1px);
  -webkit-backdrop-filter: blur(5.1px);
}

.btn-primary.darkmode:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-primary.darkmode:disabled,
.btn-primary.darkmode[disabled] {
  background-color: #C6C6C6;
  border-color: #C6C6C6;
  color: #ffffff;
}

/* Secondary Button */
.btn-secondary {
  background-color: #ffffff;
  border-color: #000000;
  color: #38386D;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 6%; 
  font-weight: 700;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  padding: 10px 15px;
  transition: all .2s linear;
  text-align: center;
}

.btn-secondary:hover {
  background-color: #38386D;
  border-color: #38386D;
  color: #ffffff;
}

.btn-secondary:disabled,
.btn-secondary[disabled] {
  background-color: #ffffff;
  border-color: #C6C6C6;
  color: #C6C6C6;
}

.btn-secondary.darkmode {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}

.btn-secondary.darkmode:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.btn-primary.darkmode:disabled,
.btn-primary.darkmode[disabled] {
  background-color: transparent;
  border-color: #C6C6C6;
  color: #C6C6C6;
}

/* Tertiary Button Text Link */
.btn-tertiary {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 6%; 
  font-weight: 700;
  padding: 5px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000000;
  transition: all .2s linear;
  background-color: transparent;
}

.btn-tertiary:after {
  font-family: "Font Awesome\ 6 FREE";
  content: "\f35a";
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  padding-left: 10px;
}

.btn-tertiary:hover {
  transform: scale(0.95);
}

.btn-tertiary:disabled,
.btn-tertiary[disabled] {
  background-color: transparent;
  border-color: #C6C6C6;
  color: #C6C6C6;
}

.btn-tertiary:disabled::after,
.btn-tertiary[disabled]:after{ 
  color: #C6C6C6;
}

.btn-tertiary.darkmode {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
}

.btn-tertiary.darkmode:after {
  color: #ffffff;
}

.btn-tertiary.darkmode:hover {
  padding: 0px 20px 0px 0px;
}

.btn-tertiary.darkmode:disabled,
.btn-tertiary.darkmode[disabled] {
  background-color: transparent;
  border-color: #C6C6C6;
  color: #C6C6C6;
}

.btn-tertiary.darkmode:disabled::after,
.btn-tertiary.darkmode[disabled]:after{ 
  color: #C6C6C6;
}

/* Button Quarternary */
.btn-quarternary {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 6%; 
  font-weight: 700;
  color: #000000;
  display: flex;
  width: auto; 
  justify-content: flex-start;
  align-items: center;
  transition: all .2s linear;
  background-color: transparent;
}

.btn-quarternary:after {
  font-family: "Font Awesome\ 6 FREE";
  content: "\f0da";
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin-left: 8px;
  transition: all .2s linear;
}

.btn-quarternary:hover {
  color: #38386D;
}

.btn-quarternary:hover::after {
  margin-left: 12px;
  color: #000000;
}

.btn-quarternary:disabled,
.btn-quarternary[disabled] {
  color: #C6C6C6;
}

.btn-quarternary:disabled::after,
.btn-quarternary[disabled]:after{ 
  color: #C6C6C6;
}

.btn-quarternary.darkmode {
  color: #ffffff;
}

.btn-quarternary.darkmode:after {
  color: #ffffff;
}

.btn-quarternary.darkmode:hover {
  color: #ffffff;
}

.btn-quarternary.darkmode:hover::after {
  margin-left: 8px;
}

.btn-quarternary.darkmode:disabled,
.btn-quarternary.darkmode[disabled] {
  color: #C6C6C6;
}

.btn-quarternary.darkmode:disabled::after,
.btn-quarternary.darkmode[disabled]:after{ 
  color: #C6C6C6;
}




/* REFACTORING REQUIRED */

.o-container fieldset {
  max-width: none !important;
}


.hs-form .hs-form-field,
.hs-form .legal-consent-container {
  margin-bottom: 20px;
}

.hs-form .hs-form-field > label {
  display: block;
  margin-bottom: 5px;
  color: #000022;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.hs-form .hs-fieldtype-radio.hs-form-field > label {
  margin-bottom: 10px;
}

.hs-form .hs-field-desc {
  display: block;
  margin-bottom: 5px;
  color: #000022;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.hs-form .hs-error-msg {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
.hs-form .inputs-list li:before {
  content: "";
}
.hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.hs-form select,
.hs-form textarea {
  width: 100%;
  padding: 10px;
/*   height: 46px; */
  height: px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  outline: none;
  border-radius: 0.25rem;
}
.hs-form .inputs-list li:before {
    content: "";
}
#main-content .hs-form .inputs-list li {
  margin-left: 0px;
}
#main-content .hs-form .inputs-list li,
.hs-form .inputs-list li {
  padding-left: 0;
}
@media (min-width: 600px) {
  .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
  .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
  .hs-form select,
  .hs-form textarea {
    border-radius: 0.25rem;
  }
}
@media (min-width: 767px) {
  .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
  .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
  .hs-form select,
  .hs-form textarea {
    border-radius: 0.375rem;
  }
}
@media (min-width: 1024px) {
  .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
  .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
  .hs-form select,
  .hs-form textarea {
    border-radius: 0.5rem;
  }
}


.hs-form input::placeholder, .hs-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(86, 104, 131, 0.4);
}

.hs-form input:-ms-input-placeholder, .hs-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(86, 104, 131, 0.4);
}

.hs-form input::-ms-input-placeholder, .hs-form textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(86, 104, 131, 0.4);
}


.hs-form textarea {
  min-height: 120px;
}

.hs-form .inputs-list {
  padding: 0;
  list-style: none;
}
.hs-form .inputs-list .hs-form-radio {
  margin-bottom: 10px;
}
.hs-form .inputs-list .hs-form-radio:last-child {
  margin-bottom: 0;
}

.hs-form .hs-form-field>label {
/*   display: none !important; */
}
.hs-form .hs-input {
  border: 2px solid #E7E7E8;
  outline: none;
}

.hs-form .hs-input:focus {
  border: 2px solid #DB535B;
}

.hs-form .hs-input[type="checkbox"],
.hs-form .hs-input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  margin-right: 10px;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 50%;
}
.hs-form .hs-input[type="checkbox"] + span,
.hs-form .hs-input[type="radio"] + span {
  color: #000022;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.hs-form .legal-consent-container * {
  color: #000022;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.hs-form .hs-button {
  padding: 14px 58px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.42;
  text-align: center;
  transition: all 350ms ease;
  background-color: #66C5D9;
  border: 2px solid #66C5D9;
  box-shadow: 5px 10px 8px rgba(136, 136, 136, 1);
}

.hs-form .hs-button:hover {
  transition: all 350ms ease;
  background-color: #fff;
  border: 2px solid #66C5D9;
  color: #66C5D9;
}
.hs-form .hs-button {
  border-radius: 0px;
}
@media (min-width: 600px) {
  .hs-form .hs-button {
    border-radius: 0px;
  }
}
@media (min-width: 767px) {
  .hs-form .hs-button {
    border-radius: 0px;
  }
}
@media (min-width: 1024px) {
  .hs-form .hs-button {
    border-radius: 0px;
  }
}




.c-footer-form
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.c-footer-form
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.c-footer-form .hs-form select,
.c-footer-form .hs-form textarea {
  width: 100%;
  padding: 10px 15px;
  height: 50px;
  color: #000022;
  font-size: 16px;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 500;
  letter-spacing: 0.4px;
  border: 1px solid #000022;
  background-color: #fff;
  box-shadow: 4px 4px 10px #00000014;
  outline: none;
}
.footer__form .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]){
  border: medium none;
}
.c-footer-form .hs-form fieldset {
  max-width: none;
}

.c-footer-form .hs-form .hs-button {
  padding: 15px 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Source Sans 3', sans-serif;
  letter-spacing: 0.75px;
  text-align: center;
  background-color: #66C5D9;
  border: 2px solid #66C5D9;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  text-transform: uppercase;
}

.c-footer-form .hs-form .hs-button:hover {
  background-color: #db535b;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.c-contact-form .hs-form .hs-form-field > label {
  color: #fff;
  text-align: left;
}

.c-contact-form .hs-form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

.hs-form .hs-error-msg {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  text-align: left;
}

.u-bg-gradient .hs-form .hs-error-msg {
  color: #fff;
}

.contact-us-form [class*="hs-form"] fieldset {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.contact-us-form [class*="hs-form"] fieldset.form-columns-1 .hs-input {
  width: 100%;
}

.contact-us-form
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.contact-us-form
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.contact-us-form .hs-form select,
.contact-us-form .hs-form textarea {
  width: 100%;
  padding: 10px 15px;
  height: 50px;
  color: #000022;
  font-size: 16px;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 500;
  letter-spacing: 0.4px;
  border: 2px solid #dddddd;
  outline: none;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
}

.c-image-form form {
  position: relative;
}

.c-image-form
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
  width: 100%;
  padding: 10px 15px;
  height: 80px;
  color: #000022;
  font-size: 16px;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 500;
  letter-spacing: 0.4px;
  border: 2px solid #dddddd;
  outline: none;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
  padding-right: 150px;
}

.c-image-form .hs-button {
  position: absolute;
  top: 10px;
  height: 30px;
  height: 60px;
  font-size: 18px;
  padding: 0 40px;
}

.c-image-form--simple .hs-button {
  position: relative;
}

.c-form--lp {
  padding: 50px 60px;
  border: 2px solid #ddd;
}
.c-form--lp
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.c-form--lp
  .hs-form
  input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.c-form--lp .hs-form select,
.c-form--lp .hs-form textarea {
  width: 100%;
  padding: 10px 15px;
  height: 50px;
  color: #000022;
  font-size: 16px;
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 500;
  letter-spacing: 0.4px;
  border: 2px solid #dddddd;
  outline: none;
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
}

/*Boxed form */
.c-form--box {
  background-color: #f3f6fa;
  padding: 40px;
  border-radius: 20px;
}

/* ::Dropdown */
/* ----------------------------------------------------------- */
.c-dropdown {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
}
.c-dropdown--width {
  max-width: 400px;
  min-width: 250px;
  width: 100%;
}
.c-dropdown__select {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border-radius: 5px;
}
.c-dropdown__select--green {
  padding: 0px 45px 0px 15px;
  border: 1px solid #00915a;
}
.c-dropdown--green-arrow:after {
  content: "";
  width: 21px;
  height: 21px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  transform: rotate(90deg);
}

.c-blog-subscription-form {
  position: relative;
}
.c-blog-subscription-form input[type="email"] {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 135px 0 15px;
  border: 1px solid #d65f00;
  border-radius: 5px;
}
.c-blog-subscription-form input[type="submit"] {
  padding: 13px 22px;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Source Sans 3', sans-serif;
  letter-spacing: 0.42;
  text-align: center;
  background-color: #d65f00;
  border-radius: 5px;
}
.c-blog-subscription-form .no-list.hs-error-msgs {
  padding: 0;
  list-style-type: none;
}
.c-blog-subscription-form .no-list.hs-error-msgs li {
  margin-top: 8px;
  color: #d65f00;
  font-size: 14px;
  font-family: 'Source Sans 3', sans-serif;
}

/* Form title */
.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

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

/* Form fields */

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

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 input[type="search"],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

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

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

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 1rem;
}

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  color: #ef6b51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type="submit"],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

.hs-fieldtype-intl-phone.hs-input {
  border: none !important;
}
 
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


.hs-form .hs-submit .hs-button {background: #DB535B;
    box-shadow: 3px 10px 20px rgba(9, 2, 39, 0.2);width: 100%;border: 1px solid #333333;
/*     border: 1px solid #333333; */border-radius: 6px;
  
  font-size: 16px;
  line-height: 24px;
  padding: 16px 30px;
  color: #333333;

  transition: all 0.3s ease;
}

.hs-form .hs-submit .hs-button:hover {background: #DB535B;/*     border: 1px solid #333333; */
  border: 1px solid #333333;color: #333333;

  box-shadow: none;
  transition: all 0.3s ease;
}

.hs-form .hs-submit .hs-button:focus-within {
  box-shadow: none;
}

/* .hs-form .hs-submit .hs-button:focus {
  outline: 1px solid black;
  border-radius: 6px;
  outline-offset: 1px;
} */

/* Medium */

@media (min-width: 599px) {
  
  .hs-form .hs-submit .hs-button {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 30px;
  }
  
}

/* Large */

@media (min-width: 849px) {
  
  .hs-form .hs-submit .hs-button {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 30px;
  }
  
}

/* Larger */

@media (min-width: 1199px) {
  
  .hs-form .hs-submit .hs-button {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 30px;
  }
  
}
table {
    border: none !important;
    background-color: rgba(255,255,255,1.0);
    width: 100%;
}

table.shadow {
    -webkit-box-shadow: 0px 4px 10px -2px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 4px 10px -2px #ccc;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 4px 10px -2px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

thead {
    background-color: rgba(86, 104, 131, 0.1);
   
}

thead th, thead td {
    background-color: transparent !important;
    color: #002347 !important;
    vertical-align: middle !important;
    font-weight: bold;
    font-size: 1.25rem;
}



thead th img {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

thead th span {
    vertical-align: middle !important;
    
}

thead tr {
    border-bottom: none;
}



th, td {
    padding: 15px !important;
}

thead tr th:first-child {
    padding-left: 40px !important;
}

tr td:first-child {
    padding-left: 40px !important;
}


tr {
    border-bottom: 1px solid rgba(86, 104, 131, 0.25);
    vertical-align: middle !important;
}

tr:last-child {
    /* border-bottom: none; */
}

.o-table-wrap {
  overflow-x: auto;
}
@media(max-width: 479px) {
   thead tr th:first-child {
      padding-left: 20px !important;
  }

  tr td:first-child {
      padding-left: 20px !important;
  }

}
.fa-play {
  font-family: 'FONTAWESOME';
}

.u-play-button.fa-play {
  font-family: 'FONTAWESOME';
  padding: 20px;
  font-size: 15px;
  border-radius: 50px;
  width: 54px;
  height: 54px;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
}


/* OBJECTS
   ----------------------------- */

body {
  max-width: 2550px;
  margin: 0 auto;
}

body:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 100%; 
  height: 75px;
}

/* CSS variables */
/* :root {
  --column-gap: 2.13%;
} */


/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.row-fluid [class*='span'] {
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .row-fluid .span11 {
    width: calc(91.66% - 2.13% * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - 2.13% * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (2.13% * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - 2.13% * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - 2.13% * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - 2.13% * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - 2.13% * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - 2.13% * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - 2.13% * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - 2.13% * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - 2.13% * 0.9166);
  }
}

@media (min-width: 1100px)
{
  body:before {
    height: 145.2px;
  }
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: calc(75.0rem - 1.5rem);
}

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

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


/* COMPONENTS
   ----------------------------- */
/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}




.c-footer {
  background-color: #000;
  background-size: cover;
  background-position: left top;
  padding: 75px 30px 65px 30px;
}

@media screen and (min-width: 1200px) {
  .c-footer {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-footer__logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.c-copyright {
  display: flex;
  flex-direction: column;
  margin-top: 52px;
  padding-top: 30px;
  border-top: 1px solid #FFF;
  text-align: center;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .c-copyright {
    text-align: left;
    align-items: center;
  }
}


@media screen and (min-width: 1200px) {
  .c-copyright {
    flex-direction: row;
    justify-content: space-between;
  }
}

.c-copyright a,
.c-copyright p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}

.c-copyright a:hover {
  color: #FFF;
}


.c-copyright a {
  display: inline-block;
  margin-right: 20px; 
}

.c-copyright a:last-child {
  margin-right: 0; 
}

.c-footer__heading {
  color: #FFF;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .c-footer__heading {
    margin-bottom: 40px;
  }
}

.c-footer__social-wrap {
  width: 100%;
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}

@media (min-width: 1024px) {
  .c-footer__social-wrap {
    margin-bottom: 0;
  }
}


.c-footer__social {
  color: #FFF;
  font-size: 24px;
}

.c-footer__social:hover {
  color: #FFF;
}

.c-footer__nav a {
  color: #FFF !important;
  font-size: 14px !important;
  line-height: 21px !important;
  font-weight: 400 !important;
  display: block !important;
  text-align: left !important;
  text-indent: 0 !important;
  margin: 0px !important;
  word-break: break-word !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.c-footer__nav a:hover {
  color: #FFF !important;
}

.c-footer__nav ul {
  list-style: none;
}


.c-footer__nav ul[role=menu]:not(.hs-menu-children-wrapper) {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .c-footer__nav ul[role=menu]:not(.hs-menu-children-wrapper) {
    flex-direction: row;
  }
}

.c-footer__nav li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
  flex: 1 1 auto;
}

.c-footer__nav .hs-menu-children-wrapper {
  box-shadow: none;
}

.c-footer__nav li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a {
  font-weight: 700 !important;
  margin-bottom: 30px  !important;
}

.c-footer__nav li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a[href="javascript:void(0);"]{
  pointer-events: none;
}

.c-footer__nav li.hs-menu-item.hs-menu-depth-2 {
  margin-bottom: 20px;
}

.c-footer__nav li.hs-menu-item.hs-menu-depth-2 a {
  font-weight: 400;
}

/* .c-footer .dnd-section > .row-fluid {
  max-width: 1090px;
} */

.c-footer__nav .c-footer__menu-link {
  display: flex;
  flex-direction: row;
  margin-top: 7px;
  margin-bottom: 7px;
}

.c-footer__nav .c-footer__menu-link-text,
.c-footer .c-footer__menu-link .c-footer__menu-link-icon {
  padding: 10px 0px;
}

.c-footer__nav .c-footer__menu-link p {
  color: #FFF;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.c-footer .c-footer__menu-heading p {
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.c-footer .c-footer__menu-link .c-footer__menu-link-icon.c-footer-menu--icon-present {
  max-width: 25px;
  width: 100%;
  height: auto;
  margin-right: 12px;
  display: block;
}





.c-blog {
  margin-top: 0.75rem;
}
.c-blog__block article.tile {
  height: 100%;
}

.c-blog-listings {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
@media (min-width: 1024px) {
  .c-blog-listings {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-blog-cta {
  height: 100%;
  border-left: 1px solid rgba(78, 91, 110, 0.25);
  padding-left: 1.5rem;
}
.c-blog-cta h2 {
  
}
.c-blog-cta p {
  
}
.c-blog-cta__inner {
  padding: 30px;
}

.c-blog__devider {
  margin: 1.5rem 15px;
  width: 100%;
  border-top: 1px solid rgba(78, 91, 110, 0.25);
}

@media (min-width: 1024px) {
  .c-blog-cta__inner {
    padding: 50px;
  }
}
.c-blog-cta--post {
  height: auto;
}

.c-post .c-blog-form ul li:before {
  display: none;
}

.c-post .c-blog-form {
  margin-bottom: 30px;
}

.c-blog-tabs div {
  margin-right: 1rem;
  margin-bottom: 1rem;
  color: #2b2a2c;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}
.c-blog-tabs div:after {
  transition: all ease-in-out 0.2s;
  background: none repeat scroll 0 0 #1eb9cf;
  content: "";
  display: block;
  height: 2px;
  width: 0;
}
.c-blog-tabs div.active:after,
.c-blog-tabs div:hover:after,
.c-blog-tabs div:focus:after {
  width: 100%;
}

/* Search */
.c-blog-search {
  display: flex;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
}
.c-blog-search .c-blog-search--input {
  width: 100%;
  background-color: #ececec;
  border: 0;
  height: 36px;
  padding: 0 15px;
  outline: 0;
  font-size: 1rem;
  height: 50px;
}
.c-blog-search .btn {
  font-family: "FontAwesome";
  background: #1eb9cf;
  height: 50px;
  width: 50px;
  padding: 10px 15px;
  border: 0;
  cursor: pointer;
  outline: 0;
}
.c-blog-search .btn i {
  color: #fff;
}

.c-blog-form {
  width: 100%;
  padding: 30px;
}
@media (min-width: 1024px) {
  .c-blog-form {
    padding: 50px;
  }
}
.c-blog-form h3 {
  font-size: 1.5rem;
  line-height: 1.9rem;
}
.c-blog-form input.hs-input {
  box-sizing: border-box !important;
}

/* OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO */
/* Blog Listing
   ----------------------------- */
.c-blog__image {
  height: 240px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .c-blog__image {
    height: 320px;
  }
}

.c-blog__image--first {
  height: 426px;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .c-blog__image--first {
    padding: 50px;
  }
}

/* .c-blog__image:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

/* .c-blog__image--first:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
} */

.c-blog .tile.is-child {
  height: 100%;
}

.c-blog h2.c-blog__heading {
  font-size: 1.4rem;
  letter-spacing: normal;
}

.c-blog__tag {
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 30px;
  left: 30px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .c-blog__tag {
    padding: 50px;
  }
}

.c-blog__content {
}

h2.c-blog__content--title {
  font-size: 2.5rem;
  line-height: 3.125rem;
}

p.c-blog__content--author {
  color: rgba(86, 104, 131, 0.5);
}

p.c-blog__content--intro {
  font-size: 1rem;
  line-height: 1.75rem;
}

.c-blog__content--buttons {
  padding-top: 1.5rem;
  justify-content: space-between;
  display: flex;
  border-top: 1px solid rgba(78,91,110,.25); 
  align-items: center;
}

.c-blog__content--buttons img {
  display: block;
}

.c-blog__image.c-blog__image-inner {
  display: flex;
  align-items: end;
}

h2.c-blog__heading.c-blog__heading--inside {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 10px;
  font-weight: 600;
}

p.c-blog__author.c-blog__author--inside {
  font-size: 1rem;
  line-height: 1.75rem;
}


.c-blog__heading {
  font-size: 1.875rem;
  /* line-height: 1.875rem; */
  margin-bottom: 10px;
  font-weight: 600;
}

.c-blog__author {
  font-size: 1rem;
  line-height: 1.75rem;
  color: rgba(86, 104, 131, 0.5);
}

.c-blog-form .hs-form .hs-button {
  border: 2px solid;
  padding: 20px 26px 20px;
  border-radius: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 0.9375rem;
  text-align: center;
  transition: all 0.3s ease;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.18px;
  background-color: #1eb9cf;
  border-color: #1eb9cf;
  color: #fff;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
  font-family: 'Red Hat Text', sans-serif;
  border: 2px solid #1eb9cf !important;
}

.c-blog-form .hs-form .hs-button:hover,
.c-blog-form .hs-form .hs-button:active,
.c-blog-form .hs-form .hs-button:focus {
  background: #1eb9cf !important;
  background-color: #1eb9cf !important;
  color: #fff !important;
  border-color: #fff !important;
  text-shadow: none !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 2px solid #fff !important;
}

.c-blog-form .actions {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.c-blog__block > a {
  display: block;
  width: 100%;
}

.c-blog-more {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 160px;
  margin-top: 80px;
  display: inline-block;
}

.c-blog__inner-col {
  padding: 30px;
  color: #2b2a2c;
}
@media (min-width: 1024px) {
  .c-blog__inner-col {
    padding: 50px;
  }
}

.c-blog__block article.tile {
  height: 100%;
}

.c-blog__image.c-blog__image-inner:after {
  width: 0;
}

.c-tile-img {
  background-size: cover;
  background-position: center center;
  position: relative;
}

.c-tile-img:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-tile-img-inner {
  display: flex;
  align-items: end;
  height: 100%;
}
@media (max-width: 767px) {
  .c-tile-img-inner {
    min-height: 250px;
    padding: 30px;
  }
}

/* Blog Filter
----------------------------- */
.tile.is-ancestor.is-flex-wrap-wrap.c-blog-top {
  margin: 40px 0;
}

.c-blog-filter .c-blog-filter__heading {
  padding-right: 0;
  height: 100%;
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .c-blog-filter .c-blog-filter__heading {
    width: 33%;
  }
}
.c-blog-filter .c-blog-filter__heading h5 {
  font-size: 34px;
  font-weight: bold;
  text-transform: none;
  margin: -1px 0 0;
}

.c-blog-filter .c-blog-filter__dropdown {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .c-blog-filter .c-blog-filter__dropdown {
    width: 67%;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.c-blog-dropdown {
  width: 100%;
/*   padding: 10px 40px 10px 20px; */
  padding: 0px;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.c-blog-dropdown:hover,
.c-blog-dropdown.is-open {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
}

@media (min-width: 1024px) {
  .c-blog-dropdown {
    cursor: pointer;
    transition: all 350ms ease;
  }
}
.c-blog-dropdown__default {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
}
.c-blog-dropdown__toggle {
  width: 14px;
  height: 22px;
  margin: auto;
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  color: #1eb9cf;
  font-size: 22px;
}
.c-blog-dropdown-topics {
  z-index: 4;
/*   min-width: calc(100% - 4px); */
  width: 100%;
  margin-top: 10px;
  position: absolute;
  display: block;
  left: calc(2px);
  top: 100%;
  background: #f1f3f8;
  opacity: 0;
  visibility: hidden;
  transition: all 350ms ease;
  border-radius: 10px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
}
.c-blog-dropdown-topics.is-open {
  opacity: 1;
  visibility: visible;
}
.c-blog-dropdown-topics__link {
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
  transition: all 350ms ease;
}

.c-blog-search__input,
.c-blog-search__input:focus,
.c-blog-search__input:focus-visible {
  outline: 0;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #ececec;
  padding: 10px 40px 10px 20px;
  font-weight: bold;
}

.svg-search-icon {
  fill: none;
  stroke: #1eb9cf;
  stroke-miterlimit: 10;
  stroke-width: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.c-blog-search path {
  fill: #1eb9cf;
}

.c-blog-search svg {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 20px;
  top: 13px;
}

.c-blog-search {
  position: relative;
  width: 100%;
}

/* Blog Post
----------------------------- */
.c-post {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .c-post {
    font-size: 1.4rem;
  }
}
.c-post .c-post__intro {
  margin-bottom: 20px;
}
.c-post .c-post__author {
  display: inline-block;
}
.c-post .c-post__share {
  float: right;
}
.c-post .c-post__share ul li {
  display: inline-block;
  margin-left: 20px;
}
.c-post .c-post__share ul li:before {
  display: none;
}
.c-post .c-post__body li {
  margin-bottom: 20px;
}
.c-post .c-post__body li p {
  margin: 0;
  display: inline-block;
}
.c-post ul {
  list-style: none;
  padding-left: 25px;
}
.c-post ol {
  padding-left: 25px;
}
.c-post ul li:before {
  content: "\2022";
  color: #1eb9cf;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
}

/* To be moved into button.css*/
.c-button.c-button--blue {
  background-color: #1eb9cf;
  border-color: #1eb9cf;
  color: #fff;
}

.c-pagination {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  font-size: 12px;
  text-align: center;
}

.pagination {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.pagination li {
  display: inline-block;
}

.pagination li.next-posts-link,
.pagination li.previous-posts-link,
.pagination li.first-posts-link,
.pagination li.last-posts-link {
  position: absolute;
}

.pagination li.first-posts-link {
  left: 10px;
}

.pagination li.previous-posts-link {
  left: 50px;
}

.pagination li.next-posts-link {
  right: 50px;
}

.pagination li.last-posts-link {
  right: 10px;
}

.c-pagination__controls {
  display: inline-block;
}

.c-pagination__controls.c-pagination__controls--backward {
  float: left;
}

.c-pagination__controls.c-pagination__controls--forward {
  float: right;
}

.c-pagination__control {
  display: inline-block;
  overflow: hidden;
  width: 35px;
  height: 35px;
  max-width: 100%;
  min-width: 2.4rem;
  margin-right: 0.125rem;
  margin-left: 0.125rem;
  padding: 0.8rem;
  border: 1px solid #b8b8b8;
  border-radius: 30rem;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1eb9cf;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}

.c-pagination__control a {
  border-radius: 30px;
  height: 100%;
  left: 0;
  padding-top: 9px;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-pagination__control:hover {
  border-color: #1eb9cf;
  background-color: #1eb9cf;
  box-shadow: 3px 4px 14px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.c-pagination__control:hover a {
  color: #fff;
}

.c-pagination__control:active {
  box-shadow: none;
}

.c-pagination__control.c-pagination__control--current,
.c-pagination__control.c-pagination__control--current a {
  border-color: transparent;
  background-color: #1eb9cf;
  color: #fff;
}

.c-pagination__ellipsis {
  display: inline-block;
  overflow: hidden;
  background-color: transparent;
  color: #363636;
}

.pagination {
  position: relative;
  margin: 50px 0 100px;
}

.c-post {
  margin-bottom: 100px;
  margin-top: 50px;
}

.c-post-img {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 380px;
  margin-bottom: 20px;
  display: inline-block;
}

.c-hero.c-hero--post {
  min-height: 350px;
  position: relative;
  background-position: center;
  background-size: cover;
  margin-bottom: 1.5rem;
}
.c-hero.c-hero--post h1 {
  z-index: 1;
  position: relative;
  color: #fff;
  text-align: left;
}


.c-blog-dropdown .c-blog-dropdown__default--none {
  display: none;
}

.c-blog-dropdown-topics__container {
  position: relative;
}

.c-blog-dropdown .c-blog-dropdown__arrow {
  background: linear-gradient(180deg, #66C5D9 0%, #66C5D9 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0px 10px 10px 0px;
  padding: 10px;
}

.c-blog-dropdown .c-blog-dropdown__arrow svg {
  transition: all ease-in-out 0.2s;
  width: 24px;
}

.c-blog-dropdown.is-open .c-blog-dropdown__arrow svg {
  transform: rotate(180deg);
}





/* Blog Listing */

.c-blog-listing {
/*   padding: 0px 0px 100px 0px; */
}

.c-blog-listing__inner {
  display: flex;
  flex-wrap: wrap;
}

.c-blog-listing__blog-post-container {
  width: 100%;
  position: relative;
  display: block;
  padding: 20px 18px;
}

.c-blog-post__details-row {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
}

.c-blog-post__image-row {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}

.c-blog-post__featured-image {
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .35s ease;
}

.c-blog-listing__blog-post-container:hover .c-blog-post__featured-image {
  transform: scale(1.1);
  transition: all .35s ease;
}

.c-blog-post__tag {
  background-color: #259294;
  display: flex;
  position: absolute;
  padding: 6px;
  border-radius: 100px;
  top: 30px;
  left: 30px;
  margin-right: 30px;
}

.c-blog-post__tag p {
  margin-bottom: 0;
  color: #fff;
  margin: 0px 4px;
}


.c-blog-post__button {
  display: flex; 
  flex-direction: row;
  align-items: center;
}

.c-blog-post__button p {
  margin-bottom: 0px;
}

.c-blog-post__button img {
  margin-left: 8px;
  transition: all .35s ease;
  background-repeat: no-repeat;
}

.c-blog-listing__blog-post-container:hover .c-blog-post__button img {
  margin-left: 13px;
  transition: all .35s ease;
}



@media (min-width: 849px) {
 
  .c-blog-listing__blog-post-container {
    width: 33.333%;
  }
  
}


/* --- Blog Post --- */

.c-blog-post__wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.c-blog-post__container {
  padding: 180px 40px 100px 40px;
}

.c-blog-post__heading h1 {
  text-align: center;
  font-size: 40px;
  line-height: 56px;
}

.c-blog-post__author {
  text-align: center;
}

.c-blog-post__social-links .c-blog-post__social-links-container ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 1rem;
}

.c-blog-post__social-links .c-blog-post__social-links-container li {
  margin: 0px 10px;
}

.c-blog-post__social-links a {
  color: #000000;
  transition: all .35s ease;
}

.c-blog-post__social-links a:hover {
  color: #DB535B;
}

.c-blog-post__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-blog-post__body {
  margin-top: 40px;
}


.c-blog-post__body img {
  width: 100%;
}
/* Error pages */

.error-page {
    padding: 10rem 0;
    position: relative;
    text-align: center;
  }
  
  .error-page:before {
    color: #F3F6F9;
    content: attr(data-error);
    font-size: 40vw;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
  }
  
  @media screen and (min-width: 1100px) {
    .error-page:before {
      font-size: 20
    }
  }
  
  /* System pages */
  
  .systems-page {
    margin: 0 auto;
    max-width: 700px;
    padding: 3rem 1.4;
    border-radius: 10px;
    margin-bottom: 6;
    -webkit-box-shadow: 0 3px 8px 3px rgb(0 0 0 / 10%); 
    -moz-box-shadow: 0 3px 8px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 3px 8px 3px rgb(0 0 0 / 10%);
  }
  
  .systems-page--search-results {
    max-width: 100%;
  }
  
  .systems-page .header {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
  }
  
  .systems-page .success {
    background-color: #CDE3CC;
    border: 1.5px solid #4F7D24;
    border-radius: 6px;
    color: #4F7D24;
    display: inline-block;
    margin: 1.4rem 0;
    padding: 0.1rem 0.7;
    width: 100%;
  }
  
  .systems-page form input {
    max-width: 100%;
  }
  
  .systems-page form input[type='submit'] {
    margin: 0.7rem 0;
    display: block;
  }
  
  /* Search pages */
  
  .hs-search-results__title {
    font-size: 1.25;
    margin-bottom: 0.35;
    text-decoration: underline;
  }
  
  .hs-search-results__title:hover {
    text-decoration: none;
  }
  
  .hs-search-results__description {
    padding-top: 0.7;
  }
  
  /* Password prompt */
  
  .password-prompt input[type=password] {
    height: auto !important;
    margin-bottom: 1.4;
  }
  
  .systems-page #hs-login-widget-remember,
  .systems-page #hs-login-widget-remember ~ label {
    display: inline-block;
    margin-bottom: 0.175;
  }
  
  .systems-page #hs_login_reset {
    display: block;
    margin-bottom: 0.7;
  }
  
  /* Backup unsubscribe */
  
  .backup-unsubscribe #email-prefs-form div {
    padding-bottom: 0 !important;
  }
  
  .backup-unsubscribe input[type=email] {
    font-size: 0.875rem !important;
    margin-bottom: 1.4;
    padding: 0.7rem !important;
  }
  
  /* Subscription preferences */
  
  #email-prefs-form .item.disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  
  #email-prefs-form .item.disabled input:disabled {
    cursor: not-allowed;
  }
  
  /* Membership pages */
  
  #hs-membership-form a[class*='show-password'] {
    font-size: 0.75;
  }
  
  /* Input error messages */
  
  .form-input-validation-message ul.hs-error-msgs {
    padding-left: 0;
    margin: 0;
  }
  
  .form-input-validation-message ul.hs-error-msgs li {
    margin: 0;
  }


/* Form Styling */



ul.hs-error-msgs {
	list-style: none;
}

.systems-page form input[type='submit'] {
    background-color: #ff8e00;
    border: 3px solid #ff8e00;
    font-size: 20px;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 3px;
}

.systems-page form input[type='submit']:hover {
    background-color: #66C5D9;
    border: 3px solid #66C5D9;
    color: #fff;
}

.systems-page .hs-form-field .hs-input {
    border: none !important;
    border-bottom: 1px solid rgba(86,104,131,0.25) !important;
}
.lity-close {
  position: absolute !important;
  right: -8px !important;
  top: -40px !important;
}

.lity-container {
  margin-top: 40px;
}


/* MODULES
   ----------------------------- */




.c-search-field__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 8px;
  box-shadow: 0px 20px 50px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0px 20px 50px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15);
}

.c-search-field__container .c-search-field {
  width: 100%;
}

.c-search-field__container .c-search-field .c-search-field__input {
  width: 100%;
  padding: 10px 20px;
/*   box-shadow: 0px 20px 50px rgb(0 0 0 / 15%);
  -webkit-box-shadow: 0px 20px 50px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.15); */
  border-radius: 8px 0px 0px 8px;
  position: relative;
  border: none;
  font-size: 16px;
  line-height: 28px;
}

.c-search-field__container .c-search-field .c-search-field__input:active,
.c-search-field__container .c-search-field .c-search-field__input:hover,
.c-search-field__container .c-search-field .c-search-field__input:focus-visible,
.c-search-field__container .c-search-field .c-search-field__input:focus-within,
.c-search-field__container .c-search-field .c-search-field__input:focus {
/*   box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15); */
}

.c-search-field__container:hover {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
}

.c-search-field__container .c-search-field__icon {
  background: linear-gradient(180deg, #66C5D9 0%, #66C5D9 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0px 10px 10px 0px;
  padding: 10px;
  cursor: pointer;
}

.c-search-field__container .c-search-field__icon svg {
  width: 24px;
}
.c-resource-listing {
  margin-left: -20px;
  margin-right: -20px;
}

.c-resource-listing .c-resource-listing__inner {
  display: flex;
  flex-wrap: wrap;
}

.c-resource-listing .c-resource-listing__resource-container {
  width: 100%;
  position: relative;
  display: block;
  padding: 20px 18px;
}

.c-resource-listing .c-resource__details-row {
  margin-top: 25px;
}

.c-resource-listing .c-resource__image-row {
  overflow: hidden;
  position: relative;
}

.c-resource-listing .c-resource__image {
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .35s ease;
}

.c-resource-listing .c-resource-listing__resource-container:hover .c-resource__image {
/*   transform: scale(1.1);
  transition: all .35s ease; */
}

.c-resource-listing .c-resource__button {
  display: flex; 
  flex-direction: row;
  align-items: center;
}

.c-resource-listing .c-resource__button p {
  margin-bottom: 0px;
}

.c-resource-listing .c-resource__button a {
  padding: 7px 0px !important;
  color: #343434 !important;
}

.c-resource-listing .c-resource__tag {
  background-color: #259294;
  display: flex;
  position: absolute;
  padding: 6px;
  border-radius: 100px;
  top: 30px;
  left: 30px;
  margin-right: 30px;
}

.c-resource-listing .c-resource__tag p {
  margin-bottom: 0;
  color: #fff;
  margin: 0px 4px;
}
.c-icon-block {
  display: flex;
  align-items: center;
  gap: 16px;
}

.c-icon-block__icon {
  flex: 0 0 auto;
  height: auto;
}

.c-icon-block__content {
  flex: 1 1 auto;
}

.c-icon-block__content * {
  margin: 0;
}

.c-icon-block__heading {
  margin-bottom: 8px;
}
.c-eyebrow {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}

.c-eyebrow:before,
.c-eyebrow:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.c-eyebrow:before {
  left: 0;
}


.c-eyebrow:after {
  right: 0;
}
.c-video .fa-play {
  font-family: 'FONTAWESOME';
  padding: 20px;
  font-size: 15px;
  border-radius: 50px;
  width: 54px;
  height: 54px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.c-video .fa-play:hover {
  scale: 1.1;
}

.c-video .c-video__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 18px;
}

.c-video .c-video__image a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 54px;
  height: 54px;
  border-radius: 50px;
}
.c-number-and-text__text {
  margin-top: 20px;
}

.c-number-and-text__text p {
  padding-top: 10px;
}



.c-simple-testimonial__slide {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 20px 20px;
  align-items: center;
  text-align: center;
}

.c-simple-testimonial__logo {
  margin-bottom: 45px;
}

.c-simple-testimonial_heading {
  font-family: 'Open Sans',sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  color: #1F115A;
  padding-bottom: 20px;
}

.c-simple-testimonial__person {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.c-simple-testimonial_description p {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 0px;
}

.c-simple-testimonial__person-title {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}

.c-simple-testimonial__position {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.c-simple-testimonial__person-image {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  
  .c-simple-testimonial__slide {
    padding-left: 116px;
    padding-right: 116px;
  }
  
}
.c-team-bios {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.c-team-member {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 25px 25px 0px 25px;
}

.c-team-member .c-team-member__image {
  position: relative;
  height: 360px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.c-team-member__image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.c-team-member__links {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 40px;
  flex-wrap: wrap;
}

.c-team-member__name,
.c-team-member__position {
  margin-bottom: 0px;
}

.c-team-member__name {
  font-weight: 800;
}

.c-team-member-popup {
  background-color: #FFF;
  padding: 40px;
  overflow: auto;
}

.c-team-member-popup__image {
  max-height: 350px;
  height: 100%;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 30px;
}
.c-team-member-popup__bio .c-team-member-popup__name {
  margin-bottom: 0px;
}
.c-team-member-popup__bio .c-team-member-popup__position {
  margin-bottom: 15px;
/*   font-family: 'Source Sans Pro'; */
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 153%;
  color: #1F115A;
}
.c-team-member-popup__bio .c-team-member-popup__socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 25px;
  height: 30px;
}
.c-team-member-popup__bio .c-team-member-popup__bio-text {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 153%;
  color: #6D6C6D;
}
.c-team-member-popup__bio .c-team-member-popup__socials .c-team-member__social-icon {
  margin-right: 30px;
}
.c-team-member-popup__bio .c-team-member-popup__socials .c-team-member__social-icon:before {
  color: #1F115A;
  font-size: 20px;
}

.c-team-member__socials {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.c-team-member .c-team-member__social-icon {
  font-size: 24px;
  padding: 0px 8px;
}

.c-team-member__social-icon.fa-twitter {
  padding-left: 0px;
}

.c-team-member__social-icon.fa-linkedin {
  padding-right: 0px;
}

@media (max-width: 768px) {
  
  .c-team-member-popup__image {
    object-fit: cover;
    object-position: top;
  }
  
}

@media (min-width: 768px) {
  
  .c-team-member {
    width: 50%;
  }
  
  .c-team-member-popup__image {
    width: auto;
  }
  
}

@media (min-width: 1024px) {
  
  .c-team-member {
    width: 33.333%;
  }
  
}


.c-newsletter-subscribe {
  display: flex;
  flex-direction: column-reverse;
}

.c-newsletter-subscribe__image {
  background-size: cover;
}

.c-newsletter-subscribe__form-area,
.c-newsletter-subscribe__image {
  width: 100%;
}

.c-newsletter-subscribe__image {
  margin-left: 0;
}

.c-newsletter-subscribe__form-area {
  padding: 60px 30px;
  z-index: 2;
}

.c-newsletter-subscribe__form-heading {
  margin-bottom: 32px;
}

.c-newsletter-subscribe form {
  display: flex;
  flex-direction: row;
}

.c-newsletter-subscribe form input[type="submit"],
.c-newsletter-subscribe form .hs-button {
  white-space: nowrap !important;
}

.c-newsletter-subscribe .hs-form .hs-form-field {
  width: 100%;
}

.c-newsletter-subscribe .hs-form .hs-submit {
  padding-left: 8px;
}

.c-newsletter-subscribe .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.c-newsletter-subscribe .hs-form input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]),
.c-newsletter-subscribe .hs-form select, 
.c-newsletter-subscribe .hs-form textarea {
  padding: 12px 16px;
  /*   height: 46px; */
}



@media (min-width: 767px) {
  
  .c-newsletter-subscribe {
    display: flex;
    flex-direction: row;
  }
  
  .c-newsletter-subscribe__form-area {
    width: 50%;
  }

  .c-newsletter-subscribe__image {
    width: calc(50% + 50px);
    margin-left: -50px;
  }
  
  .c-newsletter-subscribe__form-area {
    padding: 126px 66px;
    z-index: 2;
  }
  
}
.c-social-icons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-social-icons .c-social-icons__item {
  margin-bottom: 20px;
}

.c-social-icons__container .c-social-icons .c-social-icons__item {
  margin-right: 10px;
}

.c-social-icons--vertical-mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 767px) {
  
  .c-social-icons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  
  .c-social-icons__container .c-social-icons .c-social-icons__item {
    margin-right: 20px;
    margin-left: 0px;
  }
  
}

@media screen and (min-width: 1024px) {
  .c-social-icons--vertical-desktop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-social-icon__icon {
  width: 24px;
  height: 24px;
}
.c-map-and-contact-info__details {
  list-style: none;
  margin-bottom: 15px;
  padding: 0; 

  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 599px) {
  .c-map-and-contact-info__details {
    flex-direction: column;
  }
}

.c-map-and-contact-info__details-item {
  margin-left: 0 !important;
  margin-bottom: 40px;

  display: flex;
  flex-direction: row;
  flex: 1 50%;
}

.c-map-and-contact-info__map iframe {
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 1/1;
}

.c-map-and-contact-info .c-map-and-contact__social-icon i {
  font-family: "FONTAWESOME";
  font-size: 20px;
}

.c-map-and-contact-info .c-map-and-contact-info__info {
  padding: 50px 20px 0px 20px;
}

.c-map-and-contact-info .c-map-and-contact-info__icon-and-content {
  display: flex;
  flex-direction: row;
}

.c-map-and-contact-info .c-map-and-contact-info__icon {
  margin-right: 15px;
/*   width: auto;
  display: block;
  height: 40px; */
}

.c-map-and-contact-info .c-map-and-contact-info__heading {
  margin-bottom: 40px;
}

.c-map-and-contact-info .c-map-and-contact-info__details-item {
  display: flex;
  flex-direction: row;
}

.c-map-and-contact-info .c-map-and-contact__social-icons {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.c-map-and-contact-info .c-map-and-contact__social-icons .c-map-and-contact__social-icon-item {
  margin-right: 32px;
}



@media (min-width: 767px) {

  .c-map-and-contact-info .c-map-and-contact-info__info {
    padding: 50px 20px;
  }


}
.c-blog-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-blog-feature__item {
  
}

.c-blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 450px;
  width: 100%;
  position: relative;
  z-index: 0;
  border-radius: 30px;
  overflow: hidden;
  padding: 32px 40px;
  margin-bottom: 30px;
}

.c-blog-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-clip-path: ellipse(200% 200% at 0% 100%);
  clip-path: ellipse(200% 200% at 0% 100%);
  -webkit-transition: -webkit-clip-path 500ms ease-in-out;
  transition: -webkit-clip-path 500ms ease-in-out;
  -o-transition: clip-path 500ms ease-in-out;
  transition: clip-path 500ms ease-in-out;
  transition: clip-path 500ms ease-in-out, -webkit-clip-path 500ms ease-in-out;
}

.c-blog-card:hover::before {
  -webkit-clip-path: ellipse(100% 100% at 0% 100%);
  clip-path: ellipse(100% 100% at 0% 100%);
}

.c-blog-card__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  bottom: 32px;
  left: 40px;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  -o-transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  width: 310px;
}

.c-blog-card:hover .c-blog-card__title-wrap {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.c-blog-card__tags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.c-blog-card__tag {
  position: relative;
  z-index: 1;
  display: inline-block;
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 999px;
  margin-right: 12px;
}

.c-blog-card__title  {
  display: block;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}

.c-blog-card__image {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: left center;
  background-size: cover;
  pointer-events: none;
  z-index: -1;
}

.c-blog-feature__item-1,
.c-blog-feature__item-3 {
  margin-right: 0px;
}



@media (min-width: 1200px) {
  
  .c-blog-feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  
  .c-blog-card {
    margin-bottom: 0px;
  }

  .c-blog-feature__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.333% - 40px);
    flex: 1 1 calc(33.333% - 40px);
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }


  .c-blog-feature__item:hover {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: calc(50% - 40px) !important;
  }
  
  .c-blog-feature__item-1 {
    margin-right: 40px;
  }

  .c-blog-feature__item-3 {
    margin-left: 40px;
  }

}
.c-numbered-block__image-container,
.c-numbered-block__number-container,
.c-numbered-block__text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-numbered-block__image-container {
  align-items: center;
}

.c-numbered-block__number-container {
  align-items: flex-start;
}

.c-numbered-block__text-container {
  align-items: flex-start;
}

.c-numbered-block__number-container {
  align-items: flex-start;
}

.c-numbered-block__number {
  padding: 20px 0px;
}


@media (min-width: 767px) {
  
  .c-numbered-block__image-container {
    align-items: center;
  }
 
  .c-numbered-block__number-container {
    align-items: center;
  }
  
  .c-numbered-block__text-container {
    align-items: flex-start;
  }
  
  .c-numbered-block__number {
    padding: 0px;
  }
  
}
.c-scroll-icon:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

.c-scroll-icon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 54px;
  height: 54px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.c-scroll-icon .fa-arrow-down {
  font-family: 'FONTAWESOME';
  font-size: 15px;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}


.c-faq__question-item .c-faq__answer {
/*   display: none; */
  padding-bottom: 15px;
  padding-right: 30px;
}

.c-faq__question-item .c-faq__arrow {
  transition: all 0.3s ease;
  height: 18px;
  width: 18px;
}

.c-faq__question-item.u--accordion-open .c-faq__arrow {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.c-faq__question-item {
  margin-top: 26px;
}

.c-faq__question-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  background-color: transparent;
  padding: 14px 12px 14px 0px;
  cursor: pointer;
}



.c-faq-2__question-item {
  margin-top: 26px;
}

.c-faq-2__question-item .c-faq-2__answer {
/*   display: none; */
  padding-top: 15px;
}


.c-testimonial-block__heading,
.c-testimonial-block__testimonial-container {
  width: 100%;
  padding: 70px 35px;
}

.c-testimonial-block__testimonial-inner {
  display: flex;
  flex-direction: column;
}

.c-testimonial-block__testimonial-quote {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.c-testimonial-block__testimonial-description {
  margin-bottom: 50px;
  margin-right: 42px;
}

.c-testimonial-block__testimonial-info {
  display: flex;
  flex-direction: row;
}

.c-testimonial-block__testimonial-image {
  margin-right: 16px;
}


@media (min-width: 767px) {

  .c-testimonial-block__heading,
  .c-testimonial-block__testimonial-container {
    width: 50%;
    padding: 70px;
  }
  
}


.c-cta-block__container {
  overflow: visible;
  position: relative;
}

.c-cta-block__container:after {
  content: "";
  background-image: url(https://2040891.fs1.hubspotusercontent-na1.net/hubfs/2040891/allpack/box-shadow.png);
  position: absolute;
  bottom: -80px;
  width: 100%;
  height: 180px;
  background-size: cover;
  z-index: 0;
}

.c-cta-block {
  display: flex;
  flex-direction: column;
  padding: 48px 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.c-cta-block__buttons {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}

.c-cta-block .c-cta-block__buttons,
.c-cta-block .c-cta-block__content {
  z-index: 2;
}

.c-cta-block .c-cta-block__overlay-image {
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-cta-block .c-cta-block__overlay-image > img {
  position: absolute;
}


@media (min-width: 767px) {

  .c-cta-block {
    padding: 50px 100px;
  }
  
}

@media (max-width: 575px) {
  .c-cta-block__buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .c-cta-block__buttons .button {
    margin: 0 0 20px 0 !important;
  }
  .c-cta-block__buttons .button:nth-last-child(1) {
    margin-bottom: 0px !important;
  }
  .c-cta-block__buttons .button a {
    width: 100%;
  }
}




.c-featured-number-cards .c-featured-number-cards__article {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(7.5px);
  border-radius: 30px;
  padding: 30px;
  width: 100%;
  margin: 0px;
}

.c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card.column-1,
.c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card.column-2,
.c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card.column-3,
.c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card.column-4 {
  margin: 0px 0px 20px 0px;
}

.c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card .header {
  font-weight: 900;
  font-size: 42px;
  line-height: 52px;
}

.c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 40px;
  margin: 0px;
}

@media (min-width: 768px) {

  .c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card {
    width: calc(50% - 20px);
    min-height: 280px;
  }

  .c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card.column-1 {
    margin: 0px 20px 0px 0px;
  }

  .c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card.column-2 {
    margin: 20px 0px 0px 0px;
    margin-bottom: -20px;
  }

  .c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card.column-3 {
    margin: 0px 20px 0px 20px;
    margin-top: 20px;
  }

  .c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card.column-4 {
    margin: 40px 0px 0px 0px;
    margin-bottom: -20px;
  }

  .c-featured-number-cards .c-featured-number-cards__article .c-featured-number-card__card .header {
    font-weight: 900;
    font-size: 80px;
    line-height: 90px;
  }

}


.c-stats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-stats-list__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  margin: 0px 20px 40px 0px !important;
}

.c-stat {
  display: flex;
  flex-direction: column;
/*   display: block;
  text-align: center;
  margin: 0 auto; */
  color: #1F115A;
}

.c-stat__icon {
  display: inline-block;
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 15px 15px rgba(9, 2, 39, 0.2);
  box-shadow: 5px 15px 15px rgba(9, 2, 39, 0.2);
  border-radius: 50%;
  margin-bottom: 24px;
}

.c-stat__value {
  display: block;
  margin-bottom: 8px;
}

.c-stat__subtitle {
  display: block;
}

.c-stat__value sup {
  font-size: 30%;
  line-height: 30%;
}

@media (min-width: 767px) {
  .c-stats-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .c-stats-list__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
    margin: 0px 20px 0px 0px !important;
  }

}
.c-news-slider {
/*   padding: 0px 0px 100px 0px; */
}

.c-news-slider .c-news-slider__inner {
  display: flex;
}

.c-news-slider .c-news-slider__resource-container {
  width: 100%;
  position: relative;
  display: block;
  padding: 20px 18px;
}

.c-news-slider .c-resource__details-row {
  margin-top: 25px;
}

.c-news-slider .c-resource__image-row {
  overflow: hidden;
  border-radius: 30px;
  position: relative;
}

.c-news-slider .c-resource__image {
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .35s ease;
}

.c-news-slider .c-news-slider__resource-container:hover .c-resource__image {
  transform: scale(1.1);
  transition: all .35s ease;
}

.c-news-slider .c-resource__button {
  display: flex; 
  flex-direction: row;
  align-items: center;
}

.c-news-slider .c-resource__button p {
  margin-bottom: 0px;
}

.c-news-slider .c-resource__button a {
  padding: 7px 0px !important;
  color: #343434 !important;
}

.c-news-slider .c-resource__tag {
  background-color: #259294;
  display: flex;
  position: absolute;
  padding: 6px;
  border-radius: 100px;
  top: 30px;
  left: 30px;
  margin-right: 30px;
}

.c-news-slider .c-resource__tag p {
  margin-bottom: 0;
  color: #fff;
  margin: 0px 4px;
}
.ev-featured-blocks-icons-module-section-wrapper {
  width: 100%;
  position: relative;
}

.ev-featured-blocks-icons-module-section-wrapper .ev-featured-blocks-icons-module-content-wrap {
  position: relative; 
  width: 100%; 
  min-height: 50px;
  gap: 20px;
}

.ev-featured-blocks-icons-module-content-wrap .ev-featured-single-block-wrap{
  position: relative; 
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.ev-featured-single-block-wrap .ev-featured-single-block-icon-wrap{
  position: relative;
  flex: 0 0 50px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
}

.ev-featured-single-block-wrap .ev-featured-single-block-icon-wrap img{
  width: 50px;
  height: auto;
}

.ev-featured-single-block-wrap .ev-featured-single-block-description-wrap{
  position: relative;
  display: flex;
  flex: 0 0 calc(100% - 70px);
  align-self: stretch;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.ev-featured-single-block-description-wrap .ev-featured-single-block-heading{
  position: relative;
  width: 100%; 
  display: inline-block;
}

.ev-featured-single-block-description-wrap .ev-featured-single-block-description{
  position: relative;
  width: 100%; 
  display: inline-block;
}


@media (min-width: 768px) 
{

}

@media (min-width: 992px) 
{

}
.ev-hero-banner-module-section-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  position: relative;
}

.ev-hero-banner-module-section-wrapper .ev-hero-banner-module-container {
  position: relative;
  z-index: 10;
  max-width: calc(75rem - 1.5rem);
  margin: 0 auto;
}


.ev-hero-banner-module-container .ev-hero-banner-module-content-wrap .ev-hero-banner-content-row{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%; 
}

.ev-hero-banner-module-section-wrapper .ev-hero-banner-module-container .ev-hero-banner-module-content-wrap {
  position: relative; 
  width: 100%; 
  min-height: 250px;
  display: block;
}

.ev-hero-banner-module-content-wrap .ev-hero-banner-column-left{
  position: relative;
  flex: 0 0 100%; 
}

.ev-hero-banner-module-content-wrap .ev-hero-banner-column-right{
  position: relative;
  flex: 0 0 100%; 
}


.ev-hero-banner-module-content-wrap .ev-hero-banner-main-heading-wrap{
  position: relative;
  width: 100%; 
}

.ev-hero-banner-module-content-wrap .ev-hero-banner-sub-heading-wrap{
  position: relative;
  width: 100%; 
}

.ev-hero-banner-module-content-wrap .ev-hero-banner-description-wrap{
  position: relative;
  width: 100%; 
}

.ev-hero-banner-module-content-wrap .ev-hero-banner-divider-line{
  position: relative;
  width: 100%; 
  border-top: 2px solid #6D6C6D;
  margin: 10px 0px 34px 0px;
}

.ev-hero-banner-module-content-wrap .ev-hero-banner-buttons-wrap{
  position: relative;
  width: 100%; 
  gap: 10px;
}

.ev-hero-banner-module-content-wrap .ev-hero-banner-buttons-wrap .ev-hero-btn{
  position: relative;
  border-radius: 10px;
  text-align: center;
  padding: 10px 20px;
  font-family: 'Roboto', sans-serif;
  color: #38386D;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  transition: all .2s linear;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ev-hero-banner-module-content-wrap .ev-hero-banner-buttons-wrap .ev-hero-btn.primary{
  border: 2px solid #38386D;
  background-color: #38386D;
  color: #ffffff;
}

.ev-hero-banner-module-content-wrap .ev-hero-banner-buttons-wrap .ev-hero-btn.primary:hover{
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #38386D;
}

.ev-hero-banner-module-content-wrap .ev-hero-banner-buttons-wrap .ev-hero-btn.secondary{
  border: 2px solid #000000;
  color: #38386D;
  background-color: transparent;
  /*   background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2.8px);
  -webkit-backdrop-filter: blur(2.8px); */
}

.ev-hero-banner-module-content-wrap .ev-hero-banner-buttons-wrap .ev-hero-btn.secondary:hover{
  border: 2px solid #38386D;
  background-color: #38386D;
  color: #ffffff;
}

.ev-hero-banner-module-content-wrap .ev-hero-banner-buttons-wrap .ev-hero-btn.watch{
  border: 2px solid transparent;
  background-color: transparent;
  color: #000000;
}

.ev-hero-banner-module-content-wrap .ev-hero-banner-buttons-wrap .ev-hero-btn.watch:after{
  font-family: "Font Awesome\ 6 FREE";
  content: '\f04b';
  font-size: 10px;
  line-height: 10px;
  font-weight: 700;
  left: 0; 
  top: 0;
  margin-left: 8px;
  transition: all .2s linear;
}

.ev-hero-banner-module-content-wrap .ev-hero-banner-buttons-wrap .ev-hero-btn.watch:hover{
  color: #38386D;
}

.ev-hero-banner-module-content-wrap .ev-hero-banner-buttons-wrap .ev-hero-btn.watch:hover::after{
  margin-left: 12px;
}

.ev-hero-banner-buttons-wrap .ev-video-button-wrapper{
  position: relative;
  display: flex;
  width: 100%; 
  gap: 24px;
  max-width: 350px;
}

.ev-hero-banner-buttons-wrap .ev-video-button-wrapper .ev-video-button-left{
  position: relative;
  display: flex;
  flex: 0 0 50px;
}

.ev-hero-banner-buttons-wrap .ev-video-button-wrapper .ev-video-button-left a{
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all .2s linear;
}

.ev-hero-banner-buttons-wrap .ev-video-button-wrapper .ev-video-button-left a:after{
  font-family: "Font Awesome\ 6 FREE";
  content: '\f04b';
  font-weight: 700;
  font-size: 10px;
  padding: 3px 0px 0px 0px;
  transition: all .2s linear;
}

.ev-hero-banner-buttons-wrap .ev-video-button-wrapper .ev-video-button-right{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}


@media (min-width: 992px) 
{
  .ev-hero-banner-module-section-wrapper .ev-hero-banner-module-container .ev-hero-banner-module-content-wrap {
    display: flex;
  }

  .ev-hero-banner-module-container .ev-hero-banner-module-content-wrap .ev-hero-banner-column-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ev-hero-banner-module-container .ev-hero-banner-module-content-wrap .ev-hero-banner-column-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .ev-hero-banner-module-section-wrapper .ev-hero-banner-main-heading-wrap h1 {
    font-size: 62px;
    line-height: 72px;
    font-weight: 300;
  }
  .ev-hero-banner-module-section-wrapper .ev-hero-banner-buttons-wrap {
    margin-bottom: 0px;
  }
}

@media (min-width: 767px) {
/*   #hs_cos_wrapper_widget_1696858409609 .ev-hero-banner-module-section-wrapper {
    padding-bottom: 150px !important;
  } */
}

@media (max-width: 991px) {
  .ev-hero-banner-module-section-wrapper .ev-hero-banner-main-heading-wrap h1 {
    font-weight: 300;
  }
/*   #hs_cos_wrapper_widget_1696858409609 .ev-hero-banner-module-section-wrapper {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  } */
  .ev-hero-banner-module-section-wrapper .ev-hero-banner-buttons-wrap {
    margin-bottom: 0px !important;
  }
  .ev-hero-banner-module-section-wrapper .ev-hero-banner-module-container .ev-hero-banner-module-content-wrap {
    min-height: auto !important;
  }
}

.ev-standard-content-module-section-wrapper {
  width: 100%;
  position: relative;
}

.ev-standard-content-module-section-wrapper .ev-standard-content-module-wrap {
  position: relative; 
  width: 100%; 
}

.ev-standard-content-module-wrap .ev-standard-content-section-heading-wrap {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.ev-standard-content-module-wrap .ev-standard-content-section-subheading-wrap {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}


.ev-standard-content-module-wrap .ev-standard-content-section-text-wrap {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  
}

@media (max-width: 767px) {
  .ev-standard-content-module-wrap .ev-standard-content-eyebrow-heading-wrap p {
    text-align: center;
    width: 100%;
  }
}
.ev-image-module-section-wrapper {
  width: 100%;
  position: relative;
}

.ev-image-module-section-wrapper .ev-image-module-content-wrap {
  position: relative; 
  width: 100%; 
  min-height: 250px;
}

.ev-image-module-content-wrap .ev-image-module-featured-img {
  position: relative; 
  width: 100%; 
  min-height: 250px;
}


.span3 .ev-image-module-section-wrapper .ev-image-module-featured-img {
  height: auto !important;
}
.ev-unique-approach-module-section-wrapper {
  position: relative;
  width: 100%; 
}

.ev-unique-approach-module-section-wrapper .ev-unique-approach-module-content-wrap {
  position: relative; 
  width: 100%; 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
}

.ev-unique-approach-module-content-wrap .ev-unique-approach-column-left{
  position: relative; 
  flex: 0 0 100%; 
  width: 100%; 
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.ev-unique-approach-column-left .ev-unique-approach-numbers-column {
  position: relative; 
  flex: 0 0 50px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 300px;
  padding: 25px 0px;
}

.ev-unique-approach-numbers-column .ev-unique-approach-number-tab{
  position: relative; 
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  width: 100%; 
}

.ev-unique-approach-numbers-column .ev-unique-approach-number-tab p{
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #38386D;
}

.ev-unique-approach-numbers-column .ev-unique-approach-number-tab.active p{
  font-weight: 500;
}

.ev-unique-approach-column-left .ev-unique-approach-tabs-column {
  position: relative; 
  flex: 0 0 calc(100%-50px);
  align-self: stretch;
  border-left: 2px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  min-height: 300px;
  padding: 25px 0px;
}

.ev-unique-approach-tabs-column .ev-unique-approach-tab-button{
  position: relative; 
  padding: 10px 16px;
  display: flex;
  width: 100%; 
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-radius: 0px 20px 20px 0px;
  cursor: pointer;
}

.ev-unique-approach-tabs-column .ev-unique-approach-tab-button.active{
  background-color: #38386D;
  box-shadow: 8px 0px 15px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 8px 0px 15px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 8px 0px 15px 5px rgba(0,0,0,0.2);
}

.ev-unique-approach-tabs-column .ev-unique-approach-tab-button p{
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #38386D;
}

.ev-unique-approach-tabs-column .ev-unique-approach-tab-button.active p{
  color: #ffffff;
  font-weight: 500;
  padding-left: 10px;
}

.ev-unique-approach-tabs-column .ev-unique-approach-tab-button img{
  position: relative;
  width: 32px;
  height: 32px;
  object-fit: contain;
}


.ev-unique-approach-module-content-wrap .ev-unique-approach-column-right{
  position: relative; 
  flex: 0 0 100%; 
  width: 100%; 
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.ev-unique-approach-column-right .ev-unique-approach-tab-content-single{
  position: relative;
  padding: 24px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
}

.ev-unique-approach-column-right .ev-unique-approach-tab-content-single.active{
  display: flex;
  animation: showItem .5s linear forwards;
}

@keyframes showItem {
  from {margin-top: 100px; opacity: 0; }
  to {margin-top: 0px; opacity: 1; }
}

.ev-unique-approach-tab-content-single .ev-unique-approach-tab-content-single-image{
  position: relative;
  display: inline-block;
  width: 100%; 
  border-radius: 20px;
  min-height: 250px;
  background-size: cover;
  background-position: 50% 50%; 
  background-repeat: no-repeat;
}

.ev-unique-approach-tab-content-single .ev-unique-approach-tab-content-single-description{
  position: relative;
  display: inline-block;
  align-self: stretch;
}

.ev-unique-approach-tab-content-single .ev-unique-approach-tab-content-single-description ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 15px;
}

.ev-unique-approach-tab-content-single .ev-unique-approach-tab-content-single-description ul li, 
.ev-unique-approach-tab-content-single .ev-unique-approach-tab-content-single-description p{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #38386D;
  font-weight: 400;
}

.ev-unique-approach-tab-content-single .ev-unique-approach-tab-content-single-button{
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 10px;
}

.ev-unique-approach-tab-content-single .ev-unique-approach-tab-content-single-button .ev-unique-approach-btn{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #38386D;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid #000000;
  transition: all .2s linear;
}

.ev-unique-approach-tab-content-single .ev-unique-approach-tab-content-single-button .ev-unique-approach-btn:hover{
  background-color: #38386D;
  color: #ffffff;
  border: 2px solid #38386D;
}


@media (min-width: 768px) 
{

  .ev-unique-approach-module-section-wrapper .ev-unique-approach-module-content-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }

  .ev-unique-approach-module-content-wrap .ev-unique-approach-column-left{
    flex: 0 0 calc(50% - 20px); 
    align-self: stretch;
    padding: 25px 0px;
  }

  .ev-unique-approach-module-content-wrap .ev-unique-approach-column-right{
    flex: 0 0 calc(50% - 20px); 
    align-self: stretch;
    justify-content: center;
  }

  .ev-unique-approach-column-right .ev-unique-approach-tab-content-single{
    max-width: 450px;
  }

  .ev-unique-approach-numbers-column .ev-unique-approach-number-tab p{
    font-size: 22px;
    line-height: 32px;
  }

  .ev-unique-approach-tabs-column .ev-unique-approach-tab-button{
    width: 100%; 
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .ev-unique-approach-tabs-column .ev-unique-approach-tab-button p{
    font-size: 22px;
    line-height: 32px;
  }

}


@media (min-width: 992px) 
{
  .ev-unique-approach-column-left .ev-unique-approach-numbers-column {
    gap: 25px;
  }

  .ev-unique-approach-column-left .ev-unique-approach-tabs-column {
    gap: 25px;
  }

  .ev-unique-approach-column-right .ev-unique-approach-tab-content-single{
    padding: 45px 45px;
    gap: 30px;
  }

  .ev-unique-approach-module-section-wrapper .ev-unique-approach-module-content-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
  }

  .ev-unique-approach-numbers-column .ev-unique-approach-number-tab{
    padding: 25px 0px 25px 0px;
  }

  .ev-unique-approach-tabs-column .ev-unique-approach-tab-button{
    padding: 25px 32px 25px 32px;
    width: auto;
  }

  .ev-unique-approach-tabs-column .ev-unique-approach-tab-button p{
    min-width: 250px;
  }

  .ev-unique-approach-module-content-wrap .ev-unique-approach-column-left{
    flex: 0 0 calc(40% - 20px); 
    align-self: stretch;
  }

  .ev-unique-approach-module-content-wrap .ev-unique-approach-column-right{
    flex: 0 0 calc(60% - 20px); 
    align-self: stretch;
  }
}

.ev-our-solutions-module-section-wrapper {
  position: relative;
  width: 100%; 
}

.ev-our-solutions-module-section-wrapper .ev-our-solutions-module-content-wrap {
  position: relative; 
  width: 100%; 
  min-height: 250px;
}

.ev-our-solutions-module-content-wrap .ev-our-solutions-blocks-main-wrapper{
  position: relative; 
  width: 100%; 
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 24px;
  row-gap: 24px;
}

.ev-our-solutions-blocks-main-wrapper .ev-our-solutions-block-single{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
}

.ev-our-solutions-blocks-main-wrapper .ev-our-solutions-block-single-0{
  gap: 20px;
}

.ev-our-solutions-blocks-main-wrapper .ev-our-solutions-block-single h2{
  color: #38386D;
}

.ev-our-solutions-blocks-main-wrapper .ev-our-solutions-block-single p{
  color: #444444;
}

.ev-our-solutions-block-single .ev-our-solutions-block-single-image{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%; 
}

.ev-our-solutions-block-single .ev-our-solutions-block-single-image img{
  max-width: 100px;
}

.ev-our-solutions-block-single .ev-our-solutions-block-single-description{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%; 
}

.ev-our-solutions-block-single .ev-our-solutions-block-single-button {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%; 
}

.ev-our-solutions-block-single .ev-our-solutions-block-single-description h5{
  color: #000000;
}

.ev-our-solutions-block-single .ev-our-solutions-block-single-description p{
  color: #444444;
}

.ev-our-solutions-block-single .ev-our-solutions-block-single-btn-link {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  padding: 5px 0px;
  letter-spacing: 6%; 
  font-weight: 700;
  display: flex;
  width: 100%; 
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000000;
  transition: all .2s linear;
  background-color: transparent;
}

.ev-our-solutions-block-single .ev-our-solutions-block-single-btn-link:after{
  font-family: "Font Awesome\ 6 FREE";
  content: "\f35a";
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.ev-our-solutions-block-single .ev-our-solutions-block-single-btn-link:hover{
  transform: scale(0.95);
}

@media (min-width: 600px)
{
  .ev-our-solutions-module-content-wrap .ev-our-solutions-blocks-main-wrapper{
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
  }
}

@media (min-width: 768px) 
{
  .ev-our-solutions-module-content-wrap .ev-our-solutions-blocks-main-wrapper{
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
  }
}

@media (min-width: 992px) 
{
  .ev-our-solutions-module-content-wrap .ev-our-solutions-blocks-main-wrapper{
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 60px;
    row-gap: 60px;
  }
}
.ev-our-products-module-section-wrapper {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; 
}

.ev-our-products-module-section-wrapper .ev-our-products-module-container {
  max-width: calc(75rem - 1.5rem);
  margin: 0 auto;
}

.ev-our-products-module-section-wrapper .ev-our-products-module-container .ev-our-products-module-content-wrap {
  position: relative; 
  width: 100%; 
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 64px;
}

.ev-our-products-module-content-wrap .ev-our-products-heading-row {
  position: relative;
  display: flex;
  width: 100%; 
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #ffffff;
  gap: 15px;
}

.ev-our-products-module-content-wrap .ev-our-products-content-row {
  position: relative;
  display: flex;
  width: 100%; 
  flex-direction: column;
  justify-content: flex-start;
  align-items: space-between;
  min-height: 250px;
  color: #ffffff;
  gap: 30px;
}

.ev-our-products-content-row .ev-our-products-column-left{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 0 100%;
  align-self: stretch;
  padding: 0px;
  gap: 5px;
}

.ev-our-products-content-row .ev-our-products-column-left .ev-our-products-single-tab{
  position: relative;
  display: flex;
  width: 100%; 
  padding: 8px 16px;
  border-radius: 10px;
  transition: all .2s linear;
  cursor: pointer;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400px;
  color: #ffffff;
}

.ev-our-products-content-row .ev-our-products-column-left .ev-our-products-single-tab sup{
  color: #ffffff;
}

.ev-our-products-content-row .ev-our-products-column-left .ev-our-products-single-tab:hover{
  background-color: #5D5DAC;
}

.ev-our-products-content-row .ev-our-products-column-left .ev-our-products-single-tab.active{
  background-color: #5D5DAC;
}

.ev-our-products-content-row .ev-our-products-column-right{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 0 100%;
  align-self: stretch;
}

.ev-our-products-content-row .ev-our-products-column-right .ev-our-products-single-tab-content{
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}

.ev-our-products-content-row .ev-our-products-column-right .ev-our-products-single-tab-content.active{
  display: flex;
  animation: showItem .5s linear forwards;
}

@keyframes showItem {
  from {margin-top: 100px; opacity: 0; }
  to {margin-top: 0px; opacity: 1; }
}

.ev-our-products-content-row .ev-our-products-single-tab-content .ev-our-products-single-content-image{
  width: 100%; 
  height: 350px;
  background-size: cover;
  background-position: 50% 50%; 
  border-radius: 20px;
}

.ev-our-products-single-tab-content .ev-our-products-single-tab-description-wrap{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}

.ev-our-products-single-tab-content .ev-our-products-single-tab-description-row{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%; 
  gap: 10px;
}

.ev-our-products-single-tab-content .ev-our-products-single-tab-description-row h3{
  color: #ffffff;
}

.ev-our-products-single-tab-content .ev-our-products-single-tab-description-row sup{
  color: #ffffff;
}


.ev-our-products-single-tab-content .ev-our-products-single-tab-button-row{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%; 
}

.ev-our-products-single-tab-content .ev-our-products-single-btn{
  position: relative;
  padding: 9px 18px;
  border-radius: 10px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  min-width: 180px;
  transition: all .2s linear;
}

.ev-our-products-single-tab-content .ev-our-products-single-btn:hover{
  background-color: #ffffff;
  color: #38386D;
}

.ev-our-products-single-content-image-link {
  height: 350px;
  width: 100%;
}


@media (min-width: 768px) 
{
  .ev-our-products-module-content-wrap .ev-our-products-content-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .ev-our-products-content-row .ev-our-products-column-left{
    flex: 0 0 250px;
    padding: 0px 25px;
  }

  .ev-our-products-content-row .ev-our-products-column-right{
    flex: 0 0 calc(100% - 280px);
  }
}

@media (min-width: 992px) 
{
.ev-our-products-content-row .ev-our-products-column-left .ev-our-products-single-tab {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400px;
}

}
.ev-simple-stats-module-section-wrapper {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; 
}

.ev-simple-stats-module-section-wrapper .ev-simple-stats-module-container {
  position: relative;
  z-index: 5;
  max-width: calc(75rem - 1.5rem);
  margin: 0 auto;
}

.ev-simple-stats-module-section-wrapper .ev-simple-stats-module-container .ev-simple-stats-module-content-wrap {
  position: relative; 
  width: 100%; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

@media (min-width: 768px) 
{

}

@media (min-width: 992px) 
{

}



.ev-form-cta-module-section-wrapper {
  padding: 0px 20px;
  width: 100%;
  position: relative;
  border-radius: 10px;
}

.ev-form-cta-module-section-wrapper .ev-form-cta-module-content-wrap {
  position: relative; 
  width: 100%; 
  display: grid;
  grid-template-columns: 1fr;
}

.ev-form-cta-module-content-wrap .ev-form-cta-module-columns{
  position: relative; 
  min-height: 250px;
  margin-top: -20px;
  margin-bottom: -20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ev-form-cta-module-content-wrap .ev-form-cta-module-columns:nth-of-type(1), 
.ev-form-cta-module-content-wrap .ev-form-cta-module-columns:nth-of-type(3) {
  min-height: 0px;
}

.ev-form-cta-module-content-wrap .ev-form-cta-module-columns:nth-of-type(2) {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 10px 5px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 3px 10px 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 3px 10px 5px rgba(0,0,0,.15);
  padding: 25px 20px;
}

.ev-form-cta-module-content-wrap .ev-form-cta-module-columns .ev-form-cta-heading-text-wrap{
  position: relative;
  width: 100%; 
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.ev-form-cta-module-columns .ev-form-cta-heading-text-wrap h4{
  color: #38386D;
}

.ev-form-cta-module-columns .ev-form-cta-heading-text-wrap p{
  font-size: 16px;
  line-height: 24px;
  color: #6D6D6D;
}

.ev-form-cta-module-content-wrap .ev-form-cta-module-columns .ev-main-form-wrap{
  position: relative;
  width: 100%; 
}

.ev-form-cta-module-columns .ev-main-form-wrap .hs-form .hs-input{
  border: 2px solid #C6C6C6 !important;
  padding: 9px 16px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 22.5px !important;
}

.ev-form-cta-module-columns .ev-main-form-wrap .hs-form .hs-button{
  background-color: #38386D;
  border: 2px solid #38386D;
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  transition: all .2s linear;
  padding: 8px 16px !important;
}

.ev-form-cta-module-columns .ev-main-form-wrap .hs-form .hs-button:hover{
  background-color: #ffffff;
  color: #38386D;
}

.ev-main-form-wrap .hs-form .hs-form-booleancheckbox span{
  font-family: 'Source Sans 3', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #6D6C6D;
}

@media (min-width: 992px) 
{
  .ev-form-cta-module-section-wrapper .ev-form-cta-module-content-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .ev-form-cta-module-content-wrap .ev-form-cta-module-columns:nth-of-type(2) {
    padding: 40px 20px;
  }
}
.ev-featured-news-module-section-wrapper {
  position: relative;
  width: 100%;
}

.ev-featured-news-module-section-wrapper .ev-featured-news-module-content-wrap {
  position: relative; 
  width: 100%; 
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ev-featured-news-module-content-wrap .ev-featured-news-articles-wrapper{
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 30px;
  row-gap: 30px;
}

.ev-featured-news-module-content-wrap .ev-featured-news-button-wrapper{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; 
}

.ev-featured-news-module-content-wrap .ev-featured-news-button-wrapper .ev-featured-news-button{
  position: relative;
  padding: 10px 20px;
  border: 2px solid #000000;
  border-radius: 10px;
  font-family: 'Roboto', sans-serif;
  color: #38386D;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  transition: all .2s linear;
}

.ev-featured-news-module-content-wrap .ev-featured-news-button-wrapper .ev-featured-news-button:hover{
  background-color: #38386D;
  color: #ffffff;
  border-color: #38386D;
}

.ev-featured-news-articles-wrapper .ev-featured-news-single-article-wrap{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ev-featured-news-single-article-wrap .ev-featured-news-article-image{
  position: relative;
  width: 100%; 
  height: 250px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  overflow: hidden;
}

.ev-featured-news-single-article-wrap .ev-featured-news-article-image .ev-featured-news-article-image-inner{
  position: absolute;
  width: 100%; 
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%; 
  background-repeat: no-repeat;
  transition: all .2s linear;
}

.ev-featured-news-single-article-wrap .ev-featured-news-article-heading-wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.ev-featured-news-article-heading-wrapper .ev-featured-news-article-tags{
  display: flex;
  width: 100%; 
  margin-bottom: 10px;
}

.ev-featured-news-article-tags .ev-featured-news-article-tag{
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #38386D;
  transition: all .2s linear;
  text-transform: uppercase;
}

.ev-featured-news-article-tags .ev-featured-news-article-tag:hover{
  opacity: 0.8;
}

.ev-featured-news-article-heading-wrapper .ev-featured-news-article-heading{
  display: flex;
  width: 100%; 
}

.ev-featured-news-article-heading-wrapper .ev-featured-news-article-button{
  display: flex;
  width: 100%; 
}

.ev-featured-news-article-button .ev-news-btn{
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 26px;
  padding: 5px 0px;
  letter-spacing: 6%; 
  font-weight: 700;
  display: flex;
  width: 100%; 
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000000;
  transition: all .2s linear;
  background-color: transparent;
}

.ev-featured-news-article-button .ev-news-btn:after{
  font-family: "Font Awesome\ 6 FREE";
  content: "\f35a";
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}

.ev-featured-news-article-button .ev-news-btn:hover{
  transform: scale(0.95);
}

@media (min-width: 768px) 
{
  .ev-featured-news-module-content-wrap .ev-featured-news-articles-wrapper{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1024px) 
{
  .ev-featured-news-article-heading-wrapper .ev-featured-news-article-heading{
    max-height: 65px;
    min-height: 65px;
    overflow: hidden;
  }
}
.ev-cta-banner-module-section-wrapper {
  padding: 45px 20px;
  width: 100%;
  position: relative;
}

.ev-cta-banner-module-section-wrapper .ev-cta-banner-module-container {
  position: relative;
  max-width: calc(75rem - 1.5rem);
  margin: 0 auto;
  z-index: 10;
}

.ev-cta-banner-module-container .ev-cta-banner-module-content-wrap{
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  gap: 30px;
}

.ev-cta-banner-module-content-wrap .ev-cta-banner-heading-wrap{
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  margin-bottom: -10px;
}


.ev-cta-banner-module-content-wrap .ev-cta-banner-heading-wrap h2{
  font-size: 38px;
  line-height: 48px;
}

.ev-cta-banner-module-content-wrap .ev-cta-banner-text-wrap{
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}

.ev-cta-banner-module-content-wrap .ev-cta-banner-buttons-wrap{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}

.ev-cta-banner-module-content-wrap .ev-cta-banner-buttons-wrap .ev-cta-btn{
  position: relative;
  padding: 10px 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 6%;
  border-radius: 10px;
  border: 2px solid #ffffff;
  transition: all .2s linear;
  min-width: 200px;
}

.ev-cta-banner-module-content-wrap .ev-cta-banner-buttons-wrap .ev-cta-btn.white-back {
  background-color: #ffffff;
  color: #38386d;
}

.ev-cta-banner-module-content-wrap .ev-cta-banner-buttons-wrap .ev-cta-btn.white-back:hover {
  background-color: transparent;
  color: #ffffff;
}

.ev-cta-banner-module-content-wrap .ev-cta-banner-buttons-wrap .ev-cta-btn.trans-back {
  background-color: transparent;
  color: #ffffff;
}

.ev-cta-banner-module-content-wrap .ev-cta-banner-buttons-wrap .ev-cta-btn.trans-back:hover {
  background-color: #ffffff;
  color: #38386d;
}

.ev-cta-banner-module-content-wrap .ev-cta-banner-buttons-wrap .ev-cta-btn.glass-back {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12.1px);
  -webkit-backdrop-filter: blur(12.1px);
}

.ev-cta-banner-module-content-wrap .ev-cta-banner-buttons-wrap .ev-cta-btn.glass-back:hover {
  background-color: #ffffff;
  color: #38386d;
}

@media (min-width: 767px) 
{
  .ev-cta-banner-module-section-wrapper {
    padding: 90px 20px;
  }

  .ev-cta-banner-module-content-wrap .ev-cta-banner-heading-wrap{
    padding: 0px 50px;
  }

  .ev-cta-banner-module-content-wrap .ev-cta-banner-text-wrap p{
    max-width: 650px;
  }

  .ev-cta-banner-module-content-wrap .ev-cta-banner-buttons-wrap{
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
}

@media (min-width: 991px) 
{
  .ev-cta-banner-module-content-wrap .ev-cta-banner-heading-wrap h2{
    font-size: 60px;
    line-height: 70px;
  }
}
.OurProjectsSection {
  -webkit-box-pack: center;
  display: block;
  height: 100%;
  justify-content: center;
  padding: 0px;
}

.OurProjectsSection_Wrapper {
  box-sizing: border-box;
  height: 100%;
  max-width: 1630px;
  padding: 0px;
  width: 100%;
}

.OurProjectsSection_ContentWrapper {
  display: block;
}

.OurProjectsSection__LeftWrapper {
  width: 100%;
}

.OurProjectsSection_Carousel {
  width: 100%;
  padding: 25px 15px 25px 15px;
}


.OurProjectsSection__ButtonsWrapper {
  display: block;
}

.mapwrap {
  position: relative;
}

#map_start {
  background-color: #38386D;
  height: 33px;
  margin: -1px 0px 0px -1px;
  width: 33px;
  z-index: 0;
}

.map_start {
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 26px;
  left: 56%;
  position: absolute;
  top: 34%;
  transition: all .3s ease-in-out 0s;
  width: 26px;
  z-index: 2;
}

.map_flag.map_start {
  background-color: transparent;
  background-size: contain;
  border-radius: 0;
  height: 30px;
  width: 30px;
}

.OurProjectsSection__LeftWrapper svg {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.OurProjectsSection__LeftWrapper svg circle {
  fill: #009fe3;
}

.map_flag.map_start:after {
  border: none;
  height: 30px;
  width: 30px;
}

.map_start:after {
  content: "";
  position: absolute;
}

.OurProjectsSection_Carousel .slick-prev {
  background: #fc0;
  transition: all .35s ease;
}

.OurProjectsSection_Carousel .slick-prev {
  left: 0px;
}

.OurProjectsSection_Carousel .slick-next {
  right: 0px;
}

.OurProjectsSection_Carousel .slick-arrow {
  -moz-box-pack: center;
  -moz-box-align: center;
  align-items: center;
  background: #38386D;
  border: 2px solid #38386D;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 48px;
  justify-content: center;
  outline: medium none currentcolor;
  position: absolute;
  top: 45%!important;
  transform: translateY(-50%);
  width: 48px;
  z-index: 2;
  transition: all .2s linear;
}

.OurProjectsSection_Carousel .slick-arrow:before {
  display: none;
}

.OurProjectsSection_Carousel .slick-list {
  padding-bottom: 10px;
}

.projects_section_card {
  position: relative;
  width: 100%; 
  background-color: #ffffff;
  overflow: visible;
  min-height: 300px;
  z-index: 2;
  padding: 0px 10px;
}


.projects_section_card .card_image_wrapper{
  position: relative;
  width: 100%; 
  margin-bottom: -30px;
  display: flex;
  justify-content: center;
}

.projects_section_card .card_image_wrapper .card_image{
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%; 
  background-color: #ffffff;
  z-index: 2;
}

.projects_section_card .card_image_wrapper .card_image img{
  display: inline-block;
  width: 60px;
  border-radius: 50%; 
  background-color: #ffffff;
}

.projects_section_card .card_text{
  position: relative;
  width: 100%; 
  padding: 45px 40px 40px 40px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  border-radius: 10px;
}

.projects_section_card .card_text h4:nth-of-type(1){
  position: relative;
  width: 100%; 
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
}

.projects_section_card .card_text h4:nth-of-type(2){
  position: relative;
  width: 100%; 
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  color: #38386D;
}

.projects_section_card .card_text p{
  position: relative;
  width: 100%; 
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #3B444F;
  margin-top: 10px;
}

@media (min-width: 768px)
{
  .OurProjectsSection_Wrapper {
    padding: 30px;
  }
}

@media (min-width: 992px)
{

}

@media (min-width: 1024px)
{
  .OurProjectsSection {
    display: flex;
  }

  .OurProjectsSection_Wrapper {
    padding: 0 30px;
  }

  .OurProjectsSection_ContentWrapper {
    display: flex;
  }

  .OurProjectsSection__LeftWrapper {
    width: 70%;
  }

  .OurProjectsSection_Carousel {
    width: 30%;
  }

  .OurProjectsSection__ButtonsWrapper {
    display: flex;
  }

  .OurProjectsSection_Carousel .slick-arrow {
    display: flex;
  }

  .projects_section_card .card_text{
    min-height: 400px;
  }
}


/* PLUGINS
   ----------------------------- */
[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing="linear"],
body[data-aos-easing="linear"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing="ease-in"],
body[data-aos-easing="ease-in"] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing="ease-out"],
body[data-aos-easing="ease-out"] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-out"],
body[data-aos-easing="ease-in-out"] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing="ease-in-back"],
body[data-aos-easing="ease-in-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing="ease-out-back"],
body[data-aos-easing="ease-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-back"],
body[data-aos-easing="ease-in-out-back"] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing="ease-in-sine"],
body[data-aos-easing="ease-in-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing="ease-out-sine"],
body[data-aos-easing="ease-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-sine"],
body[data-aos-easing="ease-in-out-sine"] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing="ease-in-quad"],
body[data-aos-easing="ease-in-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quad"],
body[data-aos-easing="ease-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quad"],
body[data-aos-easing="ease-in-out-quad"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-cubic"],
body[data-aos-easing="ease-in-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-cubic"],
body[data-aos-easing="ease-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-cubic"],
body[data-aos-easing="ease-in-out-cubic"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing="ease-in-quart"],
body[data-aos-easing="ease-in-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing="ease-out-quart"],
body[data-aos-easing="ease-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing="ease-in-out-quart"],
body[data-aos-easing="ease-in-out-quart"] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^="fade"][data-aos^="fade"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="fade"][data-aos^="fade"].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos="fade-up"] {
  transform: translate3d(0, 100px, 0);
}

[data-aos="fade-down"] {
  transform: translate3d(0, -100px, 0);
}

[data-aos="fade-right"] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos="fade-left"] {
  transform: translate3d(100px, 0, 0);
}

[data-aos="fade-up-right"] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos="fade-up-left"] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos="fade-down-right"] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos="fade-down-left"] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^="zoom"][data-aos^="zoom"] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^="zoom"][data-aos^="zoom"].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos="zoom-in"] {
  transform: scale(0.6);
}

[data-aos="zoom-in-up"] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos="zoom-in-down"] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos="zoom-in-right"] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos="zoom-in-left"] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos="zoom-out"] {
  transform: scale(1.2);
}

[data-aos="zoom-out-up"] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos="zoom-out-down"] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos="zoom-out-right"] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos="zoom-out-left"] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^="slide"][data-aos^="slide"] {
  transition-property: transform;
}

[data-aos^="slide"][data-aos^="slide"].aos-animate {
  transform: translateZ(0);
}

[data-aos="slide-up"] {
  transform: translate3d(0, 100%, 0);
}

[data-aos="slide-down"] {
  transform: translate3d(0, -100%, 0);
}

[data-aos="slide-right"] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos="slide-left"] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^="flip"][data-aos^="flip"] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos="flip-left"] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos="flip-left"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-right"] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos="flip-right"].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos="flip-up"] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos="flip-up"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos="flip-down"] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos="flip-down"].aos-animate {
  transform: perspective(2500px) rotateX(0);
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */
/*@charset 'UTF-8';*/
/* Slider */
.slick-loading .slick-list
{
    
}

/* Icons */
/*@font-face*/
/*{*/
/*    font-family: 'slick';*/
/*    font-weight: normal;*/
/*    font-style: normal;*/

/*    src: url('./fonts/slick.eot');*/
/*    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');*/
/*}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 15px;
    height: 23px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

 .slick-prev:before,
.slick-next:before
{
    
    font-family: 'Manrope',sans-serif;
    font-size: 38px !important;
    line-height: initial;
    opacity: .75;
    color: #66C5D9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.c-timeline .slick-prev:before,
.c-timeline .slick-next:before {    
    font-size: 0;
}
.slick-prev
{
    left: -36px;
}
[dir='rtl'] .slick-prev
{
    right: -36px;
    left: auto;
}
.slick-prev:before {
    content: '<';
}
[dir='rtl'] .slick-prev:before
{
    
}

.slick-next
{
    right: -30px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -30px;
}
.slick-next:before {
    content: '>';
}
[dir='rtl'] .slick-next:before
{
    
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -75px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: "Font Awesome\ 6 FREE";
    font-size: 10px;
    line-height: 10px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: "\f111";
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}

/* UTILITY
   ----------------------------- */
/* BACKGROUND COLOUR
     ----------------------------- */
.u-primary-accent {
  background: -webkit-gradient(linear, left top, left bottom, from(#C72D2D), to(#C72D2D));
  background: -o-linear-gradient(top, #C72D2D 0%, #C72D2D 100%);
  background: linear-gradient(180deg, #C72D2D 0%, #C72D2D 100%);
}

.u-secondary-accent {
  background: -webkit-gradient(linear, left top, left bottom, from(#B1A0F9), to(#7B62E1));
  background: -o-linear-gradient(top, #B1A0F9 0%, #7B62E1 100%);
  background: linear-gradient(180deg, #B1A0F9 0%, #7B62E1 100%);
}

.u-base-bg {
  background-color: #1F115A;
}

.u-white-bg {
  background-color: #FFF;
}

.u-light-blue-bg {
  background-color:#61C9E0;
}

.u-light-green-bg {
  background-color:#66D28C;
}

.u-dark-green-bg {
  background-color:#419267;
}

.u-yellow-bg {
  background-color:#F9DB4A;
}

.u-light-orange-bg {
  background-color:#B9482D;
}

.u-rich-orange-bg {
  background-color:#C72D2D;
}

.u-red-bg {
  background-color:#CB1D2E;
}

.u-colour-block{
  height: 150px;
  width: 150px;
  margin-right:12px;
  border-radius: 16px;
  border: 5px solid #000;
  display: inline-block;
}


.u-color-white {
  color: #1eb9cf;
}

.u-color-tertiary {
  color: #1eb9cf;
}

.u-color-primary {
  color: #1eb9cf;
}

.u-color-secondary,
.u-highlight {
  color: #db535b;
}


/* BACKGROUND COLOUR
   ----------------------------- */
.u-bg-white {
  background-color: #fff;
}
.u-bg-grey {
  background-color: #f5f5f5;
}
.u-bg-dark {
  background-color: #002347;
}
.u-bg-gradient {
  --bg-gradient-position-x: 0%;
  --bg-gradient-position-y: 10%;
  background: radial-gradient(circle at 0 var(--bg-gradient-position-y), #254256 var(--bg-gradient-position-x), #23223b 100%) !important;
  background-repeat: no-repeat  !important;
}

.u-bg-glass {
  background: rgba( 255, 255, 255, 0.25 );
  box-shadow: 0 8px 32px 0 rgba(125, 125, 134, 0.37);
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.u-bg-accent {
  background-color: #eb8d00;
}


.u-text-white {
  color: #fff;
}
.u-text-grey {
  color: #f5f5f5;
}
.u-text-dark {
  color: #002347;
}
.u-text-accent {
  color: #eb8d00;
}






/* ::Key Frames  */
/* ----------------------------------------------------------- */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slide-in-left {
  from {
    left: -50%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes slide-in-top {
  from {
    transform: translateY(-50%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-sub {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes highlight {
  from {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 1;
  }
}

/* ::Column Ordering */
/* ----------------------------------------------------------- */
.u-reverse-columns {
  display: inline-block;
}
@media (min-width: 768px) {
  .u-reverse-columns {
    display: flex;
  }
  .u-reverse-columns > div {
    order: 2;
  }
  .u-reverse-columns > div + div {
    order: 1;
  }
}
.u-reverse-columns.u-align-m {
  align-items: center;
}


/* ::Fonts */
/* ----------------------------------------------------------- */


/* ::Display  */
/* ----------------------------------------------------------- */
.u-screenreader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

/* ::Layout  */
/* ----------------------------------------------------------- */

.u-flex-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.u-flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.u-align-left {
  justify-content: flex-start;
}

.u-align-center {
  justify-content: center;
}

.u-align-right {
  justify-content: flex-end;
}


@media (max-width: 767px) {

  .u--content-and-image-stacking > .row-fluid > .dnd-column > .dnd-row > .row-fluid {
    flex-direction: column-reverse;
  }
  
  .u--section-reverse-stacking > .row-fluid > .dnd-column > .dnd-row > .row-fluid {
    flex-direction: column-reverse;
  }
  
  .buttons.u-flex-row.u-align-left {
    align-items: flex-start;
  }
  
}

.u--content-and-image-stacking-test {
 border: 2px solid red; 
}

.u--accordion-open {
  display: block;
}