/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}


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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 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%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

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







/* 1a. Containers */



/* Theme Colors */








































/* 1b. Colors */




/* 1c. Typography */




































/* 1d. Buttons */

/* -- btn1 -- */










/* -- btn2 -- */










/* 1e. Forms */
















/* 1g. Website header */





/* 1h. Website footer */











.container { max-width: 1696px; width: 100%; margin: auto; padding: 0 28px; }
.dnd-section, .content-wrapper--vertical-spacing { padding: 0; }
@media (min-width:1501px) and (max-width:1600px) { .container { max-width:1340px; } }
@media (min-width:1301px) and (max-width:1500px) { .container { max-width:1256px; } }
@media (min-width:1200px) and (max-width:1300px) { .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: 21px; }
body { font-family: Overpass, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; color: #0B3557; font-size: 21px; line-height: 28px; letter-spacing: -0.1px;}

p { font-family: Overpass, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; margin: 0 0 15px; }
a { font-weight: normal; text-decoration: none; font-family: Overpass, sans-serif; font-style: normal; color: #2FA1D8;  
-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 { font-weight: normal; text-decoration: none; font-family: Overpass, sans-serif; font-style: normal;  color: #2FA1D8; }
a:active { font-weight: normal; text-decoration: none; font-family: Overpass, sans-serif; font-style: normal; color: #2FA1D8; }
img { border:0; vertical-align: top; height:auto; max-width:100%; }
ul, ol { list-style:none; }
ul li { font-weight:700; }

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

.bottom-line { position:relative; }
.bottom-line:before{ content: ' '; top: auto; bottom: 0; left: 0; right: 0; margin: auto; width:165px; height: 1px; background: #0B3557; position: absolute; }

.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; }
.text-left { text-align:left; }
.text-center { text-align:center; }
.text-right { text-align:right; }

/* Margin */
.mt-0 { margin-top: 0 } .mt-10 { margin-top: 10px } .mt-15 { margin-top: 15px } .mt-20 { margin-top: 20px } .mt-30 { margin-top: 30px } .mt-40 { margin-top: 40px } .mt-50 { margin-top: 50px } 
.mt-60 { margin-top: 60px } .mt-70 { margin-top: 70px } .mt-80 { margin-top: 80px } .mb-0 { margin-bottom: 0 } .mb-10 { margin-bottom: 10px } .mb-15 { margin-bottom: 15px } .mb-20 { margin-bottom: 20px } 
.mb-30 { margin-bottom: 30px } .mb-40 { margin-bottom: 40px } .mb-50 { margin-bottom: 50px } .mb-60 { margin-bottom: 60px } .mb-70 { margin-bottom: 70px } .mb-80 { margin-bottom: 80px } .margin-0 { margin: 0 !important }

/* Padding */
.pt-0 { padding-top: 0 } .pt-10 { padding-top: 10px } .pt-15 { padding-top: 15px } .pt-20 { padding-top: 20px } .pt-30 { padding-top: 30px } .pt-40 { padding-top: 40px } .pt-50 { padding-top: 50px } 
.pt-60 { padding-top: 60px } .pt-70 { padding-top: 70px } .pt-80 { padding-top: 80px } .pt-90 { padding-top: 90px } .pt-100 { padding-top: 1000px } .pb-0 { padding-bottom: 0 } .pb-10 { padding-bottom: 10px } .pb-15 { padding-bottom: 15px } 
.pb-20 { padding-bottom: 20px } .pb-30 { padding-bottom: 30px } .pb-40 { padding-bottom: 40px } .pb-50 { padding-bottom: 50px } .pb-60 { padding-bottom: 60px } .pb-70 { padding-bottom: 70px } .pb-80 { padding-bottom: 80px } 
.pb-90 { padding-bottom: 90px } .pb-100 { padding-bottom: 100px }

/* Headings */

h1,
.h1 {
  font-weight: 400; text-decoration: none; font-family: Calistoga, serif; font-style: normal;
  color: #ffffff;
  font-size: 67px;
  text-transform: none;
  line-height: 63px; margin: 0 0 15px;
}

h1.big,
.h1.big {
  font-weight: 400; text-decoration: none; font-family: Calistoga, serif; font-style: normal;
  color: #0B3557;
  font-size: 120px;
  text-transform: none;
  line-height: 124px; letter-spacing: -0.6px; margin: 0 0 15px;
}

h2,
.h2 {
  font-weight: 400; text-decoration: none; font-family: Calistoga, serif; font-style: normal;
  color: #0B3557;
  font-size: 67px;
  text-transform: none;
  line-height: 80px; letter-spacing: -0.34px; margin: 0 0 15px;
}

h2.big,
.h2.big {
  font-weight: 400; text-decoration: none; font-family: Calistoga, serif; font-style: normal;
  color: #0B3557;
  font-size: 90px;
  text-transform: none;
  line-height: 94px; letter-spacing: -0.45px; margin: 0 0 15px;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Overpass, sans-serif; font-style: normal;
  color: #0B3557;
  font-size: 38px;
  text-transform: none;
  line-height: 46px; letter-spacing: -0.19px; margin: 0 0 15px;
}

h3.big,
.h3.big {
  font-weight: 400; text-decoration: none; font-family: Overpass, sans-serif; font-style: normal;
  color: #0B3557;
  font-size: 51px;
  text-transform: none;
  line-height: 51px; letter-spacing: -0.26px; margin: 0 0 15px;
}


h4,
.h4 {
  font-weight: 700; text-decoration: none; font-family: Overpass, sans-serif; font-style: normal;
  color: #0B3557;
  font-size: 28px;
  text-transform: none;
  line-height: 46px; letter-spacing: -0.14px; margin: 0 0 15px;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Overpass, sans-serif; font-style: normal;
  color: #0B3557;
  font-size: 21px;
  text-transform: none;
  line-height: 33px; letter-spacing: -0.63px; margin: 0 0 15px;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Overpass, sans-serif; font-style: normal;
  color: #0B3557;
  font-size: 18px;
  text-transform: none;
  line-height: 22px; letter-spacing: -0.14px; margin: 0 0 15px;
}

/* Blockquote */

blockquote { border-left-color: #0B3557; }





/* -- Button1 -- */
.btn1 a {
  border: 1px solid #2FA1D8;

  padding-top: 15px;
padding-right: 39px;
padding-bottom: 11px;
padding-left: 39px;

  font-family: Overpass, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: #2FA1D8;
  border-radius: 35px;
  color: #ffffff;
  font-size: 21px;
  text-transform: none;
  display: inline-flex; align-items: center; -webkit-align-items: center;
}
.btn1 a svg { margin-left: 10px;  
-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;
; position: relative; top: -1px; width:17px;}
.btn1 a:hover { background-color: #D5ECF7; color:#18516C; border-color: #D5ECF7; }
.btn1 a:hover svg { transform: translateX(8px);}

.btn1 a svg line, .btn1 a svg path { stroke: #ffffff;  
-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;
;}
.btn1 a:hover svg line, .btn1 a:hover svg path { stroke: #18516C; }


/* -- Button2 -- */
.btn2 a {
  border: 1px solid #ffffff;

  padding-top: 15px;
padding-right: 39px;
padding-bottom: 11px;
padding-left: 39px;

  font-family: Overpass, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: #ffffff;
  border-radius: 35px;
  color: #322D62;
  font-size: 21px;
  text-transform: none;
  display: inline-flex; align-items: center; -webkit-align-items: center;
}
.btn2 a svg { margin-left: 10px;  
-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;
; position: relative; top: -1px; width:17px; }
.btn2 a:hover {background-color: #322D62; color:#ffffff; border-color: #322D62;}
.btn2 a:hover svg { transform: translateX(8px);}

.btn2 a svg line, .btn2 a svg path { stroke: #322D62;  
-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;
;}
.btn2 a:hover svg line, .btn2 a:hover svg path { stroke: #ffffff; }


.btn3 a { color: #2FA1D8; }
.btn3 a:hover { color: #2FA1D8; }

.btn a { display: inline-block; padding-top: 15px;
padding-right: 39px;
padding-bottom: 11px;
padding-left: 39px;
; font-family: Overpass, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; border-radius: 35px; font-size: 21px; }





form, .submitted-message { font-family: Overpass, sans-serif; font-style: normal; font-weight: 400; text-decoration: none; }
.form-title {  }
form label { color: #ffffff; }
form legend {  }

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 #0B3557;
 background-color: #ffffff; color: #322D62; border-radius: 0px; height:56px; padding: 15px; outline: none;}

form select{-webkit-appearance: none; appearance: none; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/down-filled-triangular-arrow.png); background-repeat: no-repeat; background-size: 13px; background-position: 98% center;}

/* Form placeholder text */

::-webkit-input-placeholder { color: #322D62; opacity: 0.5; }
::-moz-placeholder { color: #322D62; opacity: 0.5; }
:-ms-input-placeholder { color: #322D62; opacity: 0.5; }
::placeholder { color: #322D62; opacity: 0.5; }

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

/* Submit button */


form input[type=submit], form .hs-button { cursor: pointer; }

form .hs-submit .actions {
  padding-top: 15px;
padding-right: 39px;
padding-bottom: 11px;
padding-left: 39px;

  font-family: Overpass, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  border-radius: 50px;
  color: #322D62;
  font-size: 21px;
  text-transform: none;
  background-color: #FCCB2E; border:1px solid #FCCB2E;  
-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;
; height: 56px; cursor: pointer;
}



form .hs-submit .actions:hover, form .hs-submit .actions:focus, form .hs-submit .actions:focus-within {
  background-color: #ced7dd; color: #322D62; border-color:#ced7dd; outline: 2px solid blue;
}

form input[type=submit]:active, form .hs-button:active {
  background-color: #ced7dd; color: #322D62; border-color: #ced7dd;
}

.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 {border-color: #fff;outline: #fff;}
textarea {height: 164px !important;}
.hs-form-field>label{ color:#ffffff; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; position:relative; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }

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

fieldset.form-columns-1 .input { margin: 0 !important;}

.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 25px; 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:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.inputs-list input[type="checkbox"]:checked + span:before { background:#333; color:#ffff; border-color:#333; }
.inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }
.inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }

ul.no-list.hs-error-msgs.inputs-list { padding: 0; margin: 0; position: absolute; top: auto; bottom: -26px; }
ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg { color: red; font-size: 13px; font-weight: 400; }
.hs-submit .actions { position: relative; display: flex; align-items: center; max-width: 270px; width: 100%; }
.hs-submit .actions input.hs-button { border: 0; background: transparent; padding: 0; color: #322D62; font-size: 21px; font-weight: 700; position: absolute; width: 100%; height: 100%; text-align: center; left: -17px; top: 2px; cursor: pointer; }
form .hs-submit .actions svg { width: 15px; position: absolute; right: 38px; top: 51%; transform: translateY(-50%); transition: all 0.4s; }
form .hs-submit .actions:hover svg { right: 28px; }


.hsv-form-modal h2 { border-top: none !important; margin-top: 0 !important; padding: 0 !important;}
.hsv-form-modal .hs-form-field > label { color: #0b3557 !important;}
.hsv-form-modal ul.no-list.hs-error-msgs.inputs-list { position: static !important; list-style: none !important; padding: 0 !important; }
.hsv-form-modal .hs-submit .actions input.hs-button { left: auto !important; }
.hsv-form-modal .submitted-message { background: transparent !important; border: none !important; margin: 0 !important;}





.footer { background-color: #FDF9F4; }
.footer p { color: #0B3557; }
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #0B3557;
}
.footer .footer-menu ul li a { color:#0B3557; }
.footer .footer-menu ul li a:hover { color:#0B3557; }

/* 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;  }
.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:inherit; top:0; display:inline-block; vertical-align: middle; color:transparent; background:transparent; width:44px; height:24px; font-size:0; cursor:pointer; border:0;}
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:transparent; color:transparent;  }
/* .slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; } */
.slick-arrow.slick-disabled { display:none; }
.slick-arrow svg { width: 44px;}
.slick-arrow.slick-disabled { display: none !important;}
.slick-prev.slick-arrow { margin-right: 15px; }
.slick-next.slick-arrow { margin-left: 15px; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:auto; position: relative; top: -5px; text-align:center; padding: 0; line-height: 0;}
ul.slick-dots li { display:inline-block; padding:0px 15px; }
ul.slick-dots li button { display:inline-block; background:transparent; width:15px; height:15px; border-radius:100%; font-size:0; cursor:pointer; padding:0; border:0;}
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:transparent; }
ul.slick-dots li button svg {width: 24px;} 
ul.slick-dots li.slick-active button svg path {fill:#FF8A5B;}

.dot-arrow-cover { display: flex; align-items: center; -webkit-align-items: center; padding: 50px 0 0;}

#hs_menu_wrapper_module_16571113691586_ > ul > li:nth-child(1) > a {line-height:0.99rem; margin-bottom:12px;}




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

.header-section { width: 100%; display: inline-block; vertical-align: top; position: absolute; top: 0; left: 0; z-index: 9998; background: #ffffff; transition: all 0.5s; }
.header-section .left-part { width: 225px; }
.header-section .container { display: flex; align-items: center; }
.header-section .right-part { width: calc(100% - 225px); display: flex; align-items: center; justify-content: space-between; -webkit-justify-content: space-between; padding-left: 55px;}
.header-section .right-part .mainmenu { width: auto; }
.header-section .right-part .header-btn { width: auto; display: flex; align-items: center; -webkit-align-items: center; justify-content: flex-end; -webkit-justify-content: flex-end; }
.header-section .right-part .mainmenu .hs-menu-wrapper>ul { margin:0; padding: 0;}
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li { display: inline-block; position: inherit; padding: 72px 23px; transition: all 0.4s;}
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li>a { display: inline-block; text-decoration: none; font-size: 16px; line-height: 27px; color: #3C5D79; }
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children>a { position: relative; }

.header-section .right-part .mainmenu .header-btn { display: none;}
.header-section .right-part .header-btn .header-btn2 a { background: #FCCB2E; border-color: #FCCB2E; color: #0B3557; padding: 15px 26px 11px; }
.header-section .right-part .header-btn .header-btn2 a svg path, .header-section .right-part .header-btn .header-btn2 a svg line { stroke: #0B3557; }
.header-section .right-part .header-btn .header-btn2 a:hover { background: #CED7DD; border-color: #CED7DD; }
.header-section .right-part .header-btn .header-btn2 a svg { margin-left: 7px; }
.header-section .right-part .header-btn .header-btn2 a:hover svg { transform: translateX(6px); }
.header-section .right-part .header-btn .header-btn2 { padding-left: 30px; }
.header-section .right-part .header-btn .header-btn1 a { background: #EDF7FC; border-color: #EDF7FC; color: #2FA1D8; font-weight: 400; padding: 15px 37px 11px; transition:all 0.3s;}
.header-section .right-part .header-btn .header-btn1 a svg { display: none; }
.header-section .right-part .header-btn .header-btn1 a span svg { display:inline-flex; margin: 0 9px 0 0;}
.header-section .right-part .header-btn .header-btn1 a:hover { background: #2FA1D8; color: #ffffff; text-decoration: underline; }
.header-section .right-part .header-btn .header-btn1 a.cta_button span { display: flex; align-items: center; flex-direction: row-reverse; }
.header-section .right-part .header-btn .header-btn1 a.cta_button span svg { transform: translateX(0px); fill: #2FA1D8; width: 14px; }
.header-section .right-part .header-btn .header-btn1 a.cta_button span svg path { fill: #2FA1D8; transition: all 0.4s; }
.header-section .right-part .header-btn .header-btn1 a.cta_button:hover span svg path { fill: #ffffff; stroke: transparent; }
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li:hover>a { color: #2FA1D8; }
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children>a:before { content: ' '; top: auto; bottom: 2px; left: 0; width: 100%; height: 2px; background: #51A0D3; position: absolute; opacity: 0; visibility: hidden; }

.header-section .mainmenu span.child-triggerm { position: relative; cursor: pointer; display: none;}
.header-section .mainmenu span.child-triggerm span { display: inline-block; width: 20px; height: 14px; vertical-align: middle; position: relative; opacity:0;}
.header-section .mainmenu span.child-triggerm span:before { content: ' '; top: 50%; left: 0px; right: 0; margin: auto; width: 7px; height: 1px; background: #3C5D79; position: absolute; transition: all 0.4s; }
.header-section .mainmenu span.child-triggerm span:after { content: ' '; top: 4px; left: 0; right: 0; margin: auto; width: 1px; height: 7px; background: #3C5D79; position: absolute; transition: all 0.4s; }
.mobile-trigger { display: none;}
.header-section.sticky { position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; box-shadow: 0px 3px 12px #00000017; }
.header-section.sticky .right-part .mainmenu .hs-menu-wrapper>ul>li { padding-top: 40px;  padding-bottom: 40px; }
.body-container-wrapper { margin-top: 173px;}
.header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after { content: '+'; top: 1px; left: auto; right: -15px; margin: auto; position: absolute; }
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:before { opacity: 1; visibility: visible; }

/* -Megamenu- */

.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu { position: absolute; top: 100%; left: 0; width: 100%; background: #fff; z-index: 99; padding: 0px 0 35px; box-shadow: 0px 10px 20px #00000012; transition: all 0.4s; opacity: 0; visibility: hidden; pointer-events: none;}
.header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children:hover .megaMenu { opacity: 1; visibility: visible; pointer-events: inherit;}
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .container { display: block; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .element-border { border-top: 1px solid rgb(11 53 87 / 20%); padding: 68px 0 0; }

/* style1 */
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 { padding-bottom: 20px; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .wrap { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box { width: calc(100% / 3 - 16px); margin: 0 8px 16px; background: #F7FBFE; border-radius: 16px; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box h5 { display: inline-flex; align-items: center; margin: 0; line-height: 46px; font-weight: 700; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box h5 svg { width: 12px; margin: 0 0 0 8px; position: relative; top: -2px; transition: all 0.4s; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box h5:hover svg { transform: translateX(10px); }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box a { display: inline-block; width: 100%; height: 100%; padding: 18px 38px 22px; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box .text { font-size: 16px; line-height: 24px; max-width: 332px; width: 100%; opacity: 0.8; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box .text p { margin: 0; }

/* style2 */
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 { overflow: hidden; max-width: 1496px; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .wrap { display: flex; flex-wrap: wrap; margin: 0 -76px; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box { width: calc(100% / 3); padding: 0 76px 20px; position: relative; margin-bottom: 30px; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .top-part { width: 100%; display: inline-block; vertical-align: top; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .bottom-part { width: 100%; display: inline-block; vertical-align: top; padding: 23px 0 0; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .img-box { width: 100%; border-radius: 16px; position: relative; height: 160px; overflow: hidden; padding: 20px; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .img-box img { width: 111px; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box:before { content: ' '; top: 0; left: auto; right: 0; position: absolute; width: 1px; height: 100%; background: rgb(11 53 87 / 20%); }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .img-box a { width: 100%; display: flex; align-items: center; justify-content: center; height: 100%; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .bottom-part h5 { font-size: 21px; font-weight: 700; line-height: 46px; display: inline-flex; align-items: center; margin: 0; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .bottom-part h5 svg { width: 12px; margin: 0 0 0 10px; transition: all 0.4s; position: relative; top: -1px}
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .bottom-part h5:hover svg { transform: translateX(10px); }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .bottom-part .text { font-size: 16px; line-height: 24px; opacity: 0.8; }
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .bottom-part .text p { margin: 0; }

/* ==== End Header Section === */

/* ==== Footer Section === */

.footer-section { width: 100%; display: inline-block; vertical-align: top; background: #FDF9F4; padding: 155px 0 100px; }
.footer-section .left-part { width: 16.6%; padding: 0 40px 0 0; }
.footer-section .container { display: flex; flex-wrap: wrap; }
.footer-section .right-part { width: calc(100% - 16.6%); }
.footer-section .right-part .wrap { display: flex; flex-wrap: wrap; }
.footer-section .right-part .box { width: calc(100% / 5); padding: 0 10px 0; }
.footer-section .left-part .logo { width: 108px; max-width: 100%; }
.footer-section .right-part h5 { margin: 0; font-size: 20px; line-height: 22px; font-weight: 700; padding-bottom: 8px; color:#0B3557;}
.footer-section .right-part .menu-box ul { padding: 0; margin: 0; }
.footer-section .right-part .menu-box ul li a { display: inline-block; color: #0B3557; font-size: 20px; line-height: 32px; opacity: 0.8; }
.footer-section .right-part .menu-box ul li a:hover { color: #0B3557; }
.footer-section .right-part .footer-menu-wrap { padding: 30px 0 0; }
.footer-section .right-part .footer-menu-wrap .footer-menu-box { margin-bottom: 40px; }
.footer-section .right-part .footer-menu-wrap .footer-menu-box h6 { color: #2FA1D8; font-size: 20px; line-height: 22px; font-weight: 700; margin: 0; padding: 0 0 10px; }
.footer-section .right-part .footer-menu-wrap .footer-menu-box:last-child { margin-bottom: 0; }
.footer-section .right-part .box.contact .contact-details ul { padding: 22px 0 5px; margin: 0; }
.footer-section .right-part .box.contact .contact-details ul li a { color: #0B3557; font-size: 20px; line-height: 22px; position: relative; display: inline-block; opacity: 0.8; }
.footer-section .right-part .box.contact .contact-details ul li a:before { content: ' '; top: auto; bottom: 1px; width: 100%; height: 2px; background: #0B3557; position: absolute; opacity: 0.8; }
.footer-section .right-part .box.contact .contact-details ul li { padding: 0 0 12px; font-size: 16px; font-weight: 400;}
.footer-section .right-part .box.contact .contact-details ul li span { position: relative; top: -2px;}
.footer-section .right-part .box.contact .social ul { margin: 0; padding: 0; }
.footer-section .right-part .box.contact .social ul li { display: inline-block; padding: 0 18px 0 0; }
.footer-section .right-part .box.contact .social ul li img { width: 32px; height: 32px !important; }
.footer-section .right-part .box.contact .social ul li a { display: inline-block; }
.footer-section .right-part .box.info .footer-menu-wrap.mobile { display: none; }
.footer-section .right-part .box.contact .footer-btn a { background: #FCCB2E; border-color: #FCCB2E; color: #0B3557; padding: 15px 26px 11px; }
.footer-section .right-part .box.contact .footer-btn a svg path, .footer-section .right-part .box.contact .footer-btn a svg line { stroke: #0B3557; }
.footer-section .right-part .box.contact .footer-btn a:hover { background: #CED7DD; border-color: #CED7DD; }
.footer-section .right-part .box.contact .footer-btn a svg { margin-left: 7px; }
.footer-section .right-part .box.contact .footer-btn a:hover svg { transform: translateX(6px); }
.footer-bottom { width: 100%; display: inline-block; vertical-align: top; background: #EBE2D6; padding: 48px 0px 23px; color: #908372; font-size: 16px; line-height: 22px; }
.footer-bottom p { max-width: 1342px; width: 100%; }
.footer-section p{color:#0B3557;}

.breadcrumb { width: 100%; display: inline-block; vertical-align: top; position: absolute; top: 60px; left:0; }
.breadcrumb ul { padding: 0; margin: 0; }
.breadcrumb ul li { display: inline-block; position: relative; padding: 0 8px 0 0; }
.breadcrumb ul li a { display: inline-block; letter-spacing: -0.48px; color: #D4EDEC; font-size: 16px; line-height: 25px; text-decoration: none; font-weight:700;pointer-events: none; }
.breadcrumb ul li:before { content: ' '; top: 9px; left: auto; right: 0px; position: absolute; width: 1px; height: 12px; background: #D4EDEC; transform: rotate(25deg); }
.breadcrumb ul li:last-child:before { display: none; }
.report-page .breadcrumb ul li a{color:#D5ECF7; text-decoration:none;}
.hs-blog-post .blogpost-hero-section .breadcrumb ul li a { pointer-events: inherit; text-decoration: underline !important; }
.hs-blog-post .blogpost-hero-section .breadcrumb ul li span { color: #FFFFFF; }

/* -- LP header -- */
.header-no-navigation { padding: 59px 0; }
.header-no-navigation .right-part { justify-content: flex-end; -webkit-justify-content: flex-end; }
.header-no-navigation .right-part .cta-wrap { display: flex; align-items: center; }
.header-no-navigation .right-part .cta-wrap .header-btn2.btn1 a { background: #FCCB2E; border-color: #FCCB2E; color: #0B3557; margin-left: 34px; }
.header-no-navigation .right-part .cta-wrap .header-btn2.btn1 a svg path,
.header-no-navigation .right-part .cta-wrap .header-btn2.btn1 a svg line { stroke: #0B3557; }
.header-no-navigation .right-part .cta-wrap .header-btn2.btn1 a:hover svg path,
.header-no-navigation .right-part .cta-wrap .header-btn2.btn1 a:hover { background: #CED7DD; border-color: #CED7DD; }
.header-no-navigation .right-part .cta-wrap  .header-down.btn1 a { background: #0B3557; border-color: #0B3557; }
.header-no-navigation .right-part .cta-wrap .header-down.btn1 a svg { transform: rotate(90deg); }
.header-no-navigation .right-part .cta-wrap .header-down.btn1 a:hover { background: #2FA1D8; border-color: #2FA1D8; color: #fff; }
.header-no-navigation .right-part .cta-wrap .header-down.btn1 a:hover svg path,
.header-no-navigation .right-part .cta-wrap .header-down.btn1 a:hover svg line { stroke: #fff; }
.header-no-navigation.sticky { padding: 30px 0; }
/* -- End LP header -- */

/* -- LP footer -- */
.lp-footer-section { padding: 80px 0px 65px; background: #FDF9F4; width: 100%; display: inline-block; vertical-align: top; }
.lp-footer-section .container { display: flex; }
.lp-footer-section .left-part { width: 200px; }
.lp-footer-section .left-part .logo-img { max-width: 108px; }
.lp-footer-section .right-part { width: calc(100% - 200px); padding: 0 0 0 75px; }
.lp-footer-section .right-part .content { font-size: 16px; line-height: 22px; }
/* -- End LP footer -- */


/* ================================= */
/* =========== Homepage ============ */
/* ================================= */

/* -- Home Hero section -- */
.home-hero-section {width: 100%; display: inline-block; vertical-align: top; padding: 98px 0 0; }
.home-hero-section h1 span { color: #2FA1D8; }
.home-hero-section .content { padding: 12px 0 15px; max-width: 1156px; width: 100%; margin: auto; font-size: 28px; line-height: 38px; opacity: 0.8; }

/* -- Home logo section -- */
.home-logo-section {width: 100%; display: inline-block; vertical-align: top; padding: 86px 0 95px; margin-bottom: -3px;}
.home-logo-section h4 { color: #fff; font-weight: 500; line-height: 30px; }
.home-logo-section .section-heading { padding-bottom: 15px; }
.home-logo-section .wrap { display: flex; flex-wrap: wrap; margin: 0px -8px; }
.home-logo-section .box { width: calc(100% / 6 - 16px); margin: 0 8px 16px; }
.home-logo-section .box a { display: inline-block; width: 100%; }
.home-logo-section .box .logo-box { height: 170px; border: 3px solid #FFFFFF; border-radius: 12px; width: 100%; display: flex; align-items: center; justify-content: center; padding: 25px; }
.home-logo-section:before { content: ' '; width: calc(100% + 1px); height: 38px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-navy.svg); position: absolute; top: -26px; background-repeat: no-repeat; background-size: cover; left: -1px; }
.home-logo-section .container { position: relative; }
/* .home-logo-section .container:before { content: ' '; top: auto; bottom: -90px; left: 0; right: 0; margin: auto; position: absolute; width: calc(100% - 56px); height: 13px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/dotted-divider-line.svg); background-repeat: repeat; background-size: cover; opacity: 0.2; z-index: 1;} */
.home-logo-section:after {content: ' '; top: auto; bottom: -7px; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg); width: 100%; height: 29px; background-repeat: no-repeat; background-size: cover;}

/* -- Home Video section -- */
.home-video-section { width: 100%; display: inline-block; vertical-align: top; padding: 91px 0 190px; }
.home-video-section h5 { color: #FDF9F4; opacity: 0.8; letter-spacing: -0.1px; line-height: 20px; font-weight: 500; margin: 0; }
.home-video-section h2.big { color: #FDF9F4; letter-spacing: -0.45px; padding: 20px 0px 5px; }
.home-video-section .content { letter-spacing: -0.1px; color: #FFFFFF; opacity: 0.8; padding: 0 0 20px; max-width: 533px; width: 100%;}
.home-video-section .btns a { max-width: 243px; width: 100%; text-align: center; justify-content: center; }
.home-video-section .btns a:hover { color: #2FA1D8; background: #fff; }
.home-video-section .btns a:hover svg line,
.home-video-section .btns a:hover svg path { stroke: #2FA1D8; }
.home-video-section .wrap { display: flex; flex-wrap: wrap; align-items: center; }
.home-video-section .left-part { width: 40%; padding: 0 30px 0 0; transition:all 0.4s; }
.home-video-section .right-part { width: 60%; padding: 0 0 0 34px; }
.home-video-section .right-part .video-cover { width: 100%; display: flex; border-radius: 23px; overflow: hidden; padding-bottom: 62%; background-repeat: no-repeat; background-size: cover; position: relative; transition:all 0.4s;}
.home-video-section .right-part .video-cover a { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.home-video-section .right-part .video-cover a:hover svg { transform: scale(0.9); }
.home-video-section .right-part .video-cover a svg { width: 139px; height: 139px; transition: all 0.4s; }
.home-video-section .right-part .video-box { display: none; }
.video-box.fancybox-content { padding: 45px 10px 0 15px !important; background: transparent !important; max-width: 1000px; width: 100%; }
.video-box.fancybox-content video { width: 100%; height: 100%; }
.video-box .fancybox-close-small svg path {stroke: #fff;}
.home-video-section:before { content: ' '; top: auto; bottom: -7px; left: 0; right: 0; margin: auto; position: absolute; background-image: url("https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg"); width: 100%; height: 29px; background-repeat: no-repeat; background-size: cover; }
.popup-open .home-video-section .right-part .video-box { display: block; position: absolute; top: 55%; transform: translate(-50%, -50%); left: 50%; max-width: 1088px; width: 100%; height: 674px; }
.popup-open .home-video-section .left-part { opacity: 0; visibility: hidden; }
.popup-open .home-video-section .right-part .video-cover { opacity: 0; visibility: hidden; }
.popup-open .home-video-section .right-part .video-box video { width: 100%; height: 100%; object-fit: cover; }
.popup-open .home-video-section .right-part .video-box .close-btn { position: absolute; top: 24px; left: auto; right: 20px; background: #0B3557; border-radius: 40px; box-shadow: 0px 3px 14px #00000029; color: #fff; font-size: 12px; line-height: 20px; font-weight: 400; z-index: 1111; cursor: pointer; display: inline-block; text-align: center; padding: 10px 10px 7px; }
.popup-open .home-video-section .right-part .video-box .close-btn img { width: 20px; height: 21px; position: relative; top: -2px; margin-right: 3px; }



/* -- Home Modernize section -- */
.home-modernize-section { width: 100%; display: inline-block; vertical-align: top; padding: 120px 0px 103px; }
.home-modernize-section .section-heading { text-align: center; max-width: 1143px; width: 100%; margin: auto; padding: 0 0 90px; }
.home-modernize-section .section-heading .content { font-size: 28px; line-height: 38px; opacity: 0.8; letter-spacing: -0.14px; padding: 13px 0 0; max-width: 985px; width: 100%; margin: auto; }
.home-modernize-section .box { width: 100%; display: inline-block; vertical-align: top; background: #FDF9F4; position: relative; margin-bottom: 60px; }
.home-modernize-section .box:after { content: ' '; top: auto; bottom: -5px; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg); width: 100%; height: 29px; background-repeat: no-repeat; background-size: cover; }
.home-modernize-section .box:before { content: ' '; top: 0; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg); width: 100%; height: 5px; background-repeat: no-repeat; background-size: cover; transform: rotate(180deg); }
.home-modernize-section .box .mobile-shape { display: none; }
.home-modernize-section .box .box-inner { padding: 90px 48px; width: 100%; display: inline-block; vertical-align: top; }
.home-modernize-section .box .cover { display: flex; flex-wrap: wrap; align-items: center; }
.home-modernize-section .box .left-part { width: 50%; padding: 0 33px 0 0; }
.home-modernize-section .box .right-part { width: 50%; padding: 0 0 0 33px; }
.home-modernize-section .box .left-part .img-cover { position: relative; max-width: 734px; width: 100%; z-index: 1; min-height: 444px; display: flex; align-items: center; }
.home-modernize-section .box .left-part .img-cover .bg-shape { position: absolute; top: 0; left: 0; z-index: -1; width: 100%; height: 444px; }
.home-modernize-section .box .left-part .img-cover .img-box { max-width: 415px; width: 100%; margin: auto; }
.home-modernize-section .box .left-part .img-cover .bg-shape img { width: 100%; height: 100% !important; object-fit: cover; }
.home-modernize-section .box .right-part h3 { font-family: Calistoga; line-height: 62px; }
.home-modernize-section .box .right-part .details { padding: 13px 0 15px; max-width: 623px; width: 100%; opacity: 0.8; }
.home-modernize-section .box.img-right .cover { flex-direction: row-reverse; }
.home-modernize-section .box.img-right .cover .right-part { padding: 0 33px 0 0px; }
.home-modernize-section .box.img-right .cover .left-part { padding: 0 0px 0 33px; }
.home-modernize-section .box:last-child { margin-bottom: 0;}

/* -- Home Spread section -- */
.home-spread-section { width: 100%; display: inline-block; vertical-align: top; padding: 105px 0px 105px; }
.home-spread-section .baseModuleOverlay:before { content: ' '; top: 6px; left: 0; width: 100%; height: 100%; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/dash-pattern_green.png); }
.home-spread-section:after { content: ' '; top: auto; left: 0; width: 100%; height: 15px; position: absolute; background-image: url("https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg"); bottom: 0; }
.home-spread-section span.baseModuleOverlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.home-spread-section:before { content: ' '; top: 0; left: 0; width: 100%; height: 7px; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg); transform: rotate(180deg); }
.home-spread-section .wrap { display: flex; flex-wrap: wrap; align-items: center; }
.home-spread-section .left-part { width: 50%; padding: 0 40px 0 0; }
.home-spread-section .right-part { width: 50%; }
.home-spread-section .left-part h2 { color: #FDF9F4; letter-spacing: -1.14px; }
.home-spread-section .left-part .content { font-size: 25px; line-height: 34px; color: #fff; opacity: 0.8; letter-spacing: -0.13px; max-width: 671px; width: 100%; }
.home-spread-section .right-part .img-cover { position: relative; max-width: 812px; width: 100%; float: right; }
.home-spread-section .right-part .img-cover .img-box img { width: 100%; height: 498px !important; object-fit: cover; border-radius: 26px; }
.home-spread-section .right-part .img-cover .icon-img { position: absolute; top: -102px; left: auto; right: 0; }
.home-spread-section .right-part .img-cover .icon-img img { width: 430px; }

/* -- Home Elevate section -- */
.elevate-team-section { width: 100%; display: inline-block; vertical-align: top; padding: 157px 0 160px; }
.elevate-team-section .section-heading { text-align: center; max-width: 950px; width: 100%; margin: auto; }
.elevate-team-section .section-heading .content { opacity: 0.8; max-width: 812px; width: 100%; margin: auto; padding-bottom: 60px; }
.elevate-team-section .elevate-slider .slick-slide { margin: 0 7px; }
.elevate-team-section .elevate-slider .inner-cover { width: 100%; display: inline-block; vertical-align: top; background: #FDF9F4; padding: 55px 51px 35px; border-radius: 16px; }
.elevate-team-section .elevate-slider .img-box { width: 100%; display: flex; border-radius: 16px; padding: 20px; align-items: center; justify-content: center; height: 314px; }
.elevate-team-section .elevate-slider .img-box img { width: 260px; }
.elevate-team-section .elevate-slider .box-content { padding: 38px 0 0; }
.elevate-team-section .elevate-slider .box-content .details { max-width: 434px; width: 100%; }
.elevate-team-section .elevate-slider .title, .elevate-team-section .elevate-slider .content { width: 100%; display: inline-block; vertical-align: top;}

/* -- Firstland section -- */
.firsthand-look-section { width: 100%; display: inline-block; vertical-align: top; padding: 100px 0px; }
.firsthand-look-outer { width: 100%; display: inline-block; vertical-align: top; }
.firsthand-look-section .section-heading h2 { color: #fff; line-height: 63px;}
.firsthand-look-section .section-heading h2 span { color: #2FA1D8; }
.firsthand-look-section .section-heading .content { padding: 23px 0 25px; color: #fff; max-width: 825px; width: 100%; margin: auto; opacity: 0.8;}
.homepage-page.firsthand-look-section .section-heading .content { opacity: 1;}
.firsthand-look-section .section-heading .content p { margin-bottom: 25px; }
.firsthand-look-section:before { content: ' '; top: -19px; left: 0; width: 100%; height: 23px; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/firstlanf-top-shape.svg); background-repeat: no-repeat; background-size: cover; }
.firsthand-look-section:after { content: ' '; top: auto; left: 0; width: 100%; height: 16px; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/firstlanf-bottom-shape.svg); background-repeat: no-repeat; background-size: cover; bottom: -6px; }
.firsthand-look-section .section-dot-img {  position: absolute; top: 0;  left: 0; width: 100%;  height: 100%; background-repeat: no-repeat; background-size: cover;}

/* -- Deliver Result section -- */
.deliver-result-section { width: 100%; display: inline-block; vertical-align: top; padding: 80px 0 0px; margin: 0px 0 -115px; }
.deliver-result-section .section-heading { max-width: 1114px; width: 100%; margin: auto; padding: 0 0 58px; }
.deliver-result-section .section-heading .content { font-size: 25px; line-height: 30px; letter-spacing: -0.13px; opacity: 0.8; padding: 15px 0 0; }
.deliver-result-section .section-heading h3 { padding: 28px 0 0; }
.deliver-result-section .wrap { margin: 0 -8px; display: flex; flex-wrap: wrap; }
.deliver-result-section .box { width: calc(100% / 3 - 16px); margin: 0 8px 16px; border-radius: 16px; overflow: hidden; background: #FDF9F4; min-height: 360px; padding-bottom: 75px; position: relative; z-index: 1; }
.deliver-result-section .box a { display: flex; flex-direction: column; justify-content: center; height: 100%; width: 100%; }
.deliver-result-section .box .learn-btn { position: absolute; top: auto; bottom: 0; left: 0; width: 100%; background: #0B3557; padding: 28px 53px; color: #FFFFFF; font-size: 21px; font-weight: 700; letter-spacing: -0.1px; }
.deliver-result-section .box .learn-btn svg path,
.deliver-result-section .box .learn-btn svg line { stroke: #fff; }
.deliver-result-section .box .learn-btn svg { width: 14px; position: relative; margin-left: 10px; top: -1px; transition: all 0.4s; }
.deliver-result-section .box .learn-btn .btn-text { display: flex; align-items: center; }
.deliver-result-section .box:hover .learn-btn svg { transform: translateX(10px); }
.deliver-result-section .box .inner-cover { padding: 40px 50px; }
.deliver-result-section .box .inner-cover h5 { opacity: 0.8; line-height: 20px; transition: all 0.4s; }
.deliver-result-section .box .inner-cover h3 { margin: 0; transition: all 0.4s; }
.deliver-result-section .box:before { content: ' '; top: auto; width: 100%; height: 0; background: #0B3557; position: absolute; bottom: 0; z-index: -1; transition: all 0.4s; }
.deliver-result-section .box:hover:before { height: 100%; }
.deliver-result-section .box:hover h5 { color: #fff; }
.deliver-result-section .box:hover h3 { color: #fff; }

/* -- Home Testimonial section -- */
.home-testimonial-section { width: 100%; display: inline-block; vertical-align: top; padding: 107px 0px 34px; overflow: hidden; }
.home-testimonial-section .testi-outer-cover .container { max-width:100%; padding:0; }
.home-testimonial-section .section-heading h2 { color: #80452E; letter-spacing: -1.14px; }
.home-testimonial-section .section-heading { padding: 0 0 47px; }
.home-testimonial-section .section-heading .container { max-width:100%; padding: 0 28px 0 7%;}
.home-testimonial-section .home-testimonial-slider .box { border-radius: 29px; overflow: overlay; background: #FDF9F4; padding: 73px 25px 73px 64px; transition: all 0.4s; opacity: 0.4; }
.home-testimonial-section .home-testimonial-slider .slick-slide { margin: 0 25px 0 0px; }
.home-testimonial-section .home-testimonial-slider .box .inner-cover { display: inline-block; vertical-align: top; max-width: 515px; width: 100%; }
.home-testimonial-section .home-testimonial-slider .box .inner-cover .person-details { width: 100%; display: inline-block; vertical-align: top; }
.home-testimonial-section .home-testimonial-slider .box .inner-cover .person-text { position: relative; width: 100%; display: inline-block; vertical-align: top; padding: 122px 0 15px; color: #FF8A5B; letter-spacing: -0.19px; font-size: 38px; line-height: 49px; font-family: Calistoga; }
.home-testimonial-section .home-testimonial-slider .box .inner-cover .person-text:before { content: ' '; width: 102px; height: 87px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/quotation-icon_orange.svg); position: absolute; background-repeat: no-repeat; background-size: contain; top: 0; left: 0; }
.home-testimonial-section .home-testimonial-slider .box .inner-cover .person-text p { font-family: Calistoga; }
.home-testimonial-section .home-testimonial-slider .box .inner-cover .person-details h4 { line-height: 32px; color: #80452E; letter-spacing: -0.14px; margin: 0; }
.home-testimonial-section .home-testimonial-slider .box .inner-cover .person-details h5 { line-height: 32px; color: #80452E; margin: 0; }
.home-testimonial-section .home-testimonial-slider .slick-slide.slick-current.slick-active .box { opacity: 1; }
.home-testimonial-section .home-testimonial-slider .slick-list.draggable { padding: 0 27% 0 7%; }
.home-testimonial-section .home-testimonial-slider .text-height {width: 100%; display: inline-block; vertical-align: top;}
.home-testimonial-section .dot-arrow-cover { max-width: 100%; width: 100%; margin: auto; padding: 51px 28px 0 7%;}
.home-testimonial-section .slick-prev.slick-arrow{display:none !important;}

/* -- Home Lease Management section -- */
.lease-management-section { width: 100%; display: inline-block; vertical-align: top; padding: 101px 0 232px; overflow: hidden; }
.lease-management-section:before { content: ' '; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg); width: 100%; height: 12px; background-repeat: no-repeat; background-size: cover; transform: rotate(180deg); top: -2px; left: 0; position: absolute; }
.lease-management-section:after { content: ' '; top: auto; bottom: -7px; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg); width: 100%; height: 29px; background-repeat: no-repeat; background-size: cover; }
.lease-management-section .section-heading { position: relative; width: 100%; display: inline-block; vertical-align: top; }
.lease-management-section .section-heading h2.big { color: #FDF9F4; }
.lease-management-section .section-heading .content { padding: 15px 0 47px; opacity: 0.8; color: #fff; max-width: 804px; width: 100%; }
.lease-management-section .section-heading:before { content: ' '; top: auto; bottom: 0; left: 0; width: 100%; height: 12px; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/dotted-divider-line.svg); opacity: 0.1; max-width: 51%; }
.lease-management-section .outer-wrap { width: 100%; display: flex; flex-wrap: wrap; }
.lease-management-section .left-part { width: 50%; padding: 0 50px 0 0; }
.lease-management-section .right-part { width: 50%; text-align: center; }
.lease-management-section .left-part .box { padding: 146px 0 0; }
.lease-management-section .left-part .box h3 { line-height: 58px; color: #FFFFFF; }
.lease-management-section .left-part .box .details { color: #FDF9F4; opacity: 0.8; max-width: 537px; width: 100%; padding: 18px 0 30px; }
.lease-management-section .left-part .box .box-details { max-width: 537px; width: 100%; }
.lease-management-section .pettern-img { position: absolute; top: auto; bottom: 149px; left: auto; right: -280px; max-width: 1420px; }
.lease-management-section .right-part .img-box { max-width: 610px; width: 100%; margin: auto; }


/* ========================================== */
/* =========== Platform - Manage ============ */
/* ========================================== */

.platform-hero-section { width: 100%; display: inline-block; vertical-align: top; padding: 167px 0px 162px; z-index: 1; }
.platform-hero-section .wrap { display: flex; flex-wrap: wrap; }
.platform-hero-section .left-part { width: 50%; padding: 0 40px 0 0; padding-left: calc((100% - 1640px) / 2);}
.platform-hero-section .right-part { width: 50%; }
.platform-hero-section .left-part .tag-box { display: inline-flex; align-items: center; background: rgb(255 255 255 / 3%); border-radius: 16px; padding: 14px 23px; max-width: 220px; width: 100%; }
.platform-hero-section .left-part .tag-box .icon { width: 46px; }
.platform-hero-section .left-part .tag-box .tag-text { width: calc(100% - 46px); padding: 0 0 0 16px; font-size: 21px; color: #fff; font-weight: 700; line-height: 33px; letter-spacing: -0.63px; position: relative; top: 2px; }
.platform-hero-section .left-part .section-heading { padding: 20px 0 0; max-width: 673px; width: 100%; }
.platform-hero-section .left-part .section-heading .content { padding: 20px 0 30px; color: #fff; opacity: 0.8; }
.platform-hero-section .right-part .shape-bg { position: absolute; top: 0; left: auto; right: 0; opacity: 0.2; height: 100%; max-width: 670px; z-index: -1; }
.platform-hero-section .baseModuleParent { position: inherit !important; }
.platform-hero-section .right-part .shape-bg img { width: 100%; height: 100% !important; }
.platform-hero-section .right-part .mobile-img { display: none; }
.platform-hero-section .right-part .desktop-img img { width: 850px; }
.platform-hero-section .right-part .shape-bg .mobile-shape { display: none;}
.platform-hero-section:before { content: ' '; top: auto; bottom: -7px; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg); width: 100%; height: 29px; background-repeat: no-repeat; background-size: cover; }
.platform-hero-section .right-part .shape-bg .desktop-shape { width: 100%; height: 100%;}

.collaborate-page.platform-hero-section .right-part .desktop-img img {width: 100%;}
.collaborate-page.platform-hero-section .wrap { padding-bottom: 0;}
.collaborate-page.platform-service-section .section-heading .title{max-width: 660px;}
.collaborate-page.platform-service-section .section-heading .details{max-width: 752px;}
.collaborate-page.platform-hero-section{padding: 167px 0px 0px;}
.collaborate-page.platform-hero-section .left-part{padding: 0 10px 200px auto;}
.collaborate-page.platform-testimonial-section .platform-testi-slider .box .details:before{background-image: url('https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Platform_Collaborate/quotation-purple.svg'); }
.collaborate-page.platform-testimonial-section .breadcrumb ul li a{color:#E0DEF3;}
.collaborate-page.platform-service-section .shape-img { top: auto; bottom: -45px; left: auto; right: -70px; max-width: 1029px; width: 100%;}
.collaborate-page.platform-service-section ul.slick-dots li button { height: 24px; width: auto; }
.collaborate-page.platform-service-section ul.slick-dots { top: 0; }
.collaborate-page.platform-service-section ul.slick-dots li { padding: 0px 12px; }
.collaborate-page.platform-hero-section .breadcrumb ul li a { color: #E0DEF3;}

/* -- platform action section -- */
.platform-action-section { width: 100%; display: inline-block; vertical-align: top; margin-top: -165px; }
.platform-action-section .outer-wrap { padding: 120px 128px 99px; background: #FDF9F4; position: relative; }
.platform-action-section .outer-wrap:before { content: ' '; width: 100%; height: 23px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Plateform_manage/torn_paper_box_new_top.svg); position: absolute; top: -21px; background-repeat: no-repeat; background-size: cover; left: 0; }
.platform-action-section .outer-wrap:after { content: ' '; width: 100%; height: 22px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Plateform_manage/torn_paper_bottom_shape.svg); position: absolute; top: auto; background-repeat: no-repeat; background-size: cover; left: 0; bottom: -18px; }
.platform-action-section .box { width: 100%; display: flex; align-items: center; margin: 0 0 50px; }
.platform-action-section .box .left-part { width: 228px; }
.platform-action-section .box .icon { width: 228px; height: 230px; border-radius: 16px; padding: 25px; display: flex; align-items: center; justify-content: center; }
.platform-action-section .box  img { width: 144px; }
.platform-action-section .box .right-part { width: calc(100% - 228px); padding: 0 0 0 48px; }
.platform-action-section .box .right-part .content { padding: 0; opacity: 0.8;}
.platform-action-section .box .right-part p { margin: 0; }
.platform-action-section .box.large-box .left-part { width: 460px; }
.platform-action-section .box.large-box .right-part { width: calc(100% - 460px); }
.platform-action-section .box.large-box .left-part .icon { width: 460px; height: 281px; }
.platform-action-section .box.large-box .left-part .icon img { width: 388px; }
.platform-action-section .box.large-box .right-part .btns { padding: 23px 0 0; }
.platform-action-section .box.large-box:last-child { margin-bottom: 0;}

/* -- platform organization section -- */
.plateform-organization-section { width: 100%; display: inline-block; vertical-align: top; padding: 100px 0 0; margin: 0 0 -170px; }
.plateform-organization-section .section-heading { text-align: center; max-width: 1080px; margin: auto; width: 100%; }
.plateform-organization-section .section-heading .content { max-width: 1114px; width: 100%; font-size: 25px; line-height: 30px; opacity: 0.8; letter-spacing: -0.13px; padding: 15px 0 30px; }
.plateform-organization-section .wrap { margin: 0 -8px; display: flex; flex-wrap: wrap; }
.plateform-organization-section .box { width: calc(100% / 3 - 16px); margin: 0 8px 28px; background: #FDF9F4; border-radius: 16px; position: relative; height: 541px; overflow: hidden; }
.plateform-organization-section .box .hidden-part { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #0B3557; border-radius: 16px; transition: all 0.4s; opacity: 0; visibility: hidden; }
.plateform-organization-section .box .hidden-part a { display: inline-block; width: 100%; height: 100%; padding: 54px 46px 54px 54px; position: relative; }
.plateform-organization-section .box .hidden-part h5 { line-height: 20px; font-weight: 500; color: #FFFFFF; opacity: 0.8; }
.plateform-organization-section .box .hidden-part h3 { color: #fff; }
.plateform-organization-section .box .hidden-part .content { color: #FFFFFF; height: 297px; overflow: auto; padding-right: 10px; line-height:26px;}
.plateform-organization-section .box .hidden-part .learn-btn { position: absolute; top: auto; bottom: 30px; color: #FFFFFF; display: flex; align-items: center; font-weight:700; }
.plateform-organization-section .box .hidden-part .learn-btn svg path,
.plateform-organization-section .box .hidden-part .learn-btn svg line { stroke: #fff; }
.plateform-organization-section .box .hidden-part .learn-btn svg { width: 14px; margin: 0 0 0 9px; position: relative; top: -1px; }
.plateform-organization-section .box .visible-part { width: 100%; display: inline-block; vertical-align: top; cursor: pointer; }
.plateform-organization-section .box .visible-part .icon { width: 100%; display: flex; height: 331px; align-items: flex-end; -webkit-align-items: flex-end; background-repeat: no-repeat; background-size: cover; }
.plateform-organization-section .box .visible-part .icon img { width: 376px; position: relative; left: -23px; }
.plateform-organization-section .box .visible-part .heading-part { padding: 27px 54px 50px; }
.plateform-organization-section .box .visible-part .heading-part h5 { line-height: 20px; opacity: 0.8; }
.plateform-organization-section .box .visible-part .heading-part h3.big { line-height: 46px; font-weight: 700; padding: 5px 0 0; }
.plateform-organization-section .box .box-expand-btn { position: absolute; top: 47px; left: auto; right: 49px; width: 63px; cursor: pointer;}
.plateform-organization-section .box .box-expand-btn.minus-btn{ z-index: 1;}
.plateform-organization-section .box.box-open .hidden-part { opacity: 1; visibility: visible;}
.plateform-organization-section .box .hidden-part .content::-webkit-scrollbar {width: 5px;}
.plateform-organization-section .box .hidden-part .content::-webkit-scrollbar-track {background: #FDF9F4;}
.plateform-organization-section .box .hidden-part .content::-webkit-scrollbar-thumb {background: #2FA1D8; }
.plateform-organization-section .box .hidden-part .content::-webkit-scrollbar-thumb:hover {background: #ffffff; }

/* -- platform testimonial section -- */
.platform-testimonial-section { padding: 80px 0px; width: 100%; display: inline-block; vertical-align: top; }
.platform-testimonial-section .platform-testi-slider .box { background: #FDF9F4; border-radius: 29px; padding: 96px 138px 123px; }
.platform-testimonial-section .platform-testi-slider .box .details { width: 100%; display: inline-block; vertical-align: top; position: relative; letter-spacing: -0.19px; font-size: 38px; line-height: 49px; padding-bottom: 27px; }
.platform-testimonial-section .platform-testi-slider .box .details:before { content: ' '; top: 0; width: 102px; height: 87px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Plateform_manage/quotation-green.svg); display: block; position: relative; margin-bottom: 60px; }
.platform-testimonial-section .platform-testi-slider .box .details p { font-family: Calistoga; }
.platform-testimonial-section .platform-testi-slider .box .person-info { display: flex; align-items: center; }
/* .platform-testimonial-section .platform-testi-slider .box .person-info .person-img { width: 102px; } */
.platform-testimonial-section .platform-testi-slider .box .person-info .person-details { width: 100%; padding: 0; }
.platform-testimonial-section .platform-testi-slider .box .person-info .person-details h4 { line-height: 32px; margin: 0; }
.platform-testimonial-section .platform-testi-slider .box .person-info .person-details h5 { line-height: 32px; margin: 0; }
.platform-testimonial-section .platform-testi-slider .box .person-info .person-img img { width: 102px; height: 102px !important; object-fit: cover; border-radius: 50%; }
.platform-testimonial-section .dot-arrow-cover button.slick-prev.slick-arrow { display: none !important;}
.platform-testimonial-section .platform-testi-slider .person-img img { margin-right: 30px;}

.report-page.platform-testimonial-section .platform-testi-slider .box .details:before { background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Plateform_report/quotation-blue.svg);}

/* -- platform service section -- */
.platform-service-section .platform-service-slider.mobile { display: none; }
.platform-service-section { padding: 100px 0px 60px; overflow:hidden;}
.platform-service-section .section-heading { display: flex; flex-wrap: wrap; justify-content: space-between; -webkit-justify-content: space-between; padding: 20px 0 88px; }
.platform-service-section .section-heading .title { width: 50%; padding: 0 30px 0 0; }
.platform-service-section .section-heading .details { width: 50%; padding: 10px 0 0 20px; font-size: 28px; line-height: 35px; opacity: 0.8; letter-spacing: 0; max-width: 744px; }
.platform-service-section .platform-service-slider.desktop { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.platform-service-section .box { width: calc(100% / 3 - 16px); margin: 0 8px 23px; border-radius: 26px; padding: 55px 55px 47px; background: #fff; }
.platform-service-section .box .icon { width: 96px; }
.platform-service-section .box .icon img { width: 100%; }
.platform-service-section .box .details { padding: 27px 0 0; }
.platform-service-section .box .details .content { opacity: 0.8; padding-top:15px; }
.platform-service-section .box .details .content p { margin: 0; }
.platform-service-section .shape-img { position: absolute; top: auto; bottom: 30px; left: auto; right: 0; max-width: 1030px; width: 100%; }
.platform-service-section .slick-prev.slick-arrow { display: none !important; }
.platform-service-section .dot-arrow-cover { padding: 40px 0 0;  justify-content: start;}
.platform-service-section ul.slick-dots li button svg path { fill: #D4EDEC; }
.platform-service-section ul.slick-dots li.slick-active button svg path { fill: #28A49E; }
.platform-service-section .slick-arrow svg path { fill: #14524F; }
.platform-service-section .box .details h3 { margin: 0; width: 100%; display: inline-block; vertical-align: top;}

.report-page.platform-service-section .shape-img { position: absolute; top: auto; bottom: -21px; left: auto; right: -68px; max-width: 960px; width: 100%; }
.report-page.platform-service-section ul.slick-dots li button svg path {     fill: rgba(47, 161, 216, 0.5); }
.report-page.platform-service-section button.slick-arrow path { fill: #18516C;}
.report-page.platform-service-section ul.slick-dots li.slick-active button svg path { fill: #2FA1D8; }
.report-page.platform-testimonial-section .shape-img { position: absolute; top: auto; bottom: -21px; left: auto; right: -68px; max-width: 960px; width: 100%; }
.report-page.platform-testimonial-section ul.slick-dots li button svg path {     fill: rgba(47, 161, 216, 0.5); }
.report-page.platform-testimonial-section button.slick-arrow path { fill: #2FA1D8;}
.report-page.platform-testimonial-section ul.slick-dots li.slick-active button svg path { fill: #2FA1D8; }

.report-page.platform-service-section .dot-arrow-cover { padding: 40px 0 0; justify-content: center;}


/* ============================================== */
/* =========== Industry - Government ============ */
/* ============================================== */

.industry-hero-section { width: 100%; display: inline-block; vertical-align: top; padding: 168px 0px 284px; z-index: 1; overflow: hidden; }
.industry-hero-section .wrap { display: flex; flex-wrap: wrap; }
.industry-hero-section .left-part { width: 50%; padding: 0 40px 0 0; }
.industry-hero-section .right-part { width: 50%; }
.industry-hero-section .left-part .tag-box { display: inline-flex; align-items: center; background: #DAE9EF; border-radius: 16px; padding: 19px 30px; width: auto; text-align: center; }
.industry-hero-section .left-part .tag-box .icon { width: 46px; }
.industry-hero-section .left-part .tag-box .tag-text { width: 100%; padding: 0; font-size: 21px; color: #18516C; font-weight: 700; line-height: 33px; letter-spacing: -0.63px; position: relative; top: 2px; }
.industry-hero-section .left-part .section-heading { padding: 30px 0 0; max-width: 100%; width: 100%; }
.industry-hero-section .left-part .section-heading .content { padding: 15px 0 30px; color: #18516C; opacity: 0.8; max-width: 674px; width: 100%; }
.industry-hero-section .right-part .shape-bg .desktop-shape {height: 100%;}
.industry-hero-section .right-part .shape-bg { position: absolute; top: 0; left: auto; right: 0; height: 100%; max-width: 670px; z-index: -1; }
.industry-hero-section .right-part .shape-bg img { width: 100%; height: 100% !important; }
.industry-hero-section .breadcrumb { top: 60px; }
.industry-hero-section .baseModuleParent { position: inherit !important; }
.industry-hero-section .breadcrumb ul li a { color: #18516C; }
.industry-hero-section .breadcrumb ul li:before { background: #18516C }
.industry-hero-section .left-part .section-heading h1 { color: #18516C; }
.industry-hero-section .right-part .main-img { text-align: center; }
.industry-hero-section .right-part .img-box { max-width: 715px; width: 100%; margin: auto; position: relative; }
.industry-hero-section .right-part .main-img img { border: 10px solid #2FA1D8; border-radius: 26px; }
.industry-hero-section .right-part .img-box .extra-imgs { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.industry-hero-section .right-part .img-box .extra-imgs .ext1 { position: absolute; top: -42px; left: -48px; z-index: -1; max-width: 199px; width: 100%; }
.industry-hero-section .right-part .img-box .extra-imgs .ext2 { position: absolute; top: -91px; left: auto; right: -129px; max-width: 238px; width: 100%; }
.industry-hero-section .right-part .img-box .extra-imgs .ext3 { position: absolute; top: auto; bottom: 0; left: auto; right: -44px; z-index: -1; max-width: 73px; width: 100%; }
.government .platform-action-section .outer-wrap { padding: 100px 138px 70px; }
.healthcare-page.industry-hero-section .right-part .img-box .extra-imgs .ext2 { position: absolute; top: auto; left: auto; bottom: 12px; right: -90px; max-width: 238px; width: 100%; }
.healthcare-page.industry-hero-section .right-part .img-box .extra-imgs .ext1 { position: absolute; top: -60px; left: auto; right: -105px; z-index: 1; max-width: 245px; width: 100%; }
.healthcare-page.industry-hero-section .right-part .img-box .extra-imgs .ext3 { position: absolute; top: auto; bottom: -20px; left: -39px; right: auto; z-index: 0; max-width: 245px; width: 100%; }
.healthcare-page.industry-hero-section .right-part { padding: 60px 0 0;}

.higher-education-page.industry-hero-section .right-part .img-box .extra-imgs .ext1 { position: absolute; top: -45px; left: -10px; z-index: -1; max-width: 199px; width: 100%; }
.higher-education-page.industry-hero-section .right-part .img-box .extra-imgs .ext2 { position: absolute; top: auto; left: -108px; right: auto; bottom: -50px; max-width: 298px; width: 100%;}
.higher-education-page.industry-hero-section .right-part .img-box .extra-imgs .ext3 { position: absolute; top: auto; bottom: -2px; left: auto; right: -92px; z-index: -1; max-width: 245px; }

.transportation-page.industry-hero-section .right-part .img-box .extra-imgs .ext1 { position: absolute; top: -57px; left: auto; right: -98px; z-index: -1; max-width: 342px; width: 100%; }
.transportation-page.industry-hero-section .right-part .img-box .extra-imgs .ext2 { position: absolute; top: auto; left: auto; right: -93px; z-index: -1; bottom: 20px; max-width: 238px; width: 100%; }
.transportation-page.industry-hero-section .right-part .img-box .extra-imgs .ext3 { position: absolute; top: auto; bottom: -30px; left: -50px; right: auto; z-index: 1; max-width: 150px; width: 100%; }
.transportation-page.industry-hero-section .right-part .img-box { max-width: 705px; }
.transportation-page.industry-hero-section .right-part{padding: 30px 0 0;}

.airports-seaports-page.industry-hero-section .right-part .img-box .extra-imgs .ext1 { position: absolute; top: -50px; left: auto; right: 50px; z-index: -1; max-width: 199px; width: 100%; }
.airports-seaports-page.industry-hero-section .right-part .img-box .extra-imgs .ext2 { position: absolute; top: auto; left: auto; right: -142px; bottom: 20px; max-width: 238px; width: 100%; z-index: -1;}
.airports-seaports-page.industry-hero-section .right-part .img-box .extra-imgs .ext3 { position: absolute; top: auto; bottom: -12px; left: -60px; right: auto; z-index: 1; max-width: 260px; width: 100%; }


/* -- industry zigzag section -- */
.industry-zigzag-section { width: 100%; display: inline-block; vertical-align: top; padding: 130px 0 101px; }
.industry-zigzag-section .section-heading .content { max-width: 1138px; width: 100%; margin: auto; padding: 9px 0 65px; }
.industry-zigzag-section .box { width: 100%; display: flex; align-items: center; padding: 68px 73px 68px 73px; border: 3px solid #0C3658; border-radius: 26px; margin-bottom: 90px; background:#fff; }
.industry-zigzag-section .box:last-child { margin-bottom: 0; }
.industry-zigzag-section .box .left-part { width: 50%; }
.industry-zigzag-section .box .right-part { width: 50%; padding-left: 10px; }
.industry-zigzag-section .box .left-part .img-box { width: 598px; height: 340px; display: flex; align-items: center; justify-content: center; padding: 30px; background: #EEF8FC; border-radius: 26px; }
.industry-zigzag-section .box .left-part .img-box img {width:100%; max-width: 92% !important;}
.industry-zigzag-section .box .right-part .content { opacity: 0.8; max-width: 670px; width: 100%; }
.industry-zigzag-section .box .right-part h3 { max-width: 610px; width: 100%; }
.industry-zigzag-section .box.img-right { flex-direction: row-reverse; }
.industry-zigzag-section .box.img-right .right-part { padding: 0 10px 0 0; }
.industry-zigzag-section .box.img-right .left-part .img-box { margin: auto; }
.industry-zigzag-section .btns { padding: 90px 0 0; }
.industry-zigzag-section .shape-img{position: absolute; top: auto; bottom: 30px; left: auto; right: 0; max-width: 849px;  width: 100%; }
.industry-zigzag-section .shape-img { position: absolute; top: auto; bottom: 105px; left: auto; right: 0px; max-width: 849px; width: 100%; }
.higher-education-page.industry-zigzag-section .section-heading { max-width: 1451px; width: 100%; margin: auto; }
.airports-seaports-page.industry-zigzag-section .box .right-part h3 { max-width: 680px;}
.airports-seaports-page.industry-zigzag-section .box .right-part .content{max-width: 680px}
.by-role .industry-zigzag-section { padding: 160px 0 101px;}

/* -- industry testimonial section -- */
.industry-testimonial-section { width: 100%; display: inline-block; vertical-align: top; padding: 95px 0px 70px; margin-bottom: 111px;}
.industry-testimonial-section:before { content: ' '; top: -34px; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg); width: 100%; height: 46px; background-repeat: no-repeat; background-size: cover; }
.industry-testimonial-section:after { content: ' '; top: auto; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg); width: 100%; height: 41px; background-repeat: no-repeat; background-size: cover; bottom: -24px; transform: rotate(180deg); }
.industry-testimonial-section .cover-wrap { width: 100%; display: flex; flex-wrap: wrap; align-items: center; }
.industry-testimonial-section .left-part { width: 50%; padding-left: calc((100% - 1643px) / 2); padding-right: 40px; }
.industry-testimonial-section .right-part { width: 50%; text-align: right; }
.industry-testimonial-section .left-part .industry-testi-slider .details { width: 100%; display: inline-block; vertical-align: top; position: relative; letter-spacing: -0.19px; font-size: 38px; line-height: 49px; padding-bottom: 37px; max-width: 674px; width: 100%; }
.industry-testimonial-section .left-part .industry-testi-slider .details p { font-family: Calistoga; }
.industry-testimonial-section .left-part .industry-testi-slider .details:before { content: ' '; top: 0; width: 102px; height: 87px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/By_Industry_Government/quotation-blue.svg); display: block; position: relative; margin-bottom: 51px; }
.industry-testimonial-section .left-part .industry-testi-slider .person-info h4 { line-height: 32px; margin: 0; }
.industry-testimonial-section .left-part .industry-testi-slider .person-info h5 { line-height: 32px; margin: 0; }
.industry-testimonial-section ul.slick-dots li button svg path { fill: #fff; }
.industry-testimonial-section ul.slick-dots li.slick-active button svg path { fill: #D5ECF7; }
.industry-testimonial-section .slick-arrow svg path { fill: #2FA1D8; }
.industry-testimonial-section .slick-prev.slick-arrow { display: none !important;}
.industry-testimonial-section .right-part .mobile-img { display: none;}
.report-page.platform-hero-section .left-part .tag-box { max-width: 201px;}
.report-page.platform-action-section .box:last-child { margin-bottom: 0;}


/* ============================================== */
/* =========== Role - Board Members ============= */
/* ============================================== */

.role-hero-section { width: 100%; display: inline-block; vertical-align: top; padding: 168px 0px 257px; z-index: 1; overflow: hidden; }
.role-hero-section .wrap { display: flex; flex-wrap: wrap; }
.role-hero-section .left-part { width: 50%; padding: 0 40px 0 0; }
.role-hero-section .right-part { width: 50%; padding: 40px 0 0px;}
.role-hero-section .left-part .tag-box { display: inline-flex; align-items: center; background: #E8E7F2; border-radius: 16px; padding: 19px 30px; width: auto; text-align: center; }
.role-hero-section .left-part .tag-box .icon { width: 46px; }
.role-hero-section .left-part .tag-box .tag-text { width: 100%; padding: 0; font-size: 21px; color: #322D62; font-weight: 700; line-height: 33px; letter-spacing: -0.63px; position: relative; top: 2px; }
.role-hero-section .left-part .section-heading { padding: 30px 0 0; max-width: 100%; width: 100%; }
.role-hero-section .left-part .section-heading .content { padding: 15px 0 30px; color: #322D62; opacity: 0.8; max-width: 674px; width: 100%; }
.role-hero-section .right-part .shape-bg { position: absolute; top: 0; left: auto; right: 0; height: 100%; max-width: 670px; z-index: -1; }
.role-hero-section .right-part .shape-bg img { width: 100%; height: 100% !important; }
.role-hero-section .breadcrumb { top: 60px; }
.role-hero-section .baseModuleParent { position: inherit !important; }
.role-hero-section .breadcrumb ul li a { color: #322D62; }
.role-hero-section .breadcrumb ul li:before { background: #322D62; }
.role-hero-section .left-part .section-heading h1 { color: #322D62; line-height:70px; }
.role-hero-section .right-part .main-img { text-align: center;  border-radius: 26px; max-width: 712px; width: 100%;}
.role-hero-section .right-part .img-box { max-width: 715px; width: 100%; margin: auto; position: relative; }
.role-hero-section .right-part .main-img img { border: 10px solid #6459C4; border-radius: 26px; }
.role-hero-section .right-part .img-box .extra-imgs { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.role-hero-section .right-part .img-box .extra-imgs .ext1 { position: absolute; top: -28px; left: -6px; z-index: -1; max-width: 254px; width: 100%; }
.role-hero-section .right-part .img-box .extra-imgs .ext2 { position: absolute; top: -97px; left: auto; right: -88px; max-width: 238px; width: 100%; }
.role-hero-section .right-part .img-box .extra-imgs .ext3 { position: absolute; top: auto; bottom: -34px; left: auto; right: -92px; z-index: -1; max-width: 322px; width: 100%; }

/* -- role leader section -- */
.role-leader-section { width: 100%; display: inline-block; vertical-align: top; padding: 154px 0px 101px; }
.role-leader-section .role-leader-slider .box { background: #FDF9F4; padding: 92px 100px 93px; position: relative; }
.role-leader-section .role-leader-slider .box .img-box { padding: 0px 0 70px; }
.role-leader-section .role-leader-slider .slick-slide { margin: 0 8px;  }
.role-leader-section .role-leader-slider .box .img-box img { height: 339px !important; object-fit: cover; width: 100%; border-radius: 26px; }
.role-leader-section .role-leader-slider .box .details-box h3 { color: #18516C; }
.role-leader-section .role-leader-slider .box .details-box .content { color: #18516C; opacity: 0.8; }
.role-leader-section .role-leader-slider .slick-list.draggable { padding: 52px 0 30px; }
.role-leader-section .role-leader-slider .box:before { content: ' '; top: -15px; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/By_Role_Borad_Members/box-edge-top.svg); width: 100%; height: 16px; background-repeat: no-repeat; background-size: cover; }
.role-leader-section .role-leader-slider .box:after { content: ' '; top: auto; bottom: -7px; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/By_Role_Borad_Members/shape-01.svg); width: 100%; height: 16px; background-repeat: no-repeat; background-size: cover; }
.role-leader-section .role-leader-slider .box2:after, .role-leader-section .role-leader-slider .box4:after, .role-leader-section .role-leader-slider .box6:after, .role-leader-section .role-leader-slider .box8:after, .role-leader-section .role-leader-slider .box10:after { background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/By_Role_Borad_Members/shape-02.svg); }
.role-leader-section .role-leader-slider .box .details-box { width: 100%; display: inline-block; vertical-align: top;}
.role-leader-section .role-leader-slider .slick-prev.slick-arrow { display: none !important;}
.role-leader-section .role-leader-slider .dot-arrow-cover{ justify-content: center;}
.role-leader-section ul.slick-dots li button svg path { fill: #CED7DD; }
.role-leader-section ul.slick-dots li.slick-active button svg path { fill: #2FA1D8; }
.role-leader-section .slick-arrow svg path { fill: #0B3557; }
.role-leader-section .leader-outer-wrap.slider-apply .container { max-width: 100%; padding: 0;}
.role-leader-section .leader-outer-wrap.slider-apply .slick-list.draggable { padding-left: 6.5%; padding-right: 6.5%;}
.role-leader-section .leader-outer-wrap.slider-apply .role-leader-slider .slick-slide.slick-current { opacity: 1;}
.role-leader-section .leader-outer-wrap.slider-apply .role-leader-slider .slick-slide {opacity:0.4;}
.role-leader-section .slick-arrow.slick-disabled { display: block !important;}
.role-leader-section ul.slick-dots li button { height: 24px; width: auto; }
.role-leader-section ul.slick-dots { top: 0; }
.role-leader-section ul.slick-dots li { padding: 0px 12px; }


/* -- role case study section -- */
.role-casestudy-section { width: 100%; display: inline-block; vertical-align: top; overflow: hidden; }
.role-casestudy-section .wrap { display: flex; align-items: center; overflow: hidden; }
.role-casestudy-section .left-part { width: 45%; padding: 215px 30px 215px 0; padding-left: calc((100% - 1640px) / 2); }
.role-casestudy-section .right-part { width: 55%; }
.role-casestudy-section .left-part h6 { color: #E0DEF3; font-size: 21px; line-height: 33px; font-weight: 700;}
.role-casestudy-section .left-part h2 { color: #FFFFFF; }
.role-casestudy-section .left-part .content { color: #FFFFFF; opacity: 0.8; padding: 11px 0 36px; }
.role-casestudy-section:before { content: ' '; top: 0; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg); width: 100%; height: 10px; background-repeat: no-repeat; background-size: cover; transform: rotate(180deg); }
.role-casestudy-section:after { content: ' '; top: auto; bottom: -7px; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg); width: 100%; height: 29px; background-repeat: no-repeat; background-size: cover; }
.role-casestudy-section .right-part .img-box { position: relative; top: -8px; }
.role-casestudy-section .right-part .img-box img { width: 100%;}
.role-casestudy-section .right-part .mobile-img { display: none;}


/* ============================================== */
/* ============= Terms & Condition ============== */
/* ============================================== */

.terms-hero-section { width: 100%; display: flex; min-height: 570px; align-items: center; padding: 30px 0 30px; z-index: 1;}
.terms-hero-section .shape-img { position: absolute; top: 0; left: auto; right: 0; height: 100%; max-width: 661px; width: 100%; z-index: -1;}
.terms-hero-section .shape-img img { width: 100%; height: 100% !important; }
.terms-hero-section .section-heading h1 { color: #0B3557; max-width: 850px; width: 100%; }
.terms-hero-section .section-heading .content { color: #0B3557; max-width: 950px; width: 100%; padding: 15px 0 0; }
.terms-hero-section .baseModuleParent { position: inherit !important; }
.terms-hero-section .breadcrumb { top: 45px; }
.terms-hero-section .breadcrumb ul li a { color: #0B3557; }
.terms-hero-section .breadcrumb ul li:before { background: #0B3557; }

/* -- terms & condition section -- */
.terms-condition-section { width: 100%; display: inline-block; vertical-align: top; padding: 117px 0px 147px; }
.terms-condition-section .wrap { display: flex; }
.terms-condition-section .left-part { width: 60%; position: relative; left: -16px; }
.terms-condition-section .right-part { width: 40%; }
.terms-condition-section .right-part .sticky-box { position: sticky; top: 130px; border: 5px solid #51A0D3; border-radius: 26px; max-width: 536px; width: 100%; float: right; padding: 34px 71px; }
.terms-condition-section .right-part .sticky-box h4 { color: #2FA1D8; line-height: 35px; letter-spacing: 0px; }
.terms-condition-section .right-part .sticky-box ul { margin: 0; padding: 0; }
.terms-condition-section .right-part .sticky-box ul li a { display: inline-block; color: #2FA1D8; font-size: 21px; line-height: 35px; padding: 12px 35px 8px; border-radius: 28px; position: relative; }
.terms-condition-section .right-part .sticky-box ul li a:hover, .terms-condition-section .right-part .sticky-box ul li a.active { background: rgb(213 236 247 / 51%); }
.terms-condition-section .right-part .sticky-box ul li a:before { content: ' '; top: auto; bottom: 16px; width: calc(100% - 70px); height: 1px; background: #2FA1D8; position: absolute; left: 0; right: 0; margin: auto; transition: all 0.4s; opacity: 0; visibility: hidden; display:none;}
.terms-condition-section .right-part .sticky-box ul li a:hover, .terms-condition-section .right-part .sticky-box ul li a.active {text-decoration: underline;}
.terms-condition-section .right-part .sticky-box ul li a:hover:before, .terms-condition-section .right-part .sticky-box ul li a.active:before { opacity: 1; visibility: visible; }
.terms-condition-section .right-part .sticky-box ul li { padding-bottom: 8px; }
.terms-condition-section .left-part .box { width: 100%; display: inline-block; vertical-align: top; padding: 105px 0px 120px 0; position: relative; }
.terms-condition-section .left-part .box h2 { position: relative; padding-bottom: 20px; }
.terms-condition-section .left-part .box:before { top: 105px; left: -68px; counter-increment: section; content: counter(section) "."; letter-spacing: -0.34px; color: #0B3557; font-size: 67px; line-height: 80px; font-weight: 700; position: absolute; font-family: Calistoga; }
.terms-condition-section .left-part .inner-cover { counter-reset: section; max-width: 960px; width: 100%; padding-left: 90px; }
.terms-condition-section .left-part .box:nth-child(n+10):before { left: -95px; }
.terms-condition-section .left-part .box .details { font-size: 16px; line-height: 21px; }
.terms-condition-section .left-part .box:after { content: ' '; top: auto; bottom: -1px; left: -90px; width: calc(100% + 90px); height: 1px; border-bottom: 2px dotted #173554; position: absolute; }
.terms-condition-section .left-part .box:first-child { padding-top: 0; }
.terms-condition-section .left-part .box:last-child { padding-bottom: 0; }
.terms-condition-section .left-part .box:last-child:after { opacity: 0; }
.terms-condition-section .left-part .box:first-child:before { top: 2px; }
.terms-condition-section .left-part .box .details ul { list-style: disc; }
.terms-condition-section .left-part .box .details ul li { color: #0B3557; font-size: 16px; line-height: 22px; font-weight: 400; padding-bottom: 15px; }
.terms-condition-section .left-part .box .details ul li:last-child { padding-bottom: 0; }


/* ============================================== */
/* =================== Demo ===================== */
/* ============================================== */

.demo-hero-section {width: 100%;display: inline-block;vertical-align: top;padding: 116px 0 564px;z-index: 1;min-height: 1770px;}
.demo-hero-section .bg-img { position: absolute; top: auto; bottom: 0; width: 100%; left: 0; z-index: -1; text-align: center;}
.demo-hero-section .outer-wrap { display: flex; flex-wrap: wrap; }
.demo-hero-section .baseModuleParent { position: inherit !important; }
.demo-hero-section .left-part { width: 40%; padding: 0 50px 0 0px; }
.demo-hero-section .right-part { width: 60%; }
.demo-hero-section .left-part .breadcrumb ul li a { color: #4B4393; }
.demo-hero-section .left-part .section-heading { padding: 20px 0 0; }
.demo-hero-section .left-part .section-heading h1 { color: #322D62; letter-spacing: -0.67px; line-height: 77px; }
.demo-hero-section .left-part .section-heading .content { color: #322D62; opacity: 0.8; max-width: 534px; padding: 5px 0 0; }
.demo-hero-section .left-part .section-heading .box-content ul li { color: #322D62; font-weight: 400; list-style: disc; padding: 15px 0 0; }
.demo-hero-section .left-part .section-heading .box-content { color: #322D62; opacity: 0.8; font-weight: 400; max-width: 520px; width: 100%; padding: 5px 0 0; }
.demo-hero-section .left-part .section-heading .box-content ul { margin: 0; padding: 0 0 0 20px; }
.demo-hero-section .left-part .section-heading .box-content p { margin: 0; }
.demo-hero-section .right-part .form-contact-cover { max-width: 950px; width: 100%; float: right; position: relative; }
.demo-hero-section .right-part .form-contact-cover .hs-richtext.hs-main-font-element h3 { color: #fff; font-size: 51px; line-height: 63px; font-family: Calistoga; font-weight: 400; margin-bottom: 10px; }
.demo-hero-section .right-part .form-contact-cover .hs-richtext.hs-main-font-element .content { color: #fff; opacity: 0.8; padding: 0 0 23px; }
.demo-hero-section .right-part .form-contact-cover .hs-form-field>label { font-size: 21px; line-height: 22px; }
.demo-hero-section .right-part .form-contact-cover .hs-form-field { padding-bottom: 0; margin-bottom: 26px; }
.demo-hero-section .right-part .form-contact-cover .form-inner-cover { width: 100%; display: inline-block; vertical-align: top; padding: 78px 82px 80px 92px; background: #322D62; /* background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Demo/rough-edge-box-form-purple-new.png); background-repeat: no-repeat; background-size: 100% 100%;*/ position:relative;}
.demo-hero-section .right-part .form-contact-cover:before { content: ''; top: -12px; left: -1px; width: 100%; height: 13px; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Demo/form-top-shape.svg); background-repeat: no-repeat; background-size: cover; }
.demo-hero-section .right-part .form-contact-cover:after { content: ''; top: -12px; left: auto; width: 24px; height: calc(100% + 12px); position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Demo/form-right-shape.svg); background-repeat: no-repeat; background-size: cover; right: -20px; }
.demo-hero-section .right-part .form-contact-cover .form-inner-cover:before { content: ' '; top: auto; bottom: -24px; left: 0; width: calc(100% + 11px); height: 27px; position: absolute; background-repeat: no-repeat; background-size: cover; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Demo/form-bottom-shape.svg); }
.demo-hero-section .left-part .mobile-img { display:none; }
.demo-hero-section .submitted-message { background: transparent; border: transparent; padding: 0; margin: 0; text-align: left; top: 0; }
.demo-hero-section .submitted-message h2 { font-size: 51px; line-height: 63px; color: #FFFFFF; text-align: left; }
.demo-hero-section .submitted-message p { color: #FFFFFF; opacity: 0.8; }
.demo-hero-section .submitted-message p a { color: #FFFFFF; position: relative; display: inline-block; font-weight: 600; }
.demo-hero-section .submitted-message p a:before { content: ' '; top: auto; bottom: 2px; left: 0; width: 100%; height: 2px; background: #fff; position: absolute; }
.demo-hero-section .submitted-message p.link { opacity: 1; }
.demo-hero-section .right-part .form-contact-cover:after { opacity: 0; display: none; }
.demo-hero-section .right-part .form-contact-cover:before { opacity: 0; display: none; }
.demo-hero-section .right-part .form-contact-cover .form-inner-cover:before { opacity: 0; display: none; }
.demo-hero-section .right-part .form-contact-cover .form-inner-cover { width: 100%; display: inline-block; vertical-align: top; padding: 78px 82px 80px 92px; background-color: transparent; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Demo/rough-edge-box-form-purple-new.png); background-repeat: no-repeat; background-size: 100% 100%; }


/* -- Demo Benefit section -- */
.demo-benefit-section { width: 100%; display: inline-block; vertical-align: top; padding: 139px 0px 134px; overflow: hidden; z-index: 1; }
.demo-benefit-section h2 { color: #18516C; padding-bottom: 55px; }
.demo-benefit-section .wrap { margin: 0 -7px; display: flex; flex-wrap: wrap; }
.demo-benefit-section .box { width: calc(100% / 3 - 14px); margin: 0 7px 23px; border: 5px solid #2FA1D8; border-radius: 26px; padding: 61px 61px 36px 61px; background:#f9fcfe; }
.demo-benefit-section .box .icon { width: 78px; height: 78px; }
.demo-benefit-section .box  .details { padding: 34px 0 0px; color: #2379A2; opacity: 0.8; }
.demo-benefit-section:before { content: ' '; top: auto; bottom: -9px; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg); width: 100%; height: 41px; background-repeat: no-repeat; background-size: cover; }
.demo-benefit-section:after { content: ' '; top: auto; bottom: -42px; left: auto; right: 0; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Demo/demo-pattern.png); width: 1072px; height: 620px; background-repeat: no-repeat; z-index: -1; }

/* -- Demo organization section -- */
.demo-org-section { width: 100%; display: inline-block; vertical-align: top; padding: 124px 0 122px; }
.demo-org-section h4 { font-weight: 500; padding-bottom: 19px; }
.demo-org-section .wrap { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.demo-org-section .box { width: calc(100% / 10 - 20px); margin: 0 10px 20px; }
.demo-org-section .box .logo-cover { height: 100px; display: flex; align-items: center; justify-content: center; }
.demo-org-section .box .logo-cover img { height: 100% !important; object-fit: contain; opacity: 0.5; }
.demo-org-section .mobile-demo-box { display: none;}

/* -- Demo learnmore section -- */
.demo-learnmore-outer .wrap { margin: 0 -8px; display: flex; flex-wrap: wrap; }
.demo-learnmore-outer .post-item { width: calc(100% / 3 - 16px); margin: 0 8px 16px; padding: 37px 37px 80px 37px; background: #fff; border-radius: 26px; position: relative; border: 5px solid #0C3658; display: none;}
.demo-learnmore-outer .post-item .hs-featured-image-wrapper img.hs-featured-image { float: left; max-width: 100%; width: 100%; margin: 0; border-radius: 26px; height: 284px; object-fit: cover; }
.demo-learnmore-outer .post-item .post-bottom { width: 100%; display: inline-block; vertical-align: top; padding: 23px 0 0; }
.demo-learnmore-outer .post-item .post-bottom a.topic-link { color: #82C7E8; letter-spacing: -0.08px; font-size: 16px; line-height: 28px; }
.demo-learnmore-outer .post-item .post-bottom  h2 { font-size: 38px; line-height: 46px; padding: 15px 0 9px; }
.demo-learnmore-outer .post-item .post-bottom h2 a { font-weight: 700; color: #0B3557; line-height: 46px; display: inline-block; }
.demo-learnmore-outer .post-item .post-bottom h2 a:hover { color: #2fa1d8; }
.demo-learnmore-outer .post-item .post-bottom a.topic-link:hover { color: #0B3557; }
.demo-learnmore-outer .post-item .post-bottom  .readmore { position: absolute; top: auto; bottom: 52px; }
.demo-learnmore-outer .post-item .post-bottom .readmore a { display: flex; align-items: center; color: #0B3557; font-size: 21px; font-weight: 700; }
.demo-learnmore-outer .post-item .post-bottom .readmore a svg { position: relative; top: -1px; margin-left: 10px; transition: all 0.4s; width: 15px; }
.demo-learnmore-outer .post-item .post-bottom .readmore a:hover svg { margin-left: 18px; }
.demo-learnmore-outer .post-item:nth-last-child(1),
.demo-learnmore-outer .post-item:nth-last-child(2),
.demo-learnmore-outer .post-item:nth-last-child(3) { display: block !important; }
.demo-learnmore-outer .btns { padding: 47px 0 0; }
.demo-learnmore-outer .section-heading  h2 { padding-bottom: 43px; }
.demo-learnmore-outer .post-item .post-bottom .readmore a:hover svg path,
.demo-learnmore-outer .post-item .post-bottom .readmore a:hover svg line { stroke: #2FA1D8; }
.demo-learnmore-outer .post-item .post-bottom .readmore a svg path,
.demo-learnmore-outer .post-item .post-bottom .readmore a svg line { transition: all 0.4s; }
.demo-learnmore-outer .post-item .post-bottom .readmore a:hover { color: #2FA1D8; }
.demo-learnmore-outer .post-item .post-bottom .readmore a:before { content: ' '; top: auto; bottom: 4px; left: 0; width: 108px; height: 2px; position: absolute; background: #2FA1D8; transition: all 0.4s; opacity: 0; visibility: hidden; }
.demo-learnmore-outer .post-item .post-bottom .readmore a:hover:before { opacity: 1; visibility: visible; }

/* ============================================== */
/* ========= Accessibility Statement =========== */
/* ============================================== */

.accessibility-statement-page.terms-condition-section .left-part .inner-cover { padding-left: 0; max-width: 940px; }
.accessibility-statement-page.terms-condition-section .left-part .box:before { display: none; }
.accessibility-statement-page.terms-condition-section .left-part { left: 0; }
.accessibility-statement-page.terms-condition-section .left-part .box:after { border-color: #3C789E; width: 100%; left: 0; }
.accessibility-statement-page.terms-condition-section .left-part .box { padding: 70px 0px 70px 0; }
.accessibility-statement-page.terms-condition-section .left-part .box:first-child { padding-top:0; }
.accessibility-statement-page.terms-condition-section .left-part .box h2 { padding-bottom: 4px; }
.accessibility-statement-page.terms-condition-section .right-part .sticky-box { height: auto;}
.accessibility-statement-page.terms-condition-section .left-part .box:first-child h2 { display: none;}
.accessibility-statement-page.terms-condition-section .left-part .box:last-child {padding-bottom: 0;}
.accessibility-statement-page.terms-condition-section { padding: 120px 0px 128px;}
.accessibility-statement-page.terms-condition-section .left-part .box .details { line-height: 22px;}
.accessibility-statement-page.terms-condition-section .left-part .box .details a { color: #0b3557;}
.accessibility-statement-page.terms-condition-section .left-part .box .details a:hover { text-decoration: underline;}

/* ============================================== */
/* =================== Leagal =================== */
/* ============================================== */

.legal-page.terms-hero-section .section-heading h1 { padding-bottom: 10px; }
.legal-page.terms-condition-section .left-part .box:before { display: none; }
.legal-page.terms-condition-section .left-part .inner-cover { padding-left: 0; max-width: 940px; }
.legal-page.terms-condition-section .left-part .box:after { border-color: #3C789E; width: 100%; left: 0; }
.legal-page.terms-condition-section .left-part .box { padding: 70px 0px 57px 0; }
.legal-page.terms-condition-section .left-part .box h2 { padding-bottom: 4px; }
.legal-page.terms-condition-section .left-part .box h3 { color: #2FA1D8; font-size: 28px; line-height: 29px; padding: 45px 0 9px; }
.legal-page.terms-condition-section .left-part .box p a { color: #18516C; font-weight: 800; text-decoration: underline; }
.legal-page.terms-condition-section .left-part .box p a:hover { color: #2FA1D8; }
.legal-page.terms-condition-section .left-part .box p em { font-weight: 600; }
.legal-page.terms-condition-section .left-part { left: 0;}
.legal-page.terms-condition-section .right-part .sticky-box {height: auto;}
.legal-page.terms-condition-section .left-part .box:first-child { padding-top: 0;}
.legal-page.terms-condition-section .left-part .box:last-child { padding-bottom: 0;}
.legal-page.terms-condition-section { padding: 115px 0px 190px;}
.legal-page.terms-condition-section .left-part .box .details { line-height: 22px;}

/* ============================================== */
/* ============== Usecase - Debt ================ */
/* ============================================== */

.usecase-hero-section { width: 100%; display: inline-block; vertical-align: top; padding: 172px 0px 293px; z-index: 1; overflow: hidden; }
.usecase-hero-section .wrap { display: flex; flex-wrap: wrap; }
.usecase-hero-section .left-part { width: 50%; padding: 0 40px 0 0; }
.usecase-hero-section .right-part { width: 50%; padding: 10px 0 0px;}
.usecase-hero-section .left-part .tag-box { display: inline-flex; align-items: center; background: #DEECEB; border-radius: 16px; padding: 19px 30px; width: auto; text-align: center; }
.usecase-hero-section .left-part .tag-box .icon { width: 46px; }
.usecase-hero-section .left-part .tag-box .tag-text { width: 100%; padding: 0; font-size: 21px; color: #14524F; font-weight: 700; line-height: 33px; letter-spacing: -0.63px; position: relative; top: 2px; }
.usecase-hero-section .left-part .section-heading { padding: 30px 0 0; max-width: 100%; width: 100%; }
.usecase-hero-section .left-part .section-heading .content { padding: 15px 0 30px; color: #14524F; opacity: 0.8; max-width: 674px; width: 100%; }
.usecase-hero-section .right-part .shape-bg { position: absolute; top: 0; left: auto; right: 0; height: 100%; max-width: 670px; z-index: -1; }
.usecase-hero-section .right-part .shape-bg img { width: 100%; height: 100% !important; opacity:0.4; }
.usecase-hero-section .breadcrumb { top: 60px; }
.usecase-hero-section .baseModuleParent { position: inherit !important; }
.usecase-hero-section .breadcrumb ul li a { color: #14524F; }
.usecase-hero-section .breadcrumb ul li:before { background: #14524F; }
.usecase-hero-section .left-part .section-heading h1 { color: #14524F; line-height:63px; }
.usecase-hero-section .right-part .main-img { text-align: center;  border-radius: 26px; max-width: 712px; width: 100%;}
.usecase-hero-section .right-part .img-box { max-width: 715px; width: 100%; margin: auto; position: relative; }
.usecase-hero-section .right-part .main-img img { border: 10px solid #28A49E; border-radius: 26px; }
.usecase-hero-section .right-part .img-box .extra-imgs { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.usecase-hero-section .right-part .img-box .extra-imgs .ext1 { position: absolute; top: -32px; left: -60px; max-width: 254px; width: 100%; }
.usecase-hero-section .right-part .img-box .extra-imgs .ext2 { position: absolute; top: -37px; left: auto; right: -46px; max-width: 235px; width: 100%; }
.usecase-hero-section .right-part .img-box .extra-imgs .ext3 { position: absolute; top: auto;  bottom: -23px; left: auto; right: -35px; z-index: -1; max-width: 322px; width: 100%; }

/* -- usecase sections -- */
.usecase-page.platform-action-section .box .right-part { padding: 0 0 0 67px; }
.usecase-page.platform-action-section .box .right-part .content { max-width: 819px; width: 100%; }
.usecase-page.platform-action-section .outer-wrap { padding: 120px 138px 75px; }
.usecase-page.role-casestudy-section:after { bottom: 0;}
.usecase-page.role-casestudy-section .left-part h6{color:#7EC8C5;}
.usecase-page.role-casestudy-section .right-part .img-box{ top: -14px;}
.usecase-page.role-casestudy-section{margin-bottom: 111px;}

/* -- usecase few-click sections -- */
.few-click-section { width: 100%; display: inline-block; vertical-align: top; padding: 176px 0 136px; }
.few-click-section .wrap { display: flex; flex-wrap: wrap; }
.few-click-section .left-part { width: 50%; padding: 0 30px 0 0; }
.few-click-section .right-part { width: 50%; padding: 0 0 0 8px; }
.few-click-section .left-part .img-box { max-width: 611px; width: 100%; }
.few-click-section .left-part .img-box img { width: 100%; height: 384px !important; border-radius: 26px; object-fit: cover; }
.few-click-section .left-part .section-heading { padding: 37px 0 0; max-width: 694px; width: 100%; }
.few-click-section .left-part .section-heading .content { padding: 11px 0 0; opacity: 0.8; }
.few-click-section .right-part .box { width: 100%; border: 5px solid #0C3658; border-radius: 26px; margin-bottom: 40px; padding: 70px 70px 55px; background:#fff; min-height: 535px}
.few-click-section .right-part .box:last-child { margin-bottom: 0; }
.few-click-section .right-part .box .icon { border-radius: 26px; background: #CED7DD; width: 299px; height: 202px; padding: 25px; display: flex; align-items: center; justify-content: center; }
.few-click-section .right-part .box .icon img { width: 190px; }
.few-click-section .right-part .box .details { padding: 34px 0 0; }
.few-click-section .right-part .box .details .content { padding: 2px 0 0; opacity: 0.8; max-width: 680px; width: 100%; }
.few-click-section .shape-bg { position: absolute; top: auto; bottom: 87px; left: auto; right: 0px; }
.few-click-section .right-part .outer-wrap::-webkit-scrollbar-track { background-color: transparent;}
.few-click-section .right-part .outer-wrap::-webkit-scrollbar { width: 1px; background-color: transparent;}
.few-click-section .right-part .outer-wrap::-webkit-scrollbar-thumb { background-color: transparent;}
.few-click-section .right-part .outer-wrap::-webkit-scrollbar { display: none;}
.few-click-section .right-part .outer-wrap {-ms-overflow-style: none;scrollbar-width: none;}
.few-click-section .right-part .outer-wrap { height: 545px; overflow: auto;}
.few-click-section .right-part .indicator-container { width: 55px; height: 108px; background: #fff; border: 5px solid #0c3658; border-radius: 6.4em;  overflow: hidden; /*  box-shadow:  0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2), inset 0 6px 8px 0 rgba(0, 0, 0, 0.2); */ position: absolute;  top: 40px; left: auto; right: 40px; transition:all 0.4s; opacity: 0.25;} 
.few-click-section .right-part .outer-wrap.scroll-remove .indicator-container { opacity: 0; visibility: hidden;}
.few-click-section .right-part .indicator-arrow { margin-top: 50%; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.few-click-section .right-part .indicator-arrow .base {margin: 0 auto; width: 6px; background: #0c3658; height: 20px;  border-radius: 50px; position: relative; top: 3px;}
.few-click-section .right-part .indicator-arrow .arrowpoint { width: 0; height: 0; border-style: solid; border-width:12px; border-color: #0c3658 transparent transparent transparent; margin-top: 0%; border-radius: 5px;}
.few-click-section .right-part .top {margin-top: -100%; -webkit-animation: arrowAnimation1 infinite 1.1s ease-in-out; animation: arrowAnimation1 infinite 1.1s ease-in-out;}
.few-click-section .right-part .bottom { margin-top: 100%; }
@-webkit-keyframes arrowAnimation1 { from {margin-top: -100%;}  to {margin-top: 100%;} }
@keyframes arrowAnimation1 { from {margin-top: -100%;} to {margin-top: 100%;} }


/* ============================================== */
/* ============ Resource - Support ============== */
/* ============================================== */

.support-page .demo-hero-section .left-part { width: 38%; }
.support-page .demo-hero-section .left-part .breadcrumb ul li:before { background: #4B4393; }
.support-page .demo-hero-section .left-part .breadcrumb ul li a { color: #4B4393; }
.support-page .demo-hero-section .right-part { width: 62%; }
.support-page .demo-hero-section .left-part .section-heading .content { padding: 13px 0 0; }
.support-page .demo-hero-section .left-part .section-heading .box-content { opacity: 2; }
.support-page .demo-hero-section .left-part .section-heading .box-content ul li { font-size: 28px; line-height: 46px; font-weight: 700; list-style: none; margin-bottom: 25px; }
.support-page .demo-hero-section .left-part .section-heading .box-content ul { padding-left: 0; }
.support-page .demo-hero-section .left-part .section-heading .box-content ul li a { display: inline-block; color: #322D62; font-weight: 700; margin-left: 6px; }
.support-page .demo-hero-section { padding: 116px 0 320px; min-height: 1530px; }
.support-page .section-top-img { display: none; }
.support-page .firsthand-look-section { position: relative; z-index: 1; }
.support-page .hs-submit .actions { max-width: 296px; }
.support-page .demo-hero-section .right-part .form-contact-cover .form-inner-cover form { position: relative; }
.support-page .demo-hero-section .right-part .form-contact-cover .form-inner-cover form fieldset.form-columns-1 + fieldset.form-columns-0 { position: absolute; top: auto; bottom: -10px; left: auto; right: 0;  }
.support-page .demo-hero-section .right-part .form-contact-cover .form-inner-cover form fieldset.form-columns-1 + fieldset.form-columns-0 p { color: #FFFFFF; font-size: 18px; line-height: 29px; font-weight:600;}
.support-page .demo-hero-section .right-part .form-contact-cover .form-inner-cover form fieldset.form-columns-1 + fieldset.form-columns-0 p a { color: #fff; font-weight: 600; text-decoration: underline; display: inline-block; }
.support-page .demo-hero-section .right-part .form-contact-cover .form-inner-cover { padding-bottom: 93px; }
.support-page .demo-hero-section .left-part .section-heading .box-content ul li br { display: none;}
.support-page .demo-hero-section .left-part .section-heading h1 { line-height: 63px;}

/* ======================================================== */
/* ============= Resource Library Post page =============== */
/* ======================================================== */

.blog-inner-post { width: 100%; display: inline-block; vertical-align: top; padding: 44px 0 111px; }
.blog-inner-post .post-body-wrap { width: 100%; display: flex; flex-wrap: wrap; }
.blog-inner-post .post-body-wrap .left-side { width: 70%; padding-right: 60px; }
.blog-inner-post .post-body-wrap .right-side { width: 30%; }
.blog-inner-post .post-body-wrap .right-side .sidebar { border: 5px solid #0B3557; border-radius: 26px; background: #fff; padding: 66px 18px 69px 50px; max-width: 398px; width: 100%; float: right; position: sticky; top: 130px; height: calc(100vh - 225px); overflow: auto;}
.blog-inner-post .post-body-wrap .right-side .sidebar h4 { line-height: 35px; padding-bottom: 23px; }
.blog-inner-post .post-body-wrap .right-side .sidebar a.navigation__link { display: inline-block; margin-bottom: 22px; color: #0B3557; font-size: 21px; line-height: 35px; letter-spacing: 0px; text-decoration: underline; }
.blog-inner-post .post-body-wrap .right-side .sidebar a.navigation__link:last-child { margin-bottom: 0; }
.blog-inner-post .post-body-wrap .right-side .sidebar a.navigation__link:hover { color: #2fa1d8; }
.blog-inner-post .post-body-wrap .left-side .section.post-body { background: #F8F9FA; width: 100%; display: inline-block; vertical-align: top; padding: 95px 90px 95px 94px; }
.blog-inner-post .post-body-wrap .left-side .section.post-body p { font-size: 16px; line-height: 20px; color: #0B3557; opacity: 1; letter-spacing: -0.08px; }
.blog-inner-post .post-body-wrap .left-side .section.post-body h2 { border-top: 1px solid rgb(11 53 87 / 50%); padding: 46px 0px 13px; font-size: 38px; line-height: 49px; letter-spacing: 0px; margin-top: 46px; }
.blog-inner-post .post-body-wrap .left-side .section.post-body a { text-decoration: underline; font-weight: 700; color: #BF6844; }
.blog-inner-post .post-body-wrap .left-side .section.post-body a:hover { color: #2fa1d8; }
.blog-inner-post .post-body-wrap .left-side .section.post-body ul, .blog-inner-post .post-body-wrap .left-side .section.post-body ol { list-style: inherit; padding-left: 20px; }
.blog-inner-post .post-body-wrap .left-side .section.post-body ul li, .blog-inner-post .post-body-wrap .left-side .section.post-body ol li { color: #0B3557; font-size: 16px; line-height: 20px; font-weight: 400; opacity: 1; }
.blog-inner-post .post-body-wrap .left-side .section.post-body ol { list-style-type: decimal; }
.blog-inner-post .post-body-wrap .left-side .section.post-body ol li ol { padding: 15px 0 15px 20px; list-style: lower-alpha;}
.blog-inner-post .post-body-wrap .left-side .section.post-body ol li ol li { opacity: 1; }
.blog-inner-post .post-body-wrap .left-side .section.post-body ol li .leftp { padding: 15px 0 0 25px; }
.blog-inner-post .post-body-wrap .left-side .section.post-body ol li .leftp p { opacity: 1; }
.blog-inner-post .post-body-wrap .left-side .section.post-body ol li ul { list-style: disc; }
.blog-inner-post .post-body-wrap .left-side .section.post-body ol li ul li { opacity: 1; }
.blog-inner-post .post-body-wrap .left-side .section.post-body ol.space { padding-left: 65px; }
.blog-inner-post .post-body-wrap .left-side .section.post-body ol.space li { padding-bottom: 15px; }
.blog-inner-post .post-body-wrap .left-side .section.post-body ol.space li:last-child { padding-bottom: 0; }
.blog-inner-post .post-body-wrap .left-side .section.post-body .tip { background: #FFE8DE; width: 100%; padding: 35px 44px 40px 44px; margin: 10px 0 10px; display: inline-block; vertical-align: top; }
.blog-inner-post .post-body-wrap .left-side .section.post-body .tip h5 { color: #80452E; font-size: 21px; line-height: 20px; font-weight: 700; }
.blog-inner-post .post-body-wrap .left-side .section.post-body .tip p { margin: 0; color: #80452E; max-width: 781px; width: 100%; opacity: 1; padding: 5px 0 0; }
.blog-inner-post .post-body-wrap .left-side .section.post-body blockquote { border-left: 15px solid #FF8A5B; margin: 36px 0 36px; padding-left: 28px; }
.blog-inner-post .post-body-wrap .left-side .section.post-body blockquote p { color: #BF6844; font-size: 21px; line-height: 31px; opacity: 1; font-style: italic; font-weight: 700; }
.blog-inner-post .post-body-wrap .left-side .section.post-body .post-content-cover { max-width: 903px; width: 100%;}
.blog-inner-post .post-body-wrap .left-side .section.post-body .social-share { display: flex; align-items: center; padding: 51px 0 0; }
.blog-inner-post .post-body-wrap .left-side .section.post-body .social-share ul { list-style: none; margin: 0; display: flex; align-items: center; }
.blog-inner-post .post-body-wrap .left-side .section.post-body .social-share h4 { font-size: 21px; line-height: 22px; color: #0B3557; margin: 0; }
.blog-inner-post .post-body-wrap .left-side .section.post-body .social-share ul li { padding-right: 22px; opacity: 1; }
.blog-inner-post .post-body-wrap .left-side .section.post-body .social-share ul li svg { width: 32px; }
.blog-inner-post .post-body-wrap .left-side .section.post-body .social-share ul li svg path { fill: #0B3557; transition: all 0.4s; }
.blog-inner-post .post-body-wrap .left-side .section.post-body .social-share ul li a:hover svg path { fill: #2FA1D8; }
.inner-post-author { width: 100%; display: flex; border: 5px solid #0B3557; border-radius: 16px; margin: 38px 0 50px; padding: 57px 49px 42px; flex-wrap: wrap; }
.inner-post-author .author-left { width: 107px; }
.inner-post-author .author-right { width: calc(100% - 107px); padding: 0 0 0 64px; }
.inner-post-author .author-left img { width: 107px; height: 107px; border-radius: 50%; }
.inner-post-author .author-right a.author-link { color: #0B3557; font-size: 38px; line-height: 47px; letter-spacing: -0.19px; font-family: Calistoga; }
.inner-post-author .author-right h3 { margin-bottom: 8px; }
.inner-post-author .author-right .author-bio { opacity: 0.8; color: #18516C; font-size: 16px; line-height: 22px; max-width: 784px; width: 100%; }
.inner-post-author .author-right .author-bio span { width: 100%; display: inline-block; padding-bottom: 26px; font-size: 21px; line-height: 22px; }
.blog-inner-post .post-bottom-details { width: 70%; margin: 0; padding-right:60px;}
body.pillar-off .blog-inner-post .post-bottom-details { width: 70%; margin: 0 auto;}
.blog-about-section { width: 100%; display: inline-block; vertical-align: top; border-radius: 16px; border: 5px solid #0B3557; padding: 51px 46px 43px; }
.blog-about-section h3 { color: #fff; line-height: 47px; font-family: Calistoga; font-weight: 400; }
.blog-about-section .conent { color: #fff; padding: 10px 0 0; line-height: 30px; opacity: 0.8; }
.blog-about-section .container { padding: 0; }
.blog-inner-post .post-body-wrap .right-side .sidebar a.navigation__link.active { color: #2FA1D8;}
.blog-inner-post .post-body-wrap .right-side .sidebar .navigation { display: flex; flex-direction: column;}
.blogpost-hero-section { width: 100%; display: inline-block; vertical-align: top; padding: 140px 0px 200px; margin-bottom: 340px; }
.blogpost-hero-section .shape-img { position: absolute; top: auto; bottom: 0; width: 100%; height: 728px; }
.blogpost-hero-section .baseModuleParent { position: inherit !important; }
.blogpost-hero-section .breadcrumb { text-align: center; }
.blogpost-hero-section .breadcrumb ul li a { color: #FFFFFF; }
.blogpost-hero-section .breadcrumb ul li:before { background: #fff; }
.blogpost-hero-section .breadcrumb ul li:last-child a { font-weight: 400; }
.blogpost-hero-section .post-title { text-align: center; max-width: 1400px; width: 100%; margin: auto; padding-bottom: 260px; }
.blogpost-hero-section h1 { line-height: 77px; letter-spacing: 0; }
.blogpost-hero-section .post-date p { color: #FFFFFF; text-align: center; }
.blogpost-hero-section .hero-bt-box { background: #FDF9F4; width: 100%; display: inline-block; vertical-align: top; padding: 50px 50px 105px; position: relative; margin-bottom: -510px; }
.blogpost-hero-section .hero-bt-box:before { content: ' '; width: 100%; height: 22px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Plateform_manage/torn_paper_bottom_shape.svg); position: absolute; top: auto; background-repeat: no-repeat; background-size: cover; left: 0; bottom: -18px; }
.blogpost-hero-section .hero-bt-box img.hs-featured-image { float: none; width: 100%; max-width: 100%; margin: 0; height: 100%; object-fit: cover; border-radius: 26px; }
.blogpost-hero-section .hero-bt-box .hs-featured-image-wrapper { max-width: 804px; width: 100%; height: 497px; margin: -210px auto 0; }
.blogpost-hero-section .hero-bt-box .section-heading { text-align: center; padding: 53px 0 0px; }
.blogpost-hero-section .hero-bt-box .section-heading .details { padding: 35px 0 0; max-width: 1397px; width: 100%; margin: auto; color: #0B3557; opacity: 0.8; }
.blogpost-hero-section .shape-img img { width: 100%; object-fit: cover; }
.blogpost-hero-section:before { content: ' '; top: auto; bottom: -7px; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg); width: 100%; height: 29px; background-repeat: no-repeat; background-size: cover; }
.blogpost-recent-section.demo-learnmore-outer .post-item:nth-last-child(1), .blogpost-recent-section.demo-learnmore-outer .post-item:nth-last-child(2), .blogpost-recent-section.demo-learnmore-outer .post-item:nth-last-child(3) { display: block !important;}
.blogpost-hero-section .hero-bt-box .section-heading h2 { line-height: 63px;}
.blog-inner-post .post-body-wrap .left-side .section.post-body .post-content-cover h4 { line-height: 36px;padding: 10px 0;}
/* .blog-inner-post .post-body-wrap .left-side .section.post-body a { word-break: break-all;} */

/* =========================================================== */
/* ============= Resource Library Listing page =============== */
/* =========================================================== */

.blog-listing-section { width: 100%; display: inline-block; vertical-align: top;  padding: 0 0 150px; margin: -455px 0 0; position: relative; z-index: 1;}
.blog-listing-section .wrap { margin: 0 -8px; display: flex; flex-wrap: wrap; }
.blog-listing-section .post-item { width: calc(100% / 3 - 16px); margin: 0 8px 33px; padding: 38px 36px 80px 38px; background: #fff; border-radius: 26px; position: relative; border: 5px solid #0C3658;}
.blog-listing-section .post-item .hs-featured-image-wrapper img.hs-featured-image { float: left; max-width: 100%; width: 100%; margin: 0; border-radius: 26px; height: 284px; object-fit: cover; }
.blog-listing-section .post-item .post-bottom { width: 100%; display: inline-block; vertical-align: top; padding: 23px 0 0; }
.blog-listing-section .post-item .post-bottom a.topic-link { color: #82C7E8; letter-spacing: -0.08px; font-size: 16px; line-height: 28px; }
.blog-listing-section .post-item .post-bottom .post-header { padding: 15px 0 0; }
.blog-listing-section .post-item .post-bottom p { font-size: 14px; line-height: 1; margin: 0 0 10px; }
.blog-listing-section .post-item .post-bottom h2 { font-size: 38px; line-height: 46px; padding: 0 0 15px; }
.blog-listing-section .post-item .post-bottom h2 a { font-weight: 700; color: #0B3557; line-height: 46px; display: inline-block; }
.blog-listing-section .post-item .post-bottom h2 a:hover { color: #2fa1d8; }
.blog-listing-section .post-item .post-bottom a.topic-link:hover { color: #0B3557; }
.blog-listing-section .post-item .post-bottom .readmore { position: absolute; top: auto; bottom: 50px; }
.blog-listing-section .post-item .post-bottom .readmore a { display: flex; align-items: center; color: #0B3557; font-size: 21px; font-weight: 700; }
.blog-listing-section .post-item .post-bottom .readmore a svg { position: relative; top: -1px; margin-left: 10px; transition: all 0.4s; width: 15px; }
.blog-listing-section .post-item .post-bottom .readmore a:hover svg { margin-left: 18px; }
.blog-listing-section .post-item .post-bottom .readmore a:hover svg path,
.blog-listing-section .post-item .post-bottom .readmore a:hover svg line { stroke: #2FA1D8; }
.blog-listing-section .post-item .post-bottom .readmore a svg path,
.blog-listing-section .post-item .post-bottom .readmore a svg line { transition: all 0.4s; }
.blog-listing-section .post-item .post-bottom .readmore a:hover { color: #2FA1D8; }
.blog-listing-section .post-item .post-bottom .readmore a:before { content: ' '; top: auto; bottom: 4px; left: 0; width: 101px; height: 2px; position: absolute; background: #2FA1D8; transition: all 0.4s; opacity: 0; visibility: hidden; }
.blog-listing-section .post-item .post-bottom .readmore a:hover:before { opacity: 1; visibility: visible; }
.blog-listing-section .post-loadmore { width: 100%; display: inline-block; vertical-align: top; text-align: center; padding: 50px 0 0; }
.blog-listing-section .post-loadmore a { border: 1px solid #2FA1D8; padding-top: 15px; padding-right: 59px; padding-bottom: 11px; padding-left: 59px; font-family: Overpass, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; background-color: #2FA1D8; border-radius: 35px; color: #ffffff; font-size: 21px; text-transform: none; display: inline-flex; align-items: center; -webkit-align-items: center; cursor: pointer; max-width: 271px; width: 100%; justify-content: center; }
.blog-listing-section .post-loadmore a svg { width: 15px; margin-left: 12px; transform: rotate(89deg); }
.blog-listing-section .post-loadmore a svg line, .blog-listing-section .post-loadmore a svg path { stroke: #fff; transition: all .4s ease-in-out; }
.blog-listing-section .post-loadmore a:hover svg line, .blog-listing-section .post-loadmore a:hover svg path { stroke: #0B3557; }
.blog-listing-section .post-loadmore a:hover { color: #0B3557; background: #D5ECF7; border-color: #D5ECF7; }

.resource-library-hero { width: 100%; display: inline-block; vertical-align: top; padding: 140px 0px 520px; position:relative; z-index:1;}
.resource-library-hero .shape-img { position: absolute; top: auto; bottom: 0; width: 100%; height: 748px; z-index:-1; }
.resource-library-hero .baseModuleParent { position: inherit !important; }
.resource-library-hero .breadcrumb { text-align: center; }
.resource-library-hero .breadcrumb ul li a { color: #FFFFFF; }
.resource-library-hero .breadcrumb ul li:before { background: #fff; }
.resource-library-hero .post-title { text-align: center; max-width: 1400px; width: 100%; margin: auto; padding-bottom: 260px; }
.resource-library-hero h1 { line-height: 63px; letter-spacing: 0; }
.resource-library-hero .hero-bt-box { background: #FDF9F4; width: 100%; display: inline-block; vertical-align: top; padding: 50px 50px 105px; position: relative; margin-bottom: -510px; }
.resource-library-hero .hero-bt-box:before { content: ' '; width: 100%; height: 22px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Plateform_manage/torn_paper_bottom_shape.svg); position: absolute; top: auto; background-repeat: no-repeat; background-size: cover; left: 0; bottom: -18px; }
.resource-library-hero .hero-bt-box img.hs-featured-image { float: none; width: 100%; max-width: 100%; margin: 0; height: 100%; object-fit: cover; border-radius: 26px; }
.resource-library-hero .hero-bt-box .hs-featured-image-wrapper { max-width: 804px; width: 100%; height: 497px; margin: -210px auto 0; }
.resource-library-hero .hero-bt-box .section-heading { text-align: center; padding: 53px 0 0px; }
.resource-library-hero .hero-bt-box .section-heading .details { padding: 35px 0 0; max-width: 1397px; width: 100%; margin: auto; color: #0B3557; opacity: 0.8; }
.resource-library-hero .shape-img img { width: 100%; object-fit: cover; height: 100% !important; }
.resource-library-hero:before { content: ' '; top: auto; bottom: -7px; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg); width: 100%; height: 29px; background-repeat: no-repeat; background-size: cover; }
.resource-library-hero .content { opacity: 0.8; color: #fff; padding: 15px 0 49px; max-width: 930px; width: 100%; margin: auto; }
.resource-library-hero .hero-tag-list { border-radius: 18px; background: #437572; width: 100%; display: flex; padding: 31px 67px 15px; }
.resource-library-hero .hero-tag-list a.topic-link { margin-bottom: 15px; display: inline-block; background: #28A49E; color: #FFFFFF; border-radius: 28px; padding: 17px 43px 12px; margin-right: 18px; }
.resource-library-hero .hero-tag-list a.topic-link:hover { background: rgb(255 255 255 / 50%); color: #FFFFFF; }
.resource-library-hero .hero-tag-list span { display: inline-block; position: relative; top: 8px; color: #FFFFFF; font-size: 21px; line-height: 46px; width: 60px; font-weight:700; }
.resource-library-hero .hero-tag-list .tag-wrap { width: calc(100% - 60px); display: flex; padding-left: 69px; align-items: center; flex-wrap: wrap; }

.author-Page .blog-listing-section { margin: 0 !important; }
.hs-author-profile { width: 100%; display: inline-block; vertical-align: top; }
.hs-author-profile { text-align: center; padding: 50px 0 70px; }
.hs-author-profile .hs-author-avatar { width: 150px; margin: auto; }
.hs-author-profile .hs-author-avatar img { border-radius: 50%; }
.hs-author-profile .hs-author-name { padding: 20px 0 0; }
.hs-author-profile .hs-author-bio { max-width: 1200px; width: 100%; margin: auto; padding: 0 0 20px; }
.hs-author-profile .hs-author-social-section { display: none;}
.hs-author-profile h1.hs-author-name{color:#0B3557;font-size: 42px;}

.hs-blog-listing .loding {text-align:center; margin:auto; }
.hs-blog-listing .loding img { width: 20px;}

body.pillar-off .blog-inner-post .post-body-wrap .right-side { display: none;}
body.pillar-off .blog-inner-post .post-body-wrap .left-side { margin: auto; padding-right: 0;}


/* ========================================== */
/* ============= Release Note =============== */
/* ========================================== */

.release-hero-section { width: 100%; display: inline-block; vertical-align: top; padding: 140px 0px 722px; z-index: 1; margin-bottom: -655px; }
.release-hero-section .shape-bg { position: absolute; top: auto; bottom: 0; width: 100%; height: 748px; z-index: -1; }
.release-hero-section .shape-bg img { width: 100%; object-fit: cover; height: 100% !important; }
.release-hero-section .baseModuleParent { position: inherit !important; }
.release-hero-section .breadcrumb ul li a { color: #fff;}
.release-hero-section .breadcrumb ul li:before { background: #fff;}

/* -- release note sections -- */
.releasenote-section {width: 100%; display: inline-block; vertical-align: top; padding: 0 0 165px;}
.releasenote-section .outer-cover{background: #FDF9F4; position: relative;padding: 91px 109px 145px 146px;}
.releasenote-section .outer-cover:before { content: ' '; width: 100%; height: 23px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Plateform_manage/torn_paper_box_new_top.svg); position: absolute; top: -21px; background-repeat: no-repeat; background-size: cover; left: 0; }
.releasenote-section .box { border-bottom: 1px solid #0B3557;padding: 60px 0px 60px 0px; }
.releasenote-section .box:last-child { padding-bottom: 0; border: 0;}
.releasenote-section .box .btn-link a { font-family: Overpass, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; color: #0B3557; font-size: 21px; align-items: center; -webkit-align-items: center; }
.releasenote-section .box .btn-link a:hover{color:#2FA1D8;}
.releasenote-section .box .btn-link svg:hover{color:#2FA1D8;}
.releasenote-section .box .details { max-width: 827px; width: 100%; font-size: 21px; line-height: 31px; letter-spacing: -0.73px; }
.releasenote-section .box .details h4 { line-height: 38px; font-weight: 400; }
.releasenote-section .box .details h2 { line-height: 35px; font-size: 28px; font-family: Overpass, sans-serif; font-weight: 700; padding-bottom: 20px; padding-top: 20px; }
.releasenote-section .box .details ul { list-style: disc; padding-left: 20px; }
.releasenote-section .box .details ul li { font-size: 21px; line-height: 31px; font-weight: 400; padding-bottom: 25px; }
.releasenote-section .box .details ul li:last-child { padding-bottom: 0; }
.releasenote-section .box .link-text a { font-size: 21px; color: #0B3557; font-weight: 700; display: inline-flex; align-items: center; position: relative; }
.releasenote-section .box .link-text { padding: 10px 0 0; }
.releasenote-section .box .link-text svg { width: 13px; position: relative; top: -1px; margin-left: 10px; transition: all .4s ease-in-out; }
.releasenote-section .box .link-text a:hover svg path,
.releasenote-section .box .link-text a:hover svg line { stroke: #2FA1D8; }
.releasenote-section .box .link-text svg path,
.releasenote-section .box .link-text svg line { transition: all .4s ease-in-out; }
.releasenote-section .box .link-text a:hover { color: #2FA1D8; }
.releasenote-section .box .link-text a:before { content: ' '; top: auto; bottom: 4px; left: 0; width: calc(100% - 22px); height: 2px; background: #2FA1D8; position: absolute; transition: all .4s ease-in-out; opacity: 0; visibility: hidden; }
.releasenote-section .box .link-text a:hover:before { opacity: 1; visibility: visible; }
.releasenote-section .box .link-text a:hover svg { transform: translateX(10px); }


/* ========================================== */
/* ============= Client Story =============== */
/* ========================================== */

.client-story-innerpost .blog-inner-post .post-body-wrap .right-side .sidebar { height: auto;}
.client-story-innerpost .blog-inner-post .post-body-wrap .left-side .section.post-body h2#id-0 { border: 0; padding-top: 0; margin-top: 0; }
.client-story-innerpost .blog-inner-post .post-body-wrap .left-side .section.post-body { padding: 101px 90px 84px 94px; }
.client-story-innerpost .blog-inner-post .post-body-wrap .left-side .section.post-body h2 { padding: 66px 0px 13px; margin-top: 66px; }
.client-story-innerpost .blog-inner-post .post-body-wrap .left-side .section.post-body h4 { font-size: 21px; line-height: 35px; padding: 13px 0 0; }
.client-story-innerpost .blog-inner-post .post-body-wrap .left-side .section.post-body .social-share h4 { padding: 0;}
.client-story-innerpost .inner-post-author { margin: 50px 0 50px;}
.client-story-innerpost .blogpost-hero-section h1 { margin: 0;}
.client-story-inner.blogpost-hero-section .hero-bt-box .hs-featured-image-wrapper { background: #0B3557;  border-radius: 26px; overflow: hidden;}
.client-story-inner.blogpost-hero-section .hero-bt-box .hs-featured-image-wrapper .feature-img-cover { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; -webkit-align-items: center; position:relative;}
/* .client-story-inner.blogpost-hero-section .hero-bt-box .hs-featured-image-wrapper .feature-img-cover:before { content: ' '; top: 0; left: 0; width: 100%; height: 100%; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Client_story/img-bg-shape.svg); position: absolute; background-repeat: no-repeat; background-size: cover; opacity: 0.1; } */
/* .client-story-inner.blogpost-hero-section .hero-bt-box .hs-featured-image-wrapper .feature-img-cover img { width: 100%; height: auto; max-width: 443px; } */
.client-story-inner.blogpost-hero-section .hero-bt-box .section-heading { opacity: 0.8; max-width: 1397px; width: 100%; margin: auto; }
.client-story-inner.blogpost-hero-section .hero-bt-box .section-heading p { margin-bottom: 22px; }
.client-story-recent.demo-learnmore-outer .post-item .hs-featured-image-wrapper img.hs-featured-image {  height: 100%; }
.client-story-recent.demo-learnmore-outer .post-item .hs-featured-image-wrapper { width: 100%; background: #0B3557; display: flex; height: 284px; border-radius: 26px; align-items: center; justify-content: center; }
.client-story-recent.demo-learnmore-outer .post-item .hs-featured-image-wrapper a { display: flex; width: 100%; height: 100%;  align-items: center; justify-content: center; }

.client-story-blog .resource-library-hero .hero-tag-list { display: none;}
.clientstory-listing-section { width: 100%; display: inline-block; vertical-align: top; margin: 0; position: relative; z-index: 1; padding: 0 0 111px;}
.clientstory-listing-section .post-item { width: 100%; display: flex; flex-wrap: wrap; border: 5px solid #0C3658; border-radius: 26px; padding: 38px; background: #fff; margin-bottom: 38px; align-items: center; -webkit-align-items: center; }
.clientstory-listing-section .post-item .feature-img { width: 459px; }
.clientstory-listing-section .post-item .post-bottom { width: calc(100% - 459px); padding: 0 0 0 51px; }
.clientstory-listing-section .post-item .feature-img a { display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 284px; background: #0B3557; border-radius: 26px;}
.clientstory-listing-section .post-item .feature-img a img.hs-featured-image { float: none; margin: 0; max-width: 100%; border-radius: 26px; height: 100%;  width: 100%; object-fit: cover;}
.clientstory-listing-section .post-item .post-bottom a.topic-link { color: #82C7E8; font-size: 16px; line-height: 28px; letter-spacing: -0.08px; }
/* .clientstory-listing-section .post-item .post-bottom .post-header { padding: 15px 0 0px; } */
.clientstory-listing-section .post-item .post-bottom .post-header h2 { font-size: 38px; line-height: 46px; }
.clientstory-listing-section .post-item .post-bottom .post-header h2 a { line-height: 46px; color: #0B3557; font-weight: 700; }
.clientstory-listing-section .post-item .post-bottom .post-header h2 a:hover { color: #2fa1d8; }
.clientstory-listing-section .post-item .post-bottom a.topic-link:hover { color: #0B3557; }
.clientstory-listing-section .post-item .post-bottom .post-body { color: #0B3557; opacity: 0.8; max-width: 968px; width: 100%; }
.clientstory-listing-section .post-item .post-bottom .readmore { padding: 18px 0 0; }
.clientstory-listing-section .post-item .post-bottom .readmore a.more-link { align-items: center; color: #0B3557; font-weight: 700; font-size: 21px; position: relative; display: inline-flex; }
.clientstory-listing-section .post-item .post-bottom .readmore a.more-link svg { margin-left: 12px; width: 15px; position: relative; top: -1px; transition: all .4s ease-in-out; }
.clientstory-listing-section .post-item .post-bottom .readmore a.more-link:hover svg { transform: translateX(10px); }
.clientstory-listing-section .post-item .post-bottom .readmore a.more-link:hover svg path,
.clientstory-listing-section .post-item .post-bottom .readmore a.more-link:hover svg line { stroke: #2FA1D8; }
.clientstory-listing-section .post-item .post-bottom .readmore a.more-link svg path,
.clientstory-listing-section .post-item .post-bottom .readmore a.more-link svg line { transition: all .4s ease-in-out; }
.clientstory-listing-section .post-item .post-bottom .readmore a.more-link:hover { color: #2FA1D8; }
.clientstory-listing-section .post-item .post-bottom .readmore a.more-link:before { content: ' '; top: auto; bottom: 4px; width: calc(100% - 28px); height: 2px; position: absolute; background: #2FA1D8; opacity: 0; visibility: hidden; transition: all .4s ease-in-out; }
.clientstory-listing-section .post-item .post-bottom .readmore a.more-link:hover:before { opacity: 1; visibility: visible; }
.clientstory-listing-section .wrap.post-listings { max-width: 1621px; width: 100%; margin: auto; }
.client-story-blog .resource-library-hero { padding: 140px 0px 630px; }
.clientstory-listing-section .post-loadmore { width: 100%; display: inline-block; vertical-align: top; text-align: center; padding: 50px 0 0; }
.clientstory-listing-section .post-loadmore a { border: 1px solid #2FA1D8; padding-top: 15px; padding-right: 59px; padding-bottom: 11px; padding-left: 59px; font-family: Overpass, sans-serif; font-style: normal; font-weight: 700; text-decoration: none; background-color: #2FA1D8; border-radius: 35px; color: #ffffff; font-size: 21px; text-transform: none; display: inline-flex; align-items: center; -webkit-align-items: center; cursor: pointer; max-width: 271px; width: 100%; justify-content: center; }
.clientstory-listing-section .post-loadmore a svg { width: 15px; margin-left: 12px; transform: rotate(89deg); }
.clientstory-listing-section .post-loadmore a svg line, .clientstory-listing-section .post-loadmore a svg path { stroke: #fff; transition: all .4s ease-in-out; }
.clientstory-listing-section .post-loadmore a:hover svg line, .clientstory-listing-section .post-loadmore a:hover svg path { stroke: #0B3557; }
.clientstory-listing-section .post-loadmore a:hover { color: #0B3557; background: #D5ECF7; border-color: #D5ECF7; }

.blogpost-hero-section .hero-bt-box .hero-bottom-strip { background: #0B3557; width: calc(100% + 100px); position: relative; left: -50px; padding: 56px 46px 5px; margin: 71px 0 0; }
.blogpost-hero-section .hero-bt-box .hero-bottom-strip:before { content: ' '; width: 100%; height: 35px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-navy.svg); position: absolute; top: auto; background-repeat: no-repeat; background-size: cover; left: 0; transform: rotate(180deg); bottom: -24px; }
.blogpost-hero-section .hero-bt-box .hero-bottom-strip ul { padding: 0; margin: 0; list-style: none; text-align: center; }
.blogpost-hero-section .hero-bt-box .hero-bottom-strip ul li { display: inline-block; color: #fff; font-size: 38px; line-height: 49px; position: relative; font-family: Calistoga; font-weight: 400; letter-spacing: 0px; padding: 0 60px 0; margin-bottom: 40px; }
.blogpost-hero-section .hero-bt-box .hero-bottom-strip ul li:before { content: ' '; top: 50%; left: -7px; position: absolute; width: 14px; height: 14px; background: #fff; border-radius: 50%; opacity: 0.5; transform: translateY(-50%); }
.blogpost-hero-section .hero-bt-box .hero-bottom-strip ul li:first-child:before { opacity: 0; }
.blogpost-hero-section .hero-bt-box.bottom-box-add { padding-bottom: 0;}
.blogpost-hero-section .hero-bt-box.bottom-box-add:before { display: none;}

/* ========================================== */
/* ============= News & Press =============== */
/* ========================================== */

.news-press-inner .client-story-inner.blogpost-hero-section .hero-bt-box .hs-featured-image-wrapper .feature-img-cover img { max-width: 100%; width: 100%;  object-fit: cover; height: 100%;}
.news-press-inner .client-story-recent.demo-learnmore-outer .post-item .hs-featured-image-wrapper img.hs-featured-image { max-width: 100%;  width: 100%; object-fit: cover; height: 100%;}
.news-press-inner .client-story-recent.demo-learnmore-outer .post-item .hs-featured-image-wrapper a { padding: 0;  display: inline-block;}

.news-press-listing .blog-listing-section .post-item .post-bottom .post-header { width: 100%; display: inline-block; vertical-align: top;}
.news-press-listing .blog-listing-section .post-item { display: flex; flex-wrap: wrap; flex-direction: column; margin: 0 8px 67px;}
.news-press-listing .blog-listing-section .post-item .post-bottom { flex-direction: column; height: calc(100% - 284px); display: flex;}
.news-press-listing .blog-listing-section .post-item .post-bottom .post-body { /*margin-top: auto;*/ color: #0B3557; opacity: 0.8;}
.news-press-listing .blog-listing-section .post-item .post-bottom .readmore{ bottom: 30px;}
.news-press-listing .blog-listing-section .post-item .post-bottom .readmore a:before {width: 156px;}
.news-press-listing .blog-listing-section .post-item .post-bottom h2 { padding-bottom: 0; margin-bottom: 10px; }
.news-press-listing .blog-listing-section .post-item .date-author { display: flex; width: 100%; align-items: center; color: #82C7E8; font-size: 16px; line-height: 28px; }
.news-press-listing .blog-listing-section .post-item .date-author a { color: #82C7E8; font-size: 16px; line-height: 28px; }
.news-press-listing .blog-listing-section .post-item .date-author span.date { position: relative; display: inline-block; margin-right: 8px; }
.news-press-listing .blog-listing-section .post-item .date-author span.date:before { content: ' '; top: 2px; left: auto; right: -5px; width: 1px; height: 20px; position: absolute; background: #82C7E8; }
.news-press-listing .blog-listing-section .post-item .date-author a:hover { color: #0B3557; }
.news-press-listing .resource-library-hero .hero-tag-list { display: none; }
.news-press-listing .resource-library-hero .content { padding: 15px 0 25px; }
.news-press-listing .resource-library-hero .section-heading { max-width: 928px; width: 100%; margin: auto; }
.news-press-listing .resource-library-hero { padding-bottom: 650px; }
.news-press-listing .blog-listing-section { margin: -590px 0 0; }
.news-press-listing .blog-listing-section .post-item .date-author span.date:before{ display:none;}

/* ===================================== */
/* ============= GASB-87 =============== */
/* ===================================== */

.GASB-page.usecase-hero-section h1 { max-width: 673px; width: 100%; }
.GASB-page.usecase-hero-section .left-part .section-heading .content { padding-bottom: 15px; }
.GASB-page.usecase-hero-section .right-part .img-box .extra-imgs .ext1 { top: -15px; z-index: -1; }
.GASB-page.usecase-hero-section .right-part .img-box .extra-imgs .ext2 { top: auto; left: -107px; bottom: -52px; max-width: 240px; }
.GASB-page.usecase-hero-section .right-part .img-box .extra-imgs .ext3 { max-width: 322px; bottom: -23px; right: -35px; }

.gasb-section { width: 100%; display: inline-block; vertical-align: top; margin: -100px 0 0; padding: 0 0 151px; }
.gasb-section .outer-wrap { display: flex; }
.gasb-section .left-part { width: 70%; padding:0 30px 0 0;}
.gasb-section .right-part { width: 30%; padding: 215px 0 0; }
.gasb-section .left-part .box { background: #FDF9F4; padding: 91px 137px 103px 131px; position: relative; max-width: 1088px; width: 100%; }
.gasb-section .left-part .box:before { content: ' '; width: 100%; height: 23px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Plateform_manage/torn_paper_box_new_top.svg); position: absolute; top: -21px; background-repeat: no-repeat; background-size: cover; left: 0; }
.gasb-section .left-part .box:after { content: ' '; width: 100%; height: 22px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Plateform_manage/torn_paper_bottom_shape.svg); position: absolute; top: auto; background-repeat: no-repeat; background-size: cover; left: 0; bottom: -18px; }
.gasb-section .right-part .sticky-box { position: sticky; top: 130px; border: 5px solid #28A49E; border-radius: 26px; max-width: 398px; width: 100%; float: right; padding: 66px 63px; background: #fff; }
.gasb-section.gasb-section--blue .right-part .sticky-box { border-color: #0B3557; }
.gasb-section .right-part .sticky-box h3, .gasb-section .right-part .sticky-box h4 { font-size: 28px; line-height: 35px; color: #28A49E; letter-spacing: 0px; padding-bottom: 20px; }
.gasb-section.gasb-section--blue .right-part .sticky-box h3, .gasb-section .right-part .sticky-box h4 { color: #2FA1D8;}
.gasb-section .right-part .sticky-box a.navigation__link { display: inline-block; width: 100%; color: #28A49E; text-decoration: underline; margin-bottom: 25px; line-height: 35px; }
.gasb-section.gasb-section--blue .right-part .sticky-box a.navigation__link { color: #2FA1D8;}
.gasb-section .right-part .sticky-box a.navigation__link:hover,
.gasb-section .right-part .sticky-box a.navigation__link.active { color: #0B3557; }
.gasb-section.gasb-section--blue .right-part .sticky-box a.navigation__link:hover,
.gasb-section.gasb-section--blue .right-part .sticky-box a.navigation__link.active { color: #0B3557; }
.gasb-section .right-part .sticky-box a.navigation__link:last-child { margin: 0; }
.gasb-section .left-part .box h2 { font-size: 28px; line-height: 35px; font-family: Overpass, sans-serif; font-weight: 700; padding-bottom: 30px; padding-top: 30px; }
.gasb-section .left-part .box ul li { list-style: disc; font-size: 21px; line-height: 31px; font-weight: 400; margin-bottom: 20px; }
.gasb-section .left-part .box ol li { font-size: 21px; line-height: 31px; font-weight: 400; margin-bottom: 20px; }
.gasb-section .left-part .box ul li span {font-weight:700}
.gasb-section .left-part .box ul, .gasb-section .left-part .box ol { padding: 15px 0 15px 40px; }
.gasb-section .left-part .box ul li:last-child, .gasb-section .left-part .box ol li:last-child { margin-bottom: 0; }
.gasb-section .left-part .box .inner-cover { font-size: 21px; line-height: 31px; max-width: 817px; width: 100%; letter-spacing: -0.73px; }
.gasb-section .left-part .box p span { font-weight: 700; }
.gasb-section .left-part .box h3 { font-size: 28px; line-height: 35px; font-family: Overpass, sans-serif; font-weight: 700; padding-bottom: 35px; padding-top: 35px; }
.gasb-section .left-part .box a { font-weight: 700; text-decoration: underline; color: #0B3557; }
.gasb-section .left-part .box p { margin-bottom: 20px; }
.gasb-section .left-part .box ol { list-style: auto;}

/* ===================================== */
/* ============= Partners ============== */
/* ===================================== */

.partner-hero-section { width: 100%; display: inline-block; vertical-align: top; text-align: center; padding: 140px 0px 700px; }
.partner-hero-section .bg-shape { position: absolute; top: auto; bottom: 0; width: 100%; }
.partner-hero-section .baseModuleParent { position: inherit !important; }
.partner-hero-section .breadcrumb ul li a { color: #0B3557; }
.partner-hero-section .breadcrumb ul li:before { background: #0B3557; }
.partner-hero-section .section-heading { width: 100%; display: flex; position: relative; background-repeat: no-repeat; background-size: 100% 100%; padding: 64px 30px 70px; min-height: 376px; flex-wrap: wrap; align-items: center; justify-content: center; }
.partner-hero-section .section-heading h1 { margin: 0; }
.partner-hero-section .section-heading .content { color: #FFFFFF; opacity: 0.8; max-width: 928px; width: 100%; margin: auto; }

.partner-team-section { width: 100%; display: inline-block; vertical-align: top; margin: -350px 0 0; }
.partner-team-section .box { width: 100%; display: flex; align-items: center; background: #FDF9F4; margin: 0 0 90px; position: relative; padding: 41px 138px 85px; }
.partner-team-section .box:before { content: ' '; width: 100%; height: 23px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Client_story%20Rebrand%207.2022/rough-box-edge-01.svg); position: absolute; top: -21px; background-repeat: no-repeat; background-size: cover; left: 0; }
.partner-team-section .box:after { content: ' '; width: 100%; height: 22px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Client_story%20Rebrand%207.2022/rough-box-edge-02.svg); position: absolute; top: auto; background-repeat: no-repeat; background-size: cover; left: 0; bottom: -18px; }
.partner-team-section .box .left-part { width: 50%; }
.partner-team-section .box .right-part { width: 50%; padding: 0 0 0 98px; }
.partner-team-section .box .left-part .img-box { border-radius: 26px; text-align: center; height: 472px; max-width: 674px; width: 100%; }
.partner-team-section .box .left-part .img-box img { height: 100% !important; object-fit: contain; }
.partner-team-section .box .right-part .content { opacity: 0.8; max-width: 529px; width: 100%; }
.partner-team-section .box .left-part .img-box img.mobile-img { display: none;}
.partner-team-section .box .right-part .content p { margin: 0;}
.partner-team-section .box .right-part .details{padding: 40px 0 0;}

.partner-question-section { width: 100%; display: inline-block; vertical-align: top; padding: 20px 0 130px; }
.partner-question-section .que-box { border-radius: 26px; overflow: hidden; position: relative; z-index: 1; text-align: center; padding: 85px 20px 85px; }
.partner-question-section .que-box .shape-bg { position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; }
.partner-question-section .que-box .icon { max-width: 98px; width: 100%; margin: auto; }
.partner-question-section .que-box h3 { color: #fff; padding: 55px 0 15px; }
.partner-question-section .que-box .btn-wrap { display: flex; align-items: center; justify-content: center; }
.partner-question-section .que-box .btn-wrap .login-text { color: #fff; padding: 0 0 0 40px; }
.partner-question-section .que-box .btn-wrap .login-text p { margin: 0; font-weight: 700;}
.partner-question-section .que-box .btn-wrap .btns a { max-width: 100%; width: 271px; justify-content: center; }
.partner-question-section .que-box .btn-wrap .login-text a { color: #fff; text-decoration: underline; font-weight: 700;}
.partner-question-section .que-box .btn-wrap .login-text a:hover { color: #2fa1d8; }

/* ===================================== */
/* ============= Security ============== */
/* ===================================== */

.security-ques-section { padding: 100px 0; }
.security-ques-section .content-wrapper { background-color: #0b3557; border-radius: 20px; z-index: 1;position: relative; }
.security-ques-section .section-heading { color: #fff; } 
.security-ques-section .section-heading h3 { color: #fff; }
.security-ques-section .section-dot-img{position: absolute;z-index: -1; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover;}
.security-ques-section .customWidthOption { max-width: 970px; width: 100%; margin: 0 auto;padding: 65px 20px; }
.security-ques-section .security-question-image { padding-bottom: 40px; } 
.security-ques-section .section-heading { padding-bottom: 20px; margin-bottom: 20px;}
.security-ques-section .section-heading .content a:hover { text-decoration: underline;}


/* ================================== */
/* ============= About ============== */
/* ================================== */

.about-hero-section { width: 100%; display: inline-block; vertical-align: top; min-height: 1348px; padding: 100px 0 0; z-index: 1; overflow: hidden;}
.about-hero-section .bg-shape { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; top: -22px; z-index: -1; }
.about-hero-section .breadcrumb ul li a { color: #18516C; }
.about-hero-section .breadcrumb ul li:before { background: #18516C; }
.about-hero-section .baseModuleParent { position: inherit !important; }
.about-hero-section .section-heading { max-width: 927px; width: 100%; padding: 110px 124px 100px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Client_story%20Rebrand%207.2022/rough-edge-box-green.svg); background-repeat: no-repeat; background-size: cover; min-height: 697px; margin: 40px 0 0; }
.about-hero-section .section-heading h1 { font-size: 90px; line-height: 98px; }
.about-hero-section .section-heading .content { padding: 27px 0 0; color: #fff; opacity: 0.8; max-width: 677px; width: 100%; font-size: 28px; line-height: 38px; }
.about-hero-section:before { content: ' '; top: auto; bottom: 22px; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg); width: 100%; height: 29px; background-repeat: no-repeat; background-size: cover; }
.about-hero-section .bg-shape img { height: 100% !important;  object-fit: cover;}
.about-hero-section .breadcrumb { left: 20px;}

.about-team-section { width: 100%; display: inline-block; vertical-align: top; padding: 100px 0 111px; }
.about-team-section h2 { padding: 0 0 13px; line-height: 63px; }
.about-team-section .wrap { margin: 0 -8px; display: flex; flex-wrap: wrap; }
.about-team-section .box { width: calc(100% / 3 - 16px); margin: 0  8px 16px; border: 5px solid #0B3557; border-radius: 16px; padding: 50px 49px 50px; }
.about-team-section .box .person-img img { width: 107px; height: 107px !important; object-fit: cover; border-radius: 89px;object-position: top; }
.about-team-section .box  .person-details { padding: 25px 0 0px; }
.about-team-section .box .person-details h4 { font-size: 38px; line-height: 47px; font-family: Calistoga; font-weight: 400; letter-spacing: -0.19px; margin-bottom: 10px; }
.about-team-section .box .person-details h6 { color: #18516C; opacity: 0.8; font-size: 16px; line-height: 22px; }
.about-team-section .box .person-details .social ul li { display: inline-block; margin-right: 10px; }
.about-team-section .box .person-details .social ul li svg { height: 24px; transition: all 0.4s; fill: #0b3557;}
.about-team-section .box .person-details .social ul { padding: 0; margin: 0; border: none; }
.about-team-section .box .person-details .social ul li a:hover svg { fill: #2FA1D8; }
.about-team-section .box .person-details .social span.follow { display: none;}
.about-team-section .box:nth-child(2) .person-img img { object-position: 0px -11px;}

.about-zigzag-section { width: 100%; display: inline-block; vertical-align: top; padding: 131px 0 93px; overflow: hidden; }
.about-zigzag-section .box { display: flex; align-items: center; width: 100%; margin: 0 0 101px; }
.about-zigzag-section .box .left-part { width: 50%; padding-left: calc((100% - 1636px) / 2); padding-right: 20px; }
.about-zigzag-section .box .right-part { width: 50%; text-align: right; }
.about-zigzag-section .box .right-part .img-box { position: relative; right: -45px; }
.about-zigzag-section .outer-cover { max-width: 2500px; width: 100%; margin: auto; }
.about-zigzag-section .box .left-part .content { padding: 23px 0 0; color: #0b3557; max-width: 778px; width: 100%; }
.about-zigzag-section .box:nth-child(even) { flex-direction: row-reverse; }
.about-zigzag-section .box:nth-child(even) .right-part { text-align: left; }
.about-zigzag-section .box:nth-child(even) .right-part .img-box { right: 0; left: -45px; }
.about-zigzag-section .box:nth-child(even) .left-part { padding-left: 20px; padding-right: calc((100% - 1636px) / 2); }
.about-zigzag-section .box:last-child { margin-bottom: 0; }
.about-zigzag-section .box .right-part .img-box img.mobile-img { display: none;}
.about-zigzag-section .box .left-part .content p { margin-bottom: 25px;}


/* ====================================== */
/* ============= Media Kit ============== */
/* ====================================== */

.media-kit-page.release-hero-section .section-heading .content { color: #ffffff; opacity: .8; padding-top: 25px;}
.media-kit-page.release-hero-section:before { content: ' '; top: auto; bottom: -7px; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg); width: 100%; height: 29px; background-repeat: no-repeat; background-size: cover; }
.mediakit-logo-section .logo-box-wrapper { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.mediakit-logo-section .logo-box { width: calc(100% / 2 - 16px); margin: 0 8px 31px; border: 5px solid #0C3658; border-radius: 26px; background: #fff; padding: 51px 50px 31px; }
.mediakit-logo-section { width: 100%; display: inline-block; vertical-align: top; }
.mediakit-logo-section .logo-box .logo-bg { width: 100%; height: 270px; border-radius: 26px; padding: 25px; display: flex; align-items: center; justify-content: center; }
.mediakit-logo-section .logo-box .logo-bg .logo-img { max-width: 413px; }
.mediakit-logo-section .logo-box .logo-bottom { width: 100%; display: inline-block; vertical-align: top; padding: 27px 0 0; }
.mediakit-logo-section .logo-box .logo-bottom h3 { line-height: 63px; font-family: Calistoga; font-weight: 400; }
.mediakit-logo-section .logo-box .logo-bottom .logo-wrap { display: flex; flex-wrap: wrap; }
.mediakit-logo-section .logo-box .logo-bottom .download-logo-custom { padding-right: 38px; margin-bottom: 20px; }
.mediakit-logo-section .logo-box .logo-bottom .download-logo-custom a { display: flex; align-items: center; font-size: 21px; font-weight: 700; color: #0B3557; opacity: 0.7; position: relative; }
.mediakit-logo-section .logo-box .logo-bottom .download-logo-custom a svg { position: relative; top: -2px; width: 15px; transform: rotate(90deg); margin-left: 5px; }
.mediakit-logo-section .logo-box .logo-bottom .download-logo-custom:last-child { padding: 0; }
.mediakit-logo-section .logo-box .logo-bottom .download-logo-custom a:before { content: ' '; top: auto; bottom: 4px; left: 0; width: calc(100% - 20px); height: 2px; background: #2FA1D8; position: absolute; transition: all .4s ease-in-out; opacity: 0; visibility: hidden; }
.mediakit-logo-section .logo-box .logo-bottom .download-logo-custom a:hover:before { opacity: 1; visibility: visible; }
.mediakit-logo-section .logo-box .logo-bottom .download-logo-custom a:hover { color: #2FA1D8; }
.mediakit-logo-section .logo-box .logo-bottom .download-logo-custom a:hover svg path,
.mediakit-logo-section .logo-box .logo-bottom .download-logo-custom a:hover svg line { stroke: #2FA1D8; }
.mediakit-logo-section .logo-box .logo-bottom .download-logo-custom a svg path,
.mediakit-logo-section .logo-box .logo-bottom .download-logo-custom a svg line { transition: all .4s ease-in-out; }

.mediakit-page.security-ques-section .section-heading { margin: 0; }
.mediakit-page.security-ques-section .btns a { width: 304px; max-width: 100%; justify-content: center; }
.mediakit-page.security-ques-section .btns a svg { transform: rotate(90deg); margin-left: 12px; }
.mediakit-page.security-ques-section { padding: 90px 0 151px; }
.mediakit-page.security-ques-section .customWidthOption { padding: 93px 20px;}

/*contact page*/
.contact-page .contact-hero-section .left-part-boxes-wrapper .left-part-box { border: 5px solid #615DBE; border-radius: 26px; padding: 40px 60px 40px 45px; margin-top: 30px; max-width: 536px;background: #fff;}
.contact-page .contact-hero-section .left-part .section-heading .content{ font-size: 28px; line-height: 38px; font-weight: 700;   max-width: 540px; opacity:1; }
.contact-page .contact-hero-section .left-part-boxes-wrapper .left-part-box ul{ padding:0; margin:0;}
.contact-page .contact-hero-section .left-part-boxes-wrapper .left-part-box ul li { color: #322d62; font-size: 28px; line-height: 46px; text-align: left; font-weight: 700; font-family: Overpass,sans-serif;margin-bottom:8px;}
.contact-page .contact-hero-section .left-part-boxes-wrapper .left-part-box ul li:last-child{margin-bottom:0;}
.contact-page .contact-hero-section .left-part-boxes-wrapper .left-part-box ul li a { font-size: 28px; line-height: 46px; color: #322d62; text-align: left; font-weight: 700;word-break: break-word; }
.contact-page .contact-hero-section .box-text br { display: none;}

/*By-Use Case-Lease-page css*/
.usecase-hero-section.lease-page .right-part .img-box .extra-imgs .ext2{bottom: -30px; left: -72px;right:auto;top:auto;}
.usecase-hero-section.lease-page .right-part .img-box .extra-imgs .ext3{right: -245px;}
.usecase-hero-section.lease-page .right-part .img-box .extra-imgs .ext1{top: -15px; left: auto;right: -38px; z-index: -1;}

/*.service-level-addendum css*/
.service-level-addendum.terms-condition-section .left-part .box .details table { border: 5px solid #51A0D3; border-radius: 28px;    margin: 60px 0px; max-width: 871px; overflow: hidden;}
.service-level-addendum.terms-condition-section .left-part .box .details table tr th, table tr td { width: 50%; color:#2379A2;text-align: left;  }
.service-level-addendum.terms-condition-section .left-part .box .details table tr td{color:#2FA1D8; line-height:26px;}
.service-level-addendum.terms-condition-section .left-part .box .details table tr th:first-child{border-right: 5px solid #51A0D3; }
.service-level-addendum.terms-condition-section .left-part .box .details table tr td:first-child{border-right: 5px solid #51A0D3;}
.service-level-addendum.terms-condition-section .left-part .inner-cover{max-width: 953px;}
.service-level-addendum.terms-condition-section .left-part .box .details table th{font-size:21px;padding:45px 80px; font-weight:700;border-bottom: 5px solid #51A0D3; background-color:#d5ecf7; }
.service-level-addendum.terms-condition-section .left-part .box .details table td{ font-size:18px;padding:30px 80px; font-weight:400;}
.service-level-addendum.terms-condition-section .left-part .box .details table tr:nth-child(2) td { padding-top: 60px; }
.service-level-addendum.terms-condition-section .left-part .box .details table tr:last-child td { padding-bottom: 60px; }
.service-level-addendum.terms-condition-section .left-part .box .details h5{ font-size:16px;line-height:21px; padding: 0px 0px 15px 0px; font-weight:700;}
.service-level-addendum.terms-condition-section .right-part .sticky-box ul li a{line-height:30px; padding: 12px 15px 8px;}
.service-level-addendum.terms-condition-section .right-part .sticky-box ul li a:before{ width: calc(100% - 35px);}
.service-level-addendum.terms-condition-section .right-part .sticky-box ul li a:before{display:none;}
.service-level-addendum.terms-condition-section .right-part .sticky-box ul li a:hover{text-decoration:underline;}
.service-level-addendum.terms-condition-section .right-part .sticky-box ul li a.active{text-decoration:underline;}

/*terms-of-use-page css*/
.terms-of-use-page.terms-condition-section .left-part .box .details { font-size: 16px; line-height: 21px; max-width: 855px; }
.terms-of-use-page.terms-condition-section .left-part .details ol{ list-style: none;}
.terms-of-use-page.terms-condition-section .left-part .details ol li:before {counter-increment: section; content: counter(section) "."; position: absolute; left: 0;}
.terms-of-use-page.terms-condition-section .left-part .details ol li {  margin-bottom: 26px;}
.terms-of-use-page.terms-condition-section .left-part .details ol {counter-reset: section;max-width: 784px;}
.terms-of-use-page.terms-condition-section .left-part .box h2 { max-width: 928px;}
.terms-of-use-page.terms-condition-section .left-part .box:last-child h2{display:none;}
.terms-of-use-page.terms-condition-section .left-part .box:last-child:before{ display: none; }
.terms-of-use-page.terms-condition-section .left-part .box .details h3{ font-size:28px;font-weight:700; line-height:29px;padding: 12px 0px;}
.terms-of-use-page.terms-condition-section .left-part .box .details h4{font-size:21px;font-weight:700; line-height:29px; padding: 22px 0px;}
.terms-of-use-page.terms-hero-section .section-heading .content p{font-weight:700;}
.terms-of-use-page.terms-condition-section .left-part .box .details{ line-height: 22px;}
.terms-of-use-page.terms-condition-section .left-part .box .details p > a { color: #0B3557; }

/*disclaimers-page css*/
.disclaimers-page.terms-condition-section .left-part .box:before{display:none;}
.disclaimers-page.terms-condition-section .left-part .box:after{border:none;}
.disclaimers-page.terms-condition-section .left-part .box h2{ font-size:21px; text-transform: uppercase;color:#0B3557;line-height: 29px; padding-bottom: 10px;font-family: 'Overpass';font-weight: 700; }
.disclaimers-page.terms-condition-section .left-part .box .details {font-family: Overpass,sans-serif; font-style: normal; font-weight: 400;line-height: 22px;}
.disclaimers-page.terms-condition-section .left-part .box{    padding: 17px 0px 0px 0;}
.disclaimers-page.terms-condition-section .left-part .inner-cover{padding-left: 21px;}
.disclaimers-page.terms-condition-section .left-part{    left: 0;}
.disclaimers-page.terms-condition-section{   padding: 129px 0px 147px;}
.disclaimers-page.terms-condition-section .right-part { padding-top: 15px; }
.disclaimers-page.terms-hero-section .section-heading .content p{font-weight:700;}

.privacy-policy-page.terms-condition-section .left-part .box{padding: 0px 0px 0px 0;}
.privacy-policy-page.terms-condition-section{padding: 96px 0px 147px;}
.privacy-policy-page.terms-hero-section .section-heading .content p:first-child {font-weight:700;}
.privacy-policy-page.terms-condition-section .left-part .box:after{border:none;}
.privacy-policy-page.terms-condition-section .left-part .box:before{display:none;}
.privacy-policy-page.terms-condition-section .left-part .box h2{ font-size:16px;font-family: Overpass,sans-serif; font-weight:700;color:#0B3557; text-transform:uppercase;padding-bottom: 0px;    margin: 15px 0 22px; line-height:22px;}
.privacy-policy-page.terms-condition-section .left-part .box .details {font-family: Overpass,sans-serif; font-style: normal;font-size:16px; font-weight: 400;line-height: 22px;}
.privacy-policy-page.terms-condition-section.inner-wrap ul li:first-child { display: none; }
.privacy-policy-page.terms-condition-section .right-part .sticky-box ul li a{line-height:30px; text-decoration:underline;padding: 12px 15px 8px;}
.privacy-policy-page.terms-condition-section .right-part .sticky-box ul li a:before { display:none; }
.privacy-policy-page.terms-condition-section .right-part .sticky-box ul li a::hover { text-decoration:underline; }
.privacy-policy-page.terms-condition-section .right-part .sticky-box ul li a:hover{ text-decoration:underline; }
.privacy-policy-page.terms-condition-section .right-part .sticky-box ul li:first-child{display:none;}
.privacy-policy-page.terms-condition-section .left-part .box .details h5{line-height:22px; font-size:21px;}
.privacy-policy-page.terms-condition-section .left-part .box .details h6{line-height:22px;font-size:21px;}

/*acceptable-use-policy start*/
.acceptable-use-policy.terms-condition-section .left-part .box:before{display:none;}
.acceptable-use-policy.terms-condition-section .left-part .box:after{border:none;}
.acceptable-use-policy.terms-condition-section .left-part .box h2{ color:#2FA1D8;font-size:28px;line-height:29px;font-family: 'Overpass';font-weight: 700;}
.acceptable-use-policy.terms-condition-section .left-part .box:last-child h2 { color: #0b3557; font-size: 67px; line-height: 63px; font-family: Calistoga; font-weight: 400; }
.acceptable-use-policy.terms-condition-section .left-part .box:first-child h2 { display:none; }
.acceptable-use-policy.terms-condition-section .left-part .box{    padding: 25px 0px 0px 0;}
.acceptable-use-policy.terms-condition-section .left-part{    left: 0;}
.acceptable-use-policy.terms-condition-section .right-part .sticky-box{ padding: 34px 55px}
.acceptable-use-policy.terms-condition-section{   padding: 80px 0px 147px;}
.acceptable-use-policy.terms-condition-section .left-part .inner-cover{padding-left: 20px;}
.acceptable-use-policy.terms-condition-section .right-part { padding-top: 35px; }
.acceptable-use-policy.terms-condition-section .right-part .sticky-box ul li:first-child{display:none;}
.acceptable-use-policy.terms-condition-section .left-part .box:first-child { padding-top: 0; max-width: 930px; }
.acceptable-use-policy.terms-condition-section .right-part .sticky-box ul li a{padding: 12px 25px 8px; margin-bottom:0; text-decoration: underline;}
.acceptable-use-policy.terms-condition-section .left-part .box h2:before{ counter-increment: section; content: " " counter(section) ". ";}
.acceptable-use-policy.terms-condition-section .left-part .box:last-child h2:before { display: none; }
.acceptable-use-policy.terms-condition-section .left-part .box .details{ line-height: 22px;}
.acceptable-use-policy.terms-condition-section .right-part .sticky-box ul li a:hover { text-decoration: underline; }

/*financial Advisor page*/
.financial-advisors-page.platform-action-section .outer-wrap:before{ background-image: url('https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/By_Role_CPAs/rough-box-edge.svg');}
.financial-advisors-page.platform-action-section .customWidthOption{padding-bottom:100px;  }
.financial-advisors-page.role-hero-section .left-part .section-heading{max-width:720px;}
.financial-advisors-page.platform-action-section .details h3{max-width:720px;}
.financial-advisors-page.industry-zigzag-section .box .right-part h3 { max-width: 710px;}
.financial-advisors-page.platform-action-section .box .right-part .content{max-width:780px;}
.financial-advisors-page.industry-zigzag-section .section-heading .content p{ opacity:0.8;}
.financial-advisors-page.role-hero-section .right-part .img-box .extra-imgs .ext1 { top: -54px; left: 22px; z-index: 1; max-width: 234px;  }
.financial-advisors-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { top: -22px; left: auto; right: 160px; max-width: 254px; z-index: -1;  }
.financial-advisors-page.role-hero-section .right-part .img-box .extra-imgs .ext3 { top: auto; bottom: -18px; left: auto; right: -2px; z-index: -1; max-width: 394px;}

/*CPA page*/
.cpa-page.platform-action-section .customWidthOption{padding-bottom:100px;  }
.cpa-page.role-hero-section .left-part .section-heading{max-width:720px;}
.cpa-page.role-hero-section .left-part .section-heading .content{max-width:674px;}
.cpa-page.platform-action-section .details h3{max-width:720px;}
.cpa-page.industry-zigzag-section .box .right-part h3 { max-width: 710px;}
.cpa-page.platform-action-section .box .right-part .content{max-width:780px;}
.cpa-page.platform-action-section .outer-wrap:before{ background-image: url('https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/By_Role_CPAs/rough-box-edge.svg');}
.cpa-page.role-hero-section .right-part .img-box .extra-imgs .ext1 { position: absolute; top: -26px; left: auto; right: -44px; z-index: -1; max-width: 250px; width: 100%; }
.cpa-page.role-hero-section .right-part .img-box .extra-imgs .ext3 { top: auto; bottom: -15px; left: -30px; right: auto; z-index: -1; max-width: 322px; width: 100%; }
.cpa-page.role-hero-section .right-part .img-box .extra-imgs .ext2 {top: auto; bottom: 35px; left: auto; right: -50px; max-width: 269px; width: 100%; }

/*Layers page*/
.lawyers-page.role-hero-section .left-part .section-heading{max-width:720px;}
.lawyers-page.role-hero-section .left-part .section-heading .content{max-width:688px;}
.lawyers-page.industry-zigzag-section .box .right-part .details h3{ max-width: 720px;}
.lawyers-page.role-leader-section .slick-next.slick-arrow{ width:auto;}
.lawyers-page.role-hero-section .right-part .img-box .extra-imgs .ext1 { top: -40px; left: 80px ; z-index: -1; max-width: 130px; width: 100%; }
.lawyers-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { top: -25px; left: auto; right: 8px; max-width: 230px; z-index: -1; width: 100%; }
.lawyers-page.role-hero-section .right-part .img-box .extra-imgs .ext3 { top: auto; bottom: -27px; left: auto; right: -40px; z-index: -1; max-width: 322px; width: 100%; }
.lawyers-page.role-hero-section .right-part .img-box .extra-imgs .ext4 { position: absolute; top: auto; right: auto; bottom: -53px; left: -100px; z-index: 1; max-width: 200px; width: 100%; }

/*finance-teams-page*/
.finance-teams-page.role-hero-section .left-part .section-heading { max-width:674px; width: 100%; }
.finance-teams-page.role-hero-section .right-part .img-box .extra-imgs .ext1 { top: -70px; left: 20px;  }
.finance-teams-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { top: -60px; left: auto; right: -57px; z-index: -1;}
.finance-teams-page.role-hero-section .right-part .img-box .extra-imgs .ext3 { top: auto; bottom: 15px; left: auto; right: -110px; z-index: -1; }
.finance-teams-page.role-hero-section .right-part .img-box .extra-imgs .ext4 { position: absolute; top: auto; bottom: -40px; left: -75px; right: auto; max-width: 233px; width: 100%;  }
.finance-teams-page.industry-zigzag-section .box .right-part h3{ max-width: 100%;}
.finance-teams-page.industry-zigzag-section .shape-img { top: auto; bottom: 100px; left: auto; right: 0; max-width: 849px; width: 100%; }

/*comarcial bank page*/
.commercial-banks-page.role-hero-section .right-part .img-box .extra-imgs .ext1 { top: auto; bottom: -15px; left: -15px; }
.commercial-banks-page.role-hero-section .right-part .img-box .extra-imgs .ext3 { top: -84px; bottom: auto; left: auto; right: -80px; z-index: 1; max-width:216px; }
.commercial-banks-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { top: -40px; left: auto; right: -30px; }
.commercial-banks-page.role-leader-section .section-heading h2{max-width: 1230px; margin: 0 auto;}
.commercial-banks-page.role-leader-section .section-heading { padding-bottom: 40px; }
.commercial-banks-page.role-hero-section .left-part .section-heading{  max-width: 711px; width:100%;}
.commercial-banks-page.role-hero-section .left-part .section-heading .content{ max-width: 680px;width:100%;}
.commercial-banks-page .section-heading .content p{opacity: 0.8;}


/* ====================================== */
/* ============ Career page ============= */
/* ====================================== */

.career-page-hero.industry-hero-section .left-part .tag-box { display: none; }
.career-page-hero.industry-hero-section .left-part h1 { color: #fff; }
.career-page-hero.industry-hero-section .left-part .content { color: #fff; }
.career-page-hero.industry-hero-section .left-part .btns { padding: 15px 0 0; }
.career-page-hero.industry-hero-section .left-part .btns a { text-decoration: underline; }
.career-page-hero.industry-hero-section { padding: 195px 0px 236px; }
.career-page-hero.industry-hero-section .left-part .section-heading { padding: 0; }
.career-page-hero.industry-hero-section .right-part .img-box .extra-imgs .ext1 { top: -13px; left: -42px; }
.career-page-hero.industry-hero-section .right-part .img-box .extra-imgs .ext2 { top: auto; left: -57px; bottom: -59px; max-width: 263px; }
.career-page-hero.industry-hero-section .right-part .img-box .extra-imgs .ext3 { max-width: 340px; bottom: -24px; right: -40px; }
.career-page-hero.industry-hero-section .right-part .shape-bg img { opacity: 0.1; }
.career-page-hero.industry-hero-section .breadcrumb ul li a { color: #D4EDEC; }
.career-page-hero.industry-hero-section .breadcrumb ul li:before { background: #D4EDEC; }

.career-growing-section { width: 100%; display: inline-block; vertical-align: top; margin: -40px 0 0; }
.career-growing-section .customWidthOption { width: 100%; display: inline-block; vertical-align: top; background: #FDF9F4; position: relative; padding: 70px; text-align: center; }
.career-growing-section .customWidthOption:before { content: ' '; width: 100%; height: 23px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Plateform_manage/torn_paper_box_new_top.svg); position: absolute; top: -21px; background-repeat: no-repeat; background-size: cover; left: 0; }
.career-growing-section .customWidthOption:after { content: ' '; width: 100%; height: 22px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Plateform_manage/torn_paper_bottom_shape.svg); position: absolute; top: auto; background-repeat: no-repeat; background-size: cover; left: 0; bottom: -18px; }
.career-growing-section .section-heading h2 { color: #18516C; line-height: 63px; padding-bottom: 25px; }
.career-growing-section .img-cover { display: flex; align-items: center; flex-wrap: wrap; max-width: 1130px; width: 100%; margin: auto; }
.career-growing-section .img-cover .img-box { width: 50%; padding: 0 20px; }

.career-benefit-section { width: 100%; display: inline-block; vertical-align: top; padding: 110px 0px 180px; }
.career-benefit-section .shape-img { position: absolute; top: auto; left: auto; bottom: 0; right: 0; }
.career-benefit-section h2 { line-height: 47px; padding-bottom: 55px; color:#18516C;}
.career-benefit-section .wrap { margin: 0 -7px; display: flex; flex-wrap: wrap; }
.career-benefit-section .box { width: calc(100% / 3 - 14px); margin: 0 7px 19px; border-radius: 26px; padding: 30px 45px 25px 45px; background: #F9FCFE; }
.career-benefit-section .box .icon { max-width: 160px; width: 100%; height: 150px; }
.career-benefit-section .box .icon img { width: 100%; height: 100% !important; object-fit: contain; }
.career-benefit-section .box .details { padding: 25px 0 0; }
.career-benefit-section .box .details .content { color: #2379A2; opacity: 0.8; max-width: 436px; width: 100%; }
.career-benefit-section .box .details h3 { margin-bottom: 7px; }
.career-benefit-section:before { content: ' '; top: auto; bottom: -7px; left: 0; right: 0; margin: auto; position: absolute; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/section-break-white.svg); width: 100%; height: 17px; background-repeat: no-repeat; background-size: cover; }

.career-opportunities-section { width: 100%; display: inline-block; vertical-align: top; padding: 125px 0 0; }
.career-opportunities-section .content-wrapper { background-color: #0b3557; border-radius: 20px; z-index: 1; position: relative; padding: 70px 20px 54px; }
.career-opportunities-section .content-wrapper .section-dot-img { position: absolute; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; }
.career-opportunities-section h2.big { color: #FFFFFF; line-height: 80px; }
.career-opportunities-section .security-question-image img { width: 113px; }
.career-opportunities-section .section-heading { padding: 40px 0px 51px; }
.career-opportunities-section .bottom-content { padding: 88px 0 140px; max-width: 982px; width: 100%; margin: auto; color: #0B3557; opacity: 0.8; }

.career-impact-section { width: 100%; display: inline-block; vertical-align: top; padding: 144px 0 155px; }
.career-impact-section .dot-arrow-cover { justify-content: center; }
.career-impact-section .dot-arrow-cover .slick-arrow svg path { fill: #0B3557; }
.career-impact-section .dot-arrow-cover ul.slick-dots li button svg path { fill: #CED7DD; }
.career-impact-section .dot-arrow-cover ul.slick-dots li.slick-active button svg path { fill: #2FA1D8; }
.career-impact-section h2 { color: #18516C; line-height: 63px; padding-bottom: 13px; }
.career-impact-section .content { color: #0B3557; opacity: 0.8; max-width: 975px; width: 100%; margin: auto; padding-bottom: 10px; }
.career-impact-section .leader-outer-wrap .container { padding: 0; max-width: 100%; }
.career-impact-section .box { border-radius: 16px; padding: 0 10px; opacity: 0.4;}
.career-impact-section .box .inner-cover { background: #FDF9F4; border-radius: 16px; padding: 104px 100px; }
.career-impact-section .box .inner-cover img { height: 608px !important; width: 100%; object-fit: cover; border-radius: 26px; }
.career-impact-section .slick-track { padding: 0 0 0 7%; }
.career-impact-section .slick-current .box {opacity:1;}

.cta_button .hs-cta-img + svg { display: none; }
.inner-post-author .author-right .author-bio span { font-weight: 700; padding: 0;}
.hs-author-profile .hs-author-bio span { font-weight: 700; display: inline-block; padding-bottom: 20px;}


.gated-case-hero.demo-hero-section .right-part .form-contact-cover .hs-richtext.hs-main-font-element h3{margin-bottom: 40px;color:#0B3557}
.gated-case-hero.demo-hero-section .right-part .form-contact-cover .hs-form-field>label{color:#0B3557;}
.gated-case-hero.demo-hero-section .right-part .form-contact-cover {max-width:813px;}
.gated-case-hero.demo-hero-section .right-part .form-contact-cover .form-inner-cover{background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/rough-edge-box-form-purple-new-cream.png); }
.gated-case-hero.demo-hero-section .right-part .hs-submit { margin: 30px 0 0; }
.gated-case-hero.demo-hero-section .right-part form .hs-submit .actions { background: #0B3557; border-color: #0B3557; max-width: 250px; }
.gated-case-hero.demo-hero-section .right-part .hs-submit .actions input.hs-button { color: #fff; }
.gated-case-hero.demo-hero-section .right-part form .hs-submit .actions svg path,
.gated-case-hero.demo-hero-section .right-part form .hs-submit .actions svg line { stroke: #fff; }
.gated-case-hero.demo-hero-section .right-part form .hs-submit .actions svg { transform: translateY(-50%) rotate(90deg); }
.gated-case-hero.demo-hero-section .right-part form .hs-submit .actions:hover,
.gated-case-hero.demo-hero-section .right-part form .hs-submit .actions:focus { background: #2FA1D8; border-color: #2FA1D8; }
.gated-case-hero.demo-hero-section .right-part form .hs-submit .actions:hover svg { right: 38px; }
.gated-case-hero.demo-hero-section .right-part fieldset .hs-input:focus {border-color:#0B3557;}
.gated-case-hero.demo-hero-section .left-part .section-heading h1 { color: #fff; }
.gated-case-hero.demo-hero-section .left-part .section-heading .content { color: #fff; padding: 20px 0 0; }
.gated-case-hero.demo-hero-section { min-height: auto; padding-bottom: 0; }
.gated-case-hero.demo-hero-section .left-part { padding-bottom: 70px; }
.gated-case-hero.demo-hero-section .left-part .section-heading h6 { color: #82C7E8; font-size: 21px; line-height: 28px; }
.gated-case-hero.demo-hero-section .right-part{ margin-bottom: -150px;}
.gated-case-hero.demo-hero-section .shape-img { position: absolute; top: 60px; left: auto; right: 0px; max-width: 1030px;}
.gated-case-hero.demo-hero-section .submitted-message p { color: #0B3557;}
.gated-case-hero.demo-hero-section .submitted-message p a { color: #0B3557;}
.gated-case-hero.demo-hero-section .submitted-message h2 { color: #0B3557;}

.gated-casestudy-page.home-logo-section { padding-top: 278px; }
.gated-casestudy-page.home-logo-section:before { display: none; }
.gated-casestudy-page.home-logo-section h4 { color: #0B3557; }
.gated-casestudy-page.home-logo-section .box .logo-box { border-color: #0B3557; }
.gated-casestudy-page.home-logo-section:after { display: none; }

.gated_case_study .firsthand-look-outer .section-top-img{background: rgba(213,236,247,0.5); margin-top: 3px;}

.releasenote-section .box .details figure { margin-left: 0; margin-right: 0;}
.releasenote-section .box .details figure img { max-width: 100% !important; width: 100% !important;}

.security-hero { padding: 140px 0px 520px;z-index: 1; }
.security-hero .shape-img { position: absolute; top: auto; bottom: 0; width: 100%; height: 748px; z-index: -1; }
.security-hero .baseModuleParent { position: inherit !important; }
.security-hero .main-scroll-wrap { border-radius: 18px; background: #FFFFFF;margin-top: 55px; width: 100%; display: flex; align-items: center;  padding: 31px 67px 15px; }
.security-hero .main-scroll-wrap span { display: inline-block; position: relative; top: -3px; color: #0B3557; font-size: 38px; line-height: 46px; width: 160px; font-weight: 700; }
.security-hero .main-scroll-wrap .scroll-wrap { width: calc(100% - 160px); display: flex; padding-left: 69px; align-items: center; flex-wrap: wrap; }
.security-hero .main-scroll-wrap a.scroll-link { margin-bottom: 15px; display: inline-block; background: #F0F2F4; color: #0B3557; border-radius: 28px; padding: 17px 43px 12px; margin-right: 18px; }

.top-scrollhero { position: absolute;top: -500px; margin-bottom: -500px; }
.security-hero .breadcrumb ul li a{color:#fff;}
.security-scrollhero .section-heading h2 { line-height: 63px;margin-bottom:28px; }
.security-scrollhero .section-heading .content p { opacity: 0.8; }
.security-scrollhero .section-heading { margin-bottom: 40px; }
.security-scrollhero .main-scroll-wrap{ border-radius: 18px; background: #FFFFFF; width: 100%; display: flex;padding: 67px 41px 57px; }
.security-scrollhero .main-scroll-wrap span {padding-top: 10px; display: inline-block; position: relative; top: -3px; color: #0B3557; font-size: 38px; line-height: 46px; width: 160px; font-weight: 700; }
.security-scrollhero .main-scroll-wrap .scroll-wrap {margin:0; width: calc(100% - 160px); display: flex; padding-left: 29px; align-items: center; flex-wrap: wrap; }
.security-scrollhero .main-scroll-wrap a {line-height: 27px;font-weight:600;opacity:0.7; margin-bottom: 15px; display: inline-block; background: #F0F2F4; color: #0B3557; border-radius: 28px; padding:14px 28px; margin-right: 15px; }
.security-scrollhero .main-scroll-wrap a:hover { background-color: #bf6844; color: #fff; }
.security-scrollhero .section-wrap { background-color: #FDF9F4;padding: 168px 120px 80px 120px; margin-top: 75px;position:relative; }
.security-scrollhero .title h3 { font-size: 28px; line-height: 35px;padding-bottom: 10px;}
.security-scrollhero .title { width: 38%;padding:0 15px 0 0; } 
.security-scrollhero .details { width: 62%;padding:0 20px; }
.security-scrollhero .title h5 { font-size: 21px; line-height: 38px; font-weight: bold; } 
.security-scrollhero .box2-title h4 { font-size: 21px; line-height: 35px; }
.security-scrollhero .box3 { border-bottom: 1px solid #0B3557; padding: 22px 0;}
.security-scrollhero .box3:last-child { border-bottom: 0; }
.security-scrollhero .box { padding-top: 50px; }
.security-scrollhero .box2-title{ border-bottom: 1px solid #0B3557;}
.security-scrollhero .section-wrap:before { content: ' '; width: 100%; height: 23px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Plateform_manage/torn_paper_box_new_top.svg); position: absolute; top: -21px; background-repeat: no-repeat; background-size: cover; left: 0; }
.security-scrollhero .section-wrap:after { content: ' '; width: 100%; height: 23px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Plateform_manage/torn_paper_box_new_top.svg); position: absolute; bottom: -21px; background-repeat: no-repeat; background-size: cover; left: 0;transform: rotate(180deg); }
.security-scrollhero .details a { font-weight: 400; color: #0B3557; text-decoration: underline; }
.security-scrollhero .box>.title { width: 100%; padding-right: 0;}
.security-scrollhero .box2-title h4 { color: #2FA1D8;}












@media (min-width:1921px) and (max-width:5000px){

  .blog-inner-post .post-body-wrap .right-side .sidebar{height:auto;}
}

@media (min-width:2200px){
  .about-zigzag-section .box:nth-child(even) .right-part { text-align: right; padding-right: 30px; }
  .about-zigzag-section .box .right-part { text-align: left; padding-left: 30px; }
}

@media (min-width:1601px) and (max-width:1700px){
  .container { max-width: 1490px;}
}

@media (max-width:1700px){
  .platform-hero-section .left-part {padding-left:28px;}
  .industry-testimonial-section .left-part { padding-left: 28px;}
  .role-casestudy-section .left-part { padding-left: 60px;}
  .usecase-page.role-casestudy-section:after { bottom: -7px;}
  .blogpost-hero-section .hero-bt-box .hero-bottom-strip ul li {  padding: 0 40px 0; font-size: 35px;}
  .clientstory-listing-section .post-item .post-bottom .post-header h2 { font-size: 35px; line-height: 40px;}
  .partner-hero-section .section-heading { background-size: cover;}
  .about-zigzag-section .box .left-part { padding-left: calc((100% - 1430px) / 2); }
  .about-zigzag-section .box:nth-child(even) .left-part { padding-right: calc((100% - 1430px) / 2); }
  .about-zigzag-section .box .left-part h2 { font-size: 64px; }
  .about-hero-section:before { bottom: 18px;}
  .service-level-addendum.terms-condition-section .left-part .box .details table td {  padding: 20px 60px;}
  .collaborate-page.platform-hero-section .left-part, .platform-hero-section .left-part{ padding-left: calc((100% - 1430px) / 2);}



}



@media (max-width:1600px){

  h1, .h1 { font-size: 57px;line-height: 59px;}
  h1.big, .h1.big { font-size: 101px; line-height: 110px;}
  h2.big, .h2.big { font-size: 80px; line-height: 90px;}
  h3, .h3 { font-size: 30px; letter-spacing: -0.45px; line-height: 38px; }
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li { padding: 72px 15px; }
  .header-section .right-part { padding-left: 28px; }
  .header-section .right-part .header-btn .header-btn2 { padding-left: 20px; }
  .header-section .right-part .header-btn .header-btn1 a{padding: 15px 26px 11px;}
  .footer-section .right-part .menu-box ul li a { font-size: 16px; }
  .footer-section .right-part .footer-menu-wrap .footer-menu-box h6 { font-size: 18px; }
  .footer-section .right-part h5 { font-size: 18px; }
  .footer-section .right-part .box.contact .contact-details ul li a { font-size: 18px; }
  .footer-section .right-part .box.contact .footer-btn a { font-size: 17px; }
  .footer-section .right-part .box.contact .footer-btn a svg { width: 14px; }
  .footer-section .right-part .box.contact .social ul li img { width: 26px; height: 26px !important; }
  .footer-section .right-part .box.contact { padding-left: 0px; padding-right: 0;}
  .home-modernize-section .box .left-part .img-cover .bg-shape img { object-fit: inherit;}
  .home-modernize-section .section-heading{max-width: 1063px;}
  .home-spread-section .right-part .img-cover .icon-img img { width: 340px;}
  .elevate-team-section .section-heading { max-width: 840px; }
  .home-testimonial-section .home-testimonial-slider .box .inner-cover .person-text { font-size: 28px; line-height: 40px; }
  .home-testimonial-section .home-testimonial-slider .box { padding: 73px 25px 73px 51px; }
  .home-testimonial-section .home-testimonial-slider .box .inner-cover .person-details h5 { font-size: 17px; }
  .lease-management-section .right-part .img-box { max-width: 550px; }
  .lease-management-section .pettern-img { max-width: 1240px; bottom: 149px; right: -370px; }
  .lease-management-section .left-part .box h3 { font-size: 42px; line-height: 51px; }
  .popup-open .home-video-section .right-part .video-box { max-width: 940px; width: 100%; height: 540px;}
  .platform-hero-section { padding: 167px 0px 232px; }
  .platform-hero-section .wrap { align-items: flex-end; -webkit-align-items: flex-end; }
  .platform-hero-section .right-part .desktop-img { position: relative; top: 61px; }
  .platform-hero-section .right-part .desktop-img img { width: 665px; }
  .platform-hero-section .left-part { padding-left: calc((100% - 1284px) / 2); }
  .plateform-organization-section .box .visible-part .heading-part h3.big { font-size: 38px; }
  .plateform-organization-section .box .visible-part .heading-part { padding: 27px 44px 50px; }
  .plateform-organization-section .box .visible-part .icon img { width: 316px; }
  .plateform-organization-section .box .hidden-part a { padding: 54px 30px 54px 39px; }
  .plateform-organization-section .box .hidden-part .content { height: 305px; }
  .home-spread-section .right-part .img-cover .img-box img{height: 400px !important;}
  .industry-hero-section .right-part .img-box { max-width: 605px; }
  .industry-hero-section .right-part .img-box .extra-imgs .ext2 { right: -99px; max-width: 188px; }
  .platform-action-section .box.large-box .left-part { width: 400px; }
  .platform-action-section .box.large-box .right-part { width: calc(100% - 251px); }
  .industry-zigzag-section .box .left-part .img-box { width: 100%; }
  .industry-zigzag-section .box .left-part { padding: 0 50px 0 0; }
  .industry-zigzag-section .box.img-right .left-part { padding: 0 0 0 50px; }
  .industry-testimonial-section .left-part { padding-left: calc((100% - 1285px) / 2); }
  .industry-testimonial-section .left-part .industry-testi-slider .details { font-size: 32px; line-height: 44px; }
  .platform-action-section .box.large-box .left-part .icon { width: 100%; height: 241px;}
  .platform-service-section .section-heading .title h2 { font-size: 54px; line-height: 70px;}
  .platform-service-section .section-heading .details { font-size: 25px; line-height: 32px;}
  .report-page.platform-service-section .shape-img { bottom: 0;}
  /*   .industry-zigzag-section .shape-img { max-width: 785px; bottom: 118px;} */
  .higher-education-page.industry-hero-section .right-part .img-box .extra-imgs .ext2 { max-width: 248px; left: -78px;}
  .role-casestudy-section .left-part{ padding: 80px 30px 101px; padding-left: calc((100% - 1284px) / 2);}
  .role-casestudy-section .left-part h2 { font-size: 52px; line-height: 65px;}
  .role-casestudy-section .right-part .img-box img { width: 100%; height: 730px !important; object-fit: cover; object-position: left; }
  .terms-condition-section .left-part .box h2 { line-height: 55px; font-size: 55px; }
  .terms-condition-section .left-part .box:before { font-size: 55px; line-height: 55px; }
  .terms-condition-section .left-part { padding: 0 40px 0 0; width: 62%; }
  .terms-condition-section .right-part { width: 38%; }
  .terms-condition-section .right-part .sticky-box ul li { padding-bottom: 3px;}
  .collaborate-page.platform-hero-section .left-part{    padding-bottom: 150px;}
  .collaborate-page.platform-hero-section .wrap { padding-bottom: 70px; }
  .demo-hero-section .left-part { width: 43%; }
  .demo-hero-section .right-part { width: 57%; }
  .demo-hero-section .right-part .form-contact-cover .form-inner-cover { padding: 63px 67px 75px 77px; }
  .demo-hero-section { padding: 116px 0 434px; min-height: 1580px; }
  .demo-benefit-section:after { bottom: -35px; width: 872px;}
  .terms-condition-section .right-part .sticky-box ul li a { padding: 9px 35px 5px; }
  .terms-condition-section .right-part .sticky-box ul li a:before { bottom: 13px; }
  .demo-learnmore-outer .post-item .post-bottom h2 { font-size: 32px; line-height: 39px; }
  .demo-learnmore-outer .post-item .post-bottom h2 a { line-height: 39px; }
  .role-hero-section .left-part .section-heading h1 { line-height: 61px;}
  .role-leader-section .role-leader-slider .box { padding: 62px 65px 55px;}
  .usecase-page.platform-action-section .outer-wrap{padding: 110px 88px 75px;}
  .usecase-hero-section .wrap { align-items: center;}
  .usecase-hero-section .left-part .section-heading h1 { line-height: 61px;}
  .few-click-section .right-part .box { padding: 60px 70px 45px; }
  .few-click-section .left-part { padding: 0 50px 0 0; }
  .few-click-section .shape-bg { max-width: 730px; bottom: 182px; }
  .blogpost-hero-section h1 { line-height: 68px;}
  .blog-listing-section .post-item .post-bottom h2 { font-size: 30px; line-height: 36px; }
  .blog-listing-section .post-item .post-bottom h2 a { line-height: 36px; }
  .blog-listing-section .post-item{padding: 38px 32px 80px 32px;}
  .blogpost-hero-section .hero-bt-box .hero-bottom-strip ul li { padding: 0 40px 0; font-size: 30px; line-height: 42px; }
  .clientstory-listing-section .post-item .feature-img { width: 400px; }
  .clientstory-listing-section .post-item .feature-img a { height: 264px; }
  .clientstory-listing-section .post-item .post-bottom { width: calc(100% - 400px); padding: 0 0 0 40px; }
  .clientstory-listing-section .post-item .post-bottom .post-header h2 a { line-height: 36px; }
  .clientstory-listing-section .post-item .post-bottom .post-header h2 { font-size: 32px; line-height: 36px; }
  .gasb-section .left-part .box { padding: 60px 85px 70px 80px;}
  .partner-hero-section { padding: 140px 0px 520px;}
  .partner-team-section .box .right-part { padding: 0 0 0 75px; }
  .partner-team-section .box { padding: 40px 101px 90px; }
  .partner-team-section .box h2 { font-size: 54px; }
  .partner-question-section .que-box h3 { font-size: 38px; line-height: 46px;}
  .about-zigzag-section .box .left-part { padding-left: calc((100% - 1280px) / 2); }
  .about-zigzag-section .box .left-part h2 { font-size: 56px; line-height: 65px; }
  .about-zigzag-section .box:nth-child(even) .left-part { padding-right: calc((100% - 1280px) / 2); }
  .about-team-section .box .person-details h4 { font-size: 35px; }
  .about-hero-section:before { bottom: 10px;}
  .about-hero-section { min-height: 1150px; }
  .mediakit-logo-section .logo-box .logo-bottom .download-logo-custom { padding-right: 25px; }
  .mediakit-logo-section .logo-box .logo-bottom .download-logo-custom a { font-size: 19px; }
  .service-level-addendum.terms-condition-section .left-part .box .details table th {  padding: 40px 30px;}
  .service-level-addendum.terms-condition-section .left-part .box .details table td { padding: 25px 30px;}
  .service-level-addendum.terms-condition-section .right-part .sticky-box ul li a:before{ width: calc(100% - 35px);}
  .usecase-hero-section.lease-page .right-part .img-box .extra-imgs .ext2{left: -45px;}
  .financial-advisors-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { right: 90px;  }
  .cpa-page.role-hero-section .right-part .img-box .extra-imgs .ext2 {top: auto; bottom: 15px; left: auto; right: -66px; max-width: 269px; width: 100%;}
  .lawyers-page.role-hero-section .right-part .img-box .extra-imgs .ext4 { top: auto; right: auto; left: -49px; bottom: -38px; z-index: 1; max-width: 160px;}
  .footer-section .right-part .box.contact .contact-details ul li{font-size: 14px;}
  .collaborate-page.platform-hero-section .left-part, .platform-hero-section .left-part { padding-left: calc((100% - 1290px) / 2);}
  .career-impact-section .box .inner-cover img { height: 400px !important; }
  .career-impact-section .box .inner-cover { padding: 70px 70px; }
  .career-opportunities-section h2.big { line-height: 60px; font-size: 50px; }
  .career-opportunities-section .section-heading { padding: 20px 0px 25px; }
  .career-opportunities-section .bottom-content { padding: 65px 0 100px; }
  .career-opportunities-section { padding: 85px 0 0; }



}


@media (min-width:1400px) and (max-width:1600px){
  .platform-hero-section.report-page { padding: 85px 0px 232px;}
  .platform-action-section .outer-wrap { padding: 110px 101px 99px;}
}

@media (max-width: 1440px){
  .lawyers-page.role-hero-section .right-part .img-box .extra-imgs .ext1 { top: -30px; left: 80px ; z-index: -1; max-width: 80px; width: 100%; }
  .lawyers-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { top: -18px; left: auto; right: 8px; max-width: 180px; z-index: -1; width: 100%; }
  .lawyers-page.role-hero-section .right-part .img-box .extra-imgs .ext3 { top: auto; bottom: -20px; left: auto; right: -40px; z-index: -1; max-width: 250px;  }
  .finance-teams-page.role-hero-section .right-part .img-box .extra-imgs .ext1 { top: -45px; left: 15px; max-width:160px; }
  .finance-teams-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { top: -14px; left: auto; right: -35px; z-index: -1; max-width:160px;}
  .finance-teams-page.role-hero-section .right-part .img-box .extra-imgs .ext3 { top: auto; bottom: 15px; left: auto; right: -50px; z-index: -1; max-width:160px;}
  .finance-teams-page.role-hero-section .right-part .img-box .extra-imgs .ext4 {  max-width:160px; width:100%; bottom: -30px; left: -55px; }
  .role-leader-section .role-leader-slider .box .img-box img { height: 228px !important; }
  .role-leader-section .role-leader-slider .box { padding: 40px 40px 40px; }
  .role-leader-section .role-leader-slider .box .img-box { padding: 0px 0 30px; }
  .role-leader-section .role-leader-slider .box .details-box .content { font-size: 18px; line-height: 26px; }
  .role-leader-section { padding: 94px 0px 90px; }
  .about-zigzag-section { padding: 70px 0 51px; }
  .about-zigzag-section .box { margin: 0 0 51px; }
  .about-team-section{padding: 40px 0 111px;}


}

@media (max-width:1400px){

  /*   h1, .h1 { font-size: 52px; line-height: 55px; }
  h1.big, .h1.big { font-size: 85px; line-height: 95px; }
  h2.big, .h2.big { font-size: 65px; line-height: 72px;}
  h2, .h2 { font-size: 55px; line-height: 65px;}
  h3, .h3 { font-size: 28px; } */
  .header-section .right-part .header-btn .header-btn1 a { font-size: 16px; padding: 13px 22px 9px; }
  .header-section .right-part .header-btn .header-btn2 a { font-size: 16px; padding: 13px 22px 9px; }
  .header-section .left-part { width: 180px; }
  .header-section .right-part { width: calc(100% - 180px); }
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li>a { font-size: 14px; }
  .header-section .right-part .header-btn .header-btn2 { padding-left: 15px; }
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li { padding: 72px 12px; }
  .header-section .right-part .header-btn .header-btn2 a svg { width: 12px; top: 0; }
  .header-section .right-part .header-btn .header-btn1 a.cta_button span svg { width: 12px; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box { padding: 0 40px 20px; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .wrap { margin: 0 -40px; }

  .footer-section .right-part .menu-box ul li a { font-size: 14px; line-height: normal; margin-bottom: 5px; display: inline-block; }
  .footer-section .right-part .box.contact .footer-btn a { padding: 13px 17px 9px; font-size: 15px; }
  .footer-section .right-part .footer-menu-wrap .footer-menu-box h6 { font-size: 16px; }
  .footer-section .right-part h5 { font-size: 16px; }
  .footer-section .right-part .box.contact .contact-details ul li a { font-size: 14px !important; }
  .footer-section .right-part .box.contact .contact-details ul li { padding: 0 0 8px; }
  .footer-section .right-part .box.contact .social { padding: 10px 0 0; }

  .home-hero-section .content { font-size: 26px; line-height: 35px; }
  .home-hero-section {padding: 55px 0 0;}
  .home-logo-section .box { width: calc(100% / 5 - 16px);}
  .home-modernize-section .box .left-part .img-cover .img-box { max-width: 385px;}
  .home-modernize-section .section-heading { max-width: 1013px;}
  .home-spread-section .right-part .img-cover .img-box img { height: 368px !important; }
  .home-spread-section .right-part .img-cover .icon-img img { width: 290px; }
  .home-spread-section .right-part .img-cover .icon-img { top: -90px; }
  .home-spread-section .left-part h2 { font-size: 58px; line-height: 66px; }
  .elevate-team-section { padding: 115px 0 111px; }
  .elevate-team-section .elevate-slider .img-box img { width: 160px; }
  .elevate-team-section .elevate-slider .img-box { height: 234px; }
  .elevate-team-section .elevate-slider .inner-cover { padding: 45px 35px 25px; }
  .deliver-result-section .box .inner-cover h3 { line-height: 34px; }
  .deliver-result-section .box .inner-cover { padding: 30px 30px; }
  .deliver-result-section .box { min-height: 320px; }
  .home-testimonial-section .home-testimonial-slider .box { padding: 73px 25px 73px 25px; }
  .home-testimonial-section .home-testimonial-slider .box .inner-cover .person-details h5 { line-height: normal; padding: 5px 0 0; }
  .home-testimonial-section .home-testimonial-slider .box .inner-cover .person-text { font-size: 25px; line-height: 37px; }
  .lease-management-section .right-part .img-box { max-width: 480px; }
  .lease-management-section .left-part .box { padding: 101px 0 0; }
  .lease-management-section .left-part .box .details { padding: 10px 0 15px; }
  .lease-management-section .pettern-img { max-width: 1120px; bottom: 159px; right: -370px; }
  .popup-open .home-video-section .right-part .video-box { max-width: 820px; height: 480px; top: 59%;}
  .platform-hero-section .left-part { padding: 0 10px 0 0; padding-left: calc((100% - 1084px) / 2); }
  .platform-hero-section .right-part .desktop-img img { width: 560px; }
  .plateform-organization-section .box .box-expand-btn { right: 25px; top: 25px; width: 51px; }
  .plateform-organization-section .box .hidden-part .content { height: 275px; }
  .plateform-organization-section .box .visible-part .heading-part h3.big { line-height: 38px; font-size: 33px; }
  .platform-testimonial-section .platform-testi-slider .box{ padding: 76px 60px 90px;}
  .platform-service-section .box { padding: 40px 35px 40px; }
  .platform-service-section .box .icon { width: 80px; }
  .plateform-organization-section .box .hidden-part .content{font-size:16px; line-height:20px;}
  .government .platform-action-section .outer-wrap { padding: 90px 80px 50px;}
  .platform-service-section .section-heading .title h2 { font-size: 51px; line-height: 60px;}
  .industry-testimonial-section .left-part { padding-left: calc((100% - 1088px) / 2);}
  .higher-education-page.industry-hero-section .right-part .img-box .extra-imgs .ext2 { max-width: 198px; left: -48px;}
  .transportation-page.industry-hero-section .right-part .img-box .extra-imgs .ext3 { max-width: 111px; bottom: -32px; left: -30px; }
  .transportation-page.industry-hero-section .right-part .img-box .extra-imgs .ext1 { max-width: 282px; right: -82px; top: -46px; }
  .transportation-page.industry-hero-section .right-part .img-box .extra-imgs .ext2 { max-width: 218px; right: -86px; }
  .healthcare-page.industry-hero-section .right-part .img-box .extra-imgs .ext2 { max-width: 175px; right: -64px; }
  .healthcare-page.industry-hero-section .right-part .img-box .extra-imgs .ext1 { max-width: 195px; top: -47px; right: -80px; }
  .airports-seaports-page.industry-hero-section .right-part .img-box .extra-imgs .ext3 { max-width: 200px; left: -26px; bottom: -32px;}
  .role-hero-section{ padding: 168px 0px 151px;}
  .role-leader-section .role-leader-slider .box {  padding: 60px 60px 60px;}
  .role-leader-section .leader-outer-wrap.slider-apply .slick-list.draggable { padding-left: 5%; padding-right: 5%;}
  .role-casestudy-section .left-part { padding-left: calc((100% - 1084px) / 2); }
  .role-casestudy-section .left-part h2 { font-size: 44px; line-height: 56px; }
  .terms-condition-section .left-part .box { padding: 90px 0px 90px 0; }
  .terms-condition-section .left-part .box:before { top: 90px; font-size: 45px; line-height: 45px; left: -51px; }
  .terms-condition-section .left-part .box h2 { line-height: 45px; font-size: 45px; }
  /*   .terms-condition-section .left-part .box:nth-child(n+10):before { left: -70px; } */
  /*   .terms-condition-section .left-part .inner-cover { padding-left: 70px; } */
  .terms-condition-section .left-part .box:after { width: calc(100% + 70px); }
  .terms-condition-section .right-part .sticky-box { padding: 34px 10px 23px 40px; }
  .terms-condition-section .right-part .sticky-box ul li a { padding: 9px 25px 5px; font-size: 19px; }
  .terms-condition-section .right-part .sticky-box ul li a:before { width: calc(100% - 50px); }
  .industry-zigzag-section .shape-img { max-width: 579px; bottom: 135px;}
  .demo-hero-section .left-part .section-heading h1 { line-height: 60px;}
  .terms-condition-section .left-part { left: 0;}
  .demo-benefit-section .box { padding: 61px 40px 36px 40px;}
  .terms-condition-section .right-part .sticky-box{height: calc(100vh - 185px); overflow: auto;}
  .demo-learnmore-outer .post-item { padding: 25px 25px 70px 25px; }
  .demo-learnmore-outer .post-item .post-bottom .readmore { bottom: 40px; }
  /*   .demo-learnmore-outer .post-item .post-bottom h2 a { line-height: 35px; }
  .demo-learnmore-outer .post-item .post-bottom h2 { font-size: 28px; line-height: 35px; } */
  .few-click-section .right-part .box { padding: 50px 50px 35px; min-height: 490px; }
  .few-click-section .right-part .outer-wrap { height: 520px; }
  .support-page .demo-hero-section .left-part .section-heading .box-content ul li { font-size: 24px; line-height: 39px; }
  .support-page .demo-hero-section .left-part .section-heading .box-content ul li { font-size: 24px; line-height: 39px; margin-bottom: 15px; }
  .support-page .demo-hero-section .right-part .form-contact-cover .form-inner-cover form fieldset.form-columns-1+fieldset.form-columns-0 { left: 0; bottom: -65px;}
  .blogpost-hero-section h1 { line-height: 60px; }
  .blog-inner-post .post-body-wrap .right-side .sidebar { height: calc(100vh - 161px); padding: 51px 18px 51px 35px; }
  .blog-inner-post .post-body-wrap .right-side .sidebar a.navigation__link { font-size: 18px; line-height: 28px; }
  .blog-inner-post .post-body-wrap .right-side .sidebar h4 { padding-bottom: 10px; }
  .inner-post-author .author-right { padding: 0 0 0 30px; }

  .blog-listing-section .post-item { padding: 25px 25px 70px 25px; }
  .blog-listing-section .post-item .post-bottom .readmore { bottom: 40px; }
  /*   .blog-listing-section .post-item .post-bottom h2 a { line-height: 35px; }
  .blog-listing-section .post-item .post-bottom h2 { font-size: 28px; line-height: 35px; } */
  .releasenote-section .outer-cover { padding: 40px 80px 90px 80px; }
  .releasenote-section { padding: 0 0 115px; }
  .blogpost-hero-section .hero-bt-box .hero-bottom-strip ul li { padding: 0 30px 0; font-size: 28px; }
  /*   .blogpost-hero-section .hero-bt-box .hero-bottom-strip { padding: 56px 25px 5px; } */
  .news-press-listing .blog-listing-section .post-item { margin: 0 8px 35px; }
  /*   .news-press-listing .blog-listing-section { padding: 0 0 100px; } */
  .gasb-section .right-part .sticky-box { padding: 55px 40px; }
  .gasb-section .right-part .sticky-box a.navigation__link { font-size: 20px; }
  .GASB-page.usecase-hero-section .right-part .img-box .extra-imgs .ext2 { left: -57px; bottom: -42px; max-width: 170px; }
  .partner-hero-section { padding: 140px 0px 390px;}
  .partner-team-section { margin: -250px 0 0; }
  .partner-team-section .box .right-part { padding: 0 0 0 40px; }
  .partner-team-section .box { padding: 40px 60px 65px; }
  .partner-team-section .box h2 { font-size: 48px; line-height: 55px; }
  .partner-team-section .box .left-part .img-box{height: auto;}
  .about-team-section .box { padding: 40px 25px 40px; }
  .about-team-section .box .person-details h4 { font-size: 32px; line-height: 37px; }
  .about-team-section .box .person-details h6 { font-size: 15px; }
  .about-zigzag-section .box .left-part { padding-left: calc((100% - 1080px) / 2); }
  .about-zigzag-section .box:nth-child(even) .left-part { padding-right: calc((100% - 1080px) / 2); }
  .about-zigzag-section .box .left-part h2 { font-size: 48px; line-height: 55px; }
  .about-zigzag-section .box .left-part .content { padding: 10px 0 0; }
  .about-hero-section .section-heading h1 { font-size: 89px; line-height: 85px; }
  .about-hero-section .section-heading .content { font-size: 25px; line-height: 32px; }
  .about-hero-section .section-heading { min-height: 617px; padding: 110px 74px 100px; background-size: contain; }
  .about-team-section { padding: 50px 0 111px; }
  .about-hero-section {min-height: 990px;}
  .mediakit-logo-section .logo-box .logo-bottom .download-logo-custom a { font-size: 16px; }
  .mediakit-logo-section .logo-box .logo-bottom .download-logo-custom { padding-right: 18px; }
  .mediakit-logo-section .logo-box .logo-bottom .download-logo-custom a svg { width: 12px; }
  .contact-hero-section .left-part .section-heading .content{ font-size: 22px; line-height: 38px;}
  .contact-hero-section .left-part-boxes-wrapper .left-part-box ul li { font-size: 20px; }
  .contact-hero-section .left-part-boxes-wrapper .left-part-box ul li a { font-size: 19px; }
  .contact-hero-section .left-part-boxes-wrapper .left-part-box {padding: 40px 40px 40px 40px;}
  .service-level-addendum.terms-condition-section .right-part .sticky-box ul li a:before{ width: calc(100% - 35px);}
  .financial-advisors-page.platform-action-section .customWidthOption{ padding-top:0px;}
  .financial-advisors-page.role-hero-section .right-part .img-box .extra-imgs .ext1 { top: -35px; left: 22px;  }
  .financial-advisors-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { top: -15px; left: auto; right: 130px; max-width: 156px;   }
  .financial-advisors-page.role-hero-section .right-part .img-box .extra-imgs .ext3 { top: auto; bottom: -10px; left: auto; right: -2px;  max-width: 249px;}
  .commercial-banks-page.role-hero-section .right-part .img-box .extra-imgs .ext3 { top: -55px; bottom: auto; left: auto; right: -60px; z-index: 1; max-width: 130px;}
  .cpa-page.platform-action-section .customWidthOption{ padding-top:100px;}
  .cpa-page.role-hero-section .right-part .img-box .extra-imgs .ext2 {top: auto; bottom: 18px; left: auto; right: -50px;  width: 100%;}
  .footer-section .right-part .box.contact .contact-details ul li{font-size: 12px;}
  .collaborate-page.platform-hero-section .left-part { padding-left: calc((100% - 1090px) / 2);}
  .platform-hero-section { padding: 90px 0px 232px}


}



/* @media (min-width:1200px) and (max-width:1400px){
.header-section .right-part .mainmenu .hs-menu-wrapper>ul>li { padding: 45px 12px;}
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .element-border { padding: 45px 0 0;}
.header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .wrap { zoom: 0.9;}
.body-container-wrapper { margin-top: 120px;}
.home-hero-section, .home-logo-section, .header-section { zoom: 0.9;}
.header-section .left-part{width: 187px}
.elevate-team-section { zoom: 0.9; padding: 85px 0 90px;}
.lease-management-section { zoom: 0.9; padding: 101px 0 182px;}
.home-modernize-section { padding: 80px 0px 80px; zoom: 0.9;}
h3.big, .h3.big {  font-size: 40px; line-height: 50px;}
.home-modernize-section .box .right-part h3 { line-height: 50px;}
.home-modernize-section .box .left-part .img-cover .img-box { max-width: 280px;}
.home-spread-section{ zoom: 0.9;}
.home-testimonial-section{zoom: 0.9; padding: 90px 0px 34px;}
.deliver-result-section{ zoom: 0.9;}
.firsthand-look-outer { zoom: 0.9;}
.firsthand-look-section { padding: 70px 0px;}
h2.big, .h2.big { font-size: 51px;  line-height: 60px;}
.footer-section { zoom: 0.9; padding: 111px 0 70px;}
.footer-bottom { zoom: 0.9;}


} */





@media (min-width:1301px) and (max-width:1500px) {

  body { font-size: 16px;line-height: 21px;}
  h1.big, .h1.big { font-size: 67px; line-height: 70px;}
  h1, .h1 { font-size: 50px; line-height: 55px;}
  h2.big, .h2.big { font-size: 51px; line-height: 60px;}
  h2, .h2 { font-size: 51px; line-height: 62px; }
  h3.big, .h3.big { font-size: 38px; line-height: 44px; }
  h3, .h3 { font-size: 21px; line-height: 25px; }
  h4, .h4 { font-size: 21px;}

  .platform-hero-section { padding: 80px 0px 232px; }
  .few-click-section .left-part .section-heading h2 { font-size: 40px;line-height: 53px;}
  .news-press-inner .blogpost-hero-section.client-story-inner { margin-bottom: 240px; }
  .blogpost-hero-section .hero-bt-box { padding: 50px 50px 75px; }
  .client-story-innerpost .blog-inner-post .post-body-wrap .left-side .section.post-body h2 { padding: 45px 0px 13px; margin-top: 45px;}
  .media-kit-page.release-hero-section { padding: 115px 0px 682px;}

}


@media (min-width:1200px) and (max-width:1300px) {

  body { font-size: 16px;line-height: 21px;}
  h1.big, .h1.big { font-size: 50px; line-height: 65px; }
  h1, .h1 { font-size: 45px; line-height: 49px;}
  h2.big, .h2.big { font-size: 40px; line-height: 54px; }
  h2, .h2 { font-size: 42px; line-height: 51px; }
  h3.big, .h3.big { font-size: 33px; line-height: 36px; }
  h3, .h3 { font-size: 21px; line-height: 25px; }
  h4, .h4 { font-size: 21px;}
  .home-modernize-section .box .right-part h3 { line-height: 36px; }
  .home-spread-section .left-part h2 { font-size: 42px; line-height: 52px; }
  .firsthand-look-section .section-heading h2 { line-height: 52px; }
  .platform-hero-section {padding: 70px 0px 232px;}
  .platform-hero-section .left-part .tag-box .icon {width: 40px;}
  .platform-hero-section .left-part .tag-box{padding: 11px 23px;}
  .news-press-inner .blogpost-hero-section.client-story-inner { margin-bottom: 240px; }
  .blogpost-hero-section .hero-bt-box { padding: 50px 50px 75px; }
  .client-story-innerpost .blog-inner-post .post-body-wrap .left-side .section.post-body h2 { padding: 45px 0px 13px; margin-top: 45px;}
  .media-kit-page.release-hero-section { padding: 115px 0px 682px;}

}


@media (max-width:1500px) {

  .body-container-wrapper{margin-top: 106px;}
  .btn1 a, .btn2 a { font-size: 16px; padding-top: 14px; padding-right: 31px; padding-bottom: 10px; padding-left: 31px;}
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li { padding: 40px 14px; }
  .header-section .left-part { width: 150px; }
  .header-section .right-part { width: calc(100% - 150px); }
  .header-section .right-part .header-btn .header-btn2 a { font-size: 16px; padding: 8px 16px 4px; }
  .header-section .right-part .header-btn .header-btn2 a svg { width: 13px; top: 0; }
  .header-section .right-part .header-btn .header-btn1 a { font-size: 16px; padding: 8px 19px 4px; }
  .header-section .right-part .header-btn .header-btn1 a.cta_button span svg { width: 11px; position: relative; top: 0; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .img-box { height: 130px; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .img-box img { width: 100px; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .bottom-part h5 { font-size: 18px; line-height: 38px; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .bottom-part .text { font-size: 14px; line-height: 18px; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .bottom-part { padding: 10px 0 0; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .element-border { padding: 28px 0 0; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu { padding-bottom: 0; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box h5 { font-size: 18px; line-height: 40px; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box .text { font-size: 14px; line-height: 20px; }
  .header-section.sticky .right-part .mainmenu .hs-menu-wrapper>ul>li { padding-top: 25px;padding-bottom: 25px;}
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1{padding-bottom: 15px;}
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box a { padding: 16px 20px 20px;}

  .home-hero-section .content { font-size: 18px; line-height: 26px; max-width: 100%;}
  .home-hero-section {padding: 30px 0 0;}
  .home-logo-section .box { width: calc(100% / 6 - 16px); height: auto;}
  .home-logo-section { padding: 60px 0 85px;}
  .home-logo-section .box .logo-box { padding: 18px; height: 140px;}
  .elevate-team-section .elevate-slider .inner-cover { padding: 30px; }
  .elevate-team-section .elevate-slider .img-box { height: 170px; }
  .elevate-team-section .elevate-slider .img-box img { width: 130px;}
  .elevate-team-section { padding: 60px 0 80px; }
  .elevate-team-section .section-heading .content { padding-bottom: 31px; }
  .elevate-team-section .elevate-slider .content p { margin: 0;}
  .elevate-team-section .elevate-slider .box-content {padding: 25px 0 0;}
  .lease-management-section .section-heading .content { max-width: 675px; }
  .lease-management-section .right-part .img-box { max-width: 381px; }
  .lease-management-section .left-part .box h3 { font-size: 28px; line-height: 34px; }
  .lease-management-section .pettern-img { max-width: 920px; bottom: 95px; right: -240px; }
  .lease-management-section .left-part .box { padding: 61px 0 0; }
  .lease-management-section { padding: 80px 0 200px; }
  .lease-management-section .left-part .box .details { padding: 10px 0 10px; }
  .home-modernize-section { padding: 60px 0px 60px; }
  .home-modernize-section .section-heading .content { font-size: 16px; line-height: 21px; max-width: 812px; padding: 8px 0 0; }
  .home-modernize-section .section-heading { padding: 0 0 40px; }
  .home-modernize-section .box .left-part .img-cover .img-box { max-width: 184px; }
  .home-modernize-section .box .left-part .img-cover .bg-shape { height: 280px; }
  .home-modernize-section .box .right-part h3 { line-height: 44px; }
  .home-modernize-section .box .left-part .img-cover { min-height: 290px; }
  .home-modernize-section .box .box-inner { padding: 50px 35px; }
  .home-modernize-section .box .right-part { padding: 0 0 0 20px; }
  .home-modernize-section .box .right-part .details { padding: 8px 0 8px; }
  .home-modernize-section .box { margin-bottom: 35px; }
  .home-modernize-section .box .right-part { width: 55%;}
  .home-modernize-section .box .left-part { width: 45%;}
  .home-spread-section .left-part h2 { font-size: 51px; line-height: 56px; }
  .home-spread-section .left-part { padding: 0 30px 0 0; }
  .home-spread-section .right-part .img-cover { max-width: 500px; }
  .home-spread-section .right-part .img-cover .img-box img { height: 320px !important; }
  .home-spread-section .left-part .content { font-size: 16px; line-height: 21px; }
  .home-spread-section .right-part .img-cover .icon-img img { width: 220px; }
  .home-testimonial-section { padding: 70px 0px 30px; }
  .home-testimonial-section .home-testimonial-slider .box { padding: 40px 25px 35px 30px; }
  .home-testimonial-section .home-testimonial-slider .box .inner-cover .person-text { font-size: 18px; line-height: 24px; padding: 56px 0 15px; }
  .home-testimonial-section .home-testimonial-slider .box .inner-cover .person-text:before { width: 50px; height: 40px; }
  .home-testimonial-section .home-testimonial-slider .box .inner-cover .person-details h5 { font-size: 16px; line-height: 21px; }
  .home-testimonial-section .home-testimonial-slider .box .inner-cover .person-details h4 { font-size: 16px; line-height: 21px; }
  .deliver-result-section .section-heading .content { font-size: 16px; line-height: 21px; padding: 5px 0 0; }
  .home-testimonial-section .section-heading{ padding: 0 0 30px;}
  .deliver-result-section .section-heading h3 { padding: 10px 0 0; }
  .deliver-result-section .section-heading { padding: 0 0 30px; }
  .deliver-result-section .box { min-height: 200px; }
  .deliver-result-section .box .inner-cover h3 { line-height: 26px; }
  .deliver-result-section .box .inner-cover h5 { font-size: 16px; }
  .deliver-result-section .box .learn-btn { padding: 20px 35px; font-size: 18px; }
  .deliver-result-section .box .inner-cover { padding: 20px 30px; }
  .firsthand-look-section { padding: 50px 0px 70px; }
  .firsthand-look-section .section-heading .content { padding: 10px 0 10px; }
  .footer-section { padding: 75px 0 50px; }
  .footer-section .left-part .logo { width: 71px; }
  .footer-section .left-part { width: 12%; }
  .footer-section .right-part { width: calc(100% - 12%); }
  .footer-section .right-part .footer-menu-wrap { padding: 12px 0 0; }
  .footer-section .right-part .footer-menu-wrap .footer-menu-box { margin-bottom: 12px; }
  .footer-bottom { font-size: 12px; line-height: 18px; padding: 28px 0px 10px; }

  .breadcrumb { top: 50px; }
  .collaborate-page.platform-hero-section .left-part,
  .platform-hero-section .left-part { padding-left: calc((100% - 1207px) / 2); }
  .platform-hero-section .left-part .section-heading .content { padding: 12px 0 10px; }
  .platform-action-section .outer-wrap { padding: 65px 60px 60px; }
  .platform-action-section .box .icon { height: 170px; }
  .platform-action-section .box img { width: 120px; }
  .platform-service-section { padding: 80px 0px 50px; }
  .platform-service-section .box { padding: 35px 35px 35px; }
  .platform-service-section .box .icon { width: 66px; }
  .platform-service-section .shape-img { max-width: 710px; }
  .platform-testimonial-section { padding: 20px 0px; }
  .platform-testimonial-section .platform-testi-slider .box { padding: 50px 50px 50px; }
  .platform-testimonial-section .platform-testi-slider .box .details:before { width: 70px; height: 60px; background-size: contain; margin-bottom: 30px; }
  .platform-testimonial-section .platform-testi-slider .box .details { font-size: 28px; line-height: 38px; padding-bottom: 15px; }
  .plateform-organization-section { padding: 60px 0 0; }
  .plateform-organization-section .section-heading .content { font-size: 21px; line-height: 28px; }
  .plateform-organization-section .box .visible-part .heading-part h3.big { font-size: 24px; padding: 0; }
  .plateform-organization-section .box .visible-part .heading-part h3.big br { display: none; }
  .plateform-organization-section .box .visible-part .heading-part { padding: 27px 35px 40px; }
  .plateform-organization-section .box { height: 345px; }
  .plateform-organization-section .box .visible-part .icon { height: 230px; }
  .plateform-organization-section .box .visible-part .icon img { width: 275px; }
  .plateform-organization-section .box .box-expand-btn { width: 50px; }
  .plateform-organization-section .box .visible-part .heading-part h5 { margin-bottom: 0; }
  .plateform-organization-section .box .hidden-part .content { height: 135px; }
  .footer-section .right-part .box.contact .contact-details ul li a {font-size:16px;}
  .platform-service-section .section-heading .details { font-size: 18px; line-height: 26px;}
  .platform-service-section .section-heading .title h2 { font-size: 40px;line-height: 50px;}
  .platform-service-section .section-heading { padding: 20px 0 28px;}
  .report-page.platform-service-section .shape-img { bottom: -90px;}
  .collaborate-page.platform-hero-section { padding: 115px 0px 0px;  }
  .usecase-hero-section { padding: 115px 0px 270px; }
  .usecase-hero-section .breadcrumb { top: 50px; }
  .usecase-hero-section .left-part .section-heading h1 { line-height: 49px; }
  .usecase-hero-section .left-part .tag-box { padding: 14px 20px; }
  .usecase-hero-section .right-part .img-box .extra-imgs .ext2 { max-width: 180px; }
  .usecase-hero-section .right-part .img-box .extra-imgs .ext1 { top: -27px; left: -50px; max-width: 194px; }
  .usecase-page.platform-action-section .outer-wrap { padding: 65px 60px 60px; }
  .usecase-page.platform-action-section .box .right-part { padding: 0 0 0 50px; }
  .few-click-section { padding: 90px 0 60px; }
  .few-click-section .right-part .box { min-height: 400px; padding: 35px 39px 20px 35px; }
  .few-click-section .right-part .outer-wrap { height: 440px; }
  .role-casestudy-section .left-part { padding: 40px 30px 50px; }
  .role-casestudy-section .right-part .img-box img { height: 630px !important; }
  .role-casestudy-section .left-part h2 { font-size: 38px; line-height: 51px; }
  .gasb-section .right-part .sticky-box { overflow: auto; padding: 35px 30px; }
  .gasb-section .right-part .sticky-box a.navigation__link { font-size: 18px; line-height: 28px; }
  .gasb-section .left-part .box { padding: 30px 50px 40px 50px; }
  .gasb-section .left-part .box h2 { padding-bottom: 20px; padding-top: 20px; }
  .gasb-section .left-part .box .inner-cover { font-size: 18px; line-height: 26px; }
  .gasb-section .left-part .box ul li, .gasb-section .left-part .box ol li { font-size: 18px; line-height: 26px; margin-bottom: 10px; }
  .gasb-section .left-part .box h3 { padding-bottom: 15px; padding-top: 15px; }
  .gasb-section {padding: 0 0 90px;}
  .GASB-page.usecase-hero-section .right-part .img-box .extra-imgs .ext2 { left: -77px; max-width: 180px;}
  .industry-hero-section { padding: 128px 0px 264px; }
  .industry-hero-section .breadcrumb { top: 50px; }
  .industry-hero-section .left-part .tag-box { padding: 14px 20px; }
  .industry-hero-section .left-part .section-heading .content { padding: 10px 0 10px; }
  .government .platform-action-section .outer-wrap { padding: 45px 40px 40px; }
  .industry-zigzag-section { padding: 80px 0 80px; }
  .industry-zigzag-section .section-heading .content { padding: 9px 0 35px; }
  .industry-zigzag-section .box { padding: 45px 40px 45px 40px; }
  .industry-zigzag-section .box .left-part .img-box { height: 260px; }
  .industry-zigzag-section .box .left-part .img-box img { max-width: 85% !important; }
  .industry-zigzag-section .box { margin-bottom: 60px; }
  .industry-zigzag-section .btns { padding: 60px 0 0; }
  .industry-testimonial-section { padding: 60px 0px 60px; margin-bottom: 70px; }
  .industry-testimonial-section .left-part .industry-testi-slider .details:before { width: 78px; height: 67px; background-size: contain; margin-bottom: 30px; }
  .industry-testimonial-section .left-part .industry-testi-slider .details { font-size: 24px; line-height: 35px; padding-bottom: 20px; }
  .healthcare-page.industry-hero-section .right-part .img-box .extra-imgs .ext2 { max-width: 145px;}
  .airports-seaports-page.industry-hero-section .right-part .img-box .extra-imgs .ext3 { max-width: 170px;}
  .role-hero-section { padding: 130px 0px 90px; }
  .role-hero-section .breadcrumb { top: 50px; }
  .role-hero-section .left-part .section-heading h1 { line-height: 52px; }
  .role-hero-section .left-part .tag-box { padding: 14px 30px; }
  .role-hero-section .left-part .section-heading .content { padding: 10px 0 20px; }
  .role-hero-section .right-part .img-box .extra-imgs .ext2 { max-width: 188px; }
  .role-leader-section { padding: 65px 0px 45px; }
  .role-leader-section .role-leader-slider .box { padding: 30px 40px 30px; }
  .by-role .industry-zigzag-section { padding: 65px 0 80px;}
  .role-leader-section .role-leader-slider .box .img-box { padding: 0px 0 40px;}
  .finance-teams-page.industry-zigzag-section .shape-img{max-width: 739px;}
  .cpa-page.role-hero-section .right-part .img-box .extra-imgs .ext2{ max-width: 170px;}
  .cpa-page.role-hero-section { padding-bottom: 170px;}
  .cpa-page.platform-action-section .outer-wrap { padding: 20px 20px 30px;}
  .cpa-page.platform-action-section .box .right-part{padding: 0 0 0 15px;}
  .cpa-page.platform-action-section .customWidthOption { padding-bottom: 80px;}
  .financial-advisors-page.role-hero-section .right-part .img-box .extra-imgs .ext1 { max-width: 150px;}
  .financial-advisors-page.role-hero-section { padding-bottom: 270px;}
  .commercial-banks-page.role-hero-section .right-part .img-box .extra-imgs .ext3 { max-width: 145px;}
  .resource-library-hero .breadcrumb { top: 40px; }
  .resource-library-hero { padding: 100px 0px 510px; }
  .resource-library-hero .content { padding: 10px 0 25px; }
  .resource-library-hero .hero-tag-list { padding: 25px 67px 15px; }
  .resource-library-hero .hero-tag-list a.topic-link { padding: 12px 20px 7px; font-size: 16px; margin-right: 8px; margin-bottom: 10px; }
  .blog-listing-section .post-item .hs-featured-image-wrapper img.hs-featured-image { height: 214px; }
  .blog-listing-section .post-item .post-bottom h2 { font-size: 22px; line-height: 30px; }
  .blog-listing-section .post-item .post-bottom h2 a { line-height: 28px; }
  .blog-listing-section .post-loadmore { padding: 20px 0 0; }
  .blog-listing-section { padding: 0 0 80px; }
  .blogpost-hero-section { padding: 100px 0px 200px; }
  .blogpost-hero-section .breadcrumb { top: 40px; }
  .blogpost-hero-section .post-title { padding-bottom: 190px; }
  .blogpost-hero-section { margin-bottom: 270px;}
  .blog-inner-post .post-body-wrap .left-side .section.post-body { padding: 45px 40px 45px 40px; }
  .blog-inner-post .post-body-wrap .left-side .section.post-body h2 { font-size: 30px; line-height: 40px; }
  .inner-post-author { padding: 35px 35px 20px; }
  .inner-post-author .author-right a.author-link { font-size: 30px; line-height: 40px; }
  .blog-about-section { padding: 20px 30px 10px; }
  .blog-about-section .conent { line-height: 25px; }
  .blog-inner-post { padding: 44px 0 81px; }
  .demo-learnmore-outer .post-item .post-bottom h2 { font-size: 23px; line-height: 30px; }
  .demo-learnmore-outer .post-item .post-bottom h2 a { line-height: 30px; }
  .client-story-blog .resource-library-hero { padding: 95px 0px 630px; }
  .clientstory-listing-section .post-item { padding: 25px; }
  .clientstory-listing-section .post-item .feature-img a { height: 220px; }
  .clientstory-listing-section { padding: 0 0 71px; }
  .clientstory-listing-section .post-loadmore { padding: 20px 0 0; }
  .blogpost-hero-section.client-story-inner { margin-bottom: 340px; }
  .client-story-innerpost .blog-inner-post .post-body-wrap .left-side .section.post-body { padding: 45px 40px 45px 40px; }
  .client-story-innerpost .blog-inner-post .post-body-wrap .left-side .section.post-body .social-share { padding: 20px 0 0; }
  .blogpost-hero-section .hero-bt-box .hero-bottom-strip ul li { margin-bottom: 20px;}
  .blogpost-hero-section .hero-bt-box .hero-bottom-strip { padding: 30px 25px 5px;}
  .client-story-innerpost .blog-inner-post .post-body-wrap .right-side .sidebar { padding: 31px 15px 31px 25px;}
  .release-hero-section { padding: 115px 0px 702px; }
  .releasenote-section .box:first-child { padding-top: 0; }
  .releasenote-section .outer-cover { padding: 60px 70px 65px 60px; }
  .releasenote-section { padding: 0 0 90px; }
  .releasenote-section .box { padding: 40px 0px 40px 0px; }
  .releasenote-section .box .details h2 { padding-bottom: 0px; padding-top: 10px;}
  .about-hero-section .section-heading h1 { line-height: 50px; font-size: 45px; }
  .about-hero-section .section-heading .content { font-size: 18px; line-height: 27px; padding: 10px 0 0; }
  .about-hero-section .section-heading { min-height: 320px; background-size: cover; padding: 70px 51px 50px; }
  .about-hero-section { min-height: 800px; padding: 80px 0 0; }
  .about-zigzag-section { padding: 50px 0 30px; }
  .about-zigzag-section .box .left-part h2 { font-size: 40px; line-height: 45px; }
  .about-team-section { padding: 50px 0 60px; }
  .partner-hero-section .section-heading { min-height: auto; padding: 60px 30px 50px; }
  .partner-hero-section .section-heading .content { padding: 30px 0 0; }
  .partner-hero-section { padding: 120px 0px 490px; }
  .partner-team-section .box { padding: 30px 60px 40px; margin: 0 0 75px; }
  .partner-team-section .box .left-part .img-box { height: auto; max-width: 400px; }
  .partner-team-section .box .right-part { padding: 0 0 0 25px; width: 60%; }
  .partner-team-section .box .left-part { width: 40%; }
  .partner-team-section .box .right-part .content { max-width: 100%; }
  .partner-team-section .box h2 { font-size: 45px; }
  .partner-question-section .que-box { padding: 55px 20px 55px; }
  .partner-question-section .que-box h3 { padding: 25px 0 15px; }
  .partner-question-section { padding: 20px 0 70px; }
  .partner-question-section .que-box h3{ font-size: 32px;}
  .career-page-hero.industry-hero-section { padding: 125px 0px 185px; }
  .career-page-hero.industry-hero-section .right-part .img-box .extra-imgs .ext2 { max-width: 203px; }
  .breadcrumb ul li:before { right: 3px; top: 6px; }
  .breadcrumb ul li { padding: 0 11px 0 0; }
  .career-growing-section .customWidthOption { padding: 40px; }
  .career-impact-section { padding: 70px 0 80px; }
  .career-impact-section .box .inner-cover img { height: 310px !important; }
  .career-impact-section .box .inner-cover { padding: 40px 40px; }
  .career-benefit-section { padding: 70px 0px 80px; }
  .career-benefit-section h2 { padding-bottom: 25px; }
  .career-benefit-section .box { padding: 20px 20px 25px 30px; }
  .career-benefit-section .box .icon { max-width: 120px; height: 130px; }
  .career-opportunities-section { padding: 50px 0 0; }
  .career-opportunities-section .bottom-content { padding: 45px 0 40px; }
  .career-opportunities-section .content-wrapper { padding: 50px 20px 54px; }
  .career-opportunities-section h2.big { line-height: 50px; font-size: 40px; padding-bottom: 0; }
  .career-opportunities-section .security-question-image img { width: 90px; }
  .news-press-listing .resource-library-hero { padding-bottom: 590px; }
  .news-press-listing .blog-listing-section { padding: 0 0 60px; }
  .blogpost-hero-section h1{line-height: 61px;}
  .security-hero { padding: 110px 0 520px; }
  .security-scrollhero .main-scroll-wrap { padding: 39px 31px 25px; }
  .security-scrollhero .section-wrap { padding: 58px 60px 30px; }
  .security-scrollhero .box:first-child { padding-top: 0; }
  .security-scrollhero .main-scroll-wrap a { padding: 15px 18px 13px;}
  .security-ques-section { padding: 80px 0; }
  .security-ques-section .customWidthOption { padding: 45px 20px; }
  .security-ques-section .section-heading { margin-bottom: 0; }
  .security-ques-section .security-question-image { padding-bottom: 30px; }
  .contact-page .contact-hero-section .left-part-boxes-wrapper .left-part-box { padding: 25px 25px 25px 25px; }
  .contact-page .contact-hero-section .left-part-boxes-wrapper .left-part-box ul li { font-size: 22px; line-height: 30px; }
  .contact-page .contact-hero-section .left-part-boxes-wrapper .left-part-box ul li a { font-size: 21px; line-height: 30px; }
  .contact-page .contact-hero-section .left-part .section-heading .content { font-size: 22px; line-height: 30px; padding: 0px 0 0; }
  .support-page .demo-hero-section { padding: 88px 0 250px; min-height: 1350px; }
  .support-page .demo-hero-section .right-part .form-contact-cover .form-inner-cover form fieldset.form-columns-1+fieldset.form-columns-0 { bottom: -4px; }
  .support-page .demo-hero-section .right-part .form-contact-cover .form-inner-cover form fieldset.form-columns-1+fieldset.form-columns-0 p { font-size: 15px; }
  .terms-hero-section { min-height: auto; padding-top: 100px; }
  .terms-hero-section .section-heading .content { padding: 5px 0 0; }
  .legal-page.terms-condition-section { padding: 65px 0px 70px; }
  .terms-condition-section .left-part .box h2 { line-height: 38px; font-size: 35px; }
  .legal-page.terms-condition-section .left-part .box { padding: 40px 0px 27px 0; }
  .legal-page.terms-condition-section .left-part .box h3 { padding: 18px 0 9px; font-size: 22px; line-height: 22px; }
  .terms-condition-section { padding: 70px 0px 75px; }
  .terms-condition-section .left-part .box { padding: 50px 0px 30px; }
  .terms-condition-section .left-part .box:before { font-size: 35px; line-height: 35px; top: 53px; }
  .terms-condition-section .left-part .inner-cover { padding-left: 60px; }
  .terms-condition-section .left-part .box:after { width: calc(100% + 70px); }
  .terms-condition-section .left-part .box:after { width: calc(100% + 70px); left: -70px; }
  .terms-condition-section .left-part .box:nth-child(n+10):before {left: -68px;}
  .disclaimers-page.terms-condition-section { padding: 60px 0px 80px;}
  .accessibility-statement-page.terms-condition-section { padding: 65px 0px 75px; }
  .accessibility-statement-page.terms-condition-section .left-part .box { padding: 40px 0px 30px 0; }
  .service-level-addendum.terms-condition-section .left-part .box .details table td { padding: 15px 25px; }
  .service-level-addendum.terms-condition-section .left-part .box .details table tr:last-child td { padding-bottom: 30px; }
  .service-level-addendum.terms-condition-section .left-part .box .details table tr:nth-child(2) td { padding-top: 30px; }
  .service-level-addendum.terms-condition-section .left-part .box .details table th { padding: 30px 25px; }
  .privacy-policy-page.terms-condition-section { padding: 70px 0px 70px; }
  .acceptable-use-policy.terms-condition-section .left-part .box:last-child h2 { line-height: 38px; font-size: 35px;}
  .gated-case-hero.demo-hero-section .right-part .form-contact-cover .hs-richtext.hs-main-font-element h3 { font-size: 40px; line-height: 50px; }
  .demo-hero-section .right-part .form-contact-cover .form-inner-cover { padding: 53px 52px 65px 52px; }
  .gated-casestudy-page.home-logo-section { padding-top: 210px; padding-bottom: 50px; }
  .demo-hero-section { padding: 96px 0 254px; min-height: 1300px; }
  .demo-hero-section .left-part .section-heading h1 { line-height: 50px; }
  .demo-hero-section .right-part .form-contact-cover .hs-richtext.hs-main-font-element h3 { font-size: 42px; line-height: 55px; }
  .demo-benefit-section { padding: 70px 0px 70px; }
  .demo-benefit-section h2 { padding-bottom: 20px; }
  .demo-benefit-section .box { padding: 30px 25px 15px 25px; }
  .demo-benefit-section .box .icon { width: 58px; height: 58px; }
  .demo-benefit-section .box .details { padding: 20px 0 0px; }
  .demo-benefit-section:after { width: 702px; }
  .demo-org-section { padding: 40px 0 62px; }
  .demo-learnmore-outer .post-item .hs-featured-image-wrapper img.hs-featured-image {  height: 184px}
  .media-kit-page.release-hero-section { padding: 115px 0px 682px; }
  .mediakit-logo-section .logo-box { padding: 35px 35px 10px; }
  .mediakit-logo-section .logo-box .logo-bg { height: 190px; }
  .mediakit-logo-section .logo-box .logo-bottom h3 { line-height: 30px; }
  .mediakit-logo-section .logo-box .logo-bg .logo-img { max-width: 330px; }
  .media-kit-page.release-hero-section .section-heading .content { padding-top: 10px; }
  .blog-inner-post .post-body-wrap .left-side .section.post-body .post-content-cover h4 { line-height: 28px;}
  .releasenote-section .box .details ul li { font-size: 16px; line-height: 26px; padding-bottom: 15px;}
  .releasenote-section .box .details { font-size: 16px; line-height: 26px;}
  .releasenote-section .box .link-text a:before{bottom:1px;}
  .career-growing-section .img-cover { max-width: 530px;}
  .career-growing-section .img-cover .img-box { max-width: 240px;}
  .career-growing-section .img-cover .img-box:last-child {max-width: 280px; position: relative; top: -9px;}
  .collaborate-page.platform-hero-section .right-part .desktop-img { top: -39px;}


}




@media (max-width:1300px){
  .collaborate-page.platform-hero-section .left-part,
  .platform-hero-section .left-part { padding-left: calc((100% - 1087px) / 2); }
  .platform-hero-section .left-part .tag-box { padding: 10px 23px; }
  .platform-action-section .outer-wrap { padding: 45px 40px 40px; }
  .platform-action-section .box .icon { height: 140px; }
  .platform-action-section .box img { width: 101px; }
  .platform-action-section .box { margin: 0 0 30px; }
  .platform-service-section { padding: 70px 0px 50px; }
  .platform-service-section .box .icon { width: 51px; }
  .platform-service-section .box .details { padding: 20px 0 0; }
  .platform-service-section .box { padding: 30px 30px 30px; }
  .platform-testimonial-section .platform-testi-slider .box { padding: 40px 40px 40px; }
  .platform-testimonial-section .platform-testi-slider .box .details:before { width: 52px; height: 45px; margin-bottom: 20px; }
  .platform-testimonial-section .platform-testi-slider .box .details { font-size: 25px; line-height: 35px; padding-bottom: 10px; }
  .platform-testimonial-section .platform-testi-slider .box .person-info .person-img img { width: 90px; height: 90px !important; }
  .platform-testimonial-section .platform-testi-slider .box .person-info .person-details h5 { font-size: 18px; }
  .plateform-organization-section { padding: 50px 0 0; }
  .plateform-organization-section .section-heading .content { font-size: 16px; line-height: 21px; max-width: 830px; width: 100%; margin: auto; padding: 8px 0 20px; }
  .plateform-organization-section .box .visible-part .heading-part h3.big { font-size: 22px; }
  .plateform-organization-section .box .hidden-part .content { height: 121px; }
  .collaborate-page.platform-hero-section {padding: 120px 0px 0px;}
  .usecase-page.platform-action-section .outer-wrap { padding: 45px 40px 40px; }
  .platform-action-section .box.large-box .left-part .icon img { width: 248px; }
  .platform-action-section .box.large-box .left-part .icon { height: 190px; }
  .few-click-section .right-part .box .icon img { width: 130px; }
  .few-click-section .right-part .box .icon { width: 230px; height: 150px; }
  .few-click-section .right-part .box { min-height: 360px; }
  .few-click-section .right-part .outer-wrap { height: 380px; }
  .few-click-section .left-part .img-box img { height: 300px !important; }
  .role-casestudy-section .left-part h2 { font-size: 33px; line-height: 43px; }
  .role-casestudy-section .left-part .content { padding: 5px 0 6px; }
  .role-casestudy-section .right-part .img-box img { height: 520px !important; }
  .usecase-page.role-casestudy-section { margin-bottom: 60px; }
  .gasb-section .left-part .box ul li { font-size: 16px; line-height: 25px; }
  .gasb-section .left-part .box .inner-cover { font-size: 16px; line-height: 24px; }
  .gasb-section .left-part .box h2 { padding-bottom: 10px; padding-top: 10px; }
  .gasb-section .left-part .box h3 { padding-bottom: 10px; padding-top: 10px; }
  .gasb-section .right-part .sticky-box { height: calc(100vh - 150px); }
  .gasb-section .right-part .sticky-box h3, .gasb-section .right-part .sticky-box h4 { margin: 0; }
  .gasb-section .right-part .sticky-box a.navigation__link { margin-bottom: 16px; }


 

}




@media (min-width:1200px){
  .header-section .right-part .mainmenu .hs-menu-wrapper { display: block !important;}
  .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:after { content: '_'; font-size: 13px; font-weight: 300; top: -5px; color: #2FA1D8; right:-14px;}
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu { display: block !important;}


}


@media (max-width:1199px){

  .header-section .right-part .mainmenu {display:none; }
  
  body { font-size: 16px;line-height: 21px; }
  h1.big, .h1.big { font-size: 48px; line-height: 55px; }
  h1, .h1 { font-size: 45px; line-height: 50px;}
  h2.big, .h2.big { font-size: 38px; line-height: 42px; }
  h2, .h2 { font-size: 38px; line-height: 48px; }
  h3.big, .h3.big { font-size: 30px; line-height: 36px; }
  h3, .h3 { font-size: 21px; line-height: 25px; }
  h4, .h4 { font-size: 21px;}
  /* ==== Header Section === */
  /*- Menu Button -*/
  .mobile-trigger { display: inline-flex; background: rgb(213 236 247 / 40%); border-radius: 7px; padding: 11px 17px 8px; align-items: center; cursor: pointer; color: #2FA1D8;}
  .mobile-trigger .menu-text { font-size: 16px; line-height: 22px; font-weight: 700; margin-right: 11px; }
  .mobile-trigger .menu-thumb { width: 20px; height: 20px; position: relative; display: flex; align-items: center; justify-content: center; top: -1px; transition: all 0.4s; }
  .mobile-trigger .menu-thumb i { display: inline-block; width: 20px; height: 3px; background: #2FA1D8; border-radius: 20px; position: relative; }
  .mobile-trigger .menu-thumb i:before { content: ' '; top: -6px; width: 100%; height: 100%; position: absolute; background: #2FA1D8; border-radius: 20px; }
  .mobile-trigger .menu-thumb i:after { content: ' '; top: 6px; width: 100%; height: 100%; position: absolute; background: #2FA1D8; border-radius: 20px; }
  .mobile-open .mobile-trigger .menu-thumb { background: rgb(47 161 216 / 16%); border-radius: 50%; }
  .mobile-open .mobile-trigger .menu-thumb i { background: transparent; height: 2px; width: 10px; }
  .mobile-open .mobile-trigger .menu-thumb i:before { top: 0; transform: rotate(45deg); }
  .mobile-open .mobile-trigger .menu-thumb i:after { top: 0; transform: rotate(-45deg); }
  .mainmenu.js-enabled .hs-menu-flow-horizontal,.mainmenu.js-enabled .megaMenu { display: none;} 
  .mainmenu .megaMenu { visibility: visible !important; opacity: 1 !important; position: static !important; display: none;}
  .mainmenu.js-enabled .hs-menu-flow-horizontal{ position: absolute; top: 100%; left: 0px; width: 100%; background: #fff; height: calc(100vh - 90px); overflow: auto;}

 
  
  .body-container-wrapper { margin-top: 119px;}
  .header-section .right-part .header-btn { display: none; }
  .header-section .right-part .mainmenu .header-btn { display: flex; flex-direction: column; -webkit-flex-direction: column; padding: 42px 0 80px; }
  .header-section { padding: 35px 0px; }
  .header-section.sticky { padding: 20px 0px;}
  .header-section .right-part { width: 106px; padding: 0; }
  .header-section .left-part { width: calc(100% - 106px); padding: 0 30px 0 0; }
  .header-section .left-part .logo { width: 170px; }
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul { max-width: 900px; width: 100%; margin: auto; border-top: 1px solid rgb(11 53 87 / 50%); }
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li { display: block; padding: 28px 0; text-align: center; border-bottom: 1px solid rgb(11 53 87 / 21%); }
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children>a { font-size: 16px; }
  .header-section .right-part .header-btn .header-btn1 a { padding: 9px 31px 7px; }
  .header-section .right-part .header-btn .header-btn1 a.cta_button span svg { width: 14px; }
  .header-section .right-part .header-btn .header-btn2 { padding: 15px 0 0px; }
  .header-section .right-part .header-btn .header-btn2 a { padding: 10px 25px 6px; }
  .header-section .right-part .header-btn .header-btn2 a svg { width: 14px; top: -1px; }
  body.mobile-open { overflow: hidden; }
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children>a:before { height: 1px; bottom: 6px;}
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.child-open { padding-bottom: 7px;}
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu { transition: initial; pointer-events: inherit;}
  .header-section .mainmenu span.child-triggerm{ display: inline-block; vertical-align: middle;}
  .header-section.sticky .right-part .mainmenu .hs-menu-wrapper>ul>li{ padding-top: 28px; padding-bottom: 28px;}
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li:hover>a {color:#3C5D79;}
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:before { opacity: 0; visibility: hidden; }
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.child-open>a{color:#2FA1D8;}
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a:before {opacity: 1; visibility: visible; }
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.child-open>a { color: #2FA1D8; }
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a:before { opacity: 1; visibility: visible; }
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children.child-open span.child-triggerm span:after { opacity: 0; }
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children.child-open span.child-triggerm span:before { background: #2FA1D8; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a:after { content: '_'; font-size: 13px; font-weight: 300; top: -5px; color: #2FA1D8; right:-14px;}
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children {position:relative;}
  .header-section .mainmenu span.child-triggerm { position: absolute; top: 0; left: 0; width: 100%; height: 86px;}


  /*- style-1 -*/
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box { width: calc(100% / 1 - 16px); }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box:last-child{margin-bottom:0;}
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box .text { margin: auto; max-width: 100%; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box h5 { line-height: 46px; font-size: 18px; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 { padding-bottom: 20px; }
  /*- style-2 -*/
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu { box-shadow: none; padding: 20px 0 0; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .element-border { border: 0; padding: 0; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .wrap { margin: 0; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box:before { display: none; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box { width: 100%; padding: 0; position: relative; z-index: 1; overflow: hidden; border-radius: 6px; padding: 25px 20px; margin-bottom: 20px;}
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .container { padding: 0; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .box-color { position: absolute; top: 0; width: 100%; height: 100%; z-index: -1; border-radius: 6px; left: 0; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .img-box img { width: 111px; height: 99px !important; object-fit: contain;}
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .bottom-part h5 { font-size: 22px; font-weight: 700; line-height: 30px; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .bottom-part h5 svg { position: relative; top: -1px; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .bottom-part { padding: 10px 0 0px}
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .img-box { height: unset; padding: 0;}
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .bottom-part .text {padding: 3px 0 0;}

  /* ==== End Header Section === */

  .footer-section .left-part { width: 100%; padding: 0 0 0; }
  .footer-section .right-part { width: 100%; padding: 40px 0 0; }
  /*   .footer-section { padding: 120px 0 70px; } */

  .breadcrumb { top: 20px; text-align: center;}
  /*   .home-hero-section .content { font-size: 22px; line-height: 30px; } */
  .home-hero-section .hero-img { padding: 10px 0 0;}
  .home-logo-section .box { width: calc(100% / 4 - 16px);}
  .home-video-section .left-part{ padding: 0 10px 0 0;}
  .home-logo-section .box{height:auto;}
  .home-modernize-section .box .right-part h3 { line-height: 35px; }
  .home-logo-section .box .logo-box { height: 140px;}
  /*   .home-modernize-section .box .left-part .img-cover .img-box { max-width: 305px;} */
  .home-spread-section .right-part .img-cover .icon-img img { width: 255px;}
  /*   .firsthand-look-section { padding: 70px 0; } */
  .deliver-result-section .box { width: calc(100% / 2 - 16px); }
  .home-testimonial-section .home-testimonial-slider .slick-list.draggable { padding: 0 15% 0 6%; }
  .home-testimonial-section .section-heading h2 { letter-spacing: -0.65px; }
  .home-testimonial-section .dot-arrow-cover { padding: 51px 28px 0 6%; }
  .lease-management-section .left-part .box { padding: 95px 0 0; }
  .lease-management-section .left-part .box h3 { font-size: 28px; line-height: 34px; }
  /*   .lease-management-section { padding: 101px 0 192px; } */
  .lease-management-section .pettern-img { max-width: 1020px; bottom: 90px; right: -370px; }
  .platform-hero-section .left-part { width: 100%; padding: 0; text-align: center; }
  .platform-hero-section .outer-cover { max-width: 960px; width: 100%; margin: auto; padding: 0 28px; }
  .platform-hero-section { padding: 85px 0px 222px; }
  .platform-hero-section .left-part .section-heading { max-width: 100%; }
  .platform-hero-section .right-part { width: 100%; text-align: center; }
  /*   .platform-action-section .outer-wrap { padding: 100px 70px 89px;} */
  .plateform-organization-section .box { width: calc(100% / 2 - 16px); }
  /*   .plateform-organization-section .box .hidden-part .content { height: 295px; } */
  .plateform-organization-section {  margin: 0 0 -70px;}
  .platform-service-section .box { width: calc(100% / 2 - 16px);}
  .industry-hero-section .wrap { align-items: center;}
  .industry-zigzag-section .box { padding: 48px 40px 48px 40px; }
  .industry-testimonial-section .left-part { padding-left: calc((100% - 908px) / 2); }
  .industry-testimonial-section .left-part .industry-testi-slider .details { font-size: 22px; line-height: 31px; }
  .industry-testimonial-section .left-part .industry-testi-slider .person-info h5 { line-height: 26px; padding: 5px 0 0; }
  .industry-testimonial-section { margin-bottom: 60px; }
  .platform-service-section .section-heading .title { width: 100%; padding: 0; }
  .platform-service-section .section-heading .details { width: 100%; padding: 10px 0 0; max-width: 100%; }
  .platform-service-section .section-heading { padding: 0 0 20px; }
  .platform-service-section .section-heading .title h2 { font-size: 38px;line-height: 48px;}
  .industry-hero-section .breadcrumb{text-align: left;}
  .role-hero-section .wrap { align-items: center;}
  .role-hero-section .breadcrumb{text-align: left;}
  .role-hero-section .right-part .img-box .extra-imgs .ext2 { right: -73px; max-width: 198px; top: -89px; }
  .role-hero-section .right-part .img-box .extra-imgs .ext1 { max-width: 210px; top: -23px; left: -10px; }
  .role-hero-section .right-part .img-box .extra-imgs .ext3 { max-width: 252px; right: -63px; bottom: -28px; }
  .role-casestudy-section .left-part { width: 100%; padding: 0px 28px 60px; }
  .role-casestudy-section .right-part { width: 100%; text-align: center;}
  .role-casestudy-section .wrap { flex-wrap: wrap; }
  .role-casestudy-section .right-part .img-box img { height: auto !important;  width:620px; }
  .role-casestudy-section{ padding:100px 0; }
  .role-casestudy-section .outer-wrap { max-width: 960px; width: 100%; margin: auto;}
  .terms-condition-section .right-part .sticky-box { padding: 34px 10px 23px 25px;}
  .terms-condition-section .right-part .sticky-box ul li a { padding: 10px 20px 6px; font-size: 18px; }
  .terms-condition-section .right-part .sticky-box ul li a:before { width: calc(100% - 40px); }
  .terms-condition-section .right-part .sticky-box ul li { padding-bottom: 0; }
  .terms-condition-section .left-part .box h2 { line-height: 43px; font-size: 38px; }
  .terms-condition-section .left-part .box:before { font-size: 38px; line-height: 43px; left: -40px; top: 61px; }
  .terms-condition-section .left-part .box:nth-child(n+10):before { left: -60px; }
  .terms-condition-section .left-part .inner-cover { padding-left: 55px; }
  .terms-condition-section .left-part .box:after { width: calc(100% + 55px); left: auto; right: 0; }
  .terms-condition-section .left-part .box { padding: 60px 0px 60px 0; }
  .collaborate-page.platform-hero-section{padding: 80px 0px 0px }
  .collaborate-page.platform-hero-section .wrap { padding-bottom: 0px; }
  .collaborate-page.platform-hero-section .left-part { padding-bottom: 0px; }
  .collaborate-page.platform-service-section .section-heading .title { max-width: 100%; }
  .collaborate-page.platform-service-section .section-heading .details{ max-width: 100%; }
  .demo-hero-section .right-part .form-contact-cover .form-inner-cover { padding: 45px 35px 45px 35px; }
  .demo-hero-section .right-part .form-contact-cover .hs-richtext.hs-main-font-element h3 { font-size: 42px; line-height: 52px; }
  .demo-hero-section .right-part .form-contact-cover .hs-richtext.hs-main-font-element .content { font-size: 18px; line-height: 26px; }
  .demo-hero-section .breadcrumb { text-align: left; top: 40px; }
  .demo-hero-section .right-part .form-contact-cover .form-inner-cover:before { width: calc(100% + 11px); height: 26px; bottom: -24px; }
  .demo-hero-section .right-part .form-contact-cover:after { width: 24px; height: calc(100% + 22px); right: -20px; top: -10px;}
  .demo-benefit-section .box { width: calc(100% / 2 - 14px);}
  /*   .demo-org-section { padding: 84px 0 102px; } */
  .demo-org-section .box { width: calc(100% / 7 - 20px); }
  .demo-learnmore-outer .post-item { width: calc(100% / 2 - 16px); }
  .demo-learnmore-outer .wrap { justify-content: center; }
  .role-hero-section .left-part .section-heading h1 { line-height: 48px;}
  .usecase-hero-section .wrap { align-items: center;}
  .usecase-hero-section .breadcrumb{text-align: left;}
  .usecase-hero-section .right-part .img-box .extra-imgs .ext2 { right: -33px;  max-width: 178px; top: -27px; }
  .usecase-hero-section .right-part .img-box .extra-imgs .ext1 { max-width: 210px; top: -23px; left: -22px; }
  .usecase-hero-section .right-part .img-box .extra-imgs .ext3 { max-width: 282px; right: -46px; bottom: -25px; }
  .usecase-page.platform-action-section .box .right-part { padding: 0 0 0 35px;}
  .usecase-hero-section .left-part .section-heading h1 { line-height: 50px;}
  .few-click-section .right-part .box .icon { height: 170px; }
  .few-click-section .right-part .box .icon img { width: 150px; }
  .few-click-section .right-part .box { padding: 40px 40px 25px; }
  .few-click-section .right-part .outer-wrap { height: 400px; }
  .few-click-section .left-part .section-heading h2 { font-size: 33px; line-height: 44px; }
  .few-click-section .left-part .section-heading { padding: 27px 0 0; }
  .few-click-section .left-part .img-box img { height: 264px !important; }
  .support-page .demo-hero-section .left-part .section-heading .box-content ul li { font-size: 20px; line-height: 34px; margin-bottom: 5px;}
  .support-page .demo-hero-section .left-part .section-heading h1 {  line-height: 55px;}
  .few-click-section .right-part .indicator-container { width: 46px; height: 88px; border: 4px solid #0c3658; right: 25px; top: 25px; }
  .few-click-section .right-part .indicator-arrow .arrowpoint {border: 10px solid transparent;border-top-color: #0c3658;}
  .few-click-section .right-part .indicator-arrow .base { height: 19px; width: 4px; }
  .blogpost-hero-section .hero-bt-box .section-heading .details { padding: 10px 0 0; }
  .blogpost-hero-section .hero-bt-box { padding: 50px 50px 55px; }
  /*   .blogpost-hero-section .post-title { padding-bottom: 230px; } */
  /*   .blogpost-hero-section { padding: 120px 0px 200px; } */
  .blog-inner-post .post-body-wrap .left-side .section.post-body { padding: 65px 30px 65px 35px; }
  .blog-inner-post .post-body-wrap .left-side .section.post-body h2 { font-size: 30px; line-height: 38px; }
  .blog-inner-post .post-body-wrap .right-side .sidebar a.navigation__link { font-size: 16px; line-height: 27px; margin-bottom: 16px; }

  .blog-listing-section .post-item { width: calc(100% / 2 - 16px); }
  .client-story-innerpost .blog-inner-post .post-body-wrap .left-side .section.post-body { padding: 65px 30px 65px 35px;}
  .clientstory-listing-section .post-item .post-bottom { width: 100%; padding: 30px 0 0; }
  .clientstory-listing-section .post-item .feature-img { width: 100%; }
  .GASB-page.usecase-hero-section .right-part .img-box .extra-imgs .ext2 { max-width: 140px; }
  .gasb-section .right-part .sticky-box a.navigation__link { font-size: 16px; line-height: 22px; }
  .gasb-section .left-part .box { padding: 40px 40px 60px 40px; }
  .gasb-section { padding: 0 0 111px; }
  .about-zigzag-section .box .left-part { padding-left: calc((100% - 900px) / 2); padding-right: 0; }
  .about-zigzag-section .box:nth-child(even) .left-part { padding-right: calc((100% - 900px) / 2); padding-left: 0; }
  .about-zigzag-section .box .left-part h2 { font-size: 40px; line-height: 50px; }
  .about-team-section .box { width: calc(100% / 2 - 16px); }
  /*   .about-hero-section .section-heading h1 { font-size: 65px; line-height: 65px; } */
  .about-hero-section .section-heading { min-height: auto; background-size: cover; text-align: center; margin: 0; }
  .about-hero-section .section-heading .content { margin: auto; padding: 15px 0 0; }
  .about-hero-section { min-height: 800px; }
  .about-team-section .box .person-details h4 { font-size: 30px; }
  .about-hero-section .breadcrumb { left: 0px;}
  .usecase-hero-section.lease-page .right-part .img-box .extra-imgs .ext2{ bottom: -35px; left: -37px;}
  .usecase-hero-section.lease-page .right-part .img-box .extra-imgs .ext3 { right: -208px; }
  .usecase-hero-section.lease-page .right-part .img-box .extra-imgs .ext1{max-width: 282px;right: -51px;}
  .service-level-addendum.terms-condition-section .left-part .box .details table th {  padding: 30px 30px;}
  .service-level-addendum.terms-condition-section .left-part .box .details table td {  padding: 30px 30px;}
  .financial-advisors-page.role-hero-section .right-part .img-box .extra-imgs .ext1 { max-width: 150px; top:-30px; }
  .financial-advisors-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { top: -15px; left: auto; right: 55px; max-width: 150px;   }
  .lawyers-page.role-hero-section .right-part .img-box .extra-imgs .ext4 {  bottom: -30px; left: -50px;  max-width: 160px; }
  .cpa-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { top: auto; bottom: -8px;  left: auto; right: -70px;  }
  /*   .finance-teams-page.role-leader-section{padding: 110px 0px 101px;} */
  .finance-teams-page.role-hero-section .right-part .img-box .extra-imgs .ext4{ left: -45px;}
  .commercial-banks-page.role-hero-section .right-part .img-box .extra-imgs .ext3 { position: absolute; right: -77px; top: -55px; }
  .commercial-banks-page.role-hero-section .right-part .img-box .extra-imgs .ext2 {position: absolute; top: -40px; left: auto; right: -30px; }
  .service-level-addendum.terms-condition-section .left-part .box .details table td { padding: 18px 30px;}
  .service-level-addendum.terms-condition-section .left-part .box .details table tr:last-child td { padding-bottom: 40px;}
  .service-level-addendum.terms-condition-section .left-part .box .details table tr:nth-child(2) td { padding-top: 40px;}
  .career-page-hero.industry-hero-section .right-part .img-box .extra-imgs .ext2 { max-width: 190px; }
  .career-page-hero.industry-hero-section .right-part .img-box .extra-imgs .ext3 { max-width: 290px; }
  .career-page-hero.industry-hero-section { padding: 195px 0px 151px; }
  .career-growing-section .img-cover { zoom: 0.7; }
  /*   .career-impact-section { padding: 94px 0 105px; } */
  /*   .career-impact-section .box .inner-cover img { height: 340px !important; } */
  .career-benefit-section .box { width: calc(100% / 2 - 14px); }
  .financial-advisors-page.role-hero-section { padding-bottom: 250px;}
  .partner-team-section .box .right-part .details {padding: 20px 0 0;}
  .news-press-inner .blogpost-hero-section.client-story-inner { margin-bottom: 210px;}
  .acceptable-use-policy.terms-condition-section .right-part .sticky-box {padding: 34px 30px;}
  .media-kit-page.release-hero-section {padding: 85px 0px 682px;}
  .career-growing-section .section-heading h2 {  padding-bottom: 0;  }
  .collaborate-page.platform-hero-section .right-part .desktop-img { top: 20px;}


}


@media (max-width:991px){

  h1.big, .h1.big { font-size: 38px; line-height: 45px;}
  h2.big, .h2.big { font-size: 33px; line-height: 40px;}
  .body-container-wrapper { margin-top: 111px;}
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul { max-width: 660px;}
  .footer-section .right-part .box { width: calc(100% / 4); padding: 0; }
  .footer-section .right-part .box.contact { order: 1; padding: 0 0 40px; width: 100%; }
  .footer-section .right-part .box.platform { order: 2; }
  .footer-section .right-part .box.resources { order: 4; }
  .footer-section .right-part .box.company { order: 3; }
  .footer-section .right-part .box.info { order: 4; }

  .home-hero-section .content { font-size: 16px; line-height: 23px; padding: 12px 0 15px; }
  .home-logo-section .box {  width: calc(100% / 4 - 16px);}
  .home-logo-section .box .logo-box { height: 110px;}
  .home-video-section .left-part { width: 100%; padding: 0; }
  .home-video-section .right-part { width: 100%; padding: 40px 0 0;  position: relative;}
  .home-video-section { padding: 91px 0 120px; }
  .home-video-section h2.big { letter-spacing: -0.19px; padding: 10px 0px 0px; }
  .home-modernize-section { padding: 70px 0px 70px; }
  .home-modernize-section .section-heading { padding: 0 0 20px; }
  .home-modernize-section .box .left-part { width: 100%; padding: 0; }
  .home-modernize-section .box .right-part { width: 100%; padding: 30px 0 0; }
  .home-modernize-section .box .left-part .img-cover { min-height: 230px; }
  .home-modernize-section .box .left-part .img-cover .bg-shape { height: 225px; }
  .home-modernize-section .box .left-part .img-cover .img-box { max-width: 140px; }
  /*   .home-modernize-section .box .box-inner { padding: 70px 48px; } */
  .home-modernize-section .box.img-right .cover .left-part { padding: 0; }
  .home-modernize-section .box.img-right .cover .right-part { padding: 30px 0 0; }
  .home-spread-section .left-part { width: 100%; padding: 30px 0 0; text-align: center; }
  .home-spread-section .right-part { width: 100%; }
  .home-spread-section .wrap { flex-direction: column-reverse; }
  .home-spread-section { padding: 105px 0px 55px; }
  .home-spread-section .right-part .img-cover { max-width: 440px; float: none; margin: auto; }
  .home-spread-section .right-part .img-cover .img-box img { height: 270px !important; }
  .home-spread-section .right-part .img-cover .icon-img img { width: 185px; }
  .home-spread-section .left-part h2 { font-size: 38px; line-height: 45px; }

  /*   .elevate-team-section { padding: 70px 0 80px; } */
  /*   .elevate-team-section .elevate-slider .content { font-size: 20px; } */
  .firsthand-look-section {padding: 45px 0 65px;}
  .deliver-result-section .box { width: calc(100% / 2 - 16px); }
  .deliver-result-section { padding: 60px 0 0px; margin: 0px 0 -65px; }
  .lease-management-section .left-part { width: 100%; padding: 0 0 70px; }
  .lease-management-section .right-part { width: 100%; }
  .lease-management-section .left-part .box { padding: 65px 0 0; }
  .lease-management-section .right-part .img-box .img-bottom { display: none; }
  .lease-management-section { padding: 80px 0 101px; }
  .lease-management-section .pettern-img { max-width: 740px; right: -340px; top: 25%; }
  .home-modernize-section .section-heading .content { font-size: 16px; line-height: 21px;}
  .popup-open .home-video-section .left-part { opacity: 1; visibility: visible; }
  .popup-open .home-video-section .right-part .video-box { top: 60%; transform: translate(-50%, -50%); height: 390px; }
  .platform-action-section .box .left-part { width: 100%; }
  .platform-action-section .box .right-part { width: 100%; padding: 20px 0 0; }
  .platform-action-section .box { flex-wrap: wrap; }
  .platform-action-section .box .icon { width: 100%; height: 160px; }
  /*   .platform-action-section .outer-wrap { padding: 50px 50px 60px; } */
  .platform-action-section .box img { width: 116px; }
  .plateform-organization-section .box .hidden-part a { padding: 54px 30px 34px 30px; }
  .plateform-organization-section .box .hidden-part .content { height: 140px; }
  .plateform-organization-section .box .hidden-part .learn-btn { bottom: 25px; }
  .plateform-organization-section .box .visible-part .heading-part { padding: 27px 30px 50px; }
  /*   .plateform-organization-section .box .visible-part .icon img { width: 296px;} */
  /*   .platform-testimonial-section { padding: 60px 0px 50px; } */
  /*   .platform-testimonial-section .platform-testi-slider .box .details { font-size: 32px; line-height: 42px; }
  .platform-testimonial-section .platform-testi-slider .box .details:before { margin-bottom: 40px; } */
  .plateform-organization-section { padding: 50px 0 0;}
  .platform-service-section .box { padding: 40px 25px 40px; }
  /*   .platform-service-section { padding: 101px 0px 30px; } */
  .platform-service-section .shape-img { max-width: 640px; }
  .industry-hero-section .left-part { width: 100%; padding: 0; text-align: center; }
  .industry-hero-section .right-part { width: 100%; padding: 150px 0 0; }
  .industry-hero-section { padding: 91px 0px 244px; }
  .industry-hero-section .breadcrumb { top: 20px; }
  .industry-hero-section .left-part .section-heading { padding: 25px 0 0; }
  .platform-action-section .box.large-box .left-part { width: 100%; }
  .platform-action-section .box.large-box .right-part { width: 100%; }
  .industry-zigzag-section { padding: 101px 0 81px; }
  .government .platform-action-section .outer-wrap { padding: 50px 50px 30px; }
  .industry-zigzag-section .box { flex-wrap: wrap; margin-bottom: 40px; padding: 48px 40px 25px 40px;}
  .industry-zigzag-section .box .left-part { width: 100%; padding: 0; }
  .industry-zigzag-section .box .right-part { width: 100%; padding: 25px 0 0; }
  .industry-zigzag-section .box.img-right .left-part { padding: 0; }
  .industry-zigzag-section .box.img-right .right-part { padding: 25px 0 0; }
  .industry-zigzag-section .btns { padding: 60px 0 0; }
  .industry-zigzag-section .box .left-part .img-box { height: 260px; }
  .industry-zigzag-section .box .left-part .img-box img { width: 380px; }
  .industry-zigzag-section .section-heading .content { padding: 9px 0 34px;}
  .industry-zigzag-section .section-heading .content { padding: 9px 0 34px; }
  .industry-testimonial-section .left-part { width: 100%; padding: 60px 66px 0; }
  .industry-testimonial-section .right-part { width: 100%; text-align: center; }
  .industry-testimonial-section .cover-wrap { flex-direction: column-reverse; }
  .industry-testimonial-section { overflow: hidden; }
  .industry-testimonial-section .right-part img { height: 100% !important; object-fit: cover; }
  .industry-testimonial-section .right-part .img-box { width: 1180px; height: 493px; position: relative; left: -100px; }
  .industry-testimonial-section .left-part .industry-testi-slider .details:before { margin-bottom: 30px; }
  .industry-testimonial-section .left-part .industry-testi-slider .details { max-width: 100%; }
  .platform-service-section .section-heading .details { font-size: 21px; line-height: 28px; }
  .platform-service-section .section-heading .title h2 { font-size: 45px; line-height: 52px; }
  .industry-hero-section .breadcrumb{text-align: center;}
  .transportation-page.industry-hero-section .right-part {padding: 110px 0 0;}
  .healthcare-page.industry-hero-section .right-part { padding: 109px 0 0; }
  .airports-seaports-page.industry-hero-section .right-part .img-box .extra-imgs .ext2{  bottom: -22px; right: -63px; max-width: 180px; }
  .role-hero-section .left-part { width: 100%; padding: 0; text-align: center; }
  .role-hero-section .right-part { width: 100%; padding: 150px 0 0; }
  .role-hero-section { padding: 91px 0px 140px; }
  .role-hero-section .breadcrumb { top: 20px; text-align: center;}
  .role-hero-section .left-part .section-heading { padding: 25px 0 0; }
  .role-hero-section .right-part .shape-bg .desktop-shape { height: 100%;}
  .role-hero-section .left-part .section-heading .content{ margin: auto;}
  .role-leader-section .leader-outer-wrap.slider-apply .role-leader-slider .slick-slide { opacity: 1;}
  /*   .role-leader-section{ padding: 101px 0px 101px;} */
  .role-casestudy-section .outer-wrap { max-width: 720px;}
  .role-casestudy-section { padding: 80px 0;}
  .terms-hero-section .section-heading { text-align: center; }
  .terms-hero-section { min-height: auto; padding: 130px 0 101px; }
  .terms-condition-section { padding: 0 0px 91px; }
  .terms-condition-section .wrap { flex-direction: column-reverse; }
  .terms-condition-section .left-part { width: 100%; padding: 70px 0 0; }
  .terms-condition-section .right-part { width: 100%; padding: 0; }
  .terms-condition-section .right-part .sticky-box { background: #fff; float: none; margin: -15px auto 0; }
  .terms-condition-section .right-part .sticky-box ul li a.active,
  .terms-condition-section .right-part .sticky-box ul li a:hover,
  .terms-condition-section .right-part .sticky-box ul li a.active:before,
  .terms-condition-section .right-part .sticky-box ul li a:before { background: transparent; }
  .collaborate-page.platform-hero-section .left-part{padding-bottom:50px;}
  .collaborate-page.platform-hero-section .right-part .desktop-img{top:-21px;}
  .collaborate-page.platform-service-section{padding: 80px 0px 30px;}
  .demo-hero-section .left-part { width: 100%; padding: 0 0 60px; }
  .demo-hero-section .left-part .section-heading { padding: 0; }
  .demo-hero-section .left-part .section-heading .content { max-width: 100%; }
  .demo-hero-section .left-part .section-heading .box-content { max-width: 100%; }
  .demo-hero-section .right-part { width: 100%; }
  .demo-benefit-section:after { bottom: -38px; width: 692px; }
  .demo-benefit-section { padding: 90px 0px 90px; }
  .demo-org-section .box { width: calc(100% / 5 - 20px); margin: 0 10px 30px; }
  .demo-org-section { padding: 60px 0 80px; }
  .demo-org-section .box .logo-cover { height: 80px;}
  .terms-condition-section .right-part .sticky-box { height: auto; overflow: hidden;}
  .demo-learnmore-outer .post-item .hs-featured-image-wrapper img.hs-featured-image { height: 204px; }
  .demo-learnmore-outer .post-item .post-bottom h2 { font-size: 25px; line-height: 30px; }
  .demo-learnmore-outer .post-item .post-bottom h2 a { line-height: 30px; }
  .role-hero-section .left-part .section-heading h1 { line-height: 54px;}
  .accessibility-statement-page.terms-condition-section .left-part .box:last-child { padding-bottom: 0;}
  .accessibility-statement-page.terms-condition-section .left-part .box h2 { padding-left: 0;}
  .accessibility-statement-page.terms-condition-section { padding: 0px 0px 101px;}
  .legal-page.terms-condition-section .left-part .box:last-child { padding-bottom: 0;}
  .legal-page.terms-condition-section { padding: 0px 0px 110px;}

  .usecase-hero-section .left-part { width: 100%; padding: 0; text-align: center; }
  .usecase-hero-section .right-part { width: 100%; padding: 150px 0 0; }
  .usecase-hero-section { padding: 91px 0px 140px; }
  .usecase-hero-section .breadcrumb { top: 20px; text-align: center;}
  .usecase-hero-section .left-part .section-heading { padding: 25px 0 0; }
  .usecase-hero-section .right-part .shape-bg .desktop-shape { height: 100%;}
  .usecase-hero-section .left-part .section-heading .content{ margin: auto;}
  .usecase-page.platform-action-section .outer-wrap { padding: 70px 60px 65px; }
  .usecase-hero-section { padding: 91px 0px 260px; }
  .usecase-page.platform-action-section .box .right-part { padding: 25px 0 0; }
  .usecase-hero-section .left-part .section-heading h1 { line-height: 54px;}
  .few-click-section .left-part { width: 100%; padding: 0; }
  .few-click-section .right-part { width: 100%; padding: 30px 0 0; }
  .few-click-section { padding: 85px 0 75px; }
  .few-click-section .left-part .section-heading { max-width: 100%; }
  .few-click-section .right-part .outer-wrap { height: auto; }
  .few-click-section .right-part .box { padding: 40px 40px 30px; min-height: auto;}
  .few-click-section .right-part .box .icon img { width: 140px; }
  .few-click-section .right-part .box .icon { width: 249px; height: 172px; }
  .few-click-section .left-part .section-heading h2 { font-size: 37px; line-height: 45px;}
  .support-page .demo-hero-section .left-part { width: 100%; padding: 0 0 60px; }
  .support-page .demo-hero-section .right-part { width: 100%; }
  .support-page .demo-hero-section { padding: 116px 0 434px; min-height: 1580px; }
  .few-click-section .right-part .indicator-container { display: none;}
  .blog-inner-post .post-body-wrap .left-side { width: 100%; padding: 60px 0 0; }
  .blog-inner-post .post-body-wrap .right-side { width: 100%; }
  .blog-inner-post .post-body-wrap { flex-direction: column-reverse; }
  .blog-inner-post .post-body-wrap .right-side .sidebar { float: none; margin: auto; height: auto; }
  .blog-inner-post .post-bottom-details { width: 100%; padding: 0; }
  .blogpost-hero-section .hero-bt-box .hs-featured-image-wrapper { height: 370px; }
  .blogpost-hero-section .hero-bt-box .section-heading h2 { font-size: 40px; line-height: 55px; }
  .blogpost-hero-section .hero-bt-box .section-heading { padding: 33px 0 0px; }
  .blogpost-hero-section .hero-bt-box .section-heading .details { font-size: 18px; line-height: 27px; }
  .blogpost-hero-section .shape-img { height: 501px; }
  .blog-inner-post .post-body-wrap .right-side .sidebar a.navigation__link.active, .blog-inner-post .post-body-wrap .right-side .sidebar a.navigation__link:hover { color: #0B3557;}
  .blogpost-hero-section h1 { font-size: 40px; line-height: 50px;}

  .blog-listing-section .post-item .hs-featured-image-wrapper img.hs-featured-image { height: 204px; }
  .blog-listing-section .post-item .post-bottom h2 { font-size: 25px; line-height: 30px; }
  .blog-listing-section .post-item .post-bottom h2 a { line-height: 30px; }
  /*   .blog-listing-section { padding: 0 0 90px; } */
  .resource-library-hero .hero-tag-list { flex-direction: column; padding: 15px 40px 15px; }
  .resource-library-hero .hero-tag-list .tag-wrap { padding: 20px 0 0; justify-content: center; width: 100%; }
  .resource-library-hero .hero-tag-list a.topic-link:last-child { margin-right: 0; }
  /*   .resource-library-hero .hero-tag-list a.topic-link { margin: 0 8px 15px; } */
  .resource-library-hero .hero-tag-list span { width: 100%; }
  .resource-library-hero .hero-tag-list a.topic-link:first-child { margin-left: 0; }
  .resource-library-hero { padding: 110px 0px 520px; }
  /*   .resource-library-hero .hero-tag-list a.topic-link { padding: 14px 35px 11px; font-size: 19px;} */

  .client-story-inner.blogpost-hero-section .breadcrumb { display: none; }
  .blogpost-hero-section .hero-bt-box .hero-bottom-strip ul li { width: 100%; margin: 0; padding: 25px 0 25px; }
  .blogpost-hero-section .hero-bt-box .hero-bottom-strip ul li:before { top: auto; left: 0; right: 0; margin: auto; position: absolute; width: calc(100% - 127px); height: 11px; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/dotted-divider-line.svg); background-repeat: repeat; background-size: cover; background-color: transparent; bottom: -11px; border-radius: 0; opacity: 0.2; }
  .blogpost-hero-section .hero-bt-box .hero-bottom-strip ul li:first-child:before { opacity: 0.2; }
  .blogpost-hero-section .hero-bt-box .hero-bottom-strip ul li:last-child:before { opacity: 0; }
  .blogpost-hero-section .hero-bt-box .hero-bottom-strip { padding: 26px 25px 5px; }
  .news-press-listing .blog-listing-section .post-item .post-bottom .post-body { font-size: 19px; line-height: 27px;}
  .gasb-section .outer-wrap { flex-direction: column-reverse; }
  .gasb-section .left-part { width: 100%; padding: 70px 0 0; }
  .gasb-section .right-part { padding: 0 0 0; width: 100%; }
  .gasb-section .right-part .sticky-box { float: none; margin: auto; }
  .GASB-page.usecase-hero-section .right-part { padding: 110px 0 0; }
  .gasb-section .right-part .sticky-box a.navigation__link { font-size: 18px; line-height: 26px;}
  .partner-hero-section { padding: 100px 0px 270px;}
  .partner-team-section { margin: -150px 0 0; }
  .partner-team-section .box .left-part { width: 100%; }
  .partner-team-section .box .right-part { width: 100%; padding: 38px 0 0; text-align: center; }
  .partner-team-section .box { flex-wrap: wrap; }
  .partner-team-section .box .right-part .content { margin: auto;}
  .partner-question-section .que-box h3 { font-size: 31px; line-height: 35px; }
  .partner-question-section .que-box .btn-wrap .btns a { width: 230px; }
  .partner-team-section .box .right-part .details { padding: 0;}
  .partner-team-section .box .left-part .img-box{ margin: auto;}
  .about-zigzag-section { padding: 70px 0 60px; }
  .about-team-section { padding: 50px 0 70px; }
  .about-zigzag-section .box .left-part { width: 100%; padding: 30px 0 0; text-align: center; }
  .about-zigzag-section .box .right-part { width: 100%; text-align: center; }
  .about-zigzag-section .outer-cover { padding: 0 28px; }
  .about-zigzag-section .box { flex-direction: column-reverse; margin: 0 0 70px; }
  .about-zigzag-section .box .right-part .img-box { right: 0; max-width: 600px; margin: auto; }
  .about-zigzag-section .box .left-part .content { margin: auto; }
  .about-zigzag-section .box:nth-child(even) { flex-direction: column-reverse; }
  .about-zigzag-section .box:nth-child(even) .right-part .img-box { left: 0; }
  .about-zigzag-section .box:nth-child(even) .left-part { padding: 30px 0 0; }
  .about-team-section h2 { font-size: 45px; }
  .mediakit-logo-section .logo-box { width: calc(100% / 1 - 16px);}
  .disclaimers-page.terms-condition-section { padding: 100px 0px 147px; }
  .financial-advisors-page.role-hero-section .right-part .img-box .extra-imgs .ext1 { top: -30px; left: auto; right: -40px;  }
  .financial-advisors-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { top: -12px; left: -65px; right: auto;   }
  .cpa-page.platform-action-section .box.large-box .right-part{padding-top:80px;}
  .cpa-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { top: auto; bottom: 26px; left: auto; right: -28px; }
  .cpa-page.role-hero-section .right-part {  padding: 120px 0 0; }
  .lawyers-page.role-hero-section .right-part .img-box .extra-imgs .ext4 { bottom: -30px;left: -92px; max-width: 180px;}
  .finance-teams-page.role-hero-section .left-part .section-heading { max-width:624px; width: 100%;margin:0 auto; }
  .collaborate-page.role-hero-section .right-part{padding: 130px 0 0;}
  /*   .finance-teams-page.role-leader-section{   padding: 85px 0px 101px;} */
  .career-page-hero.industry-hero-section { padding: 91px 0px 194px; }
  .career-page-hero.industry-hero-section .right-part { padding: 110px 0 0; }
  .career-impact-section .leader-outer-wrap .container { max-width: 720px; padding: 0 20px; }
  .career-benefit-section .box { padding: 25px 25px 25px 25px; }
  .career-benefit-section .shape-img { max-width: 800px; }
  /*   .career-benefit-section { padding: 110px 0px 130px; } */
  .career-opportunities-section { padding: 45px 0 0; }
  .career-impact-section .slick-track{padding:0;}
  .gasb-section .right-part .sticky-box { height: auto;}
  .cpa-page.platform-action-section .box.large-box .right-part { padding-left: 0; padding-top: 10px;}
  .blogpost-hero-section { margin-bottom: 80px;}
  .news-press-inner .blogpost-hero-section.client-story-inner { margin-bottom: 80px;}
  .security-hero .shape-img img {object-position: 6%;}
  .security-hero .shape-img img { width: 100%; object-fit: cover; height: 100% !important;}
  .security-hero {padding: 80px 0 520px;}
  .hs-content-id-90015285363 h1 {
    line-height: 60px;
    font-size: 60px !important;
  }

}


@media (max-width:767px){

  h1, .h1 { font-size: 51px; line-height: 51px; }
  h1.big, .h1.big { font-size: 51px; line-height: 56px; letter-spacing: -0.26px;}
  h2, .h2 { font-size: 38px; line-height: 42px; letter-spacing: -0.65px; }
  h2.big, .h2.big { font-size: 38px; line-height: 42px; letter-spacing: -0.19px;}
  h3.big, .h3.big { font-size: 28px; line-height: 34px; }
  h3, .h3 { font-size: 21px; line-height: 24px; }

  /* ==== Header Section === */ 
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul { max-width: 100%; padding: 0px 28px; border-top: 0; position: relative; }
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul:before { content: ' '; top: 0; left: 0; width: calc(100% - 52px); height: 1px; background: #0B3557; opacity: 0.5; position: absolute; right: 0; margin: auto; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .bottom-part h5 { font-size: 16px; line-height: 38px; padding: 0; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .bottom-part h5 svg { width: 12px; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .img-box img { width: 51px; height: 37px !important;object-fit: contain;}
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .bottom-part { padding: 0; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box .bottom-part .text { font-size: 12px; line-height: 14px; max-width: 266px; width: 100%; margin: auto; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 .box { margin-bottom: 16px; padding: 20px 20px; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style2 { padding-bottom: 5px; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box h5 { line-height: 46px; font-size: 16px; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box .text { font-size: 12px; line-height: 14px; max-width: 268px; width: 100%; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box .text p { letter-spacing: -0.06px; }
  .header-section .mainmenu .hs-menu-wrapper>ul>li .megaMenu .style1 .box a { padding: 10px 26px 22px; }
  /* ==== End Header Section === */

  .footer-section { padding: 42px 0 60px; text-align: center; }
  .footer-section .left-part .logo { margin: auto; max-width: 56px; }
  .footer-section .right-part { padding: 33px 0 0; }
  .footer-section .right-part .box.contact .footer-btn a { font-size: 21px; padding: 15px 26px 11px; }
  .footer-section .right-part .box.contact .footer-btn a svg { width: 16px; }
  .footer-section .right-part .box.contact .contact-details ul li a { line-height: 18px; font-size: 16px !important }
  .footer-section .right-part .box.contact .contact-details ul li a:before { height: 1px; }
  .footer-section .right-part .box.contact .contact-details ul { padding: 20px 0 5px; }
  .footer-section .right-part .box.contact .social ul li img { width: 32px; height: 32px !important; }
  .footer-section .right-part .box.contact .social ul li:last-child { padding-right: 0; }
  .footer-section .right-part .menu-box ul li a { font-size: 16px; line-height: 48px; margin: 0; }
  .footer-section .right-part .box { width: 100%; margin-bottom: 33px; }
  .footer-section .right-part .footer-menu-wrap.desktop { display: none; }
  .footer-section .right-part .box.info .footer-menu-wrap.mobile { display: block; }
  .footer-section .right-part .footer-menu-wrap .footer-menu-box h6 { padding: 0 0 5px; }
  .footer-section .right-part .footer-menu-wrap .footer-menu-box { margin-bottom: 28px; }
  .footer-section .right-part .box.contact { padding: 0 0 35px; margin-bottom: 0; }
  .footer-section .right-part .box.info { margin-bottom: 0; }
  .footer-bottom { padding: 67px 0 50px; text-align: center; }
  .footer-bottom .container { padding: 0 43px; }

  .breadcrumb { top: 17px;}
  .breadcrumb ul li a { font-size: 12px; line-height: 18px; font-weight:400; color:#fff;}
  .home-hero-section { padding: 28px 0 0; }
  .home-hero-section .content { font-size: 16px; line-height: 24px; }
  .home-hero-section .btns .btn1 a { background: #0B3557; border-color: #0B3557; }
  .home-hero-section .btns .btn1 a:hover { background: #0B3557; border-color: #0B3557; color: #fff; }
  .home-hero-section .btns .btn1 a:hover svg line, .home-hero-section .btns .btn1 a:hover svg path { stroke: #fff; }
  .home-hero-section .hero-img img { height: 248px !important; object-fit: cover; object-position: 36%; }
  .home-hero-section .hero-img { padding: 15px 0 0; }
  .home-logo-section .box { width: calc(100% / 3 - 16px); }
  .home-logo-section .box { width: calc(100% / 2 - 16px); }
  .home-logo-section .box .logo-box { border: 1px solid #fff; height: 150px; }
  .home-logo-section .box .logo-box img{opacity: 0.6;}
  .home-logo-section h4 { font-size: 21px; line-height: 22px; padding-bottom: 10px; }
  .home-logo-section { padding: 40px 0 50px; }
  .home-logo-section .container:before{ bottom: -70px;}
  .home-logo-section .container:before { width: calc(100% - 48px); opacity: 0.1; }
  .home-video-section .content { font-size: 16px; line-height: 20px; letter-spacing: -0.08px;}
  .home-video-section .left-part .btns { display: none; }
  .home-video-section .right-part { padding: 10px 0 0; }
  .home-video-section { padding: 91px 0 90px; }
  .home-video-section .right-part .video-cover a svg { width: 115px; height: 115px; }
  .home-modernize-section .section-heading .content { font-size: 16px; line-height: 20px; }
  .home-modernize-section { padding: 50px 0px 60px; overflow: hidden; }
  .home-modernize-section .section-heading { padding: 0 0 25px; }
  .home-modernize-section .box .left-part .img-cover .bg-shape { display: none; }
  .home-modernize-section .box .left-part .img-cover { min-height: auto; }
  .home-modernize-section .box .left-part .img-cover .img-box { max-width: 111px; margin: inherit; }
  .home-modernize-section .box .box-inner { padding: 45px 26px 60px; }
  .home-modernize-section .box .right-part h3 { line-height: 34px; }
  .home-modernize-section .box .right-part { padding: 20px 0 0; }
  .home-modernize-section .box.img-right .cover .right-part { padding: 20px 0 0; }
  .home-modernize-section .box .right-part .details { padding: 0px 0 8px; font-size: 16px; line-height: 20px; }
  .home-modernize-section .box .mobile-shape { display: block; position: absolute; z-index: -1; width: calc(100% + 126px); left: -82px; top: 50%; transform: translateY(-50%); }
  .home-modernize-section .box .mobile-shape img { height: 262px !important; width: 100%; }
  .home-modernize-section .box { margin-bottom: 50px; }
  .home-spread-section .container { padding: 0; }
  .home-spread-section { padding: 0px 0px 50px; }
  .home-spread-section .left-part { padding: 45px 28px 0; }
  .home-spread-section .left-part h2 { font-size: 38px; line-height: 42px; letter-spacing: -0.65px; }
  .home-spread-section .left-part .content { font-size: 16px; line-height: 20px; }
  .home-spread-section .right-part .img-cover .icon-img img { width: 159px; }
  .home-spread-section .right-part .img-cover .icon-img { top: auto; bottom: -28px; right: 20px; }
  .home-spread-section .right-part .img-cover .img-box img { border-radius: 0; height: 406px !important; }
  .elevate-team-section { padding: 40px 0 60px; }
  .content { font-size: 16px; line-height: 20px; }
  .elevate-team-section .section-heading .content { padding-bottom: 10px; }
  .elevate-team-section .elevate-slider .inner-cover { padding: 32px 32px 17px; }
  .elevate-team-section .elevate-slider .content { font-size: 16px; line-height: 20px; }
  .elevate-team-section .elevate-slider .title h3 { margin-bottom: 10px; }
  .elevate-team-section .elevate-slider .box-content { padding: 20px 0 0; }
  .elevate-team-section .elevate-slider .img-box { height: 184px; }
  .elevate-team-section .elevate-slider .img-box img { width: 150px; }
  .elevate-team-section .dot-arrow-cover { padding: 40px 0 0; justify-content: center; -webkit-justify-content: center; }
  .elevate-team-section .dot-arrow-cover ul.slick-dots li button svg path { fill: #CED7DD; }
  .elevate-team-section .dot-arrow-cover ul.slick-dots li.slick-active button svg path { fill: #0B3557; }
  .elevate-team-section .dot-arrow-cover .slick-arrow svg path { fill: #0B3557; }
  .elevate-team-section .elevate-slider .slick-slide{ margin: 0;}
  .firsthand-look-section { padding: 45px 0 70px; }
  .firsthand-look-section .section-heading .content { padding: 5px 0 20px; font-size: 21px; line-height: 28px; opacity: 0.8; }
  .firsthand-look-section .section-heading .content p { margin: 0; }
  .firsthand-look-section .section-heading .content p { display: none; }
  .firsthand-look-section .section-heading .content p:first-child { display: block; }
  .firsthand-look-outer .section-top-img img { height: 407px !important; object-fit: cover; }
  .firsthand-look-section:after { display: none;}
  .firsthand-look-section:before { height: 28px; background-position: center center;}
  .deliver-result-section .section-heading h2 { font-size: 38px; line-height: 42px; letter-spacing: -0.19px; }
  .deliver-result-section .section-heading .content { font-size: 16px; line-height: 20px; padding: 0; }
  .deliver-result-section .section-heading h3 { padding: 17px 0 0; }
  .deliver-result-section .section-heading { }
  .deliver-result-section .box { width: calc(100% / 1 - 16px); min-height: 192px; padding: 28px 30px 28px; background: #0B3557; }
  .deliver-result-section .box .inner-cover { padding: 0; }
  .deliver-result-section .box .learn-btn { position: relative; background: transparent; padding: 0; }
  .deliver-result-section .box .inner-cover h5 { color: #fff; font-size: 16px; font-weight: 500; line-height: 20px; letter-spacing: -0.08px; }
  .deliver-result-section .box .inner-cover h3 { line-height: 28px; color: #fff; margin-bottom: 13px; letter-spacing: -0.1px; }
  .deliver-result-section .box .learn-btn { font-size: 21px; color: #2FA1D8; }
  .deliver-result-section .box .learn-btn svg path,
  .deliver-result-section .box .learn-btn svg line { stroke: #2FA1D8; }
  .deliver-result-section { margin: 0; padding: 60px 0 20px; }
  .deliver-result-section .section-heading { padding: 0 0 17px;}
  .home-testimonial-section { padding: 70px 0px 34px; }
  .home-testimonial-section .section-heading { padding: 0 0 15px; }
  .home-testimonial-section .section-heading .container { padding: 0 28px 0; }
  .home-testimonial-section .testi-outer-cover .container { padding: 0 28px; }
  .home-testimonial-section .home-testimonial-slider .slick-list.draggable { padding: 0; }
  .home-testimonial-section .home-testimonial-slider .slick-slide { margin: 0; }
  .home-testimonial-section .home-testimonial-slider .box .inner-cover .person-text:before { width: 56px; height: 48px; }
  .home-testimonial-section .home-testimonial-slider .box { padding: 43px 32px 50px 40px; border-radius: 12px; opacity: 1; }
  .home-testimonial-section .home-testimonial-slider .box .inner-cover .person-text { padding: 70px 0 15px; font-size: 21px; line-height: 28px; }
  .home-testimonial-section .home-testimonial-slider .box .inner-cover .person-details h4 { line-height: 24px; font-size: 16px; }
  .home-testimonial-section .home-testimonial-slider .box .inner-cover .person-details h5 { font-size: 16px; line-height: 24px; padding: 0; }
  .home-testimonial-section .dot-arrow-cover { padding: 40px 0px 0; }
  .home-testimonial-section { padding: 70px 0px 10px; }
  .home-testimonial-section .home-testimonial-slider .box .inner-cover { max-width: 100%; } 
  .lease-management-section:before { display: none; }
  .lease-management-section { padding: 62px 0 80px; }
  .lease-management-section .section-heading h2.big { line-height: 42px; }
  .lease-management-section .section-heading:before { max-width: 100%; }
  .lease-management-section .section-heading .content { padding: 20px 0 25px; }
  .lease-management-section .left-part .box { padding: 48px 0 0; }
  .lease-management-section .left-part .box h3 { font-size: 21px; line-height: 28px; font-weight: 400; }
  .lease-management-section .left-part .box .details { padding: 0 0 15px; font-size: 16px; line-height: 20px; max-width: 100%; width: 100%; }
  .lease-management-section .left-part .box .btns a { background: #322D62; color: #fff; border-color: #322D62; }
  .lease-management-section .left-part .box .btns a svg path,
  .lease-management-section .left-part .box .btns a svg line { stroke: #fff; }
  .lease-management-section .pettern-img { max-width: 470px; top: 18%; right: -325px; }
  .popup-open .home-video-section .right-part .video-box { position: relative; display: block; top: 0; transform: translate(-50%, 0%); }
  .home-video-section .right-part .video-box { display: none; }
  .popup-open .home-video-section .right-part .video-cover { display: none; }
  .popup-open .home-video-section .right-part .video-box .close-btn { top: 20px; }
  .firsthand-look-section .section-heading h2{ line-height: 63px; font-size: 51px;}
  .home-video-section h2.big{color:#fff;}
  .home-spread-section .left-part h2  {color:#fff;}
  .platform-hero-section { padding: 75px 0px 0px; overflow: hidden; }
  .platform-action-section { margin: 0; }
  .platform-hero-section .right-part .desktop-img { top: 0; display: none; }
  .platform-hero-section .right-part .mobile-img { display: block; max-width: 500px; width: 100%; }
  .platform-hero-section .outer-cover { padding: 0; }
  .platform-hero-section .left-part { padding: 0 28px 0px; }
  .platform-hero-section .right-part { padding: 60px 0 0; position: relative; }
  .platform-hero-section .right-part .shape-bg { max-width: 100%; left: 0; top: 22px; }
  .platform-hero-section .left-part .section-heading { padding: 30px 0 0; }
  .platform-hero-section .left-part .section-heading .content { padding: 20px 0 25px; }
  .platform-action-section .container { padding: 0; }
  .platform-action-section .outer-wrap { padding: 57px 28px 68px; }
  .platform-action-section .box .icon { height: 142px; }
  .platform-action-section .box img { width: 116px; }
  .platform-action-section .box .right-part .content { line-height: 24px; letter-spacing: -0.08px; }
  .platform-action-section .outer-wrap:before { height: 25px; }
  .platform-action-section .box .right-part .details h3 { max-width: 312px; }
  .platform-action-section .btns a { padding-top: 15px; padding-right: 25px; padding-bottom: 11px; padding-left: 25px; margin: 15px 0 0; }
  .platform-action-section .outer-wrap:after { height: 0;}
  .plateform-organization-section { margin: 0; padding: 50px 0 20px; }
  .plateform-organization-section .section-heading .content { font-size: 16px; line-height: 20px; padding: 5px 0 25px; }
  .plateform-organization-section .box { width: calc(100% / 1 - 16px); height:485px; margin: 0 8px 38px;}
  .plateform-organization-section .box .box-expand-btn { right: 30px; top: 30px; width: 63px; }
  .plateform-organization-section .box .visible-part .icon { height: 311px; padding: 115px 0 0; }
  .plateform-organization-section .box .visible-part .heading-part { padding: 38px 35px 50px; }
  .plateform-organization-section .box .visible-part .heading-part h3.big { line-height: 32px; font-size: 28px; max-width: 220px; }
  .plateform-organization-section .box .hidden-part a { padding: 125px 37px 34px 37px; }
  .plateform-organization-section .box .hidden-part h5 { font-size: 16px; }
  .plateform-organization-section .box .hidden-part h3 { font-size: 28px; line-height: 32px; }
  .plateform-organization-section .box .visible-part .heading-part h5 { margin-bottom: 15px;}
  .plateform-organization-section .box .hidden-part .content { padding-top: 5px; }
  .platform-testimonial-section { padding: 60px 0px 20px; }
  .platform-testimonial-section .platform-testi-slider .box { padding: 43px 39px 48px; border-radius: 12px; }
  .platform-testimonial-section .platform-testi-slider .box .details:before { width: 56px; height: 48px; background-size: contain; margin-bottom: 20px; }
  .platform-testimonial-section .platform-testi-slider .box .details { font-size: 21px; line-height: 28px; letter-spacing: -0.1px; padding-bottom: 5px; }
  .platform-testimonial-section .platform-testi-slider .box .person-info .person-details { width: 100%; padding: 20px 0 0; opacity: 0.8; }
  .platform-testimonial-section .platform-testi-slider .box .person-info { flex-wrap: wrap; }
  .platform-testimonial-section .platform-testi-slider .box .person-info .person-img img { width: 70px; height: 70px !important; }
  .platform-testimonial-section .platform-testi-slider .box .person-info .person-details h4 { line-height: 20px; font-size: 16px; letter-spacing: -0.08px; }
  .platform-testimonial-section .platform-testi-slider .box .person-info .person-details h5 { font-size: 16px; line-height: 20px; letter-spacing: -0.08px; }
  .platform-service-section .platform-service-slider.desktop { display: none; }
  .platform-service-section .platform-service-slider.mobile { display: block; }
  .platform-service-section .platform-service-slider.mobile .box { margin: 0; padding: 42px 42px 30px; }
  .platform-service-section .box .icon { width: 65px; }
  .platform-service-section .box .details { padding: 15px 0 0; }
  .platform-service-section .box .details h3 { line-height: 26px; letter-spacing: -0.1px; }
  .platform-service-section .box .details .content { line-height: 24px; padding-top: 12px; }
  .platform-service-section .slick-prev.slick-arrow { display: none !important;}
  .platform-service-section .shape-img { max-width: initial; top: -80px; right: -30px; width: 360px; }
  .platform-service-section .shape-img img { max-width: inherit !important; width: 592px; }
  .platform-service-section { overflow: hidden; }
  .industry-testimonial-section .right-part .img-box { width: 820px; height: 523px; left: -30px; }
  .industry-testimonial-section { padding: 60px 0px 90px; margin-bottom: 60px; }
  .industry-hero-section { padding: 80px 0px 100px; overflow: hidden; }
  .industry-hero-section .right-part .desktop-img { top: 0; display: none; }
  .industry-hero-section .right-part .mobile-img { display: block; max-width: 500px; width: 100%; }
  .industry-hero-section .outer-cover { padding: 0; }
  .industry-hero-section .left-part { padding: 0; }
  .industry-hero-section .right-part { padding: 120px 0 0; position: relative; }
  .industry-hero-section .right-part .shape-bg { max-width: 100%; left: 0; top: 22px; }
  .industry-hero-section .left-part .section-heading .content { padding: 25px 0 15px; }
  .industry-hero-section .right-part .img-box .extra-imgs .ext3 { bottom: -33px; right: -53px; }
  .government .platform-action-section .outer-wrap { padding: 63px 28px 30px; }
  .platform-action-section .box.large-box .left-part .icon { height: 229px; }
  .platform-action-section .box.large-box .left-part .icon img { width: 277px; }
  .platform-action-section .box.large-box .right-part { padding: 38px 0 0; text-align: center; }
  .platform-action-section .box.large-box .right-part h3 { max-width: 100%; }
  .platform-action-section .box.large-box .right-part .content { line-height: 20px; }
  .industry-zigzag-section { padding: 60px 0 70px; }
  .government .platform-action-section .outer-wrap:after { height: 22px; }
  .industry-zigzag-section .box { padding: 40px 40px; margin-bottom: 38px; }
  .industry-zigzag-section .box .left-part .img-box { height: 160px; padding: 28px 21px; }
  .industry-zigzag-section .box .left-part .img-box img { width: 200px; }
  .industry-zigzag-section .box .right-part { padding: 22px 0 0; }
  .industry-zigzag-section .btns { padding: 38px 0 0; }
  .industry-testimonial-section .left-part .industry-testi-slider .details:before { width: 56px; height: 48px; background-size: contain; margin-bottom: 21px; }
  .industry-testimonial-section .left-part .industry-testi-slider .details { padding-bottom: 8px; }
  .industry-testimonial-section .left-part .industry-testi-slider .person-info h4,
  .industry-testimonial-section .left-part .industry-testi-slider .person-info h5 { font-size: 16px; line-height: 20px; }
  .industry-zigzag-section .btns a { padding-right: 30px; padding-left: 30px; }
  .industry-testimonial-section:before { height: 16px; transform: rotate(180deg); top: -12px; }
  .industry-testimonial-section:after { transform: rotate(0deg); height: 39px; bottom: -22px; }
  .industry-hero-section .right-part .main-img img { height: 390px !important; object-fit: cover; }
  .industry-hero-section .right-part .img-box .extra-imgs .ext2 { max-width: 154px; right: -65px; top: -62px; }
  .industry-hero-section .right-part .img-box .extra-imgs .ext1 { max-width: 179px; top: -37px; left: -28px; }
  .report-page.platform-service-section { padding: 61px 0px 30px; }
  .report-page.platform-service-section .shape-img { top: 20%; opacity: 0.4; max-width: 540px; }
  .platform-service-section .section-heading .title h2 { font-size: 38px; line-height: 42px; text-align: center; letter-spacing: -0.19px; }
  .platform-service-section .section-heading .details { text-align: center; font-size: 16px; line-height: 20px; }
  .platform-service-section .section-heading { padding: 0px 0 35px; }
  .report-page.platform-action-section .outer-wrap:after { height: 15px; bottom: -14px;}
  .report-page.platform-service-section .section-heading .details{color: #0B3557 !important;}
  .industry-hero-section .right-part .desktop-shape { display: block; width: 940px; position: absolute; left: -200px; }
  .industry-hero-section .right-part .shape-bg{top:100px; }
  .report-page.platform-hero-section .section-heading h1{ font-size:48px;}
  .report-page.platform-hero-section .left-part { /* padding: 11px 29px 0px; */ padding: 40px 30px; }
  .plateform-organization-section .box .visible-part .icon img{    padding: 30px 30px 0; width: 418px !important; height: 211px !important; object-fit: cover; max-width: initial !important; position: relative; left: -36px;}
  .platform-hero-section:before{display:none;}
  .industry-zigzag-section .shape-img { max-width: 500px; bottom: 0; top: 50%; transform: translateY(-50%); opacity: 0.7; }
  .report-page.platform-hero-section .right-part .mobile-img { max-width: 100%;}
  .report-page.platform-hero-section .right-part .mobile-img img { width: 100%;}
  .industry-hero-section .right-part .main-img img {border:5px solid #2FA1D8; }
  .higher-education-page.industry-hero-section .right-part .img-box .extra-imgs .ext1 { position: absolute; top: -16px; left: -45px; z-index: -1; max-width: 199px; width: 100%; }
  .higher-education-page.industry-hero-section .right-part .img-box .extra-imgs .ext2 { position: absolute; top: auto; left: -125px; right: auto; bottom: -65px; max-width: 238px; width: 100%; }
  .higher-education-page.industry-hero-section .right-part .img-box .extra-imgs .ext3 { position: absolute; top: auto; bottom: -22px; left: auto; right: -50px; z-index: -1; max-width: 245px;}
  .higher-education-page.industry-hero-section .right-part { padding: 81px 0 0;}
  .industry-hero-section .right-part .shape-bg .desktop-shape { height: auto; }
  .transportation-page.industry-hero-section .right-part .img-box .extra-imgs .ext1 { max-width: 240px; top: -14px; }
  .transportation-page.industry-hero-section .right-part .img-box .extra-imgs .ext2 { bottom: -20px; right: -37px; max-width: 180px; }
  .transportation-page.industry-hero-section .right-part .img-box .extra-imgs .ext3 { max-width: 118px; bottom: -60px; left: -47px; }
  .transportation-page.industry-hero-section .right-part { padding: 70px 0 0;}
  .healthcare-page.industry-hero-section .right-part .img-box .extra-imgs .ext1 { position: absolute; top: -18px; left: auto; right: -35px; z-index: -1; max-width: 245px; width: 100%; }
  .healthcare-page.industry-hero-section .right-part .img-box .extra-imgs .ext2 { position: absolute; top: auto; left: auto; bottom: -34px; right: -90px; max-width: 180px; width: 100%; }
  .healthcare-page.industry-hero-section .right-part .img-box .extra-imgs .ext3 { position: absolute; top: auto; bottom: -17px; left: -60px; right: auto; z-index: -1; max-width: 180px; width: 100%; }
  .airports-seaports-page.industry-hero-section .right-part .img-box .extra-imgs .ext1 {  top: -14px; right: -35px;  max-width: 199px; }
  .airports-seaports-page.industry-hero-section .right-part .img-box .extra-imgs .ext3 {  bottom: -40px; left: -88px; right: auto; max-width: 260px; }
  .role-hero-section { padding: 80px 0px 100px; overflow: hidden; }
  .role-hero-section .right-part .desktop-img { top: 0; display: none; }
  .role-hero-section .right-part .mobile-img { display: block; max-width: 500px; width: 100%; }
  .role-hero-section .outer-cover { padding: 0; }
  .role-hero-section .left-part { padding: 0; }
  .role-hero-section .right-part { padding: 50px 0 0; position: relative; }
  .role-hero-section .right-part .shape-bg { max-width: 100%; left: 0; top: 22px; }
  .role-hero-section .left-part .section-heading .content { padding: 15px 0 15px; }
  .role-hero-section .right-part .img-box .extra-imgs .ext3 { bottom: -33px; right: -53px; }
  .role-hero-section .right-part .shape-bg .desktop-shape { height: auto; }
  .role-hero-section .right-part .main-img img {border:5px solid #6459C4; }
  .role-hero-section .right-part .desktop-shape { display: block; width: 940px; position: absolute; left: -200px; }
  .role-hero-section .right-part .shape-bg{top:100px; }
  .role-hero-section .right-part .main-img img { height: 390px !important; object-fit: cover; }
  .role-hero-section .right-part .img-box .extra-imgs .ext1 { max-width: 160px; top: -10px; left: -40px; }
  .role-hero-section .right-part .img-box .extra-imgs .ext2 { right: -85px; max-width: 168px; top: 161px; }
  .role-hero-section .right-part .img-box .extra-imgs .ext3 { bottom: -14px; right: -26px; max-width: 222px; }
  .role-leader-section { padding: 80px 0px 80px; background: #fdf9f4 !important; }
  .role-leader-section .leader-outer-wrap.slider-apply .slick-list.draggable { padding: 22px 0 0; }
  .role-leader-section .role-leader-slider .box { padding: 0; }
  .role-leader-section .role-leader-slider .slick-slide { margin: 0; }
  .role-leader-section .leader-outer-wrap .container { padding: 0 28px !important; }
  .role-leader-section .role-leader-slider .box .img-box img { height: 230px !important; border-radius: 16px; }
  .role-leader-section .role-leader-slider .box .img-box { padding: 0px 0 28px; }
  .role-leader-section .role-leader-slider .box .details-box { text-align: center; }
  .role-leader-section .role-leader-slider .box .details-box h3 { line-height: 26px; }
  .role-leader-section .role-leader-slider .box .details-box .content { padding: 5px 0 0px; }
  .role-leader-section .role-leader-slider .dot-arrow-cover { padding: 30px 0 0; }
  .role-casestudy-section .right-part .img-box { display: none; }
  .role-casestudy-section .right-part .mobile-img { display: block; }
  .role-casestudy-section .right-part .mobile-img img { width: 100%; object-fit: cover; object-position: 95%;}
  .role-casestudy-section .wrap { flex-direction: column-reverse; }
  .role-casestudy-section:before { transform: rotate(180deg); height: 15px; top: -4px;}
  .role-casestudy-section { padding: 30px 0; }
  .role-casestudy-section .left-part { padding: 60px 28px 60px; }
  .role-casestudy-section .left-part h2 { font-size: 38px; line-height: 48px; }
  .role-casestudy-section .left-part .content { padding: 11px 0 15px; }
  .role-casestudy-section .left-part h6 {  font-size: 16px;  line-height: 25px; color: #A29BDC;}
  .by-role .industry-zigzag-section { padding: 90px 0 101px;}
  .terms-hero-section .breadcrumb { top: 18px; }
  .terms-hero-section { padding: 85px 0 71px; }
  .terms-hero-section .section-heading .content { padding: 10px 0 0; }
  .terms-condition-section .right-part .sticky-box { border: 3px solid #0B3557; border-radius: 26px; padding: 60px 48px; }
  .terms-condition-section .right-part .sticky-box ul li a { padding: 0; color: #0B3557; font-size: 16px; line-height: 20px; text-decoration: underline; margin-bottom: 13px; }
  .terms-condition-section .right-part .sticky-box h4 { font-size: 21px; line-height: 35px; color: #0B3557; }
  .terms-condition-section .right-part .sticky-box ul li:last-child a { margin: 0; }
  .terms-condition-section .left-part { padding: 67px 0 0; }
  .terms-condition-section .left-part .inner-cover { padding: 0; }
  .terms-condition-section .left-part .box h2 { line-height: 34px; font-size: 28px; padding: 0 0 19px 30px; letter-spacing: 0px; }
  .terms-condition-section .left-part .box:before { font-size: 28px; line-height: 34px; left: 0; top: 39px; }
  .terms-condition-section .left-part .box:nth-child(n+10):before { left: 0; }
  .terms-condition-section .left-part .box:nth-child(n+10) h2 { padding-left: 44px; }
  .terms-condition-section .left-part .box .details { line-height: 20px; color: #18516C; letter-spacing: 0px; }
  .terms-condition-section .left-part .box:after { width: 100%; border-bottom: 2px dotted #3C789E; }
  .terms-condition-section .left-part .box { padding: 38px 0px 23px 0; }
  .terms-hero-section .section-heading h1 { font-size: 47px; line-height: 51px; }
  .collaborate-page.platform-hero-section .right-part .mobile-img { max-width: 100%;}
  .collaborate-page.platform-service-section{padding: 60px 0px 30px;}
  .collaborate-page.platform-hero-section { padding: 80px 0px 0px; }
  .collaborate-page.platform-action-section .box.large-box .left-part { width: 70%; margin: 0 auto;}
  .collaborate-page.platform-service-section .box .details h3{ height: auto !important;}
  .collaborate-page.platform-service-section .dot-arrow-cover {justify-content: center;}
  .collaborate-page.platform-service-section ul.slick-dots li.slick-active button svg path { fill: #6459C4; }
  .collaborate-page.platform-service-section ul.slick-dots li button svg path { fill: #E0DEF3; }
  .collaborate-page.platform-service-section button.slick-arrow path { fill: #322d62; }
  .collaborate-page.platform-action-section .outer-wrap { padding: 50px 28px 60px; }
  .collaborate-page.platform-service-section .shape-img {display:none;}
  .demo-hero-section { padding: 101px 0 0px; }
  .demo-hero-section .breadcrumb { text-align: center; top: -85px; }
  .demo-hero-section .left-part .section-heading { text-align: center; }
  .demo-hero-section .left-part .section-heading h1 { line-height: 51px; }
  .demo-hero-section .left-part .section-heading .box-content { font-size: 16px; line-height: 20px; opacity: 1; }
  .demo-hero-section .left-part .section-heading .box-content ul { padding: 31px 0 0; }
  .demo-hero-section .left-part .section-heading .box-content ul li { padding: 33px 22px; list-style: none; border: 3px solid #615DBE; border-radius: 26px; margin-bottom: 16px; font-size: 16px; line-height: 20px; background: #fff; color: rgb(50 45 98 / 80%); }
  .demo-hero-section .left-part .section-heading .box-content ul li span { font-weight: 700; }
  .demo-hero-section .container { padding: 0; }
  .demo-hero-section .left-part { padding: 0 38px 226px; position: relative; }
  .demo-hero-section .left-part .mobile-img { display: block; position: absolute; top: auto; bottom: 0; z-index: -1; left: 0; width: 100%; }
  .demo-hero-section .left-part .mobile-img img {height: 895px !important; width: 100%; object-fit: cover; object-position: 34% 326px; opacity: 0.7;}
  .demo-hero-section .left-part .section-heading .box-content p { opacity: 0.8;}
  textarea { height: 223px !important; }
  .hs-submit { text-align: center; }
  form .hs-submit .actions { margin: auto; }
  .demo-hero-section .right-part .form-contact-cover .form-inner-cover { padding: 45px 38px 100px 38px; text-align: center; }
  .demo-hero-section .right-part .form-contact-cover .hs-richtext.hs-main-font-element h3 { font-size: 51px; line-height: 51px; }
  .demo-hero-section .right-part .form-contact-cover .hs-richtext.hs-main-font-element .content { padding: 5px 0 20px; font-size: 16px; line-height: 20px; }
  .demo-hero-section .right-part .form-contact-cover .hs-form-field>label { font-size: 16px; }
  .demo-hero-section .right-part .form-contact-cover .hs-form-field input,
  .demo-hero-section .right-part .form-contact-cover .hs-form-field textarea { font-size: 18px; }
  .demo-hero-section .right-part .form-contact-cover .form-inner-cover:before { height: 26px; bottom: -14px; width: 100%; }
  .demo-hero-section .right-part .form-contact-cover:before { height: 34px; top: -26px; width: calc(100% + 1px); }
  .demo-hero-section .right-part .form-contact-cover:after { display: none; }
  .demo-hero-section .right-part .form-contact-cover .hs-form-field{ text-align: left;}
  .demo-benefit-section h2 { font-size: 51px; line-height: 51px; text-align: center; }
  .demo-benefit-section { padding: 70px 0px 20px; background: #fff !important; margin: 25px 0 0;}
  .demo-benefit-section .box { background: #fff; width: calc(100% / 1 - 14px); margin: 0 7px 39px; padding: 42px 34px 30px 42px; }
  .demo-benefit-section .box .icon { width: 65px; height: 65px; }
  .demo-benefit-section .box .details { padding: 27px 0 0px; font-size: 16px; line-height: 20px; color: #18516C; }
  .demo-benefit-section:after { top: 81px; width: 363px; height: 436px; background-size: cover; right: 0px; }
  .demo-org-section .box { width: calc(100% / 4 - 20px); }
  .demo-org-section { padding: 0px 0 60px; }
  .demo-org-section h4 { font-size: 21px; line-height: 30px; padding-bottom: 20px; }
  .demo-org-section .box .logo-cover { height: 70px; }
  .demo-learnmore-outer .post-item { width: calc(100% / 1 - 16px); border: 3px solid #0C3658;}
  .demo-benefit-section .box .details p span { font-weight: 700;}
  .demo-learnmore-outer .section-heading h2 { padding-bottom: 24px;}
  .demo-hero-section .submitted-message h2 { font-size: 38px; line-height: 46px; }
  .role-hero-section .left-part .section-heading h1 {line-height: 51px;}
  .accessibility-statement-page.terms-condition-section .left-part .box h2 { padding-left: 0; }
  .accessibility-statement-page.terms-condition-section .left-part .box .details { color: #0B3557; opacity: 0.8; }
  .accessibility-statement-page.terms-condition-section .left-part .box h2 { text-indent: 0; }
  .accessibility-statement-page.terms-condition-section .left-part .box .details ul { padding-left: 20px; }
  .accessibility-statement-page.terms-condition-section .left-part .box { padding: 28px 0px 14px 0; }
  .accessibility-statement-page.terms-condition-section .left-part .box .details ul li { color: #0B3557;}
  .accessibility-statement-page.terms-hero-section .section-heading .content { color: #0B3557; opacity: 0.8;}
  .legal-page.terms-condition-section .left-part .box h2 { padding-left: 0; text-indent: 0;}
  .legal-page.terms-hero-section { padding: 110px 0 80px; }
  .legal-page.terms-hero-section .section-heading .content { padding: 35px 0 0; }
  .legal-page.terms-hero-section .shape-img { bottom: -20px; }
  .legal-page.terms-condition-section .left-part .box .details { color: #18516C; }
  .legal-page.terms-condition-section .left-part .box { padding: 28px 0px 13px 0; }
  .legal-page.legal-page.terms-condition-section .left-part .box h3 { font-size: 21px; padding: 1px 0 1px; }
  .legal-page.terms-condition-section .left-part .box .details h3+p { opacity: 1; }
  .legal-page.terms-condition-section .left-part .box .details p { opacity: 0.8; }
  .legal-page.terms-condition-section { padding: 0 0px 65px; }
  .accessibility-statement-page.terms-condition-section { padding: 0px 0px 116px;}
  .usecase-hero-section { padding: 80px 0px 76px; overflow: hidden; }
  .usecase-hero-section .right-part .desktop-img { top: 0; display: none; }
  .usecase-hero-section .right-part .mobile-img { display: block; max-width: 500px; width: 100%; }
  .usecase-hero-section .outer-cover { padding: 0; }
  .usecase-hero-section .left-part { padding: 0; }
  .usecase-hero-section .right-part { padding: 98px 0 0; position: relative; }
  .usecase-hero-section .right-part .shape-bg { max-width: 100%; left: 0; top: 22px; }
  .usecase-hero-section .left-part .section-heading .content { padding: 15px 0 15px; }
  .usecase-hero-section .right-part .img-box .extra-imgs .ext3 { bottom: -33px; right: -53px; }
  .usecase-hero-section .right-part .shape-bg .desktop-shape { height: auto; }
  .usecase-hero-section .right-part .desktop-shape { display: block; width: 940px; position: absolute; left: -200px; }
  .usecase-hero-section .right-part .shape-bg{top:100px; }
  .usecase-hero-section .right-part .main-img img { height: 390px !important; object-fit: cover; border:5px solid #28A49E;}
  .usecase-hero-section .right-part .img-box .extra-imgs .ext1 { max-width: 150px; top: -17px; left: -28px; z-index: -1; }
  .usecase-hero-section .right-part .img-box .extra-imgs .ext2 { right: -40px;  max-width: 118px; top: -28px; }
  .usecase-hero-section .right-part .img-box .extra-imgs .ext3 { bottom: -25px; right: -28px; max-width: 192px }
  .usecase-hero-section .left-part .section-heading h1 {line-height: 51px;}
  .usecase-hero-section .right-part .shape-bg img{opacity: 0.7;}
  .usecase-page.platform-action-section .box.large-box .right-part{ padding: 35px 0 0;}
  .usecase-page.platform-action-section .outer-wrap { padding: 74px 28px 65px; }
  .usecase-page.platform-action-section .outer-wrap:after { height: 35px; bottom: -19px; }
  .usecase-page.platform-action-section .box.large-box .right-part .btns {padding: 9px 0 0;}
  .usecase-page.role-casestudy-section { margin-bottom: 45px;}
  .usecase-page.role-casestudy-section:before { display: none; }
  .usecase-page.role-casestudy-section { padding-top: 0; }
  .usecase-page.role-casestudy-section .left-part { padding: 40px 28px 60px; }
  .usecase-page.role-casestudy-section .right-part .mobile-img { position: relative; top: -2px; }
  .accessibility-statement-page.terms-condition-section .left-part .box .details { line-height: 20px;}
  .legal-page.terms-condition-section .left-part .box .details { line-height: 20px;}
  .few-click-section { padding: 80px 0 94px; overflow: hidden; }
  .few-click-section .left-part { text-align: center; }
  .few-click-section .left-part .img-box { margin: auto; }
  .few-click-section .left-part .section-heading { padding: 34px 0 0; }
  .few-click-section .left-part .section-heading .content { padding: 1px 0 0; }
  .few-click-section .right-part { padding: 55px 0 0; }
  .few-click-section .right-part .box { padding: 43px 38px 30px; margin-bottom: 38px; border: 5px solid #0B3557; }
  .few-click-section .right-part .box .icon { height: 159px; width: 100%; }
  .few-click-section .right-part .box .icon img { width: 150px; }
  .few-click-section .right-part .box .details { padding: 18px 0 0; }
  .few-click-section .right-part .box .details h3 { margin-bottom: 12px; line-height: 26px; }
  .few-click-section .shape-bg { top: 33.5%; bottom: auto; }
  .few-click-section .shape-bg img { width: 670px; max-width: inherit !important; position: relative; right: -324px; }
  .few-click-section .left-part .section-heading h2 { font-size: 38px; line-height: 42px;}
  .few-click-section .left-part .img-box img { height: 384px !important;}
  .support-page .demo-hero-section { padding: 101px 0 0px; margin-bottom: 80px; }
  .support-page .firsthand-look-outer .section-top-img { display: block; }
  .support-page .demo-hero-section .left-part { padding: 0 38px 246px; }
  .support-page .demo-hero-section .left-part .section-heading .box-content ul li span { font-size: 21px; font-weight: 700; opacity: 1; color: #322D62; width: 100%; display: inline-block; padding-bottom: 18px; }
  .support-page .demo-hero-section .left-part .section-heading .box-content ul li { opacity: 1; font-size: 16px; line-height: 20px; margin-bottom: 31px; }
  .support-page .demo-hero-section .left-part .section-heading .box-content ul li a { color: rgb(50 45 98 / 80%); }
  .support-page .demo-hero-section .left-part .section-heading .box-content ul li br { display: block;}
  .support-page .demo-hero-section .left-part .section-heading h1 { line-height: 51px;}
  .blogpost-hero-section .breadcrumb { display: none; }
  .blogpost-hero-section { padding: 88px 0px 0px; margin-bottom: 0px; }
  .blogpost-hero-section h1 { font-size: 28px; line-height: 34px; }
  .blogpost-hero-section .post-title { padding: 0 28px 350px; }
  .blogpost-hero-section .container { padding: 0; }
  .blogpost-hero-section .hero-bt-box .hs-featured-image-wrapper { height: 371px; margin: -350px auto 0; }
  .blogpost-hero-section .hero-bt-box { padding: 50px 28px 50px; margin-bottom: 0;}
  .blogpost-hero-section .hero-bt-box .section-heading { padding: 70px 0 0px; }
  .blogpost-hero-section .hero-bt-box .section-heading h2 { font-size: 38px; line-height: 44px; }
  .blogpost-hero-section .hero-bt-box .section-heading .details { font-size: 16px; line-height: 20px; padding: 5px 0 0; }
  .blog-inner-post .post-body-wrap .right-side .sidebar { padding: 59px 30px 60px 48px; border: 3px solid #0B3557;}
  .blog-inner-post .post-body-wrap .left-side { padding: 67px 0 0; }
  .blog-inner-post .container { padding: 0; }
  .blog-inner-post .post-body-wrap .right-side { padding: 0 28px; }
  .blog-inner-post .post-body-wrap .left-side .section.post-body { padding: 95px 28px 78px 28px; background: #FFF7F4; }
  .blog-inner-post .post-body-wrap .left-side .section.post-body h2 { font-size: 28px; line-height: 35px; padding: 37px 0px 13px; margin-top: 37px;}
  .blog-inner-post .post-body-wrap .left-side .section.post-body ol li ol { list-style: lower-latin; }
  .blog-inner-post { padding: 74px 0 70px;}
  .inner-post-author { width: calc(100% - 56px); margin: 85px auto 38px; text-align: center; padding: 57px 22px 34px; }
  .inner-post-author .author-left { width: 100%; }
  .inner-post-author .author-right { width: 100%; padding: 10px 0 0; }
  .inner-post-author .author-left img { width: 81px; height: 81px; }
  .inner-post-author .author-right a.author-link { font-size: 28px; line-height: 47px; }
  .inner-post-author .author-right .author-bio span { font-size: 16px; line-height: 22px; padding-bottom: 18px;}
  .inner-post-author .author-right .author-bio { line-height: 20px; }
  .blog-about-section { width: calc(100% - 56px); margin: auto; display: block; padding: 42px 27px 29px; text-align: center; }
  .blog-about-section h3 { font-size: 28px; }
  .blog-about-section .conent { padding: 0; font-size: 16px; line-height: 20px; }
  .blog-listing-section .post-item { width: calc(100% / 1 - 16px); border: 3px solid #0C3658;}
  .resource-library-hero { padding: 88px 0px 415px; }
  .blog-listing-section { margin: -385px 0 0; padding: 0 0 70px; }
  .resource-library-hero h1 { line-height: 44px; font-size: 38px; }
  .resource-library-hero .content { padding: 5px 0 35px; }
  .resource-library-hero .hero-tag-list span { font-size: 14px; }
  .resource-library-hero .hero-tag-list { padding: 10px 15px 15px; }
  .resource-library-hero .hero-tag-list a.topic-link { font-size: 14px; padding: 10px 35px 7px; margin: 0 4px 12px; }
  .resource-library-hero .shape-img img { object-position: 6%; }
  .blog-listing-section .post-loadmore { padding: 20px 0 0; }
  .blog-listing-section .post-loadmore a { background: #0B3557; border-color: #0B3557; }
  .clientstory-listing-section .post-loadmore a { background: #0B3557; border-color: #0B3557; }
  .release-hero-section { padding: 88px 0px 80px; margin-bottom: 0; }
  .release-hero-section .shape-bg { display: none; }
  .release-hero-section .breadcrumb ul li a { }
  .release-hero-section .section-heading h1 { font-size: 38px; line-height: 44px; }
  .releasenote-section .container { padding: 0; }
  .releasenote-section .outer-cover:before { width: calc(100% + 1px); left: -1px; }
  .releasenote-section .box:first-child { padding-top: 0; }
  .releasenote-section .outer-cover { padding: 63px 28px 70px 28px; }
  .releasenote-section { padding: 0 0 73px; }
  .releasenote-section .box .details h4 { font-size: 21px; }
  .releasenote-section .box .details h2 { padding-bottom: 5px; padding-top: 5px; line-height: 31px; font-size: 21px; }
  .releasenote-section .box .details ul li { font-size: 16px; line-height: 20px; }
  .releasenote-section .box .details { font-size: 16px; line-height: 20px; }
  .releasenote-section .box { padding: 30px 0px 30px 0px; border: 0; }
  .releasenote-section .outer-cover:before {background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Resources_Release_Notes/release-mobile-shape.png);}
  .client-story-innerpost .blogpost-hero-section h1 { padding-bottom: 30px; }
  .blogpost-hero-section .hero-bt-box .hero-bottom-strip { width: calc(100% + 56px); left: -28px; margin: 55px 0 0; padding: 5px 25px 35px; }
  .client-story-inner.blogpost-hero-section .hero-bt-box .section-heading { padding: 40px 0 0px; font-size: 16px; line-height: 20px; }
  .blogpost-hero-section .hero-bt-box .hero-bottom-strip:before { display: none; }
  .blogpost-hero-section .hero-bt-box .hero-bottom-strip ul li { line-height: 38px; padding: 35px 0 35px; }
  .blogpost-hero-section .hero-bt-box .hero-bottom-strip ul li:before { width: 100%; }
  .client-story-innerpost .blog-inner-post .post-body-wrap .left-side .section.post-body h2 { padding: 37px 0px 13px; margin-top: 40px; }
  .client-story-innerpost .blog-inner-post .post-body-wrap .left-side .section.post-body h4 { }
  .client-story-innerpost .blog-inner-post .post-body-wrap .left-side .section.post-body .social-share { padding: 40px 0 0; }
  .client-story-innerpost .inner-post-author { margin: 60px auto 38px; }
  .client-story-innerpost .blog-inner-post .post-body-wrap .left-side .section.post-body { padding: 65px 28px 65px 28px;}
  .client-story-recent.demo-learnmore-outer .post-item .hs-featured-image-wrapper { height: 158px;}
  .client-story-blog .resource-library-hero { padding: 88px 0px 610px; }
  .clientstory-listing-section .post-item .post-bottom .post-body { display: none; }
  .clientstory-listing-section .post-item { padding: 31px 31px 50px 31px; margin: 0px 0px 37px; border: 3px solid #0C3658;}
  .clientstory-listing-section .post-item .hs-featured-image-wrapper a { height: 158px; }
  .clientstory-listing-section .post-item .post-bottom .post-header h2 { font-size: 21px; line-height: 28px; padding: 15px 0 0px; }
  .clientstory-listing-section .post-item .post-bottom .post-header h2 a { line-height: 28px; }
  .clientstory-listing-section .post-item .post-bottom{padding: 23px 0 0;}
  .clientstory-listing-section .post-item .post-bottom .post-header{padding: 0;}
  .clientstory-listing-section .post-item .post-bottom .readmore { padding: 3px 0 0;}
  .clientstory-listing-section .post-loadmore{padding: 40px 0 0;}
  .clientstory-listing-section{padding: 0 0 71px;}
  .client-story-innerpost .blog-inner-post .post-body-wrap .right-side .sidebar h4 { font-size: 21px; padding-bottom: 0;}
  .demo-hero-section .right-part .form-contact-cover .form-inner-cover { background-image: none; background: #322d62; }
  .news-press-listing .resource-library-hero .breadcrumb { display: none; }
  .news-press-listing .resource-library-hero { padding-bottom: 600px; }
  .news-press-listing .blog-listing-section { margin: -600px 0 0; }
  .news-press-listing .blog-listing-section .post-item .post-bottom .post-body { font-size: 16px; line-height: 20px; }
  .news-press-listing .blog-listing-section .post-item .post-bottom h2 { margin-bottom: 12px; }
  .news-press-listing .blog-listing-section .post-item { padding: 29px 29px 90px 29px; margin: 0 8px 39px; }
  .news-press-listing .blog-listing-section .post-item .post-bottom .readmore { bottom: 34px; }
  .hs-author-profile h1.hs-author-name { font-size: 32px;}
  .GASB-page.usecase-hero-section .left-part .section-heading h1 { font-size: 50px; } 
  .GASB-page.usecase-hero-section .right-part { padding: 85px 0 0; }
  .GASB-page.usecase-hero-section .right-part .img-box .extra-imgs .ext1 { max-width: 200px; left: -67px; top: -11px; }
  .GASB-page.usecase-hero-section { padding: 80px 0px 190px; }
  .gasb-section { margin: -85px 0 0; padding: 0 0 80px; }
  .GASB-page.usecase-hero-section .right-part .img-box .extra-imgs .ext2 { max-width: 187px; left: -54px; bottom: -32px; }
  .GASB-page.usecase-hero-section .right-part .img-box .extra-imgs .ext3 { max-width: 322px; bottom: -10px; right: -168px; }
  .gasb-section .right-part .sticky-box h3, .gasb-section .right-part .sticky-box h4 { font-size: 21px; padding-bottom: 8px; }
  .gasb-section .right-part .sticky-box a.navigation__link { font-size: 16px; line-height: 20px; margin-bottom: 19px; }
  .gasb-section .right-part .sticky-box { padding: 55px 60px 55px 48px; }
  .gasb-section .left-part { padding: 47px 0 0; }
  .gasb-section .container { padding: 0; }
  .gasb-section .right-part { padding: 0 28px 0; }
  .gasb-section .left-part .box { padding: 40px 38px 50px 38px; }
  .gasb-section .left-part .box h2 { font-size: 21px; padding-bottom: 5px; padding-top: 5px; line-height: 28px; }
  .gasb-section .left-part .box .inner-cover { font-size: 16px; line-height: 20px; letter-spacing: -0.56px; }
  .gasb-section .left-part .box ul li { font-size: 16px; line-height: 20px; }
  .gasb-section .left-part .box ul { padding: 5px 0 15px 30px; }
  .gasb-section .left-part .box h3 { padding-bottom: 5px; padding-top: 5px; font-size: 21px; line-height: 35px; }
  .gasb-section .right-part .sticky-box a.navigation__link:hover, .gasb-section .right-part .sticky-box a.navigation__link.active { color: #28A49E;}
  .partner-hero-section .breadcrumb { display: none; }
  .partner-hero-section { padding: 0 0 500px; overflow: hidden; }
  .partner-hero-section .container { padding: 0; }
  .partner-hero-section .section-heading { background-position: center -11px; padding: 96px 28px 140px; min-height: auto; }
  .partner-hero-section .section-heading .content { padding: 25px 0 0; }
  .partner-hero-section .bg-shape img { width: 859px; max-width: inherit !important; height: 893px !important; object-fit: cover; }
  .partner-team-section { margin: -88px 0 0; }
  .partner-team-section .container { padding: 0; }
  .partner-team-section .box:before { top: -12px; height: 12px; }
  .partner-team-section .box { padding: 56px 28px 65px; margin: 0 0 67px; }
  .partner-team-section .box .right-part .content { margin: auto; }
  .partner-team-section .box h2 { font-size: 38px; }
  .partner-question-section .que-box .icon { width: 78px; }
  .partner-question-section .que-box { padding: 54px 34px 49px; }
  .partner-question-section .que-box h3 { padding: 42px 0 27px; margin: 0; font-size: 21px; line-height: 31px; }
  .partner-question-section .que-box .btn-wrap .btns a { width: 251px; margin-bottom: 35px; }
  .partner-question-section .que-box .btn-wrap { flex-direction: column; }
  .partner-question-section .que-box .btn-wrap .login-text { padding: 0; font-size: 21px; line-height: 31px; }
  .partner-team-section .box .left-part .img-box img.mobile-img { display: block;}
  .partner-team-section .box .left-part .img-box img.desktop-img { display: none;}
  .partner-question-section { padding: 10px 0 80px;}
  .partner-team-section .box .left-part .img-box img{ margin: auto; }
  .about-hero-section .breadcrumb { display: none; }
  .about-hero-section { padding: 0 0 500px; overflow: hidden; }
  .about-hero-section .container { padding: 0; }
  .about-hero-section .section-heading { padding: 80px 28px 85px; min-height: auto; background-position: center -80px; background: #14524F; position: relative; }
  .about-hero-section .section-heading .content { padding: 10px 0 0; font-size: 16px; line-height: 20px; }
  .about-hero-section .bg-shape img { width: 770px; max-width: inherit !important; height: 655px !important; }
  .about-hero-section .section-heading:before { content: ' '; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Client_story%20Rebrand%207.2022/rough-edge-box-green.svg); width: calc(100% + 20px); height: 100%; position: absolute; background-repeat: no-repeat; background-size: cover; background-position: center bottom; left: -13px; top: 10px; z-index: -1; }
  .about-hero-section .section-heading h1 { font-size: 51px; line-height: 51px; }
  .about-hero-section .bg-shape { top: auto; bottom: 0; height: auto; }
  .about-hero-section { padding: 0px 0 455px; }
  .about-hero-section:before { bottom: -6px; }
  .about-zigzag-section .box { flex-direction: column; margin: 0 0 40px; }
  .about-zigzag-section .box .left-part { padding: 0 28px 25px; }
  .about-zigzag-section .box:nth-child(even) { flex-direction: column; }
  .about-zigzag-section .box:nth-child(even) .left-part { padding: 0 28px 25px; }
  .about-zigzag-section .box .left-part h2 { font-size: 38px; line-height: 44px; }
  .about-zigzag-section .box .left-part .content { color: #0B3557; padding: 5px 0 0; }
  .about-zigzag-section .outer-cover { padding: 0; }
  .about-zigzag-section { padding: 70px 0 45px; }
  .about-team-section { padding: 40px 0 50px; }
  .about-zigzag-section .box:first-child .left-part h2 { color: #BF6844; }
  .about-zigzag-section .box:last-child .left-part h2 { color: #6459C4; }
  .about-team-section h2 { text-align: center; font-size: 38px; line-height: 44px; padding: 0 0 10px; }
  .about-team-section .box { width: calc(100% / 1 - 16px); border: 3px solid #0B3557; padding: 28px; display: flex; align-items: center; margin-bottom: 30px; position: relative; overflow: hidden; }
  .about-team-section .box .person-img { width: 62px; position: relative; top: 2px; }
  .about-team-section .box .person-img img { width: 62px; height: 62px !important; }
  .about-team-section .box .person-details { width: calc(100% - 62px); padding: 0 0 0 15px; }
  .about-team-section .box .person-details h4 { font-size: 21px; line-height: 47px; margin: 0; }
  .about-team-section .box .person-details h6 { font-size: 16px; line-height: 20px; margin: 0; }
  .about-team-section .box .person-details .social { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #0B3557; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #FFFFFF; font-size: 16px; line-height: 22px; font-weight: 400; padding: 10px 20px 0; transition:all 0.4s; opacity: 0; visibility: hidden; text-align: center;}
  .about-team-section .box .person-details .social span.follow { display: block; padding-bottom: 10px; }
  .about-team-section .box .person-details .social ul li a svg { fill: #fff; }
  .about-team-section .box:hover .person-details .social { opacity:1; visibility: visible; }
  .about-zigzag-section .box .right-part .img-box img.mobile-img { display: block; float: right;}
  .about-zigzag-section .box .right-part .img-box img.desktop-img { display: none;}
  .about-zigzag-section .box .right-part .img-box { max-width: inherit;}
  .about-zigzag-section .box:nth-child(even) .right-part .img-box img { float: left;}
  .security-ques-section { padding: 75px 0; }
  .media-kit-page.release-hero-section { padding: 88px 0px 750px; }
  .media-kit-page.release-hero-section .section-heading .content { padding: 0 0 30px; }
  .media-kit-page.release-hero-section .shape-bg { display: block; }
  .mediakit-logo-section .logo-box { border: 3px solid #0C3658; padding: 31px; margin: 0 8px 37px; }
  .mediakit-logo-section .logo-box .logo-bg { height: 210px; }
  .mediakit-logo-section .logo-box .logo-bottom { text-align: center; padding: 10px 0 0; }
  .mediakit-logo-section .logo-box .logo-bottom h3 { font-size: 28px; margin: 0 0 10px; }
  .mediakit-logo-section .logo-box .logo-bottom .download-logo-custom { width: 100%; padding: 0; }
  .mediakit-logo-section .logo-box .logo-bottom .download-logo-custom a { justify-content: center; font-size: 21px; display: inline-block; }
  .mediakit-logo-section .logo-box .logo-bottom .download-logo-custom a svg { width: 15px; margin-left: 11px; }
  .mediakit-logo-section { margin: -740px 0 0; }
  .mediakit-page.security-ques-section { padding: 29px 0 70px; }
  .mediakit-page.security-ques-section .customWidthOption { padding: 52px 20px; max-width: 100%; }
  .mediakit-page.security-ques-section .security-question-image { max-width: 78px; width: 100%; margin: auto; }
  .mediakit-page.security-ques-section .section-heading h3 { line-height: 31px; letter-spacing: -0.1px; }
  .mediakit-page.security-ques-section .btns a { font-size: 21px; }
  .mediakit-logo-section .logo-box .logo-bottom .download-logo-custom a:before{width: calc(100% - 31px);}
  .usecase-hero-section.lease-page .right-part .img-box .extra-imgs .ext3 { right: -113px;}
  .usecase-hero-section.lease-page .right-part .img-box .extra-imgs .ext1{top: -12px;right: -79px;}
  .release-note-section .outer-wrap {padding: 70px 31px 0px;  margin: 30px auto 100px auto; }
  .service-level-addendum.terms-condition-section .left-part .box .details table th { padding:40px 20px 40px;}
  .service-level-addendum.terms-condition-section .left-part .box .details table td {  padding-top:50px; padding-left:20px; padding-right:20px;}
  .service-level-addendum.terms-condition-section .left-part .box .details table td:last-child{ padding-bottom:50px;}
  .disclaimers-page.terms-condition-section .left-part .box h2{    padding: 0 0 19px 0px; text-indent: 0px;}
  .disclaimers-page.terms-condition-section { padding: 90px 0px 147px; }
  .disclaimers-page.terms-condition-section .right-part { padding-top: 0px; }
  .disclaimers-page.terms-hero-section .section-heading .content p{font-weight:700;}
  .acceptable-use-policy.terms-condition-section .left-part .box h2{    padding: 0 0 19px 0px; text-indent: 0px;}
  .financial-advisors-page.platform-action-section .customWidthOption { padding-top: 0px; padding-bottom: 0px;}
  .financial-advisors-page.platform-action-section .box.large-box .left-part .icon img { width: auto; }
  .financial-advisors-page.platform-action-section .box.large-box .left-part .icon{padding:25px 0px;}
  .financial-advisors-page.platform-action-section .box.large-box .left-part .icon img { width: auto; }
  .financial-advisors-page.platform-action-section .outer-wrap { padding: 80px 28px 50px; margin-bottom:20px;}
  .financial-advisors-page.platform-action-section .box.large-box .right-part {  padding: 70px 0px 0px 0px; }
  .cpa-page.platform-action-section .box.large-box .right-part {  padding: 70px 0px 0px 0px; }
  .cpa-page.platform-action-section .outer-wrap { padding: 80px 28px 50px;}
  .cpa-page.role-hero-section .right-part { padding: 80px 0 0;}
  .cpa-page.platform-action-section .customWidthOption { padding-top: 0px;padding-bottom:0; }
  .cpa-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { top: auto; bottom: -43px; left: auto; right: -50px; max-width: 192px;}
  .cpa-page.platform-action-section .box.large-box .left-part .icon{padding:25px 0px;}
  .cpa-page.platform-action-section .box.large-box .left-part .icon img { width: auto; }
  .cpa-page.platform-action-section .box{margin:0;}
  .lawyers-page.role-hero-section .right-part .img-box .extra-imgs .ext1 {display:none;}
  .lawyers-page.role-hero-section .right-part .img-box .extra-imgs .ext4 { top: auto; right: auto; bottom: -10%; left: -10%; z-index: 1; }
  .finance-teams-page.role-hero-section .right-part{padding: 120px 0 0;}
  .finance-teams-page.role-hero-section .right-part .img-box .extra-imgs .ext1 { top: -50px;  }
  .finance-teams-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { top: -40px; right: -25px;}
  .finance-teams-page.role-hero-section .right-part .img-box .extra-imgs .ext3 { top: auto; bottom: -15px; left: auto; right: -70px; z-index: -1; max-width: 200px; }
  .commercial-banks-page.role-hero-section .right-part{    padding: 100px 0 0;}
  .commercial-banks-page.role-hero-section .right-part .img-box .extra-imgs .ext1{ max-width: 290px; left: -165px; bottom: -14px;}
  .commercial-banks-page.role-hero-section .right-part .img-box .extra-imgs .ext2{top: -30px; left: auto;  right: -40px; max-width: 160px; }
  .commercial-banks-page.role-hero-section .right-part .img-box .extra-imgs .ext3 { top: 15%; bottom: auto; left: auto; right: -70px; z-index: 1; max-width: 180px; }
  .finance-teams-page.role-leader-section ul.slick-dots li{padding: 0px 8px;}
  .collaborate-page.platform-hero-section .left-part { padding: 0 28px 50px;}
  .career-page-hero.industry-hero-section .breadcrumb ul li a { color: #fff; }
  .industry-hero-section .left-part .section-heading .content { padding: 15px 0 10px; }
  .career-page-hero.industry-hero-section .left-part .btns a { text-decoration: none; }
  .career-page-hero.industry-hero-section .right-part { padding: 90px 0 0; }
  .career-page-hero.industry-hero-section .right-part .img-box .extra-imgs .ext1 { top: -10px; max-width: 119px; left: -17px; }
  .career-page-hero.industry-hero-section .right-part .img-box .extra-imgs .ext2 { max-width: 154px; left: -50px; bottom: -30px; }
  .career-page-hero.industry-hero-section .right-part .img-box .extra-imgs .ext3 { max-width: 200px; bottom: -24px; right: -12px; }
  .career-page-hero.industry-hero-section { padding: 91px 0px 84px; }
  .career-growing-section { margin: 0; }
  .career-growing-section .container { max-width: 100%; padding: 0; }
  .career-growing-section .customWidthOption { padding: 60px 28px 40px; }
  .career-growing-section .section-heading h2 { font-size: 51px; line-height: 51px; }
  .career-growing-section .img-cover .img-box { width: 100%; padding-bottom: 50px; }
  .career-growing-section .img-cover .img-box:nth-child(2) img { position: relative; left: 44px; }
  .career-impact-section { padding: 66px 0 70px; }
  .career-impact-section h2 { line-height: 42px; padding-bottom: 5px; }
  .career-impact-section .box .inner-cover { padding: 0; }
  .career-impact-section .content { padding-bottom: 20px; }
  .career-impact-section .dot-arrow-cover { display: none; }
  .career-impact-section .leader-outer-wrap .container { padding: 0 0; }
  .career-benefit-section { padding: 70px 0px 130px; }
  .career-benefit-section h2 { line-height: 42px; padding-bottom: 21px; }
  .career-benefit-section .box { width: calc(100% / 1 - 14px); padding: 25px 35px 25px 35px; }
  .career-benefit-section .box .icon { height: 117px; }
  .career-benefit-section .box .details h3 { line-height: 26px; padding-bottom: 10px;}
  .career-benefit-section .box .details .content { max-width: 100%; color: #2FA1D8; }
  .career-benefit-section .shape-img { max-width: 380px; top: 167px; }
  .career-benefit-section { padding: 70px 0px 85px; }
  .career-benefit-section:before { height: 47px; }
  .home-testimonial-section { padding: 40px 0px 10px; }
  .career-opportunities-section .security-question-image img { width: 80px; }
  .career-opportunities-section h2.big { line-height: 42px; font-size: 38px; }
  .career-opportunities-section .content-wrapper { padding: 50px 25px 60px; }
  .career-opportunities-section { padding: 60px 0 0; }
  .career-opportunities-section .bottom-content { padding: 46px 0 65px; font-size: 16px; line-height: 24px; }
  .career-opportunities-section .btns a { font-size: 16px; line-height: 22px; }
  .career-impact-section .box { padding: 0 28px;}
  .header-no-navigation .right-part .cta-wrap {display: none;}
  .header-no-navigation {text-align: center;margin: 0 auto;}
  .header-no-navigation .left-part {width: 100%;margin: 0 auto;}
  .header-no-navigation .right-part {width: auto;}
  .gated-casestudy-page.home-logo-section { padding-top: 200px; }
  .lp-footer-section .left-part{width:100%;}
  .lp-footer-section .container {display: block;}
  .lp-footer-section .left-part .logo-img{max-width:56px;margin: 0 auto;}
  .gated-case-hero.home-logo-section .section-heading {text-align: center;}

  .header-no-navigation .left-part .logo-img { max-width: 138px; width: 100%; margin: auto; }
  .header-no-navigation .left-part { padding: 0; }
  .gated-case-hero.demo-hero-section { padding: 30px 0 0; }
  .gated-case-hero.demo-hero-section .left-part { padding: 0 34px 50px; }
  .gated-case-hero.demo-hero-section .left-part .section-heading h6 { font-size: 12px; line-height: 18px; text-decoration: underline; margin-bottom: 30px; }
  .gated-case-hero.demo-hero-section .shape-img { display: none; }
  .gated-case-hero.demo-hero-section .right-part .form-contact-cover .hs-submit { margin: 10px 0 0; }
  .gated-case-hero.demo-hero-section .right-part .form-contact-cover .form-inner-cover { padding: 45px 38px 75px 38px; }
  .gated-case-hero.demo-hero-section .right-part { margin: 0; }
  .gated-casestudy-page.home-logo-section { padding: 65px 0 70px; }
  .gated-casestudy-page.home-logo-section h4 { text-align: center; line-height: 26px; }
  .gated-casestudy-page.home-logo-section .box .logo-box img { opacity: 1; }
  .cpa-page.platform-action-section .box.large-box .right-part{padding-top: 70px;}
  .financial-advisors-page.role-hero-section {padding-bottom: 100px;}
  .news-press-inner .blogpost-hero-section.client-story-inner {margin-bottom: 0;}
  .contact-page .contact-hero-section .left-part .section-heading .content { margin: auto;}
  .gated-case-hero.demo-hero-section .right-part .form-contact-cover .form-inner-cover { background-image: none; background-color: #fdf9f4;}
  .mediakit-logo-section .logo-box .logo-bottom h3 { line-height: 60px; }
  .mediakit-logo-section .logo-box .logo-bottom .download-logo-custom:last-child { margin-bottom: 0; }
.hs-content-id-90015285363 h1 {
    line-height: 60px;
    font-size: 60px !important;
  }


}


@media (max-width:480px){

  .home-hero-section .content { max-width: 276px; }
  .home-logo-section .box .logo-box{height: 91px; padding: 15px;}
  .home-logo-section .box .logo-box img { width: 130px;}
  .home-logo-section .box { width: calc(100% / 2 - 10px); margin: 0 5px 16px;}
  .home-logo-section .container:before { height: 14px;}
  .home-modernize-section .box {margin-bottom: 40px;}
  .home-spread-section .right-part .img-cover .img-box img { height: 286px !important;}
  .firsthand-look-section .section-heading .content { max-width: 314px; width: 100%;}
  .lease-management-section .container { padding: 0; }
  .lease-management-section .left-part { padding: 0 28px 55px; }
  .lease-management-section .section-heading { padding: 0 28px 0; }
  .lease-management-section .section-heading:before { width: calc(100% - 56px); right: 0; margin: auto; }
  .lease-management-section .left-part .box .details { max-width: 310px; }
  .lease-management-section .pettern-img { max-width: 400px; top: 27%; right: -276px; }
  .lease-management-section .right-part .img-top img { transform: scale(1.01); }
  .lease-management-section { padding: 62px 0 60px; }
  .lease-management-section .right-part .img-box .img-top { height: 330px; }
  .lease-management-section:after { height: 14px; z-index: 11; }
  .lease-management-section .right-part { margin-bottom: -19%; }
  .popup-open .home-video-section .right-part .video-box{height: 250px;}
  .platform-hero-section .left-part .section-heading .content { max-width: 276px;  width: 100%; margin: auto;}
  .platform-hero-section .right-part .shape-bg .mobile-shape { display: none; left: -7px; position: relative; }
  .platform-hero-section .right-part .shape-bg .desktop-shape { display: block; width: 700px; position: absolute; left: -218px; height: auto;}
  .report-page.platform-hero-section .left-part .section-heading .content { max-width: 262px;}
  .industry-hero-section .right-part .desktop-shape { left: -310px; width: 770px;}
  .industry-hero-section .right-part .shape-bg { top: 120px;}
  .industry-zigzag-section .shape-img { top: 52%; max-width: 280px;}
  .industry-testimonial-section .right-part .mobile-img { display: block;}
  .industry-testimonial-section .right-part .img-box { display: none;}
  .industry-testimonial-section .right-part .mobile-img img { width: 100%;}
  .industry-testimonial-section{ padding: 20px 0px 90px;}
  .industry-testimonial-section .left-part{ padding: 50px 66px 0;}
  .report-page.platform-hero-section .left-part .tag-box { max-width: 180px;}
  .report-page.platform-hero-section .left-part .tag-box .tag-text { width: calc(100% - 46px); padding: 0 0 0 8px;}
  .airports-seaports-page.industry-hero-section .right-part {padding: 63px 0 0;}
  .role-hero-section .right-part .desktop-shape { left: -310px; width: 770px;}
  .role-hero-section .right-part .shape-bg { top: 120px;}
  .role-hero-section .left-part .section-heading .content { max-width: 276px;}
  .role-casestudy-section .right-part .mobile-img img { height: 314px !important;}
  .by-role .industry-zigzag-section { padding: 60px 0 80px;}
  .role-casestudy-section .left-part .content { max-width: 280px; }
  .role-casestudy-section:after {background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/By_Role_Borad_Members/bottom-cutoff.svg);height: 65px;bottom: -10px;}
  .role-casestudy-section:before { background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/By_Role_Borad_Members/top-shape-cut.png); transform: rotate(0deg); height: 28px; top: -19px; }
  .role-casestudy-section { overflow: inherit;}
  .terms-hero-section .section-heading .content { max-width: 276px; width: 100%; margin: auto; opacity: 0.8; }
  .terms-hero-section .shape-img { height: 245px; bottom: 0; top: auto; width: 580px; }
  .terms-hero-section .shape-img img { object-fit: cover; }
  .terms-condition-section .left-part .box h2 {text-indent: 33px; padding: 0 0 19px 0px;}
  .terms-condition-section .left-part .box:nth-child(n+10) h2 { padding-left: 0; }
  .terms-condition-section .left-part .box:nth-child(n+10) h2 { text-indent: 45px; }
  .collaborate-page.platform-hero-section .left-part { padding-bottom: 35px; }
  .collaborate-page.platform-hero-section { padding: 80px 0px 0px; }
  .collaborate-page.platform-action-section .box.large-box .left-part { width: 100%; margin: 0 auto;}
  .collaborate-page.platform-service-section{padding: 50px 0px 30px;} 
  .demo-hero-section .left-part .mobile-img img { width: 100%; height: 1075px !important; object-fit: cover; object-position: 34% 326px; opacity: 0.7; }
  .demo-hero-section .left-part .section-heading .content { max-width: 251px; width: 100%; margin: auto;}
  .demo-hero-section .right-part .form-contact-cover .hs-form-field{ text-align: center;}
  .demo-hero-section .right-part .form-contact-cover .hs-form-field { margin-bottom: 16px; padding-bottom: 0 !important; }
  .demo-hero-section .right-part .form-contact-cover  .hs-submit { padding: 15px 0 0; }
  .demo-benefit-section .box{ min-height: 270px;}
  .demo-org-section .box { width: calc(100% / 3 - 20px); margin: 0 10px 32px; }
  .demo-org-section .box .logo-cover { height: 60px; }
  .demo-org-section h4 { max-width: 270px; width: 100%; padding-bottom: 5px; }
  .demo-org-section .mobile-demo-box { background: #6459c4; width: 100%; display: inline-block; vertical-align: top; padding: 70px 0; margin: 20px 0 40px; position: relative; }
  .demo-org-section .mobile-demo-box h2 { color: #fff; font-size: 51px; line-height: 51px; padding-bottom: 23px; }
  .demo-org-section .mobile-demo-box:before { content: ' '; top: -8px; height: 11px; width: 100%; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Demo/schedule-mobile-top.png); position: absolute; background-repeat: no-repeat; background-size: cover; left: 0; }
  .demo-org-section .mobile-demo-box:after { content: ' '; top: auto; height: 15px; width: 100%; background-image: url(https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/DebtBook-2022/Demo/schedule-mobile-bottom.png); position: absolute; background-repeat: no-repeat; background-size: cover; left: 0; bottom: -12px; }
  .demo-learnmore-outer .post-item { width: calc(100% / 1 - 16px); padding: 29px 29px 70px 29px; margin: 0 8px 35px; }
  .demo-learnmore-outer .section-heading h2 { padding-bottom: 24px; }
  .demo-learnmore-outer .section-heading h2 { padding: 20px 0 24px; }
  .demo-learnmore-outer .post-item .hs-featured-image-wrapper img.hs-featured-image { height: 158px; }
  .demo-learnmore-outer .post-item .post-bottom .hubspot-topic_data { display: none; }
  .demo-learnmore-outer .post-item .post-bottom h2 { font-size: 21px; line-height: 28px; padding: 15px 0 7px; }
  .demo-learnmore-outer .post-item .post-bottom h2 a { line-height: 28px; }
  .demo-learnmore-outer .btns { padding: 5px 0 0; }
  .demo-hero-section .left-part .mobile-img { bottom: -15px;}
  .usecase-hero-section .right-part .desktop-shape { left: -310px; width: 770px;}
  .usecase-hero-section .right-part .shape-bg { top: 120px;}
  .usecase-hero-section .left-part .section-heading .content { max-width: 276px;}
  .support-page .demo-hero-section .left-part .mobile-img { bottom: -64px;}
  .support-page .demo-hero-section .right-part .form-contact-cover .form-inner-cover form fieldset.form-columns-1+fieldset.form-columns-0 p { font-size: 16px;}
  .blog-listing-section .post-item { width: calc(100% / 1 - 16px); padding: 29px 29px 70px 29px; margin: 0 8px 39px; }
  .blog-listing-section .post-item .hs-featured-image-wrapper img.hs-featured-image { height: 158px; }
  .blog-listing-section .post-item .post-bottom h2 { font-size: 21px; line-height: 28px; padding: 0 0 7px; }
  .blog-listing-section .post-item .post-bottom h2 a { line-height: 28px; }
  .releasenote-section .box .details ul{padding-left: 17px;}
  .client-story-blog .resource-library-hero .content { max-width: 306px; padding: 15px 0 35px;}
  .clientstory-listing-section { margin: -680px 0 0; }
  .client-story-blog .resource-library-hero { padding: 88px 0px 680px; }
  .news-press-listing .resource-library-hero .content { max-width: 306px; width: 100%;margin: auto;}
  .partner-hero-section .section-heading h1 { max-width: 300px;}
  .partner-question-section .que-box .btn-wrap .login-text a { width: 100%; display: inline-block; }
  .partner-question-section .que-box h3 { max-width: 190px; width: 100%; margin: auto; }
  .about-hero-section .bg-shape img { width: 770px; max-width: inherit !important; height: 655px !important; object-position: -442px -8px; }
  .about-hero-section .section-heading .content { max-width: 294px;width: 100%;}
  .security-ques-section .customWidthOption { max-width: 310px;padding: 35px 20px; }
  .security-ques-section .btns a{ padding-top: 15px; padding-right: 25px; padding-bottom: 11px; padding-left: 25px; font-size: 16px;}
  .mediakit-logo-section .logo-box .logo-bg { height: 158px; }
  .mediakit-logo-section .logo-box:first-child .logo-bg .logo-img,
  .mediakit-logo-section .logo-box:nth-child(2) .logo-bg .logo-img { max-width: 101px; }
  .contact-page .contact-hero-section .left-part-boxes-wrapper .left-part-box { border: 3px solid #615DBE; border-radius: 26px; padding: 30px 28px 30px 28px; margin-top: 30px;}
  .contact-page .contact-hero-section .left-part-boxes-wrapper .left-part-box ul li { color: #322d62; font-size: 21px; line-height: 46px; text-align: center; }
  .contact-page .contact-hero-section .left-part-boxes-wrapper .left-part-box ul li a{font-size: 16px;line-height: 46px; color:#322D62;text-align: center;}
  .contact-page .contact-hero-section .left-part-boxes-wrapper .left-part-box ul li a:last-child{line-height: 20px;}
  .contact-page .contact-hero-section .left-part-boxes-wrapper .left-part-box ul li:last-child{line-height: 20px;opacity: .8;}
  .contact-page .contact-hero-section .left-part .section-heading .content{ font-size: 21px; line-height: 31px;max-width: 251px;}
  .contact-page .contact-hero-section .left-part .section-heading .content p{opacity:.8;}
  .contact-page .contact-hero-section .box-text br { display: block; }
  .contact-hero-section .left-part .box-text{text-align:center;}
  .contact-page .contact-hero-section.demo-hero-section .left-part { padding: 0 38px 120px; }
  /*   .contact-page .contact-hero-section .breadcrumb ul li { display: none;} */
  .contact-page .contact-hero-section .right-part .form-contact-cover .hs-richtext.hs-main-font-element .content p{opacity:.8;}
  .usecase-hero-section.lease-page .left-part .section-heading .content {max-width: 260px;}
  .usecase-hero-section.lease-page .right-part .img-box .extra-imgs .ext1{right: -91px;}
  .usecase-hero-section.lease-page .right-part .img-box .extra-imgs .ext3{max-width: 185px;bottom: -28px;right: -101px;}
  .usecase-hero-section.lease-page .right-part .img-box .extra-imgs .ext2{max-width: 160px;}
  .usecase-hero-section.lease-page .right-part .shape-bg {top: 80px;}
  .release-note-page .section-heading h1{font-size:38px;line-height:44px;padding:0px 0px 20px 0px;}
  .release-note-section .section-heading h2{ font-size:21px;line-height:38px;color:#0B3557;font-weight:400; font-family:"overpass"; padding:0px 0px 20px 0px;}
  .release-note-section .section-heading h3{ font-size:21px;line-height:31px;color:#0B3557;font-weight:700; font-family:"overpass";}
  .release-note-section .outer-wrap {padding: 70px 31px 0px;  margin: 30px auto 100px auto;max-width: 1640px; }
  .release-note-page .container{padding:0;}
  .release-note-page .inner-content .section-heading.content:first-child ul{ content: none; text-indent: 0px;margin-left:0px;}
  .release-note-page .inner-content .section-heading.content:first-child ul li:before { content: none; }
  .privacy-policy-page.terms-condition-section { padding: 0px 0px 80px;}
  .privacy-policy-page.terms-condition-section .left-part { padding: 10px 0 0; }
  .privacy-policy-page.terms-condition-section .right-part .sticky-box ul li a{margin-bottom:0; padding: 12px 0px 8px;  color:#18516C; line-height:20px;font-size:16px;}
  .privacy-policy-page.terms-condition-section .left-part .box .details ul li{color:#18516C;}
  .privacy-policy-page.terms-condition-section .left-part .box .details{line-height:20px;}
  .privacy-policy-page.terms-condition-section .left-part .box .details h5{line-height:20px; color:#18516C;}
  .privacy-policy-page.terms-condition-section .left-part .box .details h6{line-height:20px; font-size:21px;font-weight:400;  color:#18516C;}
  .privacy-policy-page.terms-condition-section .left-part .box .details p{line-height:20px;  color:#18516C;}
  .privacy-policy-page.terms-condition-section .left-part .box h2{text-indent:0; color:#18516C;line-height:20px;}
  .privacy-policy-page.terms-condition-section .left-part .box h2:first-child{padding:10px 0px 18px 0px;}
  .privacy-policy-page.terms-condition-section .left-part .box .details ul { list-style: disc; padding-left: 20px;padding-bottom: 30px; color:#18516C;}
  .privacy-policy-page.terms-condition-section .left-part .box:nth-child(n+10) h2 { text-indent: 0px; line-height: 20px; color:#18516C;}
  .service-level-addendum.terms-condition-section .left-part .box .details table th{font-size:16px;padding:15px 0px; font-weight:700;border-bottom: 2px solid #51A0D3;background-color: #ffffff; }
  .service-level-addendum.terms-condition-section .left-part .box .details table th:last-child{text-align:right; line-height:20px;}
  .service-level-addendum.terms-condition-section .left-part .box .details table td{ font-size:16px;padding:15px 0px; font-weight:400; line-height:20px; }
  .service-level-addendum.terms-condition-section .left-part .box .details table td:nth-child(2){text-align:right;}
  .service-level-addendum.terms-condition-section .left-part .box .details table{border:none; margin:30px 0px;}
  .service-level-addendum.terms-condition-section .left-part .box .details table tr td:first-child{border:none;}
  .service-level-addendum.terms-condition-section .left-part .box .details table tr td:first-child { border-right:none; }
  .service-level-addendum.terms-condition-section .left-part .box .details table tr th:first-child { border-right: none;background-color:#ffffff; }
  .service-level-addendum.terms-condition-section .left-part .box .details h5{ font-size:16px;line-height:20px; padding:30px 0px 40px 0px; color:#18516C; font-weight:700;}
  .service-level-addendum.terms-condition-section .left-part .box .details table tr:nth-child(2) td { padding-top: 20px; }
  .service-level-addendum.terms-condition-section .left-part .box .details table tr:last-child td { padding-bottom: 20px; }
  .terms-of-use-page.terms-hero-section .section-heading .content {padding-top:40px; }
  .terms-of-use-page.terms-hero-section .section-heading .content p{ font-weight:700;}
  .terms-of-use-page.terms-condition-section .left-part .box .details{max-width:318px;}
  .terms-of-use-page.terms-condition-section .left-part .box .details strong{color:#2FA1D8; font-weight:700; font-size: 21px;}
  .terms-of-use-page.terms-condition-section .left-part .box .details h3{ color:#2FA1D8; font-size:21px;font-weight:700; line-height:29px;}
  .terms-of-use-page.terms-condition-section .left-part .box .details h4{ color:#6D869A;font-size:16px;font-weight:700; line-height:20px;}
  .terms-of-use-page.terms-condition-section .left-part .box:last-child p{color:#3C5D79; }
  .terms-of-use-page.terms-condition-section .left-part .box .details p{ line-height:20px;}
  .terms-of-use-page.terms-condition-section .left-part .box .details{ line-height:20px;}
  .disclaimers-page.terms-condition-section .left-part .inner-cover{max-width:319px;padding-left: 0px;}
  .disclaimers-page.terms-condition-section .left-part .box .details{color:#3C5D79; line-height:20px;}
  .disclaimers-page.terms-condition-section .left-part .box h2{color:#6D869A; font-size:16px;}
  .disclaimers-page.terms-condition-section { padding: 0px 0px 147px; }
  .disclaimers-page.terms-hero-section .section-heading .content{padding-top:40px;}
  .disclaimers-page.terms-hero-section .section-heading .content p{font-weight:700;}
  .acceptable-use-policy.terms-condition-section .left-part .box:last-child h2{font-size:28px;line-height:34px;}
  .acceptable-use-policy.terms-condition-section .left-part .box .details{max-width:100%; line-height: 22px;}
  .acceptable-use-policy.terms-condition-section .left-part .box:last-child{border-top:2px dotted #3c789e; margin:30px 0px;}
  .acceptable-use-policy.terms-condition-section { padding: 0px 0px 60px; }
  .acceptable-use-policy.terms-condition-section .right-part { padding-top: 0px; }
  .acceptable-use-policy.terms-condition-section .left-part .box h2{font-size:21px;}
  .acceptable-use-policy.terms-condition-section .left-part .inner-cover{max-width:100%;padding-left: 0px;}
  .acceptable-use-policy.terms-condition-section .left-part:last-child.box:after{border-bottom: 2px dotted #3c789e;}
  .acceptable-use-policy.terms-condition-section .right-part .sticky-box ul li a { padding: 12px 25px 8px 0px ; text-decoration: underline; }
  .acceptable-use-policy.terms-condition-section .right-part .sticky-box ul li{line-height:20px;}
  .financial-advisors-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { top: -14px; left: -80px; right: auto; max-width: 180px;}
  .financial-advisors-page.role-hero-section .right-part .img-box .extra-imgs .ext3 { top: auto; bottom: -11px; left: auto; right: -100px; max-width: 249px;}
  .financial-advisors-page.role-hero-section .right-part {padding: 80px 0 0;}
  .financial-advisors-page.platform-action-section .box{margin-bottom:0;}
  .financial-advisors-page.platform-action-section .outer-wrap { padding: 0px 28px 25px; }
  .financial-advisors-page.platform-action-section .box.large-box .left-part{ padding: 15px 0px;}
  .financial-advisors-page.platform-action-section .box.large-box .right-part { padding-top: 20px; }
  .financial-advisors-page.role-hero-section .left-part .section-heading .content { max-width: 273px; }
  .financial-advisors-page.higher-education-page.industry-zigzag-section .section-heading { max-width: 300px;}
  .financial-advisors-page.industry-zigzag-section .section-heading .content {  max-width: 290px;}
  .cpa-page.role-hero-section .right-part .img-box .extra-imgs .ext1 { position: absolute; top: -17px; left: auto; right: -38px; z-index: -1; max-width: 197px; width: 100%; }
  .cpa-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { top: auto; bottom: -28px; left: auto; right: -67px; max-width: 200px;}
  .cpa-page.role-hero-section .right-part .img-box .extra-imgs .ext3 { top: auto; bottom: -15px; left: -30px; right: auto; z-index: -1; max-width: 259px; width: 100%;}
  .cpa-page.platform-action-section .box{margin:0;}
  .cpa-page.platform-action-section .outer-wrap { padding: 0px 28px 25px; }
  .cpa-page.platform-action-section .box.large-box .left-part{ padding: 15px 0px;}
  .cpa-page.platform-action-section .box.large-box .right-part { padding-top: 20px; }
  .lawyers-page.role-hero-section .right-part .img-box .extra-imgs .ext4 { top: auto; right: auto; bottom: -10%; left: -22%; }
  .lawyers-page.role-hero-section .left-part .section-heading .content {  max-width: 280px;}
  .lawyers-page.role-leader-section .section-heading{max-width: 300px; margin:0 auto;}
  .lawyers-page.higher-education-page.industry-zigzag-section .section-heading{max-width: 297px; margin:0 auto;}
  .lawyers-page.industry-zigzag-section .box{border: 3px solid #0B3557;}
  .lawyers-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { top: -22px; left: auto; right: -60px; max-width: 180px;  }
  .lawyers-page.role-hero-section .right-part .img-box .extra-imgs .ext3 { top: auto; bottom: -20px; left: auto; right: -104px; max-width: 250px;}
  .lawyers-page.role-hero-section .right-part .img-box .extra-imgs .ext4 { top: auto; right: auto; bottom: -45px; left: -78px; }
  .finance-teams-page.role-hero-section .right-part .img-box .extra-imgs .ext1 { display:none;  }
  .finance-teams-page.role-hero-section .right-part .img-box .extra-imgs .ext2 { top: -21px; right: -30px; }
  .finance-teams-page.role-hero-section .right-part .img-box .extra-imgs .ext3{bottom: -25px;}
  .finance-teams-page.role-hero-section .right-part .img-box .extra-imgs .ext4 { top: auto; bottom: -50px; left: -53px; right: auto; }
  .finance-teams-page.role-leader-section ul.slick-dots li{padding: 0px 6px;}
  .commercial-banks-page.role-leader-section .section-heading h2 { max-width: 300px; margin: 0 auto; }
  .career-impact-section .box .inner-cover img { height: 245px !important;}

  .gated-case-hero.demo-hero-section .left-part .section-heading .content{max-width:310px;}
  .gated-case-hero.demo-hero-section .right-part .form-contact-cover .form-inner-cover{background-image:unset;}
  .gated-case-hero.demo-hero-section .right-part .form-contact-cover .form-inner-cover{background: #fdf9f4;}
  .gated-case-hero.home-logo-section h4{font-size: 21px; line-height: 22px;}
  .lp-footer-section .right-part .content{font-size: 16px; line-height: 22px;text-align: center;}
  .lp-footer-section .right-part{width: 100%;padding: 30px 30px 0 30px;}
  .lp-footer-section { padding: 60px 0px 40px;}
.hs-content-id-90015285363 h1 {
    line-height: 60px;
    font-size: 60px !important;
  }

}



@media (max-width:370px){

  h1, .h1 { font-size: 41px; line-height: 46px;}
  h1.big, .h1.big { font-size: 40px; line-height: 50px; }
  h2, .h2 { font-size: 35px; line-height: 45px; }
  h3.big, .h3.big {font-size: 26px;}
  .container { padding: 0 15px; }
  .btn1 a, .btn2 a { padding-top: 15px; padding-right: 25px; padding-bottom: 11px; padding-left: 25px; font-size: 20px; }
  .body-container-wrapper { margin-top: 91px;}
  .header-section .left-part .logo { width: 146px; }
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul { padding: 0px 15px; }
  .header-section .right-part .mainmenu .hs-menu-wrapper>ul:before { width: calc(100% - 30px); }
  .header-section { padding: 25px 0px; }
  .mainmenu.js-enabled .hs-menu-flow-horizontal { height: calc(100vh - 91px);}
  .footer-bottom { padding: 50px 0 30px; }
  .footer-bottom .container { padding: 0 15px; }
  .home-spread-section .left-part { padding: 45px 15px 0;}
  .firsthand-look-section { padding: 50px 0 60px; }
  .home-testimonial-section .section-heading .container { padding: 0 15px 0; }
  .home-testimonial-section { padding: 60px 0px 10px; }
  .home-testimonial-section .testi-outer-cover .container { padding: 0 15px; }
  .home-testimonial-section .home-testimonial-slider .box { padding: 43px 20px 40px 20px; }
  .home-testimonial-section ul.slick-dots li { padding: 0px 12px; }
  .lease-management-section .section-heading h2.big { font-size: 30px; line-height: 40px; }
  .lease-management-section .section-heading { padding: 0 15px 0; }
  .lease-management-section .section-heading .content { padding: 10px 0 25px; }
  .lease-management-section .section-heading:before { width: calc(100% - 30px); }
  .lease-management-section .left-part { padding: 0 15px 55px; }
  .lease-management-section .right-part .img-box .img-top { height: auto; }
  .lease-management-section .right-part { margin-bottom: -35%; }
  .platform-action-section .outer-wrap:after { height: 0; }
  .platform-action-section .outer-wrap { padding: 57px 15px 68px; }
  .platform-hero-section .left-part { padding: 0 15px 0px; }
  .platform-action-section .btns a { font-size: 19px; }
  .plateform-organization-section .box .hidden-part a { padding: 115px 20px 34px 20px; }
  .government .platform-action-section .outer-wrap { padding: 63px 15px 30px; }
  .industry-zigzag-section .box { padding: 40px 20px; }
  .industry-zigzag-section .btns a { padding-right: 25px; padding-left: 25px; font-size: 19px; }
  .industry-testimonial-section .left-part { padding: 60px 15px 0; }
  .report-page.platform-hero-section .left-part .tag-box { max-width: 180px;}
  .role-leader-section .leader-outer-wrap .container { padding: 0 15px !important;}
  .role-casestudy-section .left-part { padding: 50px 15px 60px;}
  .role-casestudy-section:after { bottom: -21px;}
  .terms-condition-section { padding: 0 0px 40px;}
  .demo-hero-section .left-part { padding: 0 15px 226px;}
  .demo-hero-section .right-part .form-contact-cover .form-inner-cover { padding: 45px 15px 70px 15px;}
  .usecase-page.platform-action-section .outer-wrap { padding: 74px 15px 35px;}
  .usecase-page.role-casestudy-section .left-part { padding: 40px 15px 60px;}
  .usecase-page.role-casestudy-section:after { bottom: -18px;}
  .support-page .demo-hero-section .left-part { padding: 0 15px 246px;}
  .blogpost-hero-section .post-title { padding: 0 15px 350px; }
  .blogpost-hero-section .hero-bt-box { padding: 50px 15px 50px; }
  .blogpost-hero-section .hero-bt-box .section-heading { padding: 40px 0 0px; }
  .blog-inner-post .post-body-wrap .right-side .sidebar { padding: 40px 20px 40px 20px; }
  .blog-inner-post .post-body-wrap .left-side .section.post-body { padding: 60px 15px 58px 15px; }
  .inner-post-author { margin: 65px auto 38px; width: calc(100% - 30px); }
  .blog-about-section { width: calc(100% - 30px); }
  .blog-listing-section .post-item { padding: 20px 20px 70px 20px;}
  .blogpost-hero-section .hero-bt-box .hero-bottom-strip { width: calc(100% + 43px);}
  .client-story-innerpost .blog-inner-post .post-body-wrap .left-side .section.post-body { padding: 65px 15px 65px 15px;}
  .gasb-section .right-part .sticky-box { padding: 45px 30px 45px 30px; }
  .gasb-section .left-part .box { padding: 40px 15px 50px 15px; }
  .partner-team-section .box { padding: 55px 15px 65px; }
  .partner-team-section .box h2 { line-height: 44px; }
  .about-zigzag-section .box .left-part { padding: 0 15px 25px; }
  .about-hero-section .section-heading { padding: 80px 15px 85px; }
  .about-team-section .box .person-details h4 { font-size: 17px; line-height: 37px; }
  .about-team-section .box .person-details h6 { font-size: 15px; line-height: 21px; }
  .contact-page .contact-hero-section .left-part-boxes-wrapper .left-part-box ul li{line-height:31px;}
  .collaborate-page.platform-hero-section .left-part { padding: 0 15px 50px;}
  .career-growing-section .img-cover .img-box:nth-child(2) img { left: 0;}
  .gated-case-hero.demo-hero-section .right-part .form-contact-cover .form-inner-cover { padding: 45px 15px 70px 15px; }
  .gated-case-hero.demo-hero-section .left-part { padding: 0 15px 46px; }
  .hs-content-id-90015285363 h1 {
    line-height: 60px;
    font-size: 60px !important;
  }

}



.hs-content-id-90015285363 h1 {
  line-height: 120px;
  font-size: 120px;
}

@media (max-width:800px) {
  .hs-content-id-90015285363 h1 {
    line-height: 60px;
    font-size: 60px !important;
  }
}


/* cookie bar styles */


#hs-banner-parent #hs-eu-cookie-confirmation {
  background-image: url('https://19500616.fs1.hubspotusercontent-na1.net/hubfs/19500616/Mask%20Group%201.svg') !important;
  background-color: #0B3557 !important;
  background-size: 25% !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  width: calc(100% - 20px) !important;
  border-radius: 0 !important;
  bottom: 10px !important;
  box-shadow: none !important;
  
  max-width: 400px !important;
  left: 10px !important;
  transform: none !important;
  border: 1px solid white;
  border-radius: 12px !important;
}

#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  padding: 16px 29px !important;
}

#hs-eu-policy-wording {
  display: inline-block !important;
}

#hs-eu-policy-wording {
  margin-bottom: 0 !important;
}

#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording p {
  color: #ffffff !important;
  margin: 0 !important;
  line-height: 19px !important;
  font-size: 14px !important;
}

#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a {
  color: #ffffff !important;
  text-decoration: underline !important;
  line-height: 19px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
  margin-right:0 !important;
  display: inline-block !important;
  margin-top: 0 !important;
}
#hs-eu-cookie-confirmation #hs-eu-opt-in-buttons {
  flex-grow: 0 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area button {
  width: auto !important;
  height: auto !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  line-height: 1 !important;
  min-width: 0 !important;
  font-weight: 700 !important;
  font-family: Overpass, sans-serif !important;
}

#hs-eu-header-container {
  display:none !important;
}

@media (min-width:1600px) {
  #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording p {
    font-size: 16px !important;
  }
  #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording a {
    font-size: 16px !important;
  }
}

@media (max-width:768px) {
  div#hs-eu-cookie-confirmation {
    overflow-y: visible !important;
  }
  #hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    flex-wrap:  wrap !important;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-buttons-area {
    margin: 0 auto !important;
  }
   #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording {
     margin-right: 0 !important;
  }
  #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording p {
    text-align: center !important;
  }
}






/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
  z-index: 10000;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}


@media (max-width: 1600px) {
  .ft-text-shrink {
    font-size:18px !important;
  }
}

@media (max-width: 1400px) {
  .ft-text-shrink {
    font-size:16px !important;
  }
}