*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

/*  */


.flex_row .col12 {
  width: 100%;
}
.flex_row .col11 {
  width: 91.66%;
}
.flex_row .col10 {
  width: 83.33%;
}
.flex_row .col9 {
  width: 75%;
}
.flex_row .col8 {
  width: 66.66%;
}
.flex_row .col7 {
  width: 58.33%;
}
.flex_row .col6 {
  width: 50%;
}
.flex_row .col5 {
  width: 41.66%;
}
.flex_row .col4 {
  width: 33.33%;
}
.flex_row .col3 {
  width: 25%;
}

.flex_row .col20 {
  width: 20%;
}

.flex_row .col2 {
  width: 16.66%;
}
.flex_row .col1 {
  width: 8.33%;
}


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

  .flex_row .col20,
  .flex_row .col12,
  .flex_row .col11,
  .flex_row .col10,
  .flex_row .col9 ,
  .flex_row .col8 ,
  .flex_row .col7 ,
  .flex_row .col6 ,
  .flex_row .col5 ,
  .flex_row .col4 ,
  .flex_row .col3 ,
  .flex_row .col2 ,
  .flex_row .col1 {
    width: 100%;  
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    width: 100%;
  }

/*   .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 10px;

  } */
}

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


@media (min-width: 768px) {

  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding: 0 10px;
  }


  .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: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}
@media (max-width: 767px) {
  .row-fluid [class*=span] {
    min-height: 0;
  }
}
/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 30px;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

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

.content-wrapper, 
.dnd-section>.row-fluid, 
.footer .page-center,
.header .page-center, 
.page-center{
  padding: 0 30px;
  margin: 0 auto;
}

@media(max-width:600px){
  .content-wrapper, 
  .dnd-section>.row-fluid, 
  .footer .page-center,
  .header .page-center, 
  .page-center{
    padding-left: 20px;
    padding-right: 20px;
  }
}
html {
  font-size: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
@font-face {
  font-family: "Avenir Next";
  src: url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5182856/2fbeb7cb-c553-4ce0-b61d-18c94bfae714.eot#iefix");
  src: url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5182856/2fbeb7cb-c553-4ce0-b61d-18c94bfae714.eot#iefix") format("eot"),
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5182856/e8c7b0ce-4b81-4ef7-ac01-900c8b690b9d.woff2") format("woff2"),
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5182856/63922eae-6406-438f-bbc0-f0ede8253354.woff") format("woff"),
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5182856/5fb37202-b0cf-4173-b9b9-17aa3c7a9d2a.ttf") format("truetype");
  font-display: fallback;
  font-weight:900;
}
@font-face {
  font-family: "Avenir Next";
  src: url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5199694/33b5fc3f-3be1-45d1-bc29-6a9286da6f8e.eot#iefix");
  src: url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5199694/33b5fc3f-3be1-45d1-bc29-6a9286da6f8e.eot#iefix") format("eot"),
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5199694/750e110a-c47f-4c8f-829a-b56cc20cc51d.woff2") format("woff2"),
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5199694/f3420df8-1310-4059-9207-e82b1c9dd3a5.woff") format("woff"),
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5199694/9d614368-aa4e-48a6-856a-c89ac91e6a35.ttf") format("truetype");
  font-display: fallback;
  font-weight:700;
}
@font-face {
  font-family: "Avenir Next";
  src: url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5226623/a7d3bd64-119b-40ad-985c-a50776f2ae49.eot#iefix");
  src: url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5226623/a7d3bd64-119b-40ad-985c-a50776f2ae49.eot#iefix") format("eot"),
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5226623/9851da0a-2481-4687-bbeb-ed4ab170dc38.woff2") format("woff2"),
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5226623/cebce072-9561-4c6d-8c89-f0cefec63289.woff") format("woff"),
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5226623/8d00a64e-2d77-46b1-8804-6012868d61c9.ttf") format("truetype");
  font-display: fallback;
  font-weight:600;
}
@font-face {
  font-family: "Avenir Next";
  src: url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5508244/a39bd16a-119f-4e92-824f-eb6cc6b3f567.eot#iefix");
  src: url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5508244/a39bd16a-119f-4e92-824f-eb6cc6b3f567.eot#iefix") format("eot"),
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5508244/77caabd3-1877-4634-85c8-8e398a093b99.woff2") format("woff2"), 
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5508244/e388ac99-8c6a-4451-8690-1d15b4d45adb.woff") format("woff"), 
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5508244/8900c86a-b226-4db5-a4ff-eadf7379c504") format("truetype");
  font-display: fallback;
  font-weight:400;
}
@font-face {
  font-family: "Avenir Next";
  src: url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5226496/f1ca9e98-c8c2-480f-a2a3-a29853a558ea.eot#iefix");
  src: url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5226496/f1ca9e98-c8c2-480f-a2a3-a29853a558ea.eot#iefix") format("eot"),
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5226496/77156710-6a58-4606-b189-b4185e75967b.woff2") format("woff2"),
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5226496/3d5260a1-e4cd-4567-80ed-69d23c40355f.woff") format("woff"),
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5226496/b1d8a86f-0052-4e40-8c11-4ac9dc89b380.ttf") format("truetype");
  font-display: fallback;
  font-weight:300;
}
@font-face {
  font-family: "Avenir Next";
  src: url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5687896/a5533a01-50a2-4758-8e3e-561bd17b537e.eot#iefix");
  src: url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5687896/a5533a01-50a2-4758-8e3e-561bd17b537e.eot#iefix") format("eot"),
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5687896/63307d53-0a7a-4516-ad2c-f5506e176405.woff2") format("woff2"),
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5687896/b027b44b-af3b-491b-af0c-956833907010.woff") format("woff"),
    url("https://2562809.fs1.hubspotusercontent-na1.net/hubfs/2562809/Active/identity/fonts/5687896/777785ab-282b-4f61-8761-5be23830ee88") format("truetype");
  font-display: fallback;
  font-weight:200;
}


form label, form legend {
/*   font-family: "Avenir Next"; */
}

body {
  margin: 0;
  line-height: 1.4;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

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

/* Paragraphs */

p {
  margin: 0 0 20px;
}

/* Anchors */

a {
  cursor: pointer;
  transition:0.15s all ease ;
  text-decoration:none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height:1;
}

h1{
  line-height: 116.9%;
  letter-spacing: -0.711429px;
  margin: 0 0 30px;
}

h2{
  line-height:  125%;
  letter-spacing: -0.569143px;
  margin: 0 0 30px;
}

h3{
  line-height: 148%;
  letter-spacing: -0.711429px;
  margin: 0 0 30px;
}

h4{
  line-height: 1.3;
  letter-spacing: -0.284571px;
  margin: 0 0 24px;
}

h5 {
  letter-spacing: -.75px;
  margin-bottom: 10px;
  line-height: 25px;
}

h6 {
  letter-spacing: -.75px;
  margin-bottom: 10px;
  line-height: 25px;
}

/* Lists */

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

.hs-button,
.theme-button a{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: normal;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 180px;
  min-height: 40px;
  padding: 0 30px;
  border-radius: 25px;
  box-shadow: 0 5px 10px -3px rgb(106 106 106 / 20%);
  transition: all 0.3s ease;
}
.hs-button:hover,
.theme-button a:hover{
  text-decoration: none;
  transform: translateY(2px);
  background-position: 0;
}
/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

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


iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
}

.iframe_wrapper {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
}

.case-study-section blockquote {
  padding-left: 20px;
  border-left: 2px solid #1d63f2;
  margin:18px 40px;
}

.case-study-section blockquote p {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: normal;
}

.case-study-section blockquote p span {
  background-color: #ffffff;
  color: #1d63f2;
  font-size: 24px;
}
.case-study-section blockquote h3 {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  color: #1D63F2;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.28px;
}

.banner-section{
 padding-top:160px;
}

.case-study-section ul > li{
margin-bottom:10px;
}
@media screen and (min-width: 319px) and (max-width: 1024px) {
  .oembed_container {
    width: 100% !important;
    height: 100% !important;
  }
  .oembed_container .oembed_custom-thumbnail {
    width: 100% !important;
    height: 100% !important;
  }
}
/* @media screen (max-width: 480px) {
.oembed_container {
width: 100% !important;
}
.oembed_container .oembed_custom-thumbnail {
width: 100% !important;
}
} */

@media (max-width: 767px) {
  .case-study-section blockquote {
    margin: 15px 15px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all .15s linear;
  white-space: normal
}

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

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

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


.no-button,.no-button:active,.no-button:focus,.no-button:hover {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none
}
/* Form fields */

.hs-form-field {
  margin-bottom: 20px
}

.systems-page .form-container {
  margin-bottom: 20px;
}

a.hs-reset-widget-show-password {
  padding-bottom: 10px;
  display: inline-block;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 5px;
}

/* Help text - legends */


/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 1px solid #1d63f2;
  box-shadow: inset 0 2px 0 #fff;
  display: inline-block;
  padding: 16px;
  width: 100%;
  border-radius: 4px;
}
form  a.hs-button.primary {
  margin-top: 20px;
}
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 0;
}

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

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

ul.no-list.hs-error-msgs.inputs-list {
  margin-bottom: 20px
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg,
ul.no-list.hs-error-msgs.inputs-list label{
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border-radius: 23px;
  border-style: solid;
  box-shadow: 0 7px 33px hsla(0,0%,42%,.389);
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: 1.28;
  padding: 50px 9px;
  text-align: center;
  transition: all .15s linear;
  white-space: normal
}

/* Captcha */

.grecaptcha-badge {
  margin: 0;
}


form select.hs-input {
  color: #9b9b9b!important
}

fieldset.form-columns-2 .input {
  margin-right: 20px!important
}

fieldset.form-columns-1 .hs-input {
  width: 100%!important
}

fieldset.form-columns-1 input[type=checkbox],
fieldset.form-columns-1 input[type=radio] {
  width: auto!important
}

.hs-form-field:last-child .input {
  margin: 0!important
}

input::-webkit-input-placeholder {
  color: #9b9b9b
}

.hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),
.hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
  padding: 16px!important
}

.hs-form-field {
  margin-bottom: 20px
}

.hs-form label {
  margin: 0
}

.hs-input:focus,
form input[type=email]:focus,
form input[type=file]:focus,
form input[type=number]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=text]:focus,
form select:focus,
form textarea :focus {
  outline: none
}

@media(max-width: 767px) {
  .hs-form-field {
    width:100%!important
  }

  fieldset.form-columns-2 .input {
    margin: 0!important
  }
}

@media (max-width: 400px),(min-device-width:320px) and (max-device-width:480px) {
  .hs-input,
  form input[type=email],
  form input[type=file],
  form input[type=number],
  form input[type=password],
  form input[type=tel],
  form input[type=text],
  form textarea {
    width:100%!important
  }

  fieldset.form-columns-2 .input {
    margin: 0!important
  }
}

@media(max-width: 479px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display:inline-block;
    margin: 10px 0;
    max-width: 300px;
    overflow: auto;
    overflow-y: hidden!important;
    width: 100%
  }
}


.hs_cos_wrapper_type_email_subscriptions,
.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.widget-type-form,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form ,
.hs_cos_wrapper_type_member_login , 
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request ,
.hs_cos_wrapper_type_password_reset{
  display:block;
}

@media(max-width:767px){
  .hs_cos_wrapper_type_email_subscriptions,
  .hs_cos_wrapper_type_password_prompt,
  .hs-search-field__bar,
  .widget-type-form,
  .hs_cos_wrapper_type_form,
  .widget-type-blog_subscribe,
  .widget-type-google_search,
  .widget-type-password_prompt.custom_error_message,
  .widget-type-email_simple_subscription,
  .section.post-footer form ,
  .hs_cos_wrapper_type_member_login , 
  .hs_cos_wrapper_type_member_register,
  .hs_cos_wrapper_type_password_reset_request ,
  .hs_cos_wrapper_type_password_reset{
    margin-bottom:20px;
  }
}
/* Table */

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

/* Table Cells */

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

th {
  font-weight: bold;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 1px solid;
  vertical-align: bottom;
}
header.header {width: 100%;margin: 0 auto;list-style: none;background: #ecfafd;}.header-wrp {position: relative;z-index: 99;}header.header.header-bg{background: #fff;}.header .header-wrp-in{padding: 50px 0 10px;}.header .mob_head {display: none;}.header .page-center {width: 100%;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;-webkit-box-align: end;-ms-flex-align: end !important;align-items: flex-end;grid-gap: 0px 0px;}.header .page-center .left-menu img {width: 225px !important;max-width: 100%;transform: translateX(-40px);}.header .page-center .left-item {display: flex;flex-direction: row;margin-top: 14px;}.header .page-center .desktopFixed,.header .page-center .logoMobileView {display: none;}.header .page-center .right-menu {display: flex;flex-direction: column;margin-bottom: 9px;}.header .page-center .right-menu .right-items {display: flex;flex-direction: row;align-items: center;align-self: flex-end;}.header .page-center .right-menu .right-items>* {margin-right: 20px;}.header .page-center .right-menu .right-items .primary_btn_mob {display: none;}.header .page-center .right-menu .right-items>*:last-child {margin-right: 0px;}.header .page-center .right-menu .right-items .secondary_btn {height: 40px;align-items: center;display: flex;}.header .page-center .right-menu .right-items .secondary_btn a {background: none;transition: all .1s ease;border-bottom: 2px solid transparent;font-weight: normal;font-style: normal;letter-spacing: -0.21px;display: flex;padding: 0;border-radius: unset;align-items: center;box-shadow: none;min-width: unset;line-height: 25px;height: unset;}.header .page-center .right-menu .right-items .secondary_btn a:hover {border-bottom: 2px solid #4a4a4a;transform: none;}.header .page-center a.hs-button {background-image: linear-gradient(55deg, #0f91f9 55%, #1d63f2 95%);padding: 0 30px;}.recent-posts-wrapper {display: none;}header.header.sticky_head {box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 5px rgba(0,0,0,.23);left: 0;position: fixed;top: 0;width: 100%;z-index: 22;animation: smoothScroll .5s forwards;}.header.sticky_head .navigation-primary>ul>li .sub_2_outer {margin-top: -3px;}.header.sticky_head .header-wrp-in{padding: 25px 0;}.header.sticky_head .left-menu {align-items: center;display: flex;flex-direction: row;}.header.sticky_head .page-center .desktopFixed {display: block;}.header.sticky_head .page-center .desktop_img {display: none;}.header.sticky_head .page-center .desktopFixed img {margin-right: 10px;margin-top: 5px;width: 30px !important;}.header.sticky_head .page-center .left-item {margin-left: -31px;margin-top: 20px;}.hide-cookies button#hs_show_banner_button {display: none !important;}.no-nav .header.sticky_head .header-wrp-in {padding: 41px 0 40px;}.no-nav .header .header-wrp-in {padding: 50px 0 60px;}.hs-banner-behind-header .banner-section .dnd-section > .row-fluid {max-width: 100%;padding: 0;}.hs-banner-behind-header .header_wrp {min-height: 0 !important;}.hs-banner-behind-header .head_sec_wrp:not(.sticky_head) {position: absolute;left: 0;right: 0;width: 100%;background: transparent;z-index: 22;}.banner-section {position: relative;z-index:1;}@keyframes smoothScroll {0% {transform: translateY(-40px) }to {transform: translateY(0) }}@media(max-width:1150px){.header .page-center .left-menu img {transform: translateX(0);}.header.sticky_head .page-center .left-item {margin-left: 0;}}@media(max-width:991px){.header .main_header {background-image: linear-gradient(-70deg, #03b9ff -5.23%, #1d63f2 69.34%);display: block;height: 101vh;overflow-y: scroll;padding-bottom: 40px;position: fixed;top: 0;transform: translateX(300%);transition: all .5s ease;width: 100vw;z-index: 98;}.header .header-wrp-in{padding: 25px 0 22px;}.header .mob_head {display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;width: 100%;padding: 0 30px;line-height: 1;}.header .mob_head .burger {cursor: pointer;display: block;justify-content: right;position: absolute;right: 0;text-align: right;top: -7px;width: 50px;}.header .mob_head .burger .bar1,.header .mob_head .burger .bar2,.header .mob_head .burger .bar3 {background-color: #4a4a4a;border-radius: 15px;display: block;height: 4px;margin: 6px 0;position: relative;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;width: 30px;}.header .mob_head img {width: 160px !important;}.header.sticky_head .header-wrp-in{padding-bottom: 22px;}.header .main_header.mob_open {transform: translateY(0);}.header .page-center {display: block;}.header.sticky_head .left-menu,.header .left-menu {display: block;position: relative;}.header .page-center .right-menu .right-items {display: block;width: 100%;align-self: flex-start;}.header .page-center .right-menu .right-items .primary_btn {display: none;}.header .page-center .right-menu .right-items .secondary_btn a,.header .page-center .right-menu .right-items .primary_btn_mob a {border-bottom: 0;color: #fff;font-weight: 700;margin-bottom: 0;margin-right: 0;padding: 15px 0;background: none;border-radius: 0;display: block;box-shadow: none;line-height: 1;width: 100%;text-align: unset;height: auto;transform: none;}.header .page-center .right-menu .right-items .secondary_btn a:hover{border-bottom: 0;}.header .page-center .right-menu .right-items .primary_btn_mob {display: block;}.header .page-center .right-menu .right-items>* {margin: 0;}.header .page-center .right-menu .right-items .primary_btn_mob a {border-bottom: 1px solid #fff;}.header .left-menu .close {cursor: pointer;display: block;opacity: 1;position: absolute;right: 0;top: 13px;-webkit-transition: opacity .2s ease-in-out;-o-transition: opacity .2s ease-in-out;transition: opacity .2s ease-in-out;}.header .left-menu .close .bar1,.header .left-menu .close .bar2 {background-color: #fff;border-radius: 15px;display: block;height: 4px;margin: 6px 0;position: relative;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;width: 30px;}.header .left-menu .close .bar1 {top: 4.5px;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}.header .left-menu .close .bar2 {bottom: 5px;-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}.header .page-center .desktopFixed, .header.sticky_head .page-center .desktop_img, .header .page-center .desktop_img, .header.sticky_head .page-center .desktopFixed {display: none;}.header .page-center .logoMobileView {display: block;}.header .page-center .logoMobileView a {padding: 10px 0;display: inline-block;}.header .page-center .logoMobileView a svg {width: 100px;}.header .page-center .left-item {margin-top: 20px;display: block;}.no-nav .header.sticky_head .header-wrp-in {padding: 25px 0 22px;}.no-nav .header .header-wrp-in {padding: 25px 0 22px;}.header .left-menu, .header.sticky_head .left-menu {line-height: 1;}}@media(max-width:600px){.header .mob_head{padding-left: 20px;padding-right: 20px;}}
footer .footer-background .page-center {
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 1;
  max-width: 100%;
  padding:0;
}

footer .footer-background .page-center .footer-wrap {
  display: flex;
  flex-direction: column;
  padding: 65px 30px;
  width: 100%;
  grid-gap: 0 0;
  overflow: visible;
  margin: 0 auto;
  max-width: 1188px;
}

footer .footer-background .footer-wrap .footerTwoColumn {
  display: flex;
  flex-wrap: wrap;
}

footer .footer-background .footerLeftSide {
  width: 25%;
}

footer .footer-background .footerRightSide {
  width: 75%;
}

.footer-social-wrap a:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
}

footer .footer-background .footerLeftSide .footer-logo {
  padding-top: 5px;
}

footer .footer-background .footerLeftSide .footer-logo img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}

footer .footer-background .footerRightSide .footerRightinner .footer-menu-wrap .hs-menu-wrapper ul  {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

footer .footerTwoColumn .footerRightSide .footerBottomgroup {
  margin-top: 58px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

footer .footer-background .footer-menu-wrap .hs-menu-wrapper>ul>li {
  width: 33.33%;
  padding-right: 30px;
}

footer .footer-background .footer-menu-wrap .hs-menu-wrapper>ul>li  ul {
  position: relative;
  left: auto !important;
  right: auto;
  top: auto !important;
  opacity: 1 !important;
}

footer .footer-background .footer-menu-wrap .hs-menu-wrapper>ul>li>a {
  cursor: auto;
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.21px;
  text-rendering: optimizelegibility;
  display: block;
}

footer .footer-background .footer-menu-wrap .hs-menu-wrapper>ul ul>li>a {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  padding-bottom: 7px;
  white-space: normal;
}

footer .footer-background .hs-menu-wrapper>ul ul>li {
  width:100%;
}

footer .footer-background .hs-menu-wrapper>ul>li:nth-child(n+4) {
  margin-top: 33px;
}

footer .footer-background .address-li h4 {
  color: #53cefe;
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -0.21px;
}

footer .footer-background .address-li p {
  line-height: 22px;
  padding-bottom: 5px;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  margin: 0;
}

footer .footer-background .address-li span a {
  border-bottom: 3px solid #fff;
  padding-top: 16px;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 22px;
  padding-bottom: 5px;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight:600;
  letter-spacing: normal;
}

footer .footerTwoColumn .footerRightSide .footerBottomgroup .footerFirstCol {
  line-height: 1.5;
  padding-right: 102px;
}

footer .footerTwoColumn .footerRightSide .footerBottomgroup .footerTwoCol {
  width: 33.33%;
  padding-right: 20px;
}

footer .footerTwoColumn .footerRightSide .footerBottomgroup .footerFirstCol p {
  margin: 0;
}

footer .footerTwoColumn .footerRightSide .CopyRightTwoCol {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 33px;
}

footer .footerTwoColumn .footerRightSide .CopyRightTwoCol .CopyRightInner {
  padding: 0 15px;
  width: 33.33%;
}

footer .footerTwoColumn .footerRightSide .CopyRightTwoCol .CopyRightInner p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  text-rendering: optimizelegibility;
}

footer .footerTwoColumn .bottom-item a {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  outline: none;
  padding: 1px 6px;
}

footer.footer {
  position: relative;
  z-index: 9;
}

footer .footerTwoColumn .footerRightSide .footerBottomgroup .footerSecondCol .footer-bottom-image {
  justify-content: initial;
}
footer .footer-background .footerLeftSide .footer-logo img {
  position: relative;
  left: -37px;
}
@media (max-width: 1250px) {
  footer .footer-background .footerLeftSide .footer-logo img {
    left: 0;
  }
}
@media (max-width: 991px){
  footer .footerTwoColumn .footerRightSide .footerBottomgroup .footerTwoCol {
    padding: 0 0 20px;
    width: 50%;
  }

  footer .footerTwoColumn .footerRightSide .CopyRightTwoCol .CopyRightInner{
    width: 50%;
  }


  footer .footer-background .footer-menu-wrap .hs-menu-wrapper>ul>li:nth-child(3n) {
    padding-right: 0;
  }
}

@media screen and (max-width: 915px){
  footer .footerTwoColumn .footerRightSide .footerBottomgroup .footerFirstCol {
    padding-right: 50px;
  }
}

@media (max-width: 780px){
  footer .footer-background .footer-menu-wrap .hs-menu-wrapper>ul>li>a, footer .footer-background .address-li h4{
    font-size: 19px;
    line-height: 1.37;
  }
}

@media screen and (max-width: 767px){
  footer .footer-background .footerLeftSide,
  footer .footer-background .footerRightSide{
    width:100%;
  }

  footer .footer-background .footerLeftSide .footer-logo {
    padding-bottom: 15px;
    padding-top: 0;
  }

  footer .footer-background .footer-menu-wrap .hs-menu-wrapper>ul>li{
    width: 50%;
  }
  footer .footerTwoColumn .footerRightSide .footerBottomgroup .footerFirstCol.footerTwoCol {
    padding-bottom: 15px;
  }
  footer .footer-background {
    background-size: cover !important;
    background-position: 40% !important;
  }
  footer .footer-background .footer-menu-wrap .hs-menu-wrapper>ul>li.address-li {
    width: 100%;
  }
  footer .footerTwoColumn .footerRightSide .footerBottomgroup .footerTwoCol.footerSecondCol {
    order: 3;
  }

  footer .footerTwoColumn .footerRightSide .footerBottomgroup .footerFirstCol {
    order: 2;
  }
  footer .footerTwoColumn .footerRightSide .footerBottomgroup {
    padding-top: 30px;
    margin-top: 0;
  }

  footer .footerTwoColumn .footerRightSide .footerBottomgroup .footerTwoCol {
    padding: 0 0 30px;
    width: 100%;
  }

  footer .footerTwoColumn .footerRightSide .CopyRightTwoCol {
    margin: 0;
    padding-top: 10px;
  }

  footer .footerTwoColumn .footerRightSide .CopyRightTwoCol .CopyRightInner {
    padding: 10px 0;
    width: 100%;
  }

  footer .footerTwoColumn .bottom-item a {
    padding: 0;
  }

  footer .footer-background .hs-menu-wrapper>ul>li:nth-child(n+4),
  footer .footer-background .hs-menu-wrapper>ul>li{
    margin-top: 30px;
  }
  footer .footer-background .page-center .footer-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .footer-background .footer-menu-wrap .hs-menu-wrapper>ul>li {
    width: 100%;
    padding: 0;
  }

  footer .footer-background .hs-menu-wrapper>ul ul>li {
    width: 50%;
    padding: 0 10px;
  }

  footer .footer-background .footer-menu-wrap .hs-menu-wrapper>ul>li ul {
    margin: 0 -10px;
  }
}

/* @media screen and (max-width: 480px){
footer .footer-background .footer-menu-wrap .hs-menu-wrapper>ul>li{
width: 100%;
}
} */
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}