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

.banner-area .dnd-section,
.banner-area .row-fluid {
  padding: 0 !important;
  width: 100% !important;
}

.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: "Font Awesome 5 Brands"; 
  src: url("https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/PrimeCapital_October2021/fonts/pro-fa-brands-400-5.8.1.eot") format("embedded-opentype"), 
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/pro-fa-brands-400-5.8.1.woff2) format("woff2"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/pro-fa-brands-400-5.8.1.woff) format("woff"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/pro-fa-brands-400-5.8.1.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block; 
  unicode-range: U+F0E1;
}

@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url("https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/PrimeCapital_October2021/fonts/pro-fa-brands-400-5.8.2.eot") format("embedded-opentype"), 
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/pro-fa-brands-400-5.8.2.woff2) format("woff2"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/pro-fa-brands-400-5.8.2.woff) format("woff"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/pro-fa-brands-400-5.8.2.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
  unicode-range: U+F082, U+F09A, U+F1D2-F1D3, U+F39E, U+F59E, U+F7BC, U+F841-F842;
}

@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url("https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/PrimeCapital_October2021/fonts/pro-fa-brands-400-5.0.0.eot") format("embedded-opentype"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/pro-fa-brands-400-5.0.0.woff2) format("woff2"), 
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/pro-fa-brands-400-5.0.0.woff) format("woff"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/pro-fa-brands-400-5.0.0.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: block;
  unicode-range: U+F081, U+F08C, U+F092, U+F099, U+F09B, U+F0D2-F0D5, U+F113, U+F136, U+F13B-F13C, U+F15A, U+F167-F169, U+F16C-F16E, U+F170, U+F173-F174, U+F17A, U+F17C-F17E, U+F180, U+F184, U+F189-F18C, U+F194, U+F19A-F19B, U+F1A0-F1A4, U+F1A6-F1A7, U+F1A9-F1AA, U+F1B4, U+F1B6-F1B7, U+F1BC-F1BE, U+F1CA-F1CC, U+F1D0-F1D1, U+F1D4-F1D6, U+F1E7, U+F1ED-F1EE, U+F1F0-F1F2, U+F1F4-F1F5, U+F202, U+F208-F209, U+F20D-F20E, U+F211-F213, U+F215, U+F231-F232, U+F237, U+F23A-F23B, U+F23D-F23E, U+F24B-F24C, U+F260-F261, U+F263-F266, U+F268, U+F26A-F26B, U+F26D-F26E, U+F270, U+F27D-F27E, U+F280-F281, U+F284-F285, U+F287-F28A, U+F293-F294, U+F297-F299, U+F2A5-F2A6, U+F2A9, U+F2AB-F2AD, U+F2B0, U+F2B2, U+F2B8, U+F2C4, U+F2C6, U+F2D6-F2D8, U+F2DA, U+F2DD-F2DE, U+F2E0, U+F368-F374, U+F378-F37D, U+F37F-F380, U+F383-F385, U+F388, U+F38B-F38F, U+F394-F397, U+F399-F39A, U+F3A1-F3A4, U+F3A6-F3B2, U+F3B4-F3B8, U+F3BA-F3BC, U+F3C0, U+F3C3-F3C4, U+F3C6-F3C8, U+F3CA, U+F3CC, U+F3D0, U+F3D2, U+F3D4, U+F3D6-F3D7, U+F3DA-F3DB, U+F3DF, U+F3E1-F3E3, U+F3E6-F3E7, U+F3E9-F3EC, U+F3EE-F3EF, U+F3F5-F3F6, U+F3F8-F3F9, U+F3FE, U+F402-F405, U+F407-F408, U+F40A-F40D, U+F411-F417, U+F419, U+F41B-F41D, U+F41F, U+F421, U+F426;
}



@font-face { 
  font-family: "Font Awesome 5 Pro";
  src: url("https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/PrimeCapital_October2021/fonts/pro-fa-light-300-5.11.0.eot") format("embedded-opentype"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/pro-fa-light-300-5.11.0.woff2) format("woff2"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/pro-fa-light-300-5.11.0.woff) format("woff"), 
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/pro-fa-light-300-5.11.0.ttf) format("truetype");
  font-style: normal; 
  font-weight: 300;
  font-display: block;
  unicode-range: U+F001, U+F02F, U+F042, U+F08E, U+F091, U+F0F3, U+F104-F105, U+F11B, U+F13D, U+F149, U+F1AC, U+F1EC, U+F223, U+F225, U+F22A-F22C, U+F24D, U+F26C, U+F29D, U+F2EB, U+F2EE, U+F2F3, U+F300, U+F307, U+F323-F324, U+F338, U+F33D, U+F35D, U+F48A, U+F4C0, U+F569, U+F5DC, U+F5EB, U+F601, U+F61B, U+F64C, U+F664, U+F66A, U+F68A, U+F6C0-F6C1, U+F6DF-F6E1, U+F6E8, U+F6F9, U+F70C, U+F7A6, U+F81A, U+F89F-F8A5, U+F8A7-F8B6, U+F8B8-F8B9, U+F8BB-F8C9, U+F8CB-F8D1, U+F8D3, U+F8D5-F8DD, U+F8DF-F8E0, U+F8E2-F8E7, U+F8E9-F8ED, U+F8EF-F8F2;
}



@font-face { 
  font-family: "Montserrat"; 
  src: url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/JTURjIg1_i6t8kCHKm45_bZF3gnD-Px3rCs.woff) format("woff");
  font-style: normal; 
  font-weight: 600;
  font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { 
  font-family: "Montserrat"; 
  src: url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/JTURjIg1_i6t8kCHKm45_dJE3gnD-Px3rCs.woff) format("woff"); 
  font-style: normal;
  font-weight: 700; 
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { 
  font-family: "Lato";
  src: url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/S6uyw4BMUTPHjx4wWCWtFCc.woff) format("woff");
  font-style: normal; 
  font-weight: 400;
  font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { 
  font-family: "Lato";
  src: url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/S6u9w4BMUTPHh6UVSwiPHw3q5d0.woff) format("woff"); 
  font-style: normal; 
  font-weight: 700;
  font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { 
  font-family: "Lato";
  src: url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/S6u9w4BMUTPHh50XSwiPHw3q5d0.woff) format("woff"); 
  font-style: normal;
  font-weight: 900;
  font-display: swap; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face { 
  font-family: "slick"; 
  src: url("https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/PrimeCapital_October2021/fonts/slick.eot") format("embedded-opentype"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/slick.woff) format("woff"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/slick.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal;
}

@font-face { 
  font-family: "themesion-base-icons";
  src: url("https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/PrimeCapital_October2021/fonts/themesion-base-icons.eot") format("embedded-opentype"), 
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/themesion-base-icons.woff2) format("woff2"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/themesion-base-icons.woff) format("woff"),
    url(https://20585572.fs1.hubspotusercontent-na1.net/hubfs/20585572/raw_assets/public/PrimeCapital_October2021/fonts/themesion-base-icons.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal;
}

@font-face { 
  font-family:
    "Roboto"; 
  src: url("https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxK.woff2") format("woff2");
  font-style: normal; 
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face { 
  font-family: "Roboto"; 
  src: url("https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2"); 
  font-style: normal;
  font-weight: 500;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}










body {
  line-height: 1.294117647058824;
  word-break: break-word;
  background-color: #fff;
  overflow-x: hidden;
  counter-reset: item thsnbox1;
}

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

/* Paragraphs */

p {
  margin: 0 0 25px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height:1.2;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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: 18px;
}

/* Labels */

form label {
  display: inline-block;
  margin-bottom: 4px;
  line-height: 1.4em;
}

form{
  margin-bottom:10px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: inline-block;
  width: 100%;
  background-color: #eee;
  color: #000000;
  padding-left: 18px;
  padding-right: 18px;
  font-family:inherit;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 1px solid #ddd;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus{
 outline: none;
}
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: #ff0000;
}

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

.hs-error-msgs label{
 color: #dd0000;
  font-size:1rem;
}
::-webkit-input-placeholder {
  color: #000000;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000000;
}
/* Submit button */

.hs-button.primary,
input[type="submit"],
input[type="button"],
.button{
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  margin:10px 0;
  background: linear-gradient(to right, #318dc7, #1d597e);
  text-transform: uppercase;
  font-weight: 800;
  padding: 17px 30px;
  font-size: 1.125rem;
  line-height: 120%;
  font-family: inherit;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #fff;
  width: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus
.button:hover,
.button:focus{
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (min-width: 768px){
  form{
    max-width:500px;
  }

  .blog-comments form {
    max-width:100%;
  }

}
@media (max-width:767px) {

  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea, select {
    max-width:100%;
  }
}
/* 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;
}
-.header-group{
  line-height: 22px;
}
.thsn-header-sticky {
  background-color: #064f73;
  z-index: 999;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.lp .custom-menu-primary.desktop {
  display: block;
}

.thsn-header-wrapper-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.header-logo {
  font-family: Lato,sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #0083bf;
  text-transform: none;
  font-weight: 900;
  font-style: normal;
  margin: 0;
  padding: 0;
  display: table;
  vertical-align: middle;
  text-align: center;
  /* width: 100%;*/
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  min-height:110px;
}
.header-logo .hs_cos_wrapper{
  display:table;
  min-height:110px;
}
.header-logo a {
  display: table-cell;
  vertical-align: middle;
}
img {
  max-width: 100%;
}
.header-logo img {
  vertical-align: middle;
  border-style: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  max-height: 65px;
  width:auto !important;
}
.mac .header-logo img {
  display: block;
  max-height: 55.56px;
  max-width: none;
}
.mac.scroll-header .header-logo img {
  max-width: 100%;
  max-height: 55px;
  display: inline-block;
}
.custom-menu-primary {
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.custom-menu-primary .hs-menu-wrapper>ul>li{
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  float: none;
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a{
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #f6f6f6;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  color: #242424;
  font-family: Muli,sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  text-align: left;
}
.thsn-base-icon-menu-1:before {
  content: '\e828';
}
@media (min-width: 1200px){
  .header-group{
    position: absolute;
    z-index: 9;
    width: 100%;
  }
  .header__container {
    padding: 0 40px;
    border-bottom: 1px solid rgba(255,255,255,.35);
  }

  .nav-menu-toggle{
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul{
    text-transform: uppercase;
    position: relative;
    z-index: 597;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul{
    text-transform: uppercase;
    min-width: 270px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    box-shadow: 0 10px 40px rgb(0 0 0 / 20%);
    border-top: 3px solid #064f73;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    margin-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li{
    line-height: 110px;
    min-height: 110px;
    min-height: 1px;
    vertical-align: middle;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    display: block;
    line-height: 1em;
    text-decoration: none;
    line-height: 110px;
    min-height: 110px;
    margin: 0 17px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul{
    visibility: visible;
    opacity: 1;
    z-index: 600;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li{
    position: relative;
    float: none;
    font-weight: normal;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
    display: block;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,.10);
    border-top: 0 none;
    line-height: 150%;
    padding: 15px 30px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:before {
    position: absolute;
    content: '';
    left: 18px;
    top: 24px;
    width: 0;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>a{
    padding-left: 40px;
    background-color: #fcc00f;
    color: #242424;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>a:before {
    background-color: rgba(255,255,255,.50);
    width: 10px;
  }
  .thsn-header-height-wrapper {
    min-height: 110px;
  }
  .custom-menu-primary.mobile {
    display: none;
  }
}
@media (min-width: 1201px){
  .scroll-header .thsn-header-sticky {
    position: fixed;
    top: 0px;
    width: 100%;
  }
  .scroll-header .thsn-header-sticky {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li {
    line-height: 90px;
    min-height: 90px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    line-height: 90px;
    min-height: 90px;
  }
  .scroll-header .header-logo{
    line-height: 90px;
    min-height: 90px;
  }
  .scroll-header .header-logo img {
    max-height: 55px;
  }
  .scroll-header .header-logo .hs_cos_wrapper{
    min-height: 90px;
  }
  .with-out-banner .body-container-wrapper{
    padding-top:110px;
  }
}
@media (max-width: 1200px){
  .header__container{
    position: relative;
    padding: 0 40px;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper{
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 300px;
    height: 100%;
    padding: 0;
    display: block;
    background-color: #222;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    opacity: 0;
  }
  .nav-menu-toggle {
    border: none;
    font-family: inherit;
    cursor: pointer;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 30px;
    border-radius: 0;
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    padding: 0;
    font-size: 35px;
    line-height: 35px;
    color: #2c2c2c;
  }
  .nav-menu-toggle:hover,
  .nav-menu-toggle:focus{
    background: transparent;
    color: #2c2c2c;
  }
  .header-logo img {
    max-height: 50px;
  }
  .custom-menu-primary.desktop {
    display: none;
  }
  .custom-menu-primary.mobile {
    display: block;
  }
  .mobile-open .custom-menu-primary.mobile .hs-menu-wrapper{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    overflow-y: scroll;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul{
    padding: 90px 0;
    text-align:left;
  }
  .closepanel {
    position: absolute;
    z-index: 99;
    right: 35px;
    top: 25px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    font-size: 35px;
    color: #fff;
  }
  .thsn-base-icon-cancel:before {
    content: '\e813';
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(204,204,204,.10);
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li>a {
    color: #fff;
    padding: 15px 25px;
    height: auto;
    display: inline-block;
  }
  .child-trigger{
    display: block;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
    color: rgba(255,255,255,.80);
  }
  .thsn-base-icon-down-open-big:before {
    content: '\e811';
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li>ul {
    padding-left: 1em;
    overflow: hidden;
    display: none;
    background:transparent;
    padding-right: 1em;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>ul {
    display:block;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li.hs-item-has-children.child-open .thsn-base-icon-down-open-big:before {
    content: '\e812';
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li>ul>li{
    position: relative;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li>ul>li>a{
    color: #fff;
    padding: 15px 25px;
    height: auto;
    display: inline-block;
    line-height: 1.5;
    width:100%;
  }
}

@media (max-width: 767px){
  .header__container{
    padding: 0 15px;
  }
}
@media (max-width: 575px){
  .header-logo {
    margin-left: 10px;
  }
  .nav-menu-toggle {
    right: 15px;
  }
}
@media (max-width: 320px){
  .header-logo img {
    width: 213.19px!important;
  }
}
.footer {
  position: relative;
  background: linear-gradient(to right, #0083BF, #064F73);
  color: rgba(255, 255, 255, 0.90);
  line-height: 22px;
}
.footer:before,
.footer-wrap:before{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 1;
  background-image: none;
}
.footer-wrap .footer__container:after {
  content: "";
  height: 1px;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: -25px;
  left: 0;
}
.footer-wrap {
  padding-top: 50px;
  padding-bottom: 25px;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.thsn-footer-widget{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.thsn-footer-widget-inner {
  margin: 35px 0 20px;
}
.footer-logo {
  margin: 0 0 25px;
}
.footer-logo img {
  margin: 5px 20px 20px 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.footer-contact h2 {
  font-family: Montserrat,sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 40px;
}
.footer-contact h2:after {
  content: "";
  width: 50px;
  height: 2px;
  bottom: -10px;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #FEC00F;
}
.footer p{
  color: rgba(255, 255, 255, 0.90);
  margin: 0 0 25px;
}

.footer-links {
  margin: 35px 0 20px;
}
.footer-links .hs-menu-wrapper>ul{
  list-style:none;
  margin:0;
  padding:0;
}
.footer-links .hs-menu-wrapper>ul>li>a{
  list-style:none;
  margin:0;
  padding:0;
  font-family: Montserrat,sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 40px;
  cursor:auto;
  display:block;
}
.footer-links .hs-menu-wrapper>ul>li>a:after {
  content: "";
  width: 50px;
  height: 2px;
  bottom: -10px;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #FEC00F;
}
.footer-links .hs-menu-wrapper>ul>li>ul{
  list-style:none;
  margin:0;
  padding:0;
  text-transform: uppercase;
}
.footer-links .hs-menu-wrapper>ul>li>ul>li{
  padding: 0px 0px 15px 0;
}
.footer-links .hs-menu-wrapper>ul>li>ul>li>a{
  position: relative;
}
.footer-bottom {
  padding-bottom: 25px;
  padding-top: 50px;
}
.footer__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.footer-copyright {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-copyright>div{
  margin: 35px 0 20px;
}
.footer-copyright p{
  margin: 0 0 25px;
  color: rgba(255, 255, 255, 0.90);
}
[class^="thsn-base-icon-"]:before, [class*=" thsn-base-icon-"]:before {
  font-family: "themesion-base-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 1px 1px 1px rgb(127 127 127 / 30%); */
}
.thsn-base-icon-facebook-squared:before {
  content: '\f308';
}
.thsn-base-icon-twitter:before {
  content: '\f099';
}
.thsn-base-icon-linkedin-squared:before {
  content: '\f30c';
}
.footer-disclosure {
    margin: 35px 0 20px;
}
.footer-disclosure h2{
  list-style:none;
  margin:0;
  padding:0;
  font-family: Montserrat,sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  margin-bottom: 40px;
}
.footer-disclosure h2:after {
  content: "";
  width: 50px;
  height: 2px;
  bottom: -10px;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #FEC00F;
}
.footer-text {
    margin: 35px 0 20px;
}
.footer-text p{
  font-size: 12px;
}


@media (min-width: 576px){
  .footer__container{
    max-width: 540px;
  }
}
@media (min-width: 768px){
  .footer__container{
    max-width: 720px;
  }
  .footer-copyright{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .thsn-footer-widget{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .footer.lp .thsn-footer-widget-col-2 {
    min-height: 480px;
  }

}
@media (min-width: 992px){
  .footer__container{
    max-width: 960px;
  }
}

@media (min-width: 1200px){
  .footer__container{
    max-width: 1200px;
  }
}
