@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* font-family: "Open Sans", sans-serif; */




/* CSS variables */

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

/* Mobile layout */

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


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

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

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.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 1rem;
}

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


@font-face {
  font-family: 'Eastman Trial';
  src: url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Bold.eot');
  src: url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Bold.eot#iefix') format('embedded-opentype'),
    url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Bold.woff2') format('woff2'),
    url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Bold.woff') format('woff'),
    url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Bold.ttf') format('truetype'),
    url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Bold.svg#EastmanTrial-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eastman Trial';
  src: url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Medium.eot');
  src: url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Medium.eot#iefix') format('embedded-opentype'),
    url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Medium.woff2') format('woff2'),
    url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Medium.woff') format('woff'),
    url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Medium.ttf') format('truetype'),
    url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Medium.svg#EastmanTrial-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Eastman Trial';
  src: url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Regular.eot');
  src: url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Regular.eot#iefix') format('embedded-opentype'),
    url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Regular.woff2') format('woff2'),
    url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Regular.woff') format('woff'),
    url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Regular.ttf') format('truetype'),
    url('https://49144169.fs1.hubspotusercontent-na1.net/hubfs/49144169/FreeAgentPayment/Fonts/EastmanTrial-Regular.svg#EastmanTrial-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}












/* 1a. Containers */



/* 1b. Colors */






/* 1c. Typography */

































/* 1d. Buttons */

/* -- btn1 -- */










/* -- btn2 -- */










/* 1e. Forms */


















/* 1g. Website header */






/* 1h. Website footer */











.container { max-width: 1288px; width: 100%; margin: auto; padding: 0 15px; }
.dnd-section, .content-wrapper--vertical-spacing { padding: 0; }

@media (min-width:1200px) and (max-width:1400px) { .container { max-width:1136px; } }
@media (min-width:992px) and (max-width:1199px) { .container { max-width:960px; } }
@media (min-width:768px) and (max-width:991px) { .container { max-width:720px; } }
@media (max-width:767px) { .container { max-width:100%; } }





*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
html { font-size: 20px; }
body { font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none; color: #041B66; font-size: 20px; line-height: 30px; padding:0; margin:0; font-weight: 400; }

p { margin:0 0 20px;}
a { font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal; color: #17E184;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
;  }
a:hover, a:focus {  color: #010523; }
a:active { color: #010523; }
img { border:0; vertical-align: top; height:auto; max-width:100%; }
ul, ol { list-style:none; }
.details ul, .content ul, .post-body ul { list-style: disc; }
.details ol, .content ol, .post-body ol {list-style: auto;}

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }
.row-fluid a.cta_button, a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.w100 { width:100%; display:inline-block; vertical-align:top; }
.dis-flex{ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.align-center{ align-items: center; }
.row-reverse{ flex-direction: row-reverse; }
.col-reverse{ flex-direction: column-reverse; }
.justify-center { justify-content: center; }
.text-left { text-align:left; }
.text-center { text-align:center; }
.text-right { text-align:right; }

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: 'Eastman Trial', sans-serif; font-style: normal;
  color: #041B66;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0 0 15px;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: 'Eastman Trial', sans-serif; font-style: normal;
  color: #041B66;
  font-size: 48px;
  text-transform: none;
  line-height: 58px;
  margin: 0 0 15px;
}

h3,
.h3 {
  font-weight: 500; text-decoration: none; font-family: 'Eastman Trial', sans-serif; font-style: normal;
  color: #041B66;
  font-size: 32px;
  text-transform: none;
  line-height: 42px;
  margin: 0 0 15px;
}

h4,
.h4 {
  font-weight: 500; text-decoration: none; font-family: 'Eastman Trial', sans-serif; font-style: normal;
  color: #041B66;
  font-size: 24px;
  text-transform: none;
  line-height: 34px;
  margin: 0 0 15px;
}

h5,
.h5 {
  font-weight: 600; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #041B66;
  font-size: 20px;
  text-transform: none;
  line-height: 30px;
  margin: 0 0 15px;
}

h6,
.h6 {
  font-weight: 500; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #041B66;
  font-size: 18px;
  text-transform: none;
  line-height: 28px;
  margin: 0 0 15px;
}

/* Blockquote */

blockquote { border-left-color: #041B66; }





/* -- Button1 -- */

.btn1 a, a.btn1 {
  border: 1px solid #17E184;

  padding-top: 11px;
padding-right: 19px;
padding-bottom: 11px;
padding-left: 19px;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: #17E184;
  border-radius: 50px;
  color: #041B66;
  font-size: 18px;
  text-transform: none;
  display: inline-block; line-height: 26px; border-top-right-radius: 0; text-transform: uppercase;
}

.btn1 a:hover, a.btn1:hover {
  background-color: #041B66; color:#17E184; border-color: #041B66; 
}

/* -- Button2 -- */
.btn2 a, a.btn2 {
  border: 1px solid #041B66;

  padding-top: 11px;
padding-right: 19px;
padding-bottom: 11px;
padding-left: 19px;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: #041B66;
  border-radius: 50px;
  color: #17E184;
  font-size: 18px;
  text-transform: none;
  display: inline-block; line-height: 26px; border-top-right-radius: 0; text-transform: uppercase;
}

.btn2 a:hover, a.btn2:hover {
  background-color: #17E184; color:#041B66; border-color: #17E184;
}






form, .submitted-message { font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none; }
.form-title { color: #041B66; }
form label { color: #ffffff; font-size: 16px; display: inline-block;  padding-bottom: 2px;}
form legend { color: #ffffff; font-size: 16px;}

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 { border: 1px solid #ffffff;
 background-color: #ffffff; color: #041B66; border-radius: 6px; -webkit-border-radius: 6px; height:50px; padding:10px 15px; width:100%; font-family: Open Sans; font-weight: 500; font-size:18px; }
fieldset.form-columns-2 { padding-bottom: 10px;}
.hs-submit { padding: 15px 0 0;}
/* Form placeholder text */

::-webkit-input-placeholder { color: #041B66; position:relative; top:1px; font-family: Open Sans; }
::-moz-placeholder { color: #041B66; position:relative; top:1px; font-family: Open Sans; }
:-ms-input-placeholder { color: #041B66; position:relative; top:1px; font-family: Open Sans; }
::placeholder { color: #041B66; position:relative; top:1px; font-family: Open Sans; }

form select { font-weight: 500; font-size: 16px; color: #4C5773; appearance: none; -webkit-appearance: none;  background-image: url(https://27192314.fs1.hubspotusercontent-eu1.net/hubfs/27192314/Verian/Form%20Arrow.svg); background-repeat: no-repeat; background-position: 97% center; background-size: 14px; }
fieldset.form-columns-2, fieldset.form-columns-1 { max-width: 100% !important;}
fieldset.form-columns-2 .input, fieldset.form-columns-1 .input { margin: 0 !important;}
/* .hs-fieldtype-textarea.hs-input {  height: 90px;  border-radius: 20px; }
.hs-fieldtype-textarea .input { border: 1px solid #1f2d50; border-radius: 25px; overflow: hidden; } */
.hs-form-field textarea:focus { outline: none; border: 1px solid #1f2d50; }
/* .hs-form-field textarea { border: 0; } */


/* Inputs - date picker */
.hs-fieldtype-date .input .hs-dateinput:before { color: #041B66; }
.fn-date-picker td.is-selected .pika-button { background: #041B66; }
.fn-date-picker td .pika-button:hover { background-color: #041B66 !important; }
.fn-date-picker td.is-today .pika-button { color: #041B66; }

/* Submit button */
form input[type=submit], form .hs-button {
  padding-top: 11px;
padding-right: 30px;
padding-bottom: 11px;
padding-left: 30px;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  border-radius: 50px;
  color: #041B66;
  font-size: 18px;
  text-transform: none;
  background-color: #17E184; line-height: 26px; border-top-right-radius: 0; text-transform: uppercase;
  display: inline-block;  
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
; cursor: pointer; border:0; 
}

form input[type=submit]:hover, form input[type=submit]:focus, form .hs-button:hover, form .hs-button:focus, form input[type=submit]:active, form .hs-button:active {
  background-color: #17E184; color: #ffffff; border:0; outline: none;
}

.submitted-message { text-align:  center; color: #155724; background-color: #d4edda; border-color: #c3e6cb; position: relative; padding: .75rem 1.25rem; margin-bottom: 1rem; border: 1px solid #c3e6cb; border-radius: .25rem; }
.field.hs-form-field + .hs_error_rollup { display:none; }
.hs_error_rollup { display:none; }
.hs-form input:focus-visible, .hs-form input:focus { border: 1px solid #ffffff;
; outline: none;}

.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 20px; }
.hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.hs-form fieldset .hs-input { width:100% !important; }
.hs-form fieldset { max-width:none; }

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {   
  .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
}

.hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
.inputs-list .hs-form-checkbox-display , .inputs-list .hs-form-booleancheckbox , .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 20px; position:relative; }
.inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.inputs-list input[type="radio"] { top:3px; }
.inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-39px; top:6px;  content:''; width:20px; height:20px; border:1px solid transparent; color:#fafafa; background:#fafafa; border-radius: 4px; }
.inputs-list input[type="checkbox"]:checked + span:before { background:#fff; color:#ffff; border-color:#fff; }
.inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-39px; top:0px;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; font-size: 12px; }
.inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:5px;  content:''; width:20px; height:20px; border:1px solid #1F2D50;  background:#fafafa; border-radius:100%; }
.inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:9px;  content:''; width:12px; height:12px; border-color:#1F2D50; background:#1F2D50;  border-radius:100%; }

ul.no-list.hs-error-msgs.inputs-list { margin: 0; padding: 0;}
ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg { color: red; font-size: 12px;}





.footer { background-color: #010523; }
.footer p { color: #ffffff; }
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #ffffff;
}
.footer .footer-menu ul li a { color:#ffffff; }
.footer .footer-menu ul li a:hover { color:#17E184; }


/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0;  cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: ""; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: ""; }
.slick-arrow.slick-disabled { display:none; }
.slick-arrow.slick-next {position: absolute; top: 50%; transform: translateY(-50%); background: transparent; border-radius: 40px; width: 23px; height: 40px; left: auto; right: -35px; border: 0; background-image: url(https://27192314.fs1.hubspotusercontent-eu1.net/hubfs/27192314/Verian/right-arrow-slider.svg); background-repeat: no-repeat; background-position: center center; background-size: 21px;  transition:all 0.4s;}
.slick-arrow.slick-prev {position: absolute; top: 50%; transform: translateY(-50%); background: transparent; border-radius: 40px; width: 23px; height: 40px; left: -35px; border: 0; background-image: url(https://27192314.fs1.hubspotusercontent-eu1.net/hubfs/27192314/Verian/left-arrow-slider.svg); background-repeat: no-repeat; background-position: center center; background-size: 21px; transition:all 0.4s;}

ul.slick-dots { margin:0; padding:0; list-style:none; width:100%;}
ul.slick-dots { text-align:center; padding:38px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#D3C8BD; width:100px; height:5px; border-radius:0%; font-size:0;  cursor:pointer; padding:0; border: 0;}
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#FF7D04; }

a.mobile-trigger { display: none;}


.header-no-navigation { position: fixed; top: 0; left: 0; width: 100%; background: #ffffff; z-index: 9999; padding: 20px 0; transition: all 0.4s; box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.3); }
.header-no-navigation .logo-part { width: 200px; }
.header-no-navigation .right-side { width: calc(100% - 200px); display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; }
.header-no-navigation .container { display: flex; flex-wrap: wrap; align-items: center; }
.header-no-navigation .right-side .menu-box ul { padding: 0; margin: 0; }
.header-no-navigation .right-side .menu-box ul li { display: inline-block; padding-right: 25px; }
.header-no-navigation .right-side .menu-box ul li a { color: #010523; display: inline-block; font-weight: 500; }
.header-no-navigation .right-side .menu-box ul li a:hover { color: #17E184; }
.header-no-navigation .right-side .header-btn { padding-left: 10px; }
.header-no-navigation .right-side .menu-box .header-btn { display: none;}




.hero-section { width: 100%; display: inline-block; vertical-align: top; background-size: cover; background-repeat: no-repeat; background-position: center center; padding: 230px 0 120px; position: relative; z-index: 1; }
.hero-section .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.hero-section h1 { color: #ffffff; }
.hero-section .content { color: #ffffff; max-width: 690px; width: 100%; padding: 10px 0 0; }
.hero-section h1 { width: 100%; }


.about-section { width: 100%; display: inline-block; vertical-align: top; padding: 110px 0 110px; position: relative; z-index: 1; overflow: hidden; }
.about-section h2 { text-transform: uppercase; }
.about-section .content { padding: 10px 0 0; max-width: 612px; width: 100%; font-size: 18px; }
.about-section .left-part { width: 50%; }
.about-section .right-part { width: 50%; padding-left: 30px; text-align: right; }
.about-section .right-part img { border-radius: 50% 0% 50% 50%; }
.about-section .content p:last-child { margin-bottom: 0; }
.about-section .shape1 { position: absolute; top: 0; left: 0;  z-index: -1;  }
.about-section .shape2 { position: absolute; left: auto; right: 0; top: auto; bottom: -10px;  z-index: -1;  }


.who-help-section { width: 100%; display: inline-block; vertical-align: top; padding: 110px 0 0; position: relative; z-index: 1; overflow: hidden; }
.who-help-section .left-part { width: 55%; padding-right: 60px; }
.who-help-section .right-part { width: 45%; text-align: right; padding-left: 30px; }
.who-help-section .section-title { padding-bottom: 30px; }
.who-help-section .left-part .box { border-top: 1px solid rgb(4 27 102 / 10%); padding: 25px 0; }
.who-help-section .left-part .box h4 { font-weight: 600; }
.who-help-section .left-part .box  .content { font-size: 18px; }
.who-help-section .right-part img { border-radius: 20px; }
.who-help-section .section-title h2 { text-transform: uppercase;}
.who-help-section .shape1 { position: absolute; top: auto; left: 0; bottom: 220px; z-index: -1; }
.who-help-section .shape2 { position: absolute; left: auto; right: 0; top: auto; bottom: 10px; z-index: -1; }


.contact-section { padding: 110px 0 110px; }
.contact-section .left-part { width: 50%; padding-right: 40px; }
.contact-section .right-part { width: 50%; }
.contact-section .right-part .form-box { background: #041B66; border-radius: 10px; padding: 30px; }
.contact-section .right-part h2 { padding-bottom: 40px; text-transform: uppercase; }
.contact-section .left-part img { border-radius: 20px; }



.lpfooter-section { width: 100%; display: inline-block; vertical-align: top; background: #010523; padding: 110px 0 0; }
.lpfooter-section .left-part { width: 50%; padding-right: 30px; }
.lpfooter-section .center-part { width: 25%; padding-right: 30px; }
.lpfooter-section .right-part { width: 25%; }
.lpfooter-section h3 { color: #ffffff; font-size: 24px; font-weight: 600; }
.lpfooter-section .footer-content { color: #ffffff; font-size: 16px; line-height: 26px; max-width: 290px; padding: 20px 0 0; }
.lpfooter-section .footer-bottom { border-top: 1px solid rgb(255 255 255 / 10%); padding: 30px 0; justify-content: space-between; margin: 30px 0 0px; }
.lpfooter-section .footer-bottom .copyright { color: rgb(255 255 255 / 60%); font-size: 14px; line-height: 1; width: 50%; }
.lpfooter-section .footer-bottom .footer-social { text-align: right; }
.lpfooter-section .footer-bottom .footer-social ul { margin: 0; padding: 0; }
.lpfooter-section .footer-bottom .footer-social ul li { display: inline-block; padding-left: 10px; }
.lpfooter-section .footer-bottom .footer-social ul li svg { fill: rgb(255 255 255 / 60%); height: 22px; width: 22px; transition: all 0.4s; }
.lpfooter-section .footer-bottom .footer-social ul li a:hover svg { fill: #17E184; }
.lpfooter-section .left-part .logo-box { width: 200px; }
.lpfooter-section .center-part .footer-menu ul { margin: 0; padding: 0; }
.lpfooter-section .center-part .footer-menu ul li a { color: #ffffff; font-size: 16px; }
.lpfooter-section .center-part .footer-menu ul li a:hover { color: #17E184; }
.lpfooter-section .center-part .footer-menu ul li { padding-bottom: 5px; }
.lpfooter-section .right-part .cnt-box { margin-bottom: 20px; }
.lpfooter-section .right-part .cnt-box .icon { width: 44px; height: 44px; background: #17E184; border-radius: 50%; border-top-left-radius: 0; display: flex; align-items: center; justify-content: center; }
.lpfooter-section .right-part .cnt-box .icon img { width: auto; }
.lpfooter-section .right-part .cnt-box:last-child { margin-bottom: 0; }
.lpfooter-section .right-part .cnt-box .text { color: #fff; font-size: 16px; padding-left: 10px; transition: all 0.4s; }
.lpfooter-section .right-part .cnt-box a:hover .text { color: #00e28a; }


.how-work-section { padding: 110px 0 0; }
.how-work-section .section-title .content { max-width: 935px; width: 100%; margin: auto; padding-bottom: 30px; }
.how-work-section .outer-cover { width: 100%; display: inline-block; vertical-align: top; border-radius: 20px; position: relative; z-index: 1; overflow: hidden; padding: 40px; background-repeat: no-repeat; background-size: cover; background-position: center center; }
.how-work-section .outer-cover .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; border-radius: 20px; }
.how-work-section .how-work-slider { display: flex; flex-direction: column-reverse; }
.how-work-section .how-work-slider .dot-box { display: none; }
.how-work-section .how-work-slider .title h3 { color: #fff; text-transform: uppercase; font-weight: 600; }
.how-work-section .how-work-slider .details { color: #fff; font-size: 16px; line-height: 26px; max-width: 1012px; width: 100%; }
.how-work-section .how-work-slider ul.slick-dots { text-align: left; padding: 0 0 110px; margin: 0 -20px; width: auto; }
.how-work-section .how-work-slider ul.slick-dots button { background: transparent; color: #fff; height: auto; display: block; text-align: left; font-size: 16px; font-weight: 500; width: 100%; padding: 0; font-family: Open Sans, sans-serif; }
.how-work-section .how-work-slider ul.slick-dots button h6 { color: #fff; font-weight: 600; text-transform: uppercase; width: 100%; position: relative; padding-bottom: 15px; }
.how-work-section .how-work-slider ul.slick-dots button .text { width: 100%; display: inline-block; vertical-align: top; !i; !; color: #fff; }
.how-work-section .how-work-slider ul.slick-dots li { width: 25%; padding: 0 20px; }
.how-work-section .how-work-slider ul.slick-dots button h6:before { content: ''; top: auto; bottom: 0; left: 0; width: 100%; height: 5px; background: #fff; position: absolute; border-radius: 50px; }
.how-work-section .how-work-slider ul.slick-dots li.slick-active button { color: #17E184; }
.how-work-section .how-work-slider ul.slick-dots li.slick-active button h6 { color: #17E184; }
.how-work-section .how-work-slider ul.slick-dots li.slick-active button h6:before { background: #17E184; }
.how-work-section .how-work-slider ul.slick-dots li.slick-active button .text { color: #17E184; }
.how-work-section .slick-list.draggable { max-width: 998px; width: 100%; }
.how-work-section .slider-arrows { position: absolute; top: auto; bottom: 70px; left: auto; right: 40px; display: flex; align-items: center; }
.how-work-section .slider-arrows button.slick-prev.slick-arrow { left: 0; top: 0; transform: inherit; position: relative; background: #17E184; border-radius: 50%; width: 48px; height: 48px; border-top-right-radius: 0; margin-right: 5px; color: #fff; border: 1px solid #17E184; }
.how-work-section .slider-arrows button.slick-next.slick-arrow { position: relative; top: 0; left: 0; transform: inherit; background: #17E184; border-radius: 50%; width: 48px; height: 48px; border-top-left-radius: 0; margin-left: 5px; border: 1px solid #17E184; }
.how-work-section .slider-arrows button .slick-arrow:before { color: #fff; }
.how-work-section .slider-arrows button.slick-prev.slick-arrow:before { content: "\f053"; font-weight: 400; font-size: 18px; color: #041B66; transition: all 0.5s; }
.how-work-section .slider-arrows button.slick-next.slick-arrow:before { content: "\f054"; font-weight: 400; font-size: 18px; color: #041B66; transition: all 0.5s; }
.how-work-section .slider-arrows button.slick-prev.slick-arrow:hover,
.how-work-section .slider-arrows button.slick-next.slick-arrow:hover { background: transparent; }
.how-work-section .slider-arrows button.slick-prev.slick-arrow:hover:before,
.how-work-section .slider-arrows button.slick-next.slick-arrow:hover:before { color: #17E184; }


.newwho-help-sectionv2 { padding: 110px 0px 0; position: relative; z-index: 1; }
.newwho-help-sectionv2 .box { width: calc(100% / 3 - 30px); margin: 0 15px 30px; background: #0d1463; border-radius: 20px; padding: 45px; transition:all 0.4s; }
.newwho-help-sectionv2 .wrap { margin: 0 -15px; }
.newwho-help-sectionv2 .box h4 { color: #fff; font-weight: 600; }
.newwho-help-sectionv2 .box .content { color: #fff; font-size: 16px; line-height: 28px; }
.newwho-help-sectionv2 .section-title { padding: 0px 0 50px; }
.newwho-help-sectionv2 .shape1 { position: absolute; top: auto; left: 0; bottom: 220px; z-index: -1; }
.newwho-help-sectionv2 .shape2 { position: absolute; left: auto; right: 0; top: auto; bottom: 10px; z-index: -1; }
.newwho-help-sectionv2 .details { max-width: 790px; width: 100%; margin: auto;}
.newwho-help-sectionv2 .box .icon { height: 60px; width: 60px; margin: 0 0 25px; }
.newwho-help-sectionv2 .box .icon img { object-fit: contain; height: 100%; width: 100%; filter: invert(100%) brightness(200%); }
.newwho-help-sectionv2 .box:hover { transform: scale(1.02); }









@media (max-width:1400px){
  h2, .h2 { font-size: 45px;}
  .how-work-section .slick-list.draggable { max-width: 860px; }
  .lpfooter-section .left-part { width: 45%; }
  .lpfooter-section .right-part { width: 30%; }
}


@media (max-width:1199px){

  h1,
  .h1 { font-size: 38px; line-height: 52px; }
  h2,
  .h2 { font-size: 40px; line-height: 48px; }
  .hero-section .content { max-width: 550px; }
  .about-section { padding: 80px 0 80px; }
  .who-help-section { padding: 80px 0 0; }
  .how-work-section { padding: 80px 0 0; }
  .who-help-section .left-part { padding-right: 20px; }
  .how-work-section .slick-list.draggable { max-width: 690px; }
  .contact-section .right-part h2 { padding-bottom: 10px; }
  .hero-section { padding: 180px 0 70px; }
  .lpfooter-section .left-part { width: 40%; }
  .lpfooter-section .right-part { width: 35%; }
  .contact-section { padding: 80px 0 80px; }
  .who-help-section .shape2 { max-width: 260px; }
  .who-help-section .shape2 svg { width: 100%; }
  .about-section .shape2 { max-width: 260px; }
  .about-section .shape2 svg { width: 100%; }
  .newwho-help-sectionv2 {padding: 80px 0px 0;}
  .newwho-help-sectionv2 .box { padding: 45px 30px; }
}

@media (min-width:992px){
  .header-no-navigation .right-side .menu-box .hs-menu-wrapper { display: block !important; }
}

@media (max-width:991px){

  a.mobile-trigger { display: inline-block !important; cursor: pointer; position: absolute; top: 21px; right: 15px; width: 44px; height: 44px; padding: 12px 10px;
    background: #17E184; z-index: 99999999999; -webkit-transition: background-color 0.2s linear; font-size: 16px; font-weight: normal; text-align: left; text-transform: uppercase;
    border-radius: 6px; -webkit-transition:color .2s ease-in; -moz-transition:color .2s ease-in; transition:color .2s ease-in;}
  a.mobile-trigger:hover { text-decoration: none; color: #fff;}
  a.mobile-trigger span{ display: inline;}
  a.mobile-trigger span:before{ position: absolute; content: 'Menu'; }
  a.mobile-trigger span:after{ position: relative; right: 2px; content: 'Close'; 
    background-color: #3c455c; opacity: 0; transition: opacity .4s ease-in-out; -moz-transition: opacity .4s ease-in-out; -webkit-transition: opacity .4s ease-in-out; }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{ -webkit-transition:background-color 0.2s linear; -moz-transition:background-color 0.2s linear; transition:background-color 0.2s linear; background: transparent; }
  .mobile-open a.mobile-trigger span:after{ opacity: 1; }

  /* Toggle Button Icon & Animations */
  a.mobile-trigger i { display: inline; position: relative; top: -9px; margin-left: 0; -webkit-transition-duration: 0s; -webkit-transition-delay: .2s; -moz-transition-duration: 0s; -moz-transition-delay: .2s;
    transition-duration: 0s; transition-delay: .2s;}
  a.mobile-trigger i:before, a.mobile-trigger i:after { position: absolute; content: '';}
  a.mobile-trigger i, a.mobile-trigger i:before, a.mobile-trigger i:after { width: 24px; height: 3px; background-color: #010523; display: inline-block;}
  a.mobile-trigger i:before { margin-top: -8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;}
  a.mobile-trigger i:after { margin-top: 8px; -webkit-transition-property: margin, -webkit-transform; -webkit-transition-duration: .2s; -webkit-transition-delay: .2s, 0;}
  .mobile-open a.mobile-trigger i { background-color: rgba(0,0,0,0.0); -webkit-transition-delay: .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);}
  .mobile-open a.mobile-trigger i:before { margin-top: 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: 0, .2s;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);}
  .mobile-open a.mobile-trigger i:after { margin-top: 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition-delay: 0, .2s; -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0); box-shadow:0px 1px 1px rgba(0, 0, 0, 0);}


  .header-no-navigation .right-side .header-btn { display: none; }
  .header-no-navigation .right-side .menu-box .header-btn { display: block; padding: 30px 20px 0; width: 100%;} 
  .header-no-navigation .right-side .menu-box .header-btn a{ width: 100%;  text-align: center; }
  .header-no-navigation .right-side .menu-box .hs-menu-wrapper { position: absolute; top: 100%; left: 0; width: 100%; height: 100vh; background: #010523; padding: 20px 0; overflow: auto; display: none; }
  .header-no-navigation .right-side .menu-box ul li { width: 100%; padding: 0; border-bottom: 1px dotted #ffffff2e; }
  .header-no-navigation .right-side .menu-box ul li a { width: 100%; padding: 11px 20px; font-size: 18px; color: #fff; }
  .header-no-navigation .right-side .menu-box ul li a:hover { color: #17E184; }
  .header-no-navigation .container { max-width: 100%; }
  .header-no-navigation .logo-part { width: 180px; }

  .hero-section { padding: 160px 0 50px; }
  .about-section { padding: 60px 0 60px; }
  .about-section .left-part { width: 100%; }
  .about-section .content { max-width: 100%; }
  .about-section .right-part { width: 100%; padding: 0; text-align: center; }
  .about-section .right-part .img-box { max-width: 400px; width: 100%; padding: 40px 0 0; margin: auto; }
  .who-help-section .left-part { width: 100%; padding: 0; }
  .who-help-section .right-part { width: 100%; padding: 30px 0 0; text-align: center; }
  .how-work-section .how-work-slider ul.slick-dots li { width: 50%; margin-bottom: 30px; }
  .how-work-section .slider-arrows { bottom: 20px; right: 20px; }
  .how-work-section .outer-cover { padding: 40px 40px 80px 40px; }
  h3,
  .h3 { line-height: 35px; font-size: 25px; }
  .how-work-section .how-work-slider ul.slick-dots { padding: 0 0 70px; }
  h2,
  .h2 { font-size: 35px; line-height: 45px; }
  body { font-size: 18px; line-height: 28px; }
  h4,
  .h4 { font-size: 20px; line-height: 30px; }
  .who-help-section .section-title { padding-bottom: 10px; }
  .contact-section .left-part { width: 100%; padding: 0 0 0; text-align: center; display: none; }
  .contact-section .right-part { width: 100%; padding: 0; }
  .contact-section .wrap { flex-direction: column-reverse; }
  .contact-section .left-part .img-box { width: 100%; margin: auto; }
  .lpfooter-section .left-part { width: 100%; padding: 0 0 30px; }
  .lpfooter-section .footer-content { max-width: 100%; }
  .lpfooter-section .center-part { width: 50%; }
  .lpfooter-section .right-part { width: 50%; }
  .lpfooter-section .footer-bottom .copyright { width: 70%; }
  .lpfooter-section { padding: 80px 0 0; }
  .newwho-help-sectionv2 .box { width: calc(100% / 2 - 30px); padding: 35px;}




}



@media (max-width:767px){

  h1,
  .h1 { font-size: 30px; line-height: 41px; }
  .about-section .shape2 { max-width: 170px; bottom: -60px; }
  .lpfooter-section .center-part { width: 100%; padding: 0 0 30px; }
  .lpfooter-section .right-part { width: 100%; padding: 0 0 0; }
  .lpfooter-section .left-part { padding: 0 0 20px; }
  .lpfooter-section .footer-bottom .copyright { width: 100%; text-align: center; line-height: 1.7; }
  .lpfooter-section .footer-bottom .footer-social { text-align: center; width: 100%; padding: 20px 0 0; }
  .lpfooter-section .footer-bottom .footer-social ul li:first-child { padding-left: 0; }
  .lpfooter-section { padding: 60px 0 0; }
  .contact-section { padding: 60px 0 60px; }
  .contact-section .right-part .form-box { padding: 15px 20px 35px; }
  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 { height: 42px; }
  .how-work-section .outer-cover { padding: 30px 20px 80px 20px; }
  .how-work-section .how-work-slider ul.slick-dots li { padding: 0 10px; }
  .how-work-section .how-work-slider ul.slick-dots { margin: 0 -10px; padding: 0 0 30px; }
  .hero-section { padding: 140px 0 40px; }
  .about-section .shape1 { max-width: 170px; }
  .about-section .shape1 svg { width: 100%; height: 100%; }
  .who-help-section { padding: 60px 0 0; }
  .how-work-section { padding: 60px 0 0; }
  .who-help-section .left-part .box .content { font-size: 16px; line-height: 24px; }
  .who-help-section .section-title h2 { font-size: 30px; line-height: 40px; }
  .about-section .content { font-size: 16px; line-height: 28px; }
  .how-work-section .section-title .content { font-size: 16px; line-height: 26px; }
  .newwho-help-sectionv2 { padding: 60px 0px 0;}
  .newwho-help-sectionv2 .section-title { padding: 0px 0 30px;}
  .newwho-help-sectionv2 .box { width: calc(100% / 1 - 30px); margin: 0 15px 20px; padding: 35px 25px;}
  .newwho-help-sectionv2 .section-title .details { font-size: 16px; line-height: 26px; }  

}