*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

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

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}
/* Responsive grid */
:root {
  --content-width: 1200px;
}

/* CSS variables */

:root {
  --column-gap: 2.13%;
}

/* Mobile layout */

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

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

/* Desktop layout */

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

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

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

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

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

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

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

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

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

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

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

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}
:root {
  --max-width: 1200px;
  --max-width-small: 768px;
}
 
.content-wrapper,
.blog-container ,
.container, 
.page-center,
.dnd-section > .row-fluid   {
  margin:0 auto;
  width:100%;
  max-width: var(--max-width);
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "hk nova";
  src: url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/HKNova-Medium.woff2) format("woff2"), 
    url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/HKNova-Medium.woff) format("woff"),
    url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/HKNova-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: eicons;
  src: url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/eicons.eot) format("embedded-opentype"),
    url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/eicons.woff2) format("woff2"),
    url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/eicons.woff) format("woff"), 
    url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/eicons.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/fa-solid-900.eot) format("embedded-opentype"), 
    url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/fa-solid-900.woff2) format("woff2"), 
    url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/fa-solid-900.woff) format("woff"),
    url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/fa-regular-400.eot) format("embedded-opentype"),
    url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/fa-regular-400.woff2) format("woff2"),
    url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/fa-regular-400.woff) format("woff"), 
    url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/fa-regular-400.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/fa-brands-400.eot) format("embedded-opentype"),
    url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/fa-brands-400.woff) format("woff"), 
    url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/fonts/fa-brands-400.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

img{
  max-width:100%;
  height:auto;

}
/* Lists */

dd, dl, dt, li, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

.checkmarks li {
  list-style: none;
  margin: 1em 0;
}

.checkmarks li:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 344.5 261.25'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2338b989;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m313.31,4.25c-5.6-5.64-14.7-5.68-20.34-.08L123.51,172.26,51.83,100c-5.6-5.64-14.7-5.68-20.34-.08l-27.24,27.02c-5.64,5.6-5.68,14.7-.08,20.35l108.83,109.71c5.6,5.64,14.7,5.68,20.34.08L340.24,51.83c5.64-5.6,5.67-14.7.08-20.34l-27.02-27.23Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  content:"";
  display: inline-block;
  position: relative;
  top: .4em;
  width: 1em;
  height: 1em;
  margin-right: .8em;
  padding: 0.1em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}
 

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
:root {
  --gradient-color-primary: #162F68;
  --gradient-color-secondary: #54595f;
  --gradient-color-text: #7a7a7a;
  --gradient-color-accent: #35DD87;
  --gradient-color-accent-light: #35DD87;
  --gradient-color-grey: #5b5b5b;
  --gradient-color-grey-light: #aaaaaa;
  --gradient-color-orange: #f67c20;
  --gradient-color-green: #98b838;
  --gradient-color-black: #000;
  --gradient-color-white: #fff;

  --gradient-color-primary-dark: #1C3B82;
  --gradient-color-dark-teal: #0c426dd4;
  --gradient-typography-primary-font-family: "Roboto";
  --gradient-typography-primary-font-weight: 600;
  --gradient-typography-secondary-font-family: "Roboto Slab";
  --gradient-typography-secondary-font-weight: 400;
  --gradient-typography-text-font-family: "Roboto";
  --gradient-typography-text-font-weight: 400;
  --gradient-typography-accent-font-family: "Roboto";
  --gradient-typography-accent-font-weight: 500;
}

button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  text-decoration: none;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

.button__accent {
  font-size: 16px;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: var(--gradient-color-accent);
  font-weight: 700
  }

.button__accent:hover {
  background-color: var(--gradient-color-accent-light);
}


a.button__cta {
-webkit-font-smoothing: antialiased;
    cursor: pointer;  
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    margin-top: 1.5rem;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: #35DD87;
    border-radius: 6px;
    border-width: 0px;
    color: rgb(255,255,255);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
font-size: 1.25em;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    text-shadow: none;
    width: auto;
    line-height: 1.5em;
}

a.button__cta:hover,
a.button__cta:focus,
a.button__cta:active { 
  background: #35DD87;
  color: rgb(255,255,255);
}


a.button .fas {
  color: #fff
}



  .button,
  .hs-button
 {
    --button-background: var(--color-blue);
    --button-border: var(--button-background);
    --button-text: var(--color-white);
    --button-hover-background: var(--color-blue_shade20);
    --button-hover-border: var(--button-hover-background);
    --button-hover-text: var(--color-white);

    cursor: pointer;
    display: inline-block;
    font-size: 0.92rem;
    line-height: 110%;
    font-weight: 700;
    text-align: center;
    transition: all 0.15s linear;
    white-space: normal;
    padding: .75rem 1.5rem;
    position: relative;
    overflow: hidden;

    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    border-radius: .175rem;
    -webkit-border-radius: .175rem;
    -moz-border-radius: .175rem;
    -ms-border-radius: .175rem;
    -o-border-radius: .175rem; 
    top: 0px;
    text-decoration: none !important;

    background-color: var(--button-background);
    border: 2px solid var(--button-background);
    color: var(--button-text);
    outline: 0;
    border-radius: ;
  }

 
  .button:hover {
    background: var(--button-hover-background);
    border-color: var(--button-hover-background); 
    color:  var(--button-hover-text);
    box-shadow: 0 0 3px rgba(0,0,0, 0.3);
    top: -4px;
    filter: saturation(1.2)
  }


.ghost,
.button--ghost {
  background: transparent;
  --button-background: var(--color-blue);

  --button-border: var(--button-background);
  --button-hover-background: var(--button-background);

  --button-text: var(--button-background);
}

.button-ghost:hover {
  background: var(--color-blue_shade20);
  color: #fff;
}

.button--ghost.button--white {
  background: transparent;
  --button-base: #fff;

  --button-border: var(--button-base);
  --button-hover-background: var(--button-base);

  --button-text: var(--button-base);
}

.ghost.button--white:hover,
.button--ghost.button--white:hover {
  --button-hover-background:var(--color-white);
  --button-hover-text: var(--color-primary);
}
/* Form fields */
form {
  padding: 28px 35px 16px 35px;
  margin-bottom: 20px;
  display:block;
  border-radius: 60px 0px 60px 0px;
  color: #fff;
  position: relative;
}

/* Labels */

.hs-form-field > label,
.field > label{
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}
.field,
.hs-form-field{
  margin-bottom: 18px;
}
/* Help text - legends */

legend {
  font-size: 0.875rem;
}

/* Inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-style: solid;
  outline: 0;
  padding: 0 15px;
  width: 100%;
  max-width: 100%; 
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  min-height: 40px;
}

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

textarea{
  height: auto;
  min-height: auto;
  padding: 10px 15px;
  display: block; 
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #EF6B51;
}
.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}
.hs-error-msgs label {
  color: #f2545b;
}
.hs-input.invalid.error {
  border-color: #EF6B51;
}


/* Submit button */
input[type=submit],
.hs-button {
  display: inline-block;
  white-space: normal;
  text-align: center;
  border-style: solid;
  font-size: 25px;
  line-height: 25px;
  font-family: arial, helvetica, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 700;
  cursor: pointer;
  transition: all .15s linear;
  position: relative;
  margin: 15px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

select {
  padding: 9px 10px;
}

select.is-placeholder {
  color: #bfbfbf;
}


form .inputs-list>li {
  margin: 0;
}

.inputs-list label {
  font-size: 14px;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  display: block;
}

form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

.hs_error_rollup .hs-error-msgs label {
  font-family: Roboto Condensed;
}

.inputs-list:first-child {
  padding-top: 6px;
}


@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px){
  input[type=text], 
  input[type=email], 
  input[type=password],
  input[type=tel], 
  input[type=number],
  input[type=file],
  select,
  textarea {
    width: 100% !important;
  }
}


.no-form-styling form {
  border-radius: none;
  background: none;
  padding: 0;
}    

.no-form-styling form .hs-form-field>label, 
.no-form-styling form .field>label {
  color: #333;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.header_container_wrapper {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999999;
  padding: 10px 0 22px 0;
  transition: var(--transition);
}

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

.scrolled .header_container_wrapper{
  box-shadow: 0px 4px 25px rgba(0, 0, 0, .25);
}
/* 
.header_bg_image_wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}

.header_bg_image {
width: 100%;
height: 100%;
opacity: 1;
will-change: opacity;
background-attachment: scroll;
background-color: #fff;
background-image: url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/images/galaxy-new-bg8.png);
background-position: bottom center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 0;
left: 0;
-webkit-transition-property: opacity, -webkit-transform;
transition-property: opacity, -webkit-transform;
-o-transition-property: transform, opacity;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
-o-transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
-webkit-transition-duration: 1s;
-o-transition-duration: 1s; 
transition-duration: 1s;
} */

.header_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}
/* 
.header_left_spacer {
width: 9.755%;
} */

.header_logo {
  width: 17.73%;
  padding: 0 11px 0 0;
}

.header_logo > div {
  padding: 18px 5px 18px 5px;
}

.header_logo a {
  display: inline-block;
}

.header_logo img {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 576px;
  filter: brightness(2) saturate(0);
}

.header_menu {
  /* width: 42.549%; */
  margin-left: auto;
}

.header_menu .hs-menu-wrapper {
  padding: 2px 2px 2px 2px;
}

.header_menu .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-start;
}

.header_menu .hs-menu-wrapper > ul > li > a {
  font-size: 18px;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.header_menu .hs-menu-wrapper > ul > li > ul {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
  z-index: 999;
  opacity: 0;
  top: 80%;
  visibility: hidden;
  transition: top 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),
    opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99), visibility 1s linear;
  padding: 40px 20px 41px 20px;
  background-color: transparent;
  background-image: linear-gradient(
    180deg,
    rgba(12, 66, 109, 0) 0%,
    rgba(12, 66, 109, 0.94) 66%
  );
  margin-top: -74px;
}

.header_menu .hs-menu-wrapper > ul > li.open > a,
.header_menu .hs-menu-wrapper > ul > li:hover > a {
  background: transparent !important;
}

.hs-menu-button a:hover {
  background-color: #162F68;
  color: #fff;
}
.header_menu .hs-menu-wrapper > ul > li.open > ul {
  opacity: 1;
  visibility: visible;
  top: 139px;
}
.header_menu .hs-menu-wrapper .hs-menu-item-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.header_menu .hs-menu-wrapper i.hs-dropdown-arrow.fa.fa-chevron-down {
  font-size: 10px;
  margin: 0 0 0 5px;
  order: 3;
}

.header_menu .hs-menu-wrapper > ul > li.open > a,
.header_menu .hs-menu-wrapper > ul > li:hover > a {
  color: #fff;
  /* background-color: #35DD87;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fff;
  border-radius: 20px 0 20px 0; */
}
.header_side_menu_wrapper {
  width: 29.966%;
}

.header_side_menu_wrapper .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
  padding: 0 0 0 0px;
}

.header_side_menu_wrapper .hs-menu-wrapper > ul > li > a {
  width: 100%;
  margin: 0;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans", Sans-serif;
  font-size: 0.8em;
  line-height: 0.4em;
  color: #162F68;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #fff;
}

.header_side_menu_wrapper .hs-menu-wrapper > ul > li:hover > a {
  color: #fff;
  background-color: #35DD87;
}

.header_button {
  padding-top: 10px;
  text-align: center;
}
.header_button {
  padding-top: 10px;
  text-align: center;
}

.header_logo img {
  min-width: 200px;
  max-width: 100%;
  width: 100% !important;
}
/*
.scrolled .header_container_wrapper {
padding: 0;
}

.scrolled .header_row {
min-height: 120px;
transition: all 0.4s ease-in-out 0s;
}

.scrolled .header_logo {
text-align: right;
} */
.header_menu .hs-menu-wrapper ul {
  list-style: none;
  padding: 0;
}

.hs-menu-container.container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hs-menu-container.container > li {
  width: 22.904%;
  background-color: #fff;
  text-align: center;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: #35DD87;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0 0 0 0;
  padding: 20px 0 20px 0;
}

.hs-menu-container.container > li:first-child {
  /* border-radius: 50px 0 0 0; */
  border-style: solid;
  border-width: 1px 0 1px 4px;
  border-color: #35DD87;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0 0 0 0;
  padding: 20px 0 20px 10px;
}

.hs-menu-container.container > li > ul > li > a {
  padding: 13px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  color: #7a7a7a;
  font-weight: 600;
/*   font-family: "Roboto"; */
  text-align: center;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 0%,
    rgba(219, 219, 219, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  )
    bottom no-repeat;
  background-size: 100% 1px;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 20px;
  border-radius: 10px;
}

.hs-menu-container.container > li:last-child {
  /* border-radius: 0 0 50px 0; */
  border-style: solid;
  border-width: 1px 4px 1px 0;
  border-color: #35DD87;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0 0 0 0;
  padding: 20px 12px 20px 0;
  width: 27.231%;
}

.hs-menu-container.container > li:nth-child(2) {
  width: 24.256%;
}

.hs-menu-container.container > li:nth-child(3) {
  width: 25.609%;
}

.hs-menu-container.container > li > ul > li > a:hover {
  color: #fff;
  background-color: #35DD87;
}

.hs-menu-container-spac.container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hs-menu-container-spac.container > li {
  width: 25%;
  border-right: 3px solid #35DD87;
  margin-right: 10px;
  background-color: #fff;
  padding: 0 0 10px 0;
  /* border-radius: 35px 0 50px 0; */
}

.hs-menu-container-spac.container > li > a {
  margin: 0 0 7px 0;
  padding: 10px 5px 10px 14px;
  background-color: #35DD87;
  /* border-radius: 30px 0 0 0; */
  display: block;
  text-align: center;
  color: #fff;
  font-size: 19px;
/*   font-family: "Roboto"; */
  font-weight: 600;
  line-height: 1;
}

.hs-menu-container-spac.container > li ul li a {
  font-size: 16px;
  letter-spacing: 0;
  display: block;
  color: #7a7a7a;
  text-align: center;
/*   font-family: "Roboto"; */
  font-weight: 600;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 0%,
    rgba(219, 219, 219, 1) 50%,
    rgba(255, 255, 255, 1) 100%
  )
    bottom no-repeat;
  background-size: 100% 1px;
  padding: 13px 20px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hs-menu-container-spac.container > li > ul {
  margin: 0 0 0 0;
  padding: 10px 0 10px 0;
  background-color: rgba(255, 255, 255, 0);
}

.hs-menu-container-spac.container > li ul li a:hover {
  color: #fff;
  background-color: #35DD87;
}
.hs-menu-images_wrapper.container > li {
  width: 50%;
  background-color: #fff;
  border-radius: 50px 0 50px 0;
  border-style: solid;
  border-width: 2px 2px 0 0;
  border-color: #35DD87;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 5px 5px 5px 5px;
  padding: 20px 20px 20px 20px;
}

.hs-menu-images_wrapper.container {
  max-width: 784px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_menu
.hs-menu-wrapper
> ul
> li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.Products
> ul {
  padding: 40px 171px 40px 40px;
}
.hs-menu-images_wrapper.container > li > a {
  display: none;
}

.hs-menu-images_wrapper.container > li:first-child img {
  vertical-align: middle;
  display: inline-block;
  width: 270px !important;
}

.hs-menu-image {
  text-align: center;
  line-height: 0;
}

.hs-menu-content {
  text-align: left;
  font-size: 13px;
}

.hs-menu-button {
  padding: 2px 0 0 0;
  text-align: center;
}

.hs-menu-button a {
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: auto;
/*   font-family: "Roboto"; */
  font-weight: 500;
  background-color: #35DD87;
  padding: 10px 20px 10px 20px;
}

.hs-menu-images_wrapper.container > li:last-child img {
  max-width: 71%;
  width: 142px;
}

.hs-menu-images_wrapper.container > li:last-child .hs-menu-image {
  margin-bottom: 4px;
}

.hs-menu-images_wrapper.container > li:last-child .hs-menu-content {
  padding-bottom: 4px;
}

.hs-menu-images_wrapper.container > li:last-child .hs-menu-button {
  padding: 10px 0 0 0;
  margin: 0;
}

.hs-menu-content p {
  color: #7a7a7a;
/*   font-family: "Roboto"; */
  font-weight: 400;
}

.hs-menu-images_wrapper.container > li:first-child .hs-menu-image {
  padding-top: 6px;
}
/* 
.scrolled .header_menu .hs-menu-wrapper > ul > li > ul {
margin-top: -32px;
top: 60%;
}

.scrolled .header_menu .hs-menu-wrapper > ul > li.open > ul {
top: 80%;
} */
.header_menu .hs-menu-wrapper button {
  background: none;
  border: 0;
  color: #fff;
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  display: inline-flex;
  border-radius: 20px 0 20px 0;
}
.header_menu .hs-menu-wrapper button:hover {
  color: #fff;
  background-color: #35DD87;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #fff;
}
.header_menu .hs-menu-wrapper {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-start;
}

.header_menu .hs-menu-wrapper ul.hidden-links > li > a {
  padding: 10px;
  color: #5b5b5b;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0 !important;
}

.header_menu .hs-menu-wrapper ul.hidden-links {
  display: block;
  margin: 0;
  list-style: none;
  left: 0;
  right: auto;
  position: absolute;
  padding: 0;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
  pointer-events: none;
  z-index: 999;
  transition: top 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),
    opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99), visibility 1s linear;
  min-width: 400px;
  background-color: #e8e8e8;
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* .header_menu .hs-menu-wrapper ul.hidden-links.hidden {
opacity: 0;
top: 60%;
visibility: visible;
} */
/* 
.header_menu .hs-menu-wrapper ul.hidden-links > li > a:hover {
color: #fff;
border: none;
} */

/* .header_menu .hs-menu-wrapper > ul {
margin-right: -148px;
} */
.hidmenu-open .header_menu .hs-menu-wrapperu {
  position: relative;
}
/* 
.header_menu .hs-menu-wrapper ul.hidden-links {
position: absolute;
min-width: 400px;
width: auto;
right: 103px;
top: 64px;
left: auto;
} */
.header_side_menu_wrapper .hs-menu-wrapper button {
  width: auto;
  margin: 0;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans", Sans-serif;
  font-size: 0.8em;
  line-height: 0.4em;
  color: #162F68;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #fff;
  background-color: transparent;
  margin-left: -18px;
  margin-right: 18px;
  position: relative;
}

.header_side_menu_wrapper .hs-menu-wrapper button:hover {
  color: #fff;
  background-color: #35DD87;
}

.header_side_menu_wrapper .hs-menu-wrapper {
  display: flex;
  position: relative;
  justify-content: end;
}

.header_side_menu_wrapper .hs-menu-wrapper ul.hidden-links_2 {
  display: block;
  min-width: 200px;
  margin: 0;
  background-color: #fff;
  list-style: none;
  top: 100%;
  left: 0;
  right: auto;
  position: absolute;
  padding: 0;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
  pointer-events: none;
  z-index: 999;
  min-width: 200px;
  transition: top 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99),
    opacity 0.3s cubic-bezier(0.48, 0.01, 0.5, 0.99), visibility 1s linear;
  position: absolute;
}

.header_side_menu_wrapper .hs-menu-wrapper ul.hidden-links_2 {
  top: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header_side_menu_wrapper .hs-menu-wrapper ul.hidden-links_2 > li > a {
  padding: 10px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.header_side_menu_wrapper .hs-menu-wrapper ul.hidden-links_2 > li > a:hover {
  color: #c36;
  background-color: #fff !important;
}

.header_side_menu_wrapper .hs-menu-wrapper ul.hidden-links_2.hidden {
  opacity: 0;
  visibility: hidden;
  top: 80%;
}

@media (min-width: 768px) {
  .header_menu.mobile_view,
  .mobile-trigger {
    display: none !important;
  }
}

@media (max-width: 2500px) and (min-width: 1131px) {
  .header_side_menu_wrapper .hs-menu-wrapper button {
    display: none;
  }
}
/* @media (max-width: 1190px) and (min-width: 1131px) {
.header_menu .hs-menu-wrapper > ul {
margin-right: -90px;
}
}
@media (max-width: 1131px) and (min-width: 1040px) {
.header_menu .hs-menu-wrapper > ul {
margin-right: -60px;
}
} */

@media (max-width: 1240px) {
  .header_row {
    padding: 0 2rem;
  }
}

@media (max-width: 1024px) {
  .header_menu .hs-menu-wrapper > ul > li > ul {
    padding: 41px 25px 49px 25px;
    margin-top: -64px;
  }

  .hs-menu-container-spac.container > li ul li a {
    padding-top: 2px;
    text-align: left;
    padding-bottom: 2px;
    font-weight: 500;
    color: #494c4f;
  }

  .hs-menu-container-spac.container > li ul li:not(:last-child) {
    border-style: solid;
    border-color: #35DD87;
    border-bottom-width: 1px;
  }

  .hs-menu-container-spac.container > li > ul {
    padding-bottom: 0;
  }
  .header_menu
  .hs-menu-wrapper
  > ul
  > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.Products
  > ul {
    padding: 32px 25px 30px 25px;
  }
  .header_sidemenu {
    display: none;
  }

  .header_menu {
    /* width: 60%; */
    padding: 13px 0 0 0;
    margin-left: -1px;
  }

  .header_logo {
    /* width: 36%; */
    padding: 1rem 0;
    margin-right: 1rem;
    text-align: center;
  }

  .header_logo img {
    /* width: 77% !important; */
    min-width: 120px;
    max-width: 100%;
    width: 100% !important;
  }

  .header_logo > div {
    padding: 0;
  }

  .header_left_spacer {
    display: none;
  }

  .header_side_menu_wrapper {
    width: 100%;
    margin-top: -36px;
  }

  .header_row {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .header_container_wrapper {
    padding: 4px 0 40px 0;
  }

  .header_menu .hs-menu-wrapper > ul > li > a {
    /* font-size: 12px; */
  }
  /* .scrolled .header_logo img {
  width: 184.8px !important;
}

  .scrolled .header_logo {
  text-align: center;
} */

  .header_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
  }
  .header_menu .hs-menu-wrapper > ul > li > ul {
    padding: 29px 25px 40px 25px;
  }

  .hs-menu-container.container > li:first-child {
    width: 33%;
    margin: 0 0 0 15px;
    padding: 0 0 16px 16px;
  }

  .hs-menu-container.container > li:nth-child(2) {
    width: 28%;
  }

  .hs-menu-container.container > li:nth-child(3) {
    width: 28%;
  }

  .hs-menu-container.container > li:last-child {
    width: 33%;
  }

  .hs-menu-container.container > li > ul > li > a {
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    color: #494c4f;
    font-weight: 500;
  }

  .hs-menu-container.container > li > ul {
    margin-top: 10px;
  }

  .hs-menu-container.container > li {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* .scrolled .header_menu .hs-menu-wrapper > ul > li.open > ul {
  top: 76px;
} */

  .header_menu .hs-menu-wrapper > ul > li.open > ul {
    top: 200px;
  }
}

@media (max-width: 990px) {
  .header_row {
    padding-bottom: 2rem;
  }
  .header_logo img {
    max-width: 400px;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .header_row {
    padding-bottom: 2rem;
  }
  .header_logo {
    width: 100%;
  }
  .header_logo img {
    max-width: 200px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .header_menu .hs-menu-wrapper > ul > li > ul {
    position: fixed;
    bottom: 0;
    overflow-y: auto;
    height: 100vh;
    display: block;
  }

  .header_row .header_menu {
    display: none;
  }

  .header_bg_image {
    background-size: cover;
  }

  .header_container_wrapper {
    padding: 18px 0 0 0;
  }

  .header_logo {
    width: 100%;
  }

  .header_logo img {
    width: 57.2% !important;
  }

  .header_button {
    margin: 0 auto;
  }

  .mobile-trigger {
    position: absolute;
    right: 0.1px;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: end;
    align-items: center;
    top: -3px;
    width: 45px;
  }

  .mobile-trigger-inner {
    padding: 24px 48px 0 0;
    border-radius: 0 0 0 0;
    min-width: 35px;
    min-height: 35px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
  }

  .mobile-trigger-inner i {
    font-size: 28px;
  }
  /* 
  .scrolled .header_logo img {
  width: 144px !important;
} */

  .header_container_wrapper {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header_menu.mobile_view {
    background-color: transparent;
    background-image: linear-gradient(180deg, #fff 58%, #0c426d 100%);
    padding: 0 0 0 12px;
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9999999;
    width: 100%;
    max-width: 400px;
    overflow-x: hidden;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .mobile-open .header_menu.mobile_view {
    right: 0;
  }
  .header_menu .hs-menu-wrapper > ul {
    margin: 0;
    display: block;
  }
  .close_menu-in {
    min-width: 30px;
    min-height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #3a3a3a;
  }
  .close_menu {
    padding: 0 17px 0 0;
    text-align: right;
    display: flex;
    justify-content: end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    min-height: 35px;
  }

  .close_menu i {
    font-size: 26px;
    color: #35DD87;
  }
  .header_menu.mobile_view .hs-menu-wrapper > ul > li > .mobile_link_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }

  .header_menu.mobile_view .hs-menu-wrapper > ul > li .mobile_arrow {
    width: 30px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #3a3a3a;
    font-size: 100%;
  }

  .header_menu.mobile_view
  .hs-menu-wrapper
  i.hs-dropdown-arrow.fa.fa-chevron-down {
    font-size: 100%;
  }

  .header_menu.mobile_view
  .hs-menu-wrapper
  > ul
  > li
  > .mobile_link_wrapper
  > a {
    font-size: 27px;
    line-height: 2em;
    color: #162F68;
    padding: 0;
    background: none;
    border: none;
  }

  .header_menu.mobile_view
  .hs-menu-wrapper
  > ul
  > li
  > .mobile_link_wrapper
  > a:hover {
    color: #35DD87;
    border: none;
    background: none;
  }

  .header_menu.mobile_view .hs-menu-wrapper > ul > li > ul {
    width: 100%;
    top: -35px !important;
    margin: 0;
    opacity: 1 !important;
    flex-wrap: wrap;
    transform: translateX(100%);
  }
  .header_menu.mobile_view .hs-menu-wrapper > ul > li {
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .header_menu.mobile_view .hs-menu-wrapper > ul > li.mb-open > ul {
    visibility: visible !important;
    transform: translateX(100%);
  }
  .mb-menu .header_menu.mobile_view .hs-menu-wrapper > ul > li {
    transform: translateX(-100%);
  }
  .header_menu.mobile_view
  .hs-menu-wrapper
  > ul
  > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.Products
  > ul {
    padding: 5px 20px 25px 20px;
  }

  .header_menu.mobile_view .hs-menu-images_wrapper.container > li {
    width: 100%;
  }

  .header_menu.mobile_view .hs-menu-images_wrapper.container {
    flex-wrap: wrap;
  }

  .header_menu.mobile_view .hs-menu-wrapper > ul > li {
    position: relative;
  }

  .hs-menu-images_wrapper.container {
    max-width: 100%;
  }
  .dl-back {
    width: 100%;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    min-height: 35px;
    margin-top: -5px;
  }

  .header_menu .hs-menu-wrapper {
    position: relative;
  }

  .dl-back-text {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    font-weight: 600;
    color: #162F68;
    margin-left: -20px;
  }

  .header_menu i.fas.fa-angle-left {
    min-width: 30px;
    min-height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #3a3a3a;
    font-size: 26px;
    color: #35DD87;
    margin-right: -3px;
  }

  .mb-menu .close_menu {
    visibility: hidden;
  }
  .header_menu .hs-menu-wrapper > ul > li.Features > ul {
    padding: 12px 20px 50px 20px;
    margin-top: -64px;
  }

  .hs-menu-container-spac.container {
    flex-wrap: wrap;
  }

  .hs-menu-container-spac.container > li {
    width: 100%;
    margin: 0px 0px 11px 0px;
  }

  .header_menu .hs-menu-wrapper > ul > li.Features > ul .dl-back {
    margin-bottom: 19px;
  }

  .hs-menu-container-spac.container > li > a {
    margin: 0px 0px 0px 0px;
    padding: 7px 0px 7px 0px;
  }

  .hs-menu-container-spac.container > li ul li a {
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 20px;
  }

  .hs-menu-container-spac.container > li > ul {
    padding: 4px 0 0px;
  }

  .hs-menu-container-spac.container > li ul li:last-child a {
    background-image: none;
  }

  .header_menu.mobile_view .hs-menu-wrapper > ul > li.Serve > ul {
    padding: 50px 20px 50px 20px;
    padding-top: 0;
    top: -138px !important;
  }

  .hs-menu-container.container {
    flex-wrap: wrap;
  }

  .hs-menu-container.container > li {
    width: 100% !important;
    margin: 0px 10px 0px 0px !important;
    border-left-color: #35DD87 !important;
    border-left-width: 2px !important;
    border-left-style: solid !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .header_menu.mobile_view .hs-menu-wrapper > ul > li.Serve > ul .dl-back {
    margin-bottom: 50px;
  }

  .hs-menu-container.container > li:first-child {
    margin: 0;
    padding: 0px 15px 0px 15px;
    border-width: 2px 0px 0px 2px;
  }

  .hs-menu-container.container > li > ul > li > a {
    font-size: 17px;
    color: #494c4f;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0;
  }

  .hs-menu-container.container > li:nth-child(2) {
    border: none;
    padding: 0px 15px 0px 15px;
  }

  .hs-menu-container.container > li:not(:first-child) > ul {
    margin-top: 4px;
  }

  .hs-menu-container.container > li:nth-child(3) {
    border-top: 0;
    border-bottom: 0;
  }

  .hs-menu-container.container > li:last-child {
    border-width: 0px 0px 2px 2px;
    padding: 0px 0px 17px 0px;
    padding-left: 15px;
  }

  .hs-menu-container.container > li > ul > li > a:hover {
    background-color: #55595c;
    color: #fff;
  }

  .hs-menu-images_wrapper.container > li:first-child img {
    max-width: 90%;
  }

  .hs-menu-images_wrapper.container > li:first-child .hs-menu-image {
    padding: 0;
  }

  .header_menu.mobile_view .hs-menu-images_wrapper.container > li:first-child {
    margin-top: 10px;
  }
  /* .scrolled .mobile-trigger {
  top: 0;
} */
  .mobile-trigger {
    top: 4%;
    transition: 0.3s all ease;
  }
}

.header_menu .hs-menu-wrapper ul.hidden-links {
  right: auto;
  left: 0;
}

.header_menu .hs-menu-wrapper {
  position: relative;
}
/* 
@media (max-width: 1040px) and (min-width: 1025px) {
.header_menu .hs-menu-wrapper > ul {
margin-right: -60px;
}
} */

/* New CSS */

a#cta_button_2760282_12cf7d21-74a8-4df8-9613-becfd1359f0f {
  padding: 0.25rem 0.5rem;
}

a#cta_button_2760282_12cf7d21-74a8-4df8-9613-becfd1359f0f span {
  font-size: 0.85rem;
}

.header_logo img {
  filter: brightness(2) saturate(0);
}
.header .header_container_wrapper,
body .header_menu .hs-menu-wrapper > ul > li > a {
  padding: 0;
}
/* 
header.header, */

.header .header_container_wrapper,
body .header_menu .hs-menu-wrapper > ul > li > a {
  background: none;
}

header.header .header_container_wrapper {
  background: linear-gradient(9deg, #2d5387, #1C3B82);
}

.header_row {
  flex-flow: wrap;
}

.header_side_menu_wrapper {
  width: 100%;
  order: -1;
  display: flex;
}

.header_button {
  padding-top: 0;
}

.header_top_menu {
  width: 100%;
  background: #1C3B82;
}

.header_top_menu .header_row {
  order: -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header_top_menu .header_row a {
  color: #fff;
  font-size: 0.85rem;
}

.header_top_menu ul {
  display: flex;
}

header.header ul li {
  list-style: none;
  padding: 0.25rem 0.5rem;
}

body .header_menu .hs-menu-wrapper > ul > li.open > a,
body .header_menu .hs-menu-wrapper > ul > li:hover > a {
  background: 0;
  border-color: 0 !important;
  font-weight: bold;
}

/* New Top Navigation */

.header_menu .hs-menu-wrapper > ul > li > ul {
  top: unset;
  position: fixed;
  width: 100%;
  margin-top: unset;
  padding-top: 1rem;
}

.header_menu .hs-menu-wrapper > ul > li.open > ul {
  opacity: 1;
  visibility: visible;
}

.header_container_wrapper .container {
  max-width: 100%;
}
.hs-menu-container.container > li,
.hs-menu-container.container > li:first-child {
  border: 0px;
}


@media (min-width: 768px) {
  .header_menu .hs-menu-item {
    position: relative;
  }
  
  .header_menu .hs-menu-depth-1.hs-menu-item:hover > a {
    transform: translateY(-0.5rem);
    transition: var(--transition);
  }

  .header_menu .hs-menu-depth-1.hs-menu-item > a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background:rgba(93,186,240,1.0);
    bottom: -1rem;
    left: 0;
    opacity: 0;
    transition: var(--transition);
  }

  .header_menu .hs-menu-depth-1.hs-menu-item:hover > a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.25rem;
    background: rgba(93,186,240,1.0);
    bottom: -0.25rem;
    opacity: 1;
  }
}

header.header.lp,
header.header.lp .header_container_wrapper { 
  position: relative !important; 
}
  
  
/* No button */

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

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.footer {
  background: var(--header-top-bg);
  color: #fff;
  padding: 2rem 0;
  font-size: 1rem;
}

.footer h2 {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  }

.footer h3 {
  color: #fff;
}

.footer li,
.footer p,
.footer a {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 200;
  list-style: none;
  text-decoration: none;
}

.footer .content-wrapper {
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer_cta {
  background: #11234E;
  border-radius: var(--border-radius);
  margin: auto;
  width: 90%;
  padding: 1.5rem;
}

.footer ul li {
  margin-bottom: 0.5rem;
  padding-left: 0;
}

.footer h2 {
  font-size: 1.125rem;
}

.footer h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}

.footer_copyright p {
  margin-bottom: 0;
}

@media (max-width: 1150px) {
  .footer_cta_wrapper {
    flex: 1;
  }

  .footer_cta {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1150px) {
  .footer_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer_row>div {
    flex: 0 0 calc(50% - 2rem);
  }

  .footer_cta_wrapper {
    margin-right: auto;
  }

  .footer_row>div {
    margin-bottom: 1rem;
  }

  .footer_row>div:nth-of-type(2n) {
    margin-left: 2rem;
  }
}

@media (min-width: 1151px) {
  .footer_row {
    display: flex;
  }

  .footer_row>div {
    flex: 1;
  }

  .footer_row>div:not(:first-of-type) {
    margin-left: 1rem;
  }
}

@media (max-width: 767px) {
  .footer_row>div {
    width: 100% !important;
    margin-top: 1rem;
    padding-top: 1rem;
  }

  .footer_row>div:not(:first-of-type):not(:last-of-type) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

  .footer_copyright {
    margin-top: 1rem;
  }
}

/* Footer Form */
.footer form label {
  display: none;
}

.footer form input[type="submit"] {
  background: #fff;
  font-size: 1rem;
  color: var(--color-blue);
  padding: 0.65rem 0.85rem;
}

.footer input.hs-input {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: transparent;
}

.footer input::-webkit-input-placeholder {
  color: #fff;
}

.footer input::-moz-placeholder {
  color: #fff;
}

.footer input:-ms-input-placeholder {
  color: #fff;
}

.footer input::placeholder {
  color: #fff;
}

.footer_left_contact_wrapper a {
  font-weight: 400;
}

.footer_left_contact_wrapper ul>li>ul>li a {
  display: flex;
  align-items: center;
}

.footer_left_contact_wrapper ul>li {}

.footer_left_contact_wrapper h2+ul>li+li {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bottom_footer {
  margin-top: 4rem;
  font-size: 0.5rem;
}

.footer_left_contact_wrapper svg {
  margin-right: 0.5rem;
}




/* Simple footer, migrated from the 2022 GD website */
.simple-footer {
  background: var(--color-navy);
  color: #fff;
  padding: 0;
  font-size: 1rem
}

.simple-footer svg path {
  fill: #fff;
}


.simple-footer h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff
}

.simple-footer h3 {
  color: #fff
}

.simple-footer a,
.simple-footer li,
.simple-footer p {
  color: #fff;
  font-size: .8rem;
  font-weight: 300
}

.simple-footer ul {
  list-style: none;
  padding-left: 0
}

.simple-footer ul li {
  margin-bottom: .5rem;
  padding-left: 0;
  list-style: none
}

.simple-footer h2 {
  font-size: 1.125rem
}

.simple-footer h3 {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: .5rem
}

.simple-footer .footer_copyright p {
  margin-bottom: 0
}

@media (max-width:767px) {
  .simple-footer .footer_copyright {
    margin-top: 1rem
  }
}


.simple-footer .ftr_top {
  padding: 30px 0 22px 0;
  position: relative
}

.simple-footer .ftr_btm {
  background-color: rgba(0, 0, 0, .1)
}

.simple-footer .ftr_btm p {
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
}

.simple-footer .copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 50px
}

.simple-footer .copyright>* {
  padding: 10px;
  width: 100%
}

@media (min-width:768px) {
  .simple-footer .ft_cols {
    width: 25%;
    display: flex;
    align-items: center
  }
}

.simple-footer .ft_cols {
  min-height: 1px;
  position: relative
}

.simple-footer .ftr_top .page-center {
  display: flex;
  flex-wrap: wrap
}

.simple-footer .ft_img img {
  width: auto !important;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%
}

.simple-footer .ft_img>* {
  padding: 29px 16px 29px 0
}

.simple-footer .ft_contact .ft_contct_inr {
  padding: 0 20px;
}

.simple-footer .ft_contact_title h2 {
  margin: 0;
  line-height: 1;
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 11px
}

@media (max-width:1024px) {
  .ft_cols {
    width: 100%
  }

  .ft_contact_title h2:before {
    width: 100%
  }

  .ft_img>* {
    padding: 0
  }
}

@media (max-width:767px) {
  .ftr_top {
    padding: 40px 15px 40px 15px
  }

  .ftr_top .page-center {
    padding: 0
  }

  .ft_img>* {
    margin: 0 0 40px 0;
    padding: 29px 16px 0 0
  }

  .ft_contact .ft_contct_inr {
    margin: 0 0 40px 0
  }

  .copyright {
    text-align: center
  }

  .ft_contact_title h2:before {
    width: 80%
  }
}

/* Social Icons */


/*!
* Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caravan:before {
  content: "\f8ff";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-alt:before {
  content: "\f422";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-alt:before {
  content: "\f424";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-handshake-alt-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-head-side-cough:before {
  content: "\e061";
}
.fa-head-side-cough-slash:before {
  content: "\e062";
}
.fa-head-side-mask:before {
  content: "\e063";
}
.fa-head-side-virus:before {
  content: "\e064";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-house-user:before {
  content: "\e065";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-house:before {
  content: "\e066";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse:before {
  content: "\f8cc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-plane-slash:before {
  content: "\e069";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-soap:before {
  content: "\e06e";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toilet-paper-slash:before {
  content: "\e072";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-vest:before {
  content: "\e085";
}
.fa-vest-patches:before {
  content: "\e086";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
} 
.fab {
  font-family: "Font Awesome 5 Brands";
} 
.fab,
.far {
  font-weight: 400;
} 
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
  font-weight: 900;
}
html {
  scroll-behavior: smooth
}

.hs-indsinr-pg.type_2 .client_reviews-widget-text-editor b {
  font-size: 22px;
  letter-spacing: 0.3px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  display: block;
}
.container-fluid.volunteer_tracking_page_row9
  .hs_error_rollup
  .hs-error-msgs
  label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.demo_form_page .hs_error_rollup .hs-error-msgs label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.Software_leader_page .client_tsm_inner > .iframe_wrap_main {
  height: 600px;
}
.Software_leader_page .client_tsm_inner {
  margin-bottom: 0;
}

.hs-indsinr-pg.type_2 .custom_our_client_image_item.col-1 img {
  width: 65%;
}

.hs-indsinr-pg.type_2 .custom_our_client_image_item.col-2 img {
  width: 82%;
}

.hs-indsinr-pg.type_2 .custom_our_client_image_item.col-3 img {
  width: 74%;
}

.hs-indsinr-pg.type_2 .custom_our_client_image_item.col-4 img {
  width: 70%;
}

.hs-indsinr-pg.type_2 .custom_our_client_image_item.col-5 img {
  width: 69%;
}

.hs-indsinr-pg.type_2 .custom_our_client_image_item.col-6 img {
  width: 59%;
}

.hs-indsinr-pg.type_2 .custom_our_client_image_item.col-7 img {
  width: 77%;
}
.hs-indsinr-pg.type_2 .hm_bnr .bnr_btn {
  margin: 0;
  width: auto;
  display: inline-block;
  padding-left: 6px;
}
.hs-indsinr-pg.type_2 .hm_bnr h3.form-title {
  color: #5b5b5b;
  font-size: 26px;
  line-height: 1;
}
.hs-indsinr-pg.type_2 .hm_bnr .bnr_btm_contnt p {
  font-size: 22px;
  letter-spacing: 0.3px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0;
}

.hs-indsinr-pg.type_2 .hm_bnr .bnr_btm_contnt {
  margin-top: 10px;
  padding: 0 0 0 0;
  width: auto;
  padding-bottom: 17px;
  display: inline-block;
}

.hs-indsinr-pg.type_2 .bnr_btn {
  width: auto;
  margin: 0;
}

.hs-indsinr-pg.type_2 .hm_bnr .bnr_btn a {
  margin: 21px 0 0 0;
}

.hs-indsinr-pg.type_2 .hm_bnr .elementor-background-overlay {
  background-color: #000;
  opacity: 0.18;
}
.hs-indsinr-pg.type_2 .hm_bnr .elementor-shape.elementor-shape-bottom {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: -1px;
}

.hs-indsinr-pg.type_2 .hm_bnr .elementor-shape.elementor-shape-bottom svg {
  width: calc(126% + 1.3px);
  height: 77px;
}
.hs-indsinr-pg.type_2 .hm_bnr {
  margin-top: 79px;
  background-position: 0 -154px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 28px 0;
}

.hs-indsinr-pg.type_2 .hm_bnr .bnr_rght_inr {
  border-radius: 0 60px 0 60px;
  padding: 10px 20px 10px 31px;
  box-shadow: 0 0 10px 4px rgb(0 0 0 / 50%);
  margin-top: 0;
}

.hs-indsinr-pg.type_2 .hm_bnr .bnr_left {
  width: 65.617%;
  margin: 15px 0 0 0;
  padding: 30px;
}

.hs-indsinr-pg.type_2 .hm_bnr .hm_bnr_title h1 {
  font-size: 43px;
  font-weight: 500;
  line-height: 1;
}

.hs-indsinr-pg.type_2 .hm_bnr .hm_bnr_bg {
  margin-top: 0;
  padding: 25px 18px 20px 25px;
  background-color: rgba(0, 0, 0, 0.59);
}

.hs-indsinr-pg.type_2 .hm_bnr .bnr_rght {
  width: 34.339%;
}
.hs-indsinr-pg.type_2 .container-fluid.hs-indsinrrw-2 h2 {
  font-size: 2.5rem;
}

.hs-indsinr-pg.type_2 .hm_bnr .bnr_left_inr {
  padding: 0 25px 28px 0;
  padding-bottom: 0;
}

.hs-indsinr-pg.type_2 .hm_bnr .hm_bnr_title {
  margin: 0;
}

.hs-indsinr-pg.type_2 .get_demo_card_wrapper {
  margin-bottom: 120px;
}

.hs-indsinr-pg.type_2 .get_demo_card_wrapper .gt_dem_author_image {
  padding-right: 15px;
}

.hs-indsinr-pg.type_2 .get_demo_card_wrapper .gt_dem_author_right {
  text-align: left;
}
.hs-indsinr-pg.type_2 .container-fluid.hs-indsinrrw-14 .dnd-section h2 {
  margin-top: 0;
}

.hs-indsinr-pg.type_2
  .container-fluid.hs-indsinrrw-14
  .dnd-section
  > .row-fluid {
  padding-top: 0;
}

.hs-indsinr-pg.type_2 .awards_wrapper .awards__row {
  margin-bottom: 12px;
}

.hs-indsinr-pg.type_2
  .container-fluid.hs-indsinrrw-12
  .dnd-section
  > .row-fluid {
  padding: 0;
}
.type_2 .container-fluid.hs-indsinrrw-7 .cwi_wrp .cwi_img img {
  width: auto;
}

.type_2 .container-fluid.hs-indsinrrw-7 .cwi_wrp .cwi_img .cwi_img_2 {
  margin: -211px 40px 0 0;
}

.hs-indsinr-pg.type_2 .cwi_wrp .cwi_img_1 img {
  width: auto;
}

.hs-indsinr-pg.type_2 .cwi_wrp .cwi_img_2 {
  margin: -250px 0 0 0;
}

.type_2 .container-fluid.hs-indsinrrw-5 .dnd-section > .row-fluid {
  padding: 0;
}
.type_2 .container-fluid.hs-indsinrrw-4_1 .dnd-section {
  padding: 15px 0 32px 0;
}

.type_2 .container-fluid.hs-indsinrrw-4_1 .dnd-section > .row-fluid {
  padding: 10px;
  padding-bottom: 15px;
}

.hs-indsinr-pg .get_demo_card_wrapper {
  margin-top: 0;
}

.container-fluid.hs-indsinrrw-14 .dnd-section {
  padding: 0;
  text-align: center;
}

.container-fluid.hs-indsinrrw-14 .dnd-section h2 {
  color: #54595f;

  font-size: 41px;
  font-weight: 600;
  line-height: 1;
  margin: 25px 0 17px 0;
  padding-bottom: 16px;
}

.container-fluid.hs-indsinrrw-14 .dnd-section > .row-fluid {
  padding: 10px;
}
.hs-indsinr-pg .get_demo_card_wrapper .gt_dem_author_image {
  padding: 0;
}

.hs-indsinr-pg .get_demo_card_wrapper .gt_dem_author_right {
  text-align: center;
}
.hs-indsinr-pg .awards_wrapper {
  padding: 20px 25px 0 25px;
}

.hs-indsinr-pg .awards_wrapper .awards_header {
  display: none;
}

.hs-indsinr-pg .awards_wrapper .awards__row {
  margin: 18px 0 16px 0;
  max-width: 1047px;
  margin-left: auto;
  margin-right: auto;
}

.hs-indsinr-pg .awards_wrapper .awards__row_populated {
  padding: 0;
}

.hs-indsinr-pg .awards_wrapper .awards__row_populated img {
  width: 155px;
}

.hs-indsinr-pg .awards_wrapper .awards__row_item {
  padding: 10px;
  line-height: inherit;
}

.container-fluid.hs-indsinrrw-12 h4 {
  color: #5b5b5b;
  font-weight: 500;
/*   font-family: "Roboto"; */
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
}
.container-fluid.hs-indsinrrw-11 .dnd-section {
  padding: 10px 0 20px 0;
}

.container-fluid.hs-indsinrrw-11 .dnd-section > .row-fluid {
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 14px;
}
.container-fluid.hs-indsinrrw-12 .dnd-section {
  padding-top: 40px;
  padding-bottom: 0;
}

.container-fluid.hs-indsinrrw-12 .dnd-section > .row-fluid {
  padding: 10px;
}

.container-fluid.hs-indsinrrw-12 h2 {
  text-align: center;
  font-weight: 600;
  color: #5b5b5b;
  font-size: 32px;
  line-height: 1;
  margin: 0;
  margin-bottom: 20px;

  padding: 10px 0 0 0;
}

.container-fluid.hs-indsinrrw-5 .dnd-section {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 0;
}

.container-fluid.hs-indsinrrw-5 .dnd-section > .row-fluid {
  padding: 10px;
}

.container-fluid.hs-indsinrrw-5 h2 {
  padding: 10px 0 0 0;
  margin: 0;
  font-weight: 600;
  color: #54595f;

  line-height: 1;
  margin-bottom: 20px;
}

.container-fluid.hs-indsinrrw-5 h4 {
  color: #5b5b5b;
  font-weight: 500;
/*   font-family: "Roboto"; */
  padding: 0;
  margin: 0;
  line-height: 1;
}

.hs-indsinr-pg .cwi_wrp {
  margin-top: 40px;
  padding: 0;
}

.hs-indsinr-pg .cwi_wrp .cwi_img {
  margin: 40px 40px 40px 40px;
}

.hs-indsinr-pg .cw_cols.cwi_contnt {
  margin: 40px 40px 40px 40px;
}

.hs-indsinr-pg .cwi_wrp .cwi_contnt_inr {
  margin: 0;
  display: block;
}
.hs-indsinr-pg .cwi_wrp .cwi_cont p {
  margin-top: 0;
  color: #5b5b5b;
/*   font-family: "Roboto"; */
  font-weight: 400;
  line-height: 1.5;
}

.hs-indsinr-pg .cwi_wrp .cwi_cont h3:not(:first-child) {
  padding-top: 20px;
}

.hs-indsinr-pg .cwi_wrp .cwi_img_1 {
  margin-bottom: 20px;
  position: static;
}

.hs-indsinr-pg .cwi_wrp .cwi_img_2 {
  position: static;
  text-align: right;
  margin: -134px 0 0 0;
}

.hs-indsinr-pg .cwi_wrp .cwi_img_2 img {
  width: 39%;
  box-shadow: 0 0 33px -8px rgb(0 0 0 / 42%);
  border-radius: 0;
}
.container-fluid.hs-indsinrrw-7 .cwi_wrp .flx_row {
  flex-direction: row-reverse;
}

.container-fluid.hs-indsinrrw-7 .cwi_wrp {
  margin: 0;
}
.container-fluid.hs-indsinrrw-7 .cwi_wrp .cwi_img {
  margin: 0 40px 40px 40px;
}

.container-fluid.hs-indsinrrw-7 .cwi_wrp .cwi_img img {
  width: 61%;
}

.container-fluid.hs-indsinrrw-7 .cwi_wrp .cwi_img_1 {
  text-align: right;
  margin: 0 0 0 40px;
}

.container-fluid.hs-indsinrrw-7 .cwi_wrp .cwi_img .cwi_img_2 img {
  box-shadow: 0 0 33px -8px rgb(0 0 0 / 42%);
  width: auto;
}
.container-fluid.hs-indsinrrw-7 .cwi_wrp .cwi_img .cwi_img_2 {
  margin: -148px 50px 0 0;
}

.container-fluid.hs-indsinrrw-7 .cwi_wrp .cwi_contnt_inr {
  display: flex;
  align-items: center;
}

.container-fluid.hs-indsinrrw-7 .cwi_wrp .cwi_contnt_inr .cwi_cont {
  padding-top: 34px;
}
.container-fluid.hs-indsinrrw-8 .dnd-section {
  padding: 0;
}

.container-fluid.hs-indsinrrw-8 .dnd-section > .row-fluid {
  padding: 10px;
  padding-bottom: 14px;
}
.container-fluid.hs-indsinrrw-9 .dnd-section {
  background-color: #efefef;
  margin-top: 60px;
  margin-bottom: 0;
  padding: 50px 0 30px 0;
  z-index: 900;
}

.container-fluid.hs-indsinrrw-9 h2 {
  text-align: center;
  font-weight: 600;
/*   font-family: "Roboto"; */
  color: #5b5b5b;
  font-size: 37px;
  line-height: 1.2em;
  margin: 0;
}

.container-fluid.hs-indsinrrw-9 .dnd-section > .row-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

.container-fluid.hs-indsinrrw-2 .dnd-section {
  padding: 0;
  text-align: center;
}

.container-fluid.hs-indsinrrw-2 .dnd-section > .row-fluid {
  padding: 10px;
}

.container-fluid.hs-indsinrrw-2 h2 {

  color: #54595f;
  font-weight: 600;
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 1;
  padding-bottom: 20px;
}

.container-fluid.hs-indsinrrw-2 hr {
  text-align: center;
  width: 57%;
  margin: 0 auto;
  height: 1px;
  background: #000;
  margin-top: 15px;
  margin-bottom: 15px;
}

.hs-indsinr-pg .custom_our_client_wrapper {
  margin-top: 0;
  margin-bottom: 32px;
  padding: 0 100px 0 100px;
}

.hs-indsinr-pg .custom_our_client_wrapper .container {
  max-width: 1183px;
}

.hs-indsinr-pg .custom_our_client_image_item {
  justify-content: center;
}

.container-fluid.software_leader_page_row10 {
  padding-bottom: 20px;
}

.container-fluid.software_leader_page_row9 .span4 {
  width: 36.053%;
  padding: 10px;
  line-height: 0;
}

.container-fluid.software_leader_page_row9 .span8 {
  width: 72.614%;
  padding: 0 80px 0 40px;
  padding-bottom: 24px;
}

.container-fluid.software_leader_page_row9 img {
  width: 59% !important;
  margin: 0 auto;
  display: block;
}

.container-fluid.software_leader_page_row9 .span8 h2 {
  color: #162F68;
/*   font-family: "Roboto"; */
  font-weight: 600;
  margin: 0;
  line-height: 1;
  padding: 0 0 10px 0;
}

.container-fluid.software_leader_page_row9 .span8 p {
/*   font-family: "Roboto"; */
  color: #7a7a7b;
}

.container-fluid.software_leader_page_row6 .widget-type-header {
  padding-top: 61px;
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.container-fluid.software_leader_page_row7 .dnd-section {
  padding-top: 20px;
  padding-bottom: 10px;
}
.container-fluid.software_leader_page_row6 .widget-type-header h2 {
  color: #162F68;
/*   font-family: "Roboto"; */
  font-weight: 600;
  line-height: 1;
  margin: 0;
}

.container-fluid.software_leader_page_row6 .widget-type-linked_image img {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}

.container-fluid.software_leader_page_row6 .widget-type-linked_image {
  padding: 10px;
  padding-top: 24px;
  line-height: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.container-fluid.software_leader_page_row6 p {
/*   font-family: "Roboto"; */
  color: #000;
}
.Software_leader_page .client_tsm {
  margin-top: 11px;
  padding-top: 0;
}
.Software_leader_page .client_tsm_inner {
  margin-bottom: 20px;
}

.Software_leader_page .client_tsm_title h2 {
  margin-bottom: 20px;
  margin-top: 0;
  color: #162F68;
  line-height: 1;
/*   font-family: "Roboto"; */
  font-weight: 600;
  text-align: center;
}
.Software_leader_page .awards_wrapper .awards_header {
  display: none;
}

.Software_leader_page .awards_wrapper {
  margin-top: 45px;
}

.Software_leader_page .awards_wrapper .awards__row_populated {
  padding: 0;
  padding: 10px;
}

.Software_leader_page .awards_wrapper .awards__row {
  padding: 10px;
  padding-bottom: 0;
}
.container-fluid.software_leader_page_row6 .dnd-section {
  padding: 0;
  padding-top: 7px;
}

.container-fluid.software_leader_page_row6 .hs-button {
  margin: 20px 0 0 0;
  font-size: 25px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
/*   font-family: "Roboto"; */
  font-weight: 500;
  border: none;
}

.container-fluid.software_leader_page_row3 .dnd-section {
  padding: 0;
  text-align: center;
}

.container-fluid.software_leader_page_row3 .dnd-section > .row-fluid {
  padding: 10px;
}

.container-fluid.software_leader_page_row3 h2 {
  padding: 25px 0 25px 0;
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 600;
/*   font-family: "Roboto"; */
}
.software_leader_page_row2 .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

.software_leader_page_row2 input.hs-button.primary.large {
  border-width: 1px;
  font-size: 30px;
  line-height: 30px;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
}

.software_leader_page_row2 form {
  padding: 0;
  margin: 0;
  background-color: transparent;
  margin-block-end: 1em;
}

.software_leader_page_row2 form .hs-form-field > label,
.software_leader_page_row2 form .field > label {
  color: #000;
}

.software_leader_page_row2 .hs-input {
  width: 100% !important;
}

.software_leader_page_row2 fieldset.form-columns-2 > div:first-child .hs-input {
  width: 90% !important;
}

.software_leader_page_row2 h3.form-title {
  color: #162F68;
  font-size: 27px;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
  font-weight: 600;
/*   font-family: "Roboto"; */
  margin-bottom: 20px;
}

.container-fluid.software_leader_page_row2 .dnd-section {
  margin-top: -8px;
  margin-bottom: 14px;
  padding: 11px 0 52px 0;
  position: relative;
}
.container-fluid.software_leader_page_row2 .span7 {
  width: 55.965%;
  padding: 0 19px 18px 0;
}

.container-fluid.software_leader_page_row2 .span5 {
  width: 43.991%;
  background-color: #fff;
  box-shadow: 0 0 18px 5px rgb(0 0 0 / 23%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: -254px 0 0 0;
  padding: 0 30px 20px 33px;
  border-radius: 0 75px 0 75px;
}
.container-fluid.request_free_demo_page_row5 .dnd-section {
  margin-top: 0;
  margin-bottom: 41px;
  padding: 0;
}
.container-fluid.request_free_demo_page_row5 .dnd-section > .row-fluid {
  padding: 10px;
  margin-top: 55px;
}
.container-fluid.request_free_demo_page_row5 .hs-button {
  margin: 0;
  margin-bottom: 20px;
  border: none;
  font-size: 31px;
/*   font-family: "Roboto"; */
  padding: 15px 30px;
  font-weight: 500;
  line-height: 1;
}
.container-fluid.request_free_demo_page_row5 .hs-button:hover {
  color: #fff;
}

.container-fluid.request_free_demo_page_row2 .span7 .span8 p {
  text-align: left;
  color: #000;
  font-size: 16px;
}
.container-fluid.request_free_demo_page_row2 .span7 .span8 {
  margin: 35px 0 0 0;
}
.container-fluid.request_free_demo_page_row2 .span8 .widget-type-rich_text {
  padding: 0;
  margin: 0;
}
.container-fluid.request_free_demo_page_row2 .span7 .span8 {
  width: 73.206%;
  padding: 10px;
}

.container-fluid.request_free_demo_page_row2 .span7 .span4 {
  width: 25.476%;
  margin: 0 0 0 0;
  padding: 20px 20px 20px 20px;
  margin-top: 20px;
}
.container-fluid.request_free_demo_page_row2 .span7 .span4 i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  transform: rotate(0deg);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #1A85AC;
  border-color: #1A85AC;
  font-size: 50px;
  text-align: center;
  display: inline-block;
  line-height: 1;
}

.container-fluid.request_free_demo_page_row2 .span7 .span4 i:before {
  content: "\f0a9";
}

.container-fluid.request_free_demo_page_row2
  .span7
  .span4
  .widget-type-rich_text {
  margin: 0;
  padding: 0;
}

.container-fluid.thankyou_page_row2 {
  text-align: center;
}
.container-fluid.request_free_demo_page_row2 .dnd-section {
  margin-top: 14px;
  padding: 11px 0 52px 0;
  margin-bottom: 4px;
}
.container-fluid.request_free_demo_page_row2 .span5 {
  width: 38.421%;
  background-color: #fff;
  box-shadow: 0 0 18px 5px rgb(0 0 0 / 23%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: -150px 0 0 0;
  padding: 10px 11px 20px 20px;
  border-radius: 0 75px 0 75px;
}

.container-fluid.request_free_demo_page_row2 .span7 {
  width: 61.579%;
  padding: 0;
/*   font-family: "Roboto"; */
  color: #000;
  font-size: 20px;
}

.container-fluid.request_free_demo_page_row2 .span7 > div {
  margin: 0 19px 0 0;
}

.container-fluid.request_free_demo_page_row2 .hs_cos_wrapper_type_header h2 {
  color: #000;
  font-size: 23px;
  line-height: 1.3em;
/*   font-family: "Roboto"; */
  margin: 0;
  font-weight: 600;
}

.container-fluid.request_free_demo_page_row2 {
  position: relative;
}

.container-fluid.request_free_demo_page_row2 form {
  background: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  margin-block-end: 1em;
}

.container-fluid.request_free_demo_page_row2 h3.form-title {
  margin-bottom: 20px;
  padding: 10px 10px 10px 10px;
  color: #000;
  font-size: 22px;
  line-height: 1;
  margin-top: 0;
  text-align: center;
/*   font-family: "Roboto"; */
  font-weight: 600;
  margin-top: 25px;
}
.container-fluid.request_free_demo_page_row2 form .hs-form-field > label,
.container-fluid.request_free_demo_page_row2 form .field > label {
  color: inherit;
}

.container-fluid.request_free_demo_page_row2 .hs-input {
  width: 100% !important;
}

.container-fluid.request_free_demo_page_row2
  fieldset.form-columns-2
  > div:first-child
  .hs-input {
  width: 90% !important;
}

.container-fluid.request_free_demo_page_row2 .actions {
  text-align: center;
  margin-top: 18px;
  padding: 17px 0px;
  margin-bottom: 25px;
}

.container-fluid.request_free_demo_page_row2 input.hs-button.primary.large {
  margin: 0;
  border-width: 1px;
  font-size: 30px;
  line-height: 30px;
  font-family: arial, helvetica, sans-serif;
}

.container-fluid.request_free_demo_page_row2 .widget-type-rich_text {
  margin: 36px 0 0 0;
  padding: 0 0 0 46px;
}

.container-fluid.thankyou_page_row2 .dnd-section {
  padding: 0;
}

.container-fluid.thankyou_page_row2 h2 {
  color: #162F68;
  margin: 0;
/*   font-family: "Roboto"; */
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.container-fluid.thankyou_page_row2 .dnd-section > .row-fluid {
  padding: 20px;
}

.container-fluid.thankyou_page_row2 p {
  color: #7a7a7a;
/*   font-family: "Roboto"; */
}
.two_column_index_wrapper iframe {
  width: 100%;
  max-width: 100%;
  min-height: 1000px;
}
.two_column_index_wrapper {
  margin-top: 21px;
  margin-bottom: 21px;
  z-index: 1;
  position: relative;
}
.two_column_left p {
/*   font-family: "Roboto"; */
  font-weight: 400;
}

.two_column_left p iframe {
  line-height: 0;
  margin-bottom: 22px !important;
}

.two_column_index {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.two_column_left {
  width: 68.509%;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 9%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: -69px 0 0 0;
  padding: 40px 40px 40px 40px;
}

.two_column_right {
  width: 31.488%;
  padding: 0 45px 40px 45px;
}

.container-fluid.two_column_page_row2 img {
  margin: 0 auto;
  display: block;
}

.container-fluid.two_column_page_row2 .hs-button {
  margin: 90px 0 0;
/*   font-family: "Roboto"; */
  font-weight: 500;
  font-size: 16px;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-width: 0;
}

.container-fluid.two_column_page_row2 .hs-button:hover {
  color: #fff;
}

.container-fluid.sitemape_page_row2 .hs-menu-wrapper > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
/*   font-family: "Roboto"; */
  color: #7a7a7d;
}
.container-fluid.sitemape_page_row2 .hs-menu-wrapper > ul > li > a {
  font-weight: 400;
/*   font-family: "Roboto"; */
  margin-bottom: 0.9rem;
  display: inline-block;
}
.container-fluid.sitemape_page_row2
  .hs-menu-wrapper
  > ul
  > li.hs-item-has-children
  > a {
  font-weight: bolder;
  color: #7a7a7d;
/*   font-family: "Roboto"; */
  margin-bottom: 0.9rem;
  display: inline-block;
}

.container-fluid.sitemape_page_row2 .hs-menu-wrapper > ul ul a {
/*   font-family: "Roboto"; */
}
.container-fluid.sitemape_page_row2 .hs-menu-wrapper > ul ul {
  list-style: disc;
/*   font-family: "Roboto"; */
}
.container-fluid.sitemape_page_row2 .dnd-section {
  padding-bottom: 10px;
}
.container-fluid.meeting_page_row1 .dnd-section {
  padding: 0;
  text-align: center;
}
.container-fluid.meeting_page_row1 .dnd-section > .row-fluid {
  padding: 10px;
}

.container-fluid.meeting_page_row1 h2 {
  font-family: "Roboto", Sans-serif;
  font-size: 43px;
  font-weight: 600;
  color: #162F68;
  line-height: 1;
  margin: 0;
  margin-bottom: 20px;
}

.container-fluid.meeting_page_row1 p {
  color: #000000;
  font-size: 30px;
/*   font-family: "Roboto"; */
}

.container-fluid.meeting_page_row2 .dnd-section {
  padding: 0;
}

.container-fluid.meeting_page_row2 .dnd-section > .row-fluid {
  padding: 10px;
}

.container-fluid.request_demo_page_row3 .dnd-section {
  padding: 0;
  text-align: center;
}

.container-fluid.request_demo_page_row3 .dnd-section > .row-fluid {
  padding: 10px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

.container-fluid.request_demo_page_row3
  .dnd-section
  > .row-fluid
  .widget-type-rich_text {
  width: 95%;
  margin: 0 auto;
  display: block;
  padding: 20px;
  padding-top: 0;
  padding-bottom: 70px;
}

.container-fluid.request_demo_page_row3 blockquote {
  font-size: 21px;
  margin: 0;
  margin-bottom: 25px;
  color: #7a7a7a;
  font-style: italic;
  line-height: 1.5;
/*   font-family: "Roboto"; */
  font-weight: 400;
}

.container-fluid.request_demo_page_row3 h2 {
  font-size: 21px;
/*   font-family: "Roboto"; */
  font-weight: 600;
  color: #7a7a7a;
  margin: 0;
  line-height: 1.5;
}

.container-fluid.request_demo_page_row3 h3 {
  font-size: 21px;
  font-family: "Roboto Slab";
  font-weight: 400;
  color: #162F68;
  margin: 0;
  line-height: 1.5;
  font-size: 18px;
}
.request_demo_page .form_bnr .fb_rght h3.form-title {
  margin-bottom: 23px;

  font-size: 29px;
  font-weight: 900;
  line-height: 1.2em;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 0.5rem;
}

.request_demo_page .form_bnr .fb_rght {
  width: 59.825%;
}

.request_demo_page .form_bnr .hs-input {
/*   font-family: "Roboto"; */
  font-weight: 400;
  color: #7a7a7a;
  font-size: 15px;
  padding: 12px 10px;
  letter-spacing: normal;
  border-radius: 0px 0px 0px 0px;
  border-color: #eaeaea;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  background-color: #fafafa;
  line-height: 1.5;
}

.request_demo_page .form_bnr .field,
.request_demo_page .form_bnr .hs-form-field {
  margin-bottom: 21px;
}

.request_demo_page .hs-input::placeholder {
  color: #7a7a7a;
}
.request_demo_page .form_bnr {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 24px;
  margin-bottom: 0px;
  padding: 11px 0px 52px 0px;
}

.request_demo_page .form_bnr .fb_left {
  width: 40.175%;
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.request_demo_page .form_bnr .actions .hs-button:hover {
  border-color: #ffffff;
  background-color: #162F68;
}
.request_demo_page .form_bnr .fb_rght .fb_pad {
  margin: 32px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
}
.request_demo_page .form_bnr .fb_left .fb_pad {
  text-align: center;
}

.request_demo_page .form_bnr .fb_title h1 {
  font-size: 29px;
}
.request_demo_page .form_bnr .elementor-background-overlay {
  opacity: 0;
}
.request_demo_page .form_bnr .fb_divider {
  display: none;
}
.request_demo_page .form_bnr {
  background-color: #162F68;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 24px;
  margin-bottom: 0px;
  padding: 11px 0px 52px 0px;
}
.request_demo_page .form_bnr .actions .hs-button {
  font-family: "Open Sans", Sans-serif;
  font-size: 25px;
  font-weight: 900;
  background-color: #35DD87;
  padding: 12px 30px 12px 30px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ffffff;
  border-radius: 20px 0px 20px 0px;
  line-height: 1.5;
}

.request_demo_page .form_bnr .actions {
  padding: 16px 0px 26px;
}

.container-fluid.about_page_row7 .dnd-section {
  padding: 0;
  margin-top: 40px;
  margin-bottom: 50px;
}
.container-fluid.about_page_row8 .span5 {
  padding: 10px;
  width: 56.316%;
}
.container-fluid.about_page_row8 .span7 {
  padding: 10px;
  width: 43.684%;
}
.container-fluid.about_page_row7 .span5 {
  width: 56.579%;
  padding: 10px;
}
.container-fluid.about_page_row7 .span7 {
  padding: 10px;
  width: 43.421%;
}

.container-fluid.about_page_row7 h2 {
  color: #1A85AC;

  font-size: 47px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}

.container-fluid.about_page_row7 .span5 img {
  border-radius: 50px 0px 50px 0px;
}

.container-fluid.about_page_row7 .span5 {
  line-height: 0;
}

.container-fluid.about_page_row7 p {
  color: #7a7a7a;
/*   font-family: "Roboto"; */
}

.container-fluid.about_page_row8 .dnd-section {
  padding: 0;
}

.container-fluid.about_page_row8 h2 {
  color: #1A85AC;

  font-size: 47px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}

.container-fluid.about_page_row8 p {
  color: #7a7a7a;
/*   font-family: "Roboto"; */
}

.container-fluid.about_page_row6 .dnd-section {
  background-color: #0c426d;
  margin: 0px 0px 10px 0px;
  padding: 23px 23px 23px 23px;
  border-radius: 50px 0px 50px 0px;
  margin-top: 35px;
  margin-bottom: -9px;
  background-position: unset !important;
  background-size: unset !important;
  background-repeat: unset !important;
}

.container-fluid.about_page_row6 .span7 {
  width: 57.368%;
  padding: 10px;
  text-align: center;
}

.container-fluid.about_page_row6 .span5 {
  padding: 10px;
  width: 42.632%;
  text-align: center;
}

.container-fluid.about_page_row6 .span5 a {
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
/*   font-family: "Roboto"; */
  font-weight: 500;
  padding: 15px 30px;
  font-size: 31px;
  fill: #ffffff;
  color: #ffffff;
  background-color: #35DD87;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 20px 0px 20px 0px;
}

.container-fluid.about_page_row6 .span7 h2 {
  color: #ffffff;

  font-size: 28px;
  line-height: 1.1em;
  font-weight: 600;
  margin: 0;
}

.container-fluid.about_page_row5 .dnd-section {
  padding: 0;
}

.container-fluid.about_page_row5 .dnd-section > .row-fluid {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 25px;
}

.container-fluid.about_page_row5 .span5 {
  width: 45.268%;
  padding: 10px;
}

.container-fluid.about_page_row5 .span7 {
  width: 54.732%;
  padding: 10px;
}

.container-fluid.about_page_row5 h3 {
  text-align: center;
  margin: 0;

  font-size: 25px;
  line-height: 1.2em;
  color: #162F68;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-top: 7px;
}

.container-fluid.about_page_row5 .span7 p {
  color: #5b5b5b;

  font-size: 18px;
}
.container-fluid.about_page_row4 .dnd-section {
  padding: 0;
}

.container-fluid.about_page_row4 .span7 {
  width: 51.964%;
  padding: 10px;
}

.container-fluid.about_page_row4 .span5 {
  width: 48.036%;
  margin: -121px 0px 0px 0px;
  padding: 10px;
  position: relative;
}

.container-fluid.about_page_row4 .span5 .widget-type-linked_image img {
  border-radius: 50px 0px 50px 0px;
  vertical-align: middle;
  display: inline-block;
}

.container-fluid.about_page_row4 .span5 .widget-type-linked_image {
  line-height: 0;
}

.container-fluid.about_page_row4 p {
  color: #5b5b5b;

  font-size: 18px;
}

.container-fluid.about_page_row4 h2 {
  color: #1A85AC;

  font-size: 47px;
  text-align: center;
  padding-top: 20px;
  margin: 0;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 600;
}
.container-fluid.about_page_row4 .dnd-section > .row-fluid {
  margin-top: 28px;
  margin-bottom: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid.about_page_row3 .dnd-section {
  padding: 0;
  margin-top: -219px;
  position: relative;
}

.container-fluid.about_page_row3
  .dnd-section
  > .row-fluid
  .widget-type-rich_text {
  width: 58.509%;
  margin-left: 0;
  background-color: rgba(0, 0, 0, 0.77);
  padding: 26px 26px 26px 26px;
  border-radius: 50px 0px 50px 0px;
}

.container-fluid.about_page_row3
  .dnd-section
  > .row-fluid
  .widget-type-rich_text
  h2 {
  color: #1A85AC;

  font-size: 60px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin: 0px 0px 10px 0px;
}

.container-fluid.about_page_row3
  .dnd-section
  > .row-fluid
  .widget-type-rich_text
  h1 {
  color: #ffffff;

  font-size: 45px;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}

.container-fluid.about_page_row3
  .dnd-section
  > .row-fluid
  .widget-type-rich_text
  hr {
  width: 46%;
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  height: 0;
  border-top: 2px solid #1A85AC;
}
.volunteer_tracking_page fieldset.form-columns-2 > div:first-child .hs-input {
  width: 90%;
}
.volunteer_tracking_page .cwf_wrp {
  margin-bottom: 141px;
  margin-top: 71px;
}
.volunteer_tracking_page .cwf_wrp .cwfl_flx h1 {
  text-align: center;
  color: #5b5b5b;

  font-size: 32px;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 20px;
  padding-top: 5px;
}

.volunteer_tracking_page .cwf_wrp .cwfl_flx {
  display: block;
  text-align: left;
}

.volunteer_tracking_page .cwf_wrp .cwf_left h2 {
  text-align: left;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 32px;
/*   font-family: "Roboto"; */
  font-weight: 500;
  line-height: 1;
  line-height: 1.2;
}

.volunteer_tracking_page .two-column-content .container {
  align-items: center;
}
.volunteer_tracking_page .two-column-content .two-column-content-image img {
  width: auto !important;
}
.volunteer_tracking_page
  .two-column-content
  span.two-column-content-divider-separator {
  width: 67%;
}
.volunteer_tracking_page .two-column-content .two-column-content-image {
  text-align: center !important;
}
.container-fluid.volunteer_tracking_page_row8
  .two-column-content
  .two-column-content-image {
  padding-right: 5px;
}
.container-fluid.volunteer_tracking_page_row8 .two-column-content.left {
  padding: 40px 0px 40px 0px;
}

.container-fluid.volunteer_tracking_page_row8
  .two-column-content.left
  .two-column-content-image-wrapper {
  width: 50.526%;
}

.container-fluid.volunteer_tracking_page_row8
  .two-column-content
  .two-column-content-body-wrapper {
  width: 58.141%;
  padding: 0px 60px 0px 45px;
}

.container-fluid.volunteer_tracking_page_row7
  .two-column-content.right
  .two-column-content-body-wrapper {
  width: 62.368%;
  text-align: right;
  padding: 0px 64px 0px 36px;
}

.container-fluid.volunteer_tracking_page_row7
  .two-column-content.right
  .two-column-content-body-wrapper
  span.two-column-content-divider-separator {
  width: 67%;
  margin-left: auto;
}

.container-fluid.volunteer_tracking_page_row7
  .two-column-content.right
  .two-column-content-image-wrapper {
  width: 46.299%;
}

.container-fluid.volunteer_tracking_page_row7
  .two-column-content.right
  .two-column-content-image {
  padding-left: 6px;
}
.container-fluid.volunteer_tracking_page_row6
  .two-column-content.left
  .two-column-content-image-wrapper {
  width: 50.526%;
}

.container-fluid.volunteer_tracking_page_row6 .two-column-content .container {
  padding-left: 3px;
}
.container-fluid.volunteer_tracking_page_row6
  .two-column-content
  .two-column-content-body-wrapper {
  width: 58.141%;
  padding: 0px 60px 0px 43px;
}

.container-fluid.volunteer_tracking_page_row6 .two-column-content.left {
  padding: 40px 0px 40px 0px;
}
.container-fluid.volunteer_tracking_page_row5 .two-column-content .container {
  padding-right: 3px;
}

.container-fluid.volunteer_tracking_page_row5
  .two-column-content.right
  .two-column-content-body-wrapper {
  padding: 0px 62px 0px 40px;
  width: 62.368%;
  text-align: right;
}

.container-fluid.volunteer_tracking_page_row5
  .two-column-content.right
  .two-column-content-image-wrapper {
  width: 46.299%;
  padding: 10px;
}

.container-fluid.volunteer_tracking_page_row5
  .two-column-content.right
  .two-column-content-image {
  padding: 0;
}

.container-fluid.volunteer_tracking_page_row5
  .two-column-content.right
  span.two-column-content-divider-separator {
  margin-left: auto;
  width: 67%;
}
.container-fluid.volunteer_tracking_page_row4 .two-column-content.left {
  padding: 40px 0px 40px 0px;
}

.container-fluid.volunteer_tracking_page_row4
  .two-column-content.left
  .two-column-content-image-wrapper {
  width: 50.526%;
}

.container-fluid.volunteer_tracking_page_row4
  .two-column-content
  .two-column-content-body-wrapper {
  width: 58.141%;
  padding: 0px 60px 0px 43px;
}
.container-fluid.volunteer_tracking_page_row4 .two-column-content .container {
  padding-left: 3px;
}
.container-fluid.volunteer_tracking_page_row3
  .two-column-content.right
  .two-column-content-body-wrapper {
  padding: 0px 60px 0px 40px;
  width: 62.368%;
}
.container-fluid.volunteer_tracking_page_row3 .two-column-content .container {
  padding-right: 6px;
}
.container-fluid.volunteer_tracking_page_row3
  .two-column-content.right
  .two-column-content-image-wrapper {
  width: 46.299%;
}
.container-fluid.volunteer_tracking_page_row3
  .two-column-content.right
  .two-column-content-image {
  text-align: center;
  padding-right: 5px;
}
.container-fluid.volunteer_tracking_page_row3 .two-column-content-body-title {
  text-align: right;
}

.container-fluid.volunteer_tracking_page_row3
  .two-column-content
  .two-column-content-title-hr
  span.two-column-content-divider-separator {
  margin-left: auto;
  width: 67%;
}
.container-fluid.volunteer_tracking_page_row3 {
  margin-top: 35px;
}
.volunteer_tracking_page .pagin_wrp {
  margin: 0;
}

.volunteer_tracking_page .pagin_wrp .pagin_flx_inr {
  padding: 0;
}

.volunteer_tracking_page .pagin_wrp .pagin_top h3 {
  color: #5b5b5b;

  font-size: 25px;
}

.volunteer_tracking_page .pagin_wrp .pagin_top {
  margin: 28px 0 9px 0;
  padding: 0 0 0 0;
}

.volunteer_tracking_page
  .pagin_wrp
  .elementor-post-navigation
  .elementor-post-navigation__next {
}

.volunteer_tracking_page .pagin_wrp .elementor-post-navigation {
  margin: 6px 0 0 0;
  justify-content: end;
}

.volunteer_tracking_page .pagin_wrp .post-navigation__prev--title,
.volunteer_tracking_page .pagin_wrp .post-navigation__next--title {
  color: #1A85AC;
  font-size: 13px;
}

.container-fluid.volunteer_tracking_page_row2 .span5 .widget-type-rich_text {
  padding: 0 0 0 0;
  background-color: #162F68;
  border-radius: 50px 0 50px 0;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #fff;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0 0 0 0;
  padding: 30px 43px 28px 40px;
  color: #fff;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
  margin-top: 19px;
}

.container-fluid.volunteer_tracking_page_row2 .span5 .widget-type-rich_text p {
  line-height: 1.4em;
  color: #fff;
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  padding: 3px 0 3px 0;
}

.container-fluid.volunteer_tracking_page_row2 .span5 .hs-cta-wrapper {
  text-align: center;
  display: block;
  margin-top: 20px;
}

.container-fluid.volunteer_tracking_page_row2 .span5 .hs-cta-wrapper a.red-btn {
  display: inline-block;
  line-height: 1;
  color: #fff;
  fill: #fff;
  text-align: center;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  font-family: "Open Sans", Sans-serif;
  font-size: 23px;
  font-weight: 700;
  background-color: #35DD87;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 15px 0 15px 0;
  padding: 10px 20px 10px 20px;
}

.container-fluid.volunteer_tracking_page_row2
  .span5
  .hs-cta-wrapper
  a.red-btn:hover {
  background-color: #162F68;
}

.volunteer_tracking_page .breadcrumbs {
  margin-top: 25px;
}

.volunteer_tracking_page .breadcrumbs .hs-breadcrumb-menu-item a {
  color: #35DD87;
}

.volunteer_tracking_page .breadcrumbs .hs-breadcrumb-menu-item {
  color: #162F68;
}
.container-fluid.volunteer_tracking_page_row2 .row-fluid .span5 h1 {
  color: #1A85AC;

  font-size: 42px;
  line-height: 1.1em;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
.container-fluid.volunteer_tracking_page_row2 .dnd-section {
  padding: 0;
}

.container-fluid.volunteer_tracking_page_row2 .row-fluid .span5 {
  width: 49.912%;
  padding: 0 25px 0 0;
}
.container-fluid.volunteer_tracking_page_row2 .row-fluid .span5 h2 {
  color: #5b5b5b;
  font-family: "Open Sans", Sans-serif;
  font-size: 23px;
  line-height: 1.2em;
  text-align: center;
  margin: 0;
  font-weight: 600;
  padding: 3px 0 3px 0;
}

.container-fluid.volunteer_tracking_page_row2 .row-fluid .span7 img {
  border-radius: 50px 0 50px 0;
  vertical-align: middle;
  display: inline-block;
}
.container-fluid.volunteer_tracking_page_row2 .row-fluid .span7 {
  width: 50.088%;
  padding: 0;
}

.demo_form_page form {
  background: none;
  padding: 0 200px 0 200px;
  margin: 0;
}

.demo_form_page form .hs-form-field > label,
.demo_form_page form .field > label {
  color: inherit;
}

.demo_form_page .form-title {
  padding: 10px;
  color: #162F68;
  text-align: center;
  margin: 0;
  line-height: 1;
/*   font-family: "Roboto"; */
  font-weight: 600;
  font-size: 2rem;
}
.demo_form_page form .hs-input {
  width: 100% !important;
}

.demo_form_page form fieldset.form-columns-2 > div:first-child .hs-input {
  width: 90% !important;
}

.demo_form_page form .actions {
  margin-top: 18px;
  padding: 17px 0px;
  text-align: center;
  margin-bottom: 0;
}

.demo_form_page form .hs-button {
  margin: 0;
  font-size: 30px;
  line-height: 30px;
  border-width: 1px;
}
.container-fluid.demo_form_page_row1 .dnd-section {
  padding: 0;
}

.container-fluid.client_testimonial_page_row2 .dnd-section {
  padding: 0;
}
.management_software_page .hs-breadcrumb-menu-wrapper {
  padding-right: 3px;
}
.container-fluid.management_software_page_row2 .dnd-section {
  text-align: center;
  padding: 0;
}

.container-fluid.management_software_page_row2 .dnd-section > .row-fluid {
  padding: 10px;
  padding-top: 20px;
}

.container-fluid.management_software_page_row2 h2 {
  color: #1A85AC;

  margin: 0;
  line-height: 1;
  font-weight: 600;
}

.container-fluid.management_software_page_row3 .dnd-section > .row-fluid {
  max-width: 881px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.container-fluid.management_software_page_row3 .dnd-section {
  padding: 0;
}

.container-fluid.management_software_page_row3 .span4 {
  width: 54.37%;
  padding: 10px;
}

.container-fluid.management_software_page_row3 .span8 {
  width: 45.63%;
  padding: 0 10px;
  line-height: 0;
}

.container-fluid.management_software_page_row3 .span4 p {
  font-size: 21px;
/*   font-family: "Roboto"; */
  line-height: 1.5;
}

.container-fluid.management_software_page_row3 .span4 p a {
/*   font-family: "Roboto"; */
}
.article_page .breadcrumbs {
  margin: 0;
  font-size: 11px;
  color: #5b5b5b;
}

.article_page .breadcrumbs .hs-breadcrumb-menu {
  font-size: inherit;
  line-height: 1.5;
}

.article_page .breadcrumbs .hs-breadcrumb-menu-item {
  color: #5b5b5b;
}

.article_page .breadcrumbs .hs-breadcrumb-menu-item a:hover {
  color: #c36;
}
.article_page_index {
  margin-top: 22px;
  margin-bottom: 22px;
  z-index: 1;
  position: relative;
}

.article_page_index .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.articl_left {
  width: 68.509%;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 9%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: -69px 0 0 0;
  padding: 40px 40px 40px 40px;
  background-color: #fff;
/*   font-family: "Roboto"; */
  font-weight: 400;
  color: #7a7a7a;
  line-height: 1.9em;
}

.articl_right {
  width: 31.488%;
  padding: 0 45px 40px 45px;
}

.articl_left h4 {
/*   font-family: "Roboto"; */
  font-weight: 500;
  color: #7a7a7a;
}

.articl_left h4 strong {
  font-weight: 700;
}
.articl_right .hs-search-field {
  margin-bottom: 20px;
}
.articl_right .hs-search-field form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
  border: 0 solid transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: #fff;
  border-radius: 0;
  min-height: 50px;
  background: #eceeef;
  padding: 0;
}

.articl_right .hs-search-field input[type="text"] {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #7a7a7a;
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
/*   font-family: "Roboto"; */
  font-weight: 400;
  padding-left: calc(50px / 3);
  padding-right: calc(50px / 3);
  background-color: transparent;
  background: #ffffff;
  color: #7a7a7a;
}
.articl_right .hs-search-field input[type="text"]:focus {
  color: inherit;
}
.articl_right .hs-search-field button {
  min-width: 50px;
  background-color: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
}

.articl_right .hs-search-field button svg {
  display: none;
}

.articl_right .hs-search-field button:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.articl_right .hs-search-field ul.hs-search-field__suggestions > li > a {
  display: block;
  padding: 10px;
}

.articl_right .hs-search-field ul.hs-search-field__suggestions li#results-for {
  padding: 10px;
}
.articl_right .hs-search-field input[type="text"]::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.hor-spac span.hs-horizontal-spacer {
  position: relative;
  width: 82%;
  margin: 0 auto;
  border-top: 1px solid #aaa;
  display: block;
}

.hor-spac {
  display: block !important;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
}

.hor-spac > div {
  width: 100%;
  display: block !important;
}

.software_management_page_row2 .hs_cos_wrapper_type_rich_text {
  padding: 20px;
  text-align: center;
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto;
}

.software_management_page_row2 .hs_cos_wrapper_type_rich_text p {
  color: #5b5b5b;
  font-size: 24px;
/*   font-family: "Roboto"; */
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 25px;
}

.software_management_page_row2 .dnd-section > .row-fluid {
  padding: 8px 10px;
}

.software_management_page_row2 .hs_cos_wrapper_type_rich_text h2 {
  color: #162F68;
  font-size: 24px;
/*   font-family: "Roboto"; */
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
}

.software_management_page_row2 .hs_cos_wrapper_type_rich_text h3 {
  font-family: Roboto Slab;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #aaa;
}

.software_management_page .galaxy_btn {
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 90px 0 90px 0;
  text-align: center;
  background-color: rgba(170, 170, 170, 0.17);
  margin-bottom: 20px;
}
.container-fluid.software_leader_page_row9 .dnd-section:before {
  position: absolute;
  top: -1px;
  width: calc(103% + 1.3px);
  height: 57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/images/Top%20Curve%20Image.svg);
  content: "";
}
.container-fluid.software_leader_page_row9 .dnd-section {
  position: relative;
  margin-top: 46px;
  margin-bottom: 0;
  padding: 90px 0 90px 0;
  overflow: hidden;
  background-color: rgba(170, 170, 170, 0.17);
}
.container-fluid.software_leader_page_row9 .dnd-section:after {
  position: absolute;
  width: calc(103% + 1.3px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%) rotate(180deg);
  background-image: url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/images/Bottom%20Curve%20Image.svg);
  content: "";
  bottom: -1px;
  height: 48px;
}
.software_management_page .galaxy_btn:before {
  position: absolute;
  top: -1px;
  width: calc(103% + 1.3px);
  height: 57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/images/Top%20Curve%20Image.svg);
  content: "";
}
.software_management_page .galaxy_btn {
  overflow: hidden;
}

.software_management_page .galaxy_btn:after {
  position: absolute;
  width: calc(103% + 1.3px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%) rotate(180deg);
  background-image: url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/images/Bottom%20Curve%20Image.svg);
  content: "";
  bottom: -1px;
  height: 48px;
}
.software_management_page .galaxy_btn .hs_cos_wrapper_type_cta {
  padding: 0 40px 0 80px;
}

@media (min-width: 768px) and (max-width: 1170px) {
  .container-fluid.volunteer_tracking_page_row2 .dnd-section > .row-fluid {
    padding: 0 15px;
  }
  .container-fluid.request_free_demo_page_row2 .dnd-section > .row-fluid {
    padding: 0 15px;
  }
  .container-fluid.software_leader_page_row2 .dnd-section > .row-fluid {
    padding: 0 15px;
  }
  .container-fluid.software_leader_page_row6 p {
    padding: 0 15px;
  }
}

@media (max-width: 1024px) {
  .hs-indsinr-pg .custom_our_client_wrapper {
    padding: 25px 25px 25px 25px;
  }

  .hs-indsinr-pg .custom_our_client_body {
    padding: 0;
  }
  .container-fluid.request_free_demo_page_row2 .span5 {
    margin: -142px 0 0 0;
  }
  .two_column_left {
    width: 100%;
    margin: 0;
  }

  .two_column_index {
    flex-wrap: wrap;
  }

  .two_column_index_wrapper {
    margin: 0;
  }

  .container-fluid.two_column_page_row2 .hs-button {
    margin-bottom: 20px;
  }
  .container-fluid.sitemape_page_row2 .hs-menu-wrapper > ul {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container-fluid.management_software_page_row3 .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .article_page_index .container {
    flex-direction: column;
  }
  .container-fluid.about_page_row7 .span5 {
    display: inline-block !important;
  }
  .articl_right {
    width: 100%;
    padding: 40px 40px 40px 40px;
  }
  .container-fluid.about_page_row3
    .dnd-section
    > .row-fluid
    .widget-type-rich_text {
    width: 100%;
  }
  .article_page_index {
    margin: 0;
  }
  .articl_left {
    margin: 0;
    width: 100%;
    padding: 40px 40px 40px 40px;
  }
  .container-fluid.about_page_row4 .dnd-section > .row-fluid {
    padding: 0 30px 0 30px;
  }

  .container-fluid.about_page_row5 .dnd-section > .row-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .request_demo_page .form_bnr .page-center {
    padding: 0;
  }

  .request_demo_page .form_bnr .fb_left {
    width: 48%;
  }

  .request_demo_page .form_bnr .fb_rght {
    width: 52%;
  }

  .request_demo_page .form_bnr {
    margin-top: 9px;
    background-position: -151px -58px;
  }
  .container-fluid.request_demo_page_row3
    .dnd-section
    > .row-fluid
    .widget-type-rich_text {
    padding-left: 50px;
    padding-right: 50px;
  }
  .container-fluid.request_free_demo_page_row2
    fieldset.form-columns-2
    > div:first-child
    .hs-input {
    width: 100% !important;
  }

  .container-fluid.request_free_demo_page_row2 .field,
  .hs-form-field {
    /* width: 100% !important; */
  }

  .container-fluid.request_free_demo_page_row2 h3.form-title {
    margin-top: 0;
  }

  .container-fluid.request_free_demo_page_row2 .actions {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .container-fluid.software_leader_page_row9 .span4 {
    width: 35%;
  }

  .container-fluid.software_leader_page_row9 .span8 {
    width: 65%;
  }
  .hs-indsinr-pg .awards_wrapper .awards__row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .demo_form_page form fieldset.form-columns-2 > div:first-child .hs-input {
    /* width: 100% !important; */
  }
  .volunteer_tracking_page fieldset.form-columns-2 > div:first-child .hs-input {
    /* width: 100% !important; */
  }
}

@media (max-width: 767px) {
  .two_column_page .article_banner .article_banner_inner {
    padding-top: 30px;
  }
  .container-fluid.thankyou_page_row2 .dnd-section > .row-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
  .two_column_page .bnr_wrp.article_banner {
    margin-top: 32px;
  }

  .two_column_left {
    padding: 25px;
  }
  .container-fluid.sitemape_page_row2 .hs-menu-wrapper > ul {
    padding-left: 20px;
    padding-right: 20px;
  }
  .client_testimonial_page .breadcrumbs .hs-breadcrumb-menu,
  .contact-page .breadcrumbs .hs-breadcrumb-menu,
  .case_study_page .breadcrumbs .hs-breadcrumb-menu,
  .thankyou_page .breadcrumbs .hs-breadcrumb-menu,
  .sitemape_page .breadcrumbs .hs-breadcrumb-menu {
    font-size: 0.85em;
  }
  .about_page .breadcrumbs .hs-breadcrumb-menu {
    font-size: 0.85em;
  }
  .request_demo_page .breadcrumbs .hs-breadcrumb-menu {
    font-size: 0.85em;
  }
  .demo_form_page form fieldset.form-columns-2 > div:first-child .hs-input {
    /* width: 100% !important; */
  }

  .demo_form_page .field,
  .demo_form_page .hs-form-field {
    width: 100% !important;
  }

  .demo_form_page .field,
  .demo_form_page .hs-form-field .hs-input {
    width: 100% !important;
  }
  .management_software_page .breadcrumbs .hs-breadcrumb-menu {
    font-size: 0.85em;
  }
  .articl_left {
    padding: 25px;
  }
  .software_management_page_row2 .dnd-section > .row-fluid {
    padding: 0;
  }
  .software_management_page .galaxy_btn .hs_cos_wrapper_type_cta {
    padding: 0;
  }
  .container-fluid.management_software_page_row3 .span4 {
    width: 100%;
  }

  .container-fluid.management_software_page_row3 .span8 {
    width: 100%;
  }

  .container-fluid.management_software_page_row3 .dnd-section > .row-fluid {
    padding-top: 0;
  }

  .container-fluid.management_software_page_row2 .dnd-section > .row-fluid {
    padding-bottom: 10px;
  }

  .container-fluid.management_software_page_row3 .span4 {
    padding-bottom: 20px;
  }
  .container-fluid.volunteer_tracking_page_row2 .row-fluid .span5 {
    width: 100%;
    padding: 0;
  }

  .container-fluid.volunteer_tracking_page_row2 .dnd-section > .row-fluid {
    padding: 0 20px 0 20px;
  }

  .container-fluid.volunteer_tracking_page_row2 .row-fluid .span5 h1 {
    font-size: 31px;
  }

  .container-fluid.volunteer_tracking_page_row2 .row-fluid .span5 h2 {
    font-size: 20px;
    padding: 0;
  }

  .volunteer_tracking_page .breadcrumbs {
    margin-top: 16px;
    margin-bottom: 18px;
  }

  .container-fluid.volunteer_tracking_page_row2 .span5 .widget-type-rich_text {
    margin-top: 8px;
    margin-bottom: 0;
    padding: 20px 14px 0 25px;
  }

  .container-fluid.volunteer_tracking_page_row2
    .span5
    .widget-type-rich_text
    p {
    font-size: 20px;
    text-align: center;
    padding: 0;
  }

  .container-fluid.volunteer_tracking_page_row2 .row-fluid .span7 {
    width: 100%;
  }

  .volunteer_tracking_page .pagin_wrp .pagin_top h3 {
    font-size: 17px;
  }

  .volunteer_tracking_page .pagin_wrp .page-center {
    padding: 0;
    margin: 0 -10px;
    width: auto;
  }

  .volunteer_tracking_page .pagin_wrp .post-navigation__prev--title,
  .volunteer_tracking_page .pagin_wrp .post-navigation__next--title {
    font-size: 12px;
  }
  .volunteer_tracking_page .two-column-content .container {
    padding: 0 !important;
  }

  .container-fluid.volunteer_tracking_page_row3
    .two-column-content.right
    .two-column-content-body-wrapper {
  }

  .volunteer_tracking_page
    .two-column-content
    .two-column-content-image-wrapper {
    width: 100% !important;
  }

  .volunteer_tracking_page
    .two-column-content
    .two-column-content-body-wrapper {
    width: 100% !important;
  }

  .volunteer_tracking_page .two-column-content.right {
    padding: 90px 0px 90px 0px;
    margin-top: 15px;
  }

  .two-column-content .elementor-shape.elementor-shape-top svg {
    width: calc(120% + 1.3px);
    height: 33px;
  }

  .two-column-content .two-column-content-body-wrapper {
    margin: 0px 0px 0px 0px !important;
    padding: 20px 20px 20px 20px !important;
  }

  .container-fluid.volunteer_tracking_page_row4 .two-column-content.left {
    flex-direction: column !important;
  }

  .volunteer_tracking_page .two-column-content .container {
    flex-direction: column-reverse !important;
  }

  .two-column-content .elementor-shape.elementor-shape-bottom svg {
    width: calc(111% + 1.3px);
    height: 19px;
  }

  .volunteer_tracking_page .two-column-content .two-column-content-image {
    padding: 10px !important;
  }

  .container-fluid.volunteer_tracking_page_row5
    .two-column-content.right
    .two-column-content-image-wrapper {
    padding: 0;
  }
  .volunteer_tracking_page .cwf_wrp .cwfl_flx h1 {
    padding-top: 0;
  }

  .volunteer_tracking_page .cwf_wrp .cwf_flx {
    flex-direction: column;
  }

  .volunteer_tracking_page .cwf_wrp .cwfr_inr {
    margin-top: 0;
  }
  .container-fluid.about_page_row3
    .dnd-section
    > .row-fluid
    .widget-type-rich_text
    h2 {
    font-size: 41px;
  }

  .container-fluid.about_page_row3
    .dnd-section
    > .row-fluid
    .widget-type-rich_text
    h1 {
    font-size: 29px;
  }

  .container-fluid.about_page_row4 .dnd-section > .row-fluid {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-fluid.about_page_row4 .span7 {
    width: 100%;
  }

  .container-fluid.about_page_row4 .span5 {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .container-fluid.about_page_row4 h2 {
    font-size: 27px;
  }
  .container-fluid.about_page_row5 .span7 {
    width: 100%;
  }

  .container-fluid.about_page_row5 .dnd-section > .row-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-fluid.about_page_row5 .span5 {
    width: 100%;
  }

  .container-fluid.about_page_row5 h3 {
    font-size: 21px;
    margin: 0;
  }
  .container-fluid.about_page_row6 .span7 {
    width: 100%;
  }

  .container-fluid.about_page_row6 .span5 {
    width: 100%;
  }

  .container-fluid.about_page_row6 .span5 a {
    font-size: 28px;
  }

  .container-fluid.about_page_row7 .span5 {
    width: 100%;
  }

  .container-fluid.about_page_row7 .span7 {
    width: 100%;
  }

  .container-fluid.about_page_row7 h2 {
    font-size: 27px;
  }

  .container-fluid.about_page_row7 p {
    padding: 0px 15px 0px 15px;
  }

  .container-fluid.about_page_row8 .span5 {
    width: 100%;
    padding-top: 54px;
  }

  .container-fluid.about_page_row8 h2 {
    font-size: 27px;
  }

  .container-fluid.about_page_row8 .span7 {
    display: none;
  }
  .request_demo_page .form_bnr {
    background-position: -255px -114px;
    padding: 206px 0px 0px 0px;
  }

  .request_demo_page .form_bnr .fb_left {
    display: block;
    width: 100%;
  }

  .request_demo_page .form_bnr .fb_rght {
    width: 100%;
  }

  .request_demo_page .form_bnr .fb_left .fb_pad {
    margin: 0;
  }

  .request_demo_page .form_bnr .fb_title h1 {
    font-size: 39px;
  }

  .request_demo_page .form_bnr .fb_rght .fb_pad {
    padding: 12px 20px 0px 20px;
  }

  .request_demo_page .form_bnr .fb_rght h3.form-title {
    margin-bottom: 0px;
    font-size: 23px;
    line-height: 1.1em;
  }

  .request_demo_page .form_bnr .fb_rght form {
    margin-bottom: 16px;
    margin-top: 16px;
    max-width: 100%;
  }

  .request_demo_page .form_bnr .actions {
    padding: 16px 0px 40px;
  }

  .request_demo_page .form_bnr .field,
  .request_demo_page .form_bnr .hs-form-field {
    margin-bottom: 18px;
  }
  .container-fluid.request_demo_page_row3
    .dnd-section
    > .row-fluid
    .widget-type-rich_text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-fluid.request_free_demo_page_row2 .dnd-section {
    margin: 0;
    padding: 206px 0 0 0;
    padding: 206px 22px 22px 22px;
  }

  .container-fluid.request_free_demo_page_row2 .span7 {
    width: 100%;
    padding-top: 22px;
  }

  .container-fluid.request_free_demo_page_row2 .span5 {
    width: 100%;
    margin: 0;
  }

  .container-fluid.request_free_demo_page_row2 .span7 .span8 {
    width: 100%;
  }

  .container-fluid.request_free_demo_page_row2 .span7 > div {
    margin: 0;
  }

  .container-fluid.request_free_demo_page_row2 .span7 .span4 {
    width: 100%;
  }
  .request_free_demo_page .custom_our_client_image_item.col-4 img {
    width: 150px !important;
  }
  .container-fluid.software_leader_page_row9 .dnd-section:after {
    width: calc(111% + 1.3px);
    height: 19px;
  }

  .container-fluid.software_leader_page_row9 .span4 {
    width: 100%;
  }

  .container-fluid.software_leader_page_row9 .span8 {
    width: 100%;
    padding: 20px 20px 46px 20px;
  }

  .container-fluid.software_leader_page_row9 .dnd-section > .row-fluid {
    flex-direction: column-reverse !important;
    display: flex;
  }

  .container-fluid.software_leader_page_row9 .dnd-section:before {
    width: calc(120% + 1.3px);
    height: 33px;
  }
  .container-fluid.software_leader_page_row2 .span7 {
    width: 100%;
    padding: 0;
  }

  .container-fluid.software_leader_page_row2 .span5 {
    width: 100%;
    margin-top: 30px;
  }

  .video_card_section .video_card_top_title h2 {
    text-align: center;
    padding: 17px 0 0 0;
    line-height: 1.3em;
  }

  .container-fluid.software_leader_page_row2 .dnd-section > .row-fluid {
    padding: 0 15px;
  }
  .Software_leader_page .client_tsm {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }
  .container-fluid.software_leader_page_row6 .dnd-section {
    padding-top: 0;
  }
  .container-fluid.software_leader_page_row6 p {
    padding: 0 15px;
  }
  .container-fluid.software_leader_page_row7 .dnd-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container-fluid.hs-indsinrrw-2 h2 {
    font-size: 21px;
  }

  .hs-indsinr-pg .custom_our_client_wrapper {
    padding: 0;
    margin-bottom: 0;
  }

  .hs-indsinr-pg .custom_our_client_image_item {
    padding: 0;
    width: 50% !important;
  }

  .hs-indsinr-pg .custom_our_client_image_index {
    margin-top: 12px;
  }
  .container-fluid.hs-indsinrrw-5 h2 {
    font-size: 21px;
  }

  .hs-indsinr-pg .cwi_wrp .cwi_img_2 img {
    width: 68%;
  }

  .hs-indsinr-pg .cwi_wrp .cwi_img_2 {
    margin: -51px 0 0 0;
  }

  .hs-indsinr-pg .cwi_wrp .cwi_img_1 {
    margin: 0 15px 0 0;
  }
  .container-fluid.hs-indsinrrw-5 h2 {
    font-size: 21px;
  }

  .hs-indsinr-pg .cwi_wrp .cwi_img_2 img {
    width: 68%;
  }

  .hs-indsinr-pg .cwi_wrp .cwi_img_2 {
    margin: -51px 0 0 0;
  }

  .hs-indsinr-pg .cwi_wrp .cwi_img_1 {
    margin: 0 15px 0 0;
  }

  .container-fluid.hs-indsinrrw-6 .cw_cols.cwi_contnt {
    margin: 20px 20px 20px 20px;
    margin-bottom: 5px;
  }

  .container-fluid.hs-indsinrrw-7 .cwi_wrp .cwi_img {
    margin: 20px 20px 20px 20px;
  }

  .container-fluid.hs-indsinrrw-7 .cwi_wrp .cwi_img .cwi_img_2 {
    margin: -146px 50px 0 0;
  }

  .container-fluid.hs-indsinrrw-7 .cw_cols.cwi_contnt {
    margin: 20px;
  }

  .container-fluid.hs-indsinrrw-7 .cwi_wrp .cwi_contnt_inr .cwi_cont {
    padding-top: 0;
  }

  .container-fluid.hs-indsinrrw-7 .cwi_wrp .cwi_contnt_inr {
    display: block;
    padding-bottom: 4px;
  }

  .container-fluid.hs-indsinrrw-8 .dnd-section > .row-fluid {
    padding-top: 0;
  }
  .container-fluid.hs-indsinrrw-12 h2 {
    font-size: 21px;
  }
  .hs-indsinr-pg.type_2 .cwi_wrp .cwi_img_1 img {
    width: 100%;
  }

  .hs-indsinr-pg.type_2 .cwi_wrp .cwi_img_2 {
    margin: -51px 0 0 0;
  }
  .hs-indsinr-pg.type_2
    .custom_our_client_wrapper
    .custom_our_client_image_item {
    width: 100% !important;
  }

  .hs-indsinr-pg.type_2 .container-fluid.hs-indsinrrw-2 h2 {
    font-size: 21px;
  }

  .hs-indsinr-pg.type_2 .hm_bnr {
    background-position: -782px -281px;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 0 0;
    background-repeat: no-repeat;
  }

  .hs-indsinr-pg.type_2 .hm_bnr .elementor-shape-top svg {
    width: calc(129% + 1.3px);
    height: 44px;
  }

  .hs-indsinr-pg.type_2 .hm_bnr .bnr_flxi {
    padding-top: 0;
  }

  .hs-indsinr-pg.type_2 .hm_bnr .bnr_left {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .hs-indsinr-pg.type_2 .hm_bnr .bnr_rght {
    width: 100%;
    padding: 0 20px;
  }

  .hs-indsinr-pg.type_2 .hm_bnr .bnr_left_inr {
    padding: 0;
  }

  .hs-indsinr-pg.type_2 .hm_bnr .hm_bnr_bg {
    margin: 0 0 100px 0;
  }

  .hs-indsinr-pg.type_2 .hm_bnr .bnr_btn {
    display: none;
  }

  .ft_img {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .demo_form_page form {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .container-fluid.software_leader_page_row2 .span5 {
    padding-top: 15px;
  }
  .container-fluid.about_page_row3
    .dnd-section
    > .row-fluid
    .widget-type-rich_text
    h2 {
    font-size: 36px;
  }
  .request_demo_page .form_bnr .fb_title h1 {
    font-size: 33px;
  }
  .hs-indsinr-pg .custom_our_client_image_item {
    width: 100% !important;
    max-width: 100%;
    padding: 10px;
  }
  .hs-indsinr-pg .indstry_bnr {
    overflow: hidden;
  }
  .better-slats {
    display: block !important;
  }
}

.cstm_logo {
  padding: 10px;
  text-align: center;
}

.cstm_logo a {
  display: inline-block;
}

.cstm_logo img {
  width: 80% !important;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.gc-footer-simple {
  padding: 0;
}

.ftr_top {
  /* background-color: #5b5b5b; */
  padding: 30px 0 22px 0;
  position: relative;
}

.ftr_btm {
  background-color: rgba(0, 0, 0, 0.1);
}

.ftr_btm p {
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
/*   font-family: "Roboto"; */
}

.copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 50px;
}

.copyright > * {
  width: 100%;
  padding: 10px;
}

@media (min-width: 768px) {
  .ft_cols {
    width: 25%;
    display: flex;
    align-items: center;
  }
}

.ft_cols {
  min-height: 1px;
  position: relative;
}

.ftr_top .page-center {
  display: flex;
  flex-wrap: wrap;
}

.ft_img img {
  width: auto !important;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
}

@media (max-width: 767px) {
.ft_img img {
max-width: 200px;
}
}

.ft_img > * {
  padding: 29px 16px 29px 0;
}

.ft_contact .ft_contct_inr {
  padding: 0 20px 20px 20px;
}

.ft_contact_title h2 {
  margin: 0;
  line-height: 1;
  font-size: 21px;
  color: #fff;
  font-weight: 600;
/*   font-family: "Roboto"; */
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 11px;
}

/* .ft_contact_title h2:before {
  content: "";
  border-top: 1px solid #fff;
  position: absolute;
  width: 80%;
  bottom: 0;
  left: 0;
} */

@media (max-width: 1024px) {
  .ft_cols {
    width: 100%;
  }

  .ft_contact_title h2:before {
    width: 100%;
  }

  .ftrv2 .page-center {
    padding: 0 20px;
  }

  .ft_img > * {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .ftr_top {
    padding: 40px 15px 40px 15px;
  }

  .ftr_top .page-center {
    padding: 0;
  }

  .ft_img > * {
    margin: 0 0 40px 0;
    padding: 29px 16px 0 0;
  }

  .ft_contact .ft_contct_inr {
    margin: 0 0 40px 0;
  }

  .copyright {
    text-align: center;
  }

  .ft_contact_title h2:before {
    width: 80%;
  }
}

/* header.header {
  min-height: 171px;
} */

.formrow1 .dnd-section {
  padding: 0;
}

.formrow1 h2 {
  padding: 10px;
  line-height: 1;
  margin: 0;
  color: #162F68;
  /* font-family: "Roboto"; */
  font-weight: 600;
}

.formrow1 p {
  padding: 10px;
  font-size: 20px;
/*   font-family: "Roboto"; */
}

.formrow1 .widget-type-form {
  margin: 0 200px;
  padding: 20px 10px 10px 10px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 50%);
  border-radius: 0;
  margin-bottom: 70px;
}

.formrow1 .dnd-section .dnd-column {
  padding: 0;
}

.formrow1 form .field > label {
  color: #000000;
  font-family: Roboto Condensed;
  font-size: 16px;
}

.formrow1 textarea {
  height: auto;
  min-height: auto;
  padding: 10px 15px;
  display: block;
}

.formrow1 .actions {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
}

.formrow1 form .hs-button {
  font-family: Roboto Condensed;
  font-size: 30px;
  line-height: 30px;
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  margin: 0;
}

.formrow1 .submitted-message p {
  padding: 0;
  font-size: 16px;
  color: #33475b;
  font-family: Roboto Condensed;
  margin: 1em 0;
  line-height: normal;
}

@media (max-width: 767px) {
  .formrow1 .widget-type-form {
    margin: 0 15px 70px;
  }
}

.privacyrow2 .dnd-section {
  padding: 0;
}

.privacyrow2 .dnd-section .dnd-column {
  padding: 10px;
}

.privacyrow2 h1 {
  text-align: center;
  line-height: 1;
  margin: 0;
  color: #162F68;
  margin-bottom: 20px;
  font-weight: 600;
/*   font-family: "Roboto"; */
  display: inline-block;
  width: 100%;
}

.privacyrow2 .widget-type-rich_text {
  padding: 10px;
  display: block;
}

.privacyrow2 h4 {
  font-size: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
  line-height: 1.2;
/*   font-family: "Roboto"; */
  color: #7a7a7a;
}

.privacyrow2 p {
/*   font-family: "Roboto"; */
  color: #7a7a7a;
}

@media (max-width: 767px) {
  .privacyrow2 .dnd-section > .row-fluid {
    padding: 0 10px;
  }
}

.featinrrow1 .breadcrumbs {
  margin-top: 25px;
}

.featinrrow1 .breadcrumbs .hs-breadcrumb-menu-item a {
  color: #35DD87;
}

.featinrrow1 .breadcrumbs span.hs-breadcrumb-label,
.featinrrow1 .breadcrumbs .hs-breadcrumb-menu-item {
  color: #162F68;
}

.featinrrow4 .dnd-section {
  padding: 0;
}

.featinrrow4 .dnd-section .dnd-column {
  padding: 10px;
}

.featinrrow4 .widget-type-rich_text {
  margin: 30px 0 0 0;
  padding: 10px 15px 19px 15px;
  background-color: #aaa;
  border-radius: 40px 40px 0 0;
  text-align: center;
}

.featinrrow4 .widget-type-rich_text * {
  color: #fff;
}

.featinrrow4 h3 {
  letter-spacing: 0.3px;
  margin: 0;

  font-size: 32px;
  font-weight: 900;
  line-height: 1.2em;
}

.featinrrow5 .dnd-section {
  padding: 0 0 63px 0;
  margin-top: 70px;
  position: relative;
}

.featinrrow5 .dnd-section .dnd-column {
  padding: 0;
}

@media (min-width: 768px) {
  .featinrrow5 .span6:first-child {
    width: 46.842%;
  }

  .featinrrow5 .span6:last-child {
    width: 53.158%;
  }
}

.featinrrow5 .span6:last-child {
  margin: 0 0 50px 0;
  padding: 0 0 0 22px;
}

.featinrrow5 .widget-type-rich_text {
  text-align: left;
  color: #5b5b5b;
  font-family: "Open Sans", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
  padding: 0 30px 0 40px;
}

.featinrrow5 .widget-type-rich_text ul li {
  padding: 7px 0;
}
.featinrrow5 hr {
  height: 0;
}

.cwf_wrp .cwfr_inr {
  background:#1C3B82
  /* background-image: url(https://2760282.fs1.hubspotusercontent-na1.net/hubfs/2760282/raw_assets/public/Galaxy_Digital_February_2022/images/star-sky-background.png); */
}

.featinrrow7 .dnd-section {
  margin-top: 140px;
}

@media (max-width: 1170px) {
  .featinrrow5 .dnd-section > .row-fluid {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .featinrrow4 .widget-type-rich_text {
    margin: 0;
    padding: 10px;
  }

  .featinrrow4 h3 {
    font-size: 23px;
  }

  .featinrrow5 .span6 {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .featinrrow5 .dnd-section {
    margin-top: 38px;
    margin-bottom: 0;
    padding: 0 0 0 0;
  }

  .featinrrow5 .dnd-section .dnd-column > div > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .featinrrow5 .widget-type-rich_text {
    padding: 0;
    font-size: 16px;
  }

  .featinrrow5 .widget-type-rich_text ul {
    padding-left: 30px;
  }

  .featinrrow5 .dnd-section .dnd-column > div > div > div {
    width: 100%;
  }

  .featinrrow1 .breadcrumbs {
    margin-top: 16px;
    margin-bottom: 18px;
  }
}

.featinrrow5 .widget-type-rich_text h2 {
  font-size: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.2;
  font-weight: 500;
  color: #5b5b5b;
}

.whiteprrow1 .dnd-section {
  padding: 61px 0 100px;
}

.whiteprrow1 .dnd-section > .row-fluid {
  min-height: 400px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.whiteprrow1 .dnd-section .dnd-column {
  padding: 0;
}

@media (min-width: 768px) {
  .whiteprrow1 .span7 {
    width: 65.789%;
  }

  .whiteprrow1 .span5 {
    width: 34.211%;
  }
}

.whiteprrow1 h1 {
  color: #1A85AC;

  font-size: 41px;
  line-height: 1.1em;
  font-weight: 600;
  margin: 0;
}

.whiteprrow1 .span7 > div {
  padding: 4px 21px 0 0;
}

.whiteprrow1 hr {
  padding: 0;
  margin: 15px 0;
  height: 0;
  background: none;
  display: block;
  width: 100%;
  border-top: 1px solid #000;
}

.whiteprrow1 p {
  color: #5b5b5b;
  font-size: 21px;
  line-height: 1.6em;
/*   font-family: "Roboto"; */
}

.whiteprrow1 form {
  padding: 0;
  background: none;
  margin: 0;
}

.whiteprrow1 form .hs-form-field > label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
}

.whiteprrow1 .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: center;
}

.whiteprrow1 form .hs-button {
  font-size: 20px;
  line-height: 20px;
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  border-width: 1px !important;
}

.whiteprrow1 img {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #aaa;
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .whiteprrow1 .span7,
  .whiteprrow1 .span5 {
    width: 50%;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  .indinrow1 h1 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .whiteprrow1 .dnd-section {
    padding: 0 20px 20px 20px;
  }

  .whiteprrow1 .dnd-section > .row-fluid {
    display: block;
  }

  .whiteprrow1 h1 {
    font-size: 31px;
  }

  .whiteprrow1 .span7 > div {
    padding: 0;
  }

  .whiteprrow1 hr {
    width: 77%;
    margin: 9px auto;
  }

  .whiteprrow1 p {
    font-size: 16px;
    line-height: 1.5em !important;
  }
  .whiteprrow1 .widget-type-rich_text ul {
    line-height: 1.5em !important;
  }
}

.whiteprrow1 .hs_cos_wrapper_type_cta {
  padding: 20px 0;
  display: block;
}
/* 
.indinrow1 .dnd-section {
  padding-top: 60px;
  padding-bottom: 40px;
}

.indinrow1 .dnd-section .dnd-column {
  padding: 0;
} */
/* 
@media (min-width: 768px) {
  .indinrow1 .span4 {
    width: 42.456%;
  }

  .indinrow1 .span8 {
    width: 57.544%;
  }
}

.indinrow1 .dnd-section .dnd-column:first-child {
  margin: 0 0 0 0;
  padding: 0 5px 0 0;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #aaa;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  display: flex;
  align-items: center;
  justify-content: flex-end;
} */

.indinrow1 h1 {
  text-align: right;
  padding: 0 9px 0 0;
  color: #1A85AC;

  font-size: 50px;
  margin: 0;
  line-height: 1;
  font-weight: 600;
}

.indinrow1 .dnd-section > .row-fluid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.indinrow1 h2 {
  color: #162F68;

  font-size: 28px;
  line-height: 1.2em;
  margin: 0;
  font-weight: 600;
}

/* .indinrow1 .dnd-section .dnd-column:last-child {
  padding: 0 0 0 20px;
}    */

.indinrow2 .bnr_wrp {
  margin-top: -14px;
  margin-bottom: -47px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  padding: 0; 
}

.indinrow2 .bnr_wrp .elementor-shape.elementor-shape-bottom svg {
  width: calc(150% + 1.3px);
  height: 75px; 
}

.indinrow3 .dnd-section {
  padding: 0;
}

.indinrow3 .dnd-section .dnd-column {
  padding: 0;
}

.indinrow3 .dnd-section .dnd-column:first-child {
  padding: 12px 42px 5px 20px;
}

@media (min-width: 768px) {
  .indinrow3 .dnd-section .dnd-column:first-child {
    width: 49.211%;
  }

  .indinrow3 .dnd-section .dnd-column:last-child {
    width: 50.789%;
  }
}

.indinrow3 {
  position: relative;
  z-index: 9;
}

.indinrow3 .widget-type-rich_text {
  text-align: left;
  color: #5b5b5b;
  font-size: 20px;
  line-height: 1.6em;
/*   font-family: "Roboto"; */
}

.indinrow3 .tsti_card {
  margin: -90px 0 70px 0;
}

.indinrow5 .dnd-section {
  padding: 17px 0 0;
}

.indinrow5 .dnd-section .dnd-column {
  padding: 0;
}

.indinrow5 .dnd-section .dnd-column:last-child > div {
  padding: 34px 40px 0 0;
}

.indinrow5 .dnd-section .dnd-column:first-child > div {
  padding: 10px;
}

@media (min-width: 768px) {
  .indinrow5 .span5 {
    width: 43.246%;
  }

  .indinrow5 .span7 {
    width: 56.754%;
  }
}

.indinrow5 .dnd-section > .row-fluid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.indinrow5 img {
  vertical-align: middle;
  display: inline-block;
}

.indinrow5 h3 {
  margin: 0;
  color: #162F68;

  font-size: 26px;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 27px;
  letter-spacing: 0.3px;
}

.indinrow5 ul li {
  margin-bottom: 15px;
}

.indinrow5 .widget-type-rich_text {
  font-size: 16px;
  line-height: 1.4em;
/*   font-family: "Roboto"; */
  color: #5b5b5b;
}

.indinrow6 .cwf_wrp {
  margin-top: 117px;
  margin-bottom: 77px;
  padding: 0;
}

.indinrow6 a#form {
  position: relative;
  bottom: 10rem;
}
@media (min-width: 1400px){
  .indinrow6 a#form {
    position: relative;
    bottom: 20rem;
    }
}

@media (min-width: 768px) {
  .indinrow6 .cwf_wrp .cwf_left {
    width: 44.474% !important;
  }

  .indinrow6 .cwf_wrp .cwf_rght {
    width: 55.526% !important;
  }
}

.indinrow6 .cwf_wrp .cwfl_inr {
  padding: 69px 36px 0 0;
}

.indinrow6 .cwf_wrp .cwfl_flx {
  align-content: flex-start;
  line-height: 1.5;
}

.indinrow6 .cwf_wrp hr {
  border-top: 1px solid #000;
  height: 0;
  background: none;
}

.indinrow6 .cwf_wrp .cwf_left h2 {
  margin-bottom: 5px;
}

.indinrow6 .cwf_wrp .cwf_left p {
  margin: 0;
  padding: 0 20px 0 20px;
  margin-top: 7px;
  margin-bottom: 20px;
}

.indinrow6 .cwf_wrp .elementor-shape-bottom svg {
  width: calc(153% + 1.3px);
  height: 133px;
}

.indinrow6 .cwf_wrp .elementor-shape-top svg {
  width: calc(169% + 1.3px);
  height: 168px;
}

.cwfl_icon {
  width: 100%;
  text-align: right;
}

.cwfl_icon i {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 50px;
  text-align: center;
  color: #162F68;
  border-color: #162F68;
  margin-top: 6px;
}

.indinrow6 .cwf_wrp .cwfl_inr {
  display: block;
}

@keyframes rubberBand {
  from,
  to {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
}

@keyframes pulse {
  from,
  to {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

[data-aos="rubberband"].aos-animate {
  animation-name: rubberBand;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}

[data-aos="pulse"].aos-animate {
  animation-name: pulse;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
}

@media (max-width: 1180px) {
  .indinrow3 .dnd-section .dnd-column:last-child {
    padding-right: 20px;
  }
}

@media (max-width: 980px) {
  .indinrow5 .dnd-section > .row-fluid {
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .indinrow1 .dnd-section > .row-fluid {
    display: block;
  }

  /* .indinrow1 .dnd-section .dnd-column:last-child {
    margin: 16px 0 0 0;
  } */

  .indinrow1 {
    text-align: center;
  }

  .indinrow1 h1 {
    text-align: center;
    font-size: 37px;
    padding: 0;
  }
/* 
  .indinrow1 .dnd-section {
    padding: 26px 0 37px;
  } */

  .indinrow1 h2 {
    font-size: 20px;
  }

  .indinrow1 .dnd-section .dnd-column {
    width: 100%;
    display: block !important;
  }

  .indinrow2 .bnr_wrp .elementor-shape.elementor-shape-top svg {
    width: calc(175% + 1.3px);
    height: 195px;
  }

  .indinrow3 .dnd-section .dnd-column:first-child {
    padding: 20px;
  }

  .indinrow3 .widget-type-rich_text {
    font-size: 16px;
  }

  .indinrow3 .tsti_card {
    margin: 0;
  }

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

  .indinrow5 .dnd-section {
    padding-top: 18px;
  }

  .indinrow5 .dnd-section .dnd-column:last-child > div {
    padding: 20px 20px 20px 20px;
  }

  .indinrow5 h3 {
    font-size: 20px;
  }

  .indinrow6 .cwf_wrp {
    margin: 0 0 25px;
  }

  .indinrow6 .cwf_wrp .cwfl_inr {
    padding: 54px 10px 23px 10px;
  }

  .indinrow6 .cwf_wrp .cwf_left h2 {
    font-size: 31px;
    margin-bottom: 8px;
  }

  .indinrow6 .cwf_wrp .cwf_left p {
    text-align: center;
  }

  .indinrow6 .cwf_wrp .cwfl_flx {
    font-size: 18px;
    margin-bottom: -12px;
  }

  .cwfl_icon {
    display: none;
  }

  .indinrow6 .cwf_wrp .cwfr_inr {
    margin-top: 0;
  }
}

.formrow1 form {
  padding: 0;
  margin: 0;
  background: none;
}

[class*=" eicon-"],
[class^="eicon"] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.eicon-play:before {
  content: "\e89d";
}

.home_row2 .dnd-section {
  margin-top: 40px;
  margin-bottom: 3px;
  padding: 16px 16px 22px 16px;
}

.home_row2 .dnd-section .dnd-column {
  padding: 10px;
  text-align: center;
}

.home_row2 h2 {
  margin: 0;
  margin-bottom: 20px;
  padding: 10px 0 0 0;

  line-height: 1.3em;
  color: #162F68;
  font-weight: 600;
}

.home_row2 .cta_button span {
  display: block;
}

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

.home_row3 .dnd-section > .row-fluid {
  padding: 10px;
  max-width: 975px;
}

.home_row3 .dnd-section .dnd-column {
  padding: 0;
}

.home_row3 .widget-type-rich_text {
  margin-bottom: 20px;
  padding: 10px 0 0 0;
  text-align: center;
}

.home_row3 h2 {

  font-size: 32px;
  line-height: 1.3em;
  color: #54595f;
  font-weight: 600;
  margin: 0;
}

.home_row3 hr {
  background: transparent;
}

.home_row4 .dnd-section {
  padding: 0;
  margin-top: 0;
}

.home_row4 .custom_our_client_image_item:nth-child(1) img {
  width: 78%;
}

.home_row4 .custom_our_client_image_item:nth-child(2) img {
  width: 77%;
}

.home_row4 .custom_our_client_image_item:nth-child(3) img {
  width: 65%;
}

.home_row4 .custom_our_client_image_item:nth-child(4) img {
  width: 65%;
}

.home_row4 .custom_our_client_image_item:nth-child(5) img {
  width: 81%;
}

.home_row4 .custom_our_client_image_item:nth-child(6) img {
  width: 72%;
}

.home_row4 .custom_our_client_image_item:nth-child(7) img {
  width: 90%;
}

.home_row4 .custom_our_client_image_item:nth-child(8) img {
  width: 65%;
}

.home_row4 .custom_our_client_wrapper .container {
  max-width: 1153px;
}

.home_row4 .custom_our_client_image_item:nth-child(6) {
  padding: 0;
}

.home_row6 .dnd-section {
  padding: 50px 0 50px 0;
}

.home_row6 .dnd-section[class*="background"] * {
  color: #fff;
}

@media (min-width: 768px) {
  .home_row6 .span6 {
    width: 50%;
  }
}

.home_row6 .dnd-section .dnd-column {
  padding: 10px;
}

.home_row6 img {
  vertical-align: middle;
  display: inline-block;
}

.home_row6 h2 {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Roboto", Sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
}

.home_row6 .galaxy_btn {
  text-align: center;
  margin: 23px 0 0 0;
}

.home_row6 .galaxy_btn .red_btn {
  font-size: 29px;
  font-weight: 600;
  padding: 12px 27px 12px 25px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.home_row7 .dnd-section {
  padding: 80px 0 0;
}

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

.home_row7 {
  text-align: center;
}

.home_row7 .widget-type-rich_text {
  margin-bottom: 20px;
}

.home_row7 h2 {
  margin: 0;

  line-height: 1.3em;
  color: #54595f;
  font-weight: 600;
}

.home_row8 .dnd-section {
  padding: 0;
}

.home_row8 .dnd-section > .row-fluid {
  max-width: 776px;
}

.home_row8 .dnd-section .dnd-column {
  padding: 10px;
}

.home_row8 .dnd-module {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .home_row8 .span4 {
    width: 32.263%;
  }

  .home_row8 .span4:nth-child(2) {
    width: 36.337%;
  }

  .home_row8 .span4:nth-child(3) {
    width: 31.066%;
  }

  .home_row8 .span4 > div {
    padding: 10px;
  }
}

.home_row9 .dnd-section {
  padding: 11px 0 78px;
}

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

.home_row9 h2 {
  font-family: "Roboto", Sans-serif;
  font-size: 23px;
  font-weight: 400;
  color: #54595f;
  text-align: center;
  margin: 14px 0 35px 0;
  line-height: 1;
}

.home_row9 .redd_btn {
  width: auto;
  padding: 20px 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1;
  color: #fff !important;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #1A85AC;
  font-size: 22px;
  font-weight: 600;
}

.home_row10 .dnd-section {
  padding: 60px 0 60px 0;
  margin-top: 21px;
}

.home_row10 .dnd-section .dnd-column {
  padding: 0;
  display: block !important;
}

@media (min-width: 768px) {
  .home_row10 .span6:first-child {
    width: 49.649%;
  }

  .home_row10 .span6:last-child {
    width: 50.351%;
  }
}

.home_row10 .span6:first-child {
  border-style: solid;
  border-width: 0 3px 0 0;
  border-color: #1A85AC;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 10px 10px 20px 10px;
  display: flex !important;
  align-items: center;
  text-align: center;
}

.home_row10 .dnd-section[class*="vertical-alignment"] > div {
  align-items: center;
}

.home_row10 .span6:last-child > div {
  padding: 10px 10px 20px 35px;
}

.home_row10 h4 {
  margin: 0 0 7px 0;
  color: #1A85AC;
  font-size: 41px;
  line-height: 1;
/*   font-family: "Roboto"; */
  font-weight: 600;
}

.home_row10 h3 {
  font-size: 68px;
  color: #162F68;
  line-height: 1;
/*   font-family: "Roboto"; */
  font-weight: 600;
  margin: 0 0 20px 0;
}

.home_row10 img {
  width: 74%;
  vertical-align: middle;
  display: inline-block;
}

.home_row10 .widget-type-linked_image {
  margin: 0px 0 0 -9px;
  max-width: none;
}

.home_row10 .dnd-section .dnd-column > div {
  width: 100%;
}

.home_row10 h2 {
  margin: 10px 0 0 0;
  color: #000;

  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.home_row10 .galaxy_btn {
  text-align: center;
  margin: 47px 0 0 0;
}

.home_row10 .galaxy_btn .red_btn {
  font-family: "Roboto", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding: 20px 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.home_row13 .dnd-section {
  padding: 0;
  margin-bottom: 121px;
  text-align: center;
}

.home_row13 .dnd-section > .row-fluid {
  max-width: 1055px;
}

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

.home_row13 hr {
  height: 0;
  background: none;
}

.home_row13 .widget-type-rich_text {
  margin: 20px 0;
}

.home_row13 h2 {

  line-height: 1.3em;
  margin: 0;
  color: #54595f;
  font-weight: 600;
}

.home_row13 .galaxy_btn {
  margin: 20px 0 56px 0;
}

@media (max-width: 1024px) {
  .home_row4 .custom_our_client_image_item {
    width: 20% !important;
  }

  .home_row6 h2 {
    font-size: 26px;
  }

  .home_row6 .dnd-section {
    padding: 35px 35px 35px 35px;
  }

  .home_row6 .galaxy_btn .red_btn {
    font-size: 18px;
  }

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

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

  .home_row10 h4 {
    font-size: 26px;
  }

  .home_row10 h3 {
    font-size: 47px;
  }

  .home_row10 img {
    width: 60%;
  }

  .home_row10 h2 {
    font-size: 26px;
  }

  .home_row10 .span6:first-child {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .home_row2 h2 {
    font-size: 26px;
  }

  .home_row3 .dnd-section {
    padding: 25px 0;
  }

  .home_row3 h2 {
    font-size: 21px;
  }

  .home_row4 .custom_our_client_image_item {
    width: 50% !important;
  }

  .home_row4 .custom_our_client_body {
    padding: 0;
  }

  .home_row13 .dnd-section .dnd-column {
    padding: 25px 25px 25px 25px;
  }

  .home_row13 h2 {
    font-size: 21px;
  }

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

  .home_row9 .dnd-section {
    padding: 0;
  }

  .home_row9 .redd_btn {
    margin: 0 0 57px 0;
  }

  .home_row10 .dnd-section {
    margin: 0;
  }

  .home_row10 .span6:first-child {
    width: 100% !important;
    margin-top: 21px;
  }

  .home_row10 .span6 {
    flex-wrap: wrap;
  }

  .home_row10 .widget-type-linked_image {
    text-align: center;
  }

  .home_row10 h2 {
    text-align: center;
    font-size: 28px;
  }

  .home_row10 {
    text-align: center;
  }

  .home_row10 .span6:last-child > div {
    padding: 15px 15px 15px 15px;
  }

  .home_row10 h3 {
    font-size: 49px;
  }

  .home_row7 .dnd-section {
    padding: 25px 0 0;
  }

  .home_row7 h2 {
    font-size: 21px;
  }

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

  .home_row8 .dnd-section {
    padding-bottom: 11px;
  }
}

@media (max-width: 480px) {
  .home_row10 h3 {
    font-size: 46px;
  }
}

.whiteprrow1 form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

@media (max-width: 767px) {
  fieldset.form-columns-1 .input,
  fieldset.form-columns-2 .input {
    margin-right: 0 !important;
  }
  .privacyrow1 .breadcrumbs .hs-breadcrumb-menu {
    font-size: 0.85em;
  }
}

.two_column_index_wrapper .mce-object-iframe {
  height: 1000px !important;
}

.two_column_index_wrapper iframe {
  height: 1000px;
}

.simple_page .cstm_logo img {
  width: auto !important;
}

@media (min-width: 768px) {
  .simple_page .cstm_logo {
    width: 31.579%;
  }
}

@media (max-width: 767px) {
  .simple_page .cstm_logo {
    margin-bottom: 20px;
  }
}
/* @media (max-width: 1200px) {
  .indinrow1 .dnd-section {
    padding-right: 10px;
    padding-left: 10px;
  }
} */

@media (max-width: 1200px) and (min-width: 768px) {
  .whiteprrow1 .dnd-section > .row-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 850px) and (min-width: 768px) {
  .indinrow1 h1 {
    font-size: 43px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .ft_img > * {
    width: 313px;
    display: block;
    margin: 0 auto;
  }
  .ft_img {
    text-align: center;
  }
}

.cstm_bnr .bnr_wrp {
  background-size: cover;
  background-repeat: no-repeat;
}

/* whitepaper blog page */
.whiteprblogrow1 .dnd-section {
  padding: 16px 0 4px 0;
  position: relative;
}
.whiteprblogrow1 .dnd-section > .row-fluid > .dnd-column {
  padding: 10px;
}
.whiteprblogrow1 .row-fluid .span4 {
  width: 35.982%;
  padding: 15px 20px 15px 0;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #fff;
}
.whiteprblogrow1 .row-fluid .span4 h2 {
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #fff;
  text-align: right;
  font-weight: 600;
/*   font-family: "Roboto"; */
}
.whiteprblogrow1 .row-fluid .span8 {
  width: 64.018%;
  margin: 0 0 0 0;
  padding: 5px 0 0 20px;
}
.whiteprblogrow1 .row-fluid .span8 p {
  margin-top: 0;
  margin-bottom: 0.9rem;
  color: #fff;
/*   font-family: "Roboto"; */
  font-weight: 400;
}
.whiteprblogrow1 form {
  max-width: 100%;
  margin-bottom: 1em;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.whiteprblogrow1 form .actions {
  margin-top: 18px;
  margin-bottom: 13px;
  padding: 17px 0px;
  text-align: center;
  padding-bottom: 1px;
}
.whiteprblogrow1 form .hs-error-msgs label {
  color: #fff;
}
.whiteprblogrow1 form .hs-button {
  margin: 0;
  border: 1px solid;
  background: #162F68;
  border-color: #162F68;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: arial, helvetica, sans-serif;
}
.whiteprblogrow1 form .hs-button:hover {
  background: #162F68 !important;
  border-color: #162F68 !important;
  color: #fff;
}
.whiteprblogrow .dnd-section {
  padding: 0;
  padding-bottom: 20px;
}
.whiteprblogrow .dnd-section .dnd-column {
  padding: 0;
}
.whiteprblogrow .breadcrumbs .hs-breadcrumb-menu {
  font-size: 0.85em;
}
@media (max-width: 1024px) {
  .whiteprblogrow1 .row-fluid .span4 h2 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .whiteprblogrow1 .dnd-section {
    padding: 15px 0 0 0;
  }
  .whiteprblogrow1 .row-fluid .span4 h2 {
    text-align: center;
  }
  .whiteprblogrow1 .row-fluid .span4 {
    width: 100%;
    border: 0;
    text-align: center;
  }
  .whiteprblogrow1 .row-fluid .span8 {
    width: 100%;
  }
}
  

/* General Typography Styles */
/* ========================================================================== */
/*  HUBSPOT VARS                                                              */
/* ========================================================================== */


/* ========================================================================== */
/*  Colors                                                                    */












  










  









































































  







 





 



  





/* ========================================================================== */
/* Typograghy                                                                 */




/* ========================================================================== */
/*  Breakpoints                                             #brk              */

/* mobile first */









  :root {
    --dark-background-color: #1A85AC;
    --dark-primary-text: #fff;
    --dark-secondary-text: #fff;
    --light-primary-text: 0;
    --light-secondary-text: #1A85AC;

    --light-input: #f2f1f7;
    --light-input-accent: rgba(0, 0, 0, 0.075);

    --color-purple: #5c54ff;
    --color-blue: #1A85AC;
    --color-gray: #d4d2e3;
    --color-green: #35DD87;
    --color-orange: #FF9B3F;
    --color-violet: #793BC8;
    --color-black: #000000;
    --color-white: #ffffff;
    --color-teal: #24c5c8;
    --color-dark_teal: #1a85ac;
    --color-navy: ; 
    
    --color-primary: #1A85AC;
    --color-secondary: #35DD87;
    --color-dark: #303030;
    --color-light: #f0f0f0;
    
    --color-lavender: #B1AFF0; 
    --color-lavender_tint10: rgba(247, 247, 253, 1); 

    --color-purple_tint95: #F7F7FF;
    --color-purple_tint90: #EFEEFF;
    --color-purple_tint70: #dad9ff;
    --color-purple_tint40: #9d98ff;
    --color-purple_tint20: #7d76ff;
    --color-purple_shade20: #4a43cc;
    --color-purple_shade40: #373299;
    --color-purple_shade70: #1c194d;
    --color-purple_alpha50: rgb(92, 84, 255, .5);
    --color-purple_alpha10: rgb(92, 84, 255, .1);

    --color-teal_tint90: #e9f9f9;
    --color-teal_tint70: #bdeeef;
    --color-teal_tint40: #7cdcde;
    --color-teal_tint20: #50d1d3;
    --color-teal_tint10: #24c5c8;
    --color-teal_shade10: #20B1B4;
    --color-teal_shade20: #1D9EA0;
    --color-teal_shade40: #00797C;
    --color-teal_shade70: #004649;
    --color-teal_shade80: #002c2f;

    --color-blue_tint90: #F4F9FB;
    --color-blue_tint70: #badae6;
    --color-blue_tint40: #8cc2d5;
    --color-blue_tint20: #489dbd;
    --color-blue_tint10: #1a85ac;
    --color-blue_shade10: #17789B;
    --color-blue_shade20: #156A8A;
    --color-blue_shade40: #105067;
    --color-blue_shade70: #0A3545;
    --color-blue_shade80: #051B22;

    --color-gray_dark: #303030;
    --color-gray_medium: #787878;
    --color-gray_tint90: #FBFBFC;
    --color-gray_tint70: #f2f1f7;
    --color-gray_tint40: #e5e4ee;
    --color-gray_tint20: #dddbe9;
    --color-gray_shade20: #aaa8b6;
    --color-gray_shade40: #7f7e88;
    --color-gray_shade70: #403f44;

    --color-green_tint90: #EAFAF4;
    --color-green_tint70: #c1f1dd;
    --color-green_tint40: #82e3bb;
    --color-green_tint20: #59daa4;
    --color-green_shade20: #26a771;
    --color-green_shade40: #1e6849;
    --color-green_shade70: #0e3f2a;
    
    --color-orange_tint90: #fff5ec;
    --color-orange_tint70: #ffe1c5;
    --color-orange_tint40: #ffcd9f;
    --color-orange_tint20: #ffb978;
    --color-orange_shade20: #e58125;
    --color-orange_shade40: #cc680c;
    --color-orange_shade70: #b24e00;

    --color-violet_tint90: #F7EFFF;
    --color-violet_tint70: #e6ceff;
    --color-violet_tint40: #ce9dff;
    --color-violet_tint20: #bd7dff;
    --color-violet_shade20: #8a4acc;
    --color-violet_shade40: #683799;
    --color-violet_shade70: #341c4d;

    --gradient-violet: linear-gradient(180deg, #5C54FF 0%, rgba(92, 84, 255, 0) 100%), #793BC8;
    --gradient-dark: linear-gradient(11deg, #1b194a 0%, #321b4a 100%);
    --gradient-green: linear-gradient(12deg, #a19dff 0.01%, #87e5bd 100%);
    --gradient-blue: linear-gradient(101.26deg, #5C54FF 46.53%, #4741C4 103.58%);

    --color-navy_saturated: #1b194a;
    --color-navy: #162F68;
    --color-navy_muted: #162F68;
    --color-navy_muted30shade: #12192b;
    
    --primary-text: var(--color-gray_shade70);

    --box-shadow: 0px 4px 25px rgba(100, 53, 147, 0.3);;
    --box-shadow_sm: 0px 2px 10px rgba(0, 0, 0, 0.1);;
    
    --box-shadow_black: 0px 4px 25px rgba(0, 0, 0, 0.2);;

    --border-radius: .4rem;
    --border-radius-small: calc(var(--border-radius)*.75);

    --transition: 300ms ease-in-out;

    --font-primary: Open Sans, sans-serif;
    --font-secondary: Inter, sans-serif;

    --spacer: 1rem;
    }
/* For content that needs to be visually hidden but stay visible for screenreaders */
.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

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

/* Color & Appearance */
.muted {
  opacity: 0.5;
}

.overlay-image,
.background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}


.overlay-image {
  object-fit: cover;
}
/* Position, Layout, and Display */

/* Clearfix */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}


.visually-hidden-inline {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: relative;
}


/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

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

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

.clearfix:after {
  clear: both;
}
/* 
.left {
  float: left;
}

.right {
  float: right;
} */

.fit {
  max-width: 100%;
}

.border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

/* Flex utilities - from BASSCSS */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Flex utilities - from BASSCSS */
.inline-flex {
  display: inline-flex;
}
@media (min-width: 768px) {
  .sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 990px) {
  .md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1280px) {
  .lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.row-flex.flex-column,
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row-flex.flex-wrap,
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.valign--top,
.row-flex.items-start,
.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.valign--bottom,
.row-flex.items-end,
.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}

.valign--middle,
.row-flex.items-center,
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.row-flex.items-baseline,
.items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline;
}

.row-flex.items-stretch,
.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}

.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.halign--left,
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.halign--right,
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.halign--center,
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

.content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-last {
  -webkit-box-ordinal-group: 100000;
  -ms-flex-order: 99999;
  order: 99999;
}

.position--relative,
.relative {
  position: relative;
}

.position--absolute,
.absolute {
  position: absolute;
}

.position--fixed,
.fixed {
  position: fixed;
}

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

.bg-blue {
  background-color: var(--color-blue);
}

.bg-light-blue,
.bg-light-grey {
  --text-color: #000;
}

.rounded-corners,
.border-radius {
  border-radius: var(--border-radius);
  overflow: hidden;
}

.drop-shadow {
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.drop-shadow-small {
  -webkit-box-shadow: var(--box-shadow-small);
  box-shadow: var(--box-shadow-small);
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: calc(var(--spacer) * .25);
}

.mb-2 {
  margin-bottom: calc(var(--spacer) * .5);
}
/* Menu */

/* Menu items */

.menu__item {
  position: relative;
}

.menu__link {
  font-size: 0.917rem;
  line-height: 1.667rem;
  text-decoration: none;
}

.menu__link:hover,
.menu__link:focus,
.menu__link:active {
  text-decoration: none;
}

.menu__link--active-link,
.menu__link--active-branch {
  font-weight: bold;
}

@media (max-width: 767px) {
  .menu__item {
    display: block;
    width: 100%;
  }

  .menu__link {
    display: block;
    font-size: 1.083rem;
  }
}

.menu__submenu .menu__link {
  transition: 150ms ease-in all;
}

.menu__submenu .menu__link:hover {
  font-weight: 700;
}

/* Menu items - top level */

.menu__item--depth-1 {
  display: inline-block;
  padding: 0.4rem 0.875rem;
}

.menu__item--depth-1>a {
  white-space: nowrap;
}

.menu__item--depth-1>.menu__link--active-link:after {
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (max-width: 767px) {
  .header--navigation .menu__wrapper li.menu__item--depth-1 {
    /* border-top: 2px solid #ced4db; */
    padding: 0.5rem 1rem;
  }

  /* 
  .menu__item--depth-1 > .menu__link {
  padding: 0.35rem 1.225rem;
} */

  .menu__item--depth-1>.menu__link--active-link:after {
    content: none;
  }
}

/* Menu items - submenus */
.menu__submenu {
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  /* display: none; */
  left: 0;
  position: absolute;
  text-align: left;
  text-transform: none;
  top: 100%;
  z-index: 99;
  transition: all 150ms 50ms ease-in-out;
  opacity: 0;
  pointer-events: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.menu__item--open>.menu__submenu {
  /* display: block; */
  opacity: 1;
  pointer-events: unset;
}

.menu__item--open .menu__submenu,
.menu__item--open a.menu__item {
  pointer-events: all;
}

.header__top .menu__submenu {
  min-width: 150px;
}

/* .header__top .menu__submenu {
  display: flex;
} */

.menu__submenu--level-2 {
  transform: translateX(-50%);
}

.header__top .link__features>.menu__submenu {
  display: flex;
}

.header__top .link__features.menu__item--open>.menu__submenu {
  pointer-events: all;
}

.header__top .link__features.menu__item--open>.menu__submenu a {
  text-align: left;
}

.header__top .link__features>.menu__submenu button {
  display: none;
}

.header__top .link__features>.menu__submenu .menu__submenu--level-3 {
  display: block;
  position: static;
  left: unset;
  top: unset;
  opacity: 1;
  box-shadow: unset;
}

.header__top .link__features.menu__item--open .menu__item--depth-2>.menu__link {
  pointer-events: none;
}

.header__top .link__features .menu__item--depth-2>.menu__link {
  font-weight: bold;
}

.header__top .link__features.menu__item--open>.menu__submenu .menu__submenu--level-3 .menu__link {
  pointer-events: all !important;
}

.header__top .link__features .menu__link {
  text-align: left !important;
}

/* .header__top .menu__item--has-submenu > ul {
  pointer-events: none;
  height: 0;
} */
/* .header__top .menu__item--has-submenu:hover > ul {
  display: block;
  opacity: 1;
  height: auto;
  pointer-events: unset;
} */
/* Keeps the first menu item's drop down menu aligned to the left of the top level menu item */

.menu__item--depth-1:first-child .menu__submenu--level-2 {
  transform: unset;
}

.menu__submenu .menu__item {
  padding: 0;
  width: 100%;
}

.menu__submenu .menu__link {
  display: block;
  padding: 0.25rem 0.25rem;
  transition: background-color 0.3s;
  width: 100%;
}

.menu__submenu--level-3 {
  left: 100%;
  top: 0;
}

.menu__submenu {
  padding-left: 1rem;
}

.menu__submenu.menu__submenu--level-2 {
  padding: 1.5rem;
}

/* Flyouts for the last two top level menu items go left to keep page responsive */

.menu__item--depth-1:nth-last-child(-n + 2) .menu__submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

/* Accounts for child toggle */

.menu__submenu .menu__item--has-submenu>.menu__link {
  padding-right: 3rem;
}

/* Creates the triangle at the top of the submenu drop down */

@media (min-width: 768px) {
  .menu__submenu {
    min-width: 270px;
  }

  .menu__submenu--level-2>.menu__item:first-child:before {
    border-radius: 6px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
    content: "";
    display: block;
    height: 30px;
    left: calc(50% - 15px);
    margin-left: 1rem;
    overflow: hidden;
    position: absolute;
    top: -12px;
    transform: rotate(45deg);
    transition: background-color 0.3s;
    width: 30px;
    z-index: 2;
  }

  /* Keeps triangle to the left for the first menu item's drop down menu */

  .menu__item--depth-1:first-child>.menu__submenu--level-2>.menu__item:first-child:before {
    left: 0;
  }

  .menu__submenu--level-2>.menu__item:first-child>.menu__link {
    /* position: relative; */
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .menu__submenu {
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static;
    transform: unset;
    width: 100%;
  }

  .menu__submenu .menu__item {
    border-bottom: none;
    padding: 0;
  }

  .menu__submenu .menu__link {
    display: block;
    padding: 0.2rem;
    transition: none;
    width: 100%;
  }

  .menu__submenu .menu__item .menu__link:hover,
  .menu__submenu .menu__item .menu__link:focus {
    background-color: inherit;
    transition: none;
  }

  .menu__item--has-submenu>.menu__link {
    width: 70%;
  }

  .menu__submenu--level-3 .menu__item .menu__link {
    padding: 0.7rem 3rem;
  }

  .header__top .menu__link {
    font-size: 0.85rem;
  }

  .header__top .button {
    font-size: 1rem;
  }
}

/* Menu icons */
.menu__child-toggle.link-fill {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

@media (min-width: 768px) {
  .menu__submenu .menu__child-toggle {
    margin-left: auto;
    padding: 0 1.05rem;
  }

  .menu__child-toggle {
    position: absolute;
    right: 5px;
    top: 30px;
    z-index: 2;
  }

  .menu__item--depth-1>.menu__child-toggle {
    position: static;
    right: 0;
    top: 0;
    vertical-align: middle;
  }

  .menu__item--depth-1>.menu__child-toggle>.menu__child-toggle-icon {
    border-color: #B1AFF0
  }

  .menu__child-toggle-icon {
    border-left: 4px solid;
    border-top: 4px solid;
    display: block;
    height: 1rem;
    width: 1rem; 
    content: "";
    margin-left: 1px;
    border-end-end-radius: 1px;
    border-radius: 1px;
    transform: rotate(-135deg) translate(2px, 2px) scale(0.5);
    overflow: visible;
  }

  .header__top .menu__child-toggle-icon {
    border-left: 3px solid;
    border-top: 3px solid;
    height: 0.85rem;
    width: 0.85rem;
    transform: rotate(-135deg) translate(1px, 1px) scale(0.5);
  }
}

@media (max-width: 767px) {
  .header__container .menu__child-toggle {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 2.5rem;
    padding: 15px 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
  }

  .header__top .menu__submenu {
    position: absolute;
    white-space: nowrap;
    width: unset;
    text-align: left;
  }

  .header__top .menu__submenu .menu__link {
    display: inline-block;
    padding: 0.2rem 1rem;
  }

  .menu__child-toggle-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' viewBox='0 0 19 19'%3E%3Crect x='1.2' y='9.6' width='16.8' height='1'  stroke='%23fff' stroke-width='1.5' fill='none' rx='.5'/%3E%3Crect transform='rotate(90 9.6 9.6)' x='1.2' y='9.6' width='16.8' height='1' rx='.5' stroke='%23fff' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    height: 20px;
    margin-left: 8px;
    margin-right: 1.05rem;
    transition: transform 0.4s;
    width: 20px;
  }

  .header__top .menu__child-toggle-icon {
    height: 12px;
    width: 12px;
  }

  .menu__item--open>.menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }

  .menu__item--open:hover>.menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(90deg);
    transition: transform 0.4s;
  }

  .menu__child-toggle:hover {
    top: 0;
    box-shadow: none;
  }

  .header--navigation ul {
    padding: 2rem;
  }

  .menu__submenu--level-2 {
    padding: 1rem;
  }
}

@media (max-width: 540px){
  .header--navigation ul{
    padding: .5rem 0;
  }
}

/* Advanced Navigation */
.menu__submenu--advanced {
  position: fixed;
  left: 0;
  top: unset;
  width: 100%;
  transform: none;
  background: var(--color-purple_shade70);
}

.menu__submenu--advanced img {
  filter: brightness(5);
  height: 36px;
}

@media (min-width: 768px) {
  .menu__submenu--advanced {
    margin-top: 1rem;
  }
}

.menu__submenu--advanced ul {
  max-width: var(--content-width);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  padding: 2rem;
  grid-gap: 1rem;
  margin: auto;
}

.menu__submenu--advanced ul li {
  padding: .75rem;
}

.header__bottom .menu__submenu--advanced ul li:hover {
  background: var(--color-green);
}

.menu__submenu--top-articles a {
  color: #fff;
}

.menu__submenu--advanced h6 {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.menu__submenu--advanced p {
  font-size: 0.85rem;
  margin-bottom: 0;
}

.menu__submenu--free-tools li {
  flex: 1;
}

.menu__submenu--free-tools h6 {
  color: #24C5C8;
  font-size: .75rem;
  text-transform: uppercase;
}

.menu__submenu--free-tools p {
  font-size: 1rem;
  font-weight: 500;
}

.menu__submenu--free-tools ul {
  display: flex;
}

@media (max-width: 1200px) {
  .menu__submenu--resources,
  .menu__submenu--free-tools {
    overflow-y: scroll;
    max-height: 80%;
  }

  .menu__submenu--resources ul,
  .menu__submenu--free-tools ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}

@media (max-width: 767px) {
  .menu__submenu--advanced {
    position: relative;
    height: 0;
    top: unset;
  }

  .menu__submenu--advanced ul {
    padding: 0.5rem;
  }

  .menu__item--open .menu__submenu--advanced {
    margin-top: 1rem;
    height: auto;
  }

  .header__close--toggle.show {
    display: block;
    /* z-index: 1000; */
    top: 0;
    right: 0;
    position: fixed;
    height: 3rem;
    width: 3rem;
    padding: 0.5rem;
    margin-right: 0;
  }
}

/* New Menu Styling for Mega Menu */
.link__features,
.link__who-we-serve {
  text-align: left;
}

.link__who-we-serve .menu__submenu--level-2,
.link__features .menu__submenu--level-2 {
  display: flex;
}

@media screen and (min-width: 768px) {

  .link__features .menu__link,
  .link__who-we-serve .menu__link {
    white-space: nowrap;
  }
}

.link__features .menu__submenu--level-3,
.link__who-we-serve .menu__submenu--level-3 {
  box-shadow: unset;
  display: block;
  left: unset;
  opacity: 1;
  position: static;
  top: unset;
}

.link__features .menu__item--depth-2>span {
  font-weight: bold;
}

.header--navigation .menu__submenu--level-3 .menu__item .menu__link {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .header--navigation .menu__submenu--level-2 {
    display: none;
    overflow: hidden;
    padding: 1rem;
    margin-top: 1rem;
  }

  .header--navigation .menu__item--open .menu__submenu--level-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }

  .header--navigation .menu__submenu--level-3 {
    padding: 0.25rem 0.5rem;
    font-size: 0.85rem;
  }

  .header--navigation .menu__submenu--level-3 .menu__item .menu__link {
    padding: 0.25rem;
  }

  .link__features .menu__item--depth-2>span {
    font-weight: bold;
    font-size: 0.85rem;
    line-height: 140%;
  }
}

@media screen and (max-width: 580px) {
  .header--navigation .menu__item--open .menu__submenu--level-2 {
    display: block;
  }
}


.header--navigation .menu__submenu--level-2 {
  /* overflow: scroll; */
  /* max-height: 60vh; */
  z-index: 1000000;
}

.header__container .menu__submenu--level-2 {
  /* position: fixed; */
  top: unset;
  left: 0;
  height: auto;
}

.menu__submenu--advanced .menu-title {
  margin-bottom: 1rem;
  padding: 0 1rem 0.5rem 1rem;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 990px) {
  .header__container .menu__submenu--level-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.header .menu .menu__submenu.menu__submenu--products {
  background: var(--header-top-bg);  
}

.menu__submenu--products .submenu__description {
  margin-top: .4rem;
}
 
.menu__submenu--products h6 {
  color: #fff;
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
}

.header .menu__submenu--products p {
  color: #fff;
}

.header .menu__submenu--products ul,
.header .menu__submenu--products ul li {
  /* display: block;
  padding: 0;
  margin: 0; */
  position: static;
  /* max-width: 600px; */
  max-width: 100%;
  min-width: 250px;
  flex: 1;
  margin-left: 0;
  padding: 0px;
  display: block;
}

.header .menu__submenu--products ul {
  max-width: 990px;
}

@media (min-width: 768px) {
  .header .menu__submenu--products ul {
    display: flex;
  }
}

.header .menu__submenu--products img {
  height: auto;
  filter: unset;
  position: absolute;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  top: 0;
  left: 0;
}

.header .menu__submenu--products a {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}

.menu__submenu--products .logo-wrapper svg {
  width: 100%;
  height: auto;
  max-width: 160px;
  max-height: 80px;
}

.menu__submenu--products .logo-wrapper.theme-blue svg path {
  fill: #fff;
}

/* .menu__submenu--products .logo-wrapper.theme-light svg path {
  fill: #000;
}

.menu__submenu--products .logo-wrapper.theme-light svg path.color {
  fill: #1C3B82
} */
 
.menu__submenu--products .logo-wrapper {
  width: 220px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: .5rem;
  -webkit-border-radius: .5rem;
  -moz-border-radius: .5rem;
  -ms-border-radius: .5rem;
  -o-border-radius: .5rem;
  transition: 200ms ease-in-out all;
  -webkit-transition: 200ms ease-in-out all;
  -moz-transition: 200ms ease-in-out all;
  -ms-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
}

.menu__submenu--products .logo-wrapper.theme-light {
  background: #fff;
}

.menu__submenu--products .logo-wrapper.theme-blue {
  background: #5C54FF
}

.header .menu__submenu--products a:hover .logo-wrapper.theme-blue {
  /* background: var(--color-purple_shade40); */
}

.header .menu__submenu--products a:hover .logo-wrapper.theme-light {
  /* background: var(--color-light); */
}


@media (min-width: 768px) {
  .header .menu__submenu--products ul {
    display: flex;
    max-width: 1200px
  }

  .header .menu__submenu--products ul li:nth-of-type(n+2) {
    border-left: 2px solid rgba(255, 255, 255, .1);
    /* padding-left: 1rem; */
  }
}

@media (min-width: 1200px) {
  .menu__submenu--products .col {
    display: flex;
    max-width: 1200px;
    grid-gap: 1rem;
    justify-content: flex-start
  }

  .menu__submenu--products .logo-wrapper {
    flex: 0 200px;
  }

  .menu__submenu--products .submenu__content {
    flex: 1
  }
}

.menu__submenu--products .button-link {
  display: flex;
  font-weight: bold;
  align-items: center;
  grid-gap: .85rem;
  margin-top: 1rem;
}

.menu__submenu--products .button-link svg.icon {
  width: 1rem;
  position: relative;
  left: 0;
  transition: 200ms ease-in-out all;
  -webkit-transition: 200ms ease-in-out all;
  -moz-transition: 200ms ease-in-out all;
  -ms-transition: 200ms ease-in-out all;
  -o-transition: 200ms ease-in-out all;
}

.menu__submenu--products .button-link svg.icon path {
  fill: #fff;
}

.menu__submenu--products a:hover svg.icon {
  left: 4px;
}

.menu__submenu--products .badge {
  padding: .25rem;
  font-size: .8rem;
  font-weight: 600;
  /* text-transform: uppercase; */
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
}

.badge__new {
  background: #f1a660;
  color: #fff;
}


.menu__submenu--advanced .h3 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 120%;
  margin-bottom: 0.75rem;
  margin-top: 0.25rem;
}

@media (min-width: 768px) and (max-width: 1600px) {
  .header__container .link__features .menu__submenu--level-2,
  .header__container .link__who-we-serve .menu__submenu--level-2 {
    position: fixed;
    right: 2rem;
    left: 2rem;
    transform: unset;
  }
}


/* New Menu */
/* New Menu - Layout */
@media (min-width: 768px){
  .header--navigation .menu__submenu--level-2.menu__new-product-menu {
    display: block
  }
}

.menu__new-product-menu .product-category:first-of-type {
  margin-bottom: 1.5rem;
}

.menu__new-product-menu .product-item {
  align-self: flex-start;
  padding-right: 1rem;
  position: relative;
}

@media (min-width: 768px){
  .menu__new-product-menu .product-category-label {
    flex: 0 max(20%, 160px);
  }

  .menu__new-product-menu .product-item {
    position: relative;
    flex: 0 25%;
    max-width: 25%;
  }
  .menu__submenu--products .accent {
    display: block
  }
}

.product-menu-wrapper {
  color: #fff;
  max-width: 1200px;
  margin: auto;
}

.header .menu__submenu--products .product-menu-wrapper img {
  position: relative; 
  height: 2rem;
  width: 2rem;
}

.menu__submenu--products .category-name {
  font-size: 1rem;
  font-weight: 700;
}

.menu__submenu--products .product-name {
  font-size: .95rem;
  font-weight: 700;
  margin-bottom: 0;
}

.menu__submenu--products .product-description {
  color: rgba(255,255,255,.5);
  font-size: .75rem;
}

.header .menu__submenu--products .product-link-text {
  color: var(--accent);
  font-size: .75rem;
}

.menu__submenu--products .icon--highlight {
  align-items: center;
  background: var(--accent-background);
  border-radius: .25rem;
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  justify-content: center;
  text-align: center;
  margin-bottom: .5rem;
}

@media (max-width: 767px){
  .menu__submenu--products .icon--highlight {
    position: absolute;
    left: 0;
    width: 3rem;
    height: 3rem;
  }

  .menu__new-product-menu .product-item {
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
  .header--navigation .menu__item--open .menu__submenu--level-2 {
    display: block;
  }
  :is(.product-link-text,.product-description, .product-name) {
    /* margin-left: 1.85rem; */
  }
}

.header .menu__submenu--products .icon--highlight img {
  width: 100%;
  object-fit: contain;
}

.header .menu__submenu--products .product-link {
  width: 100%;
  height: 100%;
  left: 0; 
  top: 0;
  position: absolute;
}

.menu__submenu--products .product-all-products-link.button {
  background: var(--color-navy_muted30shade);
  border-color: var(--color-navy_muted30shade);
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  margin-left: auto;
  width: unset;
}


/* Header DND sections */
:root {
  --header-top-bg: #11234E; 
  --header-bg: #fff;
  --header-scrolled-bg: #fff#;
}

header.header {
  position: fixed; 
  width: 100%;
  z-index: 1000;

  transition: all 400ms ease-out;
  background: var(--header-bg);
  box-shadow: 0 4px 6px rgba(0,0,0,.1)
  }

header.header.unfixed {
  position: absolute;
}

/* .header.scrolled:not(.unfixed):not(.static) {
  background: var(--header-scrolled-bg);
  box-shadow: var(--box-shadow);
} */

.header .dnd-section {
  padding: 0;
}

/* Remove weird space */
header.header .row-fluid [class*="span"] {
  min-height: 0;
}

/* Header container */
.header__container {
  background: #fff;
  position: relative;
}

@media (max-width: 1200px) {
  .header__container {
    padding: 1rem;
  }
}

.header__container .content-wrapper {
  display: flex;
  justify-content: inherit;
}

.header__container:not(.halign--center) .content-wrapper {
  justify-content: space-between;
}

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

.header__row-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header__row-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

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

.header__top .button {
  padding: 0.5rem 0.5rem;
  font-size: 0.8rem;
  margin: 0.25rem 0;
  top: 0;
}

.header__top .menu__item.menu__item--depth-1 {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.5rem;
  justify-content: center;
  grid-gap: 0.25rem;
}

.header__top .menu__submenu--level-2 .menu__link {
  text-align: center;
  padding: 0.125rem 0.5rem;
  white-space: nowrap;
}

.header__top .menu__submenu--level-2 {
  transform: none;
  left: unset;
}

/* @media (max-width: 1200px) { */
@media (max-width: 990px) {
  .header__top .content-wrapper {
    flex-flow: wrap;
  }

  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container .content-wrapper {
    flex-direction: row;
    /* padding: 1rem 0 0; */
    padding: 0;
  }

  .header__top a {
    white-space: nowrap;
  }

  .header__top .menu__wrapper {
    padding: 0.5rem 0;
  }

  .header__top .menu__item.menu__item--depth-1 {
    width: unset;
    border: 0;
    padding: 0.5rem;
  }

  .header__top .content-wrapper {
    justify-content: space-between;
    padding: 0 1rem;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: .25 .5remrem;
  }
  .header__navigation--toggle {
    /* filter: brightness(20); */
  }
  .header__top .menu__submenu--level-2 .menu__link {
    font-size: 1rem;
  }
  .header__top .menu__submenu {
    box-shadow: var(--box-shadow);
  }
  .header__top .menu__submenu .menu__item {
    padding: 0.5rem;
  }
}

@media (max-width: 580px) {
  #hs_cos_wrapper_navigation-top {
    display: none;
  }
}

.header .menu__link,
.header--navigation a {
  color: #1C3B82;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .2px;
  position: relative;
  display: inline-block;
  font-family: Inter, sans-serif;
  transition: var(--transition);
}

.header__bottom a {
  color: var(--element-color);
}

.blog--header-logo {
  display: flex;
  grid-gap: .5rem;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: auto;
  text-decoration: none;
} 

.blog--header-logo:hover {
  color: var(--color-purple)
} 


header.header.blog-header {
  /*
  Remove for a better Blog Nav experience 
  position: absolute; */
}

header .header__bottom {
  z-index: 1000;
  /* position: absolute; */
  width: 100%;
  background: transparent;
  transition: var(--transition);
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

/* header.scrolled:not(.unfixed) .header__bottom { */
header .header__bottom {
  --element-color: var(--color-dark);
  /*
  Remove for a better Blog Nav experience  
  position: fixed; */
  /* top: 0; */
  background: var(--color-light);
  /* box-shadow: inset 1px 4px 10px rgb(0 0 0 / 15%); */
}

.header__bottom a.menu__link {
  font-size: 0.85rem;
  font-weight: 600; 
  color: #333
}


@media (max-width: 990px){
  .header__bottom a.menu__link, 
  .blog--header-logo {
    font-size: .75rem
  }
}


.header.scrolled:not(.unfixed) .header__bottom a.menu__link {
  color: var(--element-color);
}

.header.scrolled:not(.unfixed) .header__bottom .menu__top-of-page,
.header.scrolled:not(.unfixed) .header__bottom .menu__child-toggle-icon {
  border-color: var(--element-color);
}

.header.scrolled:not(.unfixed) .header__bottom .back-to-top {
  color: var(--element-color);
}

.header.scrolled:not(.unfixed) .header__bottom .header__scroll-extras {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: 300ms ease-in-out opacity;
  max-height: 0;
  max-width: 0;
  overflow: hidden;
}

.header.scrolled:not(.unfixed) .header__bottom .header__scroll-extras {
  opacity: 1;
  max-height: unset;
  max-width: unset;
}

.header__bottom .header__logo--secondary img {
  max-width: 140px;
  margin-right: 1rem;
  object-fit: contain;
}

.header__bottom .header__navigation.header--element {
  width: 100%;
  justify-content: space-between;
}

.header__bottom .header--navigation {
  display: flex;
  align-items: center;
}

.header__bottom .back-to-top {
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
  margin-right: 1rem;
  border-right: 1px solid var(--color-purple_tint20);
}

.header__bottom span.description {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  padding-left: 0.5rem;
}

.header__bottom .back-to-top .description,
.header__bottom .hs-cta-wrapper a {
  opacity: 0;
  width: 0;
  transition: var(--transition);
  overflow: hidden;
  white-space: nowrap;
}

.header__bottom .hs-cta-wrapper a {
  display: block;
  font-size: 0.85rem;
  padding: 0.5rem 0;
  transition: 300ms ease-in-out opacity;
}

.header__bottom .back-to-top:hover .description,
.header__bottom .hs-cta-wrapper,
.header__bottom.fixed .hs-cta-wrapper a {
  opacity: 1;
}
.header__bottom .back-to-top:hover .description {
  width: 100px;
}

.header__bottom .hs-cta-wrapper {
  width: 0;
  overflow: hidden;
}

.header__bottom.fixed .hs-cta-wrapper {
  width: unset;
}

.header__bottom.fixed .hs-cta-wrapper a {
  width: 125px;
}

.header__bottom .menu__top-of-page {
  border-left: 4px solid var(--element-color);
  border-top: 4px solid var(--element-color);
  display: block;
  height: 1rem;
  width: 1rem;
  content: "";
  margin-left: 1px;
  border-end-end-radius: 1px;
  border-radius: 1px;
  transform: rotate(45deg) translate(2px, 2px) scale(0.5);
  overflow: visible;
}

/* @media (min-width: 768px) and (max-width: 1200px) { */
@media (min-width: 768px) and (max-width: 990px) {
  .blog-header .header__bottom .header__navigation.header--element {
    flex-flow: wrap;
  }
  .header__bottom .header--navigation {
    margin-left: auto;
    margin-right: 0;
    width: unset;
  }
}

.header a.button {
  font-size: 1.125rem;
  padding: 0.75rem 1.05rem;
}

@media (max-width: 1200px){
  .header a.button {
    font-size: 1rem;
  }
}
.menu__item--depth-1:hover {
  cursor: pointer;
}

@media (min-width: 768px) {
  .header--navigation .menu__item--depth-1:hover > a {
    transform: translateY(-0.5rem);
  }

  .header--navigation .menu__item--depth-1 > a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: var(--color-green);
    bottom: -1rem;
    left: 0;
    opacity: 0;
    transition: var(--transition);
  }

  .header--navigation .menu__item--depth-1:hover > a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.25rem;
    background: var(--color-green);
    bottom: -0.25rem;
    opacity: 1;
  }
}
/* Navigation skipper */

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

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

/* Logo */

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

.header__logo svg {
 max-width: 100%;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .header .button {
    padding: 0.75rem .85rem;
    font-size: 1rem;
  } 

  .header__logo {
      max-width: 160px;
  }
}

/* @media (min-width: 768px) and (max-width: 1200px) { */
@media (min-width: 768px) and (max-width: 990px) {
  .header__logo img {
    margin-top: 1rem;
  }

  .header--navigation { 
    /* margin: 0 auto; */
    margin: 0 auto 0 1rem;
    width: 100%;
  }

  .header__row-1 {
    /* padding-top: 0; */
    /* justify-content: center; */
  }

  .header__container .content-wrapper {
    flex-flow: wrap;
  }
  .header .button {
    padding: 0.75rem 1rem;
  }

  .header--button {
    position: absolute;
    order: 3;
    right: 2rem;
    top: 1rem;
  }
}

@media (max-width: 767px) {
  .header__logo {
    /* margin: 0 auto; */
    margin: 0 auto 0 1rem;
    width: 100%;
  }
  .header--button {
    padding: 0 2rem;
  }
}

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

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



/* .header__logo--main {
padding-top: 1rem;
} */

/* Search bar */
.header__search {
  padding: 0 1rem;
  width: auto;
  display: none;
  order: 2;
  z-index: 10000;
}

.header__search.open {
  display: block;
  padding: 2.5rem;
}

.header__search .hs-search-field__input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24'%3E%3Cdefs%3E%3Cpath d='M9.139 15.893a6.761 6.761 0 0 1-6.755-6.754 6.763 6.763 0 0 1 6.755-6.755 6.762 6.762 0 0 1 6.754 6.755 6.76 6.76 0 0 1-6.754 6.754M9.139 0c5.039 0 9.137 4.1 9.137 9.14 0 2.09-.705 4.018-1.89 5.56l7.265 7.265a1.192 1.192 0 0 1-1.686 1.686L14.7 16.385a9.093 9.093 0 0 1-5.561 1.891C4.099 18.276 0 14.178 0 9.14 0 4.1 4.1 0 9.139 0Z' id='a'/%3E%3C/defs%3E%3Cuse fill='%23494A52' xlink:href='%23a' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

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

.header__search .hs-search-field--open .search-results-and-button-inline,
.header__search .hs-search-field--open > .hs-search-field__suggestions {
  background-color: #fff;
  border: 2px solid var(--color-light);
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid var(--color-light);
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: var(--color-gray_shade40);
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  /* display: none; */
  padding: 0.85rem 0.7rem;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #ced4db;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

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

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

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

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

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

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

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

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

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

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

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

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

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

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #ced4db;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

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

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */
#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  header .header__bottom{
    z-index: 1;
  }

  .header__bottom .header--navigation {
    display: none;
  }
  
  .header__bottom .header__navigation {
    align-items: center;
    display: flex;
    min-height: unset; 
    opacity: 1; 
    padding-bottom: 0px; 
    pointer-events: all;
    position: static;
    visibility: visible;
  }


   .header .menu__item--depth-1 > a {
    color: #fff;
  }
}


@media (max-width: 767px) {
  :is(.header__navigation,.header__search,.header__language-switcher) {
    display: block;
    z-index: 100;
    min-height: calc(100vh - 115px);
    max-height: 100%;
    bottom: 0;
    top: 0;
    width: 95%;

    opacity: 0;
    visibility: hidden;
    right: -100%;
    transition: var(--transition);
    position: fixed;
    padding-bottom: 2rem;
    overflow-y: scroll;
    pointer-events: none;
  }

  .header__close--toggle.show + .header__navigation {
    opacity: 1;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: var(--color-blue);
    right: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

   .header__search.open {
    z-index: 1000;
   }

  /* 
.header__navigation--toggle.open:before {
    background-color: var(--color-navy_muted);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    z-index: 10;
  } */

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 .5rem;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    /* margin-left: 0;
    margin-right: auto; */
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  /* .header__navigation--toggle:after {
    content: "Menu";
  } */

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__container .content-wrapper {
    align-items: center;
  }
}

/* Close Toggle */
.header__close--toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='19'%3E%3Cg transform='translate(2 -1)' stroke='%23ffffff' stroke-width='3' fill='none' fill-rule='evenodd'%3E%3Crect transform='rotate(-45 10 10.5)' x='-.5' y='10.5' width='21' height='1' rx='.5'/%3E%3Crect transform='rotate(45 10 10.5)' x='-.5' y='10.5' width='21' height='1' rx='.5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 110%;
  display: none;
  height: 25px;
  width: 25px;
  margin-right: 2rem;
  z-index: 10;
  position: absolute;
  right: 10%;
  cursor: pointer;
  padding: 1rem;
  background-size: 50%;
  background-position: center center;
}

.header__close--toggle.show {
  display: block;
  z-index: 100000; /* 5 zeros, search has 4 */
}

/* Search Toggle */
.header__search--toggle:after {
  content: "Search";
}

.header__search--toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24'%3E%3Cdefs%3E%3Cpath d='M9.139 15.893a6.761 6.761 0 0 1-6.755-6.754 6.763 6.763 0 0 1 6.755-6.755 6.762 6.762 0 0 1 6.754 6.755 6.76 6.76 0 0 1-6.754 6.754M9.139 0c5.039 0 9.137 4.1 9.137 9.14 0 2.09-.705 4.018-1.89 5.56l7.265 7.265a1.192 1.192 0 0 1-1.686 1.686L14.7 16.385a9.093 9.093 0 0 1-5.561 1.891C4.099 18.276 0 14.178 0 9.14 0 4.1 4.1 0 9.139 0Z' id='a'/%3E%3C/defs%3E%3Cuse fill='%23666666' xlink:href='%23a' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: cover;
  height: 25px;
  width: 25px;
  min-height: 25px;
  min-width: 25px;
}

.header .button {
  background: var(--color-green);
  border-color: var(--color-green);
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  font-weight: 700;
}

.header__top {
  background: var(--header-top-bg);
}

.header__top .menu {
  display: flex;
}

.header__top .menu__wrapper {
  display: inline-block;
  margin-left: auto;
}

.header__top .menu__item--depth-1 {
  display: inline-block;
  padding: 0.2rem 0.5rem;
}

.header__top .menu__link {
  color: #fff;
  font-size: 0.76rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .header__navigation.header--element {
    display: flex;
    align-items: center; 
  }

  .header__search--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__search--toggle {
    order: 2;
    margin: 0 1rem;
    opacity: 1;
    transition: 600ms ease-in-out all;
  }

  .header__search--toggle {
  }

  .header--button {
    order: 3;
  }

  .header--navigation {
    position: relative;
  }

  .header--navigation .menu > ul {
    position: relative;
    left: 0%;
    transition: 600ms ease-in-out all;
    display: flex;
  }

  .header .button {
    white-space: nowrap;
  }

  /* .header--navigation,
  .header__search.open + .header--navigation {
    overflow: hidden;
  } */

  .header--navigation:hover {
    overflow: visible;
  }

  /* .header__search.open + .header--navigation .menu > ul {
    left: -100%;
  } */

  /* Search bar */
  .header__search {
    /* display: block; */
    width: 0;
    left: 0;
    transition: 600ms ease-in-out all;
    overflow: hidden;
    padding: 0;
    position: absolute;
    /* z-index: 1; */
    background: var(--color-blue);
  }

  .header__search label {
    cursor: unset;
  }

  /* 
    color: #fff;
    position: absolute;
    left: -140px;
    padding: 1rem 2rem;
    width: 120px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
  }

  .header__search label:hover {
    color: var(--color-blue);
    background: #fff;
  }
   */
  .header__search > div {
    max-width: 600px;
    margin: auto;
  }

  .header__search.open {
    width: 100%;
    overflow: visible;
  }

  .header__search .hs-search-field--open .hs-search-field__input {
    flex: 1;
  }


  /* BEGIN SEARCH CSS */
  .hs-search-field,
.header__search form {
  position: relative;
}

.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 16px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.search-results-and-button-inline {
  display: none;
}

.hs-search-field--open .search-results-and-button-inline {
  display: block;
  top: 100%;
}

.search-results-and-button-inline button {
  margin-top: 1rem;
}
  /* END SEARCH CSS */


  .header .menu__submenu {
    z-index: 10000;
  }
  
  .header .menu__submenu a {
    text-decoration: none;
  }

  .header .menu .menu__submenu {
    border-radius: var(--border-radius);
  }

  .header .menu__submenu a.menu__link:hover {
    background: rgba(0,0,0,.1);
  }

  .header .menu__submenu--level-2 > .menu__item:first-child:before {
    width: 1rem;
    height: 1rem;
    margin-bottom: -0.25rem;
    border-radius: 2px;
    z-index: 0;
    top: -0.5rem;
  }

  .header__search .hs-search-field__input {
    flex: 1;
  }
}

.header .menu .menu__submenu,
.header .menu__submenu .menu__link,
.header .menu__submenu--level-2 > .menu__item:first-child:before {
  background: var(--color-light);
}


.header .header__bottom .menu .menu__submenu {
  background: var(--color-dark)
}

.header .header__bottom .menu .menu__submenu a {
  color: #fff;
}

/* TODO Ebooks debacle override 01/29/24 */
.menu__item--ebooks-more .menu__submenu .menu__link {
  --element-color: #fff;
  
  background: transparent;
}

.menu__item--ebooks-more .menu__submenu--level-2>.menu__item:first-child:before {
  display: none !important
}

.header__search button {
  --button-color: #fff;

  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
  background: transparent;
  border: none;
  color: var(--button-color);
  padding: .85rem .7rem;
  /* font-size: 1rem; */
}

.header__search button svg path {
  fill: var(--button-color);
}

.header__search button:hover,
.header__search button:focus,
.header__search button:active {
  box-shadow: none; 
  border: none;
}
  

/* Header Variant */
/* Simple Header with No Navigation  */
header.header--no-navigation {
  background: #fff;
}

header.header--no-navigation .content-wrapper {
  width: 100%;
  padding: 0 2rem;
}

header.header--no-navigation.unfixed {
  position: relative;
}

@media (min-width: 768px){
  .header--no-navigation .header__container {
    display: flex;
  }
}

@media (max-width: 600px){
  header.header--no-navigation .content-wrapper {
    justify-content: center;
  }
}

.header--no-navigation .header__logo {
  margin: 0;
}

.header--no-navigation svg {
  max-width: 100%;
} 

header.transparent-header,
header.transparent-header .header__container  {
  background-color: transparent;
}

.menu__submenu--products .col {
  max-width: 600px
}
:root {
  --contrast-icon-color: #fff;
}
.contrast-toggle,
.contrast-toggle--icon,
.contrast-toggle--caption {
  transition: var(--transition);
}

.contrast-toggle {
  background: transparent;
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin: 0.25rem 0.25rem 0.25rem 0;
  vertical-align: middle;
  color: var(--contrast-icon-color);
  display: inline-flex;
  align-items: center;
}
.contrast-toggle--icon {
  display: block;
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--contrast-icon-color);
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  outline: 0px solid var(--contrast-icon-color);
  outline-offset: 0px;
}

.contrast-toggle--caption {
  white-space: nowrap;
  width: 0;
  overflow: hidden;
  font-size: 0.85rem;
}

.contrast-toggle--icon:before,
.contrast-toggle--icon:after {
  width: 100%;
  height: 100%;
  content: " ";
}

.contrast-toggle--icon:before {
  position: absolute;
  left: -50%;
  background: var(--contrast-icon-color);
}

.contrast-toggle:active,
.contrast-toggle:hover {
  cursor: pointer;
}

.contrast-toggle:hover .contrast-toggle--icon {
  outline: 1px solid var(--contrast-icon-color);
  outline-offset: 2px;
}

.contrast-toggle:hover .contrast-toggle--caption {
  /* width: 100px;
  margin-left: 1rem; */
}

/* High Contrast Mode */
.high-contrast {
  --contrast-icon-color: #fff;

  --color-navy: #000;

  /*
  --color-blue: #5c54ff;
  --color-gray: #d4d2e3;
  --color-green: #2fd18d;
  --color-orange: #f1a660;
  --color-violet: #ad5cff;
  --color-black: #000;
  --color-white: #fff;
  --color-primary: #5c54ff;
  --gradient-violet: linear-gradient(9deg,#5c54ff,#ad5cff);
  --gradient-dark: linear-gradient(11deg,#1b194a,#321b4a);
  */
}

/*banner */
.high-contrast .hero,
.high-contrast .header.scrolled {
  background: var(--color-purple_shade70);
}
body.high-contrast {
  --text-primary: #000;

  color: #000;
}
.high-contrast .header__top {
  background: #000;
}

.high-contrast .header .button {
  background: var(--color-green_tint70);
  border-color: var(--color-green_tint70);
  color: #000;
}

.high-contrast .contrast-toggle--icon {
  transform: rotate(180deg);
}

.high-contrast .contrast-toggle {
  background: var(--color-orange);
}

/*banner */
.high-contrast .hero--complex {
  background-image: none;
}

.high-contrast .tile:before {
  background: var(--color-dark);
}

.high-contrast .hero:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

.high-contrast .hero > div {
  z-index: 1;
}

.high-contrast .tile-masonry {
  --color-violet: var(--color-dark);
  --gradient-violet: var(--color-dark);
}

@media (max-width: 767px) {
  .contrast-toggle--icon {
    height: 1.5rem;
    width: 1.5rem;
  }
}

:root {
  --contrast-icon-color: #fff;
}
.contrast-toggle,
.contrast-toggle--icon,
.contrast-toggle--caption {
  transition: var(--transition);
}

.contrast-toggle {
  background: transparent;
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin: 0.25rem 0.25rem 0.25rem 0;
  vertical-align: middle;
  color: var(--contrast-icon-color);
  display: inline-flex;
  align-items: center;
}
.contrast-toggle--icon {
  display: block;
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--contrast-icon-color);
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  outline: 0px solid var(--contrast-icon-color);
  outline-offset: 0px;
}

.contrast-toggle--caption {
  white-space: nowrap;
  width: 0;
  overflow: hidden;
  font-size: 0.85rem;
}

.contrast-toggle--icon:before,
.contrast-toggle--icon:after {
  width: 100%;
  height: 100%;
  content: " ";
}

.contrast-toggle--icon:before {
  position: absolute;
  left: -50%;
  background: var(--contrast-icon-color);
}

.contrast-toggle:active,
.contrast-toggle:hover {
  cursor: pointer;
}

.contrast-toggle:hover .contrast-toggle--icon {
  outline: 1px solid var(--contrast-icon-color);
  outline-offset: 2px;
}

.contrast-toggle:hover .contrast-toggle--caption {
  /* width: 100px;
  margin-left: 1rem; */
}

/* High Contrast Mode */
.high-contrast {
  --contrast-icon-color: #fff;

  --color-navy: #000;

  /*
  --color-blue: #5c54ff;
  --color-gray: #d4d2e3;
  --color-green: #2fd18d;
  --color-orange: #f1a660;
  --color-violet: #ad5cff;
  --color-black: #000;
  --color-white: #fff;
  --color-primary: #5c54ff;
  --gradient-violet: linear-gradient(9deg,#5c54ff,#ad5cff);
  --gradient-dark: linear-gradient(11deg,#1b194a,#321b4a);
  */
}

/*banner */
.high-contrast .hero,
.high-contrast .header.scrolled {
  background: var(--color-purple_shade70);
}
body.high-contrast {
  --text-primary: #000;

  color: #000;
}
.high-contrast .header__top {
  background: #000;
}

.high-contrast .header .button {
  background: var(--color-green_tint70);
  border-color: var(--color-green_tint70);
  color: #000;
}

.high-contrast .contrast-toggle--icon {
  transform: rotate(180deg);
}

.high-contrast .contrast-toggle {
  background: var(--color-orange);
}

/*banner */
.high-contrast .hero--complex {
  background-image: none;
}

.high-contrast .tile:before {
  background: var(--color-dark);
}

.high-contrast .hero:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}

.high-contrast .hero > div {
  z-index: 1;
}

.high-contrast .tile-masonry {
  --color-violet: var(--color-dark);
  --gradient-violet: var(--color-dark);
}

@media (max-width: 767px) {
  .contrast-toggle--icon {
    height: 1.5rem;
    width: 1.5rem;
  }
}
/* Fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

.hs-input {
  min-width: 100%;
}

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form select,
form textarea,
form input[type="radio"],
form input[type="checkbox"] {
  background: var(--light-input);
  border: 0;
  display: inline-block;
  font-size: 1rem;
  padding: 0.7rem;
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px var(--light-input-accent);
  box-shadow: inset 0 1px 1px var(--light-input-accent);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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

form .input:hover,
form label:hover {
  cursor: pointer;
}

:root {
  --checkbox-radio-size: 1.5em;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="number"]:focus,
form input[type="file"]:focus,
form select:focus,
form textarea:focus,
form input[type="checkbox"]:focus,
form input[type="radio"]:focus {
  border-color: var(--color-primary);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px var(--light-input-accent),
    0 0 0 4px var(--color-purple_alpha10);
  box-shadow: inset 0 1px 1px var(--light-input-accent),
    0 0 0 4px var(--color-purple_alpha10);
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li.hs-form-radio,
form .inputs-list > li.hs-form-checkbox {
  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 .hs-form-radio label,
form .hs-form-checkbox label {
  display: grid;
  grid-template-columns: var(--checkbox-radio-size) auto;
  gap: 0.75em;
  align-items: center;
}

form .inputs-list > li {
  padding: 0;
  margin: 0;
}

form input[type="checkbox"],
form input[type="radio"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background: var(--light-input);
  /* Not removed via appearance */
  margin: 0;
  padding: 0 !important;
  font: inherit;
  color: currentColor;
  min-width: var(--checkbox-radio-size);
  width: var(--checkbox-radio-size);
  max-width: var(--checkbox-radio-size);
  min-height: var(--checkbox-radio-size);
  height: var(--checkbox-radio-size);
  max-height: var(--checkbox-radio-size);
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

form input[type="checkbox"] {
  border-radius: 0.15em;
}

form input[type="radio"] {
  border-radius: 100%;
}

form input[type="checkbox"]::before,
form input[type="radio"]::before {
  content: "";
  width: 0.85em;
  height: 0.85em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}

form input[type="radio"]::before {
  width: 1em;
  height: 1em;
}

form .hs-form-radio span,
form .hs-form-checkbox span {
  font-weight: 400;
}

form .hs-form-radio,
form .hs-form-checkbox {
  transition: all ease-in-out 0.15s;
}

form .hs-form-radio:hover span,
form .hs-form-checkbox:hover span {
  font-weight: 500;
}

form .hs-form-radio:hover input[type="radio"],
form .hs-form-checkbox:hover input[type="checkbox"] {
  background: var(--color-gray_tint40);
}
form input[type="radio"]:checked,
form input[type="checkbox"]:checked {
  background: var(--color-primary);
}

form .hs-form-radio:hover input[type="radio"]:checked,
form .hs-form-checkbox:hover input[type="checkbox"]:checked {
  background: var(--color-purple_shade20);
}

form input[type="checkbox"]:checked::before,
form input[type="radio"]:checked::before {
  transform: scale(1);

  /* Windows High Contrast Mode */
  background-color: CanvasText;

  background: #fff;

  transform-origin: bottom left;
  clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
}

form input[type="checkbox"]:focus,
form input[type="radio"]:focus {
  /* outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em); */
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



/* Custom Form Styles */

.simple-inline-form form {
  display: flex;
  align-items: stretch;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.simple-inline-form form .hs_submit {
  margin-left: 0.5rem;
}

.simple-inline-form form .hs_submit input {
  white-space: nowrap;

  --button-background: var(--color-orange);
  --button-text: var(--color-white);
  --button-hover-background: var(--color-orange_shade20);
}

.simple-inline-form form .hs-email > label {
  display: none;
}

.simple-inline-form form .hs-form-field,
.simple-inline-form form .input {
  min-height: 100%;
  margin-bottom: 0;
  display: flex;
  flex: 1;
}

.simple-inline-form form .input input {
  height: 100%;
  margin-bottom: 0;
}

.simple-inline-form form .hs-button {
  padding: .5rem 1rem;
}

/*.hs_error_rollup */
.simple-inline-form form .hs-error-msgs {  
  position: absolute;
  bottom: -1.25rem;
  text-align: left;
}

/* General Typography Styles */
/* ========================================================================== */
/*  HUBSPOT VARS                                                              */
/* ========================================================================== */


/* ========================================================================== */
/*  Colors                                                                    */












  










  









































































  







 





 



  





/* ========================================================================== */
/* Typograghy                                                                 */




/* ========================================================================== */
/*  Breakpoints                                             #brk              */

/* mobile first */









body {
  line-height: 1.4;
  word-break: break-word;
  font-family: Open Sans, sans-serif;
  color: var(--primary-text);
}

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

html {
  font-size: 16px;
}

/* Paragraphs */

p,
.p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
  font-family:  Open Sans, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0em;
  text-align: left;
}


p,
.p-light {
  font-size: 1rem;
  font-weight: 300
}


.fs08 {
  font-size: .8rem;
}

.fs09 {
  font-size: .9rem;
}


/* Anchors */

a,
.a {
  cursor: pointer;
  text-decoration: underline;
  color: #5c54ff;
  transition: 300ms all ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #4a43cc
}

a:active {
  color: #4a43cc;
}

/* Headings */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 0 0 1.2rem;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 110%;
}

.ultra {
  font-size: 4rem;
  font-weight: 800;
}

.hero h1 {
  font-size: 3rem;
}

h1, .h1 {
  font-weight: 300;
  font-size: 4rem;
  line-height: 1.19;
}

@media (max-width: 990px) {
  .hero h1 {
    font-size: 2.5rem;
  }  
}

h2, .h2 {
  font-weight: 300;
  font-size: 3.5rem;
  line-height: 120%;
}

h2.large {
  font-size: 3rem;
}

h3, .h3 {
  font-weight: 400;
  font-size: 3rem;
  line-height: 120%;
}

h4, .h4 {
  font-weight: 600;
  font-size: 2.38rem;
  line-height: 120%;
}

h5, .h5 {
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 140%;
}

h6, .h6{
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 120%;
  text-transform: none;
}

.light {
  font-weight: 400;
}

h6.small, .h6.small{
  font-size: 1rem;
}

.preheader {
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 120%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 0rem;
}

.preheader--lg {
  font-size: 1.5rem;
}

h6.small.preheader {
  font-size: .85rem;
  letter-spacing: 0.05em;
}

.m-bottom {
  margin-bottom: 1.5rem;
}

.small {
  font-size: .9em;
}

.xsmall {
  font-size: .75em;
}

.large {
  font-size: 1.25em;
}

strong,
.strong {
  font-weight: 700;
}

.text-black {
  color: var(--color-black)
}


.dark {
  --color: #fff;
  color: var(--color);
} 

.lavender {
  color: var(--color-lavender)
}

.blue,
.text-blue {
  color: var(--color-blue)
}

.purple,
.text-purple {
  --text-color: var(--color-purple);
  color: var(--color-purple)
}

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

.text-violet {
  --text-color: var(--color-violet);
  color: var(--color-violet)
}

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

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

.text-gray{
  --text-color: var(--color-gray_medium);
  color: var(--color-gray_medium)
}

.text-white {
  --text-color: var(--color-white);
  color: var(--color-white)
}

h6.small.preheader {
  font-size: .85rem;
  letter-spacing: 0.05em;
}

@media (max-width: 1024px) {
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.85rem;
  }
  .span6 h2 {
    font-size: 1.35rem;
  }
  h3,
  .h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 568px) {
}


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

:is(ul, ol) :is(ul, ol) {
  margin: 0;
}

:is(ul, ol) li {
  position: relative;
  padding-left: .5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

[class*='rich-text'] ul:not(.no-list) li {
  list-style: none;
}


[class*='rich-text'] ul:not(.inputs-list):not([role="menu"]):not(.no-list) li:before {
  height: .4em;
  width: .4em;
  background: var(--color-gray_shade70);
  border-radius: 2rem;
  margin-left: -1em;
  margin-top: .5em;
  position: absolute;
  content: "";
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}

ul[class*="menu"],
ul.no-list {
  list-style: none;
  margin: 0px;
}

ul.no-list,
ul.no-list li {
  padding-left: 0;
}

:is(.blog-post) :is(p + p,
ul + p,
ol + p) {
  margin-top: .5rem
}


/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: var(--color-light);
  border: none;
  color:  var(--color-light);
  height: 1px;
  clear: both;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}

/* Utilities */
.checkmarks li {
  list-style: none;
  margin: 1em 0;
}

.checkmarks li:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 344.5 261.25'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2338b989;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m313.31,4.25c-5.6-5.64-14.7-5.68-20.34-.08L123.51,172.26,51.83,100c-5.6-5.64-14.7-5.68-20.34-.08l-27.24,27.02c-5.64,5.6-5.68,14.7-.08,20.35l108.83,109.71c5.6,5.64,14.7,5.68,20.34.08L340.24,51.83c5.64-5.6,5.67-14.7.08-20.34l-27.02-27.23Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  content:"";
  display: inline-block;
  top: .4em;
  width: 1em;
  height: 1em;
  margin-right: .8em;
  padding: 0.1em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  position: absolute;
  left: -1.5em;
}

.font-family-inherit {
  font-family: inherit;
}
.font-size-inherit {
  font-size: inherit;
}
.text-decoration-none {
  text-decoration: none;
}
.xbold {
  font-weight: 800;
}
.bold {
  font-weight: 700;
}
.regular {
  font-weight: 400;
}
.italic {
  font-style: italic;
}
.caps {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.text-left,
.text-left *,
.left {
  text-align: left;
}
.text-center,
.text-center *,
.center {
  text-align: center;
}
.text-right,
.text-right *,
.right {
  text-align: right;
}
.justify {
  text-align: justify;
}
.nowrap {
  white-space: nowrap;
}
.break-word {
  word-wrap: break-word;
}
.line-height-1 {
  line-height: 1;
}
.line-height-2 {
  line-height: 1.125;
}
.line-height-3 {
  line-height: 1.25;
}
.line-height-4 {
  line-height: 1.5;
}
.list-style-none {
  list-style: none;
}
.underline {
  text-decoration: underline;
}
.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-reset {
  list-style: none;
  padding-left: 0;
}

.s08 {
  font-size: 0.8rem
}

.s09 {
  font-size: 0.9rem
}

.muted {
  opacity: .5
}

.muted-80 {
  opacity: .5
}

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

.violet {
  color: var(--color-violet)
}

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


.teal {
  color: var(--color-teal)
}
::selection {
  background-color: var(--color-green);
  color: #fff;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden; /* Prevents horizontal scrolling */
  -webkit-overflow-scrolling: touch;
  padding: 0;
  scroll-behavior: smooth;
}


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


.engagement {
  --accent: var(--color-blue, #1A85AC);
  --accent-background: var(--color-blue_tint90)
}

.management {
  --accent: var(--color-purple, #5C54FF);
  --accent-background: var(--color-lavender_tint10);
}


/* TYPOGRAPHY */
.accent {
  color: var(--accent)
}
  
.hs_cos_wrapper_type_rich_text .preheader {
  margin-bottom: 1rem;
}

.hs_cos_wrapper_type_rich_text h5 {
  font-size: 1.25rem;
  font-style: italic
}


/* SECTION SPACING/SIZING */
.product-item {
  position: relative;
}

.sign-up__content {
  padding: 0 2rem;
}