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


@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');









:root {
  /* Theme Variable Styles */
  --body: #9A9494;
  --primary: #000000;
  --secondary: #003DF5;
  --tertiary: #00021B;
  --white: #fff;
  --black: #000;
  --bold: 600;
  --medium: 500;
  --regular: 400;
  --light: 300;
  --header-bg-color:#ffffff;
  --header-link-color:#9A9494;
  --footer-bg-color:#00021B;
  --footer-text-color:#9A9494;
  --error-text-color: #FF0201;
  --body-text-color: var(--body);
  --h1-color: var(--primary);
  --h2-color: var(--primary);
  --h3-color: var(--primary);
  --h4-color: var(--secondary);
  --h5-color: var(--primary);
  --h6-color: var(--primary);
  --h1-weight: 700;
  --h2-weight: 700;
  --h3-weight: 700;
  --h4-weight: 700;
  --h5-weight: 400;
  --h6-weight: 400;
  --body-size: 1.0rem;
  --h1-size: 3.2rem;
  --h1-mobile-size: 2.0rem;
  --h2-size: 1.8rem;
  --h2-mobile-size: 1.5rem;
  --h3-size: 1.2rem;
  --h3-mobile-size: 1.2rem;
  --h4-size: 0.8rem;
  --h4-mobile-size: 0.8rem;
  --h5-size: 0.7rem;
  --h5-mobile-size: 0.7rem;
  --h6-size: 0.7rem;
  --h6-mobile-size: 0.7rem;
  --label-color: var(--body);
  --help-color: #e42222;
  --form-background-color: var(--white);
  --form-border-color: var(--white);
  --container: 1634px;
  --container-small: 1150px;
}
.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input+span {
    width: 100%!important;
    font-size: 14px;
}

.legal-consent-container .hs-richtext a {
font-size: 11px;
    line-height: 15px;
}
.legal-consent-container .hs-richtext p {
font-size: 11px;
    line-height: 15px;
}
.legal-consent-container .hs-richtext {
font-size: 11px;
    line-height: 15px;
}

html{
  font-size: 18px;
  color:var(--body-text-color);
}

body {
  font-family: "Lexend", sans-serif;
  background: #fff;
  line-height: 25px;
  word-break: break-word;
  font-weight: 400;
  font-style: normal;
  font-size: var(--body-size);
  color:var(--body-text-color);
}

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

/* Custom Font Family */


/* Paragraphs */

p {
  font-size: var(--body-size);
  color: var(--body);
  margin: 0 0 15px;
}
p:last-child{
  margin:0;
}
/* Anchors */

a {
  color: var(--secondary);
  cursor: pointer;
  text-decoration: none;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary);
  font-family: "Lexend", sans-serif;
  margin:0 0 15px;
}

h1, .h1 { 
  font-size: var(--h1-size);
  font-weight: var(--h1-weight);
  line-height: 80px;
  color:var(--h1-color);
}
h1 strong, 
.h1 strong { 
  font-weight: 600; 
}
h2, .h2 { 
  font-size: var(--h2-size);
  font-weight: var(--h2-weight);
  line-height: 45px;
  color:var(--h2-color);
}
h2 span, .h2 span{
  color:var(--primary);
}
h3, .h3 { 
  font-size: var(--h3-size);
  font-weight: var(--h3-weight);
  line-height: 30px;
  color:var(--h3-color);
}

h4, .h4 { 
  font-size: var(--h4-size);
  font-weight: var(--h4-weight);
  line-height: 20px;
  color:var(--h4-color);
  text-transform:uppercase;
}

h5, .h5 { 
  font-size: var(--h5-size);
  font-weight: var(--h5-weight);
  line-height: 18px;
  color:var(--h5-color);
}

h6, .h6 { 
  font-size: var(--h6-size);
  font-weight: var(--h6-weight);
  line-height: 18px;
  color:var(--h6-color);
}


@media screen and (max-width: 991px) {
  h1, .h1 { font-size: var(--h1-mobile-size);line-height: 50px; }
  h2, .h2 { font-size: var(--h2-mobile-size);margin-bottom:24px;line-height: 40px; }
  h3, .h3 { font-size: var(--h3-mobile-size);line-height: normal; }
  h4, .h4 { font-size: var(--h4-mobile-size);line-height: normal; }
  h5, .h5 { font-size: var(--h5-mobile-size);line-height: normal; }
  h6, .h6 { font-size: var(--h6-mobile-size);line-height: normal; }
  
  p {
    font-size: 20px; line-height: normal}
}



/* Lists */

ul,
ol {
  color: var(--body);
  margin: 0 0 1.5rem;
}

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}

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

html,body{
  overflow-x:hidden;
}
html.open-popup{
  overflow:hidden;
}
/* Sections
========================================================================== */

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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


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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
  display:block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

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

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

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

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

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

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

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

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.container,.container-small, .content-wrapper {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 5%;
}
.left-container {
  padding-left: calc(50% - (var(--container) - 20px) / 2);
}
.right-container {
  padding-right: calc(50% - (var(--container) - 20px) / 2);
}

@media screen and (min-width:1199px) and (max-width:1400px){
  .container,.container-small, .content-wrapper {
    max-width: var(--container);
    margin: 0 auto;
  }
  .left-container {
    padding-left: calc(50% - (var(--container) - 20px) / 2);
  }
  .right-container {
    padding-right: calc(50% - (var(--container) - 20px) / 2);
  }
}
@media screen and (min-width:992px) and (max-width:1655px){
  .left-container {
    padding-left:20px;
  }
  .right-container {
    padding-right:20px;
  }
}

@media screen and (max-width:991px) {
    .left-container {
    padding: 0 20px;
  }
  .right-container {
    padding:0 20px;
  }
}

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

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

.btn a{
  display: inline-block;
  font-family: Lexend,sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height:20px;
  letter-spacing: 0;
  padding: 15px 38px;
  border: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  white-space: normal;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  
  border-radius: 2.25rem;
  
  
}
/* Primary Button Styles*/
.btn.btn--primary a{
  background: var(--secondary);
  color: var(--white);
  border:2px solid var(--secondary);
}


.btn.btn--primary a:hover,
.btn.btn--primary a:focus,
.btn.btn--primary a:active{
  text-decoration: none;
  background-color:#4449E5;
  border-color:#4449E5;
  transform: scale(1.04);
}


/* Secondary Button Styles */

.btn.btn--secondary a {
  background: transparent;
  border: 2px solid var(--secondary);
  color: var(--secondary);

} 

.cta-wrap {
  display: inline-block;
}



.btn.btn--secondary a:hover,
.btn.btn--secondary a:focus,
.btn.btn--secondary a:active{
  text-decoration: none;
  color:#4449E5;
  border-color:#4449E5;
  transform: scale(1.04);
}


/* Tertiary Button Styles */

.btn--primary-white a {
  background: var(--white);
  align-items: center;
  border: 2px solid var(--white);
  color:var(--secondary);
}



.btn--primary-white a:hover,
.btn--primary-white a:focus,
.btn--primary-white a:active{
  background:#EEF4FF;
  transform: scale(1.04);

}


.btn--secondary-white a {
  background: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}

.btn--secondary-white a:hover {
  background: #d2d2d2;
  color: var(--primary);
  transform: scale(1.04);
}


.with-icon .btn a {
  padding-left: 65px;
}
.with-icon .btn a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: 50%;
  width: 15px;
  height: 18px;
  transform: translateY(-50%);
}
.with-icon.icon-right .btn a {
  padding-right: 65px;
  padding-left: 38px;
}
.with-icon.icon-right .btn a::after {
  right: 40px;
  left: unset;
}


.btn-inner-wrap { display: flex;
  flex-wrap: wrap;
  gap:20px 30px;
  padding-top:30px }





@media(max-width:767px){
  .btn-inner-wrap .cta-wrap { width:100%; }
}


@media ( max-width:370px ){

  .with-icon.icon-right .btn a {
    padding-right: 50px;
    padding-left:25px;
  }
  .with-icon.icon-right .btn a::after {
    right: 20px;
  }

  .with-icon .btn a:after {
    left: 20px;
  }
  .with-icon .btn a {
    padding-left: 50px;
    padding-right:25px;
  }
}
.form-light form input[type="submit"] {
background: #003DF5 !important;
    border: 2px solid #003DF5 !important;
    color: #FFF !important;
  border-radius:100px !important;
}

.form-light form input[type="submit"]:hover {
    background-color: #4449e5 !important;
    border-color: #4449e5 !important;
    text-decoration: none;
    transform: scale(1.04); 
  border-radius:100px !important;
}





/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 16px;
  margin-bottom: 18px;
  font-family: "Lexend", sans-serif;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form .hs-form-field {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 14px 0;
}

.hs-form-field > label > span:first-child {
  color: var(--label-color);
}

/* Label Styles for Fields that can shift the label when filled */
.hs-form-field > label {
  display: block;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: var(--label-color);
  font-family: "Lexend", sans-serif;
  line-height:normal;
  display:none;


}

.hs-form-field > label span:first-child {
  color: var(--label-color);
  font-size:16px;
  line-height:normal;
}







form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--white);
  border:0;
  border-bottom:2px solid var(--form-border-color);
  width: 100%!important;
  height: 50px;
  outline:0;
  display: inline-block;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  padding: 15px 20px;
  
  
  border-radius: 7px;
  padding: 8px 16px;
  border:2px solid var(--form-border-color);
  
  
  
  color:var(--body);
  

}


form select{
  
  padding: 0 55px 0 16px;
  color:var(--white);
  
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(https://26154702.fs1.hubspotusercontent-eu1.net/hubfs/26154702/Xtremepush%202024/Images/down.svg) #ffffff;
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  color:rgba(154, 148, 148, 1);
  line-height: 21px;
}


form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder,
form input[type=tel]::placeholder,
form input[type=number]::placeholder,
form input[type=file]::placeholder,
form textarea::placeholder{
  
  color:var(--body);
  

}
form textarea,.hs-fieldtype-textarea.hs-input {
  min-height: 80px;
  resize:none !important;
}
.submitted-message,
.submitted-message *{
  color: var(--body);
  font-size: 22px;
  font-weight: 700;
  text-align:center;
}
form fieldset {
  max-width: 100% !important;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: var(--primary);
}

form input[type="radio"]:focus {
  border-color: var(--primary);
}

form fieldset.form-columns-2 > div {
  width: 100%!important;
}

form fieldset .input {
  margin-right: 0!important;
  display:flex;
  flex-wrap:wrap;
}

@media (min-width: 481px) {
  form .hs-form-field {
    margin: 0 0 20px;
  }

  form fieldset.form-columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
}


/* Inputs - checkbox/radio */
form .hs-fieldtype-radio .hs-form-radio-display,
form .hs-fieldtype-checkbox .hs-form-checkbox-display {
  display: grid;
  grid-template-columns: 20px 1fr;
  column-gap: 5px;
}

form .hs-fieldtype-radio .hs-form-radio-display input[type="radio"],
form .hs-fieldtype-checkbox .hs-form-checkbox-display input[type="checkbox"] {
  position: relative;
  display: block;
  -webkit-appearance: none;
  appearance: none;
  margin: 4px 0 0;
  width: 16px !important;
  height: 16px !important;
  border-radius: 3px;
  border: 2px solid var(--form-border-color);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

form .hs-fieldtype-radio .hs-form-radio-display input[type="radio"] {
  border-radius: 50%;
}
form .hs-fieldtype-radio .hs-form-radio-display input[type="radio"]:hover,
form .hs-fieldtype-checkbox .hs-form-checkbox-display input[type="checkbox"]:hover {
  background-color: var(--secondary);
}
form .hs-fieldtype-radio .hs-form-radio-display input[type="radio"]:checked,
form .hs-fieldtype-checkbox .hs-form-checkbox-display input[type="checkbox"]:checked {
  background-color: var(--body);
}

form .hs-fieldtype-checkbox .hs-form-checkbox-display input[type="checkbox"]:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 9px;
  color: var(--white);
  position: absolute;
  top: 1px;
  left: 2.6px;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out .3s;
}

form .hs-fieldtype-checkbox .hs-form-checkbox-display input[type="checkbox"]:checked:before {
  opacity: 1;
  visibility: visible;
}

form .hs-fieldtype-radio .hs-form-radio-display span,
form .hs-fieldtype-checkbox .hs-form-checkbox-display span {
  font-size: 16px;
}

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

form .inputs-list > li {
  display: block;
  margin: 16px 0;
}

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.hs_error_rollup {
  display: none;
}
.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;
  color:transparent !important;
}

/* Headings and text */

form .hs-richtext,
{
  font-size: 15px;
  margin: 0 0 10px;
}
form .hs-richtext * {
  font-size:15px;
}
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: 0 !important;
  font-size:15px;
}

.legal-consent-container * {
  font-size: 15px;
  color: var(--body);
}

/* Validation */

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

.hs-input.invalid.error {
  border-color: var(--help-color);
}

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

form .inputs-list.hs-error-msgs > li:after {
  display:none;
}

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

/* Submit button */
form .hs-submit {
  margin-top: 20px;
  text-align:center;
  
}

form input[type=submit],
form .hs-button,
#start-trial .custom-submit-cta-wrap .custom-submit-cta{
  background: var(--secondary);
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  padding: 13px 38px;
  color: var(--white);
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  white-space: normal;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid var(--secondary);
  
  border-radius: 10rem;
  
}




form input[type=submit]:hover,
form .hs-button:hover,
form input[type=submit]:focus,
form .hs-button:focus,
#start-trial .custom-submit-cta-wrap .custom-submit-cta:hover,
#start-trial .custom-submit-cta-wrap .custom-submit-cta:focus{
  background: var(--white);
  color:var(--secondary);
  text-decoration: none;
}

.hs-error-msgs li label{
  color:var(--error-text-color);
  margin-bottom: 0;
  font-size:14px;
  line-height:normal;
}

/* .footer .top-footer-row .top-footer-last-col .form-col-menu form .hs-form-field.hs_recaptcha {
margin-top: 10px;
} */
/* Captcha */

.grecaptcha-badge {
  margin: 10px 0 0;
}




.hs-fieldtype-booleancheckbox:not(:last-child) { margin-bottom: 29px }
.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display { display: flex; flex-wrap: wrap; margin: 0; }
.hs-form-booleancheckbox-display .hs-input { display: none }
.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input+span { align-items: center; cursor: pointer; display: flex; flex-wrap: wrap; padding-left: 35px; position: relative; width: calc(100% - 35px); }
.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input+span:before { background-color: var(--white); border: 1px solid var(--body); border-radius: 3px; content: ""; display: inline-block; height: 20px; left: 0; margin-right: 10px; position: absolute; top: 2px; transition: all .5s ease; width: 20px; }
.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:before { background-color: var(--white); border: 1px solid var(--body); }
.hs-fieldtype-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after { background-color: transparent; background-image: url(https://26154702.fs1.hubspotusercontent-eu1.net/hubfs/26154702/Xtremepush%202024/Images/tick.svg); background-position: 50%; background-repeat: no-repeat; background-size: cover; border-radius: 100%; content: ""; height: 13px; left: 3px; position: absolute; top: 5px; transition: all .5s ease; width: 15px; }
li.hs-form-booleancheckbox { margin: 0 !important; }





@media screen and (max-width:767px){
  form fieldset.form-columns-2 {
    margin: 0 -5px;
    max-width: unset !important;
    display: flex !important;
    flex-wrap: wrap;
    column-gap: unset !important;
  }
  form fieldset.form-columns-2>div {
    width: 100% !important;
    padding: 0 5px;
    display: block;
  }
/*   .hs-fieldtype-textarea.hs-input, form textarea{min-height:121px;} */
  form label{margin-bottom:10px;}
/*   form .hs-submit{margin-top:15px;} */
/*   form .hs-button, form input[type=submit],#start-trial .custom-submit-cta-wrap .custom-submit-cta { padding: 16px 25px; font-size: 14px; } */

}
/* Table */

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

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

.headersec-wrapper {
  margin-top:80px;
}

@media screen and (max-width: 1024px) {
  .headersec-wrapper {
    margin-top:70px !important;
  }
}
/* .headersec-wrapper {

z-index:111;
left: 0;
position: fixed !important;
right: 0;
top: 0;
width: 100%;
}
*/
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.header-sec {
  border-bottom: 1px solid #F5F5F5;
  background: var(--header-bg-color);
  position:relative;
}

.header-sec{
  /*   animation: slide-down .7s; */

}

.logo-content-box.one-fourth {
  width: 25%;
}

.logo-content-box.one-third {
  width: 33.33%;
}

.header-sec .container {
  max-width: 1863px;
}

.header-wrapepr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 348px;
}

.header-logo {
  width: 266px;
  height: auto;
  padding:20px 0;
}

.header-logo img {
  width: 100%;
  height: auto;
}

.header-menu {
  width: calc(100% - 614px);
}

.header .hs-menu-wrapper ul {
  justify-content: center;
}

.header .hs-menu-wrapper ul>li {
  margin: 0;
  padding: 27px 0;
  cursor: pointer;
  position: relative;
}

.header .hs-menu-wrapper ul>li>a {
  padding: 0 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-align: center;
  color: var(--header-link-color);
}

.header .hs-menu-wrapper ul>li>a:hover, .header .hs-menu-wrapper ul>li>a:focus {
  text-decoration: none;

}
.header-sec .hs-menu-wrapper .hs-menu-item:hover>a {
  color: var(--secondary);
}
.header-btn-two a {
  padding: 10px 29px;
  transform: none !important;
}

.header-btn-one a {
  padding: 10px 28px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  transform: none !important;
}

.header-btn-one a span {
  margin: 0 0  0 10px;
  width: 11px;
  height: 15px;
}

.header-btn-one a span svg {
  width: 14px;
  height: 15px;
}

.header-btn-one {
  margin-right: 18px;
}

.header-sec .hs-menu-children-wrapper.megamenu {
  z-index: 999 !important;
  top: 100% !important;
}

.megamenu-layout-main {
  background: var(--white);
  width: 517px;
  border-radius: 15px;
  position: relative;
  box-shadow: 0px 0px 30px 3px hsl(0deg 0% 0% / 19%);
}

.header-sec .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
  left: 50%;
  transform: translateX(-50%);
  width: auto !important;
  top: calc(100%+7px) !important;
}

.logo-content-box-main {
  display: flex;
  flex-wrap: wrap;
}

.logo-content-title h5 {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: var(--body);
  text-transform: uppercase;
  margin-bottom: 16px;
}

.logo-content-box {
  width: 50%;
  padding: 0 16px;
}

.logo-content-box-main {
  margin: 0 -16px;
  padding: 40px 40px 20px;
}

.logo-content-innerbox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  position: relative;
}

.logo-content-innerbox a {
  display: flex !important;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.logo-content-innerbox-left {
  width: 25px;
  height: 25px;
  background: #F5F5F7;
  border-radius: 5px;
}

.logo-content-innerbox-right {
  width: calc(100% - 25px);
  padding-left: 16px;
}

.logo-content-innerbox-right h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--primary);
  margin-bottom: 2px;
}

.logo-content-innerbox-right p {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin: 0;
}

.megamenu-layout-main:before {
  content: "";
  left: 50%;
  position: absolute;
  top: -2px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg) translateX(-50%);
  box-shadow: none;
  z-index: -0;
  border-radius: 6px 0 0 0;
}

.logo-content-innerbox:hover .logo-content-innerbox-right h6 {
  color: var(--secondary);
}

.header-sec .megamenu-header-main .hs-menu-wrapper .header-btn-wrapper {
  display: none;
}

.header .hs-menu-wrapper ul>li:hover:after {
  width: calc(100% - 60px);
  height: 4px;
  border-radius: 50px;
  position: absolute;
  background: var(--secondary);
  content: '';
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.box-width-change.megamenu-layout-main {
  width: 782px;
}

.cta-content-box-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 40px 20px;
  background: #FBFBFC;
  border-radius: 0 0 15px 15px;
}

.cta-content-left {
  width: 251px;
  padding: 0 20px 0 0;
}

.logo-content-innerbox-left img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit:contain;
  padding:4px;
}

.cta-content-right {
  width: calc(100% - 251px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: var(--secondary);
  padding: 23px 24px;
  border-radius: 10px;
  gap:10px;
}

.cta-content h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--white);
}

.cta-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: var(--white);
}

.cta-content {
  width: 62%;
}

.header-sec .cta-btn {
  width: calc(100% - 46%);
}

.header-sec .cta-btn {
  display: block;
  width: auto;
  margin-left: 0;
}

.header-sec .cta-btn a {
  font-size: 14px;
  line-height: 18px;
  padding: 8px 20px;
}

.cont-box-width .cta-content-left {
  padding: 0;
  width: 100%;
}

.icon-listing-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.icon-listing {
  width: 33.33%;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
}

.icon-listing-left {
  width: 15px;
  height: 15px;
}

.icon-listing-left img {
  width: 100%;
  height: auto;
}

.icon-listing-right p {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.icon-listing-right {
  padding-left: 12px;
  width: calc(100% - 15px);
}

.icon-listing a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.phone-logo {
  display: none;
}

.icon-listing:hover .icon-listing-right p {
  color: var(--secondary);
}

/* header.header {
margin-top: 129px;
} */
.site-news-section {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease
}
/* .headFix .site-news-section {
margin-top: -49px;
} */


.header-sec .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper.open{
  opacity: 1;
}

.header-sec .hs-menu-wrapper .hs-menu-item.active>a {
  color: var(--secondary);
}

.header .hs-menu-wrapper ul>li.active:after {
  background: var(--secondary);
  bottom: -1px;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: calc(100% - 60px);
  border-radius:50px;
}

@media (max-width:1300px) {
  .header .hs-menu-wrapper ul>li>a {
    padding: 0 15px;
    font-size: 16px;
  }

  .header-logo {
    width: 177px;
  }

  .header-btn-one a,
  .header-btn-two a {
    font-size: 15px;
    padding: 10px 20px;
  }

  .header-btn-wrapper {
    width: 300px;
  }

  .header-menu {
    width: calc(100% - 477px);
  }

  .header .hs-menu-wrapper ul>li:hover:after {
    width: calc(100% - 30px);
  }
  .header .hs-menu-wrapper ul>li.active:after {
    width: calc(100% - 30px);
  }
}

@media screen and ( min-width:992px ) and ( max-width:1380px ) {

  /*   .header-sec .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper .megainner .megamenu-layout-main {
  height: 450px;
  overflow-y: scroll;
  overflow-x:hidden;
}

  .header-sec .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper .megainner .megamenu-layout-main::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius:15px; background-color: #F5F5F5; }
  .header-sec .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper .megainner .megamenu-layout-main::-webkit-scrollbar { width: 3px; background-color: #F5F5F5; border-radius:15px; }
  .header-sec .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper .megainner .megamenu-layout-main::-webkit-scrollbar-thumb { background-color: #000000; border: 2px solid #555555; border-radius:15px; }

  */
  .megainner:before {
    border-radius: 6px 0 0 0;
    box-shadow: -1px -1px 10px -2px hsla(0,0%,51%,.5);
    content: "";
    height: 20px;
    left: 50%;
    position: absolute;
    top: -2px;
    transform: rotate(45deg) translateX(-50%);
    width: 20px;
    z-index: -1;
    background: #fff;
  }

}

@media (max-width:1150px) {
  .box-width-change.megamenu-layout-main {
    width: 680px;
  }

  .hs-menu-item:first-child .megamenu-layout-main:before {
    left: 215px;
    transform: none;
  }


  .logo-content-box.one-fourth {
    width: 33.33%;
  }


  .cta-content {
    width: 100%;
  }

  .header-sec .cta-btn {
    margin-top: 0;
  }

}

@media screen and (max-width:991px) {
  .header-sec {
    padding: 22px 0
  }

  /*   header.header {
  margin-top: 114px;
} */
  .header-sec .new-header-btn {
    display: none
  }
  .header-logo {
    padding:0;
  }
  .mobile-trigger.cta_border_button {
    background-repeat: no-repeat !important;
    background: url('https://26154702.fs1.hubspotusercontent-eu1.net/hubfs/26154702/Xtremepush%202024/Images/Frame%2039857.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 35px;
    cursor: pointer;
    display: inline-block !important;
    height: 35px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    z-index: 12
  }

  .header-sec .megamenu-header-main .hs-menu-wrapper {
    background-color: var(--white);
    border-radius: 0;
    display: none;
    left: -1px;
    max-width: calc(100% + 1px);
    height: calc(100vh - 65px);
    overflow-x: hidden;
    overflow-y: auto !important;
    padding: 35px 20px 50px;
    position: absolute;
    right: 0;
    top: 65px;
    width: calc(100% + 1px);
    z-index: 99
  }


  .headFix .header-sec .megamenu-header-main .hs-menu-wrapper {
    height: calc(100vh - 66px);
  }


  .header-sec .megamenu-header-main .hs-menu-wrapper ul li>a {
    padding: 0
  }

  .header-sec span.downarrow {
    right: 0;
    top: 25px;
    position: absolute;
    background-image: url('https://26154702.fs1.hubspotusercontent-eu1.net/hubfs/26154702/Xtremepush%202024/Images/Frame%2039861.svg');
    width: 11px;
    height: 15px;
  }

  .header-sec .megamenu-header-main .hs-menu-wrapper ul li .hs-menu-children-wrapper.megamenu {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 0;
  }

  .icon-listing:last-child {
    margin-bottom: 0;
  }

  .header-sec .megamenu-header-main .hs-menu-wrapper ul li .hs-menu-children-wrapper.megamenu .megamenu-row-inner {
    box-shadow: unset;
    padding: 0;
    width: 100%
  }

  .header-sec .megamenu-layout-main:before {
    display: none
  }

  .header-sec .megamenu-box-inner {
    margin: 0 0 20px;
    width: 100%
  }

  .header-sec .megamenu-box-inner:last-child {
    margin-bottom: 0
  }

  .header-sec .hs-menu-wrapper ul li:hover span.downarrow {
    transform: unset
  }

  .header-sec .megamenu-header-main .hs-menu-wrapper ul li {
    width: 100%;
    padding: 15px 0;
    display:flex;
    flex-wrap:wrap;
  }

  .logo-content-box.one-fourth {
    width: 100%;
  }

  .logo-content-box.one-third {
    width: 100%;
  }
  .header-sec .megamenu-header-main .hs-menu-wrapper .new-header-btn {
    display: flex;
    margin-top: 50px
  }

  html.mobile-open,
  html.mobile-open.mobile-open-scroll {
    overflow: hidden
  }

  .header-sec .hs-menu-wrapper ul li span.downarrow.child-open {
    background-image: url('https://26154702.fs1.hubspotusercontent-eu1.net/hubfs/26154702/Xtremepush%202024/Images/Frame%2039861%20%281%29.svg');
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
  }

  .mobile-trigger.cta_border_button.active-re {
    background: url('https://26154702.fs1.hubspotusercontent-eu1.net/hubfs/26154702/Xtremepush%202024/Images/Frame%2039857%20%281%29.svg');
    width: 26px;
    height: 26px;
  }

  .header-btn-one {
    width: 100%;
    display: inherit;
    margin-bottom: 28px;
  }

  .header-btn-two {
    width: 100%;
  }

  .header-sec .header-btn-wrapper {
    display: none;
  }

  .header-sec .megamenu-header-main .hs-menu-wrapper .header-btn-wrapper {
    display: flex;
    margin-top: 23px;
  }

  .header .hs-menu-wrapper ul>li:hover:after {
    display: none;
  }
  .header .hs-menu-wrapper ul>li.active:after {
    display:none;
  }

  .header .hs-menu-wrapper ul>li.open a,
  .header .hs-menu-wrapper ul>li:hover a {
    color: var(--secondary);
  }

  .logo-content-box-main {
    padding: 0;
    margin: 0;
  }

  .logo-content-box {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .cta-content-box-wrap {
    padding: 0;
    background: var(--white);
  }

  .icon-listing-wrap {
    margin: 0;
  }

  .icon-listing {
    padding: 0;
    width: 100%;
  }
  .cta-content-right {
    width: 100%;
    padding: 18px 24px;
  }

  .cta-content-left {
    width: 100%;
    padding: 0;
  }

  .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;
    top: 0;
  }

  .header-sec .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
    opacity: 1;
    position: relative;
    left: 0;
    top: unset !important;
    width: 100% !important;
    transform: unset;
    overflow: unset !important;
  }

  .cont-box-width .cta-content-left {
    margin-bottom: 10px;
  }

  .phone-logo {
    display: block;
  }

  .phone-logo {
    margin-top: 30px;
    max-width: 340px;
  }

  .phone-logo img {
    width: 100%;
    height: 100%;
    display:none;
  }
  .header-btn-one a, .header-btn-two a {
    font-size:18px;
    padding:10px 28px;
  }
}
@media ( max-width:767px ){

  /*   header.header {
  margin-top: 131px;
} */

}


.header-sec {
  position:fixed;
  top:0px;
  width:-webkit-fill-available;
  z-index:98;
  width: 100%;
}

.header-sec .container {
  padding: 0px 30px !important;
}
/* 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;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 69%;
  width: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;
  }
}
.footer { background: var(--footer-bg-color); padding: 100px 0 60px; position: relative }
.footer-logo { width: 443px; height: auto; margin-bottom: 30px; padding-top: 29px; }
.footer-logo img { width: 100%; height: auto; }
.footer-top { display: flex; flex-wrap: wrap; margin-bottom: 50px; }
.footer-logo-cont { width: 608px; }
.footer-logo-title h2 { color: var(--white); font-weight: 500; }
.footer-links-maintitle h5 { font-size: 18px; font-weight: 700; line-height: 23px; color: var(--white); text-align: left; margin-bottom: 20px; }
.footer-links-name a { font-size: 16px; font-weight: 400; line-height: 20px; color: var(--footer-text-color); }
.footer-links-name a:hover, .footer-links-name a:focus { color: var(--secondary); text-decoration: none; }
.footer-links-name { margin-bottom: 10px; display: flex; flex-wrap: wrap; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding-top: 60px; border-top: 1px solid #fff3; }
.top-arrow { width: 60px; height: 60px; cursor: pointer; }
.footer-copyright-text p { font-size: 14px; font-weight: 400; line-height: 21px; color:#FFFFFFCC; }
.top-arrow img { width: 100%; height: 100%; object-fit: contain; object-position: center center; }
.footer-copyright-text { padding-right: 10px; width: calc(100% - 60px); }
.footer-links-wrap { display: flex; flex-wrap: wrap; width: calc(100% - 608px); justify-content: flex-end; }
.footer-links-col { width: 150px; margin-left: 66px; }
.footer-links-name .hs-menu-wrapper ul { display: block; }
footer .hs-menu-wrapper ul>li {display: flex;width: 100%;flex-wrap: wrap;}
.footer-copyright-text .footer-copyright-inner { display: flex; align-items: center; } 
.footer-copyright-text .footer-copyright-inner .footer-certi { margin-right: 30px; display: flex; align-items: center; justify-content: flex-start; } 
.footer-copyright-text .footer-copyright-inner .footer-certi .footer-certi-img:not(:last-child) { margin-right: 30px; } 
.footer-copyright-text .footer-copyright-inner .footer-certi .footer-certi-img:first-child img { width: 201px; } 
.footer-copyright-text .footer-copyright-inner .footer-certi .footer-certi-img img { display: block; } 
.footer-copyright-text .footer-copyright-inner .footer-certi .footer-certi-img:last-child img { width: 215px; }
.footer-logo-cont .footer-logo-title * {font-size: 24px;line-height: normal;}







@media (max-width:1440px) {
  .footer-links-col { margin-left: 40px }
}
@media (max-width:1280px) {
  .footer-logo-cont { width: 400px; }
  .footer-logo { width: 400px; }
  .footer-links-wrap { width: calc(100% - 400px); }
}
@media screen and (max-width:1280px) and (min-width:1000px) {
  .footer-logo-cont .footer-logo-title * {font-size: 18px;}
}
@media (max-width:1024px) {
  .footer-logo { margin-bottom: 15px; width: 300px; }
  .footer-logo-cont { width: 300px; }
  .footer-logo-title h2 { font-size: 24px; line-height: 34px; }
  .footer-links-wrap { width: calc(100% - 300px); }
  .footer { padding: 50px 0 40px; }
  .footer-top { margin-bottom: 30px; }
  .footer-bottom { padding-top: 20px; }
  .footer-logo { padding-top: 0; }
}
@media (max-width:991px) {
  .footer-links-col { width: 150px; margin-left: 20px; }
  .footer-logo { width: 200px; }
  .footer-logo-cont { width: 200px; }
  .footer-links-wrap { width: calc(100% - 200px); }
  .footer-copyright-text .footer-copyright-inner .footer-certi .footer-certi-img:first-child img {width: 150px;}
  .footer-copyright-text .footer-copyright-inner .footer-certi .footer-certi-img:last-child img {width: 160px;}
}
@media (max-width:767px) {
  .footer-logo-title h2 { margin-bottom: 30px; }
  .footer-logo-cont { width: 100%; }
  .footer-links-wrap { width: 100%; }
  .footer-links-col { width: 100%; margin-bottom: 40px; margin-left: 0; }
  .footer-links-col:last-child { margin-bottom: 0; }
  .footer-logo { max-width: 320px; width: 100%; margin-bottom: 30px; }
  .top-arrow { width: 40px; height: 40px; }
  .footer-copyright-text { width: calc(100%);padding: 0; }
  .footer-links-name:last-child { margin: 0; }
  .footer { padding: 50px 0 20px; }
  .footer-copyright-text .footer-copyright-inner .footer-certi {margin-bottom: 0;width: 100%;margin-right: 0;justify-content: center;gap: 20px;} 
  .footer-copyright-text .footer-copyright-inner { flex-direction: column; gap: 30px; align-items: flex-start; } 
  .top-arrow { position: absolute; right: 15px; bottom: 15px; } 
  .footer-copyright-text .footer-copyright-inner .footer-certi .footer-certi-img:not(:last-child) { margin-right: 0; } 
  .footer-copyright-text .footer-copyright-inner .footer-certi .footer-certi-img { width: 50%; } 
  .footer-copyright-text .footer-copyright-inner .footer-certi .footer-certi-img:first-child img,
  .footer-copyright-text .footer-copyright-inner .footer-certi .footer-certi-img:last-child img { width: 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;
  }
}