@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@200;400;500;600;700&display=swap');

/* Theme base styles */

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

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
    box-sizing: border-box;
}
/*! 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;
}

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
    padding: 0;
}

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

progress {
    vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
    display: block;
}

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

summary {
    display: list-item;
}

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



/* CSS variables */

:root {
    --column-gap: 2.13%;
    --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


    .row-fluid .span1,
    .row-fluid .span2,
    .row-fluid .span3,
    .row-fluid .span4,
    .row-fluid .span5,
    .row-fluid .span6,
    .row-fluid .span7,
    .row-fluid .span8,
    .row-fluid .span9,
    .row-fluid .span10,
    .row-fluid .span11,
    .row-fluid .span12{
    min-height: 1px;
    width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
    .row-fluid {
        /* flex-wrap: nowrap; */
        justify-content: center;
    }

    
        .row-fluid .span1 {
            width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
        }
    
        .row-fluid .span2 {
            width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
        }
    
        .row-fluid .span3 {
            width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
        }
    
        .row-fluid .span4 {
            width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
        }
    
        .row-fluid .span5 {
            width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
        }
    
        .row-fluid .span6 {
            width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
        }
    
        .row-fluid .span7 {
            width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
        }
    
        .row-fluid .span8 {
            width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
        }
    
        .row-fluid .span9 {
            width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
        }
    
        .row-fluid .span10 {
            width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
        }
    
        .row-fluid .span11 {
            width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
        }
    
}
.content-wrapper {
    margin: 0 auto;
    padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
    .content-wrapper {
        padding: 0;
    }
}

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

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

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

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

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

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

/* Paragraphs */

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

/* Anchors */

a {
    cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
    overflow: auto;
}

code {
    vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
    font-size: 0.583rem;
    word-break: normal;
}
button,
.button,
.hs-button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 0.15s linear;
    white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
    background-color: #D0D0D0;
    border-color: #D0D0D0;
    color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
    background: none;
    border: none;
    border-radius: 0;
    color: initial;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    transition: none;
}
/* Fields */


/* Labels */

form label {
    font-size: 0.875rem;
}

/* Form Title */
.form-title {
    margin-bottom: 0;
}

/* Help text */

form legend {
    font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
    display: inline-block;
    font-size: 0.875rem;
    padding: 18px 12px;
    width: 100%;
    background-color: #EBF7F6;
    border: 1px solid var(--Misc-Grey-Lighter, #D0D0D0);
    border-radius: 4px;
}

form textarea {
    resize: vertical;
}

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

/* Inputs - checkbox/radio */

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;
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-content: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #01FBD9;
}

input[type="checkbox"]::before {
    content: "";
    width: 16px;
    transform: scale(0);
    background-color: #01FBD9;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]::after {
    content: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.57143L3.90909 7L9 1' stroke='%23004650' style='stroke:%23004650;stroke:color(display-p3 0.0000 0.2745 0.3137);stroke-opacity:1;' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    color: #004650;
    position: absolute;
    transform: scale(0);
}

input[type="checkbox"]:checked::after {
    transform: scale(1);
}


/* Inputs - date picker */

.hs-dateinput {
    position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

fieldset {
    display: flex;
    gap: 16px;
    margin-bottom: 16px !important;

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

    .hs-form-field {
        width: 100%;
        float: none;
        flex: 1;
    }

    .hs-form-field label {
        display: none;
    }
}
.hs-field-desc {
    color: #fff;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display>span,
.legal-consent-container .hs-form-booleancheckbox-display>span p {
    color: #fff;
    font-size: 14px;
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
    display: flex !important;
    gap: 4px;
}

.legal-consent-container .hs-form-field label {
    display: block !important;
}

/* Validation */

.hs-form-required {
    color: #FF8A2B;
    border-width: 3px;
}

.hs-input.invalid.error {
    border-color: #FF8A2B;
    border-width: 3px;
}

.hs-input {
    width: 100% !important;
}

.hs-input[type="checkbox"] {
    width: auto !important;
    height: 18px;
}

.hs-error-msg {
    display: block !important;
    color: #FF8A2B;
    margin-top: 0.35rem;
}
.hs-main-font-element {
    color: #FF8A2B;
}

/* Submit button */

form input[type=submit],
form .hs-button {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 0.15s linear;
    white-space: normal;
    background-color: transparent;
    border: 1px solid #FFF;
    padding: 18px 16px;
    border-radius: 4px;
    color: #FFF;
    margin-top: 8px;
}

.hs-form-checkbox label {
    display: flex !important;
}

.hs-form-checkbox {
    padding: 6px;
    margin: 0 !important;
}

.multi-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    color: #FFF;
}

.submitted-message {
    color: #fff !important;
}

/* Captcha */

.grecaptcha-badge {
    margin: 0 auto;
}

    {
    % if (get_asset_version("@hubspot/search_input")=="1") %
}

/* Search button input field and suggestions */
.body-container-wrapper .hs-search-field__button {
    padding: 15px;
}

.body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
}

.body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
}

.body-container-wrapper .hs-search-field__bar>form>.hs-search-field__input {
    padding: 10px;
}

.body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
}

    {
    % endif %
}
/* Table */

table {
    border-collapse: collapse;
    margin-bottom: 1.4rem;
    overflow-wrap: break-word;
}

/* Table cells */

td,
th {
    vertical-align: top;
}

/* Table header */

thead th {
    vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/


/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
    flex-direction: column;
}

@media (max-width: 767px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        flex-direction: column;
    }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
    display: inline-flex;
}

@media (max-width: 767px) {
    .hs-menu-wrapper.hs-menu-flow-vertical ul {
        display: flex;
    }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    left: -9999px;
    opacity: 0;
    position: absolute;
}

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

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

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

@media (max-width: 767px) {
    .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
        left: 0;
        opacity: 1;
        position: relative;
        top: auto;
    }
}

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

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


/* Utilities
Helper classes with ability to override anything that comes before it
*/

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

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

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

:root{--columnspacing-desktop:$columnspacing-desktop;--columnspacing-mobile:$columnspacing-mobile;--fontweight-heading:700;--lineheight-heading:1.2;--brand-colors-re-teal-50:#edf7f6;--brand-colors-re-teal-100:#e2f3f2;--brand-colors-re-teal-300:#cfece9;--brand-colors-re-teal-500:#00807f;--brand-colors-re-teal-600:#016b70;--brand-colors-re-teal-700:#005761;--brand-colors-re-teal-800:#014c56;--brand-colors-re-teal-900:#004650;--brand-colors-re-turquoise-500:#01fbd9;--brand-colors-re-turquoise-600:#19e6ca;--brand-colors-re-orange-500:#ff8021;--misc-black:#222222;--misc-white:#ffffff;--misc-grey:#595959;--misc-grey-lighter:#b0c6c2;--text-dark:var(--misc-black);--text-light:var(--misc-white);--button-dark-background:var(--brand-colors-re-teal-600);--button-dark-foreground:var(--brand-colors-re-teal-50);--button-light-background:var(--brand-colors-re-teal-50);--button-light-foreground:var(--brand-colors-re-teal-900);--border-gradient-raised:linear-gradient(#00807f 0%, #00414a 100%);--border-gradient-sunken:linear-gradient(#00414a 0%, #226665 100%);--module-background:var(--brand-colors-re-teal-900);--panel-background:var(--brand-colors-re-teal-700)}.modulewrapper{position:relative;padding:16px;transition:transform .5s ease-in-out,opacity .5s ease-in-out}.modulewrapper--viewanimation{transform:translateY(50px);opacity:0}.modulewrapper--inview{transform:translateY(0);opacity:1}@media (min-width:1281px){.modulewrapper{padding:40px}}.modulewrapper .modulewrapper__content,.modulewrapper>.rrow{max-width:1440px;margin:0 auto;z-index:1;position:relative}.modulewrapper__edgebg{display:none!important;z-index:0;background-image:url(https://143417889.fs1.hubspotusercontent-eu1.net/hubfs/143417889/testslide.png)!important;background-size:contain!important;background-position:center right!important;background-repeat:no-repeat!important;height:100%;width:100%;position:absolute;top:0;right:-200px;transition:right .5s ease-in-out}.modulewrapper:hover .modulewrapper__edgebg{right:0}.header{display:flex;align-items:center;padding:0 21px;backdrop-filter:blur(10px);position:fixed;top:0;left:0;width:100%;z-index:900;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out}.header.scrolled,body.body--blog .header{background-color:rgba(0,70,80,.8);box-shadow:0 0 3px rgba(0,0,0,.2),0 2px 10px rgba(0,0,0,.2)}.header__skip{height:1px;left:-1000px;overflow:hidden;position:absolute;text-align:left;top:-1000px;width:1px}.header__logo{align-self:flex-start}@media (max-width:1280px){.header{padding:0}.header #hs_cos_wrapper_navigation-primary{align-items:center}.header__logo{align-items:center;display:flex}}.header__navigation{display:flex;flex:1}@media (min-width:1281px){.header__navigation{align-items:center}}.header__navigation>.hs_cos_wrapper{flex:1}@media (max-width:1280px){.header__navigation{position:absolute;top:100%;left:0;width:100%;background:var(--brand-colors-re-teal-900);flex-direction:column;display:none}.header__navigation.mobileopen{display:flex;height:calc(100vh - 70px);overflow-y:auto}}.header__hamburger{width:48px;height:48px;margin-left:8px;padding:0;border:none;background:0 0;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;position:relative}@media (min-width:1281px){.header__hamburger{display:none}}.header__hamburger--line{display:block;border-radius:2px;width:24px;height:3px;background:#fff}.header__hamburger.mobileopen .header__hamburger--line{position:absolute;top:50%;transform-origin:center}.header__hamburger.mobileopen .header__hamburger--line:nth-child(1){transform:rotate(45deg)}.header__hamburger.mobileopen .header__hamburger--line:nth-child(2){opacity:0}.header__hamburger.mobileopen .header__hamburger--line:nth-child(3){transform:rotate(-45deg)}.body-container--blog-post{background-color:#fff}.blogpost{padding:88px 0 64px;width:50%!important;margin-left:25%!important}@media (max-width:1280px){.blogpost{width:100%!important;margin-left:0!important;margin-right:0!important}}.blogpost__meta{font-family:Be Vietnam Pro;font-size:16px;font-weight:400;line-height:150%;letter-spacing:-.01em;margin-bottom:24px}.blogpost h2,.blogpost__heading{font-family:Be Vietnam Pro;letter-spacing:-.02em;line-height:120%}.blogpost__heading{font-size:32px;font-weight:700;color:var(--brand-colors-re-teal-900);margin-bottom:24px}.blogpost h2{font-size:24px;font-weight:500}.blogpost h3,.blogpost__body,.blogpost__body a[data-hubspot-cta-id]{font-family:Be Vietnam Pro;font-weight:400;letter-spacing:-.01em}.blogpost h3{font-size:20px;line-height:120%}.blogpost__body{font-size:16px;line-height:150%}.blogpost__body *{font:inherit}.blogpost__body ol,.blogpost__body ul{margin-left:24px!important;margin-bottom:24px!important;list-style:none!important;padding:0!important}.blogpost__body ul li{position:relative;padding-left:36px;margin-bottom:8px}.blogpost__body ul li::before{content:""!important;position:absolute!important;left:0!important;top:calc(.5em - 4px)!important;width:8px!important;height:8px!important;border-radius:50%!important;background:var(--brand-colors-re-teal-600,#006D71)!important}.blogpost__body ol{counter-reset:li}.blogpost__body ol li{counter-increment:li;position:relative;padding-left:36px;margin-bottom:8px}.blogpost__body ol li::before{position:absolute;left:0;content:counter(li) ".";color:var(--brand-colors-re-teal-600,#006D71)}.blogpost__body a[data-hubspot-cta-id]{font-size:16px;line-height:1em;align-items:center;border-radius:4px;justify-content:center;padding:18px 16px;flex:0;text-decoration:none;white-space:nowrap;user-select:none;background:var(--brand-colors-re-orange-500);color:var(--brand-colors-re-teal-50);display:inline-block}.blogauthor,.blogauthor a{font-family:Be Vietnam Pro;font-weight:400;line-height:150%;letter-spacing:-.01em}.blogpost__body a[data-hubspot-cta-id]:hover{background:linear-gradient(180deg,#FF8D00 0,#F70 100%)}.blogpost__body a[data-hubspot-cta-id].active,.blogpost__body a[data-hubspot-cta-id]:active{color:var(--button-dark-foreground);border-radius:4px;background:linear-gradient(180deg,#F70 0,#FF8D00 100%);box-shadow:0 0 2px 0 rgba(0,0,0,.25) inset}.blogfooter{background-color:var(--brand-colors-re-teal-900);padding:40px}@media (max-width:1280px){.blogfooter{padding:40px 16px}}.blogauthor{background-color:var(--brand-colors-re-teal-700);padding:24px;border-radius:23px;width:100%;display:flex;gap:32px;flex-wrap:nowrap;color:var(--text-light);font-size:16px}@media (max-width:1280px){.blogauthor{flex-direction:column;gap:16px}}.blogauthor__bio{color:var(--brand-colors-re-teal-300);margin:12px 0 24px}.blogauthor a{color:#fff;text-decoration:none;font-size:18px}.blogauthor__wrapper{padding:1px;border-radius:24px;display:flex;background:var(--border-gradient-raised);max-width:540px;margin:0 auto}.blogauthor__image-wrapper{border-radius:100%;overflow:hidden;width:86px;height:86px;z-index:1;flex:86px 0 0}.blog-related-posts__wrapper{display:flex;gap:24px;background-color:#004650;padding:40px 56px;color:#fff}@media (max-width:1280px){.blog-related-posts__wrapper{flex-direction:column;padding:16px}}.blog-related-posts{background:var(--border-gradient-raised);border-radius:24px;padding:1px;display:flex}.blog-related-posts>*{background:var(--panel-background);border-radius:23px;width:100%;height:100%}.blog-related-posts__post{background:var(--border-gradient-raised);width:33%;padding:1px;border-radius:24px;display:flex;flex-direction:column}.blog-related-posts__post>*{background:var(--panel-background);border-radius:23px;width:100%;height:100%}.blog-related-posts-content{padding:8px;background-color:#005761;flex-direction:column}.blog-related-posts__content{padding:16px}.blog-related-posts__heading{background-color:#004650;color:#fff;margin:0;padding-left:56px;font-size:40px}@media (max-width:1280px){.blog-related-posts__post{width:100%}.blog-related-posts__heading{padding:16px}}.blog-related-posts__title-link{text-decoration:none;color:#fff;font-size:16px}.blog-related-posts__title{font-size:16px}.blog-related-posts__image{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:16px;margin-bottom:8px}.buttons{list-style:none;padding:0;margin:0;display:inline-flex;flex-wrap:wrap;gap:9px}.buttons__item{display:block;margin:0;padding:0}.buttons__item a,.buttons__item.orange a,.buttons__item.outlined a,.cta_button{padding:18px 16px;text-decoration:none;user-select:none;display:flex;font-family:Be Vietnam Pro;font-size:16px;font-weight:400;letter-spacing:-.01em}.buttons__item a{line-height:1em;align-items:center;border-radius:4px;justify-content:center;flex:0;white-space:nowrap;background:var(--button-light-background);color:var(--button-light-foreground)}.buttons__item a:hover{background:var(--brand-colors-re-teal-100)}.buttons__item a.active,.buttons__item a:active{background:var(--brand-colors-re-teal-300);box-shadow:0 0 2px 0 rgba(0,0,0,.25) inset;color:var(--button-dark-foreground)}.buttons__item.outlined a{line-height:1em;align-items:center;background:var(--button-light-background);border-radius:4px;justify-content:center;flex:0;white-space:nowrap;border:1px solid var(--button-light-background);background-color:transparent;color:var(--button-light-background)}.buttons__item.outlined a.active,.buttons__item.outlined a:active{box-shadow:0 0 2px 0 rgba(0,0,0,.25) inset;color:var(--button-dark-foreground)}.buttons__item.outlined a:hover{background:var(--brand-colors-re-teal-100);color:var(--brand-colors-re-teal-700)}.buttons__item.outlined a.active,.buttons__item.outlined a:active{border:1px solid var(--brand-colors-re-turquoise-600);background:var(--brand-colors-re-teal-700)}.buttons__item.orange a{line-height:1em;align-items:center;border-radius:4px;justify-content:center;flex:0;white-space:nowrap;background:var(--brand-colors-re-orange-500);color:var(--brand-colors-re-teal-50)}.buttons__item.orange a:hover{background:linear-gradient(180deg,#FF8D00 0,#F70 100%)}.buttons__item.orange a.active,.buttons__item.orange a:active{color:var(--button-dark-foreground);border-radius:4px;background:linear-gradient(180deg,#F70 0,#FF8D00 100%);box-shadow:0 0 2px 0 rgba(0,0,0,.25) inset}.cta_button{line-height:1em;align-items:center;border-radius:4px;flex:0;white-space:nowrap;background:var(--button-light-background);color:var(--button-light-foreground);justify-content:space-between}.cta_button:hover{background:var(--brand-colors-re-teal-100)}.cta_button.active,.cta_button:active{background:var(--brand-colors-re-teal-300);box-shadow:0 0 2px 0 rgba(0,0,0,.25) inset;color:var(--button-dark-foreground)}.squareimage{position:relative;width:100%;height:0;padding-bottom:100%;overflow:hidden}.squareimage--rmask-hero>svg,.squareimage--rmask>svg,.squareimage>img,.squareimage__background{position:absolute;height:100%;width:100%}.squareimage__background{top:0;left:0;z-index:-2}.squareimage--rmask>svg{top:0;left:0;z-index:2}.squareimage--rmask-hero>svg{top:-2px;left:-2px;z-index:2}.squareimage>img{object-fit:cover;z-index:-1}.squareimage.contain>img{object-fit:contain}body{background-color:var(--brand-colors-re-teal-900)}.rrow{padding:0;display:flex;width:100%;gap:24px}@media (max-width:1280px){.rrow{gap:32px}}.rrow>.rcol{width:100%}p{font-family:Be Vietnam Pro;font-size:16px;font-weight:400;line-height:150%;letter-spacing:-.01em}ul:not([class]){list-style:none;margin:0;padding:0}ul:not([class]) li{margin-bottom:8px}ul:not([class]) li:last-child{margin-bottom:0}ul:not([class]) li:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z' fill='#01fbd9' /%3E%3C/svg%3E");margin-right:8px;height:16px;width:16px}.r8{border-radius:8px;overflow:hidden}