*, *: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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */
/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.container-fluid {
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}
/* 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;
  }
  .dnd-section .dnd-row > .row-fluid {
    display: block !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 ;
  }
}


.dnd-section[class*="force-full-width-section"] > .row-fluid > .span12.dnd-module {
  padding: 0px;
}

@media (min-width:767px) {
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 0;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .col80,
  .col20,
  .col11,
  .col10,
  .col9,
  .col8,
  .col7,
  .col6,
  .col5,
  .col4,
  .col3,
  .col4,
  .col1{
    display: block;
  }

  .col80{
    width: 80%;
  }
  .col20{
    width: 20%;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .col12,
  .row-fluid .span12 {
    width: 100%;
  }
  .col11,
  .row-fluid .span11 {
    width: 91.66%;
  }
  .col10,
  .row-fluid .span10 {
    width: 83.33%;
  }
  .col9,
  .row-fluid .span9 {
    width: 75%;
  }
  .col8,
  .row-fluid .span8 {
    width: 66.66%;
  }
  .col7,
  .row-fluid .span7 {
    width: 58.33%;
  }
  .col6,
  .row-fluid .span6 {
    width: 50%;
  }
  .col5,
  .row-fluid .span5 {
    width: 41.66%;
  }
  .col4,
  .row-fluid .span4 {
    width: 33.33%;
  }
  .col3,
  .row-fluid .span3 {
    width: 25%;
  }
  .col2,
  .row-fluid .span2 {
    width: 16.66%;
  }
  .col1,
  .row-fluid .span1 {
    width: 8.33%;
  }
}
@media(max-width:767px){
  .dnd-section > .row-fluid {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .row-fluid {
    width: 100%;
  }

  .col80,
  .col20,
  .col12,
  .col11,
  .col10,
  .col9,
  .col8,
  .col7,
  .col6,
  .col5,
  .col4,
  .col3,
  .col4,
  .col1,  
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.content-wrapper {
  margin: 0 auto;
}

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

.dnd-section .dnd-column {
  padding: 10px;
}


.row-fluid.row [class*="span"],
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding:10px;
}
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjNDrMfJg.woff) format('woff')
}

@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejMDrMfJg.woff) format('woff')
}

@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4TbMDrMfJg.woff) format('woff')
}

@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMDrMfJg.woff) format('woff')
}

@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4VrMDrMfJg.woff) format('woff')
}

@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4bbLDrMfJg.woff) format('woff')
}

@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LDrMfJg.woff) format('woff')
}

@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4ejLDrMfJg.woff) format('woff')
}

@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4cHLDrMfJg.woff) format('woff')
}

@font-face {
  font-family: 'Raleway';
  font-display: block;
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao7CIPrc.woff) format('woff')
}

@font-face {
  font-family: 'Raleway';
  font-display: block;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaorCIPrc.woff) format('woff')
}

@font-face {
  font-family: 'Raleway';
  font-display: block;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEorCIPrc.woff) format('woff')
}

@font-face {
  font-family: 'Raleway';
  font-display: block;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrc.woff) format('woff')
}

@font-face {
  font-family: 'Raleway';
  font-display: block;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoorCIPrc.woff) format('woff')
}

@font-face {
  font-family: 'Raleway';
  font-display: block;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCIPrc.woff) format('woff')
}

@font-face {
  font-family: 'Raleway';
  font-display: block;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrc.woff) format('woff')
}

@font-face {
  font-family: 'Raleway';
  font-display: block;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapbCIPrc.woff) format('woff')
}

@font-face {
  font-family: 'Raleway';
  font-display: block;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v17/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpbCIPrc.woff) format('woff')
}


@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src:   url(https://7457506.fs1.hubspotusercontent-na1.net/hubfs/7457506/raw_assets/public/Account_Ability_November2021/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://7457506.fs1.hubspotusercontent-na1.net/hubfs/7457506/raw_assets/public/Account_Ability_November2021/fonts/fa-brands-400.ttf) format("ttf"),
    url(https://7457506.fs1.hubspotusercontent-na1.net/hubfs/7457506/raw_assets/public/Account_Ability_November2021/fonts/fa-brands-400.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

@font-face { 
font-family: "Font Awesome 5 Free";
  src:   url(https://7457506.fs1.hubspotusercontent-na1.net/hubfs/7457506/raw_assets/public/Account_Ability_November2021/fonts/fa-regular-400.woff2) format("woff2"),
    url(https://7457506.fs1.hubspotusercontent-na1.net/hubfs/7457506/raw_assets/public/Account_Ability_November2021/fonts/fa-regular-400.ttf) format("ttf"),
    url(https://7457506.fs1.hubspotusercontent-na1.net/hubfs/7457506/raw_assets/public/Account_Ability_November2021/fonts/fa-regular-400.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}


@font-face { 
  font-family: "Font Awesome 5 Free"; 
  src:   url(https://7457506.fs1.hubspotusercontent-na1.net/hubfs/7457506/raw_assets/public/Account_Ability_November2021/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://7457506.fs1.hubspotusercontent-na1.net/hubfs/7457506/raw_assets/public/Account_Ability_November2021/fonts/fa-solid-900.ttf) format("ttf"),
    url(https://7457506.fs1.hubspotusercontent-na1.net/hubfs/7457506/raw_assets/public/Account_Ability_November2021/fonts/fa-solid-900.woff) format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}



@font-face {
  font-family: "eicons";
  src:   url(https://7457506.fs1.hubspotusercontent-na1.net/hubfs/7457506/raw_assets/public/Account_Ability_November2021/fonts/eicons.woff2) format("woff2"),
    url(https://7457506.fs1.hubspotusercontent-na1.net/hubfs/7457506/raw_assets/public/Account_Ability_November2021/fonts/eicons.ttf) format("ttf"),
    url(https://7457506.fs1.hubspotusercontent-na1.net/hubfs/7457506/raw_assets/public/Account_Ability_November2021/fonts/eicons.woff) format("woff");
  font-style: normal;
  font-weight: 400; 
}

/*  */


html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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: 0.9rem;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

/* Lists */

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

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

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

ul + ol {
  margin-top: 1rem;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

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

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

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

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

/* Labels */

form label {
  font-size: 14px;
  color: #1a7b78;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.hs-form-field label:not(.hs-error-msg) {
  font-family: helvetica;
  font-size: 14px;
}

/* Help text - legends */

form legend {
  font-family: helvetica;
  font-size: 14px;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 90%;
  max-width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  border-radius: 0;
  box-sizing: border-box;
  padding: 8px 15px;
  min-height: 27px;
  outline: none;
}

form > div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),
form > div > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]),
form fieldset > div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
  max-width: 100%;
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none; 
  -moz-appearance: none;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  padding: 0;
  list-style: none;
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}

form .inputs-list:first-child {
  padding-top: 6px;
}

.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}

form ul.inputs-list[role="checkbox"] {
  padding-left: 5px;
}

.inputs-list > li + li {
  padding-top: 2px;
}

.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

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

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

/* 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-input.invalid.error {
  border-color: #c87872;
}

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

.hs-error-msgs label {
  color: #f2545b;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
}

.actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 0;
  background: #781a1d;
  border-color: #781a1d;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  white-space: pre-wrap;
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 1px 8px 20px;
}

form textarea {
  height: auto;
  padding: 10px 15px;
  vertical-align: top;
}

select.is-placeholder {
  color: #bfbfbf;
}

form select {
  height: 40px;
  padding: 9px 10px;
}

form select.is-placeholder:focus {
  color: #33475b;
}

.hs-input option:disabled {
  color: #bfbfbf;
}

.hs_recaptcha {
  padding-top: 7px;
}


.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  background: #fff;
  padding: 5px;
  width: 90%;
}

.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions a {
  padding: 5px;
}

.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions li#results-for {
  padding: 5px;
}

@media (max-width: 477px), (min-device-width: 320px) and (max-device-width: 480px) {
  form .hs-input:not([type=checkbox]):not([type=radio]) {
    margin-right: 0!important;
    width: 100%!important;
  }

  form fieldset .input {
    margin-right: 0!important;
  }

  form fieldset.form-columns-2 .hs-form-field {
    float: none !important;
    width: 100% !important;
  }


}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */
/* .header_wrapper {
  min-height: 106px;
}
 */
header.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  left: 0;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-logo,.header_right {
  padding: 10px;
  padding-top:5px;
}

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-menu-primary.desk {
  width: 100%;
}

.header-logo {
  width: 30%;
  height: 100%;
}

.header_right {
  width: 70%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li ul li.hs-item-has-children > a i {
  font-size: 12px;  
  position: relative;
  margin-left: 7px;
  top: 0px;
  cursor: pointer;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
  left: 100% !important;
  top: 0 !important;
}

.custom-menu-primary .hs-menu-wrapper .desk-icon,
.custom-menu-primary .hs-menu-wrapper .sub-arrow.mb-icon{
  display:none;
}


@media(min-width: 1025px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
    padding: 13px 20px;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    height: 3px;
    width: 100%;
    left: 0;
    z-index: 2;
    content: "";
    bottom: 0;
    display: block;
    opacity: 0;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    font-size: 13px;
    display: block !important;
    position: absolute;
    width: auto !important;
    border-width: 0;
    border-style: solid;
    padding: 0;
    opacity: 0;
    pointer-events: none;
/*     transition: 0.1s ease; */
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-shadow: none;
    padding: 13px 20px !important;
    white-space: nowrap !important;
    border-left: 8px solid transparent;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    display: block;
    opacity: 1;
    pointer-events: all;
  }

  .child-trigger {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a span.sub-arrow {
    font-size: 16px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -9px;
    margin-bottom: -10px;
    pointer-events: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a span.sub-arrow i:before {
    content: "";
  }

  .custom-menu-primary {
    display: block !important;
  }
  
   .custom-menu-primary .hs-menu-wrapper .desk-icon{
    display:inline;
  }

  /*--------- min 1025---------*/
}

@media(max-width: 1425px) and (min-width:1025px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 10px 8px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(n+5) > ul {
    left: auto;
    right: 0;
  }
}

@media(max-width: 1180px) and (min-width:1025px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    font-size: 13px;
  }
}

@media(max-width: 1080px) and (min-width:1025px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    font-size: 12px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li > a {
    padding: 10px 5px;
  }
}

@media(max-width: 1024px) {
  .custom-menu-primary  .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 {  
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    left:0% !important;    
  }
  
  .custom-menu-primary {
    font-size: 13px;
    -webkit-box-shadow: -1px -1px 10px 0 #481a7b;
    box-shadow: -1px -1px 10px 0 #481a7b;
    margin-top: 0;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
  }

  .mobile-open  .custom-menu-primary {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  .toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: 0.25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    color: #481A7B;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .eicon-menu-bar:before {
    content: '\e816';
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: block;
    width: 100%;
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li > a {
    padding: 10px 20px;
    line-height: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #481A7B;
    background: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul li:hover > a, 
  .custom-menu-primary .hs-menu-wrapper > ul li.child-open > a {
    background-color: #DBD0E7;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #fff;
    font-size: 13px;
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li > a {
    font-size: .85em;
    text-shadow: none;
    border-left: 8px solid transparent;
  }

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

  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: inline;
    background: transparent !important;
    border: 0;
    z-index: 2;
    padding: 0;
    height: 40px;
  }

  .child-trigger {
    width: 100%;
  }

/*   .child-open .child-trigger {
    width: 50px;
  } */

  .toggler.menu-toggle.active .eicon-menu-bar:before {
    content: "\e87f";
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>a span.sub-arrow {
    font-size: 16px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>a {
    justify-content: space-between;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>a span.sub-arrow i.fa {
    pointer-events: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>a span.sub-arrow i.fa:before {
    content: "";
  }

  .custom-menu-primary .hs-menu-wrapper {
    max-height: calc(100vh - 80px);
    overflow: hidden;
    overflow-y: auto;
  }

  .child-open > a[href="javascript:;"] + .child-trigger {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper .sub-arrow.mb-icon{
    display:inline;
  }
}

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

  .header_right {
    width: 100%;
  }

  .header__container {
    display: block;
  }

/*   .header_wrapper {
    min-height: 169px !important;
  } */

  .custom-menu-primary .hs-menu-wrapper {
    max-height: calc(100vh - 160px);
    overflow: hidden;
    overflow-y: auto;
  }

/*   .header_wrapper.lp_wrap {
    min-height: 106px !important;
  } */
}


/* Header menu CTA */
.header .custom-menu-primary ul li.hs-menu-depth-1:last-child a {
  padding: 10px 20px;    
  background: #481A7B;
  border: 1px solid #481A7B;
  color: #fff; 
  font-weight:bolder;
  transition: all .3s ease;
}
.header .custom-menu-primary ul li.hs-menu-depth-1:last-child a span{
  text-align: center;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper ul > li.hs-menu-depth-1:last-child > a::after{
  background:transparent;
}

.header .custom-menu-primary ul li.hs-menu-depth-1:last-child a:hover {    
  background: transparent;  
  color: #481A7B;  
}
/*****************************************/
/* Custom style  */
/*****************************************/
a.theme-btn{
  background-color:#1a7b78;
  display: inline-block;
  color:#fff;
/*   padding:15px; */
  transition: all 0.3s ease;
	font-weight: bolder;
  padding: 10px 20px;
  transition: all .3s ease;
}
a.theme-btn:hover, form .hs-button:hover, #hs_cos_wrapper_widget_1664537408456 form .hs-button:hover{
  background-color: rgba(123,26,29,1.0) !important;
  color: #fff;
}
ul.tick-icon{
  list-style: none;
  padding: 0;
}
ul.tick-icon li{
  padding-left: 25px;
  position: relative;
  padding-bottom: 5px;
}
ul.tick-icon li::before{
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f058";
  position: absolute;
  left: 0;
}
.hs-content-id-60416952147 form .actions{
	text-align:left;
}
footer .footer_top{
	padding:70px 0;
}
footer .footer_top {
  padding: 70px 0 70px 0;
  position: relative;
}
footer .ftr_logo{
  text-align: left;
}
footer .ftr_logo img{
  width: 300px !important;
}
.footer_top .inner_spcer {
  padding: 10px;
}

.footer_top .col20 {
  width: 20%;
}

.footer_top .col40 {
  width: 40%;
}

.footer_top .hs-menu-wrapper > ul > li > a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}

.footer_top .hs-menu-wrapper > ul ul > li > a {
  display: inline-block;
}

.footer_top .hs-menu-wrapper > ul ul > li {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.footer_top .menu1 .hs-menu-wrapper > ul ul > li:not(:first-child) {
  margin-top: calc(10px/2);
}

.footer_top .menu1 .hs-menu-wrapper > ul ul > li:not(:last-child) {
  padding-bottom: calc(10px/2);
}

.footer_top .menu2 .hs-menu-wrapper > ul ul > li:not(:first-child) {
  margin-top: calc(5px/2);
}

.footer_top .menu2 .hs-menu-wrapper > ul ul > li:not(:last-child) {
  padding-bottom: calc(5px/2);
}

.footer_top .menu3 .hs-menu-wrapper > ul > li:last-child ul > li:not(:first-child) {
  margin-top: calc(5px/2);
}

.footer_top .menu3 .hs-menu-wrapper > ul li:last-child >ul > li:not(:last-child) {
  padding-bottom: calc(5px/2);
}

.footer_top .menu3 .hs-menu-wrapper > ul > li + li {
  margin-top: 20px;
}

.ftr_sumry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 300;
}

.ftr_sumry .hs_cos_wrapper_type_rich_text {
  display: block;
}

.ftr_logo {
  text-align: center;
}

/*---------*/
.social_wrap {
  padding: 20px 0 0 0;
}

.social_share ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social_share ul li > a {
  font-size: 15px;
  padding: 0.6em;
  border-radius: 10%;
  text-align: center;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.social_share ul > li {
  display: inline-block;
}

.social_share ul > li:not(:last-child) {
  margin-right: 9px;
}

.social_share ul li > a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.fa-youtube:before {
  content: "\f167";
}

.fa-linkedin:before {
  content: "\f08c";
}

.social_share ul li > a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.social_share ul > li > a:hover {
  opacity: 0.9;
}

.footer .hs-menu-wrapper > ul li > a[href*="javascript:;"] {
  cursor: text;
}

/*-------------*/
.ftr_cta {
  text-align: center;
  text-decoration: none;
}

.ftr_cta .footer_contact_cta {
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
  background-color: #1A7B78;
}

.ftr_cta .footer_contact_cta span.wrap_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer_top .inner_spcer > div:not(:last-child) {
  margin-bottom: 20px;
}

.ftr_cta .footer_contact_cta:hover,.ftr_cta .footer_contact_cta:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #7B1A1D;
  color: #FFF;
}

.ftr_cta .footer_contact_cta span.btn_icon {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 5px;
}

.fa-users:before {
  content: "\f0c0";
}

.ftr_cta .footer_contact_cta span.text {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/*---------------*/
.footer_bottom {
  border-top-width: 1px;
  border-top-style: solid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer__copyright {
  padding: 10px;
  font-size: 12px;
  font-weight: 300;
  width: 100%;
  line-height: 1;
}

.footer_bottom .footer__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
  .footer_bottom .footer__container {
    height: 50px;
  }
}

@media(max-width: 1024px) {
  .footer_top {
    padding: 50px 20px 50px 20px;
  }

  .footer_bottom {
    padding: 10px 20px 10px 20px;
  }

  .footer_top .col40 {
    width: 35%;
  }

  .social_share ul li > a {
    font-size: 10px;
  }

  .footer_top .hs-menu-wrapper > ul ul > li {
    font-size: 13px;
  }

  .ftr_logo {
    padding-bottom: 1px;
  }
}

@media(max-width: 1024px) and (min-width:768px) {
  .footer_top .col40 .inner_spcer {
    margin-right: 15%;
  }
}

@media(max-width: 767px) {
  .footer_top .col40 {
    width: 100%;
    margin: 0 0 50px 0;
  }

  .footer_top .col20 {
    width: 33%;
  }

  .footer_bottom {
    padding: 30px 20px 20px 20px;
    text-align: center;
  }

  .footer_top {
    padding: 35px 20px 35px 20px;
  }

  .footer_top .inner_spcer {
    padding: 0;
  }
}

@media(max-width: 600px) {
  .footer_top .col20 {
    padding-right: 5px;
    word-break: keep-all;
  }
}

@media(max-width: 479px) {
  .footer_top .col20 {
    margin-bottom: 20px;
  }

  .footer_top .flex_row > div:last-child {
    margin-bottom: 0;
  }

  .footer_top .col20 {
    width: 100%;
  }
}
/* 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, .fab, .fad, .fal, .far, .fas {
  -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, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.custom-background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.custom-row {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.cm_website_page .actions {
  text-align: center;
}

.support-page .main-wrapper .hs_cos_wrapper_type_rich_text > h2 {
  margin: 0 0 20px;
  line-height: 1;
}

.support-page .main-wrapper .actions {
  margin-top: 18px;
  text-align: center;
}

.support-page .main-wrapper form textarea {
  padding: 9px 10px;
}

.support-page .main-wrapper form input[type=submit] {
  border-radius: 3px;
  font-size: 14px;
}

.support-page .main-wrapper form input[type=text],
.support-page .main-wrapper form input[type=email],
.support-page .main-wrapper form input[type=password],
.support-page .main-wrapper form input[type=tel],
.support-page .main-wrapper form input[type=number],
.support-page .main-wrapper form input[type=file],
.support-page .main-wrapper form select,
.support-page .main-wrapper form textarea,
.financial-planning-page .main-wrapper form input[type=text],
.financial-planning-page .main-wrapper form input[type=email],
.financial-planning-page .main-wrapper form input[type=password],
.financial-planning-page .main-wrapper form input[type=tel],
.financial-planning-page .main-wrapper form input[type=number],
.financial-planning-page .main-wrapper form input[type=file],
.financial-planning-page .main-wrapper form select,
.financial-planning-page .main-wrapper form textarea {
  border-radius: 3px;
}

.financial-planning-page .main-wrapper form input[type=text]
.financial-planning-page .main-wrapper form input[type=email],
.financial-planning-page .main-wrapper form input[type=password],
.financial-planning-page .main-wrapper form input[type=tel],
.financial-planning-page .main-wrapper form input[type=number],
.financial-planning-page .main-wrapper form input[type=file],
.financial-planning-page .main-wrapper form select,
.financial-planning-page .main-wrapper form textarea {
  border-radius: 3px;
  padding: 8px 15px;
}

.finplanning-page form form input[type=text]
.finplanning-page form form input[type=email],
.finplanning-page form form input[type=password],
.finplanning-page form form input[type=tel],
.finplanning-page form form input[type=number],
.finplanning-page form form input[type=file],
.finplanning-page form form select,
.finplanning-page form textarea {
  padding: 8px 15px;
}

.support-page .main-wrapper form input[type=text],
.support-page .main-wrapper form input[type=email],
.support-page .main-wrapper form input[type=password],
.support-page .main-wrapper form input[type=tel],
.support-page .main-wrapper form input[type=number],
.support-page .main-wrapper form input[type=file],
.support-page .main-wrapper form select,
.support-page .main-wrapper form textarea{
  padding: 8px 10px;
}

.finplanning-page form textarea {
  padding: 10px 15px;
}

.custom-container-wrapper .embed_container { 
  display: block;
}

.custom-container-wrapper .iframe_wrapper {
  padding-top: 0;
  display: block;
}

.custom-container-wrapper .iframe_wrapper > iframe {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
  display: block;
}

.corporate-planner-page .main-wrapper h2,
.corporate-planner-page .main-wrapper h3,
.corporate-planner-page .main-wrapper h4 {
  line-height: 1;
  margin: 0 0 20px;
}

.corporate-planner-page .main-wrapper .widget-type-header h2 {
  margin: 0;
  border-style: solid;
  border-width: 0 0 2px 0;
  border-color: #481A7B;
}

.corporate-planner-page .main-wrapper .button-module {
  justify-content: center;
}

.financial-planning-page .hs-form-field label:not(.hs-error-msg) {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
}

.financial-planning-page .main-wrapper form input[type=submit],
.financial-planning-page .main-wrapper form input[type=submit]:hover,
.financial-planning-page .main-wrapper form input[type=submit]:focus {
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  border-radius: 3px;
}

.finplanning-page .main-wrapper .dnd-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 90vh;
}

.finplanning-page .main-wrapper .dnd-section > div {
  width: 100%;
}

.finplanning-page .main-wrapper h2 {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.finplanning-page .main-wrapper .widget-type-header h2 {
  font-size: 60px;
  line-height: 1em;
  letter-spacing: 0;
  text-shadow: 0 10px 10px #7b1a1d;
}

.finplanning-page .main-wrapper .button-module {
  justify-content: center;
}

.finplanning-page .main-wrapper .button-module .button-item > a.button {
  text-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.finplanning-page .bottom-wrapper .actions {
  text-align: center;
}

.fa-industry:before {
  content: "\f275";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

@media (min-width: 1025px) {
  .home-page .main-wrapper .embed_container {
    width: calc(100% - 40em);
    max-width: 1120px;
    margin: auto;
  }
}

@media (max-width: 479px) {
  .grecaptcha-badge {
    max-width: 100%;
    overflow: auto;
  }
}

@media (max-width: 351px) {
  .finplanning-page .main-wrapper .widget-type-header h2 {
    font-size: 54px;
  }
}

@keyframes elementor-animation-pulse-shrink {
  to {
    transform: scale(.9)
  }
}


@media (max-width: 534px), (min-device-width: 320px) and (max-device-width: 480px){

  .finplanning-page form fieldset.form-columns-2 .hs-form-field {
    float: none !important;
    width: 100% !important;
  }

  .finplanning-page form .hs-input:not([type=checkbox]):not([type=radio]) {
    margin-right: 0 !important;
    width: 100% !important;
  }

}

/*-----am css-------*/
.fab {
  font-family: "Font Awesome 5 Brands";
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body a.cta_button {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

[class*="force-full-width-section"].dnd-section,
[class*="force-full-width-section"].dnd-section > .row-fluid {
  padding: 0;
}

.elementor-icon i, .elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.elementor-icon i:before, .elementor-icon svg:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

[class*=" eicon-"], [class^=eicon] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.budgeting-page .hs_cos_wrapper_type_rich_text h5,
.budgeting-page .hs_cos_wrapper_type_rich_text h2,
.budgeting-page .hs_cos_wrapper_type_rich_text h3 {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.budgeting-page .hs_cos_wrapper_type_rich_text h5 {
  margin-bottom: 20px;
  color: #7b1a1d;
}

.border_btn {
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  border-width: 3px;
  border-radius: 3px;
  border-style: double;
  border-color: rgba(255, 255, 255,1.0);
  background-color: rgba(72, 26, 123,1.0);
  color: rgba(255, 255, 255,1.0);
  padding: 12px 24px;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}

.border_btn:focus,
.border_btn:hover {
  color: #fff;
  background-color: #7B1A1D;
}

.border_btn.btn_teal_green {
  background-color: #1A7B78;
}

.border_btn.btn_teal_green:focus,
.border_btn.btn_teal_green:hover {
  background-color: #481A7B;
}

.border_btn.btn_brown {
  background-color: #7B1A1D;
}

.border_btn.btn_brown:focus,
.border_btn.btn_brown:hover {
  background-color: #4E7B1A;
}

.border_btn:focus,
.border_btn:hover {
  -webkit-animation-name: elementor-animation-pulse;
  animation-name: elementor-animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.smple_teal_btn {
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: auto;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
  background-color: #1A7B78;
}

.smple_teal_btn:hover {
  background-color: #481A7B;
  color: #FFF;
}

.smple_teal_btn.medium_btn {
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 4px;
  -webkit-animation: none !important;
  animation: none !important;
}

.far {
  font-weight: 400;
}
.body-container--landing-page{
  min-height: calc(100vh - 832px);
}
/*---------------------*/
.hs_cos_gallery_main.slick-fixed-height-slider .slick-track .slick-slide {
  margin: 0 auto;
}

.hs_cos_gallery_main.slick-slider.slick-slider {
  padding-bottom: 30px;
  margin-bottom: 0;
}

.slick-initialized.slick-slider button.slick-arrow {
  position: absolute;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: hsla(0,0%,93.3%,.9);
  top: 50%;
  -webkit-transform: translate3d(0,-50%,1px);
  transform: translate3d(0,-50%,1px);
  top: calc(50% - 15px);
  width: auto;
  height: auto;
  padding: 0;
  font-size: 0;
  background: transparent;
  border: 0;
}

.slick-initialized.slick-slider button.slick-prev.slick-arrow {
  left: 10px;
}

.slick-initialized.slick-slider button.slick-next.slick-arrow {
  right: 10px;
}

.slick-initialized.slick-slider button.slick-prev.slick-arrow:before {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e87e';
  font-size: 25px;
  color: inherit;
  opacity: 1;
}

.slick-initialized.slick-slider button.slick-next.slick-arrow:before {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e87d';
  font-size: 25px;
  color: inherit;
  opacity: 1;
}

.hs_cos_gallery_main .slick-slide img {
  vertical-align: unset;
}

.hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  line-height: 24px;
}

.hs_cos_gallery_main .slick-slide .caption.below {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  margin-top: 7px;
}

.hs_cos_gallery_main .slick-slide .caption.below p {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
  margin: 0;
}

.slick-initialized.slick-slider .slick-dots {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 10;
  color: #fff;
  cursor: default;
  bottom: 5px;
  bottom: 4px;
  left: 0;
  width: 100%;
  padding: 0;
}

.slick-initialized.slick-slider > ul.slick-dots > li {
  width: 6px;
  height: 6px;
  font-size: 0;
  margin: 0 6px;
  line-height: 0;
  vertical-align: middle;
  display: inline-block;
}

.slick-initialized.slick-slider > ul.slick-dots > li > button {
  width: 100%;
  height: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  line-height: 0;
  border-radius: 50%;
  background: #000;
  opacity: .2;
  font-size: 0;
}

.slick-initialized.slick-slider > ul.slick-dots > li > button:before {
  display: none !important;
}

.slick-initialized.slick-slider > ul.slick-dots > li.slick-active > button {
  opacity: 1;
}

.corporate-planner-page .sl_inner {
  cursor: text;
}
/*--------------------*/
@media(max-width: 767px) {
  .hs_cos_gallery_main.slick-slider.slick-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .hs_cos_gallery_main .slick-slide img {
    vertical-align: unset;
    width: 100%;
  }

  .cm_website_page .solutions-wrapper .solutions-item:first-child {
    margin-top: 0;
  }

  .cm_website_page .solutions-wrapper .solutions-items {
    margin-top: 0;
  }

}

@media(max-width:479px){
  .support-page .custom-banner h1 {
    font-size: 2rem;
    word-break: break-word;
  }

  .hs-embed-wrapper.hs-fullwidth-embed {
    min-width: unset !important;
  }
}

fieldset.form-columns-2 ul.no-list.hs-error-msgs,fieldset.form-columns-3 ul.no-list.hs-error-msgs {
  width: 90%;
}


@media (max-width: 477px), (min-device-width: 320px) and (max-device-width: 480px){
  fieldset.form-columns-2 ul.no-list.hs-error-msgs,fieldset.form-columns-3 ul.no-list.hs-error-msgs {
    width: 100%;
  }

}