*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "BebasNeue";
  font-display: swap;
  src: url(https://20514524.fs1.hubspotusercontent-na1.net/hubfs/20514524/raw_assets/public/SabCapital_Jan2022/fonts/BebasNeue-Bold.woff) format("woff"),
    url(https://20514524.fs1.hubspotusercontent-na1.net/hubfs/20514524/raw_assets/public/SabCapital_Jan2022/fonts/BebasNeue-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "BebasNeue";
  font-display: swap;
  src: url(https://20514524.fs1.hubspotusercontent-na1.net/hubfs/20514524/raw_assets/public/SabCapital_Jan2022/fonts/BebasNeue-Regular.woff) format("woff"),
    url(https://20514524.fs1.hubspotusercontent-na1.net/hubfs/20514524/raw_assets/public/SabCapital_Jan2022/fonts/BebasNeue-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "VisueltPro";
  font-display: swap;
  src: url(https://20514524.fs1.hubspotusercontent-na1.net/hubfs/20514524/raw_assets/public/SabCapital_Jan2022/fonts/VisueltPro-Regular.woff) format("woff"),
    url(https://20514524.fs1.hubspotusercontent-na1.net/hubfs/20514524/raw_assets/public/SabCapital_Jan2022/fonts/VisueltPro-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 10px;
  height: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1;
  font-family: "VisueltPro", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #51555B;
  font-size: 20px;
}

img{
  max-width:100%;
  vertical-align:top;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "BebasNeue", sans-serif;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #223C60;
  text-transform: uppercase;
  overflow: hidden;
}

h1 {
  font-size: 80px;
  line-height: 1em;
}

h2 {
  font-size: 46px;
  line-height: 115%;
}

h3 {
  font-size: 32px;
  line-height: 1em;
}

h4 {
  font-size: 28px;
  line-height: 1em;
}

h5 {
  font-size: 22px;
  line-height: 1em;
}

h6 {
  font-size: 20px;
  line-height: 1em;
}

p {
  margin-bottom: 1.45em;
  line-height: 150%;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
b, strong {
  font-weight: bolder;
}
a{
  text-decoration:none;
  color:#0000ee;
}
a:hover{
  text-decoration:none;
}
button,
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #fff;
  min-height: 60px;
  min-width: 197px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #446FA0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 6px;
  font-size: 26px;
  font-family: "BebasNeue", sans-serif;
  padding: 10px 21px 8px;
  font-weight: 700;
}

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

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

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

.migration .hs-form{
  margin-bottom: 30px;
}

.hs-error-msg {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin: 0;
}

.hs_error_rollup .hs-main-font-element {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid;
  border-color: #ffb900;
  font-size: 14px;
}

/* Labels */

form label {
  display: block;
  font-size: 16px;
  margin-bottom: 1.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  background-color: #fff;
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 14px 16px;
  font-family: "VisueltPro", sans-serif;
  font-size: 16px;
  line-height: 21px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #51555B;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

.hs-input.invalid.error {
  border-color: #EF6B51;
}


/* Submit button */

form input[type=submit],
form .hs-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  color: #fff;
  min-height: 60px;
  min-width: 197px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #446FA0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 6px;
  font-size: 26px;
  font-family: "BebasNeue", sans-serif;
  padding: 10px 21px 8px;
  font-weight: 700;
  white-space: normal;
}
form input[type=submit],
form .hs-button:hover{
  background-color: #223C60;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.content-wrapper,
.page-center,
.dnd-section > div {
  padding-left: 40px;
  padding-right: 40px;
}
.banner-section .dnd-section > div {
  padding-left: 0;
  padding-right: 0;
}
.no-banner header.header{
  background-color:rgba(0,0,0,0.7);
}
.white-space {
  display: inline-block;
  width: 0.18em;
}
.word {
  display: inline-block;
}
.banner-section .dnd-section {
  padding: 0;
}
[data-title-anim] {
  overflow: hidden;
}

[data-title-anim] > strong {
  overflow: hidden;
}
.banner-section .dnd-section > div {
  max-width: 100%;
  width: 100%;
}
.header-logo img {
  width: 100%!Important;
  max-width: 80px;
  vertical-align: top;
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 47;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

header .content-wrapper {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1280px;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
  height: 69px;
  position: relative;
}
.menu {
  margin-top: -8px;
  margin-bottom: -8px;
}
.header-logo {
  width: 100%;
  max-width: 80px;
  margin-right: 25px;
}

.header__menu .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.header__menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header__menu ul > li.hs-menu-depth-1 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  position: static!Important;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__menu ul>li.hs-menu-depth-1:not(:last-child) {
  margin-right: 76px;
}

.header__menu ul > li > a {
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.header__menu ul li.hs-menu-depth-2 {
  position: relative;
  z-index: 2;
  padding: 10px 8px;
  max-width: 400px;
  padding-left: 62px;
}
.header__menu ul ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #223C60;
  font-weight: 700;
  width: 100%;
  color: #223C60;
  font-family: "BebasNeue", sans-serif;
  margin-top: 0;
  text-transform: uppercase;
  overflow: hidden;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 22px;
  line-height: 1em;
}
.header__menu ul li.hs-menu-depth-2 ul {
  display: block;
  visibility: visible!important;
  opacity: 1!Important;
}

.header__menu ul li.hs-menu-depth-2 ul li a {
  color: #446FA0;
  line-height: 150%;
  font-weight: normal;
  width: 100%;
  text-transform: capitalize;
  font-family: "VisueltPro", sans-serif;
  font-size: 14px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: -10px;
}

.header__menu ul > li.hs-menu-depth-1 ul li.hs-menu-depth-2:first-child:before,
.header__menu ul > li.hs-menu-depth-1 ul li.hs-menu-depth-2:nth-child(2):before,
.header__menu ul > li.hs-menu-depth-1 ul li.hs-menu-depth-2:last-child:before,
.header__menu ul > li.hs-menu-depth-1:nth-child(2) ul li.hs-menu-depth-2:first-child:before,
.header__menu ul > li.hs-menu-depth-1:nth-child(2) ul li.hs-menu-depth-2:nth-child(2):before,
.header__menu ul > li.hs-menu-depth-1:nth-child(2) ul li.hs-menu-depth-2:nth-child(3):before,
.header__menu ul > li.hs-menu-depth-1:nth-child(2) ul li.hs-menu-depth-2:last-child:before{
  content:"";
  display:block;
  width:40px;
  height:40px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 8px;
  margin-right: 14px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  top: 6px;
}

.header__menu ul > li.hs-menu-depth-1:first-child ul li.hs-menu-depth-2:first-child:before{
  background-image:url(https://20514524.fs1.hubspotusercontent-na1.net/hubfs/20514524/raw_assets/public/SabCapital_Jan2022/images/sub-menu-icon-1.svg);
}
.header__menu ul > li.hs-menu-depth-1:first-child ul li.hs-menu-depth-2:nth-child(2):before{
  background-image:url(https://20514524.fs1.hubspotusercontent-na1.net/hubfs/20514524/raw_assets/public/SabCapital_Jan2022/images/sub-menu-icon-2.svg);
}
.header__menu ul > li.hs-menu-depth-1:first-child ul li.hs-menu-depth-2:last-child:before{
  background-image:url(https://20514524.fs1.hubspotusercontent-na1.net/hubfs/20514524/raw_assets/public/SabCapital_Jan2022/images/sub-menu-icon-3.svg);
}


.header__menu ul > li.hs-menu-depth-1:nth-child(2) ul li.hs-menu-depth-2:first-child:before{
  top: 1px;
  background-image:url(https://20514524.fs1.hubspotusercontent-na1.net/hubfs/20514524/raw_assets/public/SabCapital_Jan2022/images/sub-menu-icon-4.svg);
}
.header__menu ul > li.hs-menu-depth-1:nth-child(2) ul li.hs-menu-depth-2:nth-child(2):before{
  top: 1px;
  background-image:url(https://20514524.fs1.hubspotusercontent-na1.net/hubfs/20514524/raw_assets/public/SabCapital_Jan2022/images/sub-menu-icon-5.svg);
}
.header__menu ul > li.hs-menu-depth-1:nth-child(2) ul li.hs-menu-depth-2:nth-child(3):before{
  top: 1px;
  background-image:url(https://20514524.fs1.hubspotusercontent-na1.net/hubfs/20514524/raw_assets/public/SabCapital_Jan2022/images/sub-menu-icon-6.svg);
}
.header__menu ul > li.hs-menu-depth-1:nth-child(2) ul li.hs-menu-depth-2:last-child:before{
  top: 1px;
  background-image:url(https://20514524.fs1.hubspotusercontent-na1.net/hubfs/20514524/raw_assets/public/SabCapital_Jan2022/images/sub-menu-icon-7.svg);
}

.no-banner .header-container-wrapper{
  min-height: 69px;
}
.fixheader header.header {
  background-color: rgba(34, 60, 96, 0.8);
}



@media (min-width: 992px){
  .desktop-menu a.floatLink {
    position: absolute !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .header__burger {
    display: none;
  }
  .mobile-menu{
    display:none;
  }
  .header__menu ul li.hs-menu-depth-2:hover > a {
    color: #446FA0;
  }

  .header__menu ul li.hs-menu-depth-2:hover:before {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .desktop-menu ul > li.hs-menu-depth-1 {
    padding: 25px 0;
  }
  .header__menu ul>li.hs-menu-depth-1>a:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -7px;
    width: 0px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
  .header__menu ul>li:hover a:before {
    width: 24px;
    left: 3px;
  }

  .header__menu ul > li.hs-menu-depth-1 > ul:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 100vw;
    background-color: #fff;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header__menu ul > li.hs-menu-depth-1 > ul {
    position: absolute;
    top: 100%;
    visibility: hidden !important;
    opacity: 0 !important;
    left: 0!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 90px;
    padding: 10px 0 8px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__menu ul > li.hs-menu-depth-1:hover > ul {
    visibility: visible !important;
    opacity: 1 !important;
  }
}

@media (min-width: 1300px){
  .header__menu {
    padding-right: 82px;
  }
}

@media (min-width: 1370px) {
  .header-logo {
    margin-left: -61px;
  }
}

@media (max-width: 1267.98px){
  .header__menu ul>li.hs-menu-depth-1:not(:last-child) {
    margin-right: 40px;
  }
}


@media(min-width:992px) and (max-width:1064px){
  .header__menu ul li.hs-menu-depth-2:not(:last-child) {
    padding-right: min(20px,5%);
  }

  .header__menu ul li.hs-menu-depth-2:last-child {
    padding-top: 13px;
  }
  .header__menu ul li.hs-menu-depth-2{
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .header__menu ul>li.hs-menu-depth-1 > ul li:before{
    top:10px!important;
  }
}

@media (max-width: 991.98px){
  .burger-wrap {
    display: inline-block;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .desktop-menu{
    display:none;
  }
  .header__menu ul > li.hs-menu-depth-1:nth-child(2) ul li.hs-menu-depth-2:first-child:before{
    top: 29px;
  }
  .header__menu ul > li.hs-menu-depth-1:nth-child(2) ul li.hs-menu-depth-2:nth-child(2):before,
  .header__menu ul > li.hs-menu-depth-1:nth-child(2) ul li.hs-menu-depth-2:nth-child(3):before,
  .header__menu ul > li.hs-menu-depth-1:nth-child(2) ul li.hs-menu-depth-2:last-child:before{
    top: 6px;
  }

  .burger-wrap .burger {
    width: 30px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    cursor: pointer;
  }
  .burger-wrap .burger span {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    left: 0;
  }
  .burger-wrap .burger span:nth-child(1) {
    top: 0;
  }
  .burger-wrap .burger span:nth-child(4) {
    bottom: 0;
  }
  header .content-wrapper{
    padding:0 24px;
  }
  .header__burger {
    margin-top: 1px;
  }
  .header.menu-is-open {
    background-color: #223C60 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .burger-wrap .first {
    -webkit-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    transform: scale(0) !important;
  }
  .burger-wrap .second {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .burger-wrap .third {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .burger-wrap .fourth {
    -webkit-transform: scale(0) !important;
    -ms-transform: scale(0) !important;
    transform: scale(0) !important;
  }
  .header-menu{
    display:none;
  }
  .menu-is-open .header-menu{
    display:block;
  }
  .header__menu ul>li.hs-item-has-children>a:after{
    position: absolute;
    content: "";
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 12.6px;
    height: 7px;
    background-image: url(https://20514524.fs1.hubspotusercontent-na1.net/hubfs/20514524/raw_assets/public/SabCapital_Jan2022/images/dropdown%20icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header__menu {
    position: fixed;
    top: 78px;
    left: 100%;
    width: 100%;
    height: calc(100% - 69px);
    z-index: 46;
    color: #fff;
    background-color: #223C60;
    overflow: auto;
    padding: 22px 0 120px;
    -webkit-transition: -webkit-transform 0.6s ease; */
    transition: -webkit-transform 0.6s ease; */
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease; */
    transition: transform 0.6s ease, -webkit-transform 0.6s ease; */
  }

  .content-wrapper {
    position: relative;
  }

  .header__container {
    position: relative;
  }

  .menu-is-open .header__menu {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .header__menu .hs-menu-wrapper > ul {
    padding: 0 42px;
    display: block;
  }
  .header__menu .hs-menu-wrapper > ul ul .child-trigger {
    display: none !important;
  }
  .header__menu ul > li.hs-menu-depth-1 > ul {
    display: none;
  }
  .header__menu ul li.hs-menu-depth-2 {
    max-width: 100%;
  }

  .header__menu ul li.hs-menu-depth-2 > a:after {
    display: none;
  }
  .header__menu ul>li.hs-menu-depth-1 {
    height: auto;
    display: block;
  }

  .header__menu ul>li.hs-menu-depth-1:not(:last-child) {
    margin-right: 0;
    margin-bottom: 44px;
  }

  .header__menu ul>li>a {
    font-weight: bold;
    font-size: 32px;
    line-height: 1em;
    font-family: "BebasNeue", sans-serif;
    width: 100%;
    display: block;
  }

  .header__menu ul>li.hs-item-has-children>a {
    position: relative;
    padding-right: 40px;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
    width: 100%;
    cursor: pointer;
  }
  .header__menu ul>li.hs-menu-depth-1 {
    position: relative !important;
  }
  .header__menu ul li.hs-menu-depth-2 > ul {
    display: block !important;
    height: auto !important;
    transition: none !important;
    overflow: initial !important;
  }

  .header__menu ul ul > li > a {
    color: #fff!important;
    font-size: 26px;
  }
  .header__menu ul li.hs-menu-depth-2 ul li a{
    color: #446FA0!Important;
  }

  .header__menu ul li.hs-menu-depth-2 {
    padding-left: 64px;
    margin-bottom: 18px;
  }

  .header__menu ul li.hs-menu-depth-2:first-child {
    padding-top: 33px;
  }

  .header__menu ul li.hs-menu-depth-2 ul li a {
    font-size: 16px;
  }

  .header__menu ul li.hs-menu-depth-2:last-child {
    margin: 0;
    padding-bottom: 0px;
  }

  .header__menu ul>li.hs-menu-depth-1:first-child ul li.hs-menu-depth-2:first-child:before {
    top: 29px;
  }

  .header__menu ul li.hs-menu-depth-2:before {
    height: 48px !important;
    width: 48px !important;
    background-size: contain;
    left: 0 !important;
  }

  .header__menu ul > li.hs-item-has-children.child-open > a:after {
    -webkit-transform: translateY(-50%) scale(1, -1);
    -ms-transform: translateY(-50%) scale(1, -1);
    transform: translateY(-50%) scale(1, -1);
  }
  .header__menu ul li.hs-menu-depth-2 ul li a {
    margin-bottom: 0;
    display: block;
    white-space: nowrap;
  }

}

@media (max-width: 991px) and (min-width: 576px) {
  .header__menu ul>li.hs-menu-depth-1:not(:last-child).child-open {
    margin-bottom: 38px;
  }
}

@media (max-width:575.98px){
  .content-wrapper,
  .page-center,
  .dnd-section > div,
  .container{
    padding-left: 23px;
    padding-right: 23px;
  }
  .header__menu ul>li>a {
    font-size: 26px;
  }

  .header__menu ul>li.hs-menu-depth-1:not(:last-child) {
    margin-bottom: 34px;
  }

  .header__menu .hs-menu-wrapper>ul {
    padding: 0 23px;
  }

  .header__menu ul ul>li>a {
    font-size: 22px;
  }

  .header__menu ul li.hs-menu-depth-2 ul li a {
    font-size: 14px;
    margin-bottom: -3px;
  }

  .header__menu ul li.hs-menu-depth-2:before {
    height: 40px!important;
    width: 40px!important;
    margin-right: 14px;
  }

  .header__menu ul li.hs-menu-depth-2 {
    padding-left: 54px;
    padding-bottom: 0px;
    padding-top: 0;
  }
  .header__menu ul li.hs-menu-depth-2{
    margin-bottom:30px;
  }
  .header__menu ul li.hs-menu-depth-2:last-child{
    padding-bottom:0;
  }
  .header__menu ul>li.hs-menu-depth-1:nth-child(2) ul li.hs-menu-depth-2:first-child:before{
    top:29px!important;
  }
  .header__menu ul li.hs-menu-depth-2:first-child {
    margin-bottom: 30px;
    padding-top: 29px;
    padding-bottom: 0;
  }
  .header__menu ul li.hs-menu-depth-2:before{
    top: 0px!Important;
  }
  .header__menu ul>li.hs-menu-depth-1:first-child ul li.hs-menu-depth-2:first-child:before {
    top: 29px!Important;
  }
}

@media(max-width:357px){
  .header__menu ul>li.hs-item-has-children>a{
    padding-right:0;
  }
  .header__menu ul li.hs-menu-depth-2 {
    padding-right: 0;
  }
}
.footer__bg img {
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.lp-footer .footer__col.footer__col--1,
.lp-footer .footer__col.footer__col--2 {
  border: none;
}

.ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
footer.footer {
  position: relative;
  padding-top: 66px;
  padding-bottom: 36px;
}

.footer__bg.ibg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#2b4871), to(#152842));
  background: -o-linear-gradient(top, #2b4871 0%, #152842 100%);
  background: linear-gradient( 180deg , #2b4871 0%, #152842 100%);
}

footer .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer__logo {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 98px;
  margin-bottom: 17px;
  margin-left: 9px;
}

.footer__body {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__logo img {
  max-width: 98px;
  width: 100%!important;
}

.footer__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 25px 22px 0;
  min-height: 152px;
}
.footer__col h3,
.footer__col--4 a {
  font-size: 16px;
  line-height: 19px;
  color:#fff;
  text-transform: uppercase;
  font-family: "BebasNeue", sans-serif;
  margin-bottom: 3px;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer__col p a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
}
.footer__col p a:hover,
.footer__col--4 a:hover {
  color: #446FA0;
}
.footer__col p {
  font-size: 18px;
  line-height: 23px;
  margin-top: 0;
}
.footer__col--4 a {
  display: block;
  color:#fff;
}

.footer__col--4 h4 {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  padding-top: 9px;
  font-weight: normal;
  font-family: "VisueltPro", sans-serif;
  margin-bottom: 0;
}
footer.footer.lp-footer {
  padding-top: 0;
}
.body-container-wrapper .widget-type-linked_image {
  margin-bottom: 30px;
}



@media (max-width: 991.98px) and (min-width: 576px){
  .footer__col--1,
  .footer__col--3{
    position: relative;
  }
  .footer__col--1:before,
  .footer__col--3:before{
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: calc(100% - 30px);
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}

@media(min-width:992px){
  .footer__col--1 {
    padding-left: 10px;
  }

  .footer__col:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer__col--2 {
    max-width: 308px;
  }
  .footer__col--3 {
    max-width: 377px;
  }

  .footer__col--4 {
    max-width: 206px;
  }

}

@media (max-width: 991.98px){
  .footer__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    min-height: 101px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
  }
  footer.footer {
    padding-top: 38px;
    padding-bottom: 47px;
  }
  .footer__logo {
    margin-bottom: 50px;
  }
  .footer__col.footer__col--2:empty {
    display: none;
  }

  .footer__col.footer__col--1:empty {
    display: none;
  }
  footer .social>li a{
    color:#fff!important;
  }
}



@media (max-width: 575.98px){
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__col.footer__col--3 {
    display: none;
  }
  footer .container {
    padding-left: 23px;
    padding-right: 23px;
  }
  .footer__body {
    display: block;
    text-align: center;
  }
  .footer__col {
    min-height: 82px;
  }
}
