/* Theme base styles 
This file should only import styles that are essential for the global layout of the website.
These should be placed inside the global folder.
*/

/* Settings */

/* open-sans-regular */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('https://20856323.fs1.hubspotusercontent-na1.net/hubfs/20856323/Fonts/open-sans-v28-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('https://20856323.fs1.hubspotusercontent-na1.net/hubfs/20856323/Fonts/open-sans-v28-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap;
}

/* open-sans-700 */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('https://20856323.fs1.hubspotusercontent-na1.net/hubfs/20856323/Fonts/open-sans-v28-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('https://20856323.fs1.hubspotusercontent-na1.net/hubfs/20856323/Fonts/open-sans-v28-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap;
}



/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}

.hs_cos_wrapper_type_icon{
  line-height: 0; 
}
/*! 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;
  overflow-x: hidden;
}

/**
 * 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 {
  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;
}



/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* 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;
}

.show-for-sr {
    position: absolute!important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* 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{
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: var(--moduleWidth);
}

html.hs-inline-edit .default-module{
  background-color: #fafafa;
  border: 1px dashed #d2d2d2;
  padding: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}

html:not(.hs-inline-edit) .default-module{
  display: none;
}

@media screen and (min-width: 1236px) {
  .content-wrapper {
    padding: 0 20px;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
.resizable-pane{
min-width: 20px;
  width 100px
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

html {
    font-size: 16px;
}

body {
    font-family: "museo-sans";
}

body.disable-scroll{
    overflow-y: hidden; 
}

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;
    line-height: 1.5;
    color: var(--text);
}

p:only-child {
    margin: 0;
}

/* Anchors */

a {
    cursor: pointer;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: var(--pink);
}

/* Headings */

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

h1, .h1{
    font-size: 2.25rem;
}

h2, .h2{
    font-size: 1.75rem;
}

h3, .h3{
    font-size: 1.5rem;
}

h4, .h4{
    font-size: 1.25rem;
}

h5, .h5{
    font-size: 1.125rem;
}

h6, .h6{
    font-size: 1rem;
}

@media (min-width: 992px) {

    h1, .h1{
        font-size: 3.375rem;
    }

    h2, .h2{
        font-size: 3rem;
    }

    h3, .h3{
        font-size: 2rem;
    }

    h4, .h4{
        font-size: 1.563rem;
    }

    h5, .h5{
        font-size: 1.25rem;
    }

}

/* Lists */

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

ul li,
ol li {
    line-height: 1.5;
}

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

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

/* Code blocks */

pre {
    overflow: auto;
}

code {
    vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
    background-color: #CCC;
    border: none;
    color: #CCC;
    height: 1px;
}

/* Image alt text */

img {
    font-size: 14px;
    word-break: normal;
}
.e-btn {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    background-color: var(--pink);
    font-weight: 700;
    text-decoration: none;
    transition: background .3s, border .3s;
    padding: 15px 20px;
    color: var(--white);
    border: 2px solid var(--pink);
}

.e-btn--small {
    font-size: 12px;
    padding: 10px 15px;
}

.e-btn--full {
    width: 100%;
    justify-content: center;
}
.e-btn--reset{
    background: none;
    border: 0;
}

.e-btn--secondary {
    background-color: var(--white);
    color: var(--pink);
}
.e-btn--border {
    background-color: var(--white);
    border: solid 2px var(--pink);
    color: var(--pink);
}
.e-btn--border:hover {
    background-color: var(--pink);
    border: solid 2px var(--pink);
    color: var(--white);
}

.e-btn a {
    color: inherit;
    text-decoration: none;
}

.e-btn__label {
    display: block;
    white-space: normal;
    text-align: center;   
    
    transition: background .3s;
}

.e-btn__arrow {
    position: relative;
    display: block;
    margin-left: auto;
    width: 45px;
    min-height: 50px;
    border-left: 1px solid rgba(255,255,255, .25);
    overflow: hidden;
}

.e-btn__arrow:before,
.e-btn__arrow:after {
    content: '';
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-size: 14px auto;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: opacity 1.3s, transform .7s;
}

.e-btn__arrow:before { 
    opacity: 0;
    transform: translateX(-100%);
}

.e-btn:hover,
.e-btn:focus {
    text-decoration: none;
    color: var(--white);
}

.e-btn--secondary:hover,
.e-btn--secondary:focus{
    background-color: var(--white);
}

.e-btn:hover a {
    text-decoration: none;
}

.e-btn:hover .e-btn__arrow:before,
.e-btn:focus .e-btn__arrow:before {
    opacity: 1;
    transform: translateX(0);   
}

.e-btn:hover .e-btn__arrow:after,
.e-btn:focus .e-btn__arrow:after {
    opacity: 0;
    transform: translateX(100%);   
}

@media all and (min-width: 992px){

    .e-btn__label {
           
    }

}
/* Form fields */

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

/* Labels */

form label {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 8px;
    font-weight: bold;
}

/* Help text - legends */

form legend{
    font-size: 0.875rem;
}

form .hs-field-desc{
    display: block;
    margin: 10px 0;
    font-size: 0.7rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
    border: 1px solid #b0b0b0;
    border-radius: 4px;
    flex: 1 1 auto;
    font-weight: 700;
    margin-top: 0;
    padding: 15px 20px;
    width: 100%!important;
}

form input[type=file]{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

input[type=file]::file-selector-button{
    cursor: pointer; 
    margin-right: 20px;
}

form select{
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important; 
}

form textarea{
    min-height: 120px; 
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
    position: relative;
    display: block;
    margin: 5px 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;
    opacity: 0;
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 99;
}

form input[type=checkbox] ~ span,
form input[type=radio] ~ span {
    position: relative;
    display: flex !important;
    align-items: center;
}

form input[type=checkbox] ~ span:before,
form input[type=radio] ~ span:before {
    content: '';
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    min-width: 20px;
    width: 20px;
    height: 20px;
    padding: 2px;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
    border: 2px solid var(--pink);
}

form input[type=radio] ~ span:before {
    border-radius: 50%;
}

form input[type=checkbox]:checked ~ span:before,
form input[type=radio]:checked ~ span:before{
    background-color: var(--pink);
    border-color: var(--pink);
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='check' class='svg-inline--fa fa-check fa-w-16' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 10px 10px;
    background-position: center;
}

form input[type=radio]:checked ~ span:before{
    background-image: none !important; 
}

form input[type=radio]:checked ~ span:after {
    content: '';
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background-color: var(--white);
}

form .multi-container{
    margin-top: 20px; 
}

.hs-fieldtype-intl-phone.hs-input{
    position: relative;
    width: 100%!important;
}

@media (max-width: 767px) {

    html .hs-fieldtype-intl-phone.hs-input input {
        margin-top: 20px;
        width: 100%!important;
    }

}

@media (min-width: 768px) {

    .hs-fieldtype-intl-phone.hs-input .select2-container .selection{
        max-width: 215px;
        display: inline-flex;
        width: 100%;
        height: 100%;
    }

    .hs-fieldtype-intl-phone.hs-input input[type=tel]{
        position: absolute;
        top: 0;
        right: 0;
        left: 235px;
        width: calc(100% - 235px) !important;
        padding-left: 10px;
    }

}

/* Inputs - datepicker */

.hs-dateinput {
    position: relative;
}

.hs-dateinput:before {
    content:'';
    position: absolute;
    top: 50%;
    height: 24px;
    width: 24px;
    background-size: 24px 24px;
    right: 20px;
    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;
}

form a {
    text-decoration: underline;
}

form a,
form a:hover {
    font-weight: 700;
    color: var(--pink);   
}

form a:hover {
    text-decoration: none;
}

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
    color: #EF6B51;
    margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border-radius: 30px;
    background-color: var(--pink);
    font-weight: 700;
    text-decoration: none;
    transition: background .3s,border .3s;
    padding: 15px 20px;
    border: 0 !important;
    color: var(--white);
}

form input[type=submit]:hover, 
form input[type=submit]:focus, 
form .hs-button:hover, 
form .hs-button:focus{
    text-decoration: none;
}

form.hs-form .actions{
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

fieldset.form-columns-2 .hs-form-field{
    width: 100% !important;
    float: none !important;
}

fieldset.form-columns-2 .input,
fieldset.form-columns-1 .input{
    margin-right: 0 !important; 
}

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

    form .form-columns-2{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
    } 

    form .inputs-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
    } 

    form .inputs-list > li:only-child {
        grid-column: span 2;
    }

}

/* Captcha */

.grecaptcha-badge {
    margin: 0 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;
}
.e-icon{
  display: inline-block;
}

/* HubSpot icon wrapper */
.e-icon > span{
   line-height: 0;
}

.e-icon > span > svg{
  width: 14px;
  height: 14px;
  vertical-align: middle;
}

.e-icon--right{
  margin-left: 10px; 
}

.e-icon--left{
  margin-right: 10px; 
}

.hs-cta-wrapper .e-icon{
  display: none; 
}

.hs-cta-wrapper .cta_button .e-icon{
  display: inline-block; 
}
img{
    max-width: 100%;
    object-fit: cover;
}

.hs_cos_wrapper_type_linked_image{
    display: block;
    line-height: 0;
}

.hs_cos_wrapper_type_linked_image img{
  border-radius: 24px; 
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

[data-global-resource-path*="templates/partials/header"]{
  position: relative; 
}

.m-site_header .dnd-section {
  padding: 0;
}

/* Header container */

.m-site_header{
  border: 0;
  border-style: solid;
  margin: 0 auto;
  max-width: var(--moduleWidth);
  z-index: 3;
}

.m-site_header__container {
  display: flex;
  flex-direction: row;
  padding: 15px 0;
}


.m-site_header__row-top{
  display:inline-block;

}

.m-search_box__form_wrapper{
  display:inline-block;
}

.m-site_header__row-1,
.m-site_header__row-2 {

  display: inline-block;

}

.m-site_header__navigation{
  display: none;
  align-self: stretch; 
}

.m-site_header__navigation::-webkit-scrollbar {
  width: 6px;
}

.m-site_header__navigation::-webkit-scrollbar-track {
  box-shadow: none;
}

.m-site_header__navigation::-webkit-scrollbar-thumb {
  background-color: slategrey;
  outline: 0;
}

.m-site_header__toggle{
  display: block;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: 2px solid var(--borderColour);
  fill: var(--text);
  color: var(--text);
  border-radius: 30px;
  background-size: 22px 32px;
  background-repeat: no-repeat;
  background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!-- Font Awesome Pro 5.15.4 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) --%3E%3Cpath d='M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z'/%3E%3C/svg%3E");
  margin-left: 15px;
}

.m-site_header__toggle > span:first-child{
  display: none; 
}


@media (max-width: 991px){
  .m-site_header__toggle{
    display: inline-flex;
  }
  .m-site_header__navigation{
    position: absolute;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0; 
    height: calc(100vh - 72px);
    overflow-y: auto;
    background-color: var(--white);
  } 
}
@media (max-width: 768px){
.m-site_header__column{
    display: flex;
    justify-content: flex-end;
  align-items: center;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .m-site_header__row-top{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
  }

  .m-site_header__row-1,
  .m-site_header__row-2 {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    align-self: stretch;
    width: 100%;
  }

  .m-site_header__container {
    justify-content: space-between;
    padding: 15px 0 0 0;
  }

  .m-site_header__navigation,
  .m-site_header__navigation .hs_cos_wrapper{
    display: flex; 
  }

  .m-site_header__toggle{
    display: none; 
  }
}

.m-mega_menu__inner{
  position: relative; 
}

/* Logo */

.m-site_header__logo {
  align-items: center;
  display: flex;
  height: auto;
  overflow: hidden;
}

.m-site_header__logo .hs_cos_wrapper_type_logo{
  display: block;
  line-height: 0;
}


@media (min-width: 992px){
  .m-site_header__logo{
    margin: 0 auto 15px 0; 
    align-self: flex-start;
  }
}
.m-site_footer {
  margin-top: 30px;
}
.m-site_footer__top{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 0px;
}
.m-site_footer__column{

}
.m-site_footer__column--large{
}

.m-site_footer__top{
  padding-bottom: 20px;
}


.m-footer_navigation__inner .hs-menu-wrapper > ul li:last-of-type{
  padding-right: 10px;
  border-right: 1px solid var(--borderColour);
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
.m-footer_navigation__inner .hs-menu-wrapper > ul li > ul{
  display: none !Important; 
}

.hs-menu-item.hs-menu-depth-1 > a{
  margin-bottom: 0 !important; 
}

@media (min-width: 767px){
  .m-site_footer__top{
    grid-template-columns: repeat(3, 1fr);
  }

}

@media (min-width: 992px){


}

@media (min-width: 1260px){



}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
  column-gap: 10px;
}

.hs-menu-flow-horizontal > ul{
  row-gap: 20px; 
}

.hs-menu-wrapper ul.hs-menu-children-wrapper{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  grid-template-columns: max-content; 
}

.hs-menu-wrapper > ul > li.hs-menu-item > a{
  font-weight: bold; 
  display: block;
  margin-bottom: 10px;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (min-width: 568px){
  .hs-menu-wrapper > ul{
     grid-template-columns: repeat(3, 1fr); 
  }
}

@media (min-width: 768px){
  .hs-menu-wrapper > ul{
     grid-template-columns: repeat(3, 1fr); 
  }
}

@media (min-width: 992px){
  .hs-menu-wrapper > ul{
     grid-template-columns: repeat(4, 1fr); 
  }
}

@media (min-width: 1260px){
  .hs-menu-wrapper > ul{
     grid-template-columns: repeat(5, 1fr); 
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

.hs_cos_wrapper.align-center{
  width: 100%;
  text-align: center;
}

.hs_cos_wrapper.align-right{
  width: 100%;
  text-align: right;
}

.hs-cta-wrapper .hs-cta-node .cta_button{
  white-space: nowrap; 
}
.m-rte{
  max-width: var(--moduleWidth);
  margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--blueAlt);
}
.m-rte > *:first-child {
  margin-top: 0;
}

.m-rte > *:last-child {
  margin-bottom: 0;
}

.m-rte a{
  text-decoration: underline;
  font-weight: bold;
  transition: text-decoration .3s ease;
}

.m-rte a:hover{
  text-decoration: none; 
}

.m-rte a[target="_blank"]:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M6.188 8.719c.439-.439.926-.801 1.444-1.087 2.887-1.591 6.589-.745 8.445 2.069l-2.246 2.245c-.644-1.469-2.243-2.305-3.834-1.949-.599.134-1.168.433-1.633.898l-4.304 4.306c-1.307 1.307-1.307 3.433 0 4.74 1.307 1.307 3.433 1.307 4.74 0l1.327-1.327c1.207.479 2.501.67 3.779.575l-2.929 2.929c-2.511 2.511-6.582 2.511-9.093 0s-2.511-6.582 0-9.093l4.304-4.306zm6.836-6.836l-2.929 2.929c1.277-.096 2.572.096 3.779.574l1.326-1.326c1.307-1.307 3.433-1.307 4.74 0 1.307 1.307 1.307 3.433 0 4.74l-4.305 4.305c-1.311 1.311-3.44 1.3-4.74 0-.303-.303-.564-.68-.727-1.051l-2.246 2.245c.236.358.481.667.796.982.812.812 1.846 1.417 3.036 1.704 1.542.371 3.194.166 4.613-.617.518-.286 1.005-.648 1.444-1.087l4.304-4.305c2.512-2.511 2.512-6.582.001-9.093-2.511-2.51-6.581-2.51-9.092 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
}

.m-rte ul,
.m-rte ol{
  padding: 0;
  list-style: none;
}

.m-rte ul ul,
.m-rte ol ol{
  margin: 20px 0;
}

.m-rte ol{
  counter-reset: default-counter; 
}

.m-rte ol > li{
  counter-increment: default-counter; 
}

.m-rte ul > li,
.m-rte ol > li{
  margin: 14px 0;
  position: relative;
  padding-left: 44px;
}

.m-rte ul > li:before,
.m-rte ol > li:before{
  content: ''; 
  position: absolute;
}

.m-rte ul > li:before{
  left: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  background-color:var(--text);
  border-radius: 50%;
}

.m-rte ol > li:before{
  left: -10px;
  top: -3px;
  content: counter(default-counter); 
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .75em;
  border: 2px solid var(--lightGrey);
  border-radius: 50%;
}

@media (min-width: 768px){




}

/* Modules */

.m-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    margin: 30px 0;
  border: none;
}

.m-pagination__control.jplist-disabled {
    opacity: .35;
    cursor: default;
    pointer-events: none;
}   

.m-pagination__control + .m-pagination__control {
    margin-left: 10px
}

.m-pagination__links {
    list-style: none;
    margin: 0 50px;
    padding: 0;
    display: flex;
    align-items: center;
}

.m-pagination__link {
    margin: 0 5px;
    background: transparent;
    color: #25292d;
    transition: background .3s, color .3s;
}

.m-pagination__link.jplist-selected,
.m-pagination__link:hover {
    margin: 0 5px;
    background: #25292d;
    color: #fff;
}

.m-pagination__link--number {
    display: block;
    padding: 15px 20px;
    border-bottom: 4px solid transparent;
    text-decoration: none;
    transition: border .15s;
}

.m-pagination__link--number:hover,
.m-pagination__link--number:focus,
.m-pagination__link--active {
    border-bottom-color: #25292d;
    text-decoration: none;
}

.m-pagination-link--disabled {
    opacity: .4;
    cursor: default;
}

@media (min-width: 992px){

    .m-pagination {
        margin-top: 50px;
    } 

}

/* Utility
Helpful pieces of reusable css that are used to enhance the UI in some way
*/

@keyframes spinner {
  to {transform: rotate(360deg);}
}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #000;
  animation: spinner .8s linear infinite;
}