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

*::selection {
    background: #363A71;
    color: #fff;
}

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; */
    /* padding-top: var(--header-height); */
}

.body-wrapper{
    position: relative;
    overflow: hidden;
}

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

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

/* Variables
Required css variables
*/
:root {
  --color-primary: #EA6852;
  --color-secondary: #FFA168;
  --color-text: #363a71;
  --transition: all 200ms ease;
  --transition-s: all 500ms ease;
  --box-shadow: 0 5px 10px 0px rgba(0,0,0,.04);
  --gap: 40px;
  --header-height: 80px;
  --padding: 20px;
  --grid-gutter: 40px;
}

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

@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%; }
*/
.dnd-section{
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  z-index: 1;
}

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

@media screen and (min-width: 1440px) {
  .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;
  }
}

/* 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{
  line-height: 1.4;
  text-underline-offset: 8px;
}

h2,
h3{
  line-height: 1.5;
  text-underline-offset: 8px;
}

/* 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: 4px solid var(--color-text, #363A71);
  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 {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
  cursor: default;
}

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

/* Cursor radius gradiant animation */

.cgr-track:before{
    --size: 0;
    content: "";
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background-image: -o-radial-gradient(circle closest-side,rgba(255, 255, 255, 0.25), transparent);
    background-image: radial-gradient(circle closest-side,rgba(255, 255, 255, 0.25), transparent);
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: width 200ms ease, height 200ms ease;
    -o-transition: width 200ms ease, height 200ms ease;
    transition: width 200ms ease, height 200ms ease;
  }

  .cgr-track:hover:before{
    --size: 250%;
  }

  .cgr-track > a{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

/* BTN Arrow */

.btn-arrow,
.btn.btn-arrow,
.button.btn-arrow {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    color: var(--color-text);
    border-radius: 0;
    font-weight: bold !important;
    background: none;
    border: none;
    transition: var(--transition);
    padding: 0 0 2px 0;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
  }

  .btn-arrow::after,
  .btn.btn-arrow::after,
  .button.btn-arrow::after {
    /* content: "➜";
    font-family: sans-serif;
    font-size: 114%;
    font-weight: 300;
    transform: scaleX(1.1);*/
    content: "";
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8213 7.82364C16.2768 7.36808 16.2768 6.62827 15.8213 6.17272L9.99024 0.341663C9.53469 -0.113888 8.79487 -0.113888 8.33932 0.341663C7.88377 0.797214 7.88377 1.53703 8.33932 1.99258L12.1842 5.83379L1.00312 5.83379C0.358064 5.83379 -0.163086 6.35494 -0.163086 7C-0.163086 7.64506 0.358064 8.16621 1.00312 8.16621L12.1805 8.16621L8.34296 12.0074C7.88741 12.463 7.88741 13.2028 8.34296 13.6583C8.79851 14.1139 9.53833 14.1139 9.99388 13.6583L15.8249 7.82728L15.8213 7.82364Z' fill='%23000'/%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='16' height='14' viewBox='0 0 16 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8213 7.82364C16.2768 7.36808 16.2768 6.62827 15.8213 6.17272L9.99024 0.341663C9.53469 -0.113888 8.79487 -0.113888 8.33932 0.341663C7.88377 0.797214 7.88377 1.53703 8.33932 1.99258L12.1842 5.83379L1.00312 5.83379C0.358064 5.83379 -0.163086 6.35494 -0.163086 7C-0.163086 7.64506 0.358064 8.16621 1.00312 8.16621L12.1805 8.16621L8.34296 12.0074C7.88741 12.463 7.88741 13.2028 8.34296 13.6583C8.79851 14.1139 9.53833 14.1139 9.99388 13.6583L15.8249 7.82728L15.8213 7.82364Z' fill='%23000'/%3E%3C/svg%3E");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    vertical-align: middle;
    margin-left: 13px;
    transform: translateX(-5px);
    width: 16px;
    height: 14px;
    transition: var(--transition);
    display: inline-flex;
  }

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

  .btn-arrow:hover::after,
  .btn.btn-arrow:hover::after,
  .button.btn-arrow:hover::after {
    transform: translateX(0);
  }
form{
  display: flex;
  flex-direction: column;
  gap: 24px 16px;
  max-width: 720px;
  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 0 0 !important;
        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, #363A71);
        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, #363A71); */
        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, #363A71);
        opacity: 0.15;
        z-index: -1;
        pointer-events: none;
    }

    .splide__progress__bar {
        height: 2px;
        background: var(--color-text, #363A71);
        border-radius: 5px;
    }
.banner-section .row-fluid-wrapper:first-of-type {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

/* 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: 13px;
  top: 47%;
  border: solid;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: center;
  padding: 2px;
  transition: var(--transition);
  user-select: none;
}

.menu-multilingual:hover {
  cursor: pointer;
  color: var(--color-primary) !important;
  border-bottom-color: var(--color-primary);
}

.menu-multilingual:hover::before {
  transform: rotate(225deg) translateY(1px) translateX(-2px);
  border-color: var(--color-primary);
}

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

.menu-multilingual:hover > ul {
  visibility: visible;
  opacity: 1;
}

.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);
  border-width: 0 1.5px 1.5px 0;
  padding: 2px;
  opacity: 0;
  transition: var(--transition);
}

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

.menu-multilingual > ul li a:hover::before {
  opacity: 1;
  left: 10px;
}
/* ===========================
  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;
}

.header li {
  list-style-type: none;
}

/* ===========================
  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 MID
=========================== */

.header-mid {
  margin: 0;
  padding: 0;
  width: 100%;
  height: var(--header-height);
  display: block;
}

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

.header .header-content.is-fixed {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

.header-content .header__languages {
  height: 100%;
  margin: 0 10px;
}

.header-content .header__languages > div {
  height: 100%;
}

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

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

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

@media screen and (max-width: 1024px) {
  .header .header__cta,
  .header-content .header__languages {
    display: none;
  }
}

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

}
/* Section global footer .section-footer */
#main-footer .footer {
  overflow: hidden;
}

#main-footer .footer .hs-menu-wrapper ul {
  gap: 16px;
}

#main-footer .footer .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  gap: 40px;
}

@media screen and (max-width: 768px){
  #main-footer .footer .hs-menu-wrapper ul,
  #main-footer .footer .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    gap: 8px;
  }

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

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

  #main-footer .footer .copyright {
    margin-top: 16px;
    text-align: center !important;
  }
}
.contact-no-bg #main-footer .module-background {
    display: none;
}

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

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

ul.dots-arrow[data-dotsArrowColor="green"] li::before{
  background-image: url('https://www.welcometrack.com/hubfs/Theme_WelcomeTrack_2022/icons/arrow-right_green.svg');
}
ul.dots-arrow[data-dotsArrowColor="blue"] li::before{
  background-image: url('https://www.welcometrack.com/hubfs/Theme_WelcomeTrack_2022/icons/arrow-right_blue.svg');
}

/* 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-center{
    display: flex;
    justify-content: center;
    align-items: center;
  }

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