/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.hs-form__virality-link {
  display: none !important;
}
/*! 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: 66%;
}

/**
 * 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;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
}

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

iframe[title="reCAPTCHA"]{
  border-radius: 0;
}

.hs-menu-item a {
  color: inherit;
}

/**
 * Widget icon fix height.
 */


.hs_cos_wrapper_type_icon{
  display: flex;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: auto;
}

/* Accessibility */
a:focus-visible,
input:focus-visible,
button:focus-visible,
.button:focus-visible,
.btn:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex="0"]:focus-visible,
.hs-video-container button {
  outline: 3px solid black;
  outline-offset: -1px;
}

body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overscroll-behavior: none;
    -webkit-overflow-scrolling: auto;
    /* padding-top: var(--header-height); */
}

menu,
nav {
    width: 100%;
    height: 100%;
}

img {
    max-width: 100%;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

iframe,
video {
    max-width: 100%;
}

/* Variables
Required css variables
*/
:root {
  --color-text: #01316C;
  --color-primary: #3772FF;
  --color-secondary: #01316C;
  --color-accent-1: #32DBF3;
  --color-accent-2: #E9F0FF;
  --color-common-1: #11101E;
  --color-common-2: #FFFFFF;
  --color-common-3: #E9F0FF;
  --color-common-4: #789FFF;
  --color-form-validation: #29904E;
  --color-form-error: #D03232;
  --transition: all 200ms ease;
  --transition-s: all 500ms ease;
  --box-shadow: 0 5px 10px 0px rgba(0,0,0,.04);
  --gap: 40px;
  --header-height: 90px;
  --header-top-height: 70px;
  --padding: 20px;
  --grid-gutter: 40px;
}

@media screen and (max-width: 1024px) {
  :root {
    --padding: 20px;
    --grid-gutter: 32px;
    --header-height: 70px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --padding: 20px;
    --grid-gutter: 20px;
  }
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/
/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.4680851%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

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

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

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

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

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

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

/* IN PROGRESS : Display Grid System : 12 cols + gap */

/* .row-fluid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--grid-gutter);
  row-gap: 0;
}

.row-fluid::before {
  display: none !important;
}

.row-fluid [class*='span'] {
  margin-left: 0 !important;
  width: 100% !important;
}

.row-fluid .span1  { grid-column: span 1; }
.row-fluid .span2  { grid-column: span 2; }
.row-fluid .span3  { grid-column: span 3; }
.row-fluid .span4  { grid-column: span 4; }
.row-fluid .span5  { grid-column: span 5; }
.row-fluid .span6  { grid-column: span 6; }
.row-fluid .span7  { grid-column: span 7; }
.row-fluid .span8  { grid-column: span 8; }
.row-fluid .span9  { grid-column: span 9; }
.row-fluid .span10 { grid-column: span 10; }
.row-fluid .span11 { grid-column: span 11; }
.row-fluid .span12 { grid-column: span 12; } */

/*
.row-fluid .span1  { width: 8.3333333%; }
.row-fluid .span2  { width: 16.6666667%; }
.row-fluid .span3  { width: 25%; }
.row-fluid .span4  { width: 33.3333333%; }
.row-fluid .span5  { width: 41.6666667%; }
.row-fluid .span6  { width: 50%; }
.row-fluid .span7  { width: 58.3333333%; }
.row-fluid .span8  { width: 66.6666667%; }
.row-fluid .span9  { width: 75%; }
.row-fluid .span10 { width: 83.3333333%; }
.row-fluid .span11 { width: 91.6666667%; }
.row-fluid .span12 { width: 100%; }
*/
.body-wrapper{
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}

.dnd-section{
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  z-index: 1;
}

.content-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  overflow-x: clip;
  overflow-y: visible;
}

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

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

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

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.5;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

p,
.paragraph {
  font-size: 1rem;
  margin: 0 0 1rem;
  text-underline-offset: 5px;
}

p:last-child,
.paragraph:last-child {
  margin-bottom: 0;
}

/* Anchors */

a {
  cursor: pointer;
  transition: var(--transition);
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  position: relative;
  z-index: 1;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  line-height: 1.3;
  text-underline-offset: 8px;
}

.heading-xl {
  line-height: 1.05;
  text-underline-offset: 8px;
}

.title,
.baseline {
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .heading-xl {
    line-height: 1.3;
  }
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
  padding: 20px;
  margin: 0 0 1rem;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid var(--color-text, #01316c);
  margin: 0 0 1rem;
  padding: 5px 24px;
}

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

*::selection,
mark {
  color: #FFF;
}

.hs_cos_wrapper_type_inline_rich_text ul {
  margin: 0;
  padding-left: 40px;
}

.hs_cos_wrapper_type_inline_rich_text ul > li {
    list-style-type: none;
    -webkit-font-smoothing: subpixel-antialiased;
}

.hs_cos_wrapper_type_inline_rich_text ul > li:before {
    color: var(--color-primary, #ea6852);
    content: "•";
    font-family: sans-serif;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    margin-right: 8px;
}
.button,
.btn,
.cta_button,
.hs-button{
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: var(--transition);
  -webkit-tap-highlight-color: transparent !important;
  width: fit-content;
  position: relative;
  text-underline-offset: 4px;
}

button:disabled,
.button:disabled,
.btn:disabled,
.cta_button:disabled
.hs-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.button.button-transparent{
    background-color: rgba(0,0,0,0) !important;
  }

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  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;
}

/* BTN Arrow */

.btn-arrow,
.btn.btn-arrow,
.button.btn-arrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    border-radius: 0;
    background: none;
    border: none;
    transition: all 200ms ease;
  }

  .btn-arrow::before,
  .btn.btn-arrow::before,
  .button.btn-arrow::before {
    content: "";
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.81563 0.58525L14.2102 5.97982C14.2659 6.03549 14.3101 6.10159 14.3403 6.17436C14.3705 6.24713 14.386 6.32512 14.386 6.40389C14.386 6.48266 14.3705 6.56066 14.3403 6.63343C14.3101 6.70619 14.2659 6.7723 14.2102 6.82797L8.81563 12.2225C8.70316 12.335 8.55061 12.3982 8.39155 12.3982C8.23249 12.3982 8.07995 12.335 7.96748 12.2225C7.85501 12.1101 7.79182 11.9575 7.79182 11.7985C7.79182 11.6394 7.85501 11.4869 7.96748 11.3744L12.3393 7.00329L0.599396 7.00329C0.440427 7.00329 0.287968 6.94014 0.175559 6.82773C0.0631504 6.71532 0 6.56286 0 6.40389C0 6.24492 0.0631504 6.09246 0.175559 5.98006C0.287968 5.86765 0.440426 5.8045 0.599396 5.8045L12.3393 5.8045L7.96748 1.4334C7.85501 1.32093 7.79182 1.16838 7.79182 1.00932C7.79182 0.850266 7.85501 0.697722 7.96748 0.585251C8.07995 0.47278 8.23249 0.409593 8.39155 0.409593C8.55061 0.409593 8.70315 0.47278 8.81563 0.58525Z' fill='%2311101E'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.81563 0.58525L14.2102 5.97982C14.2659 6.03549 14.3101 6.10159 14.3403 6.17436C14.3705 6.24713 14.386 6.32512 14.386 6.40389C14.386 6.48266 14.3705 6.56066 14.3403 6.63343C14.3101 6.70619 14.2659 6.7723 14.2102 6.82797L8.81563 12.2225C8.70316 12.335 8.55061 12.3982 8.39155 12.3982C8.23249 12.3982 8.07995 12.335 7.96748 12.2225C7.85501 12.1101 7.79182 11.9575 7.79182 11.7985C7.79182 11.6394 7.85501 11.4869 7.96748 11.3744L12.3393 7.00329L0.599396 7.00329C0.440427 7.00329 0.287968 6.94014 0.175559 6.82773C0.0631504 6.71532 0 6.56286 0 6.40389C0 6.24492 0.0631504 6.09246 0.175559 5.98006C0.287968 5.86765 0.440426 5.8045 0.599396 5.8045L12.3393 5.8045L7.96748 1.4334C7.85501 1.32093 7.79182 1.16838 7.79182 1.00932C7.79182 0.850266 7.85501 0.697722 7.96748 0.585251C8.07995 0.47278 8.23249 0.409593 8.39155 0.409593C8.55061 0.409593 8.70315 0.47278 8.81563 0.58525Z' fill='%2311101E'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    vertical-align: middle;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    transition: transform 200ms ease;
    display: inline-flex;
    transform: translateX(0);
  }

  .btn-arrow:hover,
  .btn.btn-arrow:hover,
  .button.btn-arrow:hover {
    color: var(--color-primary);
    background: none;
    border: none;
  }

  .btn-arrow:hover::before,
  .btn.btn-arrow:hover::before,
  .button.btn-arrow:hover::before {
    transform: translateX(5px);
  }
form{
  display: flex;
  flex-direction: column;
  gap: 24px 16px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

form > fieldset {
  max-width: 100% !important;
  display: flex;
  gap: 24px 16px;
}

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

form:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input,
form:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input{
  width: 100% !important;
}

/* Force single column fields to full width inside of fieldsets */
form fieldset.form-columns-1 .hs-input:not([type='radio']):not([type='checkbox']){
  width: 100%;
}

/* Fields */

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

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend,
form .hs-field-desc {
  font-size: 12px;
}

/* Inputs */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='phone'],
form input[type='tel'],
form input[type='number'],
form input[type='date'],
form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  width: 100%;
}

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{
    transition: var(--transition);
}

.hs-input[type='file'] {
  background-color: #fff;
  border: initial;
  line-height: initial;
  padding: initial;
}

form textarea {
    resize: vertical;
    width: 100% !important;
    max-height: 75vh;
    height: auto;
    min-height: 130px;
    max-width: 100%;
    padding: 10px;
    white-space: pre-line;
  }

/* Inputs - checkbox/radio */

.hs-fieldtype-booleancheckbox,
.hs-fieldtype-radio{
  margin-bottom: 0;
}

.hs-form-booleancheckbox{
  margin-bottom: 0 !important;
}

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

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

form .inputs-list > li > label:not(.hs-error-msg){
  cursor: pointer;
  width: fit-content;
}

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

form .hs-error-msgs > li {
  margin: 10px 0 0;
}

/* Inputs - date picker */

.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 20px;
}

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

form .hs-richtext {
  line-height: 1.2;
  margin-bottom: 3px;
}

form .hs-richtext hr {
  margin-left: 0;
  text-align: left;
  width: 91%;
}

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: -7px;
  margin-left: 2px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  /* width: fit-content; */
  width: 100%;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: var(--transition);
  -webkit-tap-highlight-color: transparent !important;
  position: relative;
  margin-top: 24px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* GDPR Consent */

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

.legal-consent-container{
  margin-bottom: 20px;
}

.legal-consent-container,
.legal-consent-container *{
  /* color: #999; */
  font-size: 12px !important;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.44em;
  text-decoration: none;
  text-transform: none;
}

.legal-consent-container .hs-input{
  margin-top: 1px;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

/* Table cells */

td,
th {
  vertical-align: middle;
}

/* Table header */

thead th {
  vertical-align: middle;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.04em;
}
.bg-custom{
    padding: 0 !important;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.bg-custom__content{
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: inherit;
    overflow-y: clip;
}





/* 
<div class="content-wrapper bg-line-dot" data-line-dot="double-blue"></div>
.bg-line-dot" data-line-dot="double-blue"
.bg-line-dot" data-line-dot="left-blue"
.bg-line-dot" data-line-dot="right-blue"
.bg-line-dot" data-line-dot="double-grey"
.bg-line-dot" data-line-dot="left-grey"
.bg-line-dot" data-line-dot="right-grey" 
*/

.bg-line-dot{
    background: 
        linear-gradient(#003766 50%, rgba(0,0,0,0) 0%) left/1px 10px repeat-y, /* line left */
        linear-gradient(#003766 50%, rgba(0,0,0,0) 0%) right/1px 10px repeat-y; /* line right */
}

.bg-line-dot .dot{
    padding: 0 !important;
    position: absolute;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    background: #003766;
    border: 2px solid #FCFEFF;
    border-radius: 50%;
    box-shadow: 0px 1px 3px 1px rgba(8, 72, 123, 0.2);
}

.bg-line-dot .dot.left{
    top: 75%;
    left: 0
}

.bg-line-dot .dot.right{
    top: 25%;
    left: 100%;
}


/* SPEC TYPE AND COLORS */

.bg-line-dot[data-line-dot="double-blue"]{
    background: 
        linear-gradient(#F5F8FA 50%, rgba(0,0,0,0) 0%) left/1px 10px repeat-y,
        linear-gradient(#F5F8FA 50%, rgba(0,0,0,0) 0%) right/1px 10px repeat-y;
}
.bg-line-dot[data-line-dot="double-grey"]{
    background: 
        linear-gradient(#DDF3F8 50%, rgba(0,0,0,0) 0%) left/1px 10px repeat-y,
        linear-gradient(#DDF3F8 50%, rgba(0,0,0,0) 0%) right/1px 10px repeat-y;
}

.bg-line-dot[data-line-dot="left-blue"]{
    background: linear-gradient(#F5F8FA 50%, rgba(0,0,0,0) 0%) left/1px 10px repeat-y;
}
.bg-line-dot[data-line-dot="left-grey"]{
    background: linear-gradient(#DDF3F8 50%, rgba(0,0,0,0) 0%) left/1px 10px repeat-y;
}
.bg-line-dot[data-line-dot="right-blue"] .dot.left,
.bg-line-dot[data-line-dot="right-grey"] .dot.left{
    display: none;
}

.bg-line-dot[data-line-dot="right-blue"]{
    background: linear-gradient(#F5F8FA 50%, rgba(0,0,0,0) 0%) right/1px 10px repeat-y; 
}
.bg-line-dot[data-line-dot="right-grey"]{
    background: linear-gradient(#DDF3F8 50%, rgba(0,0,0,0) 0%) right/1px 10px repeat-y;
}
.bg-line-dot[data-line-dot="left-blue"] .dot.right,
.bg-line-dot[data-line-dot="left-grey"] .dot.right{
    display: none;
}

.bg-line-dot[data-line-dot="double-grey"] .dot,
.bg-line-dot[data-line-dot="double-grey"] .dot,
.bg-line-dot[data-line-dot="left-grey"] .dot,
.bg-line-dot[data-line-dot="left-grey"] .dot,
.bg-line-dot[data-line-dot="right-grey"] .dot,
.bg-line-dot[data-line-dot="right-grey"] .dot{
    background: #F5F8FA;
    border: 2px solid #F5F8FA;
}

@media screen and (max-width: 1240px){

    .bg-line-dot{
        width: calc(100% - 40px);
    }

}

@media screen and (max-width: 767px){

    .bg-line-dot{
        display: none;
    }
    
}





.bg-corner-circle .corner-circle{
    position: absolute;
    width: 226px;
    height: 226px;
    top: 0;
    left: 100%;
    transform: translate(-50%, -50%);
    border: 25px solid rgba(252, 254, 255, 0.2);
    box-shadow: -11px 12px 6px 1px rgba(94, 122, 144, 0.09);
    border-radius: 50%;
}





/* <div class=" bg-square-dots"><span class="square-dots"></span></div> */

.bg-square-dots .square-dots{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 220px;
    height: auto;
    background-image: radial-gradient(#003766 10%, transparent 0);
    background-size: 18px 18px;
    background-position: 0 0;
    background-repeat: repeat;
    opacity: .6;
}

.bg-square-dots .square-dots::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media screen and (min-width: 1400px){
    .bg-square-dots .bg-custom__content{
        overflow: inherit;
    }
}





.bg-circle-full .circle-full{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
    background-color: #003766;
    border-radius: 50%;
}

.bg-circle-full .circle-full::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}





.bg-ovale-full .ovale-full{
    position: absolute;
    transform: translate(-50%,-50%);
    background-color: #003766;
    border-radius: 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 115%;
    top: -50%;
    left: 50%;
    height: 400%;
}
/* Carousel / Slider splide.js */
.splide__slide,
.splide__track {
    max-width: 100%;
    height: 100%;
}

.splide__track {
    padding: 0;
    margin: 0;
}

.splide__arrows {
        display: flex;
        position: absolute;
        bottom: -45px;
        right: 0;
        height: 32px;
        justify-content: flex-end;
        align-items: center;
    }

    .splide__arrow {
        background-color: #FFFFFF !important;
        padding: 0 !important;
        border: 1px solid #DEEFFC;
        border-radius: 4px;
        width: 32px;
        height: 32px;
        position: relative;
        cursor: pointer;
    }

    .splide__arrow svg {
        position: absolute;
        top: calc(50% + 10px);
        left: calc(50% + 14px);
        transform: translate(-50%,-50%);
    }

    .splide__arrow svg path {
        transition: all 150ms linear;
    }

    .splide__arrow--prev {
        margin-right: 8px;
    }

    .splide__arrow--next {
        margin-left: 8px;
        transform: rotate(180deg);
        transform-origin: center;
    }

    .splide__arrow:disabled {
        border: 1px solid #DEEFFC;
        cursor: initial !important;
    }

    .splide__arrow:disabled svg path,
    .splide__arrow:disabled:hover svg path {
        fill: #DEEFFC !important;
    }

.splide__pagination {
        counter-reset: pagination-num;
        margin: 40px auto 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }

    .splide__pagination__page {
        padding: 0 !important;
        border: none;
        border-radius: 8px;
        width: 40px;
        height: 6px;
        background-color: var(--color-text, #01316c);
        opacity: 0.4;
        text-align: center;
        transition: var(--transition);
        font-size: 14px;
        font-weight: 600 !important;
        cursor: pointer;
        user-select: none;
    }

    .splide__pagination__page:before {
        /* counter-increment: pagination-num;
        content: counter( pagination-num ); */
    }

    .splide__pagination__page:hover {
        /* background-color: #8689AA;*/
        opacity: 0.7;
        color: #FFF;
    }

    .splide__pagination__page.is-active {
        /* background-color: var(--color-text, #01316c); */
        opacity: 1;
        color: #FFF;
        width: 60px;
    }

    .splide__pagination__page.is-active:hover {
        cursor: initial;
    }

.splide__progress {
        user-select: none;
        position: relative;
    }

    .splide__progress::before{
        content: '';
        position: absolute;
        inset: 0;
        background: var(--color-text, #01316c);
        opacity: 0.15;
        z-index: -1;
        pointer-events: none;
    }

    .splide__progress__bar {
        height: 2px;
        background: var(--color-text, #01316c);
        border-radius: 5px;
    }


.sticky-banners > .row-fluid > .dnd-column > .row-fluid-wrapper {
  position: sticky;
  top: calc(var(--header-height) + 20px);
  /* box-shadow: var(--box-shadow); */
}

@media screen and (max-width: 768px) {
  .sticky-banners > .row-fluid > .dnd-column > .row-fluid-wrapper {
    position: sticky;
    top: 40px;
  }
}


.banner-border > .row-fluid > .dnd-column > .row-fluid-wrapper {
  border: 1px solid var(--color-primary);
}



.section-customer-carousel .module-slider-logos,
.section-customer-carousel .module-slider-logos .splide__track {
  overflow: visible !important;
}

.section-customer-carousel .module-slider-logos::after {
  display: none;
}

@media screen and (min-width: 769px) {
  .section-customer-carousel .module-slider-logos .splide__track {
    clip-path: inset(0 -100vw 0 0) !important;
  }
}

@media screen and (max-width: 768px) {
  .section-customer-carousel .module-slider-logos::before {
      display: none;
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
/* 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;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img,
.hs_cos_wrapper_type_inline_rich_text img{
  height: auto;
  max-width: 100%;
}

.hs_cos_wrapper_type_rich_text img,
.hs_cos_wrapper_type_inline_rich_text img{
  margin-bottom: 1rem;
}

/* Rich text last p */

.hs_cos_wrapper_type_inline_rich_text p:last-child{
  margin-bottom: 0;
}

/* Display editing module  */

.module-display-editor{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(245, 248, 250);
  border: 1px dashed rgb(81, 111, 144);
  border-radius: 4px;
  color: rgb(124, 152, 182);
  position: relative;
  z-index: 100;
  text-align: center;
  min-height: 60px;
  padding: 20px;
}

.module-display-editor p{
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

/* Fix anchor link with header fixed */

a[data-hs-anchor]{
  display: block;
  padding-top: 90px;
  margin-top: -90px;
}

/* Fix @hubspot logo href box */

.hs_cos_wrapper_type_logo,
.hs_cos_wrapper_type_logo > a{
  display: block;
}
/* LANGUAGE DESKTOP */
.menu-multilingual {
  --width: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  height: 100%;
  width: var(--width);
  font-weight: 700;
  white-space: nowrap;
  border-bottom: 1.5px solid transparent;
  transition: var(--transition);
}

.menu-multilingual::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 47%;
  border: solid;
  padding: 4px;
  border-width: 0 1.5px 1.5px 0;
  border-radius: 1px;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center;
  transition: var(--transition);
  user-select: none;
}

.menu-multilingual .current-language {
  transition: var(--transition);
  margin-right: 10px;
  user-select: none;
}

/* DROPDOWN */
.menu-multilingual > ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: calc(100% + 1.5px);
  left: -10px;
  width: calc(var(--width) + 20px);
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  background: #fff;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  padding: 2px 10px;
}

/* Open */
.menu-multilingual.open {
  cursor: pointer;
  /* color: var(--color-text) !important; */
  border-bottom-color: var(--color-text);
}

.menu-multilingual.open::before {
  transform: rotate(225deg) translateY(2px) translateX(-3px);
  /* border-color: var(--color-text); */
}

.menu-multilingual.open > ul {
  visibility: visible;
  opacity: 1;
}
/* End Open */

.menu-multilingual > ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.menu-multilingual > ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.menu-multilingual > ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5px 0;
  margin: 0;
  font-weight: 700;
  color: var(--color-text);
  transition: var(--transition);
}

.menu-multilingual > ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 47%;
  transform: rotate(-45deg) translateY(-50%);
  border: solid var(--color-primary);
  padding: 4px;
  border-width: 0 1.5px 1.5px 0;
  opacity: 0;
  transition: var(--transition);
}

.menu-multilingual > ul li a:hover {
  padding-left: 6px;
  color: var(--color-primary) !important;
}

.menu-multilingual > ul li a:hover::before {
  opacity: 1;
  left: 9px;
}

@media screen and (max-width: 1024px) {
  .menu-multilingual {
    width: var(--header-top-height);
    background-color: var(--color-common-4);
    margin-left: 40px;
  }

  .menu-multilingual::before {
    display: none;
  }

  .menu-multilingual .current-language {
    margin: 0;
  }

  .menu-multilingual > ul {
    left: 0;
    right: 0;
    width: 100%;
    user-select: none;
  }

  .menu-multilingual > ul li a::before {
    padding: 2px;
  }
}

@media screen and (max-width: 768px) {
  .menu-multilingual {
    margin-left: 0;
  }
}
/* ===========================
  HEADER
=========================== */
.header {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.header .dnd-section,
.header .dnd-column {
  padding-top: 0;
  padding-bottom: 0;
}

/* ===========================
  NAVIGATION SKIPPER
=========================== */
.header .header__skip {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: left;
}

.header .header__skip:hover,
.header .header__skip:focus,
.header .header__skip:active {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}

/* ===========================
  HEADER TOP
=========================== */

.header-top {
  height: var(--header-top-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.header-top .content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-top .content-wrapper > * {
  height: 100%;
}

.header-top__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 80px
}

.header-top__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 50px
}

@media screen and (max-width: 768px) {
  .header-top__left {
    justify-content: space-around;
    gap: 10px
  }
}

/* ===========================
  HEADER MID
=========================== */

.header-mid {
  height: var(--header-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1;
  box-shadow: var(--box-shadow);
  transition: var(--transition-s);
}

.header-mid.is-fixed {
  opacity: 1;
  transform: translateY(0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header-mid.is-hidden {
  opacity: 0;
  transform: translateY(-100%);
}

.header-mid > div {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
  gap: 10px;
}

/* ===========================
  HEADER LOGO
=========================== */
.header__logo {
    width: fit-content;
    min-width: 120px;
    flex: none;
  }

/* ===========================
  HEADER LANGUAGE
=========================== */

.header__languages {
  height: 100%;
}

.header__languages > div {
  height: 100%;
}

/* Menu */
.header__menu {
  width: 100%;
  height: 100%;
}

.header__menu > * {
  width: 100%;
  height: 100%;
}

/* ===========================
  RESPONSIVE
=========================== */

@media screen and (max-width: 1024px) {

  .header-top .content-wrapper {
    /* padding-left: 0; */
    padding-right: 0;
  }

  .header-top__left {
    /* flex: 1;
    justify-content: space-evenly;
    gap: 0; */
    gap: clamp(20px, 8vw, 50px);
  }

  .header-top__right {
    gap: 0;
  }

  /* Init - main.js : manageMobileComponents() */
  #header-mid-btn-demo,
  #header-top-btn-customer-access {
    display: none;
  }

}

@media screen and (max-width: 768px) {

}
/* Section global footer .section-footer */
#main-footer .footer .hs-menu-wrapper ul {
  gap: 4px 24px;
}

#main-footer .footer .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  justify-content: flex-end;
}

@media screen and (max-width: 768px){

  #main-footer .footer-copyright {

  }

  #main-footer .footer .hs-social-follow {
      justify-content: flex-start;
  }

  #main-footer .footer p {
    text-align: left !important;
  }

  #main-footer .footer .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    justify-content: flex-start;
  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/
.hero,
.hero-home {
  z-index: 2;
}

.hero img,
.hero-home img {
  max-width: inherit;
}

/* End bannners section sticky */

/* Display editing module  */

.module-display-editor {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(245, 248, 250);
    border: 1px dashed rgb(81, 111, 144);
    border-radius: 4px;
    color: rgb(124, 152, 182);
    position: relative;
    z-index: 100;
    text-align: center;
    max-width: calc(100% - 2px);
    height: fit-content;
    min-height: 72px;
    max-height: inherit !important;
    padding: 24px 20px;
    margin: 16px 0;
  }

  .module-display-editor p {
    margin: 0;
  }

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 768px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* list dots arrow */
/* class="dots-arrow" data-dotsArrowColor="green blue" */
ul.dots-arrow {
  padding-left: 30px;
}

ul.dots-arrow li {
  list-style-type: none;
  position: relative;
  margin-bottom: 8px;
}

ul.dots-arrow li::before {
  content: '';
  position: absolute;
  left: -32px;
  top: 0px;
  width: 20px;
  height: 20px;
  background: center / 100% no-repeat;
}

/* Full screen (ex slider option) */
.section-full-screen {
  width: 100vw;
  height: calc(100vh - var(--header-height));
}

@media screen and (max-width: 768px){

  .hide-mobile {
    display: none;
  }

}

/* Flexbox */
.flex-grid {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
    grid-gap: var(--gap);
  }
  .flex-grid-2 {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: var(--gap);
  }
  .flex-grid-3 {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: var(--gap);
  }
  .flex-grid-4 {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: var(--gap);
  }
  .flex-grid-5 {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-gap: var(--gap);
  }
  .grid-item-2 {
    grid-column: auto / span 2;
  }
  @media screen and (max-width: 768px){
    .flex-grid,
    .flex-grid-2,
    .flex-grid-3,
    .flex-grid-4,
    .flex-grid-5 {
      grid-template-columns: repeat(1, 1fr);
    }
    .grid-item-2 {
      grid-column: auto;
    }
  }

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-end {
  display: flex;
  justify-content: end;
  align-items: end;
}

.flex-column {
  display: flex;
  flex-direction: column;
}