/* Theme base styles */



/* Generic */

body {
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  color: var(--body-color);
}

h1 {
  font-family: var(--h1-font-family);
  font-size: var(--h1-font-size);
  color: var(--h1-color);
  text-transform: var(--h1-transform);
}

h2 {
  font-family: var(--h2-font-family);
  font-size: var(--h2-font-size);
  color: var(--h2-color);
  text-transform: var(--h2-transform);
}

h3 {
  font-family: var(--h3-font-family);
  font-size: var(--h3-font-size);
  color: var(--h3-color);
  text-transform: var(--h3-transform);
}

h4 {
  font-family: var(--h4-font-family);
  font-size: var(--h4-font-size);
  color: var(--h4-color);
  text-transform: var(--h4-transform);
}

h5 {
  font-family: var(--h5-font-family);
  font-size: var(--h5-font-size);
  color: var(--h5-color);
  text-transform: var(--h5-transform);
  line-height: 36px;
}

h6 {
  font-family: var(--h6-font-family);
  font-size: var(--h6-font-size);
  color: var(--h6-color);
  text-transform: var(--h6-transform);
}

a {
  color: var(--link-color);
  text-decoration: var(--link-text-decoration);
}

a:hover {
  color: var(--link-hover-color);
  text-decoration: var(--link-hover-text-decoration);
}

blockquote {
  font-family: var(--blockquote-font-family);
  font-size: var(--blockquote-font-size);
  color: var(--blockquote-color);
}
:root {
    --ff-text: 'Flama1', sans-serif;
    --ff-headings: 'Flama1', serif;
    --fs-11: 0.6875rem;
    --fs-12: 0.75rem;
    --fs-14: 0.875rem;
    --fs-base: 16px;
    --fs-17: 1.0625rem;
    --fs-18: 1.125rem;
    --fs-20: 1.25rem;
    --fs-21: 1.3125rem;
    --fs-25: 1.5625rem;
    --fs-28: 1.75rem;
    --fs-30: 1.875rem;
    --fs-32: 2rem;
    --fs-37: 2.31rem;
    --fs-45: 2.81rem;
    --clr-black: #000000;
    --clr-black-dark: #00000010;
    --clr-white: #ffffff;
    --clr-gray: #F8F8F8;
    --clr-gray-light: #F5F5F5;
    --clr-gray-dark: #5D5D5D;
   --clr-gray-soft: #8080804a;
    --clr-gray-darker: #707070;
    --clr-gray-shadow: #272726;
    --clr-gray-medium: #EAEAEA;
    --clr-checkbox-border: #CECECE;
    --clr-checkbox-background: #F2F2F2;
    --clr-checkbox-green: #009F2B;
    --clr-checkbox-border-green: #009F2B5D;

    /* Brand extensions */
    --clr-blue-royal: #1761E1;
    --clr-blue-royal-light: #DAEEFF;
    --clr-blue-royal-medium-light: #BDE2FF;
    --clr-blue-royal-xlight: #EEF8FF;
    --clr-blue-deep: #0a2f8f;
    --clr-blue-navy: #09235c;
    --clr-yellow-sun: #ffd11a;
    --clr-corn-secondary: #F1C61A;
    --clr-corn-secondary-500: #E1AF11;
    --clr-corn-950: #402008;
    --clr-navy-rgb: 9, 35, 92;
    --clr-navy-deep-rgb: 10, 35, 92;
    --clr-blue-arrow: #1761E1;
    --clr-blue-midnight: #152B56;
    --clr-blue-royal-rgb: 13, 76, 214;

  
    --fs-heading4: 25px;
    --fs-heading3: 31px;
    --fs-heading2: 34px;
    --fs-heading1: 38px;
  
  --swiper-theme-color: #000000;

    
    --primary-color: #f1c61a;
    --secondary-color: #152b56;
    --body-background-color: #f8f8f8;
    --accent-one-color: #eef8ff;
    --accent-two-color: #1761e1;

       --primary-font: 'Flama1', sans-serif;
    --secondary-font: 'Flama1', serif;
    --primary-font-color: #231f20;
    --secondary-font-color: #231f20;

    --container-width: 1440px;
    --container-padding-inline: 1rem;

    --h1-font-family: 'Flama1', serif;
    --h1-font-size: 68px;
    --h1-color: #231f20;
    --h1-transform: none;
    
    --h2-font-family: 'Flama1', ;
    --h2-font-size: 40px;
    --h2-color: #152b56;
    --h2-transform: none;
    
    --h3-font-family: 'Flama1', ;
    --h3-font-size: 32px;
    --h3-color: #152b56;
    --h3-transform: none;
    
    --h4-font-family: 'Flama1', ;
    --h4-font-size: 32px;
    --h4-color: #152b56;
    --h4-transform: none;
    
    --h5-font-family: 'Flama1', ;
    --h5-font-size: 24px;
    --h5-color: #152b56;
    --h5-transform: none;
    
    --h6-font-family: 'Flama1', ;
    --h6-font-size: 24px;
    --h6-color: #152b56;
    --h6-transform: none;
    
    --body-font-family: 'Flama1', 'sans-serif';
    --body-font-size: 16px;
    --body-color: #231f20;
    
    --link-color: #f1c61a;
    --link-text-decoration: underline;
    --link-hover-color: #415239;
    --link-hover-text-decoration: underline;
    
    --blockquote-font-family: 'Flama1', serif;
    --blockquote-font-size: 24px;
    --blockquote-color: #231f20;
  
     /* Button Sizes */
    --btn-small-font-size: px;
    --btn-small-padding-top: px;
    --btn-small-padding-right: px;
    --btn-small-padding-bottom: px;
    --btn-small-padding-left: px;

    --btn-regular-font-size: px;
    --btn-regular-padding-top: px;
    --btn-regular-padding-right: px;
    --btn-regular-padding-bottom: px;
    --btn-regular-padding-left: px;

    --btn-large-font-size: px;
    --btn-large-padding-top: px;
    --btn-large-padding-right: px;
    --btn-large-padding-bottom: px;
    --btn-large-padding-left: px;

    /* Primary Button */
    --btn-primary-font-family: '', ;
    --btn-primary-font-color: ;
    --btn-primary-font-variant: ;
    --btn-primary-transform: ;
    --btn-primary-background-color: ;
    --btn-primary-border-color: ;
    --btn-primary-border-width: px;
    --btn-primary-border-style: ;
    --btn-primary-radius: px;
    --btn-primary-hover-font-color: ;
    --btn-primary-hover-background-color: ;
    --btn-primary-hover-border-color: ;

    /* Secondary Button */
    --btn-secondary-font-family: '', ;
    --btn-secondary-font-color: ;
    --btn-secondary-font-variant: ;
    --btn-secondary-transform: ;
    --btn-secondary-background-color: ;
    --btn-secondary-border-color: ;
    --btn-secondary-border-width: px;
    --btn-secondary-border-style: ;
    --btn-secondary-radius: px;
    --btn-secondary-hover-font-color: ;
    --btn-secondary-hover-background-color: ;
    --btn-secondary-hover-border-color: ;

}

@media (max-width: 768px) {
    :root {
        --h1-font-size: 44px;
        --h2-font-size: 26px;
        --h3-font-size: 20px;
        --h4-font-size: 20px;
        --h5-font-size: 18px;
        --h6-font-size: 20px;
        --body-font-size: 16px;
    }
}


@media(min-width: 768px) {
    :root {
        --container-padding-inline: Max(calc((100vw - var(--container-width)) / 2), 2rem);
        --fs-heading6: 1.125rem;
        /* 18px */
        --fs-heading5: 1.3125rem;
        /* 20px */
        --fs-heading4: 1.5625rem;
        /* 25px */
        --fs-heading3: 2rem;
        /* 32px */
        --fs-heading2: 2.8125rem;
        /* 45px */
        --fs-heading1: 3.125rem;
        /* 50px */
    }
}

@media (min-width:767px) and (max-width: 1500px) {
    :root {
        --container-width: var(--maximum-content-width);
        --fs-base: 14px;
        --container-padding-inline: Max(calc((100vw - var(--container-width)) / 2), 2rem);
    }
}
/* Missing Template at Path: \'DeRegt\/css\/a-generic\/_reset.css\' */
/*! 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;
  font-weight: 400;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
html {
    font-weight: 300;
    color: var(--clr-black);
    font-size: var(--fs-base);
    font-family: var(--ff-text);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    height: 100%;
    box-sizing: border-box;
}

body {
    margin: 0;
    height: 100%;
    background-color: var(--body-background-color);
  overflow-wrap: break-word;
  word-break: break-word;
}

figure {
    margin: 0;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: underline;
    color: inherit;
}

a:hover {
    text-decoration: none;
    transition: all .4s ease;
}

button {
    cursor: pointer;
    font-weight: 700;
}

p,
ul li,
ol li {
    font-family: var(--ff-text);
}

p, li {
    line-height: 1.9;
}


.content-wrapper {
    max-width: var(--container-width);
    padding-inline: 1.5rem;
    margin-inline: auto;
}

.header__wrapper,
.container,
.dnd-section > .row-fluid {
    max-width: var(--container-width);
    margin-inline: auto;
}
.container {
  padding-inline: 16px;
}
.css-padding{
padding-top: 30px !important;
padding-bottom: 30px !important;
}
.css-margin__0{
margin-top: 0 !important;
}
.css-margin__40{
margin-top: 20px !important;
}
.css-margin__80{
margin-top: 40px !important;
}
@media( min-width: 768px ){
.css-padding{
padding-top: 60px !important;
padding-bottom: 60px !important;
}
.css-margin__40{
margin-top: 40px !important;
}
.css-margin__80{
margin-top: 80px !important;
}
}
@media( min-width: 1400px ) {
    .container,
    .dnd-section > .row-fluid,{
        padding-inline: 56px;
    }
}

.small_width {
  max-width: 900px;
    margin-inline: auto;
}

*, *:before, *:after {
  box-sizing: border-box;
}

/* Objects */

/* Responsive grid */

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

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

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

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

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

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

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

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
/* Corners */
.rounded-border-top{
border-radius: 16px 16px 0 0;
}
@media (min-width: 768px){
.rounded-border-top{
border-radius: 32px 32px 0 0;
}
}

/* margin-padding */
section{
overflow: hidden;
}

.margin-top-small{
     margin-top: 1rem;
}
.margin-top-medium{
margin-top: 2rem;
}
.margin-top-large{
margin-top: 3rem;
}
.padding-small{
padding-top: 1rem;
padding-bottom: 1rem;
}
.padding-medium{
padding-top: 2rem;
padding-bottom: 2rem;
}
.padding-large{
padding-top: 3rem;
padding-bottom: 3rem;
}
@media (min-width: 992px){
     .margin-top-small{
     margin-top: 1.5rem;
     }
     .margin-top-medium{
     margin-top: 2.5rem;
     }
     .margin-top-large{
     margin-top: 3.5rem;
     }
     .padding-small{
     padding-top: 1.5rem;
       padding-bottom: 1.5rem;
     }
     .padding-medium{
     padding-top: 2.5rem;
       padding-bottom: 2.5rem;
     }
     .padding-large{
     padding-top: 3.5rem;
       padding-bottom: 3.5rem;
     }
}
body{
    background-color: var(--clr-blue-royal-light);
}
.body-wrapper{
    max-width: 1680px;
    margin: 0 auto;
}
.container {
/* max width is 1328 (like design) + 2x padding-inline (32px) = 1360: */
max-width: 1360px;
  margin: 0 auto;
  padding-inline: 16px;
}
.default-padding{
    padding-top: 56px;
    padding-bottom: 56px;
}
@media (min-width: 768px){
.default-padding{
    padding-top: 120px;
    padding-bottom: 120px;
}
}
/* Content wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}

/* Drag and drop layout styles */

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

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

/* Components */
body {
  line-height: 1.4;
  overflow-wrap: break-word;
  overflow-x: hidden;
  max-width: 100%;
}

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

/* Paragraphs */

p {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}

/* Lists */

ul,
ol {
  padding-left: 1rem;
  margin: 0;
}

ul li,
ol li {
  /* margin: 0.7rem; */
}

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

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

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 1rem;
  border-left: 10px solid;
  margin: 0;
}

/* Horizontal rules */

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

/* Subscripts and superscripts */

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
h1, .heading-1 {
  font-family: var(--h1-font-family);
  font-size: var(--h1-font-size);
  color: var(--h1-color);
  text-transform: var(--h1-transform);
  font-weight: 500;
}

h2, .heading-2 {
  font-family: var(--h2-font-family);
  font-size: var(--h2-font-size);
  color: var(--h2-color);
  text-transform: var(--h2-transform);
  font-weight: 400;
}

h3, .heading-3 {
  font-family: var(--h3-font-family);
  font-size: var(--h3-font-size);
  color: var(--h3-color);
  text-transform: var(--h3-transform);
  font-weight: 400;
}

h4, .heading-4 {
  font-family: var(--h4-font-family);
  font-size: var(--h4-font-size);
  color: var(--h4-color);
  text-transform: var(--h4-transform);
}

h5, .heading-5 {
  font-family: var(--h5-font-family);
  font-size: var(--h5-font-size);
  color: var(--h5-color);
  text-transform: var(--h5-transform);
  line-height: 36px;
}

h6, .heading-6 {
  font-family: var(--h6-font-family);
  font-size: var(--h6-font-size);
  color: var(--h6-color);
  text-transform: var(--h6-transform);
}

/* svg under title  */
.yellow-block {
  display: block;
  margin-top: 8px;
}
/* Logo */

.widget-type-logo img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.4rem;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
}

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* 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 {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 100%;
  left: 0;
  opacity: 1;
}

/* prettier-ignore */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  top: 0;
  left: 100%;
  opacity: 1;
}

@media (max-width: 767px) {
  /* prettier-ignore */
  .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 {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}
.btn-primary {
  background-color: var(--primary-color);
  color: #1f2937;
  padding: 16px 24px;
  border: none;
  border-radius: 25px;
  font-size: var(--body-font-size);
  font-weight: 500;
line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s;
  text-align: center;
}

.btn-primary:hover {
  background-color: var(--clr-corn-secondary);
}

.btn-secondary {
  background-color: transparent;
  color: var(--clr-blue-midnight);
  padding: 16px 24px;
  border: 1px solid var(--clr-blue-royal-medium-light);
  border-radius: 25px;
  font-size: var(--body-font-size);
  font-weight: 500;
line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
  text-align: center;
}

.btn-secondary:hover {
  background-color: #3b82f6;
  color: #ffffff;
}

.btn-secondary-white{
  border-color: #ffffff;
  color: #ffffff ;
}

.btn-small{
  padding: 12px 24px;
}
/* Contact Card component */

.contact-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: inherit;
  padding-top: 32px;
}

.contact-card--on-light {
  color: var(--clr-blue-midnight);
  border-top-color: rgba(21, 43, 86, 0.12);
}

.contact-card__main {
  display: flex;
  gap: 16px;
  width: 100%;
  align-items: center;
}

.contact-card__media {
  flex-shrink: 0;
  
}

.contact-card__avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  box-shadow: 0 7px 28px 0 rgba(0, 0, 0, 0.25);
}

.contact-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.contact-card__name {
  margin: 0;
  font-family: var(--ff-headings);
  font-size: var(--body-font-size);
  font-weight: 600;
  line-height: 150%;
  color: inherit;
}

.contact-card__title {
  margin: 0;
  font-size: var(--body-font-size);
  line-height: 150%;
  font-weight: 400;
  color: inherit;
}

.contact-card__phone {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-size: var(--body-font-size);
  line-height: 1.5;
  color: inherit;
}

.contact-card__phone-icon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  color: currentColor;
}

.contact-card__phone-link,
.contact-card__phone-text {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}

.contact-card__phone-link:hover,
.contact-card__phone-link:focus {
  text-decoration: underline;
}

.contact-card__actions {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}

.contact-card__button {
  display: inline-flex;
  align-items: center;
  width: max-content;
}

.contact-card__button--cta {
  display: inline-flex;
}

.contact-card__button--cta .hs-cta-node {
  display: inline-flex;
}

.contact-card__link {
  color: inherit;
  font-size: var(--body-font-size);
  line-height: 150%;
  text-decoration: underline;
  font-weight: 400;
  display: none;
  min-width: 210px;
}

.contact-card__link:hover,
.contact-card__link:focus {
  text-decoration: none;
  opacity: 0.85;
}

@media (min-width: 992px) {
  .contact-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }

  .contact-card__main {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
  .contact-card__actions {
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
  }
  .contact-card__link {
    display: block;
  }
}


/* Templates */
.blog-post__wide-image img {
 width: 100%; 
}
.blog-post__body h1 {
    margin-top: 50px; 
  text-align: center;
}



.blog-post__body div {
 display: inline-block; 
}
.hs-blog-post .content-wrapper {
 padding: 0; 
}

/* Date */

.blog-post__timestamp {
  display: block;
  margin-bottom: 0.7rem;
}

/* Author */

.blog-post__author {
  display: flex;
  margin-bottom: 1.4rem;
  align-items: center;
}

.blog-post__author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-post__author-name,
.blog-post__author-name:hover,
.blog-post__author-name:focus,
.blog-post__author-name:active {
  text-decoration: none;
}

/* Content */

.blog-post__body img {
  height: auto;
  max-width: 887px !important;
  margin-right: 30px;
  margin-bottom: 80px;
}
@media (max-width: 768px){
  .blog-post__body img {
  margin-bottom: 20px;
    margin-right: 0;
}
}
.blog-post__body img[style*="float: right"] {
    margin-left: 30px;
    margin-right: 0px;
}

/* Comments */

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus,
.blog-comments .comment-reply-to:active {
  background-color: transparent;
  text-decoration: underline;
}


.blog-post__body ul {
 position: relative; 
  list-style: none;
  margin-left: 15px;
}
.blog-post__body ol {
   margin-left: 15px;
}
.blog-post__body ul li {
  padding-left: 17px
}  
.blog-post__body li:marker {
  display: none;
}

.blog-post__body ul li:before {
  color: var(--clr-black);
    content: "\e91d";
    font-family: icomoon;
    left: 0;
    position: absolute;  
  }

.blog-post-section .card-blog {
padding-bottom: 3.75rem;  
}

@media only screen and (max-width: 1350px){
  .blog-post-section .card-blog,
  .blog-post__meta,
  .blog-post__body {
padding: 0 1.875rem;
  }
}
@media only screen and (max-width: 768px){
.blog-post-section .blog-post .blog-post__body img{
  width: 100% !important;
  }
}

@media screen and (max-width: 1350px) and (min-width: 768px){
  .blog-post-section .blog-post .blog-post__body img{
  width: 50% !important;
  }
}
/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 2.8rem 1.4rem;
}

.systems-page--search-results {
  max-width: 100%;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  margin: 0;
  padding-left: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}

/* Membership pages */

.systems-page .form-container {
  margin-bottom: 1.4rem;
}

#hs-membership-password-requirements ul {
  margin-bottom: 1.4rem;
  padding-left: 0;
}

#hs-membership-password-requirements ul li {
  line-height: 1.4;
  margin: 0;
}

.systems-page .hs-login-widget-show-password,
.systems-page .hs-register-widget-show-password,
.systems-page .hs-reset-widget-show-password {
  display: block;
  margin-bottom: 0.7rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}
/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 2.8rem 1.4rem;
}

/* Password Prompt */

.password-prompt input[type='password'] {
  height: auto !important; /* stylelint-disable-line declaration-no-important */
  margin-bottom: 1.4rem;
}
/* Error pages */

.error-page {
  position: relative;
  padding: 9.8rem 0;
  text-align: center;
}

.error-page:before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #f3f6f9;
  content: attr(data-error);
  font-size: 40vw;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  max-width: 700px;
  padding: 2.8rem 1.4rem;
  margin: 0 auto;
}

.systems-page--search-results {
  max-width: 100%;
}

.systems-page .success {
  display: inline-block;
  width: 100%;
  padding: 0.35rem 0.7rem;
  border: 1px solid #4f7d24;
  margin: 1.4rem 0;
  background-color: #cde3cc;
  color: #4f7d24;
}

/* Search pages */

.hs-search-results__title {
  margin-bottom: 0.35rem;
  font-size: 1.5rem;
  text-decoration: underline;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important; /* stylelint-disable-line declaration-no-important */
}

.backup-unsubscribe input[type='email'] {
  margin-bottom: 1.4rem;
}

/* Subscription preferences */

form#email-prefs-form .header {
  background-color: transparent;
}

form#email-prefs-form .item.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

form#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}

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

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

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

@media (max-width: 768px){
  .padding-mobile {
  padding-inline: 1.875rem;
  }
}
/* stylelint-enable declaration-no-important */

/* Layouts */
/* Navigation skipper */

.header__skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  overflow: hidden;
  height: 1px;
  width: 1px;
  text-align: left;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}

.header {
  position: relative;
  background-color: var(--clr-white);
  z-index: 500;
    box-shadow: 0 3px 6px #0000000B;
}

.header__logo {
  margin-block: 13px 0;
}

@media (max-width:900px) {
  .header__menu--desktop {
    display: none;
  }

  .header__menu-toggle--close {
    background-color: var(--clr-black);
    min-width: 4rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 16px;
  }
   .header__menu-toggle--close.no-button {
      padding-left: 16px;
  }
  .header__menu-toggle--close svg {
    fill: var(--clr-white);
  }

  .header__menu-toggle--open {
    order: 2;
  }

  .header__menu--mobile {
    display: none;
  }

  .header__button-col {
    display: block;
    background-color: var(--primary-color);
    order: -1;
  }

  .header__button-col a {
    text-decoration: none;
    font-weight: 700;
  }
}

@media (min-width:900px) {
  .header__logo-col {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .header__menu .hs_cos_wrapper_type_cta {
    display: flex;
    margin-top: 6px;
  }
  .header__wrapper {
    display: flex;
    min-height: 100px;
    justify-content: space-between;
  }
  .header__menu--desktop {
    display: grid;
    grid-template-columns: 4fr 100px auto;
  }
  .header__menu--desktop .btn__login,
  .header__menu--desktop .header__menu-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
  }

  .header__menu-col {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .header__menu-toggle--open {
    display: none;
  }

  .header__menu-toggle--close {
    display: none;
    z-index: 99;
  }

  .header__menu--mobile {
    position: absolute;
    display: none;
  }

  .header__menu--desktop a {
    text-decoration: none;
    font-weight: 700;
  }

  .header__button-col {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    text-decoration: none;

  }

  .header__button-col a {
    text-decoration: none;
    font-weight: 700;
    background-color: var(--primary-color);
    min-height: 3.12rem;
    padding-inline: 1.25rem;
    padding-block: 1rem;
    border-radius: 4px;
    border-right: 3px solid var(--clr-black);
    border-bottom: 3px solid var(--clr-black);
  }
}

/* Layout */

.header__container {
  position: relative;
}

.header__wrapper {
  display: flex;
  margin: 0 auto;
  align-items: center;
}

.header__top {
  padding: 0.7rem 0;
}

.header__bottom {
  padding: 0;
}

@media (max-width: 900px) {
  .header__top {
    display: none;
  }

  .header__bottom {
    padding: 0;
  }
  .header__menu-wrapper {
    flex-grow: 1;
    background-color: var(--clr-white);
    padding-top: 1rem;
    text-align: left;
  }

  .header__wrapper {
    padding-inline: 1.5rem;
  }
  .header__menu--desktop .hs-cta-wrapper,
  .header__menu--desktop .btn__login {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header__container .hs-cta-wrapper {
    padding-left: 34px; 
  }
}
/* Layout - left */

.header__container--left .header__language-switcher-col {
  margin-left: auto;
}

.header__container--left .header__wrapper--bottom {
  justify-content: space-between;
}

.header__container--left .header__menu-col {
 /* margin-left: auto; */
  text-align: left;
  justify-content: right;
}


@media (min-width: 900px) {
  .header__container--left .header__menu-col {
   /* flex: 2 0 0; */
  }
}

/* Layout - centered */


.header__container--centered .header__wrapper--bottom {
  flex-wrap: wrap;
  text-align: center;
}

.header__container--centered .header__logo-col {
  width: 100%;
  margin-bottom: 1.4rem;
}

.header__container--centered .header__menu-col {
  width: 100%;

}

@media (max-width: 900px) {
  .header__container--centered .header__wrapper--bottom {
    justify-content: space-around;
    text-align: left;
  }

  .header__container--centered .header__logo-col,
  .header__container--centered .header__menu-col {
    width: auto;
    margin-bottom: 0;
  }
}

/* Language switcher */

.header__language-switcher {
  position: relative;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

/* Language switcher - top level menu item */

.header__language-switcher-label {
  display: flex;
}

.header__language-switcher-current-label {
  display: flex;
  margin-bottom: 5px;
  margin-left: 0.5rem;
  align-items: center;
}

.header__language-switcher-child-toggle svg {
  height: 15px;
  width: 15px;
  margin-left: 0.35rem;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  position: absolute;
  z-index: 99;
  top: 100%;
  right: 0;
  left: auto;
  display: block;
  width: 200px;
  padding: 0;
  border-style: solid;
  border-width: 1px;
  opacity: 0;
  text-align: left;
  transform: none;
  visibility: hidden;
}

.header__language-switcher-label--open .lang_list_class,
.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  padding: 0;
  border: none;
  margin: 0;
}

.header__language-switcher .lang_list_class li:first-child {
  padding-top: 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.header__language-switcher .lang_list_class .lang_switcher_link {
  display: inline-flex;
  width: 100%;
  padding: 0.7rem 1rem;
}

@media (max-width: 767px) {
  .header__language-switcher .lang_list_class {
    position: static;
    display: none;
    width: 100%;
    border: none;
  }

  .header__language-switcher-label--open .lang_list_class {
    display: block;
  }

  .header__language-switcher-current-label {
    display: block;
    width: 80%;
    padding: 0.7rem 0 0.7rem 1rem;
    margin: 0;
    order: 1;
  }

  .header__language-switcher .globe_class {
    height: auto;
    width: 100%;
  }

  .header__language-switcher-label {
    display: flex;
    flex-wrap: wrap;
  }

  .hs_cos_wrapper_type_language_switcher {
    width: 100%;
  }
}

/* Language switcher - icons */

@media (max-width: 767px) {
  .header__language-switcher-child-toggle,
  .header__language-switcher-child-toggle:hover,
  .header__language-switcher-child-toggle:focus,
  .header__language-switcher-child-toggle:active {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    padding: 10px 30px;
    border: 0;
    cursor: pointer;
  }

  .header__language-switcher-child-toggle svg {
    margin-left: 0;
  }

  .header__language-switcher-child-toggle--open svg {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    transition: transform 0.4s;
  }
}

/* Logo */
.header__logo img {
  height: 48px;
  max-width: 100%;
}
@media (min-width: 768px){
.header__logo img {
  height: 70px;
}
}


/* Menu */

.header__menu-container--mobile {
  display: none;
}

.header__menu--mobile {
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%;
  min-height: 100vh;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: transform 300ms cubic-bezier(.2, 0, .2, 1);

}

.header__menu--mobile.active {
  transform: translateX(0);
}
@media (max-width: 900px) {
  .header__menu--desktop {
    display: none;
  }
  .header__menu--mobile.active,
  .header__menu-container--mobile {
    display: flex;
  }

  .header__menu--show {
    display: block;
  }
}

/* Menu items */

li.header__menu-item {
  position: relative;
  display: inline-flex;
  margin-top: 5px;
  line-height: 32px;
}

@media (max-width: 900px) {
  .header__menu-item {
    display: block;
    width: 100%;
    text-align: left;
  }

  .header__menu-link {
    display: block;
    width: 100%;
    padding: 0.7rem 1rem;
  }

  .header__menu-item--has-submenu .header__menu-link {
    width: 80%;
  }
}

/* Menu items - top level */

@media (max-width: 900px) {
  .header__menu-item--depth-1 {
    padding: 0;
  }
}

/* Menu items - submenus */

.header__menu-submenu {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: -1px;
  display: none;
  width: 200px;
  border-style: solid;
  border-width: 1px;
  text-align: left;
}

.header__menu-item--open > .header__menu-submenu {
  display: block;
}

.header__menu-item--depth-1:last-child > .header__menu-submenu {
  right: 0;
  left: auto;
}

.header__menu-submenu--level-3 {
  top: 0;
  left: 100%;
}

/* prettier-ignore */
.header__menu-item--depth-1:nth-last-child(-n + 2) .header__menu-submenu--level-3 {
  top: 0;
  right: 100%;
  left: auto;
}

.header__menu-submenu .header__menu-item {
  width: 100%;
  background-color: inherit;
}

.header__menu-submenu .header__menu-link {
  display: inline-flex;
  padding: 0.7rem 1rem;
}

.header__menu-item--depth-3 > .header__menu-link {
  margin-left: 10px;
}

.header__menu-item--depth-4 > .header__menu-link {
  margin-left: 20px;
}

.header__menu-item--depth-5 > .header__menu-link,
.header__menu-item--depth-6 > .header__menu-link,
.header__menu-item--depth-7 > .header__menu-link,
.header__menu-item--depth-8 > .header__menu-link,
.header__menu-item--depth-9 > .header__menu-link,
.header__menu-item--depth-10 > .header__menu-link {
  margin-left: 30px;
}


@media (max-width: 900px) {
  /* prettier-ignore */
  .header__menu-submenu,
  .header__menu-submenu--level-3,
  .header__menu-item--depth-1:nth-last-child(-n + 2) .header__menu-submenu--level-3 {
    position: static;
    width: 100%;
    border: none;
  }
}

/* Menu icons */

@media (min-width: 900px) {
  .header__menu-submenu .header__menu-child-toggle {
    padding: 0.7rem 1rem;
    margin-left: auto;
  }
}

.header__menu-child-toggle svg {
  height: 15px;
  width: 15px;
  margin-left: 0.35rem;
}


.header__menu-toggle svg {
  height: 26px;
  width: 26px;
}
.header__menu-col .btn__login li{
  padding: 0.7rem 1rem;
}

@media (max-width: 900px) {
  .header__menu-child-toggle,
  .header__menu-child-toggle:hover,
  .header__menu-child-toggle:focus,
  .header__menu-child-toggle:active {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    min-width: 75px;
    padding: 10px 30px;
    border: 0;
    cursor: pointer;
  }

  .header__menu-child-toggle svg {
    margin-left: 0;
  }

  .header__menu-child-toggle--open svg {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    transition: transform 0.4s;
  }

  .header__menu-toggle--show {
    display: block;
    width: 60px;
    height: 60px;
  }
}
.header__secondary-menu a,
.header__menu-col .btn__login li,
a.header__menu-link  {
  text-decoration: none; 
  padding: 1.1rem 0.4rem;
}
.header__secondary-menu a:hover,
.header__menu-col .btn__login:hover li,
a.header__menu-link:hover {
  text-decoration: underline;
}
.header__menu-col .btn__login {
  cursor: pointer;
}
.btn__login ul {
  padding-left: 0; 
}

@media (max-width:900px) {
  .header__menu-col .btn__login {
    margin: 0;
  }

  .header__menu-col .btn__login li,
  a.header__menu-link {
    position: relative;
    text-decoration: none;
    padding: 0.9rem 2rem;
    font-weight: 700;
    font-size: var(--fs-20);
    font-family: var(--ff-text);
    color: var(--clr-black);
  }
  .header__menu-col .btn__login li::after,
  a.header__menu-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 2rem;
    width: 82%;
    background-color: var(--clr-gray-soft);
  }
  .header__menu-wrapper .hs-cta-wrapper {
    padding: 0rem 2rem;
  }
}
@media (min-width: 900px) and (max-width: 950px) {
  .header__menu-col .btn__login li,
  a.header__menu-link {
    padding: 1rem 0.5rem;
  }
  .header__menu-col .btn__login:hover li,
  a.header__menu-link:hover {
    padding: 0.7rem 0.5rem;
  }
}



.header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 4;
  background-color: hsla(0, 0%, 0%, 0.7);
}



@media (max-width:900px) {
  .header__overlay.active {
    display: block;
  }
  .header__menu-button {
    padding-top: 3rem;
    display: flex;
    justify-content: flex-start;

  }

  .header__menu-button span {
    margin-left: -0.2rem;
  }

  .header__menu-logo {
    margin-top: 12rem;
    padding-inline: 2rem;
    padding-bottom: 2.375rem;
  }

  .cta2wrapper {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header__wrapper{
    margin-inline: 2rem; 
  }
}
.rating-score svg {
  width: 15px;
  height: 15px;
}

.rating-score .star{
  list-style: none;
}
.rating-score .star-bg svg{
  fill: transparent; 
}
.rating-score .star-fg svg{
  fill: var(--primary-color);

}

.rating-score svg path {
  stroke: var(--primary-color); /* Border color */
  stroke-width: 13px; /* Border width */
}
.grid-testimonials .star {
  position: relative;
  width: 15px; /* Adjust as needed */
  height: 15px; /* Adjust as needed */
}


.grid-testimonials .star .star-bg, .star .star-fg {
  position: absolute;
  width: 100%;
}

.star .star-fg {
  overflow: hidden;
}
.rating-score_stars{
  align-items: flex-start;
  display: inline-flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__review-col .rating-score_stars .star{
  list-style: none;
}
.header__review-col .rating-score_stars .star-bg svg{
  fill: transparent; 
}
.header__review-col .rating-score_stars .star-fg svg{
  fill: var(--primary-color);

}

.header__review-col .rating-score_stars svg path {
  stroke: var(--primary-color); /* Border color */
  stroke-width: 13px; /* Border width */
}

.header__review-col .star {
  position: relative;
  list-style-type: none;
}

.header__review-col .star .star-bg, .star .star-fg {
  position: absolute;
  width: 100%;
}

.header__review-col .star .star-fg {
  overflow: hidden;
}
.header__container .header__review-col .star, .header__container .header__review-col .star svg{
  width: 1rem;
  height: 1rem;
}

.header__review-col{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 0rem;
  width: auto;
}
.header__review-col__rating{
  font-size: var(--fs-14);
  list-style-type: none;
}
.header__review-col p{
  margin: 0;
  font-size: var(--fs-14);
  text-align: center;

}
.header__wrapper--bottom{
  gap:2rem;
}
@media (min-width: 768px){
  .header__review-col{
    margin-top: 10px;
  }
}
@media (max-width: 992px){
  .header__menu-toggle pre {
    font-family: Archivo;
    font-size: 14px;
    line-height: 15px;
    margin-top: 0;
  }
  .header__menu-toggle i {
          font-size: 20px;
        margin-top: 14px;
        margin-left: 8px;
  }
  .header__logo {
    max-width: 100px; 
  }
  .header__container .header__review-col .star, .header__container .header__review-col .star svg{
    width: 15px;
    height: 15px
  }
  .header__review-col p, .header__review-col__rating{
    font-size: var(--fs-11);
  }
  .header__review-col__rating{
  padding-top: 3px;
  }
}

@media (max-width: 900px){
      .header__menu-wrapper .cta_button {
    margin-left: 30px; 
  }
  .header__menu-wrapper.no-list {
    margin-bottom: 30px; 
  }
}


.card-coach__wrapper .rating-score_stars .star,
.header__review-col .rating-score_stars .star{
  list-style: none;
}
.card-coach__wrapper .rating-score_stars .star-bg svg,
.header__review-col .rating-score_stars .star-bg svg{
  fill: transparent; 
} 
.card-coach__wrapper .rating-score_stars .star-fg svg,
.header__review-col .rating-score_stars .star-fg svg{
  fill: var(--primary-color);

}
.card-coach__wrapper .rating-score_stars svg path,
.header__review-col .rating-score_stars svg path {
  stroke: var(--primary-color);
  stroke-width: 13px;
}
.card-coach__wrapper .star,
.header__review-col .star {
  position: relative;
  list-style-type: none;
}
.card-coach__wrapper .star .star-bg, .star .star-fg,
.header__review-col .star .star-bg, .star .star-fg {
  position: absolute;
  width: 100%;
}
.card-coach__wrapper .star .star-fg,
.header__review-col .star .star-fg {
  overflow: hidden;
}

.header__container .header__review-col .star, .header__container .header__review-col .star svg{
  width: 1rem;
  height: 1rem;
}
.card-coach__wrapper .star,
.card-coach__wrapper .star svg {
    height: 1.2rem;
    width: 1.2rem;
}
.footer {
  background-color: var(--clr-white);
  color: var(--clr-black);
}

.footer__top {
  grid-template-columns: 1fr;
  display: grid;
  padding: 48px 0;
}
.footer__links li {
margin-bottom: 1px;
}

@media (min-width: 1000px) {
  .footer__top {
    grid-template-columns: 2fr 1fr 1fr;
    padding: 64px 0;
  }
}
.footer h3 {
  font-size: 32px;
}

.footer .footer__block p {
  line-height: 24px;
  max-width: 440px;
  color: var(--color-mine-shaft-600);
  margin-block: 16px;
}

.footer__links ul {
  padding-left: 0;
}
.footer__links .hs-menu-wrapper ul {
  display: block;
}
.footer__links li {
  list-style-type: none;
}

.footer__links {
  margin-top: 14px;
  position: relative;
}

.footer__links a {
  color: var(--color-mine-shaft-600, #5D5D5D);
  text-decoration: none;
  text-align: left;
  max-width: 250px;
  display: block;
}

.footer__links a:hover {
  text-decoration: underline;
}

.footer__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 16px 0;
}

.footer__bottom a,
.footer__bottom p {
  color: ;
  margin-bottom: 0;
}
.footer__bottom a {
text-decoration: underline;
}
.footer__top {
  border-bottom: 1px solid #DAEEFF;
}

.footer-bottom a {
  text-decoration: none; 
}
.footer__image img,
.footer__image {
  width: 57px;
}
.footer__bottom-left {
  display: grid;
  grid-template-columns: 57px 1fr;
  align-content: center;     
}
.footer__bottom-left p {
  line-height: 20px;
  margin-left: 5px;
  margin-top: 13px;
}
.footer__bottom-right {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 30px;
  justify-content: end;
}
.footer__bottom-right a {
  margin-right: 10px;
}
.footer__box {
  display: flex;
  flex-direction: row;
}
.footer__box .icon-box {
  margin-left: 24px;
  margin-top: 13px;
}
.footer__box .fa-linkedin {
  color: #007EBB;
   font-size: 31px;
}
@media (max-width: 768px){
  .footer__image img,
  .footer__image {
    margin: 0 auto;
  }
  .footer__bottom {
    align-items: center; 
    margin-top: 24px;
    margin-bottom: 8px;
    grid-template-columns: 1fr;
  }
  .footer__bottom-right,
  .footer__bottom-left {
    align-self: center; 
    text-align: center;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .footer .footer__block {
    margin-bottom: 0rem;
  }
  .footer .icon-box {
    width: 40px;
    height: 40px;
  }
  .footer__bottom a,
  .footer__bottom p {
    text-align: center;
    padding-bottom: 16px;
    display: block;
  }
}
@media (min-width: 300px) and (max-width: 1000px){
  .footer__top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .footer__col:nth-of-type(1) { grid-area: 1 / 1 / 2 / 3; }
  .footer__col:nth-of-type(2) { grid-area: 2 / 1 / 3 / 2; }
  .footer__col:nth-of-type(3) { grid-area: 2 / 2 / 3 / 3; }

}


.legal-consent-container .hs-richtext p,
.legal-consent-container .hs-richtext {
  margin-bottom: 5px;
    line-height: 1rem;
}
.legal-consent-container .hs-form-booleancheckbox-display {
 margin-bottom: 30px; 
}
.legal-consent-container .hs-form-booleancheckbox-display span {
line-height: 1rem;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
 font-weight: 300; 
  font-size: 0.8rem;
  line-height: 1rem;
}
.legal-consent-container .hs-input[type=checkbox] {
  appearance:auto;
  width: 0.8rem !important;
  margin-top: 0;
  margin-right: 0;
}