/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}


.row-fluid {
  width: 100%;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*='span']:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}
.container-fluid:after {
  clear: both;
}
@media (max-width: 999px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
  .dnd-section > .row-fluid {
    flex-direction: column !important;
  }
}
/* @media (min-width: 1000px) and (max-width: 1139px) {
.row-fluid {
width: 100%;
}
.row-fluid:before, .row-fluid:after {
display: table;
content: '';
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*='span'] {
display: block;
float: left;
width: 100%;
min-height: 1px;
margin-left: 2.762430939%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.row-fluid [class*='span']:first-child {
margin-left: 0;
}
.row-fluid .span12 {
width: 99.999999993%;
}
.row-fluid .span11 {
width: 91.436464082%;
}
.row-fluid .span10 {
width: 82.87292817100001%;
}
.row-fluid .span9 {
width: 74.30939226%;
}
.row-fluid .span8 {
width: 65.74585634900001%;
}
.row-fluid .span7 {
width: 57.182320438000005%;
}
.row-fluid .span6 {
width: 48.618784527%;
}
.row-fluid .span5 {
width: 40.055248616%;
}
.row-fluid .span4 {
width: 31.491712705%;
}
.row-fluid .span3 {
width: 22.928176794%;
}
.row-fluid .span2 {
width: 14.364640883%;
}
.row-fluid .span1 {
width: 5.801104972%;
}
} */

/*  @media (min-width: 1280px) {
.row-fluid {
width: 100%;
}
.row-fluid:before, .row-fluid:after {
display: table;
content: '';
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*='span'] {
display: block;
float: left;
width: 100%;
min-height: 1px;
margin-left: 2.564102564%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.row-fluid [class*='span']:first-child {
margin-left: 0;
}
.row-fluid .span12 {
width: 100%;
}
.row-fluid .span11 {
width: 91.45299145300001%;
}
.row-fluid .span10 {
width: 82.905982906%;
}
.row-fluid .span9 {
width: 74.358974359%;
}
.row-fluid .span8 {
width: 65.81196581200001%;
}
.row-fluid .span7 {
width: 57.264957265%;
}
.row-fluid .span6 {
width: 48.717948718%;
}
.row-fluid .span5 {
width: 40.170940171000005%;
}
.row-fluid .span4 {
width: 31.623931624%;
}
.row-fluid .span3 {
width: 23.076923077%;
}
.row-fluid .span2 {
width: 14.529914530000001%;
}
.row-fluid .span1 {
width: 5.982905983%;
}
} */

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}
.container-fluid:after {
  clear: both;
}
.equal-height-container > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
body .row-fluid .vertical-center{
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: space-between;
  -webkit-justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 999px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: block;
    display: -webkit-block;
  }
  body .row-fluid .vertical-center{
    display: block;
    display: -webkit-block;
    display: -ms-block ;
  }
}


/*   Column Adjust   */

/*Two Column Adjust
========================================================*/
.row-fluid .two-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: 0%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: calc(50% - 15px);
  -webkit-flex-basis: calc(50% - 15px);
  float: left;
  margin-right: 30px;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
body .row-fluid .two-col-adjust span>.hs_cos_wrapper:nth-child(2n){
  margin-right: 0px;
}

@media(max-width:999px) {
  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    width: 100%;
    margin: 0px 0 24px;
    float: none
  }
  body .row-fluid .two-col-adjust span>.hs_cos_wrapper:last-child{
    margin:0;
  }
  .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }
}

/*==================================================
Three Col Adjust
==================================================*/
.row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: 0;
  width: 100%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 32.1%;
  -webkit-flex-basis: 32.1%;
  float: left;
  margin-right: 1.85%;
  margin-top: 2.43%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}

@media(min-width: 1000px){
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right:0;
  }
}


@media (max-width:999px) {
  .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }
}

/*==================================================
Four Col Adjust
==================================================*/
.row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: 0%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 24.16%;
  -webkit-flex-basis: 24.16%;
  float: left;
  margin-right: 1.12%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}
body .row-fluid .four-col-adjust span>.hs_cos_wrapper:nth-child(4n){
  margin-right: 0;
}

@media(min-width:550px) and (max-width:999px) {
  body .row-fluid .four-col-adjust>span {
    display: inline-block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 49%;
    width: 49%;
    -webkit-flex-basis: 50%;
    /*     margin: 0; */
    margin-top: 20px;
  }
  body .row-fluid .four-col-adjust span>.hs_cos_wrapper:nth-child(2n) {
    margin-right:0px !important;
  }
}

@media (max-width:549px) {
  .row-fluid .four-col-adjust>span {
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    /*     margin: 0; */
    margin-top: 20px;
    margin-right: 0;
  }
}



/*==================================================
Five Col Adjust
==================================================*/
.row-fluid .five-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media(min-width:550px) and (max-width:999px) {
  body .row-fluid .five-col-adjust>span {
    display: inline-block;
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 49%;
    width: 49%;
    -webkit-flex-basis: 50%;
    /*     margin: 0; */
    margin-top: 20px;
  }
  body .row-fluid .five-col-adjust span>.hs_cos_wrapper:nth-child(2n) {
    margin-right:0px !important;
  }
}

@media (max-width:549px) {
  .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
    margin-top: 30px;
    margin-right: 0;
  }
}

/*==================================================
Six Col Adjust
==================================================*/
.row-fluid .six-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 14%;
  -webkit-flex-basis: 14%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media(min-width:550px) and (max-width:999px) {
  body .row-fluid .six-col-adjust>span {
    display: inline-block;
    margin-right: 0;
  }

  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 49%;
    width: 49%;
    -webkit-flex-basis: 50%;
    /*     margin: 0; */
    margin-top: 20px;
  }
  body .row-fluid .six-col-adjust span>.hs_cos_wrapper:nth-child(2n) {
    margin-right:0px !important;
  }
}

@media (max-width:999px) {
  .row-fluid .six-col-adjust>span {
    display: flex;
  }
  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: flex;
    flex-basis: 25%;
    width: 24%;
    -webkit-flex-basis: 25%;
  }
}



@media(min-width:550px) and (max-width:999px){
  body .row-fluid .three-col-adjust>span,
  body .row-fluid .four-col-adjust>span,
  body .row-fluid .five-col-adjust>span,
  body .row-fluid .six-col-adjust>span{
    display:flex;
  }

  body .row-fluid .three-col-adjust>span > .hs_cos_wrapper,
  body .row-fluid .four-col-adjust>span > .hs_cos_wrapper,
  body .row-fluid .five-col-adjust>span > .hs_cos_wrapper,
  body .row-fluid .six-col-adjust>span > .hs_cos_wrapper{
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-basis: 48%;
    -webkit-flex-basis: 48%;
    float: left;
    margin-right: 4%;
    margin-top: 40px;
    position: relative;
  }
  body .row-fluid .three-col-adjust>span .hs_cos_wrapper:nth-child(even),
  body .row-fluid .four-col-adjust>span .hs_cos_wrapper:nth-child(even),
  body .row-fluid .five-col-adjust>span .hs_cos_wrapper:nth-child(even),
  body .row-fluid .six-col-adjust>span .hs_cos_wrapper:nth-child(even){
    margin-right:0px;
  }
  body .row-fluid .three-col-adjust>span .hs_cos_wrapper:nth-child(odd),
  body .row-fluid .four-col-adjust>span .hs_cos_wrapper:nth-child(odd),
  body .row-fluid .five-col-adjust>span .hs_cos_wrapper:nth-child(odd),
  body .row-fluid .six-col-adjust>span .hs_cos_wrapper:nth-child(odd){
    margin-left:0px;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

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

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

html{
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}
b, strong{
  font-weight: 700;
}

.strong_600 b, .strong_600 strong{
  font-weight: 600;
}
/* Anchors */

a {
  cursor: pointer;
}

/*   Image    */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

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

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

sub, sup{
  font-size: 64%;
}



@media(min-width: 1000px){
  .space_left_70{
    margin-left:70px;
  }
  .desk-hide{
    display: none;
  }
}

.custom_box {
  background: #F4F4F4;
  margin-bottom: 16px;
  padding: 12px;
  width: max-content;
  max-width: 100%;
}
.color_box {
  padding: 20px;
  text-align: center;
  width: 100%;
}

 

.align-left{
  text-align: left;
  margin-right: auto;
}

.align-center{
  text-align: center;
  margin: 0 auto;
}

.align-right{
  text-align: right;
  margin-left: auto;
}

 

.text-margin-zero,
.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero p,
.text-margin-zero a,
.text-margin-zero span,
.text-margin-zero ul,
.text-margin-zero ol,
.text-margin-zero li,
.text-margin-zero label,
.text-margin-zero blockquote{
  margin-bottom: 0 !important; 
}



.fw_100,
.fw_100 h1,
.fw_100 h2,
.fw_100 h3,
.fw_100 h4,
.fw_100 h5,
.fw_100 h6,
.fw_100 p,
.fw_100 a,
.fw_100 span,
.fw_100 li,
.fw_100 label,
.fw_100 blockquote{
  font-weight: 100 !important; 
}

.fw_200,
.fw_200 h1,
.fw_200 h2,
.fw_200 h3,
.fw_200 h4,
.fw_200 h5,
.fw_200 h6,
.fw_200 p,
.fw_200 a,
.fw_200 span,
.fw_200 li,
.fw_200 label,
.fw_200 blockquote{
  font-weight: 200 !important; 
}

.fw_300,
.fw_300 h1,
.fw_300 h2,
.fw_300 h3,
.fw_300 h4,
.fw_300 h5,
.fw_300 h6,
.fw_300 p,
.fw_300 a,
.fw_300 span,
.fw_300 li,
.fw_300 label,
.fw_300 blockquote{
  font-weight: 300 !important; 
}

.fw_400,
.fw_400 h1,
.fw_400 h2,
.fw_400 h3,
.fw_400 h4,
.fw_400 h5,
.fw_400 h6,
.fw_400 p,
.fw_400 a,
.fw_400 span,
.fw_400 li,
.fw_400 label,
.fw_400 blockquote{
  font-weight: 400 !important; 
}

.fw_500,
.fw_500 h1,
.fw_500 h2,
.fw_500 h3,
.fw_500 h4,
.fw_500 h5,
.fw_500 h6,
.fw_500 p,
.fw_500 a,
.fw_500 span,
.fw_500 li,
.fw_500 label,
.fw_500 blockquote{
  font-weight: 500 !important; 
}

.fw_500,
.fw_500 h1,
.fw_500 h2,
.fw_500 h3,
.fw_500 h4,
.fw_500 h5,
.fw_500 h6,
.fw_500 p,
.fw_500 a,
.fw_500 span,
.fw_500 li,
.fw_500 label,
.fw_500 blockquote{
  font-weight: 500 !important; 
}

.fw_600,
.fw_600 h1,
.fw_600 h2,
.fw_600 h3,
.fw_600 h4,
.fw_600 h5,
.fw_600 h6,
.fw_600 p,
.fw_600 a,
.fw_600 span,
.fw_600 li,
.fw_600 label,
.fw_600 blockquote{
  font-weight: 600 !important; 
}

.fw_700,
.fw_700 h1,
.fw_700 h2,
.fw_700 h3,
.fw_700 h4,
.fw_700 h5,
.fw_700 h6,
.fw_700 p,
.fw_700 a,
.fw_700 span,
.fw_700 li,
.fw_700 label,
.fw_700 blockquote{
  font-weight: 700 !important; 
}

.fw_800,
.fw_800 h1,
.fw_800 h2,
.fw_800 h3,
.fw_800 h4,
.fw_800 h5,
.fw_800 h6,
.fw_800 p,
.fw_800 a,
.fw_800 span,
.fw_800 li,
.fw_800 label,
.fw_800 blockquote{
  font-weight: 800 !important; 
}

.fw_900,
.fw_900 h1,
.fw_900 h2,
.fw_900 h3,
.fw_900 h4,
.fw_900 h5,
.fw_900 h6,
.fw_900 p,
.fw_900 a,
.fw_900 span,
.fw_900 li,
.fw_900 label,
.fw_900 blockquote{
  font-weight: 900 !important; 
}



.spacer_0{
  padding: 8px 0;
}
.spacer_1{
  padding: 16px 0;
}
.spacer_2{
  padding: 24px 0;
}
.spacer_3{
  padding: 32px 0;
}
.spacer_4{
  padding: 40px 0;
}
.spacer_5{
  padding: 48px 0;
}
.spacer_6{
  padding: 56px 0;
}
.spacer_7{
  padding: 64px 0;
}
.spacer_8{
  padding: 80px 0;
}
.spacer_9{
  padding: 100px 0;
}
.spacer_10{
  padding: 120px 0;
}



@media(max-width: 999px){
  .spacer_0{
    padding: 8px 0;
  }
  .spacer_1{
    padding: 16px 0;
  }
  .spacer_2{
    padding: 24px 0;
  }
  .spacer_3{
    padding: 24px 0;
  }
  .spacer_4{
    padding: 24px 0;
  }
  .spacer_5{
    padding: 24px 0;
  }
  .spacer_6{
    padding: 32px 0;
  }
  .spacer_7{
    padding: 32px 0;
  }
  .spacer_8{
    padding: 40px 0;
  }
  .spacer_9{
    padding: 50px 0;
  }
  .spacer_10{
    padding: 60px 0;
  }
}





.description.element_spacer_0,
.description.element_spacer_1,
.description.element_spacer_2,
.description.element_spacer_3,
.description.element_spacer_4,
.description.element_spacer_5,
.description.element_spacer_6,
.description.element_spacer_7,
.description.element_spacer_8,
.description.element_spacer_9,
.description.element_spacer_10{
  padding-bottom:0;
}


.element_spacer_0,
.description.element_spacer_0 h1,
.description.element_spacer_0 h2,
.description.element_spacer_0 h3,
.description.element_spacer_0 h4,
.description.element_spacer_0 h5,
.description.element_spacer_0 h6,
.description.element_spacer_0 p,
.description.element_spacer_0 ol,
.description.element_spacer_0 ul,
.description.element_spacer_0 a{
  padding-bottom:4px;
}
.element_spacer_1,
.description.element_spacer_1 h1,
.description.element_spacer_1 h2,
.description.element_spacer_1 h3,
.description.element_spacer_1 h4,
.description.element_spacer_1 h5,
.description.element_spacer_1 h6,
.description.element_spacer_1 p,
.description.element_spacer_1 ol,
.description.element_spacer_1 ul,
.description.element_spacer_1 a{
  padding-bottom:8px;
}
.element_spacer_2,
.description.element_spacer_2 h1,
.description.element_spacer_2 h2,
.description.element_spacer_2 h3,
.description.element_spacer_2 h4,
.description.element_spacer_2 h5,
.description.element_spacer_2 h6,
.description.element_spacer_2 p,
.description.element_spacer_2 ol,
.description.element_spacer_2 ul,
.description.element_spacer_2 a{
  padding-bottom:16px;
}
.element_spacer_3,
.description.element_spacer_3 h1,
.description.element_spacer_3 h2,
.description.element_spacer_3 h3,
.description.element_spacer_3 h4,
.description.element_spacer_3 h5,
.description.element_spacer_3 h6,
.description.element_spacer_3 p,
.description.element_spacer_3 ol,
.description.element_spacer_3 ul,
.description.element_spacer_3 a{
  padding-bottom:24px;
}
.element_spacer_4,
.description.element_spacer_4 h1,
.description.element_spacer_4 h2,
.description.element_spacer_4 h3,
.description.element_spacer_4 h4,
.description.element_spacer_4 h5,
.description.element_spacer_4 h6,
.description.element_spacer_4 p,
.description.element_spacer_4 ol,
.description.element_spacer_4 ul,
.description.element_spacer_4 a{
  padding-bottom:32px;
}
.element_spacer_5,
.description.element_spacer_5 h1,
.description.element_spacer_5 h2,
.description.element_spacer_5 h3,
.description.element_spacer_5 h4,
.description.element_spacer_5 h5,
.description.element_spacer_5 h6,
.description.element_spacer_5 p,
.description.element_spacer_5 ol,
.description.element_spacer_5 ul,
.description.element_spacer_5 a{
  padding-bottom:40px;
}
.element_spacer_6,
.description.element_spacer_6 h1,
.description.element_spacer_6 h2,
.description.element_spacer_6 h3,
.description.element_spacer_6 h4,
.description.element_spacer_6 h5,
.description.element_spacer_6 h6,
.description.element_spacer_6 p,
.description.element_spacer_6 ol,
.description.element_spacer_6 ul,
.description.element_spacer_6 a{
  padding-bottom:48px;
}
.element_spacer_7,
.description.element_spacer_7 h1,
.description.element_spacer_7 h2,
.description.element_spacer_7 h3,
.description.element_spacer_7 h4,
.description.element_spacer_7 h5,
.description.element_spacer_7 h6,
.description.element_spacer_7 p,
.description.element_spacer_7 ol,
.description.element_spacer_7 ul,
.description.element_spacer_7 a{
  padding-bottom:56px;
}
.element_spacer_8,
.description.element_spacer_8 h1,
.description.element_spacer_8 h2,
.description.element_spacer_8 h3,
.description.element_spacer_8 h4,
.description.element_spacer_8 h5,
.description.element_spacer_8 h6,
.description.element_spacer_8 p,
.description.element_spacer_8 ol,
.description.element_spacer_8 ul,
.description.element_spacer_8 a{
  padding-bottom: 64px;
}
.element_spacer_9,
.description.element_spacer_9 h1,
.description.element_spacer_9 h2,
.description.element_spacer_9 h3,
.description.element_spacer_9 h4,
.description.element_spacer_9 h5,
.description.element_spacer_9 h6,
.description.element_spacer_9 p,
.description.element_spacer_9 ol,
.description.element_spacer_9 ul,
.description.element_spacer_9 a{
  padding-bottom:80px;
}
.element_spacer_10,
.description.element_spacer_10 h1,
.description.element_spacer_10 h2,
.description.element_spacer_10 h3,
.description.element_spacer_10 h4,
.description.element_spacer_10 h5,
.description.element_spacer_10 h6,
.description.element_spacer_10 p,
.description.element_spacer_10 ol,
.description.element_spacer_10 ul,
.description.element_spacer_10 a{
  padding-bottom:100px;
}

.description.element_spacer_0 p > a,
.description.element_spacer_1 p > a,
.description.element_spacer_2 p > a,
.description.element_spacer_3 p > a,
.description.element_spacer_4 p > a,
.description.element_spacer_5 p > a,
.description.element_spacer_6 p > a,
.description.element_spacer_7 p > a,
.description.element_spacer_8 p > a,
.description.element_spacer_9 p > a,
.description.element_spacer_10 p > a,
.description.element_spacer_0 p > img,
.description.element_spacer_1 p > img,
.description.element_spacer_2 p > img,
.description.element_spacer_3 p > img,
.description.element_spacer_4 p > img,
.description.element_spacer_5 p > img,
.description.element_spacer_6 p > img,
.description.element_spacer_7 p > img,
.description.element_spacer_8 p > img,
.description.element_spacer_9 p > img,
.description.element_spacer_10 p > img{
  padding-bottom:0 !important;
}







@media(max-width: 999px){
  .description.mob_spacer_0,
  .description.mob_spacer_1,
  .description.mob_spacer_2,
  .description.mob_spacer_3,
  .description.mob_spacer_4,
  .description.mob_spacer_5,
  .description.mob_spacer_6,
  .description.mob_spacer_7,
  .description.mob_spacer_8,
  .description.mob_spacer_9,
  .description.mob_spacer_10{
    padding-bottom:0;
  }

  .mob_spacer_0,
  .description.mob_spacer_0 h1,
  .description.mob_spacer_0 h2,
  .description.mob_spacer_0 h3,
  .description.mob_spacer_0 h4,
  .description.mob_spacer_0 h5,
  .description.mob_spacer_0 h6,
  .description.mob_spacer_0 p,
  .description.mob_spacer_0 ol,
  .description.mob_spacer_0 ul,
  .description.mob_spacer_0 a{
    padding-bottom:4px;
  }
  .mob_spacer_1,
  .description.mob_spacer_1 h1,
  .description.mob_spacer_1 h2,
  .description.mob_spacer_1 h3,
  .description.mob_spacer_1 h4,
  .description.mob_spacer_1 h5,
  .description.mob_spacer_1 h6,
  .description.mob_spacer_1 p,
  .description.mob_spacer_1 ol,
  .description.mob_spacer_1 ul,
  .description.mob_spacer_1 a{
    padding-bottom:8px;
  }
  .mob_spacer_2,
  .description.mob_spacer_2 h1,
  .description.mob_spacer_2 h2,
  .description.mob_spacer_2 h3,
  .description.mob_spacer_2 h4,
  .description.mob_spacer_2 h5,
  .description.mob_spacer_2 h6,
  .description.mob_spacer_2 p,
  .description.mob_spacer_2 ol,
  .description.mob_spacer_2 ul,
  .description.mob_spacer_2 a{
    padding-bottom:16px;
  }
  .mob_spacer_3,
  .description.mob_spacer_3 h1,
  .description.mob_spacer_3 h2,
  .description.mob_spacer_3 h3,
  .description.mob_spacer_3 h4,
  .description.mob_spacer_3 h5,
  .description.mob_spacer_3 h6,
  .description.mob_spacer_3 p,
  .description.mob_spacer_3 ol,
  .description.mob_spacer_3 ul,
  .description.mob_spacer_3 a{
    padding-bottom:24px;
  }
  .mob_spacer_4,
  .description.mob_spacer_4 h1,
  .description.mob_spacer_4 h2,
  .description.mob_spacer_4 h3,
  .description.mob_spacer_4 h4,
  .description.mob_spacer_4 h5,
  .description.mob_spacer_4 h6,
  .description.mob_spacer_4 p,
  .description.mob_spacer_4 ul,
  .description.mob_spacer_4 ol
  .description.mob_spacer_4 a{
    padding-bottom:32px;
  }
  .mob_spacer_5,
  .description.mob_spacer_5 h1,
  .description.mob_spacer_5 h2,
  .description.mob_spacer_5 h3,
  .description.mob_spacer_5 h4,
  .description.mob_spacer_5 h5,
  .description.mob_spacer_5 h6,
  .description.mob_spacer_5 p,
  .description.mob_spacer_5 ul,
  .description.mob_spacer_5 ol
  .description.mob_spacer_5 a{
    padding-bottom:40px;
  }
  .mob_spacer_6,
  .description.mob_spacer_6 h1,
  .description.mob_spacer_6 h2,
  .description.mob_spacer_6 h3,
  .description.mob_spacer_6 h4,
  .description.mob_spacer_6 h5,
  .description.mob_spacer_6 h6,
  .description.mob_spacer_6 p,
  .description.mob_spacer_6 ul,
  .description.mob_spacer_6 ol
  .description.mob_spacer_6 a{
    padding-bottom:48px;
  }
  .mob_spacer_7,
  .description.mob_spacer_7 h1,
  .description.mob_spacer_7 h2,
  .description.mob_spacer_7 h3,
  .description.mob_spacer_7 h4,
  .description.mob_spacer_7 h5,
  .description.mob_spacer_7 h6,
  .description.mob_spacer_7 p,
  .description.mob_spacer_7 ul,
  .description.mob_spacer_7 ol
  .description.mob_spacer_7 a{
    padding-bottom:56px;
  }
  .mob_spacer_8,
  .description.mob_spacer_8 h1,
  .description.mob_spacer_8 h2,
  .description.mob_spacer_8 h3,
  .description.mob_spacer_8 h4,
  .description.mob_spacer_8 h5,
  .description.mob_spacer_8 h6,
  .description.mob_spacer_8 p,
  .description.mob_spacer_8 ul,
  .description.mob_spacer_8 ol
  .description.mob_spacer_8 a{
    padding-bottom: 64px;
  }
  .mob_spacer_9,
  .description.mob_spacer_9 h1,
  .description.mob_spacer_9 h2,
  .description.mob_spacer_9 h3,
  .description.mob_spacer_9 h4,
  .description.mob_spacer_9 h5,
  .description.mob_spacer_9 h6,
  .description.mob_spacer_9 p,
  .description.mob_spacer_9 ul,
  .description.mob_spacer_9 ol
  .description.mob_spacer_9 a{
    padding-bottom:80px;
  }
  .mob_spacer_10,
  .description.mob_spacer_10 h1,
  .description.mob_spacer_10 h2,
  .description.mob_spacer_10 h3,
  .description.mob_spacer_10 h4,
  .description.mob_spacer_10 h5,
  .description.mob_spacer_10 h6,
  .description.mob_spacer_10 p,
  .description.mob_spacer_10 ul,
  .description.mob_spacer_10 ol
  .description.mob_spacer_10 a{
    padding-bottom:100px;
  }

  .description.mob_spacer_0 p > a,
  .description.mob_spacer_1 p > a,
  .description.mob_spacer_2 p > a,
  .description.mob_spacer_3 p > a,
  .description.mob_spacer_4 p > a,
  .description.mob_spacer_5 p > a,
  .description.mob_spacer_6 p > a,
  .description.mob_spacer_7 p > a,
  .description.mob_spacer_8 p > a,
  .description.mob_spacer_9 p > a,
  .description.mob_spacer_10 p > a,
  .description.mob_spacer_0 p > img,
  .description.mob_spacer_1 p > img,
  .description.mob_spacer_2 p > img,
  .description.mob_spacer_3 p > img,
  .description.mob_spacer_4 p > img,
  .description.mob_spacer_5 p > img,
  .description.mob_spacer_6 p > img,
  .description.mob_spacer_7 p > img,
  .description.mob_spacer_8 p > img,
  .description.mob_spacer_9 p > img,
  .description.mob_spacer_10 p > img{
    padding-bottom:0 !important;
  }
}



.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white p,
.all-text-white span,
.all-text-white li,
.all-text-white a:not(.cta_button),
.all-text-white label,
.all-text-white form label,
.all-text-white .submitted-message,
.all-text-white blockquote,
.all-text-white li::marker{
  color: var(--white_color) !important;
}

.all-text-white a:not(.cta_button, :hover) svg path{
  fill: var(--white_color) !important;
}

.black-text,
.black-text h1,
.black-text h2,
.black-text h3,
.black-text h4,
.black-text h5,
.black-text h6,
.black-text p,
.black-text span,
.black-text li,
.black-text a:not(.cta_button, :hover),
.black-text label,
.black-text form label,
.black-text .submitted-message,
.black-text blockquote,
.black-text li::marker{
  color: var(--black_color) !important;
}

.black-text,
.black-text h1,
.black-text h2,
.black-text h3,
.black-text h4,
.black-text h5,
.black-text h6,
.black-text p,
.black-text span,
.black-text li,
.black-text a:not(.cta_button, :hover),
.black-text label,
.black-text form label,
.black-text .submitted-message,
.black-text blockquote,
.black-text li::marker{
  color: var(--black_color) !important;
}

.blue-text,
.blue-text h1,
.blue-text h2,
.blue-text h3,
.blue-text h4,
.blue-text h5,
.blue-text h6,
.blue-text p,
.blue-text span,
.blue-text li,
.blue-text a:not(.cta_button, :hover),
.blue-text label,
.blue-text form label,
.blue-text .submitted-message,
.blue-text blockquote,
.blue-text li::marker{
  color: var(--blue_color) !important;
}

.grey-text,
.grey-text h1,
.grey-text h2,
.grey-text h3,
.grey-text h4,
.grey-text h5,
.grey-text h6,
.grey-text p,
.grey-text span,
.grey-text li,
.grey-text a:not(.cta_button, :hover),
.grey-text label,
.grey-text form label,
.grey-text .submitted-message,
.grey-text blockquote,
.grey-text li::marker{
  color: var(--grey_color) !important;
}

.primary-text,
.primary-text h1,
.primary-text h2,
.primary-text h3,
.primary-text h4,
.primary-text h5,
.primary-text h6,
.primary-text p,
.primary-text span,
.primary-text li,
.primary-text a:not(.cta_button, :hover),
.primary-text label,
.primary-text form label,
.primary-text .submitted-message,
.primary-text blockquote,
.primary-text li::marker{
  color: var(--primary_color) !important;
}

.secondary-text,
.secondary-text h1,
.secondary-text h2,
.secondary-text h3,
.secondary-text h4,
.secondary-text h5,
.secondary-text h6,
.secondary-text p,
.secondary-text span,
.secondary-text li,
.secondary-text a:not(.cta_button, :hover),
.secondary-text label,
.secondary-text form label,
.secondary-text .submitted-message,
.secondary-text blockquote,
.secondary-text li::marker{
  color: var(--secondary_color) !important;
}

.tertiary-text,
.tertiary-text h1,
.tertiary-text h2,
.tertiary-text h3,
.tertiary-text h4,
.tertiary-text h5,
.tertiary-text h6,
.tertiary-text p,
.tertiary-text span,
.tertiary-text li,
.tertiary-text a:not(.cta_button, :hover),
.tertiary-text label,
.tertiary-text form label,
.tertiary-text .submitted-message,
.tertiary-text blockquote,
.tertiary-text li::marker{
  color: var(--tertiary_color) !important;
}

.quaternary-text,
.quaternary-text h1,
.quaternary-text h2,
.quaternary-text h3,
.quaternary-text h4,
.quaternary-text h5,
.quaternary-text h6,
.quaternary-text p,
.quaternary-text span,
.quaternary-text li,
.quaternary-text a:not(.cta_button, :hover),
.quaternary-text label,
.quaternary-text form label,
.quaternary-text .submitted-message,
.quaternary-text blockquote,
.quaternary-text li::marker{
  color: var(--quaternary_color) !important;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  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;
}


/*********************    Moving Text   *****************************/

.text_animated_button{
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
.text_animated_button a.cta_button{
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.0) !important;
  background-color: rgba(255, 255, 255, 0.0) !important;
}
.text_animated_button a.cta_button::before,
.text_animated_button a.cta_button::after{
  border: none !important;
}
/* .text_animated_button a.cta_button::before,
.text_animated_button a.cta_button::after{
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
  line-height: 1.375;
  letter-spacing: 0px;
  fill: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.0);
  border-radius: 0px;
  padding-top: 5px;
  padding-right: 16px;
  padding-bottom: 5px;
  padding-left: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} */
.text_animated_button a.cta_button::before,
.text_animated_button a.cta_button::after{
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
/*   color: #fff; */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 0;
  right: 0px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: max-content;
  pointer-events: none;
}
.text_animated_button a.cta_button::before{
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 2;
}
.text_animated_button a.cta_button::after{
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  z-index: 1;
}
.text_animated_button a.cta_button:hover::before{
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
/*   color: #9F0C1A;
  background-color: #ffffff; */
}
.text_animated_button a.cta_button:hover::after{
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
/*   color: #9F0C1A; 
  background-color: #ffffff; */
}

/**********************   Move Bg    ***************************/

.move_bg a.cta_button::before{
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 0%;
  height: 100%;
}

.move_bg a.cta_button:hover::before{
  width: 100%;
}


/********************   Right Arrow   *************************/

body .right_arrow_button a.cta_button{
  position: relative;
  z-index: 1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.right_arrow_button a.cta_button::after {
  bottom: 0;
  height: 16px;
  left: auto;
  position: relative;
  width: 8px;
  z-index: 1;
  background-position: center;
  line-height: 1.22;
  -webkit-transition: content .4s ease-in-out;
  -o-transition: content .4s ease-in-out;
  transition: content .4s ease-in-out;
}
.right_arrow_button a.cta_button:hover::after {  
  -webkit-transition: content .4s ease-in-out;  
  -o-transition: content .4s ease-in-out;  
  transition: content .4s ease-in-out;
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 10px;
}

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

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


/* Search button input field and suggestions */
.body-container-wrapper .hs-search-field__button {
  padding: 15px;
}

.body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
  margin-left: 6px;
  margin-bottom: 0;
}

.body-container-wrapper .hs-search-field__button svg {
  height: 15px;
  fill: #fff;
}

.body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
  padding: 10px;
}

.body-container-wrapper .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}


/************************   Error Message   ***************************/

form ul.hs-error-msgs {
  position: relative;
}
ul.hs-error-msgs li label.hs-error-msg {
  position: absolute;
  text-align: left;
}

.hs_cos_wrapper_type_form form fieldset.form-columns-2{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

/**********************    Text Hover    ******************************/

.form_animated_button form.hs-form .hs_submit .actions{
  position: relative;
  z-index: 1;
  height: fit-content;
  overflow: hidden;
  width: fit-content;
}

.form_animated_button form.hs-form .hs_submit .actions::before,
.form_animated_button form.hs-form .hs_submit .actions::after{
  bottom: 0;
  content: "Submit";
  left: 0;
  position: absolute;
  transition: all .3s ease-in-out;
  width: max-content;
  top: 0;
  right: 0px;
  top: 0;
  height: fit-content;
  width: max-content;
  pointer-events: none;
}
.form_animated_button form.hs-form .hs_submit .actions::before{
  transform: translateX(-100%);
  z-index: 2;
}
.form_animated_button form.hs-form .hs_submit .actions::after{
  transform: translateX(0%);
  z-index: 1;
}
.form_animated_button form.hs-form .hs_submit .actions:hover::before{
  transform: translateX(0%);
}
.form_animated_button form.hs-form .hs_submit .actions:hover::after{
  transform: translateX(100%);
}

/**********************    Text Hover End   ******************************/

body .container-fluid .row-fluid .hs-error-msgs label{
  margin-bottom: 0px;
}

input:focus-visible,
form input:focus-visible,
form .hs-input:focus-visible{
  outline: none;
}
body .hs_cos_wrapper_type_form form .hs-fieldtype-textarea.hs-input{
  resize: none;
}
body .hs_cos_wrapper_type_form form .hs-form-field label.file-upload{
  position: relative;
  max-width: max-content;
  overflow: hidden;
  border: 1px solid var(--tertiary_color);
}
body .hs_cos_wrapper_type_form form .hs-form-field .file-upload-file-name{
  position: absolute;
  left: 32px;
  top: 12px;
  max-width: calc(100% - 40px);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
body .hs_cos_wrapper_type_form form .hs-form-field .file-upload-file-name img{
  margin-left: 32px;
  margin-right: 15px;
}
body .hs_cos_wrapper_type_form form .hs-form-field .file-upload-button-label{
  display: none;
}
body .hs_cos_wrapper_type_form form .hs-form-field .file-upload .hs-input,
body .hs_cos_wrapper_type_form form .hs-form-field input#file-upload-button{
  font-size: 0;
  opacity:0;
}
body .hs_cos_wrapper_type_form form .hs-form-field.hs-fieldtype-file{
  display: flex;
  flex-direction: column-reverse;
}
body .hs_cos_wrapper_type_form form .hs-form-field.hs-fieldtype-file > label{
  margin-bottom: 0; 
}
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type=file]{
  min-height: 49px;
  max-width: 242px;
  min-width: 242px;
  position: relative;
  border-color: var(--tertiary_color);
}
body .hs_cos_wrapper_type_form form .hs-fieldtype-textarea.hs-input{
  min-height: 150px;
}
input[type=checkbox],
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type=checkbox],
body .hs_cos_wrapper_type_form form .hs-form-field .input input[type=radio]{ 
  min-width: 15px;
  width: 15px;
  height: 15px;
}
.submitted-message{
  text-align: center;
}
body .hs_cos_wrapper_type_form form .hs_recaptcha.hs-form-field{
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
body .hs_cos_wrapper_type_form form .hs-form-field{
  position: relative;
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-1 .hs-input{
  width: 100%;
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field{
  width: calc(50% - 8px);
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field .input{
  margin-right: 0px;
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:first-child{
  margin-right: 8px;   
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:last-child{
  margin-left: 8px;  
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-3 .hs-form-field{
  width: 33.33%;
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-3 .hs-form-field:last-child .input{
  margin-right: 0px;  
}
body .container-fluid .row-fluid .hs-error-msgs li{
  margin: 0;
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-1 .input{
  margin-right: 0px;
  line-height: 0;
}

@media(max-width: 999px){
  body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field,
  body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-input,
  body .hs_cos_wrapper_type_form form fieldset.form-columns-3 .hs-form-field,
  body .hs_cos_wrapper_type_form form fieldset.form-columns-3 .hs-input{
    width: 100% !important;
  }
  body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:first-child{
    margin-right: 0px;   
  }
  body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:last-child{
    margin-left: 0px;  
  }
  body .hs_cos_wrapper_type_form form fieldset.form-columns-3 .hs-form-field .input{
    margin-left:0;
    margin-right:0;
  }
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

@media (max-width: 999px) {
  table {
    display: block;
    overflow-x: auto;
    padding: 0;
    white-space: nowrap;
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

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

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

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



.hs-search-field__form {
  position: relative;
}

.header__search .hs-search-field__label {
  flex-basis: auto;
}



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}



.header__search .hs-search-field__button {
  padding: 0;
  fill: #000;
  background-color: transparent;
  border: none;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.header__search .hs-search-field__button svg {
  height: 25px;
}


.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 .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  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 #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@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;
  }
  /* V1 lang switcher updates to keep "in line" w/ v0 mobile styles */
  .header__language-switcher .hs-language-switcher__menu {
    display: block;
    box-shadow:none!important;
    background: transparent;
  }
  .header__language-switcher .hs-language-switcher__menu a {
    font-size: 20px!important;
  }
  .header__language-switcher .hs-language-switcher__button {
    display: none;
  }
  }

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    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__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}


/**********************   Footer CSS    ******************/

footer .footer__section{
  padding: 48px 0 47px;
}
footer .footer__section .footer-wrapper{
  max-width: 1118px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
footer .footer__section .footer_logo_container a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer__section .footer_menu_container{
  padding-top: 37px;
  padding-bottom: 48px;
}
.footer .footer__section .hs_cos_wrapper_type_simple_menu ul{
  column-gap: 50px;
}
.footer .footer__section .hs_cos_wrapper_type_simple_menu ul li.hs-menu-item{
  line-height: normal;
}
.footer .footer__section .hs_cos_wrapper_type_simple_menu ul li.hs-menu-item,
.footer .footer__section .footer_copyright p{
  margin-bottom: 0;
}
footer .footer__section .footer_bottom_container .footer_content_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}


@media(max-width: 999px){
  .footer .footer__section .hs-menu-wrapper.hs-menu-flow-horizontal ul{
    display: block;
    column-count: 2;
  }
  footer .footer__section .footer_menu_container{
    padding-bottom: 65px;
  }
  footer .footer__section .footer_bottom_container .footer_content_container{
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; 
    -webkit-box-align: start; 
    -ms-flex-align: start; 
    align-items: flex-start;
    gap:0;
  }
  footer .footer__section .footer_bottom_container .footer_social_share #hs_cos_wrapper_social_share .social_share .social_share_group li.social_share_icon{
    width: 20px;
    height: 20px;
  }
  footer .footer__section .footer_bottom_container .footer_social_share #hs_cos_wrapper_social_share .social_share .social_share_group li.social_share_icon svg{
    min-height: 20px;
    max-height: 20px;
  }
  footer .footer__section .footer_bottom_container .footer_social_share,
  footer .footer__section .footer_bottom_container .footer_copyright{
    width: 100%;
  }
  footer .footer__section .footer_bottom_container .footer_button_social_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 26px;
  }
  footer .footer__section .footer_bottom_container .footer_copyright{
    padding-top: 26px;
    border-top: 1px solid var(--white_color);
  }
  footer .footer__section{
    position: relative;
  }
  footer .footer__section:before{
    position: absolute;
    content: '';
    background: url('https://44264024.fs1.hubspotusercontent-na1.net/hubfs/44264024/Communications%20Applied%20Technology/Footer_vector.png') no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    max-width: 430px;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right:0;
  }
  footer .footer__section .footer-wrapper{
    position: relative;
    z-index: 1;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*   Button Module   */

.button_container a.cta_button{
  overflow: hidden;
}
.button_container .button_text{
  z-index: 1;
  justify-content: center;
  align-items: center;
  transition: transform .2s cubic-bezier(.215,.61,.355,1);
  display: flex;
  position: relative;
  transform: translate(0%);
}
.button_container a.cta_button:hover .button_text{
  transform: translate(180%);
}
.section-relative{
  position: relative;
  z-index:1;
}
.is_absolute {
  position: absolute;
  inset: 0%;
  transform: translate(-180%);
}
.button_container .move_bg a.cta_button:hover{
  background: none;
}

.button_container .button_with_icon{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.button_container .button_with_icon.before_text{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.button_container .button_with_icon .button_icon{
  width: 14px;
  height: 14px;
}
.button_container .button_with_icon .button_icon span.hs_cos_wrapper_type_icon, 
.button_container .button_with_icon .button_icon svg{
  display: block;
  height: auto;
  max-height: 14px;
  min-height: -webkit-fill-available;
  width: 100%;
}

.primary_solid_with_transparent .transparent_button.primary_button a.cta_button:not(:hover) {
  color: var(--tertiary_color);
}
.primary_with_secondary .transparent_button.primary_button a.cta_button:not(:hover) {
  color: var(--blue_color);
}

.button_light_bg .solid_button.primary_button a.cta_button:hover{
  background: var(--blue_color);
  border-color: var(--blue_color);
}
.button_dark_bg .solid_button.primary_button a.cta_button:hover{
  background: var(--white_color);
  border-color: var(--white_color);
  color: var(--tertiary_color);
}
.button_dark_bg .solid_button.primary_button a.cta_button:hover svg{
  fill: var(--tertiary_color);
}
.button_light_bg .solid_button.secondary_button a.cta_button:hover{
  background: var(--tertiary_color);
  border-color: var(--tertiary_color);
  color: var(--white_color);
}
.button_light_bg .solid_button.secondary_button a.cta_button:hover svg{
  fill: var(--white_color);
}

@media(min-width: 1000px){
  .wide_button a.cta_button{
    padding: 8px 20px 9px 28px !important;
  }
  .wide_button .button_container .button_with_icon{
    gap: 27px !important;
  } 
  .extra_wide_button a.cta_button{
    padding: 8px 32px 9px 51px !important;
  }
  .extra_wide_button .button_container .button_with_icon{
    gap: 42px !important;
  } 
}

/*********************    Border    ****************************/

body .border_container.black_bg_color .upper_border:after,
body .border_container.black_bg_color .upper_border:before{
  background: var(--black_color);
}
body .border_container.black_bg_color .upper_border:after{
  max-width: 67.5%;
}

/******************************    Fake Wrapper     *****************************/

@media(min-width: 2000px){
  .fake_wrapper{
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
  }
}

/******************************   Slick Dots      *********************************/

ul.slick-dots{
  padding: 0;
  margin:0;
  margin-top: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
ul.slick-dots li,
ul.slick-dots li button{
  font-size: 0px;
  line-height: 0px;
  margin-bottom: 0px;
}
ul.slick-dots li button{
  padding: 0;
  width: 15px;
  height: 15px;
  background: transparent;
  border: 2px solid var(--tertiary_color);
}
ul.slick-dots li.slick-active button{
  background: var(--tertiary_color);
}

.all-text-white ul.slick-dots li button{
  border-color: var(--white_color) !important;
}
.all-text-white ul.slick-dots li.slick-active button{
  background: var(--white_color) !important;
}

/*******************************    ACCORDION     *********************************/

section.accordion_section .left{
  margin-right: auto;
}
section.accordion_section .center{
  margin: 0 auto;
}
section.accordion_section .right{
  margin-left: auto;
}
section.accordion_section .accordion_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
section.accordion_section .accordion_container .accordion_column .accordion_group .accordion_header h6{
  font-size: 22px;
}
section.accordion_section .accordion_container .accordion_column .accordion_group .accordion_content .description_container {
  padding-top: 15px;
}
section.accordion_section .accordion_container .accordion_column .accordion_group .accordion_content .description_container p{
  font-family: var(--secondary_font);
}
.accordion_header{
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.accordion_header:before,
.accordion_header:after{
  position: absolute;
  content: '';
  background: var(--tertiary_color);
  width: 3px;
  height: 19px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  right: 7px;
  top: 6px;
}
.accordion_group .accordion_header:before{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion_group.expanded .accordion_header:after{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion_container .button_container{
  padding-top: 52px;
  padding-bottom: 45px;
}
.all-text-white .accordion .accordion_content .description_container li::marker{
  color: var(--tertiary_color) !important;
}
section.accordion_with_slider.all-text-white .accordion_container .accordion_group .accordion_content .description_container ul li::marker{
  color: var(--white_color) !important;
}
@media(max-width: 999px){
  section.accordion_section .accordion_container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; 
  }
}




/* Accordion With Image */

section.accordion_image_section .accordion_container .button_container{
  padding-top: 52px;
  padding-bottom: 45px;
}
section.accordion_image_section .accordion_container .upper_border {
  line-height: 0;
  position: relative;
}
section.accordion_image_section .accordion_container .bottom_content .button_container{
  padding-top: 0px;
  padding-bottom: 0px;
}
section.accordion_image_section .accordion_container .bottom_content .inner_description_container ul{
  padding-left: 18px;
}
section.accordion_image_section .accordion_container .bottom_content .inner_description_container ul li{
  margin-bottom: 26px;
}
section.accordion_image_section .accordion_container .bottom_content .inner_description_container ul li:last-child{
  margin-bottom: 0px;
}
section.accordion_image_section.all-text-white .accordion .accordion_content .description_container li::marker,
section.accordion_image_section .accordion_container .bottom_content .inner_description_container.all-text-white ul li::marker {
  color: var(--tertiary_color) !important;
}
section.accordion_image_section .accordion_container .bottom_content .upper_border:after {
  max-width: 52.5%;
}
section.accordion_image_section .accordion_content .description_container .flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.5%;
}
section.accordion_image_section .bottom_content .card-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 35px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 53px;
}
section.accordion_image_section .bottom_content .card-container .card {
  background-color: var(--white_color);
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.333% - 35px);
  flex: 1 1 calc(33.333% - 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 238px;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  position:relative;
  cursor:pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.accordion_image_section .bottom_content .card-container .card:hover {
  background-color: var(--tertiary_color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.accordion_image_section .bottom_content .card-container .card:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
section.accordion_image_section .bottom_content .card-container .card:hover h6{
  color: var(--white_color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.accordion_image_section .bottom_content .card-container .card h6 {
  color: var(--tertiary_color);
  margin: 0;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
section.accordion_image_section .bottom_content .card-container .card .image {
  position: absolute;
  left: 20px;
  top: 20px;
}
section.accordion_image_section .accordion_header:before {
  right: 49px;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
section.accordion_image_section .accordion_header:after {
  right: 36px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}
section.accordion_image_section .accordion_group.expanded .accordion_header:before {
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
}
section.accordion_image_section .accordion_group.expanded .accordion_header:after {
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
section.accordion_image_section .accordion_header:after, 
section.accordion_image_section .accordion_header:before {
  content: "";
  position: absolute;
  height: 18px;
  top: 44%;
  width: 2px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
@media (max-width: 767px) {
  section.accordion_image_section .bottom_content .card-container .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; 
    max-width: 400px;
    margin: 0 auto;
  }
  section.accordion_image_section .bottom_content .card-container {
    margin-top: 40px;
  }
}
section.accordion_image_section .accordion_content .description_container .flex .left_container{
  width: calc(100% - 436px - 8.5%);
}
section.accordion_image_section .accordion_content .description_container .image_container{
  position: relative;
  max-width: 402px;
}
section.accordion_image_section .star_vector {
  position: absolute;
  content:'';
  width: 34px;
  height: 32px;
  bottom: 135px;
  right: 82px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.accordion_image_section .star_vector svg path.solid_fill{
  fill: #031B37;
}
section.accordion_image_section .star_vector svg{
  width: 34px;
  height: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.accordion_image_section .accordion_content .description_container .image_container:hover .star_vector,
section.accordion_image_section .accordion_content .description_container .image_container:hover .star_vector svg{
  width: 60px;
  height: 56px;
}

section.accordion_image_section .accordion_header,
section.accordion_image_section .accordion_content .description_container{
  padding: 0 20px;
}
.pd-0.accordion_group.expanded {
  padding-bottom: 0 !important;
}
section.accordion_image_section .accordion_content .description_container .image_container:hover .star_vector{
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  bottom: 126px;
  right: 70px;
}
section.accordion_image_section .accordion_content .description_container .image_container:hover .star_vector svg  path.solid_fill{
  fill: #ffffff;
}

@media(min-width: 1000px){
  section.accordion_image_section .header_image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media(max-width: 999px){
  section.accordion_image_section .accordion_content .description_container .flex{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
  section.accordion_image_section .accordion_content .description_container .flex .left_container{
    width: 100%;
  }
  section.accordion_image_section .accordion_content .description_container .image_container{
    margin: 0 auto;
  }
}

@media(max-width: 549px){
  section.accordion_image_section .star_vector{
    bottom: 26vw;
    right: 16vw;
  }
  section.accordion_image_section .accordion_content .description_container .image_container:hover .star_vector {
    bottom: 26vw;
    right: 14vw;
  }
  section.accordion_image_section .accordion_header .header_image {
    margin-bottom: 15px;
  }
}



/* Accordion With Slider */


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

section.accordion_with_slider .accordion_container .accordion_group .accordion_content .description_container{
  padding-top: 17px;
}
section.accordion_with_slider .accordion_header{
  padding-right: 60px;
}
section.accordion_with_slider .accordion_header:before,
section.accordion_with_slider .accordion_header:after{
  width: 2px;
  height: 11px;
  top: 17px;
}
section.accordion_with_slider .accordion_header:after{
  right: 39px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
} 
section.accordion_with_slider .accordion_header:before{
  right: 45px;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
section.accordion_with_slider .accordion_group.expanded .accordion_header:before{
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}
section.accordion_with_slider .accordion_group.expanded .accordion_header:after{
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
section.accordion_with_slider .accordion_container .accordion_group .accordion_content .description_container ul{
  padding-left: 25px;
}
section.accordion_with_slider .slick-initialized .slick-slide{
  margin:0 10px;
}
@media(max-width:999px){
  section.accordion_with_slider .accordion_header:before,
  section.accordion_with_slider .accordion_header:after{
    top: 11px;
  }
  section.accordion_with_slider ul.slick-dots {
    margin: 40px 0 0;
  }
}

@media(min-width: 1000px){
  section.accordion_with_slider ul.slick-dots{
    margin: 58px 0 0;
  }
}


/* Animated Cards */

section.animated_cards .left{
  margin-right: auto;
}
section.animated_cards .center{
  margin: 0 auto;
}
section.animated_cards .right{
  margin-left: auto;
}
section.animated_cards .cards_section .card{
  aspect-ratio: 5 /6.9;
  position: relative;
  z-index:0;
  overflow:hidden;
  cursor: pointer;
}
section.animated_cards .cards_section .card:after{
  position: absolute;
  content:'';
  width: 100%;
  height: 100%;
  inset: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255 255 255 / 0%)), to(rgb(0 0 0)));
  background-image: -o-linear-gradient(top, rgb(255 255 255 / 0%), rgb(0 0 0));
  background-image: linear-gradient(180deg, rgb(255 255 255 / 0%), rgb(0 0 0));
}
section.animated_cards .card_content_container{
  height:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
section.animated_cards .card_content_container .card_title{
  padding-bottom: 18px;
}
section.animated_cards .card_content_container .card_content{
  padding: 30px 18px 36px 20px;
  position:absolute;
  content:'';
  width: 100%;
  height: 100%;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  bottom: 0;
  z-index: 2;
  overflow-y: auto;
  -webkit-transform: translateY(calc(100% - 84px));
  -ms-transform: translateY(calc(100% - 84px));
  transform: translateY(calc(100% - 84px));
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
section.animated_cards .card_content_container .card_content::-webkit-scrollbar{
  display: none;
}
section.animated_cards .cards_section .card:hover .card_content{
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media(max-width: 999px){
  section.animated_cards .card_content_container .card_content{
    -webkit-transform: translateY(calc(100% - 70px));
    -ms-transform: translateY(calc(100% - 70px));
    transform: translateY(calc(100% - 70px));
  }
  section.animated_cards .cards_section .card.show .card_content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}


/* Banner with Background */

.banner_with_background_video .wrapper{
  position: relative;
  z-index: 0;
}
.banner_with_background_video .background_video_conta .bg-video{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner_with_background_video video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

/* Hide the video controls */
.banner_with_background_video video::-webkit-media-controls {
  display:none !important;
}
.banner_with_background_video .on_hover_bottom_content {
  background: #09254a;
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  max-width: 1160px;
  padding: 26px 40px 25px;
  position: absolute;
  right: 0;
  top: auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: calc(100% - 40px);
  z-index: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.banner_with_background_video .on_hover_bottom_content:hover{
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  bottom: 0px;
}
.banner_with_background_video .on_hover_bottom_content.active{
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  bottom: 0px;
}
.banner_with_background_video .on_hover_bottom_content form{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: 100%;
}
.banner_with_background_video form input[type=submit],
.banner_with_background_video form .hs-button{
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.banner_with_background_video .on_hover_bottom_content input[type=text], 
.banner_with_background_video .on_hover_bottom_content form input[type=text], 
.banner_with_background_video .on_hover_bottom_content form input[type=search], 
.banner_with_background_video .on_hover_bottom_content form input[type=email], 
.banner_with_background_video .on_hover_bottom_content form input[type=password], 
.banner_with_background_video .on_hover_bottom_content form input[type=tel], 
.banner_with_background_video .on_hover_bottom_content form input[type=number], 
.banner_with_background_video .on_hover_bottom_content form input[type=file], 
.banner_with_background_video .on_hover_bottom_content form select, 
.banner_with_background_video .on_hover_bottom_content form textarea{
  border: none;
  background: #fff;
}
.banner_with_background_video .on_hover_bottom_content form label{
  margin-bottom: 0;
}
.banner_with_background_video .on_hover_bottom_content h6{
  /*   font-size: 20px; */
  margin-bottom: 5px;
}
.banner_with_background_video .on_hover_bottom_content .right_container .form_container form input{
  font-size: 12px;
  min-height: 36px;
}
.banner_with_background_video .on_hover_bottom_content .right_container .form_container form input[type=submit]{
  font-size: 14px;
  padding: 6.4px 21.5px 8.4px;
}
.banner_with_background_video .on_hover_bottom_content .right_container .form_container form fieldset{
  width: 100%;
}
.banner_with_background_video .on_hover_bottom_content .right_container .form_container form input::-webkit-input-placeholder{
  font-size: 12px !important;
  color: var(--black_color) !important;
}
.banner_with_background_video .on_hover_bottom_content .right_container .form_container form input::-moz-placeholder{
  font-size: 12px !important;
  color: var(--black_color) !important;
}
.banner_with_background_video .on_hover_bottom_content .right_container .form_container form input:-ms-input-placeholder{
  font-size: 12px !important;
  color: var(--black_color) !important;
}
.banner_with_background_video .on_hover_bottom_content .right_container .form_container form input::-ms-input-placeholder{
  font-size: 12px !important;
  color: var(--black_color) !important;
}
.banner_with_background_video .on_hover_bottom_content .right_container .form_container form input::placeholder{
  font-size: 12px !important;
  color: var(--black_color) !important;
}
@media(min-width: 1000px){
  body .banner_with_background_video .on_hover_bottom_content .right_container .form_container .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field {
    width: calc(50% - 6px);
  }
  body .banner_with_background_video .on_hover_bottom_content .right_container .form_container .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:first-child{
    margin-right: 6px;
  }
  body .banner_with_background_video .on_hover_bottom_content .right_container .form_container .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:last-child{
    margin-left: 6px;
  }
  .banner_with_background_video .on_hover_bottom_content .para_container p{
    margin-bottom: 0;
  }
  .mobile-content{
    display: none;
  }
  .banner_with_background_video .on_hover_bottom_content .flex_inner_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2%;
  }
  .banner_with_background_video .on_hover_bottom_content .left_container {
    width: 46%;
  }
  .banner_with_background_video .on_hover_bottom_content .right_container {
    width: 52%;
  }

  .banner_with_background_video .on_hover_bottom_content form .hs-form-field{
    margin-bottom: 0;
  }
}
@media(max-width: 999px) and (min-width: 600px){
  .banner_with_background_video .on_hover_bottom_content form .form-columns-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    width: 100%;
  }
  .banner_with_background_video .on_hover_bottom_content form .hs-form-field{
    margin-bottom: 0;
  }
}
@media(max-width: 999px){
  .banner_with_background_video .on_hover_bottom_content form{
    flex-direction: column;
  }
  .banner_with_background_video .on_hover_bottom_content form input[type="submit"]{
    margin-top: 20px;
  }
  .desktop-content{
    display: none;
  }
  .banner_with_background_video .on_hover_bottom_content form input[type=submit], form .hs-button{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .banner_with_background_video .on_hover_bottom_content{
    padding: 26px 20px 25px;
  }
}
@media(max-width: 599px){
  .banner_with_background_video .on_hover_bottom_content form{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner_with_background_video .on_hover_bottom_content form {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0px;
  }
  .banner_with_background_video .on_hover_bottom_content .right_container .form_container form .hs-form-field{
    margin-bottom: 12px;
  }
}
@media(max-width: 767px){
  .banner_with_background_video .on_hover_bottom_content.active{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    bottom: 0px;
  }
}



/* Card Slider */

section.card_slider .card_slider_container .title_container h6{
  font-size: 20px;
  line-height: 1.25;
}
section.card_slider .card_slider_container .card_slide{
  position: relative;
}
section.card_slider .card_slider_container .card_slide .button_container{
  position: absolute;
  content:'';
  width: 100%;
  left: -2px;
  bottom: 38px;
}

/**   Slick arrows   **/

section.card_slider .card_slider_container button.slick-arrow.slick-disabled{
  opacity: 0.6;
  cursor: not-allowed;
}
section.card_slider .card_slider_container button.slick-next.slick-arrow, 
section.card_slider .card_slider_container button.slick-prev.slick-arrow {
  background: transparent;
  border: 0;
  font-size: 0;
  position: absolute;
  left: -54px;
  bottom: 0px;
  height: 25px;
  padding: 0 10px;
}
section.card_slider .card_slider_container button.slick-prev.slick-arrow{
  left: -92px;
}
section.card_slider .card_slider_container button.slick-prev.slick-arrow:before,
section.card_slider .card_slider_container button.slick-next.slick-arrow:before{
  background: url(https://44264024.fs1.hubspotusercontent-na1.net/hubfs/44264024/Communications%20Applied%20Technology/Right%20arrow.png) no-repeat;
  background-position: center center;
  bottom: 0;
  content: "";
  height: 25px;
  position: absolute;
  top: 0;
  width: 15px;
  right: 0;
  left: 0;
}
section.card_slider .card_slider_container button.slick-prev.slick-arrow:before{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.card_slider .card_slider_container .icon_on_hover a.cta_button{
  position: relative;
  padding: 10px 46px 10px 36px;
}
section.card_slider .card_slider_container .icon_on_hover a.cta_button .button_with_hover_icon .button__icon{
  position: absolute;
  content:'';
  width: 20px;
  height: 17px;
  right: 30px;
  top: 14px;
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
section.card_slider .card_slider_container .icon_on_hover a.cta_button .button_with_hover_icon .button__icon:before{
  position: absolute;
  content:'';
  width: 0px;
  height: 2px;
  top: 7.8px;
  right: 1px;
  background: #ffffff;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
section.card_slider .card_slider_container .icon_on_hover a.cta_button:hover .button_with_hover_icon .button__icon:before{
  width: 18px;
}
section.card_slider .card_slider_container .icon_on_hover a.cta_button:hover .button_with_hover_icon .button__icon{
  right: 20px;
}
section.card_slider .card_slider_container .icon_on_hover a.cta_button .button_with_hover_icon .button__icon span.hs_cos_wrapper_type_icon{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
section.card_slider .card_slider_container .icon_on_hover a.cta_button .button_with_hover_icon .button__icon svg {
  height: auto;
  max-height: -webkit-fill-available;
  min-height: -webkit-fill-available;
  width: 11px;
}



@media(min-width: 1000px){
  section.card_slider .card_slider_container .card_slide:not(:last-child){
    margin-right: 20px;
  }
  /*   section.card_slider .card_slider_container .slick-list {
  overflow: visible;
  max-width: 94% ! IMPORTANT;
  margin-left: 0;
  -webkit-clip-path: inset(0px -100% 0px 0px);
  clip-path: inset(0px -100% 0px 0px);
} */

  section.card_slider .card_slider_container .slick-list {
    overflow: visible;
    max-width: 70% ! IMPORTANT;
    margin-left: 0;
    -webkit-clip-path: inset(0px -200% 0px 0px);
    clip-path: inset(0px -200% 0px 0px);
  }
}

@media(max-width: 999px){
  section.card_slider .left_column{
    margin-bottom: 30px;
  }
  section.card_slider .card_slider_container button.slick-next.slick-arrow, 
  section.card_slider .card_slider_container button.slick-prev.slick-arrow{
    bottom: -50px;
  }
  section.card_slider .card_slider_container button.slick-prev.slick-arrow{
    left: calc(50% - 30px);
  }
  section.card_slider .card_slider_container button.slick-next.slick-arrow{
    left: auto;
    right: calc(50% - 30px);
  }
}



/* Content with Border */

section.content_with_border .left{
  margin-right: auto;
}
section.content_with_border .center{
  margin: 0 auto;
}
section.content_with_border .right{
  margin-left: auto;
}
.solid_with_transparent .transparent_button.primary_button a.cta_button:not(:hover){
  color: var(--blue_color);
}
.solid_with_transparent .transparent_button.primary_button a.cta_button:not(:hover) svg{
  fill: var(--blue_color);
}
section.content_with_border .list_container .list_title_container{
  padding-bottom: 14px;
}
section.content_with_border .list_container ul{
  list-style-type: none;
  padding-left: 24px;
  margin: 0;
}
section.content_with_border .list_container ul li{
  position: relative;
  margin-bottom: 25px;
}
section.content_with_border .list_container ul li:before{
  position: absolute;
  content:'';
  width: 8px;
  height: 8px;
  border-radius: 5px;
  left: -20px;
  top: 9px;
  background-color: var(--tertiary_color);
}



/* Form Section */

section.form_section .left{
  margin-right: auto;
}
section.form_section .center{
  margin: 0 auto;
}
section.form_section .right{
  margin-left: auto;
}
section.form_section.form_hidden_field form .hs_others{
  margin-bottom: 0;
}
section.form_section .form_container .max_723{
  max-width: 723px;
}
section.form_section form.hs-form .wrap_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}
section.form_section form.hs-form .wrap_container.one .form-columns-0{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}
section.form_section form.hs-form .wrap_container.one .hs_submit{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
section.form_section form.hs-form .wrap_container.two .form-columns-0,
section.form_section form.hs-form .wrap_container.two .hs_submit{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}
section.form_section .form_container .form_text_content h2{
  color: var(--secondary_color);
  margin-bottom: 20px;
}
section.form_section .form_container .form_text_content h2 strong{
  color: var(--tertiary_color);
}
section.form_section form .hs-richtext p a{
  color: var(--black_color);
  font-weight: 300;
  text-decoration: none;
}
section.form_section form .wrap_container .hs-richtext p{
  line-height: 1.58;
}

@media(min-width: 1000px){
  section.form_section form.hs-form .wrap_container .hs_submit .actions{
    margin-left: auto;
  }
  body section.form_section .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field{
    width: calc(50% - 31.5px);
  }
  body section.form_section .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:first-child{
    margin-right: 31.5px;
  }
  body section.form_section .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:last-child{
    margin-left: 31.5px;
  }
  section.form_section.form_hidden_field form .hs_others{
    max-width: 50%;
  }
}

@media(max-width: 999px){
  section.form_section form.hs-form .wrap_container {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}




/* Government Resource Form */

section.form_section .form_container .upper_border{
  padding-top:37px;
  margin-top: 27px;
  position:relative;
  line-height:0;
}
section.form_section .form_container .upper_border::before{
  position:absolute;
  top:2px;
  left:0;
  right:0;
  width:100%;
  height:0.25px;
  background:var(--black_color);
  content:'';
}
section.form_section .form_container .upper_border::after{
  position:absolute;
  top:0;
  left:0;
  right:0;
  max-width:52.5%;
  width:100%;
  height:4px;
  background:var(--black_color);
  content:'';
}
section.form_section .form_container .upper_border ul{
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
section.form_section .form_container .upper_border ul li{
  position:relative;
  padding-left:37px;
  margin-bottom: 0px;
}
/* section.form_section .form_container .upper_border ul li::before{
background-color: #9f0c1a;
content: "";
height: 15px;
left: 6.5px;
top: 7.5px;
position: absolute;
width: 2px;
}
section.form_section .form_container .upper_border ul li::after{
background-color: #9f0c1a;
content: "";
height: 2px;
left: 0;
position: absolute;
top: 12.5px;
width: 15px;
} */
section.form_section .form_container .upper_border ul li:after, 
section.form_section .form_container .upper_border ul li:before {
  background: var(--tertiary_color);
  content: "";
  height: 16px;
  position: absolute;
  left: 7px;
  top: 7px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 2px;
}
section.form_section .form_container .upper_border ul li:before{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
section.form_section .form_container .upper_border ul li p{
  margin-bottom: 0;
}


@media(max-width:999px){
  body section.form_section .form_container .upper_border ul li:after, 
  body section.form_section .form_container .upper_border ul li:before {
    top: 4px;
  }
} 


@media(max-width:767px){
  body section.form_section .form_container .upper_border ul{
    -webkit-column-count:1;
    -moz-column-count:1;
    column-count:1;
  }
}

section.form_section .form_container form .hs-fieldtype-checkbox > label > span{
  color: var(--tertiary_color);
}
@media(min-width: 1000px){
  section.form_section .form_container form .hs-fieldtype-checkbox ul.multi-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.form_section .form_container form .hs-fieldtype-checkbox ul.multi-container li.hs-form-checkbox{
    width: calc(50% - 31.5px);
    font-size: 14px;
    line-height:1.3;
    margin-top:0;
    margin-bottom: 6px;
  }
  section.form_section .form_container form .hs-fieldtype-checkbox ul.multi-container li.hs-form-checkbox label{
    margin-bottom: 0;
  }
}


/* Government Resources */


.government_resource .certification_container .certification_cards .content_container{
  text-align:center;
}
.uppercase h1,
.uppercase h2,
.uppercase h3,
.uppercase h4,
.uppercase h5,
.uppercase h6{
  text-transform:uppercase;
}
.government_resource .certification_container{
  margin-top:127px;
  position:relative;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
.government_resource .certification_container .heading_container{
  margin:0 auto;
  position:relative;
  text-align:center;
}
.government_resource .certification_container .heading_container h6{
  position:relative;
  top:-16px;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
  margin:0 auto;
}
.government_resource .certification_container .heading_container.with_border:before{
  position:absolute;
  left:0;
  top:0;
  max-width:calc(48% - var(--element-width)/2);
  width:100%;
  height:2px;
  background-color:var(--tertiary_color);
  content:'';
}
.government_resource .certification_container .heading_container.with_border:after{
  position:absolute;
  right:0;
  top:0;
  max-width:calc(48% - var(--element-width)/2);
  width:100%;
  height:2px;
  background-color:var(--tertiary_color);
  content:'';
}

.government_resource .certification_container .certification_cards span .hs_cos_wrapper{
  max-width:265px;
  width:100%;
  margin-right:0px;
  overflow:hidden;
  cursor:pointer;
}
.government_resource .certification_container .certification_cards span{
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  padding-top: 3px;
  margin-bottom: 41px;
}

.government_resource .certification_container .certification_cards span .hs_cos_wrapper .content_container .description_container{
  opacity:0;
  -webkit-transform:translateY(500px);
  -ms-transform:translateY(500px);
  transform:translateY(500px);
  -webkit-transition:all .6s ease-in-out;
  -o-transition:all .6s ease-in-out;
  transition:all .6s ease-in-out;
  max-width:230px;
  margin:0 auto;
}
.government_resource .certification_container .certification_cards span .hs_cos_wrapper:hover .content_container .description_container{
  opacity:1;
  -webkit-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0);
  -webkit-transition:all .6s ease-in-out;
  -o-transition:all .6s ease-in-out;
  transition:all .6s ease-in-out;
}
.government_resource .certification_container .certification_cards span .hs_cos_wrapper .icon_container{
  max-width:88px;
  margin:0 auto 20px;
  min-height: 69px;
  max-height: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.government_resource .certification_container .certification_cards span .hs_cos_wrapper .heading_container{
  margin-bottom:26px !important;
}
.government_resource .certification_container .certification_cards span .hs_cos_wrapper .heading_container h5{
  font: normal normal bold 20px/26px Open Sans;
  letter-spacing: 0px;
}
.government_resource .certification_container .certification_cards span .hs_cos_wrapper .description_container p{
  font: normal normal 600 12px/20px Open Sans;
  letter-spacing: 0px;
}
.government_resource .certification_container{
  border-left:2px solid var(--tertiary_color);
  border-right:2px solid var(--tertiary_color);
  border-bottom:2px solid var(--tertiary_color);
}

@media(max-width:999px){
  .government_resource .certification_container .heading_container h6{
    top:-12.5px;
  }
  .government_resource .certification_container{
    margin-top: 60px;
  }
}

@media(max-width:999px) and (min-width:768px){
  body .government_resource .certification_container .certification_cards span .hs_cos_wrapper{
    max-width:170px;
  }
}

@media(max-width:767px){
  .government_resource .certification_container .certification_cards span{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  body .government_resource .certification_container .certification_cards span .hs_cos_wrapper{
    margin-left:auto !important;
    margin-right:auto !important;
  }
  body .government_resource .certification_container .certification_cards span .hs_cos_wrapper:not(:first-child){
    margin-top:40px;
  }
}


/* Header */


/* Transparent Header Background */

body.transparent_header header.header{
  background:transparent;
}
body.transparent_header header.header.fixed{
  background:var(--black_color);
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

/* Black Header Background */

body.black_header header.header{
  background:var(--black_color);
}
body.black_header header.header.fixed{
  background:var(--black_color);
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}


header.header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  background:transparent;
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  z-index:99;
  border-bottom:1px solid #ffffff4d;
}
header.header.fixed{
  background:var(--black_color);
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.header_section .header_wrapper{
  max-width:1120px;
  margin:0 auto;
  padding:0 20px;
  float:none;
}
.header_section .content_container{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.header_section .content_container .menu_with_cta_container{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  gap:31px;
}
.header_section .row-fluid:after,
.header_section .row-fluid:before{
  display:none;
}
.header_section .header_wrapper .menu_container ul li{
  margin-bottom:0px;
}
.header_section .header_wrapper .menu_container ul li:not(:last-child){
  margin-right:30px;
}
.header_section .header_wrapper .menu_container ul li{
  line-height:0;
}
.header_section .header_wrapper .menu_container ul li a{
  text-align: left;
  font: normal normal normal 14px/19px Open Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.header_section .header_wrapper .logo_container a{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper{
  padding:20px;
  background:var(--black_color);
}
body .header_section .header_wrapper .menu_container ul.hs-menu-children-wrapper li:not(:last-child){
  margin-right:0px;
  margin-bottom:20px;
}

/* Hamburger Styling */

@media(max-width:999px){
  .menu_container .active-branch.flyouts {
    display:none;
    position: absolute;
    left: 0;
    right: 0;
    background: #000;
    height: 100vh;
    top: 79px;
    padding:20px 0;
  }
  body .header_section{
    padding:0px;
  }
  body .header_section .content_container .logo_container{
    max-width:220px;
  }
  .menu_container .mobile-trigger i{
    width:39.13px;
    height:1px;
    background:var(--white_color);
    position:relative;
    display:block;
  }
  body.mobile-open .menu_container .mobile-trigger i{
    background:transparent;
  }
  .menu_container .mobile-trigger i::before{
    width:39.13px;
    height:1px;
    background:var(--white_color);
    content:'';
    position:absolute;
    top:-8px;
    left:0;
    right:0;
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
  }
  body.mobile-open .menu_container .mobile-trigger i:before{
    top: 0px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
  }
  .menu_container .mobile-trigger i::after{
    width:39.13px;
    height:1px;
    background:var(--white_color);
    content:'';
    position:absolute;
    top:8px;
    left:0;
    right:0;
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
  }
  body.mobile-open .menu_container .mobile-trigger i:after{
    top: 0px;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
  }
  .menu_container .mobile-trigger{
    cursor: pointer;
    float: right;
    padding: 10px 0;
  }
  .menu_container .active-branch.flyouts ul{
    display:block;
    padding:0 20px;
  }
  body .header_section .header_wrapper .menu_container ul li:not(:last-child){
    margin-right:0px;
    margin-bottom:20px;
  }
  body.mobile-open .body-wrapper header.header{
    opacity:1;
    background:var(--black_color);
  }
  .child-trigger{
    cursor: pointer;
    display: block;
    height: 39px;
    position: absolute;
    right: 0;
    top: 0;
    width: 39px;
  }
  .child-trigger i{
    position:relative;
    width: 39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .child-trigger i:before{
    background: var(--white_color);
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 2px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 2px;
  }
  .child-trigger i:after{
    background: var(--white_color);
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 2px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 2px;
    -webkit-transform:rotateZ(90deg);
    -ms-transform:rotate(90deg);
    transform:rotateZ(90deg);
  }
  body .header_section .header_wrapper .menu_container ul.hs-menu-children-wrapper{
    position:relative;
  }
  .header_section .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children >.hs-menu-children-wrapper{
    left:0;
    opacity:1;
    top:8px;
    display:none;
  }
  .header_section .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children> .child-trigger.child-open + .hs-menu-children-wrapper{
    visibility:visible !important;
    display:block !important;
    opacity:1 !important;
  }
  .child-trigger.child-open i:before{
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transition:all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
  }
}

@media(min-width:1000px){
  div#hs_menu_wrapper_module_173090840914311_{
    display:block !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{
    display:block !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children >.hs-menu-children-wrapper{
    margin-top:20px;
  }
  .header_section .header_wrapper .menu_container ul li.hs-item-has-children a:before {
    bottom: -40px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }
  .header_section .header_wrapper .menu_container ul li.hs-item-has-children a:hover:before{
    height:50px;
  }
}



/* Image Card */


section.image_card .left{
  margin-right: auto;
}
section.image_card .center{
  margin: 0 auto;
}
section.image_card .right{
  margin-left: auto;
}

section.image_card .card_content .card .card_content{
  width:100%;
}
section.image_card .card_content .card{
  position: relative;
}
section.image_card .card_content .card .content_container .button_container{
  position: absolute;
  content:'';
  width: 100%;
  height: 41px;
  bottom: 20px;
  left:0;
}
section.image_card .card .content_container .button_container .solid_button.primary_button a.cta_button:hover,
section.image_card .card .content_container .button_container .solid_button.primary_button a.cta_button:focus,
section.image_card .card .content_container .button_container .solid_button.primary_button a.cta_button:active{
  color: var(--blue_color);
  background: var(--white_color);
  border-color: var(--white_color);
}
section.image_card .card .content_container .button_container .solid_button.primary_button a.cta_button:hover svg,
section.image_card .card .content_container .button_container .solid_button.primary_button a.cta_button:focus svg,
section.image_card .card .content_container .button_container .solid_button.primary_button a.cta_button:active svg{
  fill: var(--blue_color);
}


/* Image Section */

section.image_section .left{
  margin-right: auto;
}
section.image_section .center{
  margin: 0 auto;
}
section.image_section .right{
  margin-left: auto;
}
section.image_section .image_hover img{
  transition: all 0.3s ease-in-out;
}
section.image_section .image_hover:hover img{
  transform: scale(1.2);
}


/* Modal Popup */


.modal_popup_section .wrapper{
  position: relative;
  z-index: 1;
}
.modal_popup_section .override_font h1,
.modal_popup_section .override_font h2,
.modal_popup_section .override_font h3,
.modal_popup_section .override_font h4,
.modal_popup_section .override_font h5,
.modal_popup_section .override_font h6{
  line-height: normal;
}
.modal_popup_section .close {
  cursor: pointer;
  display: inline-block;
  font-size: 75px;
  font-weight: 300;
  line-height: 41.86px;
  position: absolute;
  right: 38px;
  top: 32px;
  z-index: 10;
}
.modal_popup_section .section_inner_content{
  max-height: 90vh;
  overflow-y: auto;
}
.modal_popup_section .section_inner_content::-webkit-scrollbar{
  display: none;
}
.modal_popup_section .form_container{
  text-align: left;
}
.modal_popup_section .form_container .hs-form-field {
  margin-bottom: 26px;
}
.modal_popup_section form label{
  margin-bottom: 5px;
}
.heading_custom h5 {
  font-size: 26px;
  line-height: normal;
  padding-bottom: 31px;
}
.heading_custom h6 {
  font-size: 22px;
  line-height: normal;
  padding-bottom: 7px;
}
.modal_popup_section .single_column .description_container p{
  line-height: 1.7778;
}

.modal_popup_section .form_container fieldset.form-columns-2 {
  background: #04152B;
  padding: 13px 23px 0;
  margin-bottom: 32px;
}
.modal_popup_section .form_container fieldset .hs-richtext{
  text-align: center;
}

.modal_popup_section input[type=text], 
.modal_popup_section form input[type=text], 
.modal_popup_section form input[type=search], 
.modal_popup_section form input[type=email], 
.modal_popup_section form input[type=password], 
.modal_popup_section form input[type=tel], 
.modal_popup_section form input[type=number], 
.modal_popup_section form input[type=file], 
.modal_popup_section form select, 
.modal_popup_section form textarea{
  background-color: #ffffff;
  min-height: 33px;
  padding: 5px 16px;
}
#main-content .row-fluid [class*=span]{
  min-height: auto;
}
@media(min-width: 1000px){
  .modal_popup_section .mobile_image_container{
    display: none;
  }
  .modal_popup_section .single_column .heading_container{
    padding-left: 40px;
    padding-right: 40px;
  }
  .desktop-alignment-left,
  .modal_popup_section .desktop-alignment-left .form_container .hs-submit{
    text-align: left;
  }
  .desktop-alignment-center,
  .modal_popup_section .desktop-alignment-center .form_container .hs-submit{
    text-align: center;
  }
  .desktop-alignment-right,
  .modal_popup_section .desktop-alignment-right .form_container .hs-submit{
    text-align: right;
  }
  .desktop-alignment-left .cta_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .desktop-alignment-center .cta_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .desktop-alignment-right .cta_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

@media(max-width: 999px){
  .modal_popup_section .close {
    font-size: 55px;
    line-height: 30.5px;
    right: 10px;
    top: 10px;
  }
  .mobile-alignment-left,
  .modal_popup_section .mobile-alignment-left .form_container .hs-submit{
    text-align: left;
  }
  .mobile-alignment-center,
  .modal_popup_section .mobile-alignment-center .form_container .hs-submit{
    text-align: center;
  }
  .mobile-alignment-right,
  .modal_popup_section .mobile-alignment-right .form_container .hs-submit{
    text-align: right;
  }
  .mobile-alignment-left .cta_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .mobile-alignment-center .cta_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mobile-alignment-right .cta_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}

.right_arrow_button .hs_submit .actions{
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.right_arrow_button .hs_submit .actions::after{
  position: absolute;
  z-index: 2;
  background-position: 50%;
  bottom: auto;
  height: 16px;
  left: auto;
  line-height: 1.22;
  width: 8px;
  right: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.right_arrow_button .hs_submit input.hs-button{
  padding-left: 34px;
  padding-right: 60px;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
}
.right_arrow_button .hs_submit .actions::after{
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" aria-hidden="true"><path d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z" fill="%23ffffff"/></svg>');
}
@media(max-width: 999px){
  .right_arrow_button .hs_submit input.hs-button{
    padding-left: 20px;
    padding-right: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .right_arrow_button .hs_submit .actions::after{
    right: 20px;
  }
}



/* two column css Started */
.modal_popup_section .two_column .description_container p{
  line-height: 1.5556;
}

.modal_popup_section .two_column ul li, 
.modal_popup_section .two_column ol li{
  font-weight: 300;
  line-height: 1.5556;
  letter-spacing: 0;
  max-width: 560px;
}
.modal_popup_section .two_column ul, 
.modal_popup_section .two_column ol{
  padding-left: 20px;
}
.all-text-white.modal_popup_section li::marker{
  color: #3B3B3B !important;
}
@media(min-width: 1000px){
  .modal_popup_section .full_width_container.flex_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 67px;
  }
  .modal_popup_section .two_column .left_container {
    width: 35.15%;
  }
  .modal_popup_section .two_column .right_container {
    width: 64.85%;
  }
}
@media(max-width: 999px){
  .modal_popup_section .full_width_container.flex_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 67px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media(max-width: 1024px) and (max-height: 999px){
  .modal_popup_section .section_inner_content{
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
  }
  .modal_popup_section .section_inner_content::-webkit-scrollbar{
    display:none;
  }
}



/* Product Solutions Section */


.product_solution_section .product_cards{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width:874px;
  margin:0 auto;
  row-gap:22px;
  margin-top:100px;
}
.product_solution_section > .wrapper{
  max-width:1108px;
}
.product_solution_section .product_cards .product_card{
  max-width:426px;
  width:100%;
  background-color: #092549;
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  min-height:374px;
  padding-bottom:18px;
  overflow:hidden;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.product_solution_section .product_cards .product_card:hover{
  background-color: var(--white_color);
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.product_solution_section .product_cards .product_card .product_content_container{
  padding:50px;
  padding-bottom:14px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  height:100%;
}
.product_solution_section .product_cards .product_card:hover .product_content_container{
  row-gap:20px;
}

.product_solution_section .product_cards .product_card .product_image_heading_container{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}
.product_solution_section .product_cards .product_card:hover .product_image_heading_container{
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:flex-end;
  height:auto !important;
}
.product_solution_section .product_cards .product_card .product_image_heading_container .product_image{
  width:100%;
  display:inline-block;
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align:center;
  margin-bottom: 20px;
}
.product_solution_section .product_cards .product_card .product_image_heading_container .product_image img{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.product_solution_section .product_cards .product_card:hover .product_image_heading_container .product_image img{
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.product_solution_section .product_cards .product_card:hover .product_image_heading_container .product_image{
  display:inline-block;
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  left:24%;
}
.product_solution_section .product_cards .product_card .product_image_heading_container .product_heading{
  display:none;
  width:100%;
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.product_solution_section .product_cards .product_card:hover .product_image_heading_container .product_heading{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:end;
  -ms-flex-align:end;
  align-items:end;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:end;
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.product_solution_section .product_cards .product_card .product_heading h6{
  font: normal normal bold 20px/25px Open Sans;
  letter-spacing: 0px;
  color: var(--white_color);
  opacity: 1;
}
.product_solution_section .product_cards .product_card:hover .product_heading_description_container .product_description *,
.product_solution_section .product_cards .product_card:hover .product_heading h6{
  color:var(--blue_color);
}
.product_solution_section .product_cards .product_card .product_image_heading_container .product_heading,
.product_solution_section .product_cards .product_card .product_description{
  opacity:0;
  visibility:hidden;
  max-height:0vh;
}

.product_solution_section .product_cards .product_card:hover .product_image_heading_container .product_heading,
.product_solution_section .product_cards .product_card:hover .product_description{
  opacity:1;
  visibility:visible;
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  max-height:100vh;
}
/* .product_solution_section .product_cards .product_card .product_heading_description_container{
min-height:102px;
max-height:102px;
margin-top:22px;
} */
.product_solution_section .product_cards .product_card .product_heading_description_container .product_description *{
  color:var(--white_color);
}
.product_solution_section .product_cards .product_card:hover .product_heading_description_container .product_heading{
  opacity:0;
  visibility:hidden;
  max-height:0vh;
}
.product_solution_section .product_cards .product_card .product_heading_description_container .product_heading{
  text-align:center;
}
.product_solution_section .product_cards .product_card .cta_container a.cta_button{
  max-width: 199px;
  width: 100%;
  height: 33px;
}
/* .product_solution_section .product_cards .product_card .product_description p {
max-height: 102px;
overflow-y: auto;
} */

.product_solution_section .product_cards .product_card .product_description p{
  max-height: 260px;
  overflow-y: auto;
}
.product_solution_section .product_cards .product_card .product_description p::-webkit-scrollbar{
  display:none;
}

@media(max-width:999px){
  body .product_solution_section .product_cards .product_card .product_content_container{
    padding:30px 20px 15px 20px;
  }
  body .product_solution_section .product_cards{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }
  body .product_solution_section .product_cards{
    margin-top:60px;
  }
  body .product_solution_section .find_your_solution_container .button_container{
    margin-top:40px;
  }
  body .product_solution_section .find_your_solution_container .top_container .description_container{
    margin-bottom:40px !important;
  }
}



/* Recent Blog Slider */


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

section.recent_blog_slider .left{
  margin-right: auto;
}
section.recent_blog_slider .center{
  margin: 0 auto;
}
section.recent_blog_slider .right{
  margin-left: auto;
}
section.recent_blog_slider .recent_blog_slide{
  margin: 10px;
}
section.recent_blog_slider .recent_blog_slide a{
  text-decoration: none;
}
section.recent_blog_slider .recent_blog_slide .content_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
section.recent_blog_slider .recent_blog_slide .content_container .featured_image_container{
  width: calc(47% - 15px);
}
section.recent_blog_slider .recent_blog_slide .content_container .blog_content_container{
  width: calc(53% - 15px);
}
section.recent_blog_slider .recent_blog_slide .content_container .blog_content_container .title_container h6{
  margin-bottom: 12px;
}
section.recent_blog_slider .recent_blog_slide .content_container .blog_content_container .description_container p{
  margin-bottom: 22px;
  font-weight: 400;
}

@media(min-width: 1000px){
  section.recent_blog_slider .recent_blog_slide .content_container .blog_content_container .text_container{
    max-width: 338px;
  }
  section.recent_blog_slider .recent_blog_slide .content_container .featured_image_container .image_container{
    width: 100%;
    min-height: 276px;
  }
}

@media(max-width: 999px){
  section.recent_blog_slider .recent_blog_slide .content_container .featured_image_container .image_container{
    aspect-ratio: 16/9;
  }
  section.recent_blog_slider .recent_blog_slide .content_container{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  section.recent_blog_slider .recent_blog_slide .content_container .featured_image_container,
  section.recent_blog_slider .recent_blog_slide .content_container .blog_content_container{
    width: 100%;
  }
}


/* Rich Text */

section.rich_text .left{
  margin-right: auto;
}
section.rich_text .center{
  margin: 0 auto;
}
section.rich_text .right{
  margin-left: auto;
}


/* Separator */

section.separator .left{
  margin-right: auto;
}
section.separator .center{
  margin: 0 auto;
}
section.separator .right{
  margin-left: auto;
}



/* Slider with Popup */


section.slider_with_popup .left{
  margin-right: auto; 
}
section.slider_with_popup .center{
  margin: 0 auto;
}
section.slider_with_popup .right{
  margin-left: auto;
}
section.slider_with_popup .slider_cards_container .slider_card .card_container .card_title h6{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.slider_with_popup .slider_cards_container .slider_card .card_container .image_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section.slider_with_popup .slider_cards_container .slider_card .card_container .image_container.left{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
section.slider_with_popup .slider_cards_container .slider_card .card_container .image_container.center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.slider_with_popup .slider_cards_container .slider_card .card_container .image_container.right{
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

section.slider_with_popup .slider_cards_container button.slick-arrow.slick-disabled {
  cursor: not-allowed;
}
section.slider_with_popup .slider_cards_container button.slick-next.slick-arrow, 
section.slider_with_popup .slider_cards_container button.slick-prev.slick-arrow{
  background: transparent;
  border: 0;
  bottom: -95px;
  font-size: 0;
  height: 25px;
  padding: 0 10px;
  position: absolute;
}
section.slider_with_popup .slider_cards_container button.slick-prev.slick-arrow{
  left: calc(50% - 25px);
}
section.slider_with_popup .slider_cards_container button.slick-next.slick-arrow {
  left: auto;
  right: calc(50% - 25px);
}
section.slider_with_popup .slider_cards_container button.slick-prev.slick-arrow:before {
  border-left: 3px solid var(--quaternary_color);
  border-top: 3px solid var(--quaternary_color);
}
section.slider_with_popup .slider_cards_container button.slick-next.slick-arrow:before {
  border-bottom: 3px solid var(--quaternary_color);
  border-right: 3px solid var(--quaternary_color);
}
section.slider_with_popup.all-text-white .slider_cards_container button.slick-arrow.slick-disabled:before {
  border-color: var(--white_color);
}
section.slider_with_popup .slider_cards_container button.slick-arrow.slick-disabled:before {
  border-color: var(--blue_color);
}
section.slider_with_popup .slider_cards_container button.slick-next.slick-arrow:before, 
section.slider_with_popup .slider_cards_container button.slick-prev.slick-arrow:before {
  bottom: 0;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 25px;
}
section.slider_with_popup .popup .image_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background: var(--blue_color);
  max-width: 355px;
}
section.slider_with_popup .popup .popup_description ul li::marker{
  color: var(--neutral_senary_color) !important;
}
section.slider_with_popup .slider_with_popup_section{
  overflow: hidden;
  padding-bottom: 100px;
}
section.slider_with_popup .slider_with_popup_section .popup_container{
  width: 100%;
}
section.slider_with_popup .slider_with_popup_section .popup-overlay{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  -webkit-transition: opacity .8s ease-in-out;
  -o-transition: opacity .8s ease-in-out;
  transition: opacity .8s ease-in-out;
  z-index: 10;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 20px;
}
section.slider_with_popup .slider_with_popup_section .popup-overlay .popup{
  position: relative;
  z-index:999;
  max-height: calc(100vh - 184px);
  overflow-y: auto;
  max-width: 1175px;
  margin: 0 auto;
}
section.slider_with_popup .slider_with_popup_section .popup-overlay .popup::-webkit-scrollbar{
  display: none;
}
section.slider_with_popup .slider_with_popup_section .popup-overlay{
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.slider_with_popup .slider_with_popup_section .popup-overlay.show-popup{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
section.slider_with_popup .slider_with_popup_section .popup_container .close-btn{
  position: absolute;
  content: '';
  top: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 70px;
  font-weight: 300;
  line-height: 30.5px;
}
html.open-popup,
body.open-popup{
  overflow-y:hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.open-popup main#main-content{
  position: relative;
  z-index:1;
}

@media(min-width: 1000px){
  section.slider_with_popup .slider_with_popup_section .slider_card{
    padding: 0 10px;
  }
}

@media(max-width: 999px){
  section.slider_with_popup .slider_with_popup_section .popup_container .close-btn{
    top: 20px;
    right: 20px;
  }
  section.slider_with_popup .popup .image_container{
    margin: 0 auto;
    margin-bottom: 40px;
    aspect-ratio: 2/3;
  }
}



/* Social Share */

.social_share .social_share_group{
  list-style-type: none;
  margin:0;
  padding:0;
}
.social_share .social_share_group li.social_share_icon{
  margin: 0;
}
.social_share .social_share_group li.social_share_icon a, 
.social_share .social_share_group li.social_share_icon svg {
  height: auto;
  max-height: -webkit-fill-available;
  min-height: -webkit-fill-available;
  width: 100%;
}
.social_share .social_share_group li.social_share_icon a, 
.social_share .social_share_group li.social_share_icon a span.hs_cos_wrapper_type_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}



/* Social Follow */

.social-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-links__icon {
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1.75rem;
  margin: 0 0.35rem;
  position: relative;
  width: 1.75rem;
}

.social-links__icon svg {
  fill: #FFF;
  height: 0.625rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #FFF;
}



/* Testimonial Slider */

section.testimonial_slider .left{
  margin-right: auto;
}
section.testimonial_slider .center{
  margin: 0 auto;
}
section.testimonial_slider .right{
  margin-left: auto;
}
section.testimonial_slider .testimonial_slide a{
  text-decoration: none;
}

section.testimonial_slider .testimonial_slide .p_large p{
  line-height: 1.6;
}
section.testimonial_slider .testimonial_container button.slick-arrow.slick-disabled{
  cursor: not-allowed;
}
section.testimonial_slider .testimonial_container button.slick-next.slick-arrow, 
section.testimonial_slider .testimonial_container button.slick-prev.slick-arrow {
  background: transparent;
  border: 0;
  font-size: 0;
  height: 25px;
  bottom: -65px;
  padding: 0 10px;
  position: absolute;
}
section.testimonial_slider .testimonial_container button.slick-prev.slick-arrow{
  left: calc(50% - 25px);
}
section.testimonial_slider .testimonial_container button.slick-next.slick-arrow{
  left: auto;
  right: calc(50% - 25px);
}
section.testimonial_slider .testimonial_container button.slick-next.slick-arrow:before, 
section.testimonial_slider .testimonial_container button.slick-prev.slick-arrow:before {
  bottom: 0;
  content: "";
  height: 25px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
section.testimonial_slider .testimonial_container button.slick-prev.slick-arrow:before{
  border-top: 3px solid var(--quaternary_color);  
  border-left: 3px solid var(--quaternary_color); 
}
section.testimonial_slider .testimonial_container button.slick-next.slick-arrow:before{
  border-bottom: 3px solid var(--quaternary_color);  
  border-right: 3px solid var(--quaternary_color); 
}
section.testimonial_slider .testimonial_container button.slick-arrow.slick-disabled:before{
  border-color: var(--white_color);
}


/* Text with Icon */

section.text_with_icon .left{
  margin-right: auto;
}
section.text_with_icon .center{
  margin: 0 auto;
}
section.text_with_icon .right{
  margin-left: auto;
}
section.text_with_icon .text_icon_container .left_container .image_container .hover_image{
  display: none;
}
section.text_with_icon .text_icon_container .left_container:hover .image_container .normal_image{
  display: none;
}
section.text_with_icon .text_icon_container .left_container:hover .image_container .hover_image{
  display: block;
}
section.text_with_icon .text_icon_container{
  padding: 42px 0 40px;
  display: flex;
  gap: 8px;
}
section.text_with_icon .text_icon_container .right_container .title_container h6{
  font-size: 22px;
}
section.text_with_icon .text_icon_container:not(:last-child){
  border-bottom: 1px solid var(--tertiary_color);
}
section.text_with_icon .text_icon_container .left_container{
  width: 154px;
}
section.text_with_icon .text_icon_container .right_container{
  width: calc(100% - 162px);
}

@media(min-width: 550px){
  section.text_with_icon .left_container .image_container{
    margin: 0 auto;
  }
}

@media(max-width: 549px){
  section.text_with_icon .text_icon_container{
    flex-direction: column;
    gap: 20px;
  }
  section.text_with_icon .text_icon_container .left_container,
  section.text_with_icon .text_icon_container .right_container{
    width: 100%;
  }
}


/* Trusted Text with Logo Section */

body .trusted_with_logo_section .content_container .logo_container{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  gap:120px;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  row-gap:40px;
}


/* Two Column */


section.two_column .left{
  margin-right: auto;
}
section.two_column .center{
  margin: 0 auto;
}
section.two_column .right{
  margin-left: auto;
}
section.two_column .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 20px;
}
section.two_column .card:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  section.two_column .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; 
  }
}


/* Two Column with Accordion */

section.two_column_with_accordion .left{
  margin-right: auto;
  text-align: left;
}
section.two_column_with_accordion .center{
  margin: 0 auto;
  text-align: center;
}
section.two_column_with_accordion .right{
  margin-left: auto;
  text-align: right;
}
section.two_column_with_accordion .image_container{
  line-height: 0;
}
section.two_column_with_accordion .left_column .image_container.image_hover,
section.two_column_with_accordion .right_column .image_container.image_hover{
  overflow: hidden;
}
section.two_column_with_accordion .left_column .image_container.image_hover img,
section.two_column_with_accordion .right_column .image_container.image_hover img{
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
section.two_column_with_accordion .left_column .image_container.image_hover:hover img,
section.two_column_with_accordion .right_column .image_container.image_hover:hover img{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
section.two_column_with_accordion .accordion_header{
  padding-right: 40px;
}
section.two_column_with_accordion .accordion_header:after, 
section.two_column_with_accordion .accordion_header:before{
  right: 25px;
}
section.two_column_with_accordion .accordion_header .title_container h6{
  font-size: 22px;
}
section.two_column_with_accordion .accordion_content .description_container{
  padding-top: 24px;
  padding-bottom: 40px;
}
section.two_column_with_accordion .accordion_content .button_container{
  padding-bottom: 68px;
}

@media(max-width: 999px){
  section.two_column_with_accordion .image_container.left{
    margin: 0 auto;
  }
  section.two_column_with_accordion .image_container.center{
    margin: 0 auto;
  }
  section.two_column_with_accordion .image_container.right{
    margin: 0 auto;
  }
  section.two_column_with_accordion .right{
    margin-left: 0;
    margin-right: auto;
    text-align: left;
  }
}


/* Two Column */


section.two_column .card_container .card{
  height: 100%;
}

.iframe-video iframe{
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

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