*, *:before, *:after {
  box-sizing: border-box;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.body-wrapper .cta_button {
  box-sizing: border-box !important;
}
img {
  max-width: 100%;
}
/*! 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 {
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
  font-family: Sora;
}

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

body {
  margin: 0;
  position: relative;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}

.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.relative {
  position: relative;
}

.wrap {
  flex-wrap: wrap;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}
.align-center {
  align-items: center;
}

.items-center {
  justify-items: center;
}
.items-start {
  justify-items: start;
}
@media (max-width: 450px) {
  .items-start-mb {
    justify-items: start;
  }
}
.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}
.d-inline-flex {
  display: inline-flex;
}
.d-contents {
  display: contents;
}
.d-none {
  display: none;
}

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

.text-left {
  text-align: left;
}

.absolute {
  position: absolute;
}

.d-grid {
  display: grid;
}

.grid-1-column-mb {
  grid-template-columns: repeat(1, 1fr);
}
.grid-2-column-mb {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3-column-mb {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4-column-mb {
  grid-template-columns: repeat(4, 1fr);
}
.grid-5-column-mb {
  grid-template-columns: repeat(5, 1fr);
}

.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.w-auto {
  width: auto;
}
.w-fit-content {
  width: fit-content;
}
.cursor-pointer {
  cursor: pointer;
}
.obj-fit-cover {
  object-fit: cover;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-center {
  background-position: center;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .grid-1-column-tb {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-2-column-tb {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-column-tb {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4-column-tb {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-5-column-tb {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 992px) {
  .grid-1-column-tb-l {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-2-column-tb-l {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-column-tb-l {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4-column-tb-l {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-5-column-tb-l {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1024px) {
  .grid-1-column {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-2-column {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-3-column {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-4-column {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-5-column {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.container-wt {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1110px;
  padding-left: 15px;
  padding-right: 15px;
}
.w-66 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .w-66 {
    max-width: 90%;
  }
}


.tx-center {
  text-align: center;
}
.tx-left {
  text-align:left
}

.w-100 {
  width: 100%;
}

.half-section {
  width: 100%;
}
.half-md-section {
  width: 100%;
}

@media (min-width: 992px) {
  .d-none-md {
    display: none;
  }
}
@media (max-width: 992px) {
  .d-none-mb {
    display: none;
  }
}


.d-flex {
  display: flex;
}
.rounded {
  border-radius: 10px !important;
}
.overflow-hidden {
  overflow: hidden;
}
.shadow {
  box-shadow: 0 8px 19px -5px #eceae0;
  transition: all 400ms ease-in-out;
}
.shadow:hover {
  box-shadow: 0 8px 19px -5px #d9d5c0;
}


.card-category-badges-wt {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #A5FCEC;
  color: #000;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 2px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
}
.btn-wt-blue {
  background: #FFFFFF;
  color: #524FEF;
  border: 2px solid #524FEF;
}
.d-grid {
  display: grid;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .tb\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .ds\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .flex-md-row {
    flex-direction: row;
  }
  .align-md-center{
    align-items: center;
  }
  .align-md-start{
    align-items: flex-start;
  }
  .align-md-end{
    align-items: flex-end;
  }
  .half-md-section {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .d-none-md {
    display: none;
  }
  .d-none-mb {
    display: none;
  }
  .tx-md-center {
    text-align: center;
  }
  .tx-md-left {
    text-align: left;
  }
  .tx-md-right {
    text-align: right;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
.banner-section>div,
.dnd-section[class*="force-full-width"]>div,  
.Banner-row-0-force-full-width-section > .row-fluid, .banner-section .dnd-section>.row-fluid,
.banner-area .dnd-section {
  padding: 0;
}

.blog_wrap .dnd-section,.blog_wrap .dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 370px) {
  main.body-container-wrapper {
    padding: 0 15px;
  }
}

@media (max-width: 321px) {
  main.body-container-wrapper {
	 padding-left: 0;
	 padding-right: 0;
  }
}
@font-face { 
  font-family: "icomoon"; 
  src: url(//20509887.fs1.hubspotusercontent-na1.net/hubfs/20509887/WorkTango_Oct2021/fonts/icomoon.eot) format("embedded-opentype"),
	 url(//20509887.fs1.hubspotusercontent-na1.net/hubfs/20509887/raw_assets/public/WorkTango_Oct2021/fonts/icomoon.woff) format("woff"), 
	 url(//20509887.fs1.hubspotusercontent-na1.net/hubfs/20509887/raw_assets/public/WorkTango_Oct2021/fonts/icomoon.ttf) format("truetype"),
	 url(//20509887.fs1.hubspotusercontent-na1.net/hubfs/20509887/raw_assets/public/WorkTango_Oct2021/fonts/icomoon.svg) format("svg"); 
  font-style: normal;
  font-weight: normal;
  font-display: block;
}

body {  
  -webkit-font-smoothing: antialiased;
}

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

::selection {
  background: #C3D4FF;
  color: #333;
}

/* Paragraphs */

p {
  margin: 0;
  padding-bottom: 15px;  
}

/* p+p{
  padding-bottom: 10px; 
} */

/* 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 0.8rem;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}

/* Lists */

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

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


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

ul.purple-checkmark {
  list-style-image: url('https://worktango.com/wp-content/themes/worktango2022/assets/dist/images/purple-check.png');
}

ul.cyan-checkmark {
    list-style-image: url('https://www.worktango.com/wp-content/themes/worktango2022/assets/dist/images/list_icon.svg');
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 0;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
.regular{
  font-weight: 400;
}
.medium{
  font-weight: 500;
}
.semi-bold{
  font-weight: 600;
}


button {
  cursor: pointer;
  font-family: Sora;
}
button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

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

button:active,
.button:active {
  text-decoration: none;
}





.hs-button,
.button--primary{
  background-color: #B7FF5B;
  border: 0px solid #078296;
  border-radius: 24px;
  color: #524fef;
  padding: 8px 24px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #524fef;
  border-color: 0px solid #078296;
  color: #a5fcec;
}

.hs-button:active,
.button--primary:active {
  background-color: #524fef;
  border-color: ;
  color: #a5fcec;
}

.btn-wt, .cta-wt a,
.hs-button{
  border-radius: 24px;
  transition: all 400ms ease-in-out;
  display: inline-block;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  font-family: Sora;
}

 .button--secondary{
  background-color: #fff;
  border: 2px solid #524fef;
  border-radius: 24px;
  color: #524fef;
  padding: 6px 24px;
}
.button--secondary:hover{
  background-color: #524fef;
  border-color: 2px solid #524fef;
  color: #a5fcec;
}

.button--tertiary{
  background-color: #524fef;
  border: 0px solid #cccccc;
  border-radius: 24px;
  color: #a5fcec;
  padding: 12px 25px;
}
.button--tertiary:hover{
  background-color: #524fef;
  border-color: 0px solid #bbbbbb;
  color: #fff;
  text-decoration: unset
}

.btn-sm{
  padding: 6px 18px !important;
  font-size: 15px !important;
}
.btn-lg{
  padding: 8px 24px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

/* Default tablet and smaller screens */
@media (max-width: 768px) {
  .hs-button, .button--primary, .button--secondary, .button--tertiary {
    padding: 10px 20px;
    font-size: 1rem;
  }
  .btn-sm {
    padding: 8px 12px !important;
    font-size: 0.875rem !important;
  }
  .btn-lg {
    padding: 8px 18px !important;
    font-size: 1rem !important;
  }
}

/* Mobile devices */
@media (max-width: 480px) {
  .hs-button, .button--primary, .button--secondary, .button--tertiary {
    width: 100%;
    padding: 12px;
    font-size: 0.875rem;
  }
  .btn-sm {
    padding: 6px 8px !important;
    font-size: 0.75rem !important;
  }
  .btn-lg {
    padding: 6px 14px !important;
    font-size: 0.875rem !important;
  }
}
/*

/* Form fields */


.hs-form-field {
  margin-bottom: 0;
}

.form-title {
  padding: 15px;
}

form h3:empty {
  display: none;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 15px 30px;
  background-color: #FFFFFF;
}

h3:empty {
  display: none;
}

/* Labels */

form label {
  display: none;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input:not(.hs-button), form select, form textarea, .hs-input, .hs-search-field__input, form input[type="password"] {
  margin: 0 0 10px;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  
  border: solid 1px #CAD5DE;
  font-size: 16px;
  color: #000000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

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;
  width: auto;
  margin: 0;
  margin-right: 0.35rem;
  height: auto;
  min-height: auto;
}

/* 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: ;
}

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

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

.legal-consent-container .hs-richtext p {
  font-size: 0.3rem !important;
  margin: 0 0 1.4rem;
  
}

/* Validation */

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

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

.hs-error-msgs label,
.hs-error-msg {
  display: block; 
  margin-top: 15px;
  color: #B7FF5B;
  text-align: center;
  width: 100%;
  font-weight: 600;
}

/* Captcha */
.hs_recaptcha {
  overflow: auto hidden;
  margin-bottom: 20px
}

.grecaptcha-badge {
  margin: 0;
}
/* 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_height {
  min-height: 96px;
}

header.header {
  z-index: 9999;
  overflow: visible;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  transition: all .3s ease;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
}

.head_logo {
  position: relative;
}

.head_logo a {
  width: auto;
  max-width: none;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1px;
  color: #444;
  font-family: 'Open Sans';
  font-weight: 600;
  align-self: center;
  margin-top: 28px;
  margin-bottom: 28px;
  position: relative;
  transition: margin 0.15s ease;
  display: flex;
}

.head_logo img {
  height: 40px;
  transition: height 0.15s ease, opacity 0.2s ease;
  width: auto !important;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  transition: padding 0.8s ease,margin 0.25s ease;
  min-height: 1px;
  line-height: 1px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  outline: 0 none;
  line-height: 0;
  font-size: 12px;
  position: relative;
  float: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  padding: 0 10px 0 10px;
  display: block;
  font-family: Montserrat;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #888888;
  padding-left: 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  padding-right: 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: left;
  vertical-align: middle;
  top: -3px;
  word-spacing: 1px;
  content: "\f107";
  width: 10px;
  font-size: 12px;
  line-height: 16px;
  height: auto;
  background-color: transparent;
  position: relative;
  left: 7px;
  margin-top: 3px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  top: 100%;
  left: 0;
  position: absolute;
  width: 22em;
  opacity: 0;
  pointer-events: none;
  display: block;
  transform: translateY(-9999px);
  box-shadow: 0 6px 28px rgb(0 0 0 / 8%);
  padding: 20px;
  border-color: #eeeeee;
  border-top-width: 1px;
  border-top-style: solid;
  background-color: rgba(255,255,255,100);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  color: #FFFFFF;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:before {
  background-color: #e68025;
  display: block;
  position: absolute;
  left: 0;
  padding-bottom: 10px;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  width: 100%;
  height: 24px;
  content: ' ';
  z-index: -1;
  height: 21px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: none;
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  box-sizing: content-box;
}

img {
  vertical-align: baseline;
}

.custom-menu-primary {
  padding-right: 15px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  top: 100%;
  pointer-events: all;
  opacity: 1;
  transform: none;
  z-index: 999;
  left: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  display: block;
  opacity: 0;
  transition: transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
  -webkit-transition: transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
  -webkit-transform: translate3d(0,13px,0);
  transform: translate3d(0,13px,0);
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  padding: 6px 6px;
  font-family: Montserrat;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul>li {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.header .span_9 {
  position: static;
}

.header .row {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul {
  display: flex;
  width: 912px !important;
  padding: 30px 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li {
  display: block;
  width: 32.23%;
  float: none;
  padding: 0 0 0 30px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li:last-child {
  padding-right: 30px;
  width: calc(100% - 32.23% - 32.23%);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li>a {
  color: #000000;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child) {
  position: static;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-child)>ul>li:last-child>ul>li>a span {
  padding-left: 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a img {
  display: inline;
  vertical-align: middle;
  padding-right: 10px;
  margin-bottom: 15px;
  max-width: 100%;
  width: 100%;
}

.fixed header.header {
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
}

@media (max-width: 1170px) and (min-width: 1000px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 padding-left: 3px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
	 padding-right: 12px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
	 margin-left: 0px;
	 margin-right: 5px;
	 padding-left: 7px;
	 padding-right: 5px;
  }
}

@media (max-width: 1060px) and (min-width: 1000px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 font-size: 11px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
	 padding-right: 8px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
	 margin-right: 0px;
	 padding-left: 6px;
	 padding-right: 4px;
  }
}

@media only screen and (min-width: 1000px) {
  .fixed .head_logo img {
	 height: 34px;
  }
  .fixed .head_logo a {
	 margin-top: 15.555555555556px;
	 margin-bottom: 15.555555555556px;
  }
  .header .row {
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
  }
  .header .span_3 {
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 float: none;
	 width: auto;
  }
  .head_logo_wrap {
	 margin-top: 28px;
	 margin-bottom: 28px;
	 position: relative;
  }
  .custom-menu-primary,
  .custom-menu-primary>*,
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li {
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 vertical-align: middle;
	 -webkit-align-items: center;
	 -ms-align-items: center;
	 -ms-flex-align: center;
	 align-items: center;
	 height: 100%;
  }
  .header .span_9 {
	 margin-left: auto;
	 display: -webkit-flex;
	 display: -ms-flexbox;
	 display: flex;
	 float: none;
	 width: auto;
  }
  .custom-menu-primary.mobile {
	 display: none;
  }
}

@media (max-width: 999px) {
  .head_logo a {
	 margin: 0;
  }

  header.header {
	 box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
	 margin-bottom: 0;
	 padding: 12px 0;
  }

  .head_logo img {
	 height: 24px;
  }

  .custom-menu-primary.mobile {  
	 position: fixed;
	 width: 100%;
	 height: 100%;
	 right: auto;
	 left: 0;
	 top: 0;
	 z-index: 9997;
	 text-align: center;
	 background-color: rgba(37,83,120,.97);
	 opacity: 0;
	 visibility: hidden;
	 transition: all .3s ease;
	 overflow-y: scroll;
	 overflow-x: hidden;
	 padding-right: 20px;
	 box-sizing: content-box;
	 -webkit-box-sizing: content-box;
	 -moz-box-sizing: content-box;
  }

  .custom-menu-primary.desktop {
	 display: none;
  }

  .mobile-open .custom-menu-primary.mobile {
	 opacity: 1;
	 visibility: visible;
  }

  .custom-menu-primary.mobile>div {
	 position: relative;
	 height: 100%;
	 margin-right: -20px;
	 display: flex;
	 flex-direction: column;
	 padding-top: 48px;
  }

  .custom-menu-primary-container-mobile {
	 width: 100%;
	 position: relative;
	 top: 0;
	 left: 0;
	 height: auto;
	 margin: auto;
	 padding: 30px 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
	 float: none;
	 font-size: inherit;
	 line-height: inherit;
	 height: 76px;
	 margin: 0 0 8px 0;
	 transform: translate(0px, 40px);
	 opacity: 0;
	 transition: all .3s ease .2s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 padding: 6px 20px;
	 font-size: 21.6px;
	 line-height: 57.6px;
	 padding-left: 0;
	 padding-right: 0;
	 letter-spacing: -1px;
	 font-weight: 700;
	 color: #FFFFFF;
	 display: inline-block;
	 overflow: hidden;
  }

  .head_social_icons ul {
	 padding: 0;
	 margin: 0;
	 position: relative;
	 bottom: 0;
	 right: 0;
	 margin-top: 70px;
	 display: flex;
	 justify-content: center;
  }

  .head_social_icons ul li {
	 padding: 0 6px 6px 0;
	 display: inline-block;
	 opacity: 0;
	 transform: scale(0, 0);
	 transition: all .3s ease .2s;
  }

  .head_social_icons ul li a {
	 padding: 0 8px;
	 opacity: 0.7;
	 transition: opacity 0.2s ease, color 0.2s ease;
	 -webkit-transition: opacity 0.2s ease, color 0.2s ease;
	 color: #FFFFFF;
  }

  .head_social_icons ul li a:hover {
	 opacity: 1;
  }

  .custom-menu-primary.mobile p {
	 font-size: 12px;
	 color: #FFFFFF;
	 padding: 0;
	 margin-bottom: 30px;
	 margin-top: 15px;
	 transition: all .3s ease .2s;
	 opacity: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
	 line-height: inherit;
  }

  .head_social_icons ul:after {
	 display: block;
	 height: 1px;
	 width: 0;
	 background-color: rgba(255,255,255,0.6);
	 content: ' ';
	 margin: 0 auto;
	 position: absolute;
	 top: -40px;
	 left: 50%;
	 transform: translateX(-50%);
	 -webkit-transform: translateX(-50%);
	 -moz-transform: translateX(-50%);
	 transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	 -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	 -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);    
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
	 padding-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover, 
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
	 color: #eb7f00;
  }

  .slide-out-widget-area-toggle {
	 position: relative;
	 width: auto;
	 padding: 0 7px;
	 top: auto;
	 right: auto;
	 margin-bottom: 0;
	 margin-top: 0;
	 display: inline-block;
	 vertical-align: middle;
	 line-height: 0;
	 height: 100%;
	 -webkit-transform: none;
	 transform: none;
	 display: inline-block;
	 padding-right: 0;
	 font-size: 16px;
	 line-height: 26px;
  }

  .slide-out-widget-area-toggle>div {
	 position: relative;
	 display: block;
	 top: calc(50% + 0px);
	 font-size: 18px;
	 -webkit-transform: translateY(-50%);
	 transform: translateY(-50%);
	 background-color: transparent;
  }

  .slide-out-widget-area-toggle a span {
	 transition: -webkit-transform 0.33s 0.3s ease-in;
	 transition: transform 0.33s 0.3s ease-in;
	 -webkit-transform-origin: center;
	 transform-origin: center;
	 display: block;
	 height: 20px;
	 transition: -webkit-transform 0.33s 0s ease;
	 transition: transform 0.33s 0s ease;
  }

  .slide-out-widget-area-toggle a span i {
	 transition: .3s;
	 cursor: pointer;
	 top: 9px;
	 position: relative;
	 user-select: none;
	 line-height: 0;
	 font-size: 0;
	 display: block;
	 width: 22px;
	 top: 10px;
	 color: #888888!important;
  }

  .slide-out-widget-area-toggle a span i i {
	 top: auto;
	 height: 2px;
  }

  .slide-out-widget-area-toggle a span>i:after {
	 background-color: rgba(0,0,0,0.4);
	 display: inline-block;
	 width: 1.4rem;
	 height: 2px;
	 transition: transform 0.45s ease,opacity 0.2s ease,background-color 0.2s linear;
	 -webkit-transition: -webkit-transform 0.45s ease,opacity 0.2s ease,background-color 0.2s ease;
	 position: absolute;
	 left: 0;
	 top: 0;
	 content: '';
	 transform: scale(1,1);
	 -webkit-transform: scale(1,1);
	 height: 2px!important;
	 width: 22px!important;
	 background-color: #888888;
  }

  .slide-out-widget-area-toggle a span i i:before {
	 display: block;
	 width: 1.4rem;
	 height: 3px;
	 background: #ecf0f1;
	 transition: 0.3s;
	 position: absolute;
	 left: 0;
	 content: '';
	 -webkit-transform-origin: 0.142rem center;
	 transform-origin: 0.142rem center;
	 height: 2px!important;
	 width: 22px!important;
	 transform-origin: 50% 50%;
	 transition: -webkit-transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
	 transition: transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
	 top: 6px;
	 background-color: #888888;
  }

  .slide-out-widget-area-toggle a span i i:after {
	 display: block;
	 width: 1.4rem;
	 height: 3px;
	 background: #ecf0f1;
	 transition: 0.3s;
	 position: absolute;
	 left: 0;
	 content: '';
	 -webkit-transform-origin: 0.142rem center;
	 transform-origin: 0.142rem center;
	 height: 2px!important;
	 width: 22px!important;
	 -webkit-transform-origin: 50% 50%;
	 transform-origin: 50% 50%;
	 transition: -webkit-transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
	 transition: transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
	 top: -6px;
	 background-color: #888888;
  }

  /* .header .span_9.col_last {
	 text-align: right;
	 position: absolute;
	 right: 0;
	 height: 100%;
	 top: -2px;
	 margin: 0;
  } */

  .mobile-open .slide-out-widget-area-toggle a span>i:after {
	 transform: scale(0,1);
	 -webkit-transform: scale(0,1);
  }

  .mobile-open .slide-out-widget-area-toggle a span i i:before {
	 -webkit-transform: translateY(-6px) rotateZ( -45deg);
	 transform: translateY(-6px) rotateZ( -45deg);
  }

  .mobile-open .slide-out-widget-area-toggle a span i i:after {
	 -webkit-transform: translateY(6px) rotateZ( 45deg);
	 transform: translateY(6px) rotateZ( 45deg);
  }

  .mobile-open .slide-out-widget-area-toggle a span>i {
	 -webkit-transform: scale3d(0.8,0.8,0.8);
	 transform: scale3d(0.8,0.8,0.8);
  }

  .mobile-open .head_social_icons ul:after {
	 width: 100px;
  }

  .mobile-open .head_social_icons ul li {
	 opacity: 1;
	 transform: scale(1, 1);
  }

  .mobile-open .custom-menu-primary.mobile p,
  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li {
	 opacity: 1;
	 transform: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
	 transition: all .3s ease 0.25s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3) {
	 transition: all .3s ease 0.30s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4) {
	 transition: all .3s ease 0.35s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5) {
	 transition: all .3s ease 0.40s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(6) {
	 transition: all .3s ease 0.45s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7) {
	 transition: all .3s ease 0.50s;
  }

  .header_height {
	 min-height: 48px;
  }

}
@media only screen and (max-width: 690px) {
  .header .col.span_3 {
	 margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a, .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 font-size: 16.8px;
	 line-height: 44.8px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
	 height: 63px;
  }
}

@media (max-width: 370px) {
  footer.footer {
	 padding-left: 15px;
	 padding-right: 15px;
  }
}

@media (max-width: 321px) {
  header.header, footer.footer {
	 padding-left: 0;
	 padding-right: 0;
  }
}


div#copyright {
  padding: 20px 0;
  font-size: 12px;
  color: #777;
}

#copyright .social {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

#copyright .social li {
  float: left;
  margin-left: 20px;
}

#copyright .social li a {
  font-size: 90%;
  display: block;
  line-height: 22px;
  height: 24px;
  position: relative;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top;
  color: #777777!important;
}

#copyright .social li a i {
  font-size: 20px;
  width: auto;
  background-color: transparent;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.footer h4, .footer h3 {
  line-height: 28px;
  font-family: 'montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #283856;
}

.footer .col p {
  padding-bottom: 6px;
}

.footer .col p:last-child {
  padding-bottom: 0;
}

.footer {
  background: #fff;
}

.footer.footer {
  font-size: 90%;
  line-height: 24px;
}

.footer a {
  font-size: 90%;
  line-height: 24px;
}

.ftr_top .col:last-child h4:not(:first-child) {
  margin-top: 30px;
}

.ftr_top .col:last-child h4+p:last-child {
  margin-bottom: 30px;
}

.ftr_top .row {
  padding: 55px 0;
}

div#copyright p {
  line-height: 22px;
  margin-top: 3px;
}

.footer .col p:nth-child(4n) {
  padding-bottom: 0;
}

.btt {
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px;
  right: 17px;
  bottom: 0px;
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  z-index: 9994;
  height: 29px;
  width: 29px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s ease;
  background-color: rgba(0,0,0,0.25);
  overflow: hidden;
  border-radius: 200px;
  transform: translateY(105%);
}

.btt.active {
  transform: translateY(-50%);
}

.btt:before,.btt:after {
  display: block;
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 0.3s cubic-bezier(.55,0,.1,1);
  -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
  border-radius: 100px;
  -webkit-border-radius: 100px;
}

.btt:before {
  background-color: rgba(255,255,255,0.25);
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  -webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  opacity: 0;
  z-index: 2;
}

.btt:after {
  background-color: #00a2b0!important;
}

.btt i {
  line-height: 29px;
  width: 29px;
  height: 29px;
  font-size: 14px;
  top: 0;
  left: 0;
  text-align: center;
  position: relative;
  z-index: 10;
  background-color: transparent;
  -webkit-transform: translate(0,0px);
  transform: translate(0,0px);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
}

.btt:hover {
  transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
  -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
  box-shadow: 1px 2px 3px rgb(0 0 0 / 16%);
  background-color: transparent!important;
}

.btt:hover i {
  -webkit-transform: translate(0,-29px);
  transform: translate(0,-29px);
  color: #FFFFFF;
}

.btt:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.footer .col .hs-menu-wrapper>ul>li {
  margin-bottom: 30px;
}

.footer .col .hs-menu-wrapper>ul>li>a {
  text-transform: uppercase;
  line-height: 28px;
  font-family: 'montserrat', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #283856;
  cursor: text;
}

.footer .col .hs-menu-wrapper>ul ul li {
  padding-bottom: 6px;
}

.footer .col .hs-menu-wrapper>ul ul li a {
  font-size: 90%;
  line-height: 24px;
  color: #bfbfbf;
  display: inline;
}

.footer .widget_media_image {
  margin-bottom: 30px;
}

.footer .widget_media_image img {
  max-width: 100%;
  height: auto;
  width: auto !important;
}

.footer .widget_media_image figure {
  margin: 0;
}

.footer .col p:last-of-type {
  padding: 0;
}

.footer .col .hs-menu-wrapper>ul ul li:last-child {
  padding: 0;
}

.footer .col:nth-child(2) .hs-menu-wrapper>ul>li:last-child {
  padding-bottom: 6px;
}

.footer .col:first-child img {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
  max-width: 200px;
  width: auto !important;
}

.widget_recent_entries {
  margin-bottom: 30px;
}

.footer .hs-rss-item {
  padding: 4px 0;
  margin: 0;
}

.footer .hs-rss-item a {
  display: block;
}

.footer .hs-rss-item:first-child {
  padding-top: 0;
}

.footer .hs-rss-item .hs-rss-byline {
  display: none;
}

.footer .widget {
  margin: 0 0 30px;
}


i[class*="fa-"], span[class*="fa-"] {
  display: inline-block;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  max-width: 100%;
}

.container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .modal-footer:before, .modal-footer:after, .vc_row:before, .vc_row:after {
  content: " ";
  display: table;
}
.container:after, .container-fluid:after, .row:after, .vc_row:after {
  clear: both;
}
.col {
  position: relative;
  display: block;
  width: 100%;
  float: left;
}
.col:last-child,
.col.col_last {
  margin-right: 0;
}

@media (min-width: 690px) {
  .col {
    margin-right: 2%;
  }
  .span_1 {
    width: 6.5%;
  }
  .span_2 {
    width: 15.0%;
  }
  .span_3 {
    width: 23.5%;
  }
  .span_4 {
    width: 32.0%;
  }
  .span_5 {
    width: 40.5%;
  }
  .span_6 {
    width: 49.0%;
  }
  .span_7 {
    width: 57.5%;
  }
  .span_8 {
    width: 66.0%;
  }
  .span_9 {
    width: 74.5%;
  }
  .span_10 {
    width: 83.0%;
  }
  .span_11 {
    width: 91.5%;
  }
  .span_12 {
    width: 100%;
  }
}

.footer .widget_media_image img {
  width: 150px !important;
}
.widget_text.widget.widget_custom_html>*:first-child img {
  width: 150px !important;
}
.widget_text.widget.widget_custom_html>*:first-child+* img {
  width: 200px !important;
}
@media only screen and (min-width: 690px) and (max-width: 999px) {
  .footer .span_4 {
    width: 48%;
    margin-left: 0;
    margin-right: 15px;
    padding: 15px;
    margin-bottom: 40px;
  }

  .footer .span_4:nth-child(2),.footer .span_4:last-child {
    margin-right: 0!important;
  }
  .footer .span_4:last-child {
    margin-bottom: 0;
  }
  .widget_text.widget.widget_custom_html>*:first-child img {
    width: 150px !important;
  }

  .widget_text.widget.widget_custom_html>*:first-child+* img {
    width: 200px !important;
  }
}

@media only screen and (max-width: 690px) {
  #copyright .social {
    float: left;
  }

  #copyright .social li:first-child {
    margin-left: 0;
  }

  .col {
    margin-bottom: 25px;
  }

  #copyright .col_last {
    margin-bottom: 0;
  }

  .ftr_top .col:last-child h4+p:last-child {
    margin: 0 0 30px;
  }

  .footer h4, .footer h3, .footer .col .hs-menu-wrapper>ul>li>a {
    line-height: 25.2px;
  }

  #footer-widgets .col {
    margin-bottom: 40px;
  }

  #footer-widgets .col:last-child {
    margin-bottom: 0;
  } 
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.footer-updated .footer-top {
  background: #3f3f3f;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 220px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("https://resources.worktango.com/hubfs/footer_scribble.webp");
}

.footer-updated .footer-top ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
  font-family: Sora;
}

.footer-updated .footer-top ul a:hover {
  color: #A5FCEC;
  text-decoration: underline;
  font-family: Sora;
}

.footer-updated .footer-top .menu-footer-menu-container ul li {
  margin: 0 0 10px;
}

.footer-updated .footer-top .menu-footer-menu-container ul li:first-child a {
  margin-bottom: 20px;
  font-family: Sora;
}

.footer-updated .footer-top .menu-footer-menu-container ul li:not(:first-child) a {
  margin-bottom: 0;
  font-family: Sora;
}

.footer-updated .footer-top .menu-footer-menu-container ul li a {
  font-size: .875rem;
  line-height: 18px;
  font-weight: 700;
  font-family: Sora;
}

.footer-updated .footer-top ul li {
  margin: 0 0 10px;
}

.footer-updated .footer-top ul li {
  margin: 0 0 10px;
}

.footer-updated .footer-top ul li.hs-menu-depth-1>a {
  font-size: .875rem;
  line-height: 18px;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: Sora;
}

.footer-updated .footer-top a {
  color: #F6F5F0;
  display: inline-block;
  font-weight: 400;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-size: .875rem;
  line-height: 20px;
  word-break: break-word;
  font-family: Sora;
}

.footer-updated .footer-top .footer-top-inner {
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%;
  width: 100%;
  padding: 0 0 120px;
}

.footer-updated .footer-top .footer-top-inner .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.footer-updated .footer-top .footer-top-inner .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-updated .footer-top .footer-top-inner .container .row .col-lg-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-updated .footer-top .footer-top-inner .container .row .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer-updated .footer-top .footer-top-inner .container .row .footer-logo {
  margin-bottom: 60px;
  max-height: 39px;
}

.footer-updated .footer-top .footer-top-inner .container .row .footer-social-icons {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-updated .footer-top .footer-top-inner .container .row .footer-social-icons li {
  margin-bottom: 0;
}

.footer-updated .footer-top .footer-top-inner .container .row .footer-social-icons .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-updated .footer-top .footer-top-inner .container .row .footer-social-icons .social a {
  font-size: 1.125rem;
  margin-right: 15px;
  color: #A5FCEC;
  background-color: #3094ED;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  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;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-family: Sora;
}

.footer-updated .footer-top .footer-top-inner .container .row .footer-social-icons .social a:hover {
  color: #A5FCEC;
  text-decoration: none;
  font-family: Sora;
}

.footer-updated .footer-top .footer-top-inner .container .row .footer-review-logos {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-updated .footer-top .footer-top-inner .container .row .footer-review-logos img {
  max-width: 115px;
  height: auto;
}

.footer-updated .footer-bottom {
  padding: 30px 0;
  background-color: #F6F5F0;
  color: #4b4b4a;
  font-size: 14px;
  font-size: .875rem;
  line-height: 18px;
}

.footer-updated .footer-bottom .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.footer-updated .footer-bottom .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-updated .footer-bottom .container .row .col-lg-5 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-updated .footer-bottom .container .row .col-lg-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  text-align: right;
}

.footer-updated .footer-bottom .container .row .footer-more-links .menu-copyright-menu-container {
  display: block;
}

.footer-updated .footer-bottom .container .row .footer-more-links .menu-copyright-menu-container ul {
  margin-bottom: 0;
}

.footer-updated .footer-bottom .container .row .footer-more-links .menu-copyright-menu-container ul li {
  display: inline;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3f3f3f;
  margin-bottom: 0;
}

.footer-updated .footer-bottom .container .row .footer-more-links .menu-copyright-menu-container ul li: first-of-type a {
  margin: 0;
  padding: 0;
  font-family: Sora;
}

.footer-updated .footer-bottom .container .row .footer-more-links .menu-copyright-menu-container ul li: not(: first-child) a {
  border-left: 1px solid #4a4a4a;
  font-family: Sora;
}

.footer-updated .footer-bottom .container .row .footer-more-links .menu-copyright-menu-container ul li a {
  font-size: 14px;
  font-size: .875rem;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  line-height: 1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #727272;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  background-color: transparent;
  font-family: Sora;
}

.footer-updated .footer-bottom .container .row .footer-more-links .menu-copyright-menu-container ul li a: hover {
  color: #524FEF;
  text-decoration: underline;
  font-family: Sora;
}

.footer-updated .footer-bottom .container .row .footer-more-links .menu-copyright-menu-container ul li a div button {
  background-color: transparent;
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
  color: #727272;
  display: inline-block;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border: 0;
  padding: 0
}

@media ( min-width: 576px ) {
  .footer-updated .footer-top .footer-top-inner .container {
    max-width: 540px;
  }
  .footer-updated .footer-top .footer-top-inner .container .row .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .footer-updated .footer-bottom .container {
    max-width: 540px;
  }
}

@media ( min-width: 768px ) {
  .footer-updated .footer-top .footer-top-inner .container {
    max-width: 720px;
  }
  .footer-updated .footer-bottom .container {
    max-width: 720px;
  }
}

@media ( min-width: 992px ) {
  .footer-updated .footer-top .footer-top-inner .container {
    max-width: 960px;
  }
.footer-updated .footer-top .footer-top-inner .container .row .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer-updated .footer-bottom .container {
    max-width: 960px;
  }
  .footer-updated .footer-bottom .container .row .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .footer-updated .footer-bottom .container .row .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
}

@media(min-width: 1200px) {
  .footer-updated .footer-top .footer-top-inner .container {
    max-width: 1140px;
  }
  .footer-updated .footer-bottom .container {
    max-width: 1140px;
  }
}
@media(max-width: 992px) {
  .footer-updated .footer-top {
    height: auto;
    padding-top: 240px;
    background-size: 1440px auto;
  }
  .footer-updated .footer-top .footer-top-inner {
    padding: 120px 0;
  }
  .footer-updated .footer-top .footer-top-inner .container .row .footer-social-icons {
    margin: 0 0 30px;
  }
  .footer-updated .footer-top .footer-top-inner .container .row .footer-social-icons .social {
    margin-bottom: 0;
  }
  .footer-updated .footer-top .footer-top-inner .container .row .footer-social-icons .social a {
    margin-bottom: 0;
  }
  .footer-updated .footer-top .footer-top-inner .container .row .footer-review-logos {
    margin: 0 0 30px;
  }
  .footer-updated .footer-bottom {
    text-align: center;
  }
  .footer-updated .footer-bottom .container .row .footer-more-links .menu-copyright-menu-container ul {
    padding: 0;
  }
  .footer-updated .footer-bottom .container .row .footer-more-links .menu-copyright-menu-container {
    text-align: center;
  }
}


.fixed .header-updated{
  position:fixed !important;
  background-color:#3094ED !important;
  -webkit-box-shadow:0 2px 15px -8px rgba(0,0,0,0.25) !important;
  box-shadow:0 2px 15px -8px rgba(0,0,0,0.25) !important;
}
.header-updated{
  min-height:80px;
  -webkit-transition:all .3s !important;
  transition:all .3s !important;
  -webkit-box-shadow:unset !important;
  box-shadow:unset !important;
  background-color: #3094ED !important;
}
header.header{
  background-color: #3094ED !important;
}
.header-updated a{
  -webkit-transition:unset;
  transition:unset
}
.header-updated .container-inner{
  width:100%;
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
  max-width:unset
}
.header-updated .container-inner .row{
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.header-updated .container-inner .row .span_3{
  margin-right:0
}
.header-updated .container-inner .row .span_9{
  margin-left:0
}
.header-updated .container-inner .row .head_logo a{
  margin:0
}
.header-updated .container-inner .row .head_logo a img{
  height:39px;
  width:171px !important
}
.header-updated .container-inner .row .navbar-collapse{
  display:block
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding-left:0;
  padding-right:0;
  -webkit-padding-start:0;
  padding-inline-start:0;
  list-style:none;  
  font-family: Sora;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item{
  position:relative;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1:first-child .hs-menu-depth-3 a{
  cursor:text;
  font-family: Sora;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1:nth-last-child(2){
  margin-right:10px;
   font-family: Sora;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1:nth-last-child(2) a{
  width:100%;
  text-align:left;
  font-family: Sora;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1:last-of-type>a{
  cursor:pointer;
  pointer-events:auto;
  
  font-family: Sora;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1:nth-last-of-type(2)>a{
  cursor:pointer;
  pointer-events:auto;
  font-family: Sora;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1:last-of-type{
  margin-right:0;
  margin-top:0;
  margin-bottom:0;
  font-family: Sora;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1:last-of-type a{
  font-weight:600;
  border-radius:24px;
  padding:10px 23px;
  margin:0;
  background:#B7FF5B;
  color:#524FEF !important;
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
  font-size:14px;
  font-size:.875rem;
  color:#FFFFFF;
  position:relative;
  text-transform:none;
  outline:0;
  line-height:1.3;
  letter-spacing:normal;
  text-decoration: none;
  font-family: Sora;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1:last-of-type a:hover{
  background-color:#524FEF;
  color:#A5FCEC !important;
  font-family: Sora;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1>a{
  text-transform:capitalize;
  padding:0;
  font-family: Sora;
  font-size:14px;
  font-size:.875rem;
  color:#FFFFFF;
  position:relative;
  text-transform:none;
  outline:0;
  font-weight:400;
  letter-spacing:1.05px;
  line-height:2;
  font-family: Sora;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.hs-item-has-children{
  position:relative;
  font-family: Sora;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.hs-item-has-children>a{
  text-transform:capitalize;
  padding:0;
  text-decoration: none;
  font-size:14px;
  font-size:.875rem;
  color:#FFFFFF;
  position:relative;
  text-transform:none;
  outline:0;
  position:relative;
  font-family: Sora;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:after{
  background-image: url(https://resources.worktango.com/hubfs/angle-down-white.svg);
  content: "";
  width: 17px;
  height: 12px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1px;
  top: 9px;
}

.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper{
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  height:auto;
  background-color:#FFFFFF;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start;
  display:none;
  visibility:visible !important;
  opacity:1 !important;
  width:100%;
  height:auto;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  border-bottom: 1px solid #c4c4c4;
  font-family: Sora;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner{
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  width:100%;
  padding-right:15px;
  padding-left:15px;
  width:100%;
  height:auto;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  font-family: Sora;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner li.hs-menu-item.hs-menu-depth-2{
  -webkit-box-flex:0;
  -ms-flex:0 0 calc(33%);
  flex:0 0 calc(33%);
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  position:relative;
  font-family: Sora;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner li.hs-menu-item.hs-menu-depth-2 img{
  max-width:20px
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner li.hs-menu-item.hs-menu-depth-2>a{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner li.hs-menu-item.hs-menu-depth-2>a img{
  margin-right:5px
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner li.hs-menu-item.hs-menu-depth-2:not(:nth-of-type(3)):after{
  content:"";
  position:absolute;
  background-color:#F6F5F0;
  width:100%;
  height:1px;
  bottom:0;
  left:0
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner li.hs-menu-item.hs-menu-depth-2>a{
  line-height:16px;
  padding-bottom:20px;
  color:#3f3f3f;
  font-size:.875rem;
  font-weight:400;
  text-transform:capitalize;
  font-family: Sora;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner li.hs-menu-item.hs-menu-depth-2>ul{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align:start;
  -ms-flex-align:start;
  align-items:flex-start
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner li.hs-menu-item.hs-menu-depth-2 .hs-menu-depth-3>a{
  line-height:20px;
  font-weight:400;
  color:#3f3f3f;
  max-width:480px;
  font-size:.8125rem;
  padding:7px 0;
  font-family: Sora;
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner li.hs-menu-item.hs-menu-depth-2 .hs-menu-depth-3>a>img{
  max-width:231px;
  max-height:129px
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner li.hs-menu-item.hs-menu-depth-2>img{
  margin-right:5px;
  min-width:20px;
  max-width:20px;
  display:inline-block
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner li.hs-menu-item.hs-menu-depth-2 .hs-menu-children-wrapper-inner{
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column
}
.header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1>.hs-menu-children-wrapper{
  visibility:hidden !important;
  padding:0;
  margin:0;
  opacity:0 !important;
  width:0;
  height:0
}
.header-updated .container-inner .row .navbar-toggler{
  display:none
}
@media(min-width:576px){
  .header-updated .container-inner{
    max-width:540px
  }
  .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner{
    max-width:540px
  }
}

  @media(min-width:768px){
    .header-updated .container-inner{
      max-width:720px
    }
    .header-updated .container-inner .row .head_logo a{
      padding:15px 0
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active.hs-item-has-children>a:before{
      bottom:-12px
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner{
      max-width:720px
    }
  }
  @media(min-width:992px){
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.hs-item-has-children>a{
      padding-right: 21px;
    }
    .header-updated .container-inner{
      max-width:960px
    }
    .header-updated .container-inner .row .head_logo a{
      padding-right:16px
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1{
      margin:0 10px
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1>a{
      margin:26px 0
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active.hs-item-has-children>a:before{
      content:"";
      position:absolute;
      z-index:99999;
      left:calc(50% - 6px);
      background:-webkit-linear-gradient(315deg,#fff 50%,transparent 50%);
      background:linear-gradient(135deg,#fff 50%,transparent 50%);
      -webkit-transform:translateX(-50%) rotate(45deg);
      -ms-transform:translateX(-50%) rotate(45deg);
      transform:translateX(-50%) rotate(45deg);
      width:24px;
      height:24px;
      border:1px solid #c4c4c4;
      border-bottom-width:0;
      border-right-width:0;
      bottom:-38px;
      opacity:1
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper{
      position:fixed;
      left:0
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper{
      min-width:930px;
      padding-top:35px;
      padding-bottom:40px;
      -webkit-transition:height .3s ease,padding .3s ease;
      transition:height .3s ease,padding .3s ease;
      z-index:-1
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner{
      margin-right:auto;
      margin-left:auto
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner{
      max-width:960px
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner li.hs-menu-item.hs-menu-depth-2:first-of-type .hs-menu-children-wrapper{
      margin-bottom:30px
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner li.hs-menu-item.hs-menu-depth-2:not(:nth-of-type(3)):after{
      width:1px;
      height:100%;
      top:0;
      left:unset;
      right:0;
      bottom:unset
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner li.hs-menu-item.hs-menu-depth-2>a{
      padding-bottom:24px
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner li.hs-menu-item.hs-menu-depth-2{
      margin-bottom:0;
      margin-right:15px;
      padding-right:15px;
      padding-bottom:0
    }
  }
  @media(min-width:1200px){
    .header-updated .container-inner{
      max-width:1140px
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1:nth-last-child(2){
      margin-left:24px
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1{
      margin:0 6px 0 16px
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner{
      max-width:1140px
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>.hs-menu-children-wrapper>.hs-menu-children-wrapper-inner li.hs-menu-item.hs-menu-depth-2{
      margin-right:35px;
      padding-right:35px
    }
  }
  @media(max-width:992px){
    .fixed .header-updated{
      min-height:unset
    }
    .header-updated{
      top:-10px !important
    }
    .header-updated{
      top:0 !important
    }
    .header-updated .container-inner .row{
      -webkit-box-pack:justify;
      -ms-flex-pack:justify;
      justify-content:space-between;
      padding-left: 15px;
      padding-right: 15px;
    }
    .header-updated .container-inner .row:before{
      content:unset
    }
    .header-updated .container-inner .row:after{
      content:unset
    }
    .header-updated .container-inner .row .span_9{
      width:100vw;
      position:fixed;
      top:104px;
      left:0;
      height:100% !important;
      overflow-y:auto;
      overflow-x:hidden;
      background:#FFFFFF;
      -webkit-transition:all .3s ease-in-out;
      transition:all .3s ease-in-out
    }
    .header-updated .container-inner .row .span_9 .navbar-collapse{
      width:100vw;
      padding-bottom:120px;
      max-width:720px;
      margin:0 auto
    }
    .header-updated .container-inner .row .span_9 .navbar-collapse .menu-mega-container{
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-pack:start;
      -ms-flex-pack:start;
      justify-content:flex-start;
      width:100%
    }
    .header-updated .container-inner .row .span_9 .navbar-collapse .menu-mega-container a{
      text-align:left
    }
    .header-updated .container-inner .row .span_9 .navbar-collapse .menu-mega-container>span{
      width:100%
    }
    .header-updated .container-inner .row .span_9 .navbar-collapse .menu-mega-container>span>.hs-menu-wrapper{
      width:100%
    }
    .header-updated .container-inner .row .span_9 .navbar-collapse .menu-mega-container>span>.hs-menu-wrapper>ul{
      width:100%;
      padding-left:15px;
      padding-right:15px;
      -webkit-box-align:start;
      -ms-flex-align:start;
      align-items:flex-start;
      padding-top:20px
    }
    .header-updated .container-inner .row .span_9 .navbar-collapse .menu-mega-container>span>.hs-menu-wrapper>ul .hs-menu-depth-1{
      padding:0 15px;
      width:100%;
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
      -ms-flex-direction:column;
      flex-direction:column;
      -webkit-box-align:start;
      -ms-flex-align:start;
      align-items:flex-start
    }
    /*      .header-updated .container-inner .row .span_9 .navbar-collapse .menu-mega-container>span>.hs-menu-wrapper>ul .hs-menu-depth-1:last-of-type{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-top:25px
  } */
    .header-updated .container-inner .row .span_9 .navbar-collapse .menu-mega-container>span>.hs-menu-wrapper>ul .hs-menu-depth-1>a{
      color:#3f3f3f !important;
      font-weight:600;
      line-height:2
    }
    .header-updated .container-inner .row .span_9 .navbar-collapse .menu-mega-container>span>.hs-menu-wrapper>ul .hs-menu-depth-1 .hs-menu-children-wrapper{
      padding:20px 0 0 0
    }
    .header-updated .container-inner .row .span_9 .navbar-collapse .menu-mega-container>span>.hs-menu-wrapper>ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-children-wrapper-inner{
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
      -ms-flex-direction:column;
      flex-direction:column
    }
    .header-updated .container-inner .row .span_9 .navbar-collapse .menu-mega-container>span>.hs-menu-wrapper>ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-children-wrapper-inner .hs-menu-depth-2{
      -webkit-box-align:start;
      -ms-flex-align:start;
      align-items:flex-start;
      margin-bottom:20px;
      padding-bottom:20px
    }
    .header-updated .container-inner .row .span_9 .navbar-collapse .menu-mega-container>span>.hs-menu-wrapper>ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-children-wrapper-inner .hs-menu-depth-2>.hs-menu-children-wrapper{
      padding:0
    }
    .header-updated .container-inner .row .span_9.collapsed{
      width:0
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.hs-item-has-children>a{
      width:100%
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:after{
      position: absolute;
      right: 13px;
      left: unset;
      font-weight: 400;
      font-size: 30px;
      top: 2px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      background-image: url("data:image/svg+xml,%3Csvg class='svg-icon' width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14.9239L7.96196 7.96196L1 1' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
      transform: rotate(90deg);
      height: -webkit-fill-available;
      width: 10px;
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.active>a:after{
      -webkit-transform:rotate(-90deg);
      -ms-transform:rotate(-90deg);
      transform:rotate(-90deg);
      right:7px
    }
    .header-updated .container-inner .row .navbar-collapse{
      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
    }
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper>ul{
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
      -ms-flex-direction:column;
      flex-direction:column
    }
    .header-updated .container-inner .row .navbar-toggler{
      display:block;
      font-size:1.5rem;
      border-radius:0;
      border:0;
      z-index:2;
      line-height:1;
      background-color:transparent
    }
    .header-updated .container-inner .row .navbar-toggler span{
      -webkit-transition-duration:0s;
      transition-duration:0s;
      -webkit-transition-delay:.2s;
      transition-delay:.2s;
      display:inline-block;
      top:-0.4rem;
      width:40px;
      height:2px;
      background-color:rgba(0,0,0,0);
      position:relative
    }
    .header-updated .container-inner .row .navbar-toggler span::after{
      background-color:#FFFFFF;
      -webkit-transition-delay:0s,0.2s;
      transition-delay:0s,0.2s;
      -webkit-transition-duration:.2s;
      transition-duration:.2s;
      -webkit-transition-property:margin,-webkit-transform;
      transition-property:margin,-webkit-transform;
      transition-property:margin,transform;
      transition-property:margin,transform,-webkit-transform;
      display:block;
      content:'';
      position:absolute;
      width:40px;
      height:2px;
      margin-top:0;
      -ms-transform:rotate(-45deg);
      transform:rotate(-45deg);
      -webkit-transform:rotate(-45deg);
      width:32px
    }
    .header-updated .container-inner .row .navbar-toggler span::before{
      background-color:#FFFFFF;
      width:32px;
      -webkit-transition-delay:0s,0.2s;
      transition-delay:0s,0.2s;
      -webkit-transition-duration:.2s;
      transition-duration:.2s;
      -webkit-transition-property:margin,-webkit-transform;
      transition-property:margin,-webkit-transform;
      transition-property:margin,transform;
      transition-property:margin,transform,-webkit-transform;
      display:block;
      content:'';
      position:absolute;
      width:40px;
      height:2px;
      margin-top:0;
      -ms-transform:rotate(45deg);
      transform:rotate(45deg);
      -webkit-transform:rotate(45deg);
      width:32px
    }
    .header-updated .container-inner .row .navbar-toggler.collapsed span{
      background-color:#FFFFFF;
      width:32px
    }
    .header-updated .container-inner .row .navbar-toggler.collapsed span::after{
      margin-top:.5rem;
      -webkit-transition-delay:.2s,0s;
      transition-delay:.2s,0s;
      transform:rotate(0);
      -webkit-transform:rotate(0);
      -khtml-transform:rotate(0);
      -moz-transform:rotate(0);
      -ms-transform:rotate(0);
      -o-transform:rotate(0)
    }
    .header-updated .container-inner .row .navbar-toggler.collapsed span::before{
      margin-top:-0.5rem;
      -webkit-transition-delay:.2s,0s;
      transition-delay:.2s,0s;
      -ms-transform:rotate(0);
      transform:rotate(0);
      -webkit-transform:rotate(0)
    }
  }
  @media(max-width:992px) and (max-width:767.98px){
    .header-updated .container-inner .row .span_9 .navbar-collapse{
      max-width:540px
    }
  }

  @media(max-width: 545px){
    .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1.hs-item-has-children>a:after{
      right: 27px;  
    }
  }
  .header-updated .container-inner .row .navbar-collapse .menu-mega-container .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1>.hs-menu-children-wrapper{display: flex; flex-direction: column;}

.header-updated-menu
  .container-inner
  .row
  .navbar-collapse
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-item.hs-menu-depth-1:first-child.active
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-item.hs-menu-depth-2
  > a {
  font-weight: 600;
}
.header-updated-menu .request-a-demo-cta {
  margin: 0 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-updated-menu .navbar-collapse .request-a-demo-cta-mobile {
  display: none;
}
.header-updated-menu
  .container-inner
  .row
  .navbar-collapse
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-item.hs-menu-depth-1:last-of-type
  a {
  color: #3f3f3f !important;
  font-weight: 600;
  line-height: 2;
  background: unset;
  letter-spacing: 1.05px;
  padding: 0;
}
.header-updated-menu .request-a-demo {
  font-weight: 600 !important;
  border-radius: 24px !important;
  padding: 10px 23px !important;
  margin: 0 !important;
  background: #B7FF5B !important;
  color: #524fef !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  position: relative !important;
  text-transform: none !important;
  outline: 0 !important;
  line-height: 1.3 !important;
  letter-spacing: normal !important;
}
.header-updated-menu .request-a-demo:hover {
  background-color: #524fef !important;
  color: #a5fcec !important;
}


.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:first-of-type
  .hs-menu-depth-2:not(:last-of-type)
  .hs-menu-depth-3
  a {
  cursor: pointer !important;
}
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:first-of-type
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(3)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(4)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2{
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 calc(33% - 35px) !important;
  flex: 0 0 calc(33% - 35px) !important;
}
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:first-of-type
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type::after {
  height: 0 !important;
}
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:first-of-type
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > a {
  display: none !important;
}
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:first-of-type
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(3)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(4)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:first-of-type
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:first-of-type
  img,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(3)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:first-of-type
  img,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(4)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:first-of-type
  img{
  border-radius: 10px;
  cursor: pointer;
}
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:first-of-type
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(2)
  > a,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(3)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(2)
  > a,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(4)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(2)
  > a{
  cursor: pointer;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  text-transform: initial;
  color: #3f3f3f !important;
  margin-bottom: 20px;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:first-of-type
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(2)
  > a:hover,.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(3)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(2)
  > a:hover,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(4)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(2)
  > a:hover{
  text-decoration: underline;
}
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:first-of-type
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(2)
  .hs-menu-children-wrapper,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(3)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(2)
  .hs-menu-children-wrapper,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(4)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(2)
  .hs-menu-children-wrapper{
  padding: 0 !important;
}
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:first-of-type
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(2)
  .hs-menu-children-wrapper:nth-of-type(1)
  .hs-menu-depth-4
  a,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(3)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(2)
  .hs-menu-children-wrapper:nth-of-type(1)
  .hs-menu-depth-4
  a,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(4)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(2)
  .hs-menu-children-wrapper:nth-of-type(1)
  .hs-menu-depth-4
  a{
  font-size: 0.875rem;
  line-height: 16px;
  font-weight: 300;
  text-transform: initial;
  color: #3f3f3f;
  margin-bottom: 0;
  padding-bottom: 0;
    font-family: Sora;
}
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:first-of-type
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3),
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(4)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3),
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(3)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3){
  color: #524FEF !important;
  background-color: #524fef !important;
  border-color: 0px solid #cccccc !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  padding: 12px 25px;
  border-radius: 24px;
  cursor: pointer !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
  border: 0px solid #cccccc;
}
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:first-of-type
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3):hover,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(3)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3):hover,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(4)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3):hover{
  background-color: #524fef !important;
  color: #fff !important;
  border-color: 0px solid #bbbbbb !important;
}
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:first-of-type
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3):hover a,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(3)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3):hover a,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(4)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3):hover a{
    text-decoration: none !important;
  }
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:first-of-type
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3):hover
  a,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(3)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3):hover
  a,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(4)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3):hover
  a{
  color: #A5FCEC !important;
}
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:first-of-type
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3)
  a,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(3)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3)
  a,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(4)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3)
  a{
  text-align: center;
  line-height: 1.3;
  font-size: 16px !important;
  color: #A5FCEC !important;
  text-transform: none;
  font-weight: 600 !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border: 1px solid transparent;
  padding: 0 !important;
  cursor: pointer !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:first-of-type
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3)
  a:hover,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(3)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3)
  a:hover,
.header-updated-menu
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-depth-1:nth-of-type(4)
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-depth-2:last-of-type
  > .hs-menu-children-wrapper
  .hs-menu-depth-3:nth-of-type(3)
  a:hover{
   color: #FFFFFF !important;
}
@media (min-width: 992px) {
  .header-updated-menu
    .container-inner
    .row
    .navbar-collapse
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-item.hs-menu-depth-1.active
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-item.hs-menu-depth-2.hs-item-has-children
    > a {
    padding-bottom: 10px;
  }
  .header-updated-menu
    .container-inner
    .row
    .navbar-collapse
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-item.hs-menu-depth-1:nth-last-child(2) {
    margin-right: 6px;
    margin-left: 16px;
  }
  .header-updated-menu
    .container-inner
    .row
    .navbar-collapse
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-item.hs-menu-depth-1:last-of-type {
    margin-left: 24px;
    margin-right: 10px;
  }
  .header-updated-menu
    .container-inner
    .row
    .navbar-collapse
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-item.hs-menu-depth-1:last-of-type
    a {
    text-transform: capitalize !important;
    padding: 0 !important;
    font-size: 14px !important;
    font-size: 0.875rem !important;
    color: #FFFFFF !important;
    position: relative !important;
    text-transform: none !important;
    outline: 0 !important;
    font-weight: 500 !important;
    letter-spacing: 1.05px !important;
    line-height: 2 !important;
    background-color: unset !important;
    margin-bottom: 26px;
    margin-top: 26px;
  }
  .header-updated-menu
    .container-inner
    .row
    .navbar-collapse
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-item.hs-menu-depth-1:last-of-type
    a:hover {
    background-color: unset !important;
    color: #FFFFFF !important;
  }
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:first-of-type
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(3)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(4)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type{
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid #d4d4d4;
    border-right: unset;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 calc(100%) !important;
    flex: 0 0 calc(100%) !important;
    padding-right: 0 !important;
  }
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:first-of-type
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type::after,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(3)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type::after,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(4)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type::after{
    width: 0 !important;
  }
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:first-of-type
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(3)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(4)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:first-of-type
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:first-of-type,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(3)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:first-of-type,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(4)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:first-of-type{
    max-width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:first-of-type
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:first-of-type
    img,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(3)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:first-of-type
    img,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(4)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:first-of-type
    img{
    max-width: 200px !important;
  }
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:first-of-type
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:nth-of-type(2),
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(3)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:nth-of-type(2),
   .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(4)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:nth-of-type(2){
    margin-top: 0;
    margin-left: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    max-width: 50%;
    margin-bottom: 0;
  }
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:first-of-type
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:nth-of-type(2)
    > a,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(3)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:nth-of-type(2)
    > a,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(4)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:nth-of-type(2)
    > a{
    text-align: left;
  }
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:first-of-type
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:nth-of-type(3),
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(3)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:nth-of-type(3),
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(4)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:nth-of-type(3){
    margin-left: auto;
  }
}
@media (max-width: 992px) {
  .header-updated-menu {
    min-height: 50px;
  }
  .header-updated-menu
    .container-inner
    .row
    .navbar-collapse
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-item.hs-menu-depth-1
    > .hs-menu-children-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: block !important;
  }
  .header-updated-menu
    .container-inner
    .row
    .span_9
    .navbar-collapse
    .menu-mega-container
    > span
    > .hs-menu-wrapper
    > ul
    .hs-menu-depth-1:last-of-type {
    margin-top: 0;
  }
  .header-updated-menu
    .container-inner
    .row
    .navbar-collapse
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-item.hs-menu-depth-1:nth-last-child(2)
    a {
    text-align: left;
  }
  .header-updated-menu .request-a-demo-cta {
    display: none;
  }
  .header-updated-menu .navbar-collapse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-updated-menu .navbar-collapse .request-a-demo-cta-mobile {
    display: block;
    margin-top: 25px;
  }
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:first-of-type
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:first-of-type,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(3)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:first-of-type,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(4)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:first-of-type{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:first-of-type
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:first-of-type
    img,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(3)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:first-of-type
    img,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(4)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:first-of-type
    img{
    max-width: 300px !important;
    max-height: unset !important;
  }
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:first-of-type
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:nth-of-type(2)
    > a,
   .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(3)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:nth-of-type(2)
    > a,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(4)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:nth-of-type(2)
    > a{
    max-width: unset !important;
    text-align: center;
  }
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:first-of-type
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:nth-of-type(2)
    .hs-menu-children-wrapper:nth-of-type(1)
    .hs-menu-depth-4
    a,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(3)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:nth-of-type(2)
    .hs-menu-children-wrapper:nth-of-type(1)
    .hs-menu-depth-4
    a,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(4)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:nth-of-type(2)
    .hs-menu-children-wrapper:nth-of-type(1)
    .hs-menu-depth-4
    a{
    margin-bottom: 20px;
    text-align: center;
      font-family: Sora;
  }
}
@media (min-width: 992px) {
  .header-updated-menu
    .container-inner
    .row
    .navbar-collapse
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-item.hs-menu-depth-1:last-of-type
    a:hover {
    background: unset;
    color: white !important;
  }
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:first-of-type
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:first-of-type
    > a,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(3)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:first-of-type
    > a,
  .header-updated-menu
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-depth-1:nth-of-type(4)
    > .hs-menu-children-wrapper
    > .hs-menu-children-wrapper-inner
    li.hs-menu-depth-2:last-of-type
    > .hs-menu-children-wrapper
    .hs-menu-depth-3:first-of-type
    > a{
    padding: 0 !important;
  }
}
@media (max-width: 992px) {
  .fixed .header-updated-menu {
    min-height: 50px;
  }

  .header-updated
    .container-inner
    .row
    .navbar-collapse
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-item.hs-menu-depth-1:last-of-type
    a:hover {
    background-color: unset;
    color: #3f3f3f !important;
  }
}

body {
  -webkit-font-smoothing: unset;
}

.header-updated-menu
  .container-inner
  .row
  .navbar-collapse
  .menu-mega-container
  .hs-menu-wrapper
  ul
  .hs-menu-item.hs-menu-depth-1.active
  > .hs-menu-children-wrapper
  > .hs-menu-children-wrapper-inner
  li.hs-menu-item.hs-menu-depth-2:first-of-type
  .hs-menu-children-wrapper {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .header-updated-menu
    .container-inner
    .row
    .navbar-collapse
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-item.hs-menu-depth-1.active
    > .hs-menu-children-wrapper {
    padding-bottom: 35px;
  }
  .header-updated-menu
    .container-inner
    .row
    .navbar-collapse
    .menu-mega-container
    .hs-menu-wrapper
    ul
    .hs-menu-item.hs-menu-depth-1:nth-of-type(2).active
    > .hs-menu-children-wrapper {
    padding-bottom: 10px;
  }
}

.header-updated-menu .menu-mega-container .hs-menu-wrapper ul .hs-menu-depth-1:nth-of-type(3) > .hs-menu-children-wrapper > .hs-menu-children-wrapper-inner li.hs-menu-depth-2:last-of-type > a,
.header-updated-menu .menu-mega-container .hs-menu-wrapper ul .hs-menu-depth-1:nth-of-type(4) > .hs-menu-children-wrapper > .hs-menu-children-wrapper-inner li.hs-menu-depth-2:last-of-type > a{
  display: none !important;
}


.header-updated-menu .utility-nav{
  background-color: #F6F5F0;
}

.header-updated-menu .utility-nav ul{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.header-updated-menu .utility-nav  ul li a{
  display: block;
  font-size: .75rem;
  color: #3f3f3f;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: .24px;
  padding: 12px 15px;
}

.header-updated-menu .utility-nav  ul li a:hover{
  text-decoration: underline;
}

.header-updated-menu .utility-nav  ul li:last-of-type a{
  position: relative;
}
.header-updated-menu .utility-nav  ul li:last-of-type a:after{
  content: '';
  position: absolute;
  top: 17px;
  right: 5px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #3f3f3f;
  border-bottom: 1px solid #3f3f3f;
  transform: rotate(-45deg);
}

@media(max-width: 992px){
  header.header{
    padding-top: 0;
  }
}

@media(max-width: 767px){
  .header-updated .container-inner{
    padding-top: 15px;
  }
}

@media(max-width: 690px){
  .header-updated .container-inner{
    padding-top: 8px;
  }
}

@media (max-width: 348px){
  .header-updated .container-inner .row .span_9{
    top: 121px;
  }
}









/* 1a. Containers */





/* 1b. Colors */












/* 1c. Typography */

















































/* 1d. Buttons */

/* 1. Primary Button */












/* 2. Secondary Button */












/* 3. Tertiary Button */













/* 1e. Forms */


















/* 1f. Tables */











/* 1g. Site header  -- remove */ 





/* 1h. Site footer -- remove */








.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 45px 0px;
}

.page-center, .content-wrapper, .dnd-section>.row-fluid, .container {
  max-width: 1250px;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .page-center, .content-wrapper, .dnd-section>.row-fluid, .container {
    width: 100%;
    padding: 0px 90px;
  }
}
@media only screen and (min-width: 690px) and (max-width: 999px) {
  .page-center, .content-wrapper, .dnd-section>.row-fluid, .container {
    max-width: 600px;
  }
}
@media only screen and (max-width: 690px) {
  .page-center, .content-wrapper, .dnd-section>.row-fluid, .container {
    max-width: 320px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 690px) {
  .page-center, .content-wrapper, .dnd-section>.row-fluid, .container {
    max-width: 420px;
  }
}
@media only screen and (max-width: 321px) {
  .page-center, .content-wrapper, .dnd-section>.row-fluid, .container {
    max-width: 300px;
  }
}





html {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333333;
  font-size: 1.02rem;
  line-height: 1.55
}

body {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333333;
  font-size: 1.02rem;
  line-height: 1.55
}

button, input{
  font-family: Sora;
}
/* Paragraphs */

.bold, strong, b {
  font-weight: bold;
}

/* Paragraphs */

p {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333333;
  font-size: 1.02rem;
  line-height: 1.55
}

/* Anchors */

a {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #524fef;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #333333;
  text-decoration: underline;
}

a:active {
  color: #333333;
}

/* Headings */

h1,
.h1 {
  font-family: Sora, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #333333;
  font-size: 44px;
  text-transform: none;
  line-height: 1.27;
}

h2,
.h2 {
  font-weight: 600; text-decoration: none; font-family: Sora, sans-serif; font-style: normal;
  color: #333333;
  font-size: 2.25rem;
  text-transform: none;
  line-height: 1.25;
}

h3,
.h3 {
  font-weight: 600; text-decoration: none; font-family: Sora, sans-serif; font-style: normal;
  color: #333333;
  font-size: 1.25rem;
  text-transform: none;
  line-height: 1.5;
}

h4,
.h4 {
  font-weight: 600; text-decoration: none; font-family: Sora, sans-serif; font-style: normal;
  color: #333333;
  font-size: 1rem;
  text-transform: none;
  line-height: 1.5;
}

h5,
.h5 {
  font-weight: 600; text-decoration: none; font-family: Sora, sans-serif; font-style: normal;
  color: #333333;
  font-size: 0.83rem;
  text-transform: none;
  line-height: 1.4;
}

h6,
.h6 {
  font-weight: 600; text-decoration: none; font-family: Sora, sans-serif; font-style: normal;
  color: #333333;
  font-size: 0.83rem;
  text-transform: none;
  line-height: 1.4;
}


/* Mobile Styles from Theme Settings */
@media only screen and (max-width: 768px)  {
  h1 {
    font-size: 2.8rem;
    line-height: 2.5rem;
  }
  h2 {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
  h3 {
    font-size: 1.43rem;
    line-height: 1.5rem;
  }
  h4 {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
  h5 {
    font-size: 0.83rem;
    line-height: 1.4rem;
  }
  h6 {
    font-size: 0.67rem;
    line-height: 1.4rem;
  }
}

.tx-white {
  color: #FFFFFF;
}


/* Blockquote */

blockquote {
  border-left-color: #B7FF5B;
}





.widget-type-form{
  background-color: 

  
  
    
  


  rgba(82, 79, 239, 1.0)

;
  border-radius: 10px
}


form,
.submitted-message {
  background-color: rgba(#null, 0.0);
}

/* Form title */

.form-title, .form-wrapper .form-title {
  background-color: ;
  color: #FFFFFF;
}

/* Form label */

form label, .form-wrapper form label{
  color: #078296;
}

/* Form help text */

form legend, .form-wrapper form legend {
  color: #757575;
}

/* Form inputs */

form input:not(.hs-button),
form select,
form textarea,
.hs-input,
.hs-search-field__input,
form input[type="password"] {
  border: 0px solid #CAD5DE;
  color: #3f3f3f;
  background: -webkit-linear-gradient(top, 0%,#34%, 100%);
  background: -o-linear-gradient(top, 0%, 34%, 100%);
  background: -ms-linear-gradient(top, 0%, 34%, 100%);
  background: linear-gradient(to bottom, 0%, 34%, 100%);
  background-color: #f6f5f0;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus,
form input[type="password"]:focus {
  border-color: #FFFFFF;
}
form .inputs-list{
  list-style: none;
}
/* Form placeholder text */
.hs-fieldtype-date .input .hs-dateinput:before {
  color: ;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #3094ED;
}

.fn-date-picker td .pika-button:hover {
  background-color: #3094ED !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #3094ED;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button {
  background-color: rgba(183, 255, 91, 1.0);
  border: 0px solid #078296;
  border-radius: 24px;
  color: #524fef;
  padding: 8px 24px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
.button:hover,
.button:focus {
  background-color: rgba(82, 79, 239, 1.0);
  color: #a5fcec;
  border: 0px solid #078296;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(#null, 0.0);
  border-color: ;
  color: #524fef;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #000000;
}

th,
td {
  border-color: #000000;
  color: #000000;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-bottom-color: #000000;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}


.container-wt{
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1145px;
  padding-left: 0px;
  padding-right: 0px;
}

.container-wt{
  padding-bottom: 40px;
}






.card__price {
  font-family: {font=Sora, font_set=GOOGLE, styles={font-weight=600, text-decoration=none, font-family=Sora, sans-serif, font-style=normal}, size=1.25, size_unit=rem, color=#333333, variant=600, fallback=sans-serif, style=font-weight: 600; text-decoration: none; font-family: Sora, sans-serif; font-style: normal, css=color: #333333;font-size: 1.25rem;font-weight: 600; font-family: Sora, sans-serif;};
  font-size: px;
  color: ;
  font-weight: 
}


.wt-hero{
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -1;
  position: relative;
  margin-bottom: -160px;
  background-color: #3094ED;
}

.wt-hero .wt-hero-outer{
  padding-top: 60px;
  padding-bottom: 60px;

}

@media(min-width: 992px){
  .wt-hero{
    margin-bottom: -320px;
  }
  .wt-hero .wt-hero-outer{
    padding-bottom: 220px;
  }
}

.wt-hero .wt-hero-outer .wt-hero-bottom{
  min-height: 320px;
  padding: 60px 0;
}

.press-release-subtitle {
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
  text-align: center;
}

.press-release-subtitle span {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.hs-search-results__pagination > a {
  color: #3094ED;
}
.social li a svg {
  fill: #A5FCEC
}
.stats .stats-container .stats--item h2 {
  color: #524FEF;
}
.ct-category {
  background-color: ;
  border-top: 1px solid #524FEF !important;
  border-bottom: 1px solid #524FEF !important;
}
table.comparison-table {
  border: 1px solid #524FEF;
}

/* Styles for Table 27356982 (Press - List Layout) */

.press-release-item {
  border-bottom: 2px solid #d8d8d8;
  padding: 30px; 
  display: flex;
  flex-direction: column;
  transition: all 400ms ease-in-out;
}

.press-release-item:hover {
  background-color: #f6f5f0;
}

.press-release-item a {
  color: #524fef;
  font-size:1.25rem;
  line-height:28px;
  display: block;
  font-weight:600;
  text-decoration: none;
}

.press-release-item span {
  font-size: .9375rem;
  display: block;
  margin-bottom: 10px;
}


.widget-type-form .submitted-message,
.widget-type-form .submitted-message p{
  color: #FFFFFF
}

.items-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  align-items: stretch;
}


.item-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 calc(var(--card-width, 100%) - 20px);
  max-width: calc(var(--card-width, 100%) - 20px);
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: auto;
  align-self: stretch;
}

.item-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.item-card a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-decoration: none;
  color: inherit;
}

.item-image img {
  width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin: 0;
  overflow: hidden;
}

.item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.item-copy {
  flex-grow: 1;
  padding: 16px;
}

@media (max-width: 768px) {
  .items-container {
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }

  .item-card {
    margin-bottom: 20px;
  }
}