*, *: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: Frutiger; 
  src: url("https://20336445.fs1.hubspotusercontent-na1.net/hubfs/20336445/CFIB_July2021/fonts/frutiger.otf");
  font-display: swap;
}

@font-face {
  font-family: Frutiger Bold;
  src: url("https://20336445.fs1.hubspotusercontent-na1.net/hubfs/20336445/CFIB_July2021/fonts/frutiger-bold.otf");
  font-display: swap;
}

@font-face {
  font-family: Frutiger Light;
  src: url("https://20336445.fs1.hubspotusercontent-na1.net/hubfs/20336445/CFIB_July2021/fonts/frutiger-light.otf");
  font-display: swap;
}

@font-face { 
  font-family: Lucida;
  src: url("https://20336445.fs1.hubspotusercontent-na1.net/hubfs/20336445/CFIB_July2021/fonts/lucida-regular.otf"); 
  font-display: swap; 
}

html {
  padding: 0;
  margin: 0;
  font-family: Frutiger,Helvetica Neue,sans-serif;
  position: relative;
  text-rendering: optimizeLegibility;
}


body {
  line-height: 1.6;
  word-break: break-word;
}

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

/* Paragraphs */

p {  
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height: 1.1;
}

@media (max-width:980px) {
  h1 {
    font-size: 2.125rem;
  }
}

@media (max-width:980px) {
  h2 {
    font-size: 2.125rem;
  }
}

@media (max-width:980px) {
  h3 {
    font-size: 1.625rem;
  }
}



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

/* Horizontal rules */

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

.content-wrapper,
.dnd-section > .row-fluid,
.page-center {
  margin: 0 auto;
}
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;
}
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.widget-type-email_simple_subscription,
.hs_cos_wrapper_type_blog_comments,
.widget-type-password_prompt,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_member_login {
  display: block;
  background: rgba(255,255,255,1); 
  border-color: #ccc;
  border-radius: 28px;
  padding: 15px;
}

.hs-search-module .input a.hs-button.primary {
  margin-top: 27px;
}

.form-title {
  font-weight: 700;
  font-family: Oswald;
}

/* Form fields */

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

/* Labels */

form label {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  font-size: 16px;
  line-height: 18px;
  font-family: Poppins;
  font-weight: bolder;
  font-style: inherit;
}

/* 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 {
  height: 34px;
  font-size: 16px;
  line-height: 16px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  box-shadow: inset 0px 2px 3px #dddddd;
  -webkit-box-shadow: inset 0px 2px 3px #dddddd;
  -moz-box-shadow: inset 0px 2px 3px #dddddd;
  border-style: solid;
  border-width: 1px; 
  display: inline-block;  
  width: 100%;
  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: #EF6B51;
}

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  border-style: none;
  z-index: 6;
  box-shadow: none;
  text-shadow: none;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  font-family: Poppins;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
  display: inline-block;  
  white-space: normal;  
  margin-top: 10px;
}

/* 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;
}
header.header {
  width: 100%;
  height: 4rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  top: 0px;
  z-index: 10;
  background: white;
  font-size: 16px;
  line-height: normal;
  padding-left: 25px;
  padding-right: 32px;
}

.logo-wrapper a {
  color: rgb(53, 53, 53);
  text-decoration: none;
  font-size: 15px;
  font-family: "Frutiger Light", sans-serif;
  font-weight: 700;
}

.logo-wrapper a img {
  width: 106px !important;
  height: 50px;
}

.language .hs-menu-wrapper {
  display: flex;
  height: 100%;
}

.language .hs-menu-wrapper>ul>li>ul {
  min-width: 18rem;
  position: absolute;
  top: 100%;
  left: 0px;
  flex-wrap: wrap;
  background: white;
  padding: 0.5rem 0px;
  margin: 0px;
  list-style-type: none;
  border: 1px solid rgb(53, 53, 53);
  border-radius: 0.25rem;
  text-align: left;
  z-index: -1;
  display: none;
}

.language .hs-menu-wrapper>ul>li>a>img {
  margin-right: 6px;
  width: 32px;
  height: 16px;
}

.language .hs-menu-wrapper>ul>li>a {
  border: none;
}

.language .hs-menu-wrapper>ul>li>a abbr.presentation {
  font-family: "Frutiger Light", sans-serif;
  text-decoration: none solid;
  font-size: 13px;
  line-height: normal;
  vertical-align: middle;
}

.Navbar-Container .hs_cos_wrapper {
  display: flex;
  height: 100%;
}

.Navbar-Container .hs_cos_wrapper a {
  border: none;
  margin-left: 2rem;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(53, 53, 53);
  text-decoration: none;
  font-size: 15px;
  font-family: "Frutiger Light", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

header .right-menu {
  width: 90%;
  width: 100%;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

.right-menu input.Navbar__Icon-sc-1ha9lf1-11 {
  width: 16px;
  height: 16px;
  margin: 0px 8px;
  cursor: pointer;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  padding: 0px 2px;
  font-size: 0.9375rem;
  margin: 0px 8px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  color: rgb(53, 53, 53);
  text-decoration: none;
  font-size: 15px;
  font-family: "Frutiger Light", sans-serif;
  font-weight: 700;
  border: none;
}

.right-login-menu .hs-menu-wrapper>ul {
  display: flex;
  height: 100%;
  align-self: flex-end;
}

.right-menu .right-login-menu {
  display: flex;
  height: 100%;
}

.right-login-menu .hs-menu-wrapper {
  height: 100%;
}

.right-login-menu .hs-menu-wrapper>ul>li {
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 1.5rem;
}

.right-login-menu .hs-menu-wrapper>ul>li>a {
  color: rgb(53, 53, 53);
  text-decoration: none;
  font-size: 15px;
  font-family: "Frutiger Light", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
}

.right-login-menu .hs-menu-wrapper>ul>li:last-child {
  background: rgb(209, 24, 71);
}
.right-login-menu .hs-menu-wrapper>ul>li:last-child>a {
  color: #fff !important;
}
/*
.right-login-menu .hs-menu-wrapper>ul>li:nth-child(2) {
background: rgb(209, 24, 71);
}

.right-login-menu .hs-menu-wrapper>ul>li:nth-child(2)>a {
color: #fff !important;
}
*/
header .Navbar-Container {
  display: flex;
  height: 100%;
}

header .language {
  display: flex;
  height: 100%;
}

header .logo-wrapper {
  font-size: 15px;
}

.language .hs-menu-wrapper>ul>li>a {
  border: 0;
  display: flex;
  cursor: pointer;
  background: white;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  z-index: 4;
  padding: 0px 4px;
  border: 1px solid transparent;
  height: 100%;
  white-space: nowrap;
}

.language .hs-menu-wrapper>ul>li {
  height: 100%;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: underline;
}

.right-login-menu .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: underline;
}

.right-login-menu .hs-menu-wrapper>ul>li:nth-child(2)>a:hover {
  text-decoration: none;
}

.search-wrapper {
  position: fixed;
  margin-top: 4rem;
  height: 100px;
  width: 100%;
  z-index: 10;
  display: none;
  top: 0;
}

.search-open .search-wrapper {
  display: block;
}

html.search-open {
  overflow-y: hidden;
}

.search-wrapper .search-overlay {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}

.search-wrapper .search-wrapper-inner {
  background: rgb(238, 238, 238);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  place-content: center;
}

.search-wrapper-inner form {
  display: flex;
  flex-direction: row;
  place-content: space-between;
  align-self: center;
  width: 100%;
  max-width: 800px;
}

.search-wrapper-inner form input.SearchInput {
  background-color: rgb(255, 255, 255);
  border: 1px solid #353535 !important;
  border-radius: 0px;
  color: rgb(53, 53, 53);
  display: block;
  outline: 0px;
  padding: 16px;
  width: 80%;
  font-family: Frutiger, sans-serif;
  line-height: 25px;
  font-size: 13.3333px;  
  outline: none;
  height: unset;
  box-shadow: none;
}

.search-wrapper-inner form input.SearchInput:focus {
  outline: auto thin;
  outline-offset: 3px;
}

.search-wrapper-inner form input.SearchButton {
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
  color: white;
  background: rgb(209, 24, 71);
  padding: 1.25rem;
  font-family: "Frutiger Bold", sans-serif;
  border: none;
  font-size: 1rem;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  width: 19%;
  text-transform: uppercase;
  margin-top: 0;
  border-radius: unset;
  font-weight: 400;
}

.search-wrapper-inner form img.CloseIconWrapper {
  width: 46px;
  margin: 0px 8px;
  cursor: pointer;
  margin-left: 12px;
  padding: 12px;
  background: rgb(209, 24, 71);
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.search-wrapper-inner form input.SearchButton:hover {
  color: rgb(209, 24, 71);
  background: white;
  outline: rgb(209, 24, 71) solid thin;
}

.language .hs-menu-wrapper>ul>li.clicked>ul {
  display: block;
}

.language .hs-menu-wrapper>ul>li>ul>li>a {
  border: none;
  cursor: pointer;
  transition: all 0.03s ease-in-out 0s;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  color: rgb(53, 53, 53);
  text-decoration: none;
  font-size: 15px;
  font-family: "Frutiger Light", sans-serif;
  font-weight: 700;
}

.language .hs-menu-wrapper>ul>li>ul>li>a:hover {
  background: rgb(240, 240, 240);
  text-decoration: underline;
}

.language .hs-menu-wrapper>ul>li>ul>li>a img {
  margin-right: 6px;
  width: 20px;
  height: 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  top: 100%;
  background-color: #fff;
  padding: 5px;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  display:block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  border: none;
  color: #353535;
  font-size: 15px;
  font-family: "Frutiger Light", sans-serif;
  font-weight: 700;
  padding-top: 5px;
  padding: 10px 5px;
}

.mobile-section {
  width: 100%;
  height: 4rem;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  top: 0px;
  z-index: 10;
  background: white;
  display: none;
  line-height: normal;
}

.mobile-slide {
  position: relative;
  z-index: 10;
  display: none;
  line-height: normal;
}

.mobile-open .mobile-slide {
  display: block;
}

.t-header {
  min-height: 64px;
}




/* lp-header css */
header.lp-header {
  display: block;
  background: rgba(255,255,255,1);
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100%;
  height: 38px;
  position: relative;
}

.lp-header .container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  height: 38px;
}

.lp-header .lp-logo {
  left: -10px;
  top: -5px;
  display: block;
  background: rgba(255,255,255,0);
  z-index: 1;
  position: absolute;
}



/* end */


.lp-header .right-link a {
  display: block;
  border-style: none;
  border-radius: 28px;
  top: -2px;
  z-index: 35;
  width: 73px;
  height: 42px;
  position: absolute;
  background: rgba(211,17,69,0);
  box-shadow: none;
  text-shadow: none;
  color: #000;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  font-family: Poppins;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
  white-space: nowrap;
  right:0;
}

.lp-header .right-link a span.label {
  position: absolute;
  top: 50%;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  padding: 0 8px 0 8px;
  cursor: pointer;
  margin-top: -7px;
}



main.custom-landing {
  font-weight: 600;
  font-family: Poppins;
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-style: normal;
}

@media (max-width:1100px) and (min-width:981px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    white-space: nowrap;
    font-size: 14px;
  }
  .right-login-menu .hs-menu-wrapper>ul>li>a {
    white-space: nowrap;
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin: 0px 4px;
  }
  .right-login-menu .hs-menu-wrapper>ul>li {
    padding: 0.9rem;
  }
}



@media (max-width:980px) {
  header.header {
    display: none;
  }
  .search-wrapper {
    display: none;
  }
  .mobile-section {
    display: flex;
  }
  .mobile-section .logo img {
    width: 106px !important;
    height: 50px;
    margin-left: 10px;
  }
  .mobile-section .right-menu {
    display: flex;
    flex-direction: row;
    place-content: flex-end;
    justify-self: flex-end;
    width: 90%;
  }  
  .mobile-section .right-menu ul {
    display: flex;
    flex-direction: row;
  }
  .mobile-section .right-menu ul li a {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 24px;
    cursor: pointer;
    text-decoration: none;
    border: none;
  }
  .mobile-section .right-menu ul li a p.presentation {
    font-family: Frutiger, sans-serif;
    text-align: center;
    margin: 0px;
    padding-top: 8px;
    font-size: 0.75rem;
  }
  .mobile-section .right-menu ul li:last-child a {
    margin-right: 16px;
  }
  .mobile-section .right-menu ul li a img {
    width: 25px;
    height: 25px;
    margin: 0px 8px;
    cursor: pointer;
  }
  .mobile-slide .mobile-slide-inner {
    position: fixed;
    background-color: rgb(53, 53, 53);
    width: 100%;
    height: 100vh;
    top: 0px;
    right: 0px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    overflow-y: scroll;
    transform: translateX(0px);
    transition: transform 0.3s ease-in-out 0s;
  }
  .mobile-slide-inner .slide-header {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .slide-header img.MobileSlideout__Icon-sc-1p4a4f1-7 {
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  .slide-header .mobile-logo img {
    height: 20px;
  }
  .mobile-slide-inner .MobileSlideout-SearchBar {
    height: 48px;
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: end;
    justify-content: flex-end;
    position: relative;
  }
  .MobileSlideout-SearchBar input.MobileSlideout__SearchBar-sc-1p4a4f1-6 {
    background-color: rgb(34, 34, 34);
    color: rgb(102, 102, 102);
    border: none;
    padding: 10px;
    width: 100%;
    font-family: Lucida, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1rem;
    outline: 0px;
  }
  .MobileSlideout-SearchBar input.MobileSlideout__Icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  html.mobile-open {
    overflow-y: hidden;
  }
  .MobileSlideout-SearchBar input.MobileSlideout__SearchBar-sc-1p4a4f1-6::-webkit-input-placeholder {
    color: rgb(117, 117, 117);
  }
  .mobile-menu .hs-menu-wrapper>ul>li:not(:last-child) {
    color: rgb(240, 240, 240);
    display: inline-block;
    padding: 0px;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid rgb(68, 68, 68);
    line-height: normal;
    font-size: 16px;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:last-child {
    border-bottom: 0;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>a {
    color: inherit;
    text-decoration: none;
    border: none;
    font-size: 16px;
    line-height: normal;
    padding: 16px 0;
    display: inline-block;
    width: 100%;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>ul {
    position: relative;
    display: none;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:first-child>ul>li {
    color: rgb(240, 240, 240);
    display: inline-block;
    padding: 16px 0px;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
  } 
  .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a {
    color: inherit;
    text-decoration: none;
    border: none;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:first-child>ul>li:not(:last-child) {
    border-bottom: 1px solid rgb(68, 68, 68);
  }
  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    cursor: pointer;
    text-align: center;
  } 

  .child-open > .child-trigger:after {
    visibility: hidden;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>ul>li:last-child {
    padding-bottom: 0;
  }
  .mobile-menu .hs-menu-wrapper>ul>li .child-trigger:after,
  .mobile-menu .hs-menu-wrapper>ul>li .child-trigger:before {
    content: unset;
  }
  .mobile-menu .hs-menu-wrapper>ul>li .child-trigger:before {
    content: "";
    position: absolute;
    right: 0px;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    width: unset;
    height: unset;
    top: 16px;
    background-color: unset;
    left: auto;
    color: #f0f0f0;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:last-child>a {
    color: rgb(240, 240, 240);
    display: inline-block;
    padding: 16px 0px;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    position: relative;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:last-child {
    position: relative;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:last-child .child-trigger {
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: normal;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:last-child>ul>li {
    display: flex;
    flex-direction: column;
    padding-left: 16px;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:last-child>ul>li>a {
    color: rgb(240, 240, 240);
    font-size: 1rem;
    padding: 8px 0px;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:last-child>ul>li>a>img {
    margin-right: 6px;
    width: 20px;
  }
  .mobile-menu .hs-menu-wrapper>ul>li.child-open .child-trigger:before {
    content: "";
    position: absolute;
    right: 0px;
    border-top: 0.3em solid;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
  }
}




@media (max-width:600px) {
  header.lp-header {
    display: block;
    background: rgba(255,255,255,1);
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 38px;
    position: relative;
  }
  .lp-header .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    height: 38px;
  }
  .lp-header .right-link a {
    display: block;
    border-style: none;
    border-radius: 28px;   
    top: -2px;
    z-index: 35;
    width: 73px;
    height: 42px;
    position: absolute;
    background: rgba(211,17,69,0);
    box-shadow: none;
    text-shadow: none;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-family: Poppins;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    white-space: nowrap;
    right: 0;
  }
}
footer.footer {
  font-size: 16px;
  line-height: normal;
}

footer .bottom-section {
  width: 100%;
  background: rgb(53, 53, 53);
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 32px 0px;
}

.bottom-section .bottom-section-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  color: white;
}

.bottom-section-inner .copyright-wrapper {
  width: 50%;
  display: flex;
  -webkit-box-pack: initial;
  justify-content: initial;
  padding: 0px 0px 0px 32px;
}

.bottom-section-inner .privacy-links {
  width: 50%;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 0px 0px 0px 32px;
}

.copyright-wrapper p {
  margin: 0;
  font-size: 16px;
  line-height: normal;
}

.privacy-links ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.privacy-links ul li {
  margin: 0px 32px 0px 0px;
}

.privacy-links ul li a {
  color: inherit;
  text-decoration: none;
  border: none;
  font-size: 16px;
  line-height: normal;
}

footer .top-section {
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.top-section .page-center {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: flex-start;
  padding: 96px;
  max-width: 1440px;
}

.top-section .first,
.top-section .second,
.top-section .third,
.top-section .fourth {
  display: flex;
  flex-direction: column;
  width: 25%;
  height: 100%;
  flex: 1 1 0%;
}

.heading {
  font-size: 1.25rem;
  color: white;
  margin-bottom: 1rem;
  margin-top: 20px;
}

.menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.menu ul li a {
  color: rgb(255, 255, 255);
  padding: 0.25rem 0px;
  line-height: 1.8;
  border: none;
}

.social-share ul {
  margin: 0;
  padding: 0;
}

.social-share ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.social-share ul li {
  list-style: none;
}

.social-share ul li a {
  margin: 0px 18px 0px 0px;
  color: rgb(255, 255, 255);
  border: none;
}

.social-share ul li a img {
  height: 30px;
  width: 27px;
  object-fit: contain;
}

.social-share ul li a img:hover {
  opacity: 0.5;
}


.lp-footer {
  display: block;
  background: rgba(53,53,53,1);
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100%;
  height: 313px;
  position: relative;
  margin: 0;
  padding: 0;
}

.lp-footer .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  height: 313px;
}

.lp-footer .lp-image {
  display: block;
  background: rgba(255,255,255,0);
  z-index: 46;
}

.lp-footer .lp-image .lp-image-inner {
  margin: 0;
  padding: 0;
  border-style: none;
  border-radius: 0px;
  width: 207px;
  height: 98px;
  margin: 0 auto;
}

.lp-footer .lp-image .lp-image-inner img {
  width: 207px;
  height: 98px;
  vertical-align: top;
  margin-top: 10px;
}

.lp-footer .lp-description {
  display: block;
  background: rgba(255,255,255,0);
  border-style: none;
  border-radius: 0px;
  z-index: 47;
  max-width: 595px;
  height: 140px;
  margin: 0 auto;
}

.lp-description p {
  margin-bottom: 0;
  text-align: justify;
  line-height: 24px;
  font-weight: 500;
  font-family: Poppins;
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-style: normal;
  margin-top: 21px;
}



@media (max-width:980px) {
  .bottom-section .bottom-section-inner {
    padding: 0.25rem;
  }
  .bottom-section-inner .copyright-wrapper,
  .bottom-section-inner .privacy-links {
    width: 100%;
    text-align: center;
    font-size: 0.85rem;
    padding: 0px 0rem 1rem 0px;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .copyright-wrapper p {
    font-size: 0.85rem;
  }
  .privacy-links ul li a {
    font-size: 0.85rem;
  }
  .top-section .page-center {
    padding: 1rem;
  }
  .top-section .first,
  .top-section .second,
  .top-section .third,
  .top-section .fourth {
    width: 50%;
    flex: 1 1 auto;
  }
  .fourth .heading {
    text-align: center;
  }
  .social-share ul {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media (max-width:740px) {
  .top-section .first,
  .top-section .second,
  .top-section .third,
  .top-section .fourth {
    width: 100%;  
  }
}


@media (max-width:600px) {
  .lp-footer {
    height: 263px;
  }
  .lp-footer .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    height: 263px;
  }
  .lp-footer .lp-image {
    display: block;
    background: rgba(255,255,255,0);
    z-index: 46;
  }
  .lp-footer .lp-image .lp-image-inner {
    border-style: none;
    border-radius: 0px;
    width: 207px;
    height: 98px;
  }
  .lp-footer .lp-image .lp-image-inner img {
    width: 207px;
    height: 98px;
  }
  .lp-footer .lp-description {
    display: block;
    background: rgba(255,255,255,0);
    border-style: none;
    border-radius: 0px;
    left: 19px;
    top: 3972px;
    z-index: 47;
    max-width: 403px;
    height: 210px;
    -webkit-transform: scale(0.7);
    -webkit-transform-origin: 0 0;
  }
  .lp-description p {
    margin-top: 7px;
  }
  .lp-footer .lp-description {
    margin-right: -102px;
  }
}


@media (max-width:380px) {
  .top-section .first,
  .top-section .second,
  .top-section .third,
  .top-section .fourth {
    width: 100%;
    text-align: center;
  }
  .privacy-links ul li {
    margin: 0px 16px 0px 0px;
  }
}

@media (max-width:325px) {
  .lp-footer .lp-description {
    margin-right: -109px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}


.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}


/* New Hero Banner */
.hero-banner-section { width: 100%; display: inline-block; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; padding: 60px 0 0 0; }
.hero-banner-section .hero-banner-wrap { width: 100%; text-align: center; position: relative; z-index: 9; max-width: 700px; margin: 0 auto; padding: 30px 30px 55px 30px; }
.hero-banner-section .hero-banner-wrap:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; right: 0; background-color: rgba(0, 0, 0, 0.5); }
.hero-banner-section .hero-banner-wrap .cta { width: 100%; display: inline-block; position: relative; }
.hero-banner-section .hero-banner-wrap .cta a { display: inline-block; padding: 15px 20px; background: #D31145; color: #fff; text-transform: uppercase; font-size: 16px; transition: all ease .25s; border: 1px solid transparent; font-weight: 400; font-family: "Frutiger Bold", sans-serif; }
.hero-banner-section .hero-banner-wrap .cta a:hover { background-color: #fff; color: #D31145; }
.hero-banner-section .hero-banner-wrap .banner-title { width: 100%; display: inline-block;position: relative; }
.hero-banner-section .hero-banner-wrap .banner-title h1 { width: 100%; display: inline-block; color: #fff; font-size: 38px; }
.hero-banner-section .hero-banner-wrap .sub-title { width: 100%; display: inline-block;position: relative; }
.hero-banner-section .hero-banner-wrap .sub-title p { width: 100%; display: inline-block; color: #fff;font-weight: 500; font-size: 25px; line-height: 1.1; }
.new-home .hero-banner-section .hero-banner-wrap .sub-title h4 {font-size: 20px;line-height: 30px;}

.four-col-wrapper { width: 100%; display: inline-block; padding: 30px 15px 10px 0; }
.four-col-wrapper .four-col-heading { width: 100%; display: inline-block; text-align: center; }
.four-col-wrapper .four-col-wrap { width: 100%; display: flex; align-items: center; justify-content: space-between; margin: 0; flex-wrap: wrap; }
.four-col-wrapper .four-col-wrap .image-box { width:calc(100% / 4 - 20px); display: inline-block; vertical-align: top; position: relative; line-height: 0; overflow: hidden; transition: all .5s ease-in-out; margin: 0 10px; }
.four-col-wrapper .four-col-wrap .image-box a img { width: 100%; height: 250px; object-fit: cover; object-position: center; }
.four-col-wrapper .four-col-wrap .image-box .image-text { width: 100%; position: absolute; top: 50%; transform: translate(0, -50%); text-align: center; padding: 15px; z-index: 9; }
.four-col-wrapper .four-col-wrap .image-box .image-text .image-title { width: 100%; display: inline-block; }
.four-col-wrapper .four-col-wrap .image-box .image-text .image-title h3 { font-size: 18px; color: #fff; line-height: 23px; }
.four-col-wrapper .four-col-wrap .image-box .image-text span { width: auto; display: inline-block; font-size: 18px; color: #fff; text-transform: uppercase; position: relative; }
.four-col-wrapper .four-col-wrap .image-box .image-text span:before { position: absolute; right: -35px; top: -12px; content: ''; background-image: url(https://20336445.fs1.hubspotusercontent-na1.net/hubfs/20336445/CFIB%20Folder%20August/Images/download.svg); height: 20px; width: 20px; background-repeat: no-repeat; background-size: cover; background-position: center; transition: all 0.3s ease; }
.four-col-wrapper .four-col-wrap .image-box .image-text span:hover:before { transform: translate(-8px, 0px); }
.four-col-wrapper .four-col-wrap .image-box:after { position: absolute; content: ''; width: 100%; height: 100%; left: -100%; top: 0; background-color: #D31145; overflow: hidden; transition: all 0.5s ease-in-out; }
.four-col-wrapper .four-col-wrap .image-box:hover:after { left: 0; }
.four-col-wrapper .four-col-wrap .image-box .read-more { width: 100%; display: inline-block; opacity: 0; }
.four-col-wrapper .four-col-wrap .image-box:hover .read-more { opacity: 1; }
.four-col-wrapper .four-col-wrap .image-box:first-child { margin-left: 0; }
.four-col-wrapper .four-col-wrap .image-box:last-child { margin-right: 0; }
.four-col-wrapper { padding-right: 0; }


.membership-benefits-section { width: 100%; display: inline-block; padding: 30px 15px 120px 15px; z-index: 1; /*position: relative; background-image: url(https://20336445.fs1.hubspotusercontent-na1.net/hubfs/20336445/CFIB_July2021/images/background-img.jpg); line-height: 0; vertical-align: top; height: 100%; background-size:auto; background-repeat: repeat; background-position: center;*/ }
.membership-benefits-section .section-title { width: 100%; display: flex; text-align: center; padding: 0px; align-items: center; justify-content: center; margin-bottom: 30px; }
.membership-benefits-section .section-title img { width: 100%; max-width: 100px; object-fit: contain; padding-right: 15px; }
.membership-benefits-section .section-title img.fr_logo { padding-right: 0px; padding-left: 15px; }
.membership-benefits-section .section-title h3 { width: auto; display: inline-block; color: rgb(53, 53, 53); margin-bottom: 0px; }
.membership-benefits-section .benefits-wrap { width: calc(100% + 30px); display: flex; justify-content: flex-start; align-items: stretch; margin: 0 -15px; flex-wrap: wrap; }
.membership-benefits-section .benefits-wrap .benefits-box { width: calc(100% / 3 - 30px); display: inline-block; vertical-align: top; margin: 0 15px; text-align: center; transition: all 0.5s ease-in-out; background: #ffffff; box-shadow: 0px 0px 2px 1px rgb(0 0 0 / 5%); border-radius: 8px; border-top: 5px solid #FDB913; border-bottom: 5px solid #FDB913; }
.membership-benefits-section .benefits-wrap .benefits-box:nth-child(2) { border-top: 5px solid #0081C6; border-bottom: 5px solid #0081C6; }
.membership-benefits-section .benefits-wrap .benefits-box:nth-child(3) { border-top: 5px solid #B2BB1E; border-bottom: 5px solid #B2BB1E; }
.membership-benefits-section .benefits-wrap .benefits-box .inner-wrap { width: 100%; display: inline-block; padding: 20px 30px; }
.membership-benefits-section .benefits-wrap .benefits-box .inner-wrap .benefits-image { width: 100%; display: inline-block; }
.membership-benefits-section .benefits-wrap .benefits-box .inner-wrap .benefits-image img { width: 100%; max-width: 100px; height: 100px; object-fit: cover; object-position: center; background-color: #fff; border-radius: 50%; padding: 5px; }
.membership-benefits-section .benefits-wrap .benefits-box .inner-wrap .image-title { width: 100%; display: inline-block; }
.membership-benefits-section .benefits-wrap .benefits-box .inner-wrap .image-title h4 { width: 100%; display: inline-block; color: rgb(53, 53, 53); padding: 10px 0 0 0; font-size: 20px; line-height: 28px; font-family: 'Frutiger Bold'; }
.membership-benefits-section .benefits-wrap .benefits-box .inner-wrap .caption { width: 100%; display: inline-block; position: relative; }
.membership-benefits-section .benefits-wrap .benefits-box .inner-wrap .caption p { width: 100%; display: inline-block; color: rgb(53, 53, 53); font-size: 16px; line-height: 24px; }
.membership-benefits-section .section-cta { width: 100%; display: inline-block; text-align: center; padding: 0 0 40px; }
.membership-benefits-section .section-cta a { display: inline-block; background-color: #D31145; padding: 15px 78px; color: #fff; text-transform: uppercase; font-family: 'Frutiger Bold'; font-size: 16px; border: 1px solid #D31145; transition: all 0.2s ease-in-out 0s; }
.membership-benefits-section .section-cta a:hover { background-color: #fff; color: #D31145; }


.membership-benefits-section .benefits-wrap .benefits-box .inner-wrap .caption:before { position: absolute; content: ''; width: 100%; height: 1px; left: 0; bottom: 0px; background-color: #fdb913; right: 0; margin: 0 auto; max-width: 100%; display: block; }
.membership-benefits-section .benefits-wrap .benefits-box:nth-child(2) .caption:before { background: #0081c6; }
.membership-benefits-section .benefits-wrap .benefits-box:nth-child(3) .caption:before { background: #b2bb1e; }
.membership-benefits-section .benefits-wrap .benefits-box .list-caption { text-align: left; font-size: 16px; line-height: 24px; display: inline-block; width: 100%; padding: 30px 0 0; }
.membership-benefits-section .benefits-wrap .benefits-box .list-caption li { padding-bottom: 10px; list-style: none; position: relative; padding-left: 30px; }
.membership-benefits-section .benefits-wrap .benefits-box .list-caption ul { position: relative; width: 100%; margin-left: 0; padding-left: 0; }
.membership-benefits-section .benefits-wrap .benefits-box .list-caption ul li:before { content: ''; position: absolute; top: 6px; left: 0; background: url(https://20336445.fs1.hubspotusercontent-na1.net/hubfs/20336445/CFIB_2022/Images/arrow-yellow.png); width: 23px; height: 16px; }
.membership-benefits-section .benefits-wrap .benefits-box:nth-child(2) .list-caption ul li:before { background: url('https://20336445.fs1.hubspotusercontent-na1.net/hubfs/20336445/CFIB_2022/Images/arrow-blue.png'); }
.membership-benefits-section .benefits-wrap .benefits-box:nth-child(3) .list-caption ul li:before { background: url(https://20336445.fs1.hubspotusercontent-na1.net/hubfs/20336445/CFIB_2022/Images/arrow-green.png); }
.new-btn-outline a { background: #FFFFFF; border: 1px solid #3B3F3F; border-radius: 88px; padding: 15px 78px; font-weight: 700; font-size: 20px; line-height: 23px; text-align: center; color: #3B3F3F; display: inline-block; }
.section-cta h3 { font-weight: 700; font-size: 26px; line-height: 120%; text-align: center; color: #3B3F3F; }
.section-cta h3 { padding-top: 60px !important; }
.section-cta .bottom-content { width: 100%; display: inline-block; max-width: 850px; text-align: center; font-size: 16px; line-height: 24px; }
.new-btn-fill { display: inline-block; width: 100%; margin-top: 30px; }
.new-btn-fill a { background: #D31145; border-radius: 88px; padding: 15px 78px; font-size: 20px; line-height: 23px; text-align: center; color: #ffffff; }
.new-btn-outline a:hover { background: #3B3F3F; color: #ffffff; }


.leave-money-full { width: 100%; display: inline-block; vertical-align: middle; padding: 50px 0 80px 0;  }
.leave-money-full .title { width: 100%; display: inline-block; vertical-align: middle; padding:0 0 15px 0; text-align: center; }
.leave-money-full .title h2 { width: 100%; display: inline-block; margin: 0; padding: 0; position: relative; font-weight: 600; font-family: 'Frutiger';}
.leave-money-full .caption-wrap { width: 100%;  display: inline-block;  margin: 0; }
.leave-money-full .caption-wrap .caption { width: 100%; display: inline-block; vertical-align: middle; text-align: center; }
.leave-money-full .caption-wrap .caption p { width: 100%; display: inline-block; opacity: 0.8; }
.leave-money-full .caption-wrap .caption h3 { color: #fff; margin: 30px 0; }
.leave-money-full .caption-wrap p a{ color:#D31145;  text-decoration:underline;  font-family: 'Frutiger'; }
.leave-money-full .bottom-cta { width: 100%; display: flex; vertical-align: middle; text-align: center; align-items: center; justify-content:center; }
.leave-money-full .bottom-cta a { width: auto; display: inline-block; background: #D31145; color: #fff; padding: 15px 60px; font-size: 16px; line-height: 26px; font-weight: normal; letter-spacing: 1px; border-radius: 30px; border: 1px solid #D31145; transition: .4s ease-in-out; text-transform: uppercase; }
.leave-money-full .bottom-cta a:hover{ color: #D31145; background: #fff; border: 1px solid #D31145; }
.leave-money-full.left .title { text-align: left; }
.leave-money-full.left .caption { text-align: left; }
.leave-money-full.left .bottom-cta { justify-content: flex-start; }
.leave-money-full.right .title { text-align: right; }
.leave-money-full.right .caption { text-align: right; }
.leave-money-full.right .bottom-cta { justify-content: flex-end; }

.new-four-col-sec-blog { width: 100%; display: inline-block; padding: 50px 0 80px 0; opacity: 0; }
.new-four-col-sec-blog .wrapper { width: 100%; display: inline-block; padding: 0 32px; }
.new-four-col-sec-blog .section-title { width: 100%; display: inline-block; text-align: center; padding: 0 0 30px 0; }
.new-four-col-sec-blog .section-title h2 { width: 100%; display: inline-block; font-family: 'Frutiger'; color: #000; font-style: normal; margin: 0; text-transform: none; font-size: 36px; line-height: 120%; }
.new-four-col-sec-blog .four-col-wrap-inner { width: calc(100% + 30px); display: flex; align-items: stretch; justify-content: flex-start; margin: 0 -15px; flex-wrap: wrap; }
.new-four-col-sec-blog .four-col-wrap-inner .three-col-item { width: 100%; display: inline-block; vertical-align: top; margin: 0 15px; border-radius: 10px; box-shadow: 0px 1px 5px rgb(0 0 0 / 15%); padding: 0 0 15px 0; transition: all .1s ease-in-out; margin: 5px 15px 5px; background: #ffffff; }
.new-four-col-sec-blog .four-col-wrap-inner .three-col-item .three-col-image { width: 100%; display: inline-block; }
.new-four-col-sec-blog .four-col-wrap-inner .three-col-item .three-col-image a { width: 100%; display: inline-block; }
.new-four-col-sec-blog .four-col-wrap-inner .three-col-item .three-col-image img { width: 100%; display: inline-block; object-fit: cover; object-position: center; height: 280px; border-radius: 10px 10px 0 0; }
.new-four-col-sec-blog .four-col-wrap-inner .three-col-title { width: 100%; display: inline-block; margin: 40px 0 20px 0; }
.new-four-col-sec-blog .four-col-wrap-inner .three-col-title a h3 { font-family: 'Frutiger'; font-style: normal; font-weight: 700; font-size: 20px; color: #000; margin: 0; line-height: 30px !important; text-transform: none; }
.new-four-col-sec-blog .four-col-wrap-inner .three-col-title { width: 100%; display: inline-block; margin: 0px 0 20px; }
.new-four-col-sec-blog .four-col-wrap-inner .three-col-item .text-box { width: 100%; display: inline-block; padding: 0 25px; margin: 30px 0 0 0; }
.new-four-col-sec-blog .four-col-wrap-inner .three-col-item .text-box .three-col-caption { width: 100%; display: inline-block; }
.new-four-col-sec-blog .four-col-wrap-inner .three-col-item .text-box .three-col-caption p { font-family: 'Frutiger'; font-style: normal; font-weight: 400; font-size: 16px; line-height: 26px; letter-spacing: .3px; color: #000; margin: 0; }
.new-four-col-sec-blog .four-col-wrap-inner .three-col-item:hover .three-col-title a h3 { color: #0076BB; }
.new-four-col-sec-blog .four-col-wrap-inner .three-col-item:hover { box-shadow: 0 3px 3px rgb(0 0 0 / 50%); }
.new-four-col-sec-blog .four-col-wrap-inner .three-col-item .text-box .post-tag { width: 100%; display: inline-block; margin-top: 15px; }
.new-four-col-sec-blog .four-col-wrap-inner .three-col-item .text-box .post-tag ul { padding: 0; margin: 0; list-style: none; display: inline-block; }
.new-four-col-sec-blog .four-col-wrap-inner .three-col-item .text-box .post-tag ul li { display: inline-block; margin-bottom: 15px; margin-right: 15px }
.new-four-col-sec-blog .four-col-wrap-inner .three-col-item .text-box .post-tag ul li a { transition: all .3s ease-in-out; display: inline-block; border: 1px solid #0076BB; padding: 5px 18px; color: #0076BB; border-radius: 50px; font-weight: 700; font-size: 13px; line-height: 19px; font-family: 'Frutiger Light'; }
html[lang="fr"] .new-four-col-sec-blog .four-col-wrap-inner .three-col-item .text-box .post-tag ul li a { text-transform: none; }
.new-four-col-sec-blog .four-col-wrap-inner .three-col-item .text-box .post-tag ul li a:hover { background: #0076BB; color: #fff; border: 1px solid #0076BB; }
.new-four-col-sec-blog .slick-slider .slick-arrow { background: none; border: none; z-index: 9; position: absolute; top: 45%; left: 0; width: auto; height: auto; font-size: 0px; color: #000000; cursor: pointer; transform: translateY(-50%); }
.new-four-col-sec-blog .slick-slider .slick-arrow.slick-prev:before { content: '\f104'; font-size: 63px; line-height: 30px; font-family: FontAwesome; color: #333; margin-left: -10px; }
.new-four-col-sec-blog .slick-slider .slick-arrow.slick-next:before { content: '\f105'; font-size: 63px; line-height: 30px; font-family: FontAwesome; color: #333; margin-right: -10px; }
.new-four-col-sec-blog .slick-slider .slick-arrow.slick-next { left: auto; right: 0px; }
.new-four-col-sec-blog .slick-slider .slick-dots { padding-left: 0; position: absolute; left: 0; right: 0; bottom: -50px; text-align: center; margin: 0; }
.new-four-col-sec-blog .slick-slider .slick-dots li { display: inline-block; margin: 0 5px; }
.new-four-col-sec-blog .slick-slider .slick-dots li button { width: 12px; height: 12px; border-radius: 100%; background-color: #ccc; border: none; padding: 0; text-indent: -9999px; cursor: pointer; }
.new-four-col-sec-blog .slick-slider .slick-dots li.slick-active button { opacity: 1; background-color: #0076BB; }
.popular-topics-main { display: inline-block; width: 100%; position: relative; padding-top: 30px; }
.popular-topics-main .heading_text { width: 100%; display: inline-block; text-align: center; font-size: 20px; line-height: 120%; color: #212529; font-weight: 700; }
.popular-topics-main .popular_tag-list { display: block; width: 100%; max-width: 800px; margin: 0 auto; text-align: center; padding: 20px 0 30px; }
.popular-topics-main .popular_tag-list ul { display: inline-block; margin: 0; padding: 0; list-style: none; }
.popular-topics-main .popular_tag-list ul li { display: inline-block; }
.popular-topics-main .popular_tag-list ul li a { background: #FFFFFF; border: 1px solid #0076BB; border-radius: 70px; padding: 4px 15px; color: #0076BB; font-weight: 700; font-size: 13px; line-height: 18px; }
.popular-topics-main .popular-cta { display: inline-block; width: 100%; text-align: center; }
.popular-cta a { padding: 10px 60px; background: #0076BB; border-radius: 51px; font-weight: 700; font-size: 16px; line-height: 24px; color: #fff; }
.popular-topics-main .popular_tag-list ul li a:hover { color: #ffffff; background: #0076BB; }
.popular-cta a:hover { color: #0076BB; border: 1px solid #0076BB; background: transparent; }

.three-col-bg-wrapper { width: 100%; display: inline-block; background-size: cover; background-repeat: no-repeat; background-position: center;margin: 70px 0 0 0;position: relative;z-index:9; }
.three-col-bg-wrapper .container { padding: 0 15px; }
.three-col-bg-wrapper .wrap { width: calc(100% + 30px); display: flex; justify-content: flex-start; align-items:stretch; margin: 0 -15px;transform: translateY(-100px);flex-wrap:wrap; }
.three-col-bg-wrapper .wrap .wrap-box { width: calc(100% / 3 - 30px); display: inline-block; vertical-align: top; margin: 0 15px 40px 15px; text-align: center; }
.three-col-bg-wrapper .wrap .wrap-box .image-sec { width: 100%; display: inline-block; }
.three-col-bg-wrapper .wrap .wrap-box .image-sec img {transition: all 0.5s ease-in-out;width: 100%; max-width: 220px; height: 220px; border-radius: 100%; object-fit: cover; object-position: center; border: 4px solid #fff; }
.three-col-bg-wrapper:before { width: 100%; height: 100%; position: absolute; content: ''; left: 0; right: 0; top: 0; background-color: rgba(255, 255, 255); opacity: 0.8; display: block; }
.three-col-bg-wrapper .wrap .wrap-box .title { width: 100%; display: inline-block; margin: 40px  0 30px 0; }
.three-col-bg-wrapper .wrap .wrap-box .title h3 { width: 100%; display: inline-block; font-size: 26px; color: rgb(59, 63, 63); }
.three-col-bg-wrapper .wrap .wrap-box .caption { width: 100%; display: inline-block; }
.three-col-bg-wrapper .wrap .wrap-box .caption p { width: 100%; display: inline-block; }
.three-col-bg-wrapper .wrap .wrap-box .cta { width: 100%; display: inline-block; }
.three-col-bg-wrapper .wrap .wrap-box .cta a { display: inline-block; padding:16px; background-color: #D31145; text-transform: uppercase; color: #fff; font-size: 16px; font-family: 'Frutiger Bold'; border: 1px solid #D31145; transition: all 0.25s ease-in-out; }
.three-col-bg-wrapper .wrap .wrap-box .cta a:hover { background-color: #fff; color: #D31145; }

body div#hs-eu-cookie-confirmation-buttons-area {
    display:  none !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording { margin-right: 0px !important; }
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background: inherit;
    border-radius: inherit;
    padding: 1.1em 2.2em;
    gap: 0.2em;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-header-container button#hs-eu-close-button svg {
    width: 21px;
    height: 21px;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a, body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    font-family: Lato,sans-serif!important;
    font-size: 13px!important;
    font-style: normal!important;
    line-height: 18px!important;
    text-align: left!important;
    padding-bottom: 0px !important;
    margin-bottom: 12px;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-header-container{ margin-bottom: 0; }

.full-width-cta .bottom-cta a,
.zig-zag-wrap .zig-zag-inner .zig-zag-left .zig-zag-caption .zig-zag-cta a,
.Workshare-sec .cta a,
body .zig-zag-cta a,
body .zz-cta a,
body .full-width-cta-background .bottom-cta a,
body .hero-banner-section .hero-banner-wrap .cta a,
body .two-col-wrapper-sec-new .wrap .left-part .counter-add-cta a,
body .new-member-sec .section-cta a
{
    background: #D31145;
    border-radius: 88px;
    font-family: 'Frutiger';
    padding-top: 15px;
    padding-bottom: 15px;
} 



@media(max-width:1400px) {
    .new-four-col-sec-blog .four-col-wrap-inner .three-col-item .three-col-image img { height: 240px; }
}

@media(max-width:1160px){
.three-col-bg-wrapper .wrap { width: 100%; margin: 0; }
.three-col-bg-wrapper .wrap .wrap-box { width: 100%; margin: 0; }
.three-col-bg-wrapper .wrap .wrap-box {padding: 0 0 40px 0;}  

}

@media(max-width:991px){
  
  .four-col-wrapper .four-col-wrap .image-box { width: calc(100% / 2 - 20px); padding: 0 0 20px 0; }
  .four-col-wrapper .four-col-wrap .image-box:nth-child(2) { margin-right: 0; }
  .four-col-wrapper .four-col-wrap .image-box:nth-child(3) { margin-left: 0; }
  
  .membership-benefits-section .benefits-wrap { width: 100%; margin: 0; }
  .membership-benefits-section .benefits-wrap .benefits-box { width: 100%; margin: 0; padding: 0 0 20px 0; margin-bottom: 30px; }

  .leave-money-full { padding: 50px 0 50px 0; }
  .new-four-col-sec-blog .four-col-wrap-inner .three-col-item .text-box { margin: 20px 0 0; }
  .new-four-col-sec-blog .four-col-wrap-inner .three-col-title a h3 { font-size: 20px; line-height: 26px !important }
  .new-four-col-sec-blog .four-col-wrap-inner .three-col-item { width: calc(100% / 2 - 30px) }
  .new-four-col-sec-blog .four-col-wrap-inner .three-col-item { width: calc(50% - 30px); margin: 0 15px 30px 15px; }
  .new-four-col-sec-blog .section-title h2 { font-size: 30px; }
  .new-four-col-sec-blog .wrapper { padding: 0 30px; }
  .new-four-col-sec-blog { padding: 50px 0 0 0; }
  .new-four-col-sec-blog .slick-slider .slick-dots { bottom: -15px; }
  
}


@media(max-width:767px){
  .four-col-wrapper .four-col-wrap { width: 100%; margin: 0; }
  .four-col-wrapper .four-col-wrap .image-box { width: 100%; margin: 0 0 20px 0; line-height: 0; }
  
  .membership-benefits-section .benefits-wrap .benefits-box .inner-wrap .image-title h4{font-size:22px;}
  .membership-benefits-section .section-title h3{font-size:22px;}
  .membership-benefits-section .benefits-wrap .benefits-box .inner-wrap { padding: 20px 15px; }  
  
  .leave-money-full{ padding: 50px 0 40px 0; }
  .leave-money-full .bottom-cta a { width: 100%; display: inline-block; margin: 10px 0 0 0; }
  .leave-money-full .bottom-cta { flex-wrap: wrap; }
  
  /*  New Hero Banner  */
  .hero-banner-section .hero-banner-wrap .banner-title h1 { font-size: 25px; }
  .hero-banner-section .hero-banner-wrap { padding: 40px 15px; }
  .hero-banner-section .hero-banner-wrap .cta a { padding: 16px; }
  .hero-banner-section .hero-banner-wrap .sub-title p { font-size: 20px; }
  
  .new-four-col-sec-blog .four-col-wrap-inner .three-col-item { width: 100%; margin: 0 0 30px 0; }
  .new-four-col-sec-blog .four-col-wrap-inner { width: 100%; margin: 0; }
  .new-four-col-sec-blog .four-col-wrap-inner .three-col-item .text-box { margin: 15px 0 0; padding: 0 15px; }
  .new-four-col-sec-blog { padding: 35px 0 50px 0; }
  .new-four-col-sec-blog .section-title h2 { font-size: 25px; }
  .new-four-col-sec-blog .section-title { padding: 0 0 30px; }
  .new-four-col-sec-blog .wrapper { padding: 0 15px; }
  
  .three-col-bg-wrapper .wrap .wrap-box .title h3 { font-size: 22px; }
  .three-col-bg-wrapper .wrap .wrap-box .image-sec img { max-width: 150px; height: 150px; }
  .three-col-bg-wrapper .wrap .wrap-box .title { margin: 30px 0 20px 0; }  
}