*, *: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 ;
    }
}
.container {
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.banner-section .span12 {
  min-height: 0;
}
.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.dnd-section > .row-fluid,
.content-wrapper {
  margin: 0 auto;
}
.body-container .dnd-section>.row-fluid {
    padding: 0 15px;
}
.content-wrapper {
  padding: 0 15px;
}

.body-container--home .dnd-section > .row-fluid{
  padding: 0 15px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0 15px;
  }
}



.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.7em;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}
svg {
  vertical-align: middle;
}
img {
  border: 0; 
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0px;
}
b, strong {
  font-weight: bold;
}
/* 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 {

}

/* Lists */

ul,
ol {

}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
/* Horizontal rules */

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

/* Form fields */

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

/* Labels */

form label {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 30px;
  display: inline-block;
  color: #2B3D5F;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

/* Help text - legends */

form legend {

}

/* 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,
.hs-input{
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  min-height: 64px;
  padding: 10px 25px;
  border-radius: 16px;
  border: 2px solid #ECF0FF;
  font-size: 14px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin: 0;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus,
.hs-input:focus{
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.hs-input::placeholder {
  color: #7691BB;
  opacity: 1;
}


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

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: red;
}
.hs-error-msgs label {
  color: red;
}
.hs-input.invalid.error {
  border-color: #EF6B51;
}

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

/* Submit button */

.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin: 20px 0;
  font-size: 14px;
  line-height: 27.2px;
  background: linear-gradient(45deg, #74ab0a 0%, #cce83a 100%);
  border-radius: 16px;
  padding: 8px 20px;
  display: inline-block;
  color: #ffffff;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.button:hover,
.hs-button:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 10%);
  color: #74ab0a;
  outline: none;
}
.button:before,
.hs-button:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #ffffff;
  border-radius: 15px;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.hs-button:hover:before,
.button:hover:before{
  opacity: 1;
}
form input[type=checkbox], form input[type=radio] {
    cursor: pointer;
    margin-right: 0.35rem;
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    min-height: auto;
    width: auto;
}
/* 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;
}
.fixed-header {
  min-height: 100px;
}
body.no-banner .fixed-header {
  min-height: 138px;
}
header.header {
  position: fixed;
  top: 0;
  transition: 0.3s;
  border-bottom: 1px solid #ECF0FF;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.3s;
}
.top-header {
  text-align: center;
  font-size: 12px;
  background-color: #243351;
  color: white;
  padding: 5px;
}
.top-header p {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-family: Poppins, sans-serif;
  line-height: 27px;
  font-weight: 300;
}
.top-header a {
  color: #007bff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 27px;
  font-weight: 300;
}
.header-bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 80px;
}
.header-logo {
  max-width: 140px;
}
img {
  vertical-align: middle;
  border-style: none;
}
.header-logo img {
  max-width: 100%;
  height: auto;
  border: 0;
  width: 140px !important;
}
.header-menu-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-menu-primary {
  margin-right: 1.5rem!important;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
  padding: 0px 16px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  z-index: 3;background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;color: #2B3D5F;
  font-size: 15px;display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 36.5px 0px;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  line-height: 27px;
  font-weight: 300;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.first-active>a {
  color: #74ab0a;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.first-active>a:before {
  bottom: 0px;
}

body.fixed .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding: 25px 0px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -7px;
  width: 100%;
  height: 6px;
  background: linear-gradient(45deg, #7CB600 0%, #CDF43C 100%);
  border-radius: 8px 8px 0px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a::before {
  bottom: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before {
  bottom: 0px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a i.plus {
  width: 12px;
  height: 12px;
  line-height: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a i.plus:before , .custom-menu-primary .hs-menu-wrapper>ul>li>a i.plus:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  display: block;
  background-color: #2B3D5F;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a i.plus:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover > a i.plus:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.header-bt-btn a {
  position: relative;
  z-index: 3;
  font-size: 14px;
  background: linear-gradient(45deg, #7CB600 0%, #CDF43C 100%);
  border-radius: 16px;
  padding: 8px 20px;
  display: inline-block;
  color: #ffffff;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  font-family: Poppins, sans-serif;
  line-height: 27px;
  font-weight: 300;
}
.header-bt-btn a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 10%);
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 10%);
  color: #74ab0a !important;
  text-decoration: none;
}
.header-bt-btn a:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background: #ffffff;
  border-radius: 15px;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.header-bt-btn a:hover:before {
  opacity: 1;
}
.navi-trigger , .mobile-menu-wrapper {
  display: none !important;
}
.header-no-navigation .bottom-header {
  padding-top: 10px;
  padding-bottom: 10px;
}
/* .fixed-header.header-no-navigation {
min-height: 80px;
} */



@media screen and (min-width: 576px){
  .mobile-menu-wrapper {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .mobile-menu-wrapper {
    max-width: 720px;
  }
}


@media (min-width: 992px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a::before {
    content: "";
    width: 0;
    height: 2px;
    display: inline-block;
    margin-right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 2px solid;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:hover>a::before {
    width: 20px;
    margin-right: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    min-width: 250px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 0px 20px 40px 0px rgb(25 31 160 / 10%);
    box-shadow: 0px 20px 40px 0px rgb(25 31 160 / 10%);
    margin: 0px;
    padding: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #ededed;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    position: relative;
    z-index: 3;
    background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;padding: 10px;
    display: block;color: #2B3D5F;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1200px){
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding: 0px 10px;
  }
}

@media (max-width: 991px){
  header.header {
    background: #fff;
  }       
  .custom-menu-primary {
    display: none;
  }
  .navi-trigger {
    border: none;
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0px;
    padding: 0px;
    border-radius: 16px;
    background: linear-gradient(45deg, #7CB600 0%, #CDF43C 100%);
    margin-left: 15px;
    display: block !important;
    cursor: pointer;
  }
  .navi-trigger span {
    width: 30px;
    height: 4px;
    display: block;
    background-color: #ffffff;
    border-radius: 16px;
    margin: 7px auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  button.navi-trigger.slicknav_collapsed.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(9px, 18px);
    transform: rotate(45deg) translate(9px, 18px);
    width: 20px;
  }
  button.navi-trigger.slicknav_collapsed.active span:nth-child(2) {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  button.navi-trigger.slicknav_collapsed.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(7px, 2px);
    transform: rotate(-45deg) translate(7px, 2px);
    width: 20px;
  }
  .mobile-menu-wrapper {
    background-color: #fff;
    z-index: 99999;
    overflow: hidden;
    margin: auto;
    display: block !important;
  }
  .mobile-menu {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    border-radius: 2px;
    max-height: 80vh;
    overflow: auto;
    display: none;
  }
  .mobile-menu .hs-menu-wrapper > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .mobile-menu .hs-menu-wrapper > ul > li {
    border-bottom: 1px solid #ecf0ff;
    padding: 15px 20px;
    position: relative;
    width: 100%;
    display: block;
  }
  .mobile-menu .hs-menu-wrapper>ul>li:last-child {
    border-bottom: none;
  }
  .mobile-menu .hs-menu-wrapper > ul > li > a {
    position: relative;
    z-index: 3;background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;margin: 0;
    padding: 0;
    display: inline-block;
    color: #2B3D5F;
    font-size: 16px;display: block;
  }
  .mobile-menu .hs-menu-wrapper > ul > li:hover > a {
    color: #74ab0a;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;border-left: 1px solid #ecf0ff;
    display: none;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>ul>li {
    position: relative;
    width: 100%;
    display: block;padding: 8px 0 8px 15px;
    border-bottom: 1px solid #ededed;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>ul>li:last-child {
    border-bottom: none;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a {
    position: relative;
    z-index: 3;background-color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;margin: 0;
    padding: 0;
    display: inline-block;
    color: #2B3D5F;
    font-size: 16px;display: block;
  }
  .mobile-menu .hs-menu-wrapper>ul>li.active>a ,.mobile-menu .hs-menu-wrapper>ul>li>ul>li:hover>a {
    color: #74ab0a;
  }
  .mobile-menu .hs-menu-wrapper>ul>li.active>a {
    background: 0 0;
    color: #74ab0a;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>a.active {
    color: #74ab0a;
  }
}

@media (max-width: 520px){
  button.navi-trigger.slicknav_collapsed {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .navi-trigger span {
    width: 24px;
    height: 2px;
    margin: 6px auto;
  }
  .header-bt-btn a {
    padding: 5px 16px;
    font-size: 12px;
  }
  .header-logo {
    max-width: 100px;
  }
  .navi-trigger.slicknav_collapsed.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(4px, 14px) !important;
    transform: rotate(45deg) translate(5px, 10px) !important;
    width: 10px !important;
  }
  .navi-trigger.slicknav_collapsed.active span:nth-child(2) {
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    width: 14px !important;
  }
  .navi-trigger.slicknav_collapsed.active span:nth-child(3) {
    width: 10px !important;
    -webkit-transform: rotate(-45deg) translate(6.5px, -1.3px) !important;
    transform: rotate(-45deg) translate(6.5px, -1.3px) !important;
  }
}

@media (max-width: 324px){
  body.no-banner .fixed-header {
    min-height: 172.19px;
  }
  .fixed-header {
    min-height: 172.19px;
  }
  .header-no-navigation .bottom-header {
    padding: 0;
  }
}
.map-area {
  display: none !important;
}
.ft-social-list a:hover svg {
  fill: #7CB600;
}
.footer-area {
  margin-top: 70px;
}
.footer__container {
  padding: 0 15px;
}
.footer-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
}

.home-page-t .footer-row {
  margin: 0;
}
.footer-row-inner {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-right {
  text-align: center;
}
.ft-bottom {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.footer__copyright {
  padding: 32px 0px;
  border-top: 1px solid #ECF0FF;
  text-align: center;
  font-size: 16px;
}
.footer__copyright p {
  margin: 0;
}

.family-page .ft-social-list svg {
  fill: #ffffff;
}

.family-page .ft-term-list a {
  color: #ffffff !important;
}

.family-page .footer__copyright p {
  color: #ffffff;
}


@media (min-width: 768px){
  .footer-row-inner {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-right {
    text-align: right;
  } 
  .footer-row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px){
  .ft-bottom {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navigation-primary ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
body.mission-page .fixed-header {
  min-height: auto;
}
.mission-page .section_4 h3 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  margin: 0 0 20px;
  font-family: 'Poppins', sans-serif;
  color: #2B3D5F;
}
.workplace-page .section_2 .employee-benefits-wrapper .row.bn-items .col-sm-6.right img {
  margin-bottom: 1.5rem;
}
.mission-page .section_3 .dnd-section {
  padding: 0;
}
.mission-page .section_3 .dnd-section>.row-fluid {
  padding: 0 15px;
}
.mission-page .section_3 .dnd-section .dnd-column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 41.6667%;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}
.mission-page .section_3 {
  display: none;
}
.mission-page .section_3 .hs_cos_wrapper_type_linked_image {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  transform: translateY(-50%);
  display: block;
}
.mission-page .section_4 .dnd-section>.row-fluid {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-right: auto;
  margin-left: auto;
}
.mission-page .section_4 .dnd-section .dnd-column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 41.6667%;
  max-width: 41.6667%;
}
.mission-page .section_2 .dnd-section>.row-fluid {
  width: 100%;
  padding-bottom: 3rem;
  padding-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}
.mission-page .section_2 .dnd-section .dnd-column {
  position: relative;
  width: 100%;
  padding: 0 15px;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.mission-page .section_2 h3 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  margin: 0 0 20px;
  font-family: 'Poppins', sans-serif;
  color: #2B3D5F;
}
.mission-page .rewards-wrapper .reward-header {
  padding-top: 100px;
  padding-bottom: 450px;
  background-position: center bottom;
}
.mission-page .rewards-wrapper .reward-header .container.reward-header-text-wrap .row .col .reward-header-text .desc p strong {
  font-weight: 600;
}
.mission-page .reward-header .container.reward-header-text-wrap .row {
  justify-content: center;
}
.mission-page .rewards-wrapper .reward-header .container.reward-header-text-wrap .row .col .reward-header-text {
  padding: 0;
}
.mission-page .video-wrapper .video-area {
  background-color: rgb(36, 51, 81);
  padding: 3rem 0;
}
.mission-page .video-wrapper .video-area .container {
  padding-bottom: 3rem;
}
.mission-page .video-wrapper .video-area .col-lg-6 {
  display: none;
}
.mission-page .video-wrapper .video-area .row {
  justify-content: center;
}
.reward-page .full-with-content-wrapper .right-col .single-image {
  text-align: unset;
}
.reward-page .full-with-content-wrapper .container .row .left-col h3 {
  margin: 0;
}
.reward-page .full-with-content-wrapper .container .row .left-col .scrlltxt {
  font-size: 20px;
  line-height: 30px;
  height: auto;
}
.reward-page .full-with-content-wrapper {
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.reward-page .video-wrapper .video-area .row {
  -ms-flex-pack: center;
  justify-content: center;
}
.reward-page .video-wrapper .video-area .col-lg-6 .section-title {
  margin: 0;
}
.reward-page .video-area {
  background-color: #FAFBFF;
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}
.reward-page .full-with-content-wrapper .container {
  padding-bottom: 0;
}
.reward-page .full-with-content-wrapper .container .row {
  -ms-flex-align: center;
  align-items: center;
}
.reward-page .video-wrapper .video-area .section-title h2.title {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px;
  line-height: 1.3em;
  font-family: 'Poppins', sans-serif;
  color: #2B3D5F;
  padding: 0;
}
.reward-page .video-wrapper .video-area .section-title h2.title:before{
  display: none;
}
.multifamily-page .section_2 .employee-benefits-wrapper {
  margin-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.multifamily-page .section_1 .employee-benefits-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FAFBFF;
}
.multifamily-page .section_2 .employee-benefits-wrapper .section-title-wrapper .section-title-col .section-title .title {
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.3em;
  font-family: 'Poppins', sans-serif;
  color: #2B3D5F;
  text-align: center;
  font-size: 1.75rem;
  padding: 0;
}
.multifamily-page .section_2 .employee-benefits-wrapper .row.bn-items .col-sm-6.right {
  text-align: center;
}
.multifamily-page .section_2 .employee-benefits-wrapper .section-title-wrapper .section-title-col {
  margin: 3rem 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.multifamily-page .section_2 .employee-benefits-wrapper .section-title-wrapper .section-title-col .section-title {
  margin: 0;
}
.multifamily-page .section_2 .employee-benefits-wrapper .section-title-wrapper .section-title-col .section-title .title::before {
  display: none;
}
.multifamily-page .section_2 .employee-benefits-wrapper .row.bn-items .col-sm-6.left {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.multifamily-page .section_2 .employee-benefits-wrapper .row.bn-items .col-sm-6.left .bn-box {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.singlefamily-page .section_2 .employee-benefits-wrapper {
  margin: 0 0 100px;
  padding: 60px 0;
  background-color: #FAFBFF;
}
.singlefamily-page .section_1 .employee-benefits-wrapper {
  padding: 60px 0;
  margin: 0;
}
.singlefamily-page .section_2 .employee-benefits-wrapper .row.bn-items {
  flex-direction: row-reverse;
}
.singlefamily-page .section_2 .employee-benefits-wrapper .row.bn-items .col-sm-6.right img {
  margin-bottom: 1.5rem;
}
.singlefamily-page .section_2 .employee-benefits-wrapper .section-title-wrapper .section-title-col .section-title .title {
  text-align: center;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.3em;
  font-family: 'Poppins', sans-serif;
  color: #2B3D5F;
  font-size: 1.75rem;
  padding: 0;
}
.singlefamily-page .section_2 .employee-benefits-wrapper .section-title-wrapper .section-title-col .section-title .title::before {
  display: none;
}
.singlefamily-page .section_2 .employee-benefits-wrapper .section-title-wrapper .section-title-col .section-title {
  margin: 0;
}
.singlefamily-page .section_2 .employee-benefits-wrapper .section-title-wrapper .section-title-col {
  margin: 3rem 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.shortterm-page .video-area {
  padding-top: 3rem;
}
.shortterm-page .section_3 .employee-benefits-wrapper {
  margin-bottom: 100px;
  padding-bottom: 60px;
}
.shortterm-page .section_3 .employee-benefits-wrapper .row.bn-items {
  flex-direction: row-reverse;
}
.shortterm-page .section_3 .employee-benefits-wrapper .row.bn-items .col-sm-6.right img {
  margin-bottom: 1.5rem;
}
.shortterm-page .employee-benefits-wrapper .row.bn-items .col-sm-6.right img {
  /*   margin-bottom: 1.5rem; */
}
.shortterm-page .section_3 .employee-benefits-wrapper .section-title-wrapper .section-title-col .section-title .title {
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.3em;
  font-family: 'Poppins', sans-serif;
  color: #2B3D5F;
  text-align: center;
  font-size: 1.75rem;
  padding: 0;
}
.shortterm-page .section_3 .employee-benefits-wrapper .section-title-wrapper .section-title-col .section-title .title::before {
  display: none;
}
.shortterm-page .section_3 .employee-benefits-wrapper .section-title-wrapper .section-title-col .section-title .subtitle {
  display: inline-block;
  text-align: center;
  max-width: 700px;
  font-weight: 600;
  margin: 0 0 15px;
  line-height: 1.3em;
  font-family: 'Poppins', sans-serif;
  color: #2B3D5F;
  padding: 0;
  font-size: 1.25rem;
}
.shortterm-page .section_3 .employee-benefits-wrapper .section-title-wrapper .section-title-col .section-title {
  margin: 3rem 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  position: relative;
  width: 100%;
}
.workplace-page .section_2 .section-title-wrapper .section-title-col {
  text-align: center;
  margin: 3rem 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.workplace-page .section_2 .employee-benefits-wrapper .row.bn-items {
  flex-direction: row-reverse;
}
.workplace-page .section_2 .employee-benefits-wrapper .section-title-wrapper .section-title-col .section-title .title {
  text-align: center;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.3em;
  font-family: 'Poppins', sans-serif;
  color: #2B3D5F;
  padding: 0;
  font-size: 1.75rem;
}
.workplace-page .section_2 .employee-benefits-wrapper .section-title-wrapper .section-title-col .section-title .title::before {
  display: none;
}
.workplace-page .section_2 .employee-benefits-wrapper .section-title-wrapper .section-title-col .section-title .subtitle {
  text-align: center;
  display: inline-block;
  padding: 0;
  font-weight: 600;
  margin: 0 0 15px;
  line-height: 1.3em;
  font-family: 'Poppins', sans-serif;
  color: #2B3D5F;
  font-size: 1.25rem;
}
.workplace-page .section_2 .employee-benefits-wrapper .section-title-wrapper .section-title-col .section-title {
  margin: 0;
}
.workplace-page .section_2 .employee-benefits-wrapper {
  margin-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FAFBFF;
}
.container-fluid.home-banner-slider-section {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.home-banner-slider-section .dnd-section {
  padding: 0;
}
.home-banner-slider-section .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.home-banner-slider-section .dnd-section .dnd-column {
  padding: 0;
}

.reward-page .full-with-content-wrapper .left-col .scrlltxt {
  text-align: unset;
  overflow: unset;
}

.reward-page .full-with-content-wrapper .container .row .left-col .scrollbot-scrollbar-holder {
  display: none;
}

.reward-page .full-with-content-wrapper .container .row .left-col .scrollbot-outer-parent,
.reward-page .full-with-content-wrapper .container .row .left-col .scrollbot-inner-parent,
.reward-page .full-with-content-wrapper .container .row .left-col .scrollbot-outer-parent {
  padding: 0 !important;
}

.family-page .footer-area {
  margin-top: 45px;
}

@media (min-width: 992px){
  .mission-page .section_3 {
    display: block;
  }
  .reward-page .video-wrapper .video-area .col-lg-6 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    margin-left: 8.333333%;
  }
  .reward-page .full-with-content-wrapper .container .row .left-col {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .reward-page .full-with-content-wrapper .container .row .right-col {
    margin-left: 8.333333%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px){
  .multifamily-page .section_2 .employee-benefits-wrapper .row.bn-items .col-sm-6.right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .multifamily-page .section_2 .employee-benefits-wrapper .row.bn-items .col-sm-6.left .bn-box {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}


@media (max-width: 991px){
  .shortterm-page .section_3 .employee-benefits-wrapper .row.bn-items {
    flex-wrap: wrap-reverse;
  }
  .singlefamily-page .section_2 .employee-benefits-wrapper .row.bn-items {
    flex-wrap: wrap-reverse;
  }
  .mission-page .section_2 .dnd-section .dnd-column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  .mission-page .section_3 .dnd-section .dnd-column {
    margin: 0;
    flex: 100%;
    max-width: 100%;
  }
  .mission-page .section_4 .dnd-section .dnd-column {
    flex: 100%;
    max-width: 100%;
  }
}


@media (max-width:575px) {
  .workplace-page .section_2 .employee-benefits-wrapper .row.bn-items {
    flex-flow: wrap-reverse;
  }
}


@media (max-width: 324px){
  .mission-page .rewards-wrapper .reward-header {
    padding-top: 172px;
  }
}



/* akash css */

.charger-section1 .hs_cos_wrapper_type_rich_text {
  margin-top: 3rem;
  text-align: center;
  margin-bottom: 70px;
  display: block;
}

.charger-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.3em;
  font-family: 'Poppins', sans-serif;
  color: #2B3D5F;
  font-size: 45px;
  padding-bottom: 16px;
  position: relative;
}

.charger-section1 .hs_cos_wrapper_type_rich_text h2:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: 0px;
  width: 100%;
  max-width: 800px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(51.56%, #88A1C8), to(#FFFFFF));
  background: linear-gradient(90deg, #FFFFFF 0%, #88A1C8 51.56%, #FFFFFF 100%);
  opacity: 0.3;
}

.charger-section3 .two-column-with-background .left-sec .desh-text-box h3,
.charger-section3 .two-column-with-background .content .left-sec {
  color: #fff;
}

.charger-section3 .two-column-with-background {
  padding-bottom: 1rem;
}

.charger-section5 .two-column-with-background.left {
  padding-bottom: 1rem;
}

.charger-section5 .two-column-with-background.left {
  padding-top: 1.5rem;
}

body.family-page {
  min-height: 100%;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.07%, #2B3D5F), to(#004B66));
  background: linear-gradient(180deg, #2B3D5F 22.07%, #004B66 100%);
}

body.family-page footer.footer {
  background-color: unset;
}

.family-section1 {
  margin-top: 3rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.07%, #2B3D5F), to(transparent));
  background: linear-gradient(180deg, #2B3D5F 22.07%, transparent 100%);
}

.family-section1 .widget-type-rich_text {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

.family-section1 .widget-type-rich_text .hs_cos_wrapper_type_rich_text {
  display: block;
  color: #fff;
  font-size: 18px;
}

.family-page .fixed-header {
  min-height: 79px !important;
}


.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0,0,0,0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.lity.lity-opened {
  opacity: 1
}

.lity.lity-closed {
  opacity: 0
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.lity-loading .lity-loader {
  opacity: 1
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-loading .lity-content,.lity-closed .lity-content {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8)
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  box-shadow: 0 0 8px rgba(0,0,0,0.6)
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0
}

.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.lity-close:active {
  top: 1px
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000
}

.lity-hide {
  display: none
}

.banner-section .dnd-section {
  padding: 0;
}


@media (max-width:1200px) {
  .charger-section1 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 46px;
    line-height: 56px;
  }
}

@media (max-width:768px) {
  .charger-section1 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 36px !important;
    line-height: 46px !important; 
  }
}

/* end */











.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}
.charger-section1 .hs_cos_wrapper_type_rich_text {
  margin-top: 3rem;
  text-align: center;
  margin-bottom: 70px;
  display: block;
}

.charger-section1 .hs_cos_wrapper_type_rich_text h2 {
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.3em;
  font-family: 'Poppins', sans-serif;
  color: #2B3D5F;
  font-size: 45px;
  padding-bottom: 16px;
  position: relative;
}

.charger-section1 .hs_cos_wrapper_type_rich_text h2:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  bottom: 0px;
  width: 100%;
  max-width: 800px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), color-stop(51.56%, #88A1C8), to(#FFFFFF));
  background: linear-gradient(90deg, #FFFFFF 0%, #88A1C8 51.56%, #FFFFFF 100%);
  opacity: 0.3;
}

.charger-section3 .two-column-with-background .left-sec .desh-text-box h3,
.charger-section3 .two-column-with-background .content .left-sec {
  color: #fff;
}

.charger-section3 .two-column-with-background {
  padding-bottom: 1rem;
}

.charger-section5 .two-column-with-background.left {
  padding-bottom: 1rem;
}

.charger-section5 .two-column-with-background.left {
  padding-top: 1.5rem;
}

body.family-page {
  min-height: 100%;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.07%, #2B3D5F), to(#004B66));
  background: linear-gradient(180deg, #2B3D5F 22.07%, #004B66 100%);
}

body.family-page footer.footer {
  background-color: unset;
}

.family-section1 {
  margin-top: 3rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.07%, #2B3D5F), to(transparent));
  background: linear-gradient(180deg, #2B3D5F 22.07%, transparent 100%);
}

.family-section1 .widget-type-rich_text {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}

.family-section1 .widget-type-rich_text .hs_cos_wrapper_type_rich_text {
  display: block;
  color: #fff;
  font-size: 18px;
}

.family-page .fixed-header {
  min-height: 79px !important;
}





/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0,0,0,0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.lity.lity-opened {
  opacity: 1
}

.lity.lity-closed {
  opacity: 0
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.lity-loading .lity-loader {
  opacity: 1
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-loading .lity-content,.lity-closed .lity-content {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  -o-transform: scale(.8);
  transform: scale(.8)
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  box-shadow: 0 0 8px rgba(0,0,0,0.6)
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0
}

.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none
}

.lity-close:active {
  top: 1px
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.6);
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000
}

.lity-hide {
  display: none
}

.banner-section .dnd-section {
  padding: 0;
}






@media (max-width:1200px) {
  .charger-section1 .hs_cos_wrapper_type_rich_text h2 {
    font-size: 46px;
    line-height: 56px;
  }
}