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

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

.dnd-section > .row-fluid,
.page-center{
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900; 
  src: url("https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/BonBillo_September2021/Fonts/FontAwesome5Free-Solid.eot") format("embedded-opentype"),
    url(https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/FontAwesome5Free-Solid.woff2) format("woff2"),
    url(https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/FontAwesome5Free-Solid.woff) format("woff"), 
    url(https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/FontAwesome5Free-Solid.ttf) format("truetype"),
    url("https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/FontAwesome5Free-Solid.svg") format("svg")
      }
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400; 
  src: url("https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/BonBillo_September2021/Fonts/FontAwesome5Free-Regular.eot") format("embedded-opentype"),
    url(https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/FontAwesome5Free-Regular.woff2) format("woff2"),
    url(https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/FontAwesome5Free-Regular.woff) format("woff"), 
    url(https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/FontAwesome5Free-Regular.ttf) format("truetype"),
    url("https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/FontAwesome5Free-Regular.svg") format("svg") 
      }
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;  
  src: url("https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/BonBillo_September2021/Fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"),
    url(https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/FontAwesome5Brands-Regular.woff2) format("woff2"),
    url(https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/FontAwesome5Brands-Regular.woff) format("woff"),
    url(https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/FontAwesome5Brands-Regular.ttf) format("truetype"),
    url("https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/FontAwesome5Brands-Regular.svg") format("svg")
      }

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400
}

@font-face { 
  font-family: eicons;
  src: url("https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/BonBillo_September2021/Fonts/eicons.eot") format("embedded-opentype"),
    url(https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/eicons.woff2) format("woff2"),
    url(https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/eicons.woff) format("woff"),
    url(https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/eicons.ttf) format("truetype"),
    url("https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/eicons.svg") format("svg");
      font-weight: 400;
      font-style: normal
      }

@font-face { 
  font-family: "FontAwesome";
  src: url("https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/BonBillo_September2021/Fonts/FontAwesome.eot") format("embedded-opentype"),
    url(https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/FontAwesome.woff2) format("woff2"),
    url(https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/FontAwesome.woff) format("woff"),
    url(https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/FontAwesome.ttf) format("truetype"),
    url("https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/FontAwesome.svg") format("svg");
      font-weight: 400;
      font-style: normal 
      }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.fa, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa {
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}
@font-face {
    font-family: "jupiterx";
    src: url("https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/BonBillo_September2021/Fonts/jupiterx.eot") format('eot'),
      url("https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/jupiterx.woff2") format('woff2'),
      url("https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/jupiterx.woff") format('woff'),
      url("https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/jupiterx.ttf") format('truetype'),
      url("https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/raw_assets/public/BonBillo_September2021/fonts/jupiterx.svg") format('svg');
}


 



body {
  line-height: 1.5;
  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-top: 0;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none; 
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top:0;
  margin-bottom: .5rem;
  line-height: 1.2; 
}
h2{
  line-height: 1;
}
h3{
  line-height: 1.1;
}
/* Lists */

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 25px;
}

/* Labels */

form label { 
  display: flex;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea,
form .hs-input{
  display: block;
  width: 100% !important;
  max-width: 600px;
  outline: 0;
  background-color: #4e4e4e;
  color: #fafafa;
  font-size: 1rem;
  padding: .6rem .7rem;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 1.5em;
  border-style: solid;
}
form input[type=radio] {
  width: auto !important;
}
form input[type=checkbox] {
  width: auto !important;
}
.hs-form-radio-display{
  display: flex;
}
.hs-form-checkbox-display{
  display: flex;
}

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-error-msg,
.hs-error-msgs label{
  color: #EF6B51;
  margin-top: 0.35rem;
}
form ::-webkit-input-placeholder {
  color: #818a91;
} /* Webkit Browsers */
form :-moz-placeholder {
  color: #818a91;
} /* Firefox 18- */
form ::-moz-placeholder {
  color: #818a91;
} /* Firefox 19+ */
form :-ms-input-placeholder {
  color: #818a91;
} /* IE10 */
/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  margin: 10px 0;
  font-family: "Roboto",Sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

/* 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;
}
.hd_top {
  background-color: #5098cf;
}

.hd_top .header__container {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.hd_top_text h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
  font-family: Roboto;
  margin: 0;
}

.hd_top_text h2 a {
  color: inherit;
}

.hd_btn .hs-button {
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  box-shadow: none;
  text-decoration: none;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  background-color: rgba(0,0,0,0);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 50px 50px 50px 50px;
  padding: 10px 30px 10px 30px;
}

.hd_btn .hs-button:hover {
  color: #5098cf;
  background-color: #fff;
}
.hd_bottom .header__container {
  height: 90px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.custom-menu-primary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation-primary > ul {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  line-height: normal;
}

.navigation-primary > ul > li:not(:last-child) {
  margin-right: 24px;
}

.navigation-primary > ul > li > a {
  font-size: 16px;
/*   text-transform: uppercase; */
  font-weight: 400;
/*   letter-spacing: 1px; */
  padding: 5px 5px 5px 5px; 
  background-color: rgba(211,211,211,0);
  border-color: rgba(0,0,0,0);
  border-style: solid;
  border-width: 0 0 2px 0;
  line-height: normal;
  display: inline-block;
}
.child_trigger {
    font-style: normal;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    width: 14px;
}
.child_trigger::before{
  font-family: FontAwesome !important;
  font-size: inherit;
  font-weight: 400;
  vertical-align: middle;
/*   content: "\f078"; */
  content: url(https://5848903.fs1.hubspotusercontent-na1.net/hubfs/5848903/chevron-down.svg);
}


.hd_logo img {
  display: block;
}
.navigation-primary > ul > li:hover > a {  
  border-color: #000;
}
@media (min-width: 1025px){
  .menu_close,
  .menu_trigger{  
    display: none;
  }
  .custom-menu-primary ul li {
    position: relative;
  }
  .custom-menu-primary ul ul ul {
    left: 100%;
    top: 0;
  }
  .custom-menu-primary ul li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary ul ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 10em;
    background: #fff;
    transition: all 0.5s ease;
    padding: 8px 0;
    z-index: 99;
  }
  .custom-menu-primary ul ul li a {
    padding: 10px 20px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
  }
  .custom-menu-primary ul ul li a:hover {
    transition: all 0.35s ease;
    color: #ec4444 !important;
  }
}
@media (max-width: 1024px){
  .menu_trigger:hover {
    color: #aaa;
  }
  .navigation-primary ul ul {
    background: transparent !important;
  }
  .custom-menu-primary ul ul {
    display: none;
  }
  .menu_trigger {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
  }
  .custom-menu-primary {
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: auto;
    -webkit-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    background-color: #eee;
    overflow-x: hidden;
    -ms-scroll-chaining: chained;
    overscroll-behavior: contain;
  }

  .menu_open .custom-menu-primary {
    opacity: 1;
    visibility: visible;
  }
  .menu_close:hover {
    color: #fff;
  }

  .menu_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #7a7a7a;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    z-index: 99;
  }
  .navigation-primary ul li {
    margin-right: 0 !important;
    text-align: center;
  }
  .navigation-primary ul li:not(:last-child) {
    border-bottom-style: solid;
    border-color: #ddd;
    border-bottom-width: 1px; 
  }
  .navigation-primary>ul {
    display: block;
  }
  .navigation-primary ul li a {
/*     text-transform: uppercase; */
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 20px 20px 20px 20px;
    border: 0;
    display: block;
    background: transparent !important;
  }
  .has-submenu ul li a{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 20px 20px 20px 20px;
    border: 0;
    display: block;
    background: transparent !important;
  }
  .child_trigger:before {
    font-family: FontAwesome!important;
    font-size: inherit;
    font-weight: 400;
    content: "\f078";
  }
  .child_trigger {
    font-style: normal;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
  }
  .navigation-primary ul li a:hover {
    color: #000;
    background-color: #ddd !important;
  }
  .navigation-primary ul ul {
    border-top: 1px solid #ddd;
  }

}
@media (max-width: 767px){
  .hd_top_text h2 {
    font-size: 1em;
    padding: 0 10px 10px 10px;
  }
  .hd_bottom .header__container {
    height: 70px;
  }
  .hd_logo img {
    width: 150px !important;
  }
  .navigation-primary ul li a {
    padding: 15px 15px 15px 15px;
  }

}
.ft_bottom {
  padding: 40px 0 40px 0;
}

.hscol3 {
  width: 33.333%;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.ft_copyright img {
  display: block;
  margin-bottom: 20px;
}
.ft_social .elementor-icon:hover {
  opacity: .9;
}
.ft_copyright .widget-type-text {
  font-size: 12px;
  font-weight: 400;
  color: rgba(122,122,122,.8);
  line-height: 1.6rem;
  margin-bottom: 9px;
}
.ft_social .widget-type-text {
  color: #7a7a7a;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.ft_social {
  text-align: center;
}

.elementor-social-icons-wrapper.flex {
  justify-content: center;
}

.ft_social .elementor-icon {
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.ft_link a {
  color: inherit !important;
}
.ft_social .elementor-icon:hover i {
  color: #000; 
}
.ft_link {
  text-align: right;
  color: #7a7a7a; 
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6rem;
}
.ft_social .elementor-icon i {
  color: rgba(0,0,0,.8);
  position: relative;
  display: block;
}

.ft_top {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  padding: 75px 0 50px 0;
  background-color: #282828;
}

.ft_form p {
  text-align: center;
  color: #ababab;
  font-size: .8em;
  font-weight: 300;
  line-height: 24px;
}
.ft_top .footer__container.content-wrapper {
  padding: 10px;
}

.ft_form {
  max-width: 70%;
  margin: 0 auto;
}

.ft_hd h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}

.ft_hd {
  text-align: center;
}

.ft_hd h5 {
  margin-bottom: 20px;
  line-height: 1;
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 300;
}


.ft_form form {
  padding-bottom: 20px;
}
.ft_form  .hs-form-field > label {
  margin: 0;
}
.ft_form form input.hs-button.primary.large {
  margin-bottom: 25px;
  margin-top: 0;
  width: 100%;
  padding: .67rem 1.2rem;
}

.ft_form form .hs_submit.hs-submit {
  width: 33%;
  margin: 0 auto;
}

.ft_form form .hs-input {
  max-width: 100%;
}

.ft_form form .input {
  margin-right: 0 !important;
}
.ft_form form ::-webkit-input-placeholder {
  font-family: "Roboto",Sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #818a91;
} /* Webkit Browsers */
.ft_form form :-moz-placeholder {
  font-family: "Roboto",Sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #818a91;
} /* Firefox 18- */
.ft_form form ::-moz-placeholder {
  font-family: "Roboto",Sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #818a91;
} /* Firefox 19+ */
.ft_form form :-ms-input-placeholder {
  font-family: "Roboto",Sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #818a91;
} /* IE10 */

.ft_form fieldset.form-columns-2 {
  margin-left: -5px;
  margin-right: -5px;
  max-width: inherit !important;
}

.ft_form fieldset.form-columns-2 > div {
  padding-left: calc(10px / 2);
  padding-right: calc(10px / 2);
}
@media (min-width: 768px){
  .ft_copyright .widget-type-text {
    line-height: 25px;
    margin-bottom: 9px;
  }
  .ft_social .widget-type-text, .ft_link{
    position: relative;
    top: 1px;
  }
  .elementor-social-icons-wrapper.flex{
    position: relative;
    top: -1px;
  }

}
@media (max-width: 1150px){
  .footer__container.content-wrapper.flex {
    padding: 0 10px;
  } 
}
@media (max-width: 1024px){
  .ft_copyright img {
    width: 87% !important;
    max-width: 250px;
  }

}
@media (max-width: 767px){
  .hscol3 {
    width: 100%;
  }
  .ft_link {
    text-align: center; 
    margin-bottom: -2px;
  }
  .ft_social .elementor-icon {
    width: 48px; 
    height: 48px;
    font-size: 24px;
    position: relative;
    top: -1px;
  }
  .ft_social .elementor-grid-item:not(:last-child) {
    display: inline-block;
    margin-right: 15px;
  }
  .ft_copyright {
    text-align: center;
  }
  .ft_copyright img {
    margin: 0 auto 20px auto;
  }
  .ft_form {
    max-width: 100%;
    margin: 0 auto;
  }
  .ft_form p {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .ft_form fieldset.form-columns-2>div {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
  .ft_form fieldset.form-columns-2 {
    margin-left: 0;
    margin-right: 0;
    max-width: 100% !important;
  }
  .ft_form form input.hs-button.primary.large { 
    white-space: nowrap;
    display: flex;
    justify-content: center;
  }


}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* 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 {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.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;
  }
}
.fa-bars:before {
  content: "\f0c9"
}
.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-facebook-f:before {
  content: "\f39e"
}

.fa-linkedin-in:before {
  content: "\f0e1"
}

.fa-times:before {
  content: "\f00d"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-youtube:before {
  content: "\f167"
}
.nopd .dnd-section, .nopd .content-wrapper--vertical-spacing {
  padding: 0;
}
.nopd .dnd-section .dnd-column {
  padding: 0;
}
.nopd .dnd-section>.row-fluid {
  max-width: 100%;
}
.pd {
  padding: 10px;
}
.pp_row2 {
  margin-top: 50px;
}
.container { 
  padding-right: 20px;
  padding-left: 20px; 
}


.vi_row1 .bnr_mdl .bnr_mdl_overlay {
  background-color: transparent;
  background-image: linear-gradient(
    180deg,rgba(99,99,99,.39) 0%,#000 90%);
}

.vi_row1 .bnr_mdl h1 {
  font-family: Roboto;
  font-size: 45px;
  font-weight: 300;
}
.vi_row2 .ver_side_mdl {
  margin-top: -80px;
}
.elementor-divider-separator {
  width: 17%; 
  margin: 0 auto;
  margin-left: 0;
  border-top: 2px solid #fff;
  display: block;
}
.elementor-divider {
  text-align: left;  
  padding-top: 2px;
  padding-bottom: 22px;
}
.dvd_wrap {
  margin-bottom: 20px;
} 

.vi_row2_lft h5 {
  margin: 40px 0 10px 0;
  padding-bottom: 20px;
}
.gb hr { 
  width: 7%;
  border-top: 2px solid rgb(80, 152, 207);
  background: transparent;
  color: transparent;
  height: 0;
  display: block;
  margin: 0 0 22px;
}

.gb_ryt {
  padding-left: 10px;
} 
.gb_left {
  padding-right: 10px;
}
.bnr .bnr_mdl h1 {
  font-family: Roboto;
  font-size: 45px;
  font-weight: 300;
}

.ib_row2 {
  margin-top: 30px;
  margin-bottom: 50px;
}
.gb_cnt .widget-type-rich_text h2 {
  color: #000;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 22px;
}
.gb_cnt .widget-type-rich_text hr {
  border-top: 2px solid rgb(97, 206, 112);
  width: 7%;
  margin: 0 auto;
  margin-left: 0;
  height: 0;
  padding-bottom: 2px;
  background: transparent;
  margin-bottom: 20px;
}
.gb_cnt .widget-type-rich_text p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}
.gb_cnt {
  padding: 0 10px;
}
.bnr.os_row_bnr .bnr_mdl {
  background-position: top center;
}
.os_row1_main .gb_cnt {
  padding: 0;
}
.os_row1_main .gb_cnt .widget-type-rich_text hr {
  border-top-color: rgb(80, 152, 207);
}
.os_row3.gb_cnt .widget-type-rich_text ul {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}
.os_row3 .widget-type-rich_text {
  padding: 10px;
  margin-top: 50px;
}

.os_row3.gb_cnt .widget-type-rich_text h2 {
  color: #000;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
}
.os_row1_main {
  padding: 0 10px;
}
.vi_typ2 .vi_row1 .bnr_mdl h1 {
  text-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.vi_typ2 .iwct2_mdl_cnt {
  margin-bottom: 1em;
}

.vi_typ2 .vi_row1 .bnr_mdl .bnr_mdl_overlay {
  background-color: transparent;
  background-image: none;
  opacity: .45;
}
.stickySidebar { 
  align-self: flex-start; 
  position: -webkit-sticky;
  position: sticky;
  top: 185px;
}
.bc_row2_ryt {
  margin-top: -100px;
}
.bc_row2_lft .widget-type-rich_text h4 {
  color: #000;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 22px;
}
.bc_row2_lft .widget-type-rich_text hr {
  border-top-color: rgb(97, 206, 112);
  margin-bottom: 32px;
}
.bc_row2_lft .widget-type-rich_text  p {
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}
.bc_row2_lft .widget-type-rich_text a:hover ,
.ver_row1 .widget-type-rich_text a:hover{
  color: #0056b3;
}
.bc_row2_lft .widget-type-rich_text a,
.ver_row1 .widget-type-rich_text a{
  color: -webkit-link;
}

.bc_row2_lft .widget-type-rich_text h3 {
  color: #000;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.bc_row2_lft_inr .widget-type-rich_text hr {
  margin-bottom: 72px;
} 
.bc_row2_lft .tst_mdl {
  padding: 50px 0 0 0; 
}
.bc_row2_lft .tst_mdl .tst_mdl_inr_wrap { 
  margin-bottom: 0;
}

.bc_row2_lft .op_mdl {
  margin-top: 37px;
}
.bc_row2_lft .op_mdl h2 {
  margin-bottom: 20px;
}
.bc_row2_lft .op_mdl span.elementor-divider-separator {border-top-color:  #61ce70;}
.bc_row2_lft .op_mdl .elementor-divider {
  padding-bottom: 2px;
}

.bc_row2_lft .op_mdl .op_item_hd h4 {
  font-size: 25px;
  font-weight: 600;
}
.bc_row2_lft .op_mdl .elementor-divider {
  margin-bottom: 40px;
}
.bc_row2_lft .op_mdl .op_item_inr {
  display: block;
  position: relative;
}
.bc_row2_lft .op_item_btn { 
  position: absolute;
  bottom: 20px;
}

.bia_pg .bc_row2_ryt {
  margin-top: -50px;
}
.bia_pg .bc_row2_lft .widget-type-rich_text hr {
  border-top-color: #fe3f00;
  margin-bottom: 52px;
}
.bia_pg .ap_mdl {
  padding: 0; 
  border: 1px solid #5098cf;
}

.bia_pg .kf_mdl .elementor-divider-separator,
.bia_pg  .bc_row2_lft .op_mdl span.elementor-divider-separator,
.bia_pg  .bc_row2_lft .op_mdl span.elementor-divider-separator,
.bia_pg .tst_mdl span.elementor-divider-separator{
  border-top-color: #fe3f00;
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-handshake:before {
  content: "\f2b5";
}

.bia_pg .kf_mdl .kf_mdl_item p {
  margin: 0;
}
.bia_pg .kf_mdl .kf_mdl_item:nth-child(odd) {
  padding-right: 20px;
}
.bia_pg .kf_mdl .kf_mdl_item { 
  padding-top: 30px;
}
.bia_pg .kf_mdl .kf_mdl_item:nth-child(even) {
  padding-left: 0;
  padding-right: 10px;
}
.bia_pg .kf_mdl .kf_mdl_inr.flex {
  margin-top: -30px;
  padding-bottom: 35px;
}
.bia_pg .slider_mdl .slider_ttl {
  padding-top: 10px;
  line-height: 1.4em;
} 
.bia_pg .bc_row2_lft .bc_row2_lft_inr .widget-type-rich_text hr {
  margin-bottom: 72px;
}
.bia_pg .bc_row2_lft .op_mdl {
  margin-top: 50px;
}
.bia_pg .bc_row2_lft .widget-type-rich_text h4,
.bia_pg  .kf_mdl .kf_mdl_hd h2{
  font-size: 36px;
}
.aep_pg .bc_row2_ryt { 
  margin-top: 20px;
}
.aep_pg .gb_left {
  padding: 10px;
}
.aep_pg  .kf_mdl .kf_mdl_item:nth-child(odd) {
  padding-right: 20px;
}
.aep_pg .kf_mdl .kf_mdl_item:nth-child(even) {
  padding-left: 0;
} 
.aep_pg .kf_mdl .kf_mdl_item { 
  padding-top: 30px;
}
.aep_pg .kf_mdl .kf_mdl_inr.flex {
  margin-top: -30px;
}
.aep_pg .kf_mdl .kf_mdl_item p { 
  margin-bottom: 0;
} 

.aep_pg .bc_row2_lft .op_mdl {
  margin-top: 50px;
} 
.aep_pg .kf_mdl .elementor-divider-separator,
.aep_pg  .bc_row2_lft .op_mdl span.elementor-divider-separator,
.aep_pg  .bc_row2_lft .op_mdl span.elementor-divider-separator,
.aep_pg .tst_mdl span.elementor-divider-separator,
.aep_pg .bc_row2_lft .widget-type-rich_text hr{
  border-top-color: #5098cf;
}
.ver_row1 .widget-type-rich_text h4 {
  margin-bottom: 20px;
}

.ver_row1.gb_cnt .widget-type-rich_text p {
  font-family: Roboto;
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 60px;
}
.ver_row1 {
  margin-top: 40px;
}
.ver_row1.gb_cnt .widget-type-rich_text hr  {
  border-top-color: #5098cf;
  margin-bottom: 30px;
}
.ver_row3 {
  margin-top: 50px;
} 
.ver_row3.gb_cnt .widget-type-rich_text h2 {
  margin-top: 0;
}
.ver_row3.gb_cnt .widget-type-rich_text hr {
  border-top-color: #5098cf;
  margin-bottom: 50px;
}
.ver_row3 .widget-type-rich_text {
  padding: 10px;
}
.ver_row3.gb_cnt .widget-type-rich_text p {
  color: #000;
  margin: 0;
} 
.acca_pg .bc_row2_ryt {
  margin-top: 20px;
}
.acca_pg .ex_mdl_main .ex_mdl_cnt {
  margin-top: 20px;
  margin-bottom: 20px;
}
.acca_pg .ex_mdl_main .ex_mdl_item h4 {
  font-size: 20px;
  font-weight: 300;
}
.acca_pg .gb_left {
  padding-right: 0;
}
.acca_pg .ex_mdl_inr.flex { 
  padding-bottom: 40px;
}
.acca_pg .ex_mdl_main .ex_mdl_item a {
  cursor: inherit;
}

.home_row1 .key_mdl {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0;
}
.home_row1 .key_mdl_hd h2 {
  margin-bottom: 30px;
  padding-bottom: 60px;
}

.home_row1 .key_mdl_hd h2 a {
  color: inherit;
}

.home_row1 .hscol30.key_mdl_lft {
  padding: 10px;
}

.home_row1 .hscol70.key_mdl_ryt {
  padding: 10px;
}

.home_row1 .key_mdl .key_mdl_ryt_inr.flex {
  margin: 0;
}

.home_row1 .key_mdl .flex.page-center {
  align-items: flex-start;
}

.home_row1 .key_mdl .key_mdl_lft_inr h4 {
  line-height: 1;
  color: #000;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 300;
}

.home_row1 .key_mdl .key_mdl_lft_inr {
  padding: 0;
}

.home_row1 .key_mdl .key_mdl_lft_inr h3 {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 300;
}

.home_row1 .iwc_mdl {
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 0 60px 0;
  background-color: #eaeaea;
}
.home_row1 .iwc_mdl_hd_inr h2 {
  margin-bottom: 70px;
}
.home_row1  .iwc_mdl .iwc_img {
  margin-bottom: 15px;
}
.home_row1  .iwc_mdl .iwc_item_inr {
  padding: 15px;
}
.home_row1  .iwc_mdl .iwc_hd { 
  margin-bottom: 8px;
  line-height: 1.2;
}
.home_row1  .iwc_cnt p {
  margin: 0;
}

.home_row1  .iwc_mdl_inr.three.flex {
  align-items: center;
}
.home_row1 .iwc_mdl .iwc_mdl_inr.three.flex .iwc_mdl_item:not(:last-child) {
  margin-bottom: 20px;
}
.home_row1 .tst_mdl .tst_mdl_inr_wrap { 
  margin-bottom: 30px;
}
.home_row1 .tst_mdl {
  padding: 0 0 60px;
  text-align: center;
}
.ft_form form input.hs-button.primary.large {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.navigation-primary>ul>li >a {
  transition-delay: 0.1s;
}


@media (min-width: 768px){
  .acca_pg  .ex_mdl_main .ex_mdl_item {
    width: 50%; 
  }
  .aep_pg .acc_mdl .acc_ttl {  
    padding: 15px;
  }
  .vi_typ2 .bb_mdl .bb_mdl_item {
    margin-bottom: 30px;
  }
  .bc_row2_lft  .op_mdl .op_item {
    width: 50%;
  }
  .vi_typ2 .bb_mdl_inr.flex {
    margin-bottom: -30px;
  }
  .hscol70 {
    width: 70%;
  } 
  .hscol67 {
    width: 67%;
  } 
  .hscol33 {
    width: 33%;
  }
  .vi_row2 .iwct2_mdl {
    margin-top: 0px; 
    /*  Mayank was here     */
  } 
  .hscol30 {
    width: 30%;
  }
  .gb {
    padding: 0 10px;
  }
}
@media (max-width: 1160px){
  .acca_pg .gb {
    padding-left: 0 !important; 
  }
  .home_row1 .key_mdl_hd h2,
  .home_row1 .iwc_mdl_hd_inr h2{
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1024px){
  .home_row1 .iwc_mdl {
    padding: 100px 25px 100px 25px;
  }
  .home_row1 .iwc_mdl_hd_inr h2 {
    padding: 0;
  }
  .os_row1_main .key_mdl {
    padding: 100px 25px 100px 25px;
    margin: 0 -10px;
  }


}
@media (max-width: 767px){
  .os_row1_main  .key_mdl {
    padding: 10px 0 0;
    margin: 0;
  }
  .vi_typ2 .bb_mdl .bb_mdl_item:nth-child(3n) {
    margin-bottom: 50px;
  }
  .acca_pg .ap_mdl .ap_mdl_cnt {
    font-size: 16px;
  }
  .gb { 
    padding: 20px;
  }
  .vi_row2 .ver_side_mdl {
    margin-top: 8px;
  }
  .gb_ryt {
    padding-left: 0;
  }
  .gb_cnt {
    padding: 10px;
  }
  .gb_cnt .widget-type-rich_text p {
    font-size: 14px;
  }
  .os_row1_main {
    padding: 10px;
  }
  .key_mdl .flex.page-center {
    margin: 0 -10px;
  }
  .os_row3.gb_cnt .widget-type-rich_text h2 {
    font-size: 32px;
    margin-bottom: 22px;
  }
  .os_row3.gb_cnt .widget-type-rich_text ul {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .os_row3 .widget-type-rich_text {
    padding: 10px 0; 
  }
  .bc_row1 .bnr_mdl {
    background-position: center center;
    background-size: cover; 
  } 
  .bc_row2 .flex > div {
    width: 100%;
  }
  .bc_row2_lft .widget-type-rich_text h4 {
    font-size: 32px;
  }
  .gb.bc_row2 {
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bc_row2_lft .widget-type-rich_text h3 {
    font-size: 20px;
    margin-top: -30px;
  }
  .bc_row2_lft .tst_mdl_hd {
    text-align: left;
  } 
  .bc_row2_lft .tst_mdl .tst_mdl_hd h2 {
    font-size: 32px;
  }
  .bc_row2_lft .op_mdl h2 {
    font-size: 32px;
  }
  .bc_row2_lft .op_mdl .op_item_hd h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .bc_row2_lft .op_mdl .op_item_cnt p {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8em;
  }
  .bc_row2_lft .op_mdl .op_item + .op_item {
    margin: 10px 0 10px 0;
  }
  .bc_row2_ryt {
    margin-top: 5px;
  }
  .bc_row2_lft .op_item_btn {
    position: static;
  }
  .bia_pg  .gb_left {
    padding-right: 0;
  }
  .bia_pg .bc_row2_lft .widget-type-rich_text hr { 
    margin-bottom: 32px;
  }
  .bia_pg  .bc_row2_lft .widget-type-rich_text p {
    font-size: 14px;
  }
  .bia_pg  .bnr .bnr_mdl h1 {
    font-size: 32px;
    line-height: 1.1em;
  }
  .bia_pg .bc_row1 .bnr_mdl { 
    background-size: cover;
  }
  .bia_pg .bc_row2_ryt {
    margin-top: 0;
    padding: 35px 0 0 0;
  }
  .bia_pg .ap_mdl {
    margin: 0 -10px;
  }
  .bia_pg .kf_mdl .kf_mdl_inr.flex {
    margin-top: -70px;
    padding-bottom: 35px;  
  }
  .bia_pg .kf_mdl .kf_mdl_item {
    padding-top: 50px;
  }
  .bia_pg .gb.bc_row2 {
    padding-left: 10px;
  } 
  .aep_pg .gb.bc_row2 {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .aep_pg .bc_row2_lft .widget-type-rich_text h4,
  .aep_pg .kf_mdl .kf_mdl_hd h2,
  .aep_pg .bnr .bnr_mdl h1,
  .aep_pg .bc_row2_lft .tst_mdl .tst_mdl_hd h2,
  .aep_pg .bc_row2_lft .op_mdl h2{
    font-size: 36px;
  }

  .aep_pg .bc_row1 .bnr_mdl { 
    background-size: cover;
  }
  .aep_pg .kf_mdl .kf_mdl_inr.flex {
    margin-top: -15px;
  }
  .aep_pg .kf_mdl .kf_mdl_item {
    padding-top: 15px;
  }
  .aep_pg .kf_mdl .kf_mdl_item:nth-child(2) {
    padding-bottom: 15px;
  }
  .aep_pg .slider_mdl .slider_ttl {
    line-height: 3.4em;
  }
  .bc_row2_lft .widget-type-rich_text h3 {
    font-size: 25px;
  }
  .aep_pg .bc_row2_lft .op_mdl .op_item_hd h4 {
    font-size: 25px; 
  }
  .aep_pg .acc_mdl .elementor-toggle-icon-closed { 
    display: inline-block;
  }
  .aep_pg .bc_row2_ryt {
    margin-top: 0;
  } 
  .ver_row1.gb_cnt .widget-type-rich_text h2{
    font-size: 32px;
  }
  .ver_row2 {
    padding: 0 10px;
    margin-top: -10px;
  }
  .ver_row3 .widget-type-rich_text {
    padding: 0;
  }
  .ver_row3.gb_cnt .widget-type-rich_text h2 {
    font-size: 32px; 
  }
  .ver_row3 {
    margin-top: 40px;
  }
  .ver_row3.gb_cnt .widget-type-rich_text p {  
    margin-bottom: 10px;
    line-height: 1.6em;
  }
  .ver_row1 .widget-type-rich_text h4 { 
    font-size: 20px;
  } 
  .ex_mdl_main .ex_mdl_hd h2 { 
    font-size: 32px;
  }
  .acca_pg .gb {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .acca_pg .ex_mdl_main .ex_mdl_cnt {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
  }
  .acca_pg .ex_mdl_main .ex_mdl_cnt h3 {
    font-size: 20px;
    line-height: 1.6em;
    padding-bottom: 10px;
  }
  .acca_pg .ex_mdl_main .ex_mdl_item h4 {
    font-size: 16px;
  }
  .acca_pg .ex_mdl_main .ex_mdl_item:nth-child(even) {
    order: 2;
  }
  .acca_pg .ex_mdl_inr.flex {
    padding-bottom: 50px;
  }
  .acca_pg .ex_mdl_main .ex_mdl_item:nth-child(odd) {
    order: 1;
  }
  .acca_pg .bc_row1 .bnr_mdl {
    background-position: top center;
    background-size: cover;
  }
  .home_row1 .key_mdl .hscol70.key_mdl_ryt {
    display: none;
  }
  .home_row1 .key_mdl_hd h2 { 
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .home_row1 .key_mdl .hscol30.key_mdl_lft {
    margin: 0;
  }
  .home_row1  .key_mdl .flex.page-center {
    margin: 0;
  }
  .home_row1 .key_mdl { 
    margin-bottom: 50px;
    padding: 0;
  }
  .home_row1 .iwc_mdl {
    padding: 50px 20px 50px 20px;
  }
  .home_row1 .iwc_mdl .iwc_hd {
    color: #000;
    font-size: 25px;
    font-weight: 600;
  }
  .bc_row2_ryt .ap_mdl .ap_mdl_hd h2 {
    font-size: 32px;
  }


  
}

@media (max-width: 575.98px){

  .vi_row1 .bnr_mdl h1 { 
    font-size: 32px; 
  }
  .bnr .bnr_mdl h1 { 
    font-size: 32px; 
  }
  .gb_cnt .widget-type-rich_text h2 {
    font-size: 30px;
  }
  .bia_pg .bc_row2_lft .widget-type-rich_text h4,
  .bia_pg  .kf_mdl .kf_mdl_hd h2{  
    font-size: 30px;
  }
  .bia_pg .kf_mdl .kf_mdl_item {
    padding-top: 50px;
  }
  .bia_pg .bc_row2_lft .bc_row2_lft_inr .widget-type-rich_text hr {
    margin-bottom: 52px;
  }
  .aep_pg .bc_row2_lft .widget-type-rich_text h4,
  .aep_pg .kf_mdl .kf_mdl_hd h2,
  .aep_pg .bnr .bnr_mdl h1,
  .aep_pg .bc_row2_lft .tst_mdl .tst_mdl_hd h2,
  .aep_pg .bc_row2_lft .op_mdl h2{
    font-size: 30px;
  }
  .home_row1 .key_mdl_hd h2, .home_row1 .iwc_mdl_hd_inr h2{
    font-size: 30px;
  }


}