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


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


@media (min-width: 640px){

  .content-wrapper,
  .dnd-section > .row-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

}


@media (min-width: 960px){

  .content-wrapper,
  .dnd-section > .row-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }

}





@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {font-family: 'Gordita-Regular';
  src: url(https://20528539.fs1.hubspotusercontent-na1.net/hubfs/20528539/raw_assets/public/Easy_On_Hold_April2022/fonts/Gordita-Regular.woff2) format('woff2'),
    url(https://20528539.fs1.hubspotusercontent-na1.net/hubfs/20528539/raw_assets/public/Easy_On_Hold_April2022/fonts/Gordita-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {font-family: 'Gordita-Bold';
  src: url(https://20528539.fs1.hubspotusercontent-na1.net/hubfs/20528539/raw_assets/public/Easy_On_Hold_April2022/fonts/Gordita-Bold.woff2) format('woff2'),
    url(https://20528539.fs1.hubspotusercontent-na1.net/hubfs/20528539/raw_assets/public/Easy_On_Hold_April2022/fonts/Gordita-Bold.woff) format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}


[class*='uk-animation-'] {
  animation: 0.5s ease-out both;
}

.uk-animation-slide-top{animation-name: uk-fade, uk-slide-top;}

.uk-animation-slide-bottom {animation-name: uk-fade, uk-slide-bottom;}

.uk-animation-slide-top {
  animation-name: uk-fade, uk-slide-top;
}

.uk-animation-slide-left-small {animation-name: uk-fade, uk-slide-left-small;}

.uk-animation-slide-right-small {animation-name: uk-fade, uk-slide-right-small;}


.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}





@keyframes uk-fade {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes uk-slide-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}



@keyframes uk-slide-bottom {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
    opacity:0;
  }
}


@keyframes uk-slide-left-small{
  0% {
    transform: translateX(-10px)
  }
  100% {
    transform: translateX(0)
  }
}

@keyframes uk-slide-right-small{
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(10px);
    opacity:0;
  }
}



body {
  line-height: 1.5;
  word-break: break-word;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
  margin: 0 0 20px 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
}

/* Headings */

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

h1{
  line-height:1.2;
}

h2{
  line-height:1.3;
}


/* Lists */

ul,
ol {
  margin:20px 0;
  padding:0;
  padding-left:30px;
}

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 20px 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-style: italic;
}

/* Horizontal rules */

hr {
  overflow: visible;
  text-align: inherit;
  margin: 0 0 20px 0;
  border: 0;
  border-top: 1px solid #e5e5e5;
}

svg {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1rem;
}

/* Labels */

form label {
  font-size: var(--step--1);
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea,
select{
  box-sizing: border-box;
  padding: 0 15px !Important;
  min-height: 27px;
  font: inherit;
  overflow: visible;
  -webkit-appearance: none;
  max-width: 100%;
  width: 100%;
  border-style:solid;
  transition: 0.2s ease-in-out;
  transition-property: color, background-color, border;
  height: 40px !Important;
  vertical-align: middle;
  display: inline-block;
}

form textarea {
  padding:10px 15px !important;
}

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

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg, .hs-error-msgs label {
    margin-top: 0;
    color: #DB1C3B !important;
    font-size: 0.75rem !important;
}
/* Submit button */

form input[type=submit],
form .hs-button ,
form button{
  box-sizing: border-box;
  border: none;
  overflow: visible;
  font: inherit;
  margin:10px 0;
  cursor: pointer;
  vertical-align: middle;
  font-size: var(--step--1);
  line-height: 1.5;
  text-align: center;
  font-family: 'Gordita-Bold';
  display: inline-block;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}


form input[type=submit]:hover,
form .hs-button:hover,
form button:hover{
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


input#hs-login-widget-remember {
  float: left;
  height:auto !important;
  margin-top: 8px;
}

ul.no-list.hs-error-msgs {
    padding-left: 0!important;
    margin: 5px 0!important;
}




@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: auto;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
:root {
  --f--2-min: 11.11;
  --f--2-max: 11.52;
  --step--2: calc( ((var(--f--2-min) / 16) * 1rem) + (var(--f--2-max) - var(--f--2-min)) * var(--fluid-bp) );
  --f--1-min: 13.33;
  --f--1-max: 14.40;
  --step--1: calc( ((var(--f--1-min) / 16) * 1rem) + (var(--f--1-max) - var(--f--1-min)) * var(--fluid-bp) );
  --f-0-min: 16.00;
  --f-0-max: 18.00;
  --step-0: calc( ((var(--f-0-min) / 16) * 1rem) + (var(--f-0-max) - var(--f-0-min)) * var(--fluid-bp) );
  --f-1-min: 19.20;
  --f-1-max: 22.50;
  --step-1: calc( ((var(--f-1-min) / 16) * 1rem) + (var(--f-1-max) - var(--f-1-min)) * var(--fluid-bp) );
  --f-2-min: 23.04;
  --f-2-max: 28.13;
  --step-2: calc( ((var(--f-2-min) / 16) * 1rem) + (var(--f-2-max) - var(--f-2-min)) * var(--fluid-bp) );
  --f-3-min: 27.65;
  --f-3-max: 35.16;
  --step-3: calc( ((var(--f-3-min) / 16) * 1rem) + (var(--f-3-max) - var(--f-3-min)) * var(--fluid-bp) );
  --f-4-min: 33.18;
  --f-4-max: 43.95;
  --step-4: calc( ((var(--f-4-min) / 16) * 1rem) + (var(--f-4-max) - var(--f-4-min)) * var(--fluid-bp) );
  --f-5-min: 39.81;
  --f-5-max: 54.93;
  --step-5: calc( ((var(--f-5-min) / 16) * 1rem) + (var(--f-5-max) - var(--f-5-min)) * var(--fluid-bp) );
  --f-6-min: 47.78;
  --f-6-max: 68.66;
  --step-6: calc( ((var(--f-6-min) / 16) * 1rem) + (var(--f-6-max) - var(--f-6-min)) * var(--fluid-bp) );
  --f-7-min: 57.33;
  --f-7-max: 85.83;
  --step-7: calc( ((var(--f-7-min) / 16) * 1rem) + (var(--f-7-max) - var(--f-7-min)) * var(--fluid-bp) );
  --f-8-min: 68.80;
  --f-8-max: 107.29;
  --step-8: calc( ((var(--f-8-min) / 16) * 1rem) + (var(--f-8-max) - var(--f-8-min)) * var(--fluid-bp) );
  --f-9-min: 82.56;
  --f-9-max: 134.11;
  --step-9: calc( ((var(--f-9-min) / 16) * 1rem) + (var(--f-9-max) - var(--f-9-min)) * var(--fluid-bp) );
  --f-10-min: 99.07;
  --f-10-max: 167.64;
  --step-10: calc( ((var(--f-10-min) / 16) * 1rem) + (var(--f-10-max) - var(--f-10-min)) * var(--fluid-bp) );

  --uk-position-margin-offset: 0px;
}

:root {
  --fluid-min-width: 320;
  --fluid-max-width: 1600;
  --fluid-screen: 100vw;
  --fluid-bp: calc( (var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) / (var(--fluid-max-width) - var(--fluid-min-width)) );
}





header.header {
  box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
  position: relative;
  z-index:99;
}

.header>.content-wrapper{
  box-sizing: content-box;
}

.navbar {
  padding: 15px 0;
  display: flex;
  width:100%;
}

.nav-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.custom-logo {
  margin-right: 25px;
  position: relative;
  z-index: 2;
}

.custom-logo a {
  font-size: 1.5rem;
  font-family: "Gordita-Regular", "Helvetica Neue", "Helvetica";
  color: #000000;
  display:block;
  text-decoration: none;
}

.custom-logo img {
  padding: 15px;
  width: 85px !important;
  padding-left: 0;
}

.header .custom-menu-primary ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.header .custom-menu-primary .level-1 {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: solid 1px #DB1C3B;
  z-index:100
}



.header .custom-menu-primary .level-1>li>a{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25em;
  box-sizing: border-box;
  min-height: 45px;
  padding: 0 15px;
  font-family: "Gordita-Regular", "Helvetica Neue", "Helvetica";
  text-decoration: none;
  padding: 0 25px;
  color:#000;
  font-size: var(--step--1);
}

.header .custom-menu-primary .level-1>li:last-child>a {
  padding-right: 0;
}
.header .custom-menu-primary .level-1>li:hover>a{
  color:#DB1C3B
}

.header .custom-menu-primary .level-1>li:hover>a svg{
  transform: rotate(180deg);
}

.header .custom-menu-primary .level-1>li:first-child > a {
  padding-left: 0;
}

.header .custom-menu-primary .submenu-toggle,
.header .custom-menu-primary .menu-arrow{
  display:none
}

.nav-right {
  display: flex;
  align-items: center;
  margin-left: auto;
  flex-wrap: wrap;
  z-index:1500
}

.nav-right ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25em;
  box-sizing: border-box;
  min-height: 45px;
  padding: 0 15px;
  font-family: 'Gordita-Bold';
  padding-top: 2px;
  min-width: 135px;
  color: #000000;
  border-radius: 500px;
  border: solid 1px #8D07FF;
  margin: 0;
  font-size: var(--step--1);
  line-height: 1.5;
  text-align: center;
  margin-right: 10px;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.header-btn a:hover{
  background-color: #6205B2;
  color: #ffffff;
  border: solid 1px #6205B2;
}

.header-cta .cta_button {
  font-family: 'Gordita-Bold';
  min-width: 135px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25em;
  box-sizing: border-box !important;
  min-height: 45px;
  padding: 0 15px;
  padding-top: 2px;
  font-size: var(--step--1);
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border-radius: 500px;
  background-color: #8D07FF;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.header-cta .cta_button:hover,
.header-cta .cta_button:focus{
  background-color: #6205B2;
  color: #fff;
}


.feather-chevron-down {
  transition: all 0.2s ease-in-out;
}

.header .submenu-dropdown{
  display: block;
  padding: 15px;
  background: #F6F7F8;
  color: #808C8F;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  left: 0;
  width: 100%;
  padding-top:19px;
  opacity: 0;
  visibility: hidden;
  transform: translatey(-10px);
  transition: all .6s ease;
  margin-top: 0;
  top: 72%;
}

.header .custom-menu-primary .level-1>li:hover .submenu-dropdown{
  opacity: 1;
  visibility: visible;
  transform: translatey(0);
  z-index:2;
}


.header .submenu-content{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  display: flow-root;
  box-sizing: content-box;
}


.header .custom-menu-primary .submenu.level-2 {
  display: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -30px;
}


.header .custom-menu-primary .level-1>li:hover .submenu-dropdown .submenu.level-2{
  display:flex
}

.header .custom-menu-primary .submenu.level-2>li {
  width: 20%;
  padding-left: 30px;
}

.header .custom-menu-primary .submenu.level-2>li>a {
  display: none;
}

.header .custom-menu-primary .submenu.level-3 {
  padding-top: 5px;
}

.header .custom-menu-primary .submenu.level-3 li a {
  align-items: center;
  column-gap: 0.25em;
  text-decoration: none;
  padding: 10px 13px;
  color: #808C8F;
  display: inline-block;
  font-size: var(--step--1);
}

.header .custom-menu-primary .submenu.level-3 li a:hover{
  color: #000000;
  background-color: #F6F7F8;
  border-radius: 500px;
}

.navbar-toggle{
  display: none;
  justify-content: center;
  align-items: center;
  column-gap: 0.25em;
  box-sizing: border-box;
  min-height: 45px;
  padding: 0 15px;
  font-family: "Gordita-Regular", "Helvetica Neue", "Helvetica";
  text-decoration: none;
  color: #000000;
  padding-right:0;
  font-size: var(--step--1);
}

.navbar-toggle:hover{
  color: #DB1C3B;
  text-decoration: none;
}

.mobile-menu-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  opacity: 0;
  visibility:hidden;
  pointer-events:none;
  transition: all .15s linear;
  padding: 0;
  background: none;
}

.dialog-inner{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  padding: 40px;
  position: relative;
  max-width: calc(100% - 0.01px);
  background: #fff;
  width: 100%;
  min-height: calc(100vh);
}

.mobile-menu-dialog .modal-close{
  position: absolute;
  z-index: 1010;
  top: 10px;
  right: 10px;
  padding: 5px;
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
  color: #999;
}

.mobile-menu-dialog .modal-close svg line{
  stroke: currentcolor;
}

.mobile-menu-dialog .modal-close:hover{
  color: #4d4d4d;
}

.mobile-menu-dialog .custom-logo{
  margin-right:0;
  margin-bottom:20px;
}

.mobile-menu-dialog .custom-logo img{
  width:150px !important;
  padding:0;
}

.mobile-menu-dialog ul{
  padding:0;
  margin:0;
  list-style-type:none
}

.mobile-menu-dialog .hs-menu-wrapper>ul{
  text-align: center;
}

.menu-active .mobile-menu-dialog .hs-menu-wrapper>ul{
  animation-name: uk-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}

.mobile-menu-dialog .hs-menu-wrapper>ul>li{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}

.mobile-menu-dialog .hs-menu-wrapper>ul>li:first-child{
  margin-top: 0;
  padding-top: 0;
  border:0;
}

.mobile-menu-dialog .hs-menu-wrapper>ul>li>a{
  padding: 5px 0;
  color: #000000;
  display:block;
  align-items: center;
  column-gap: 0.25em;
  text-decoration: none;
  font-size: var(--step-1);
  line-height: 1.5;
}

.mobile-menu-dialog .hs-menu-wrapper>ul>li ul{
  padding: 5px 0 5px 15px;
  padding-left:0;
  display:none
}


.mobile-menu-dialog .hs-menu-wrapper>ul>li ul li a{
  align-items: center;
  column-gap: 0.25em;
  text-decoration: none;
  padding: 5px 0;
  display:block;
  color: #808C8F;
  font-size: var(--step-0);
}


.mobile-menu-dialog .hs-menu-wrapper>ul>li ul li a:hover{
  color: #000000;
}

body.menu-active{
  overflow:hidden;
}

body.menu-active .mobile-menu-dialog{
  opacity: 1;
  visibility:visible;
  pointer-events:all;
}

.mobile-links{
  display:none
}

.mobile-widget {
  align-items: center;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.mobile-widget .contact-links ul {
  display: flex;
  align-items: center;
}

.mobile-widget .contact-links a {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-family: 'Gordita-Bold';
  flex-direction: column;
  color:#4d4d4d;
}

.mobile-widget .contact-links p {
  margin: 0;
  margin-top: 10px;
  color: inherit;
  font-size: var(--step-0);
}

.mobile-widget .contact-links a:hover{
  color:#999;
}

.mobile-widget .contact-links svg {
  fill: currentcolor;
}


.mobile-widget .demo-btn a {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: var(--step--1);
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  padding: 15px 30px;
  padding-top: 17px;
  font-family: 'Gordita-Bold';
  border-radius: 500px;
  background-color: #DB1C3B;
  color: #ffffff;
}

.mobile-widget .demo-btn a:hover {
  background-color: #9A152C;
  color: #ffffff;
}


.nav_backdrop {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100vh;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 105px;
  z-index: 2;
  width: 100%;
  overflow: hidden;
}


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

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

  .navbar-toggle{
    display:flex;
  }

  :root {
    --f-1-min: 19.20;
    --f-1-max: 22.50;
    --fluid-min-width: 320;
    --fluid-max-width: 1600;
    --fluid-screen: 100vw;
    --fluid-bp: calc( (var(--fluid-screen) - var(--fluid-min-width) / 16 * 1rem) / (var(--fluid-max-width) - var(--fluid-min-width)) );
    --step-1: calc( ((var(--f-1-min) / 16) * 1rem) + (var(--f-1-max) - var(--f-1-min)) * var(--fluid-bp) );

  }


}


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


  .nav-right .btn-list {
    display: none;
  }

  .mobile-links{
    display:block;
  }

  .mobile-links ul{
    margin:20px 0;
  }
  .mobile-links ul li{
    margin-right: 20px;
  }

  .mobile-links ul li:last-child{
    margin-right: 10px;
  }

  .mobile-links ul li:before{
    content: '';
    position: relative;
    left: -30px;
    width: 30px;
    height: 1.5em;
    margin-bottom: -1.5em;
    display: list-item;
    list-style-position: inside;
    text-align: right;
  }


}
footer.footer {
  display: flow-root;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: var(--step-0);
}

footer.footer .content-wrapper{
  display: flow-root;
  box-sizing: content-box;
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: var(--step--1);
  line-height: 1.5;
}

.footer-menu .hs-menu-wrapper>ul {
  display: flex;
  flex-wrap: wrap;
  margin-left:-40px
}

.footer-menu .hs-menu-wrapper>ul>li{
  padding-left: 40px;
  width: 50%;
}

.footer-menu .hs-menu-wrapper>ul>li:nth-child(5)>a {
    visibility: hidden;
}

.footer-menu .hs-menu-wrapper>ul>li>a{
  font-family: 'Gordita-Bold';
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-menu .hs-menu-children-wrapper li a {
  color: #808C8F;
  padding: 5px 0;
  display: flex;
  align-items: center;
  column-gap: 0.25em;
  text-decoration: none;
}


.footer .row-flex{
  margin-top:40px;
  align-items: center;
  flex-wrap:wrap;
  display:flex;
  justify-content: center;
}

.footer .row-flex>div{
  padding: 15px;
}

.footer .row-flex>div:first-child{
  padding-left:0;
}

.footer .row-flex>div:last-child{
  padding:0;
}

.contact-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
  text-align: center;
  font-family: 'Gordita-Bold';
}


.contact-link p {
  margin: 0;
  margin-top: 10px;
}

.footer-cta a {
  margin: 0;
  border: none;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 30px;
  vertical-align: middle;
  font-size: var(--step--1);
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  padding: 15px 30px;
  padding-top: 17px;
  font-family: 'Gordita-Bold';
  background-color: #DB1C3B;
  color: #ffffff;
  border-radius: 500px;
}

.footer-cta a:hover,
.footer-cta a:focus{
  background-color: #9A152C;
  color: #ffffff;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}

.footer-logo img {
  width: 85px !important;
}


@media (min-width: 640px){

  .footer-menu .hs-menu-wrapper>ul>li{
    width: calc(100% * 1 / 3.001);
  }

}

@media (min-width: 960px){

  footer.footer  {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .footer-menu .hs-menu-wrapper>ul>li{
    flex: 1;
    min-width: 1px;
  }

  .footer .row-flex{
    justify-content: space-between;
  }

}


@media (min-width: 1200px){

  .footer .row-flex{
    margin-top: 70px;
  }

  .footer-menu .hs-menu-wrapper>ul>li{
    padding-left: 70px;
  }

  .footer-menu .hs-menu-wrapper>ul{
    margin-left:-70px;
  }

}

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


  .footer-menu .hs-menu-wrapper>ul>li:nth-last-child(-n+3){
    margin-top:40px
  }

  .footer-menu .hs-menu-wrapper>ul>li:nth-child(1){
    order:1;
  }

  .footer-menu .hs-menu-wrapper>ul>li:nth-child(2){
    order:2;
  }

  .footer-menu .hs-menu-wrapper>ul>li:nth-child(3){
    order:3;
  }

  .footer-menu .hs-menu-wrapper>ul>li:nth-child(4){
    order:5
  }

  .footer-menu .hs-menu-wrapper>ul>li:nth-child(5){
    order:6;
  }

  .footer-menu .hs-menu-wrapper>ul>li:nth-child(6){
    order:4;
  }

}

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

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

}
