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



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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Font Awesome 5 Brands";
  src: url(https://20843232.fs1.hubspotusercontent-na1.net/hubfs/20843232/raw_assets/public/ListingLogic_November2021/fonts/fa-brands-400.eot) format("embedded-opentype"), 
    url(https://20843232.fs1.hubspotusercontent-na1.net/hubfs/20843232/raw_assets/public/ListingLogic_November2021/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://20843232.fs1.hubspotusercontent-na1.net/hubfs/20843232/raw_assets/public/ListingLogic_November2021/fonts/fa-brands-400.woff) format("woff"), 
    url(https://20843232.fs1.hubspotusercontent-na1.net/hubfs/20843232/raw_assets/public/ListingLogic_November2021/fonts/fa-brands-400.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400;
  font-display: block;
}

@font-face { 
  font-family: "SofiaPro";
  src: local("SofiaPro"), url(https://20843232.fs1.hubspotusercontent-na1.net/hubfs/20843232/raw_assets/public/ListingLogic_November2021/fonts/SofiaPro.woff2) format("woff2"),
    url(https://20843232.fs1.hubspotusercontent-na1.net/hubfs/20843232/raw_assets/public/ListingLogic_November2021/fonts/SofiaPro.woff) format("woff"),
    url(https://20843232.fs1.hubspotusercontent-na1.net/hubfs/20843232/raw_assets/public/ListingLogic_November2021/fonts/SofiaPro.ttf) format("truetype");
  font-style: normal;
  font-weight: 500; 
  font-display: swap; 
  unicode-range: U+0-5FF;
}


@font-face { 
  font-family: "SofiaPro-Bold"; 
  src: local("SofiaPro-Bold"),
    url(https://20843232.fs1.hubspotusercontent-na1.net/hubfs/20843232/raw_assets/public/ListingLogic_November2021/fonts/SofiaPro-Bold.woff2) format("woff2"), 
    url(https://20843232.fs1.hubspotusercontent-na1.net/hubfs/20843232/raw_assets/public/ListingLogic_November2021/fonts/SofiaPro-Bold.woff) format("woff"), 
    url(https://20843232.fs1.hubspotusercontent-na1.net/hubfs/20843232/raw_assets/public/ListingLogic_November2021/fonts/SofiaPro-Bold.ttf) format("truetype"); 
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0-5FF;
}

@font-face { 
  font-family: "SofiaPro-Light"; 
  src: local("SofiaPro-Light"),
    url(https://20843232.fs1.hubspotusercontent-na1.net/hubfs/20843232/raw_assets/public/ListingLogic_November2021/fonts/SofiaPro-Light.woff2) format("woff2"),
    url(https://20843232.fs1.hubspotusercontent-na1.net/hubfs/20843232/raw_assets/public/ListingLogic_November2021/fonts/SofiaPro-Light.woff) format("woff"),
    url(https://20843232.fs1.hubspotusercontent-na1.net/hubfs/20843232/raw_assets/public/ListingLogic_November2021/fonts/SofiaPro-Light.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 300; 
  font-display: swap; 
  unicode-range: U+0-5FF;
}


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

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







body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  font-family: 'SofiaPro-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
  margin: 0;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 16px;
}

/* 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 {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  width: 100%;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px 0px 0px 0px;
  font-size: 1.25em;
  font-weight: 500;
  font-family: 'SofiaPro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #231f20;
  min-height: 59px;
  padding: 7px 20px;
  vertical-align: middle;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

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

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;

  white-space: normal;
  font-size: 1.25em;
  font-weight: 500;
  border-radius: 100px 100px 100px 100px;
  padding: 15px 30px 11px 30px;
  min-height: 59px;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  display: inline-flex;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  align-items: center;
  margin:20px 0;

}

:focus-visible {
  outline-offset: 0px;
  outline:none;
}

form input[type=submit]:hover, form .hs-button:hover {
  transform: translateY(8px);
}


/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-elementor-section {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 15px 0px 15px;
  z-index: 99999;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
}

.header-elementor-section .page-center {
  min-height: 140px;
  transition: min-height .3s ease-in-out;
  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;
}

.header-elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.header-elementor-row .elementor-column {
  width: 25%;
}

.header-middle-elementor-column {
  width: 50%;
}

.header-last-elementor-column {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.custom-header-logo img {
  max-width: 225px;
  vertical-align: middle;
}

.custom-header-logo {
  padding: 10px;
}

.header-last-elementor-column-wrap {
  padding: 0.7em 0em 0em 0em;
}

.header-last-elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}

.header-get-started {
  font-size: 1.0625em;
  font-weight: 500;
  text-transform: uppercase;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #36B670;
  border-radius: 100px 100px 100px 100px;
  padding: 13px 20px 11px 20px;
  font-family: 'SofiaPro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.custom-header-login {
  margin: 0px 15px 0px 0px;
}

.custom-header-login a {
  font-size: 1.0625em;
  font-weight: 500;
  text-transform: uppercase;
  fill: #231F20;
  color: #231F20;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #231F2033;
  border-radius: 100px 100px 100px 100px;
  padding: 11px 18px 9px 18px;
  font-family: 'SofiaPro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header-middle-elementor-column .custom-menu-primary {
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.custom-menu-primary {}

.custom-menu-primary .hs-menu-wrapper >ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.9em 0em 0em 0em;
}

.custom-menu-primary .hs-menu-wrapper >ul li>a {
  color: #231F20;
  fill: #231F20;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1.0625em;
  font-weight: 700;
  text-transform: uppercase;
  transition: padding .3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: 'SofiaPro-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  line-height: 20px;
}

.custom-menu-primary .hs-menu-wrapper >ul >li:not(:first-child)>a {
  margin-inline-start: calc( 30px / 2 );
}

.custom-menu-primary .hs-menu-wrapper >ul >li:not(:last-child)>a {
  margin-inline-end: calc( 30px / 2 );
}

.custom-menu-primary .hs-menu-wrapper >ul >li>a:after {
  display: block;
  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);
  width: 100%;
  left: 0;
  background-color: #55595c;
  z-index: 2;
  content: "";
  height: 2px;
  background-color: #36B670;
  opacity: 0;
  -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);
  bottom: 10px;
}

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

.custom-header {
  position: relative;
  min-height: 140px;
}

.custom-header-login a:hover {
  transform: translateY(8px);
  border-color: #231F2066;
  color: #231F20;
}

.header-get-started {
  cursor: pointer;
}

.header-get-started:hover {
  background-color: #179851;
  transform: translateY(8px);
}


.elementor-popup-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  background-color: transparent;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  background-color: #FFFFFFCC;
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 999999;
}

.elementor-popup-modal .dialog-widget-content {
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: all;
  animation-duration: 1.2s;
  box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
}

.dialog-lightbox-widget-content {
  animation-duration: 1.2s;
  box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  pointer-events: all;
  animation-duration: 1.2s;
  box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
  margin: auto;
}

.dialog-message.dialog-lightbox-message {
  width: 640px;
  height: auto;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  font-size: 12px;
  line-height: 1.5;
}

.elementor-location-popup {
  padding: 4% 4% 4% 4%;
  width: 100%;
}

.popup-elementor-section {
  padding: 10px;
}

.popup-elementor-widget-heading h3 {
  color: #231f20;
  line-height: 1;
  font-family: 'SofiaPro', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.popup-elementor-widget-heading p {
  font-size: 1.8em;
  font-weight: 300;
  padding: 0;
  margin: 0;
  line-height: 1;
  margin-bottom: 20px;
}

.custom-popup-form fieldset.form-columns-2 {
  /* margin-left: calc( -30px/2 ); */
  /* margin-right: calc( -30px/2 ); */
  /* margin-bottom: -30px; */
}

.popup-elementor-section {
  padding: 10px 0 0;
}

.popup-elementor-widget-heading {
  padding: 0 10px;
}

.custom-popup-form .form-columns-2 .hs-form-field {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 30px;
}

.custom-popup-form form label {
  padding-bottom: 5px;
  font-size: 1.4em;
  font-weight: 500;
}

input#firstname-ee718abf-fef5-4195-8964-1fa8f8b421c8_9454 {}

.custom-popup-form form .hs-input {
  border-width: 0px 0px 1px 0px;
  border-radius: 0px 0px 0px 0px;
  font-size: 1.6em;
  font-weight: 500;
  height: auto;
  min-height: auto;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 1.4;
  min-height: 40px;
}

.custom-popup-form {}

.custom-popup-form fieldset.form-columns-1 {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 30px;
}

.custom-popup-form .hs-form-field {
  margin: 0;
}

.custom-popup-form form input[type=submit] {
  margin: 0;
  font-size: 1.6em;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 3em;
  border-radius: 100px 100px 100px 100px;
  padding: 4px 40px 0px 40px;
  min-height: 40px;
  height: auto;
}

.custom-popup-form form  .actions {
  text-align: center;
}


.eicon-close:before {
  content: "\e87f";
}

.dialog-close-button i {
  color: #A7A5A6;
}

.dialog-close-button {
  display: flex;
  top: 15px;
  background-color: #FFFFFF;
  font-size: 32px;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  cursor: pointer;
  position: absolute;
  line-height: 1;
}

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

.dialog-lightbox-widget-content {
  position: relative;
}

.dialog-close-button {
  right: 12px;
}

.custom-popup-form form input[type=submit] {
  /* margin-bottom: 30px; */
  font-size: 19.2px;
  font-family: SofiaPro, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

.custom-popup-form form .actions {
  /* margin-bottom: -30px; */
}

.dialog-lightbox-widget-content {
  background: #fff;
}

.custom-popup-form form textarea.hs-input {
  min-height: 118.44px;
}

.custom-popup-form form input[type=submit]:hover {
  background-color: rgba(54,182,112,1.0);
}

.custom-popup-form .hs-form-required {
    display: none;
}


.custom-post-social-share-group .elementor-share-btn:hover {
    -webkit-filter: saturate(1.5) brightness(1.2);
    filter: saturate(1.5) brightness(1.2);
}

.custom-post-social-share-group .elementor-share-btn__icon i {
    font-size: 20px;
}



@media (min-width: 1025px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    display: none;
    position: absolute;
    min-width: 180px;
    top: 100%;
    margin-left:-10px;
  }

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

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

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

  body.scroll-header .header-middle-elementor-column .custom-menu-primary {
    font-size: calc(100% * 0.9);
  }

  body.scroll-header .custom-header-logo img {
    max-width: 168.750px;
  }

  body.scroll-header .header-elementor-section .page-center {
    min-height: 84px;
  }

  body.scroll-header .custom-menu-primary .hs-menu-wrapper>ul li>a {
    padding-bottom: 10px!important;
    padding-top: 10px!important;
  }

  body.scroll-header .header-last-elementor-widget-wrap {
    font-size: calc(100% * 0.9);
  }

  .header-elementor-row .elementor-column {
    display: flex;
    align-items: center;
  }

  .custom-header-logo img{
    transition: .3s ease-in-out; 
  }

  .elementor-menu-toggle,
  .child-trigger{
    display:none;
  }

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


@media (max-width: 1171px) and (min-width: 1025px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child)>a,.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>a {
    margin-inline-end: 7px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>a {
    font-size: 14px;
  }

  .custom-header-login a {
    font-size: 12px;
  }

  .header-get-started {
    font-size: 12px;
  }

}


@media (max-width: 1024px){

  .dialog-message.dialog-lightbox-message {
    max-width: 100%;
  }


  .custom-header {
    min-height: 90px;
  }
  .elementor-menu-toggle {
    display: none;
  }

  .header-middle-elementor-column .custom-menu-primary {
    display: none;
  }

  .header-elementor-section {
    padding: 0px 15px 0px 5px;
  }

  .header-elementor-section .page-center {
    min-height: 90px;
  }

  .header-elementor-row .elementor-column {
    width: 30%;
  }

  .header-middle-elementor-column {
    width: 32%;
    display: flex;
  }

  .header-last-elementor-column {
    width: 38%;
  }

  .header-last-elementor-column-wrap {
    padding: 0;
  }

  .elementor-menu-toggle {
    padding: 10px;
  }

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

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

  .elementor-menu-toggle {
    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;
    margin-left: auto;
    background-color: rgba(0,0,0,0);
    font-size: 32px;
    border-width: 0px;
    border-radius: 0px;
  }

  .header-middle-elementor-column {
    padding: 10px;
  }

  .header-elementor-row .elementor-column {
    display: flex;
    align-items: center;
  }

  .elementor-menu-toggle:hover {
    color: #36B670;
  }

  .header-middle-elementor-column .custom-menu-primary {
    position: absolute;
    z-index: 9997;
    background-color: #D3D2D2;
    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;
    left: 0;
    width: 100%;
    top: 100%;
    top: 69px;
    margin-top: 10px;
    display: block;
    font-size: 13px;
    padding: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
  }

  .header-elementor-section .page-center {
    position: static;
  }

  .header-elementor-section {
    position: relative;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul {
    width: 100%;
    display: block !important;
    margin: 0;
    text-align: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    margin: 0;
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    line-height: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child)>a {
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>a {
    margin-inline-start: initial;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child)>a {
    margin-inline-end: 0 !important;
    margin: 0 !important;
  }


  body.show-mobile-nav .header-middle-elementor-column .custom-menu-primary {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  body.show-mobile-nav .eicon-menu-bar:before {
    content: "\e87f";
  }

  .custom-header-logo img {
    width: 100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li>a:after {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>a:hover,
  .custom-menu-primary .hs-menu-wrapper>ul li.active>a{
    color: #36B670 !important;
  }
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #000; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    background: transparent !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>a {
    align-items: center;
    justify-content: center;
  }

  .child-trigger i, .child-trigger i:after {
    width: 13px;
    height: 2px;
  }

  .child-trigger {
    width: 55px !important;
    min-width: 55px !important;
    height: 40px !important;
  }



}


@media (max-width: 767px){
  .header-get-started {
    display: none;
  }

  .header-elementor-section {
    padding: 0px 0px 0px 5px;
  }

  .header-elementor-row .elementor-column {
    width: 50%;
  }

  .header-middle-elementor-column {
    width: 20%;
  }

  .header-last-elementor-column {
    width: 30%;
  }

  .header-middle-elementor-column .custom-menu-primary {
    top: 100%;
    margin: -1px 0 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>a {
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>a:after {
    display: none;
  }

}

@media (max-width: 422px){
  .custom-header-login a {
    padding: 11px 6px 9px 6px;
  }
}
.page-center {
  margin: 0 auto;
}

.custom-footer {
  padding: 30px 0px 30px 0px;
}

.footer-elementor-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-elementor-column {
  width: 25%;
}

.footer-elementor-column:last-child {
  width: 49.664%;
}


.custom-footer-logo img {
  max-width: 165px;
}

.footer-elementor-column-wrap {
  margin: 0% 20% 0% 0%;
  padding: 10px;
  padding: 10px;
}

.elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}

.elementor-widget-wrap>.elementor-element {
  width: 100%;
}

.elementor-widget-wrap >div {
  width: 100%;
}

.custom-footer-address p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

.custom-footer-address .custom-email-address a {
  font-size: 1.0625em;
  font-weight: 700;
  color: #36B670;
}

.custom-footer-address {
  color: #231F20;

}

.custom-email-address {
  margin-bottom: 0.9rem;
}

.custom-footer-phone {
  font-size: 1.0625em;
  font-weight: 300;
}

.custom-address {
  font-size: 0.9375em;
  font-weight: 300;
}

.custom-footer-logo {
  margin-bottom: 20px;
}

.custom-footer-logo img {
  vertical-align: middle;
}

.footer-elementor-column.custom-footer-last-col .elementor-widget-wrap {
  align-content: flex-end;
  align-items: flex-end;
  text-align: right;
  /* margin-top: auto; */
}

.footer-elementor-column.custom-footer-last-col .footer-elementor-column-wrap {
  margin: 0;
  display: flex;
}

.custom-footer-copyright {
  margin-bottom: 0.9rem;
  text-align: right;
  color: #231F20;
  font-size: 0.9375em;
  font-weight: 300;
}

.elementor-widget-nav-menu {
  margin-bottom: 20px;
}

.elementor-widget-nav-menu .hs-menu-wrapper >ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.elementor-widget-nav-menu .hs-menu-wrapper >ul >li>a {
  color: #231F20;
  fill: #231F20;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.0625em;
  font-weight: 700;
  font-family: 'SofiaPro-Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.elementor-widget-nav-menu .hs-menu-wrapper >ul >li:not(:last-child)>a {
  margin-inline-end: calc( 20px / 2 );
}

.elementor-widget-nav-menu .hs-menu-wrapper >ul >li:not(:first-child)>a {
  margin-inline-start: calc( 20px / 2 );
}

.elementor-widget-nav-menu .hs-menu-wrapper >ul >li>a:after {
  display: block;
  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);
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #55595c;
  z-index: 2;
  content: "";
  height: 2px;
  bottom: 10px;
  background-color: rgb(54, 182, 112);
  opacity: 0;
}

.elementor-widget-nav-menu .hs-menu-wrapper >ul >li>a:hover:after {
  opacity: 1;
  bottom: 0;
}


.footer-elementor-column.custom-footer-last-col {
  display: flex;
  flex-wrap: wrap;
}

.elementor-social-icons-wrapper.elementor-grid {
  margin: 30px 0px 0px 0px;
  text-align: right;
  line-height: 1;
  font-size: 0;
  display: inline-block;
  width: 100%;
  word-spacing: 10px;
  margin-bottom: calc(-1 * 0px);
}

span.elementor-grid-item {
  display: inline-block;
  margin-bottom: 0px;
  word-break: break-word;
}

.elementor-social-icon {
  background-color: #36B670;
  font-size: 22px;
  line-height: 22px;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition-duration: .3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

.elementor-screen-only, .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

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

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

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

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

.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-instagram:before {
  content: "\f16d";
}

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

.elementor-widget-social-icons {
  margin-bottom: 20px;
}

.elementor-animation-sink:active, .elementor-animation-sink:focus, .elementor-animation-sink:hover {
  transform: translateY(8px);
}

.elementor-social-icon:hover {
  color: #fff;
}

.custom-footer {
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #231F2033;
}

.custom-footer .page-center {
  padding-top: 1px;
}

.custom-footer-address .custom-email-address a:hover {
  color: #179851;
}


footer.footer.lp-footer .footer-elementor-column.custom-footer-last-col {
  justify-content: flex-end;
}





@media (max-width: 1024px){
  .custom-footer .page-center {
    padding-top: 0px;
  }
  .custom-footer {
    padding: 30px 20px 30px 20px;
  }

  .footer-elementor-column {
    width: 33%;
    display: flex;
  }

  .footer-elementor-column:last-child {
    width: 33%;
  }

  .footer-elementor-column-wrap {
    flex-wrap: wrap;
    display: flex;
  }
}


@media (max-width: 767px){
  .footer-elementor-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-elementor-column {
    width: 100%;
  }

  .footer-elementor-column:last-child {
    width: 100%;
  }

  .footer-elementor-column.custom-footer-last-col .footer-elementor-column-wrap {
    width: 100%;
    display: block;
  }

  .elementor-widget-nav-menu .hs-menu-wrapper>ul {
    flex-direction: row !important;
  }

  .footer-elementor-column.custom-footer-last-col {
    margin: 30px 0px 0px 0px;
  }

  .custom-footer-logo img {
    max-width: 80px;
  }
}
/* 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;
  }
}