/* Theme base styles */

/* Generic */

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


/* Remove Safari's default appearance for select elements */

select {
  -webkit-appearance: none;
  appearance: 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 */

/* 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 wrappers for blog post and system templates */

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

/* Drag and drop layout styles */

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

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

/* Elements */

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 {
  margin: 0 0 1.4rem;
  font-size: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

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

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

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
/* Primary button */

button,
.button,
.hs-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: color 0.15s linear;
  white-space: normal;
}

.hs-button-modify--full-width {
  width: 100%;
  justify-content: center;
  text-align: center;
}

/* Simple button */

.button.button--simple {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.button.button--simple:hover,
.button.button--simple:focus {
  border: none;
  background-color: transparent;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

/* No button */

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

/* Tooltip styles for copy to clipboard */

.hs-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 50%;
  display: none;
  height: auto;
  width: auto;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #494a52;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  transform: translateX(-50%);
}
.hs-tooltip:after {
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border-top: 5px solid #494a52;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: '';
  transform: translateX(-50%);
}
.hs-tooltip__failure,
.hs-tooltip__success {
  display: none;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.hs-visible {
  display: block;
}

/* Button icons */

.button .button__icon svg {
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
  fill: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem;
}
/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-module__vertical-spacing: 0.35rem;
}

/* Form fields */

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

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-row__vertical-spacing: 1.4rem;
}

.form-columns-1 .hs-fieldtype-intl-phone,
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 input[type='search'],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* International phone number field */

form .hs-fieldtype-intl-phone {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

form .inputs-list {
  padding: 0;
  margin: 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'] {
  margin-right: 0.35rem;
  cursor: pointer;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form select.hs-input {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9407 19.5595C11.5267 20.1454 12.4782 20.1454 13.0642 19.5595L22.0642 10.5595C22.6501 9.97354 22.6501 9.02197 22.0642 8.43604C21.4782 7.8501 20.5267 7.8501 19.9407 8.43604L12.0001 16.3767L4.05947 8.44072C3.47354 7.85478 2.52197 7.85478 1.93604 8.44072C1.3501 9.02666 1.3501 9.97822 1.93604 10.5642L10.936 19.5642L10.9407 19.5595Z' fill='%2309152B'/%3E%3C/svg%3E%0A");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 16px;
}

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

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

/* Headings and text */

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

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  margin-top: 0.35rem;
  color: #ef6b51;
}

.hsfc-Form,
.hsfc-FormWrapper {
  --hsf-global-error__color: #ef6b51;
  --hsf-field-label-requiredindicator__color: var(--hsf-global-error__color);
  --hsf-erroralert__color: var(--hsf-global-error__color);
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

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

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}

/* Components */

/* Navigation skipper */

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

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

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
/* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  width: 100%;
  text-align: center;
}

/* Article */

.blog-listing__post {
  display: flex;
  width: 100%;
  padding: 0;
  margin-bottom: 2.8rem;
  flex-direction: column;
}

.blog-listing__post-inner-wrapper {
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  padding: 0.7rem 0 0;
  flex-direction: column;
  flex-grow: 1;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
  padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
  display: flex;
  margin-bottom: 0.7rem;
  align-items: center;
}

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

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

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - basic grid */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    width: 100%;
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - side by side */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  width: 100%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}

@media (min-width: 768px) {
  .blog-post-listing__post--list {
    flex-direction: row;
  }

  .blog-listing__post-content--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--right {
    order: 2;
  }

  .blog-listing--list .blog-listing__post-image-wrapper {
    width: 25%;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--left {
    margin-right: 1.4rem;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--right {
    margin-left: 1.4rem;
  }
}
/* Logo */

.widget-type-logo:not(.hs-lp-header-logo) img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.4rem;
}

/* Menu and simple menu */

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

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

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* If the default module language switcher is used, keep growth margins from messing it up */
.lang_switcher_class .lang_list_class li {
  margin: initial;
}

/* Utilities */

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

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

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

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}



a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

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

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="w-icon-"], [class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

.w-icon-slider-right:before {
  content: "î˜€";
}

.w-icon-slider-left:before {
  content: "î˜";
}

.w-icon-nav-menu:before {
  content: "î˜‚";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
  content: "î˜ƒ";
}

.w-icon-file-upload-remove:before {
  content: "î¤€";
}

.w-icon-file-upload-icon:before {
  content: "î¤ƒ";
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

.w-code-block {
  margin: unset;
}

pre.w-code-block code {
  all: inherit;
}

.w-optimization {
  display: contents;
}

.w-webflow-badge, .w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
  transition: unset;
}

.w-webflow-badge {
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 0 0 1px #0000001a, 0 1px 3px #0000001a;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  color: #aaadb0 !important;
  overflow: unset !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  display: inline-block !important;
  position: fixed !important;
  inset: auto 12px 12px auto !important;
  transform: none !important;
}

.w-webflow-badge > img {
  position: unset;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  padding: 0;
  position: relative;
}

.w-video iframe, .w-video object, .w-video embed {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}



.w-form-done {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.w-form-fail {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.w-input, .w-select {
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input::placeholder, .w-select::placeholder {
  color: #999;
}

.w-input:focus, .w-select:focus {
  border-color: #3898ec;
  outline: 0;
}

.w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
  cursor: not-allowed;
}

.w-input[disabled]:not(.w-input-disabled), .w-select[disabled]:not(.w-input-disabled), .w-input[readonly], .w-select[readonly], fieldset[disabled]:not(.w-input-disabled) .w-input, fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eee;
}

textarea.w-input, textarea.w-select {
  height: auto;
}

.w-select {
  background-color: #f3f3f3;
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  cursor: pointer;
  margin-bottom: 0;
  font-weight: normal;
  display: inline-block;
}

.w-radio {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-radio:before, .w-radio:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-radio:after {
  clear: both;
}

.w-radio-input {
  float: left;
  margin: 3px 0 0 -20px;
  line-height: normal;
}

.w-file-upload {
  margin-bottom: 10px;
  display: block;
}

.w-file-upload-input {
  opacity: 0;
  z-index: -100;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden;
}

.w-file-upload-default, .w-file-upload-uploading, .w-file-upload-success {
  color: #333;
  display: inline-block;
}

.w-file-upload-error {
  margin-top: 10px;
  display: block;
}

.w-file-upload-default.w-hidden, .w-file-upload-uploading.w-hidden, .w-file-upload-error.w-hidden, .w-file-upload-success.w-hidden {
  display: none;
}

.w-file-upload-uploading-btn {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: flex;
}

.w-file-upload-file {
  background-color: #fafafa;
  border: 1px solid #ccc;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  display: flex;
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.w-file-remove-link {
  cursor: pointer;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-left: 10px;
  padding: 3px;
  display: block;
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}

.w-file-upload-error-msg {
  color: #ea384c;
  padding: 2px 0;
  display: inline-block;
}

.w-file-upload-info {
  padding: 0 12px;
  line-height: 38px;
  display: inline-block;
}

.w-file-upload-label {
  cursor: pointer;
  background-color: #fafafa;
  border: 1px solid #ccc;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
}

.w-icon-file-upload-icon, .w-icon-file-upload-uploading {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
}

.w-icon-file-upload-uploading {
  height: 20px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before, .w-row:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333%;
}

.w-col-2 {
  width: 16.6667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.3333%;
}

.w-col-5 {
  width: 41.6667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.3333%;
}

.w-col-8 {
  width: 66.6667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.3333%;
}

.w-col-11 {
  width: 91.6667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }

  .w-hidden-main {
    display: inherit !important;
  }

  .w-hidden-medium {
    display: none !important;
  }

  .w-col-medium-1 {
    width: 8.33333%;
  }

  .w-col-medium-2 {
    width: 16.6667%;
  }

  .w-col-medium-3 {
    width: 25%;
  }

  .w-col-medium-4 {
    width: 33.3333%;
  }

  .w-col-medium-5 {
    width: 41.6667%;
  }

  .w-col-medium-6 {
    width: 50%;
  }

  .w-col-medium-7 {
    width: 58.3333%;
  }

  .w-col-medium-8 {
    width: 66.6667%;
  }

  .w-col-medium-9 {
    width: 75%;
  }

  .w-col-medium-10 {
    width: 83.3333%;
  }

  .w-col-medium-11 {
    width: 91.6667%;
  }

  .w-col-medium-12 {
    width: 100%;
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .w-hidden-main, .w-hidden-medium {
    display: inherit !important;
  }

  .w-hidden-small {
    display: none !important;
  }

  .w-row, .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }

  .w-col-small-1 {
    width: 8.33333%;
  }

  .w-col-small-2 {
    width: 16.6667%;
  }

  .w-col-small-3 {
    width: 25%;
  }

  .w-col-small-4 {
    width: 33.3333%;
  }

  .w-col-small-5 {
    width: 41.6667%;
  }

  .w-col-small-6 {
    width: 50%;
  }

  .w-col-small-7 {
    width: 58.3333%;
  }

  .w-col-small-8 {
    width: 66.6667%;
  }

  .w-col-small-9 {
    width: 75%;
  }

  .w-col-small-10 {
    width: 83.3333%;
  }

  .w-col-small-11 {
    width: 91.6667%;
  }

  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }

  .w-hidden-main, .w-hidden-medium, .w-hidden-small {
    display: inherit !important;
  }

  .w-hidden-tiny {
    display: none !important;
  }

  .w-col {
    width: 100%;
  }

  .w-col-tiny-1 {
    width: 8.33333%;
  }

  .w-col-tiny-2 {
    width: 16.6667%;
  }

  .w-col-tiny-3 {
    width: 25%;
  }

  .w-col-tiny-4 {
    width: 33.3333%;
  }

  .w-col-tiny-5 {
    width: 41.6667%;
  }

  .w-col-tiny-6 {
    width: 50%;
  }

  .w-col-tiny-7 {
    width: 58.3333%;
  }

  .w-col-tiny-8 {
    width: 66.6667%;
  }

  .w-col-tiny-9 {
    width: 75%;
  }

  .w-col-tiny-10 {
    width: 83.3333%;
  }

  .w-col-tiny-11 {
    width: 91.6667%;
  }

  .w-col-tiny-12 {
    width: 100%;
  }
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  text-align: center;
}

.w-widget-map .gm-style-iw > button {
  display: none !important;
}

.w-widget-twitter {
  overflow: hidden;
}

.w-widget-twitter-count-shim {
  vertical-align: top;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px;
  width: 28px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  text-align: center;
  color: #999;
  font-family: serif;
  font-size: 15px;
  line-height: 12px;
  position: relative;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  display: block;
  position: relative;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before, .w-widget-twitter-count-shim:not(.w--vertical):after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-width: 4px;
  border-color: #75869600 #5d6c7b #75869600 #75869600;
  margin-top: -4px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -10px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-width: 4px;
  border-color: #fff0 #fff #fff0 #fff0;
  margin-top: -4px;
  margin-left: -8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-top: -5px;
  margin-left: -9px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before, .w-widget-twitter-count-shim.w--vertical:after {
  content: " ";
  pointer-events: none;
  border: solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-width: 5px;
  border-color: #5d6c7b #75869600 #75869600;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-width: 4px;
  border-color: #fff #fff0 #fff0;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-background-video--control {
  background-color: #0000;
  padding: 0;
  position: absolute;
  bottom: 1em;
  right: 1em;
}

.w-background-video--control > [hidden] {
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-nav {
  z-index: 2;
  text-align: center;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  height: 40px;
  margin: auto;
  padding-top: 10px;
  position: absolute;
  inset: auto 0 0;
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  font-size: inherit;
  line-height: inherit;
  width: auto;
  height: auto;
  padding: .2em .5em;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px #3336;
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: #2226;
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  cursor: pointer;
  background-color: #fff6;
  width: 1em;
  height: 1em;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s;
  display: inline-block;
  position: relative;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-dot:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff;
}

.w-slider-dot:focus.w-active {
  box-shadow: none;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
  width: 1em;
  height: 1em;
  margin: auto;
  inset: 0;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.w-slider-force-show {
  display: block !important;
}

.w-dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.w-dropdown-toggle:focus {
  outline: 0;
}

.w-icon-dropdown-toggle {
  width: 1em;
  height: 1em;
  margin: auto 20px auto auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.w-dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-dropdown-link:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-lightbox-backdrop {
  cursor: auto;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  color: #fff;
  text-align: center;
  z-index: 2000;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  background: #000000e6;
  outline: 0;
  font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  list-style: disc;
  position: fixed;
  inset: 0;
  -webkit-transform: translate(0);
}

.w-lightbox-backdrop, .w-lightbox-container {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  overflow: auto;
}

.w-lightbox-content {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-view {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
  vertical-align: middle;
  display: inline-block;
}

.w-lightbox-figure {
  margin: 0;
  position: relative;
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

.w-lightbox-img {
  width: auto;
  max-width: none;
  height: auto;
}

.w-lightbox-image {
  float: none;
  max-width: 100vw;
  max-height: 100vh;
  display: block;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #0006;
  padding: .5em 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-lightbox-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.w-lightbox-control {
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 4em;
  transition: all .3s;
  position: absolute;
  top: 0;
}

.w-lightbox-left {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
  display: none;
  bottom: 0;
  left: 0;
}

.w-lightbox-right {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
  display: none;
  bottom: 0;
  right: 0;
}

.w-lightbox-close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
  height: 2.6em;
  right: 0;
}

.w-lightbox-strip {
  white-space: nowrap;
  padding: 0 1vh;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto hidden;
}

.w-lightbox-item {
  box-sizing: content-box;
  cursor: pointer;
  width: 10vh;
  padding: 2vh 1vh;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
  opacity: .3;
}

.w-lightbox-thumbnail {
  background: #222;
  height: 10vh;
  position: relative;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  height: 100%;
  left: 50%;
  transform: translate(-50%);
}

.w-lightbox-spinner {
  box-sizing: border-box;
  border: 5px solid #0006;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  animation: .8s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

.w-lightbox-spinner:after {
  content: "";
  border: 3px solid #0000;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: absolute;
  inset: -4px;
}

.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }

  .w-lightbox-view, .w-lightbox-view:before {
    height: 96vh;
  }

  .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }

  .w-lightbox-left, .w-lightbox-right {
    opacity: .5;
    display: block;
  }

  .w-lightbox-close {
    opacity: .8;
  }

  .w-lightbox-control:hover {
    opacity: 1;
  }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext[contenteditable="true"]:before, .w-richtext[contenteditable="true"]:after {
  white-space: initial;
}

.w-richtext ol, .w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:after, .w-richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-image, .w-richtext figure[data-rt-type="image"] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div, .w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption, .w-richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.w-richtext figure.w-richtext-figure-type-video, .w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe, .w-richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div, .w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  float: right;
  position: relative;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.w--nav-link-open {
  display: block;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

.w-nav-button.w--open {
  color: #fff;
  background-color: #c8c8c8;
}

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse="all"] .w-nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

.w--nav-dropdown-list-open {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }

  .w-nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}

.w-tabs {
  position: relative;
}

.w-tabs:before, .w-tabs:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-tab-link.w--current {
  background-color: #c8c8c8;
}

.w-tab-link:focus {
  outline: 0;
}

.w-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.w-tab-pane {
  display: none;
  position: relative;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}

.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.w-dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .w-dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

.wf-layout-layout {
  display: grid;
}

:root {
  --black: #445c73;
  --dark-slate-blue: #435c73;
  --lime-green: #72c546;
  --blue: #302dd7;
  --white: white;
  --blue-hover: #211fb9;
  --light-light-grey: #435c730f;
  --light-slate-grey: #778c9e;
  --error-red: #e72f3c;
  --turquoise: #82e5ce;
  --orange: #fca600;
  --dark-slate-grey: #084145;
  --white-2: white;
  --dark-slate-blue-2: #0c3d5a;
  --white-smoke: #f5f7f8;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  letter-spacing: .4px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
}

h1 {
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 900;
  line-height: .9;
}

h2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham copy;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--dark-slate-blue);
  letter-spacing: .4px;
  margin-bottom: 0;
}

a {
  color: var(--lime-green);
  font-weight: 400;
  text-decoration: none;
  transition: color .25s;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .5rem;
  font-weight: 600;
  display: block;
}

strong {
  font-family: Inter, sans-serif;
  font-weight: 700;
}

blockquote {
  border-left: .125rem solid var(--black);
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.7;
}

figure {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

figcaption {
  text-align: center;
  margin-top: .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.page-wrapper {
  overflow: hidden;
}

.page-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
  position: relative;
}

.button {
  background-color: var(--blue);
  color: var(--white);
  flex: none;
  padding: .75rem 2rem;
  font-weight: 600;
  transition: background-color .25s;
}

.button:hover {
  background-color: var(--blue-hover);
  color: var(--white);
}

.button.button-fullwidth {
  width: 100%;
}

.background-color-black {
  background-color: var(--black);
}

.team1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-color-lightgrey {
  background-color: var(--light-light-grey);
}

.button-white {
  background-color: var(--white);
  color: var(--black);
  padding: .75rem 2rem;
  font-weight: 600;
  transition: color .25s, background-color .25s;
}

.button-white:hover {
  background-color: var(--blue);
  color: #fff;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.6;
}

.text-size-medium.text-color-dark-green {
  text-align: left;
}

.text-size-medium.text-color-dark-green.text-weight-bold {
  font-weight: 700;
}

.text-size-medium.text-color-grey {
  text-align: left;
  object-fit: fill;
  font-family: Poppins, sans-serif;
}

.text-size-medium.text-color-white {
  text-align: left;
  font-family: Poppins, sans-serif;
}

.text-size-medium.text-color-white.no-padding {
  margin-top: 0;
}

.text-size-medium.text-color-dark-green {
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
}

.text-size-medium.text-color-white {
  color: var(--white);
  text-align: left;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.text-size-medium.text-color-dark-green-referral {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.max-width-small {
  max-width: 40rem;
}

.max-width-medium {
  max-width: 48rem;
}

.max-width-large {
  max-width: 80rem;
}

.max-width-xlarge {
  max-width: 90rem;
}

.max-width-xsmall {
  max-width: 32rem;
}

.max-width-xxsmall {
  max-width: 24rem;
}

.text-align-center {
  text-align: center;
}

.team2_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team3_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav5_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 18.75rem 1fr 18.75rem;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.menu-icon {
  line-height: 1;
}

.social-link {
  background-color: var(--light-light-grey);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: color .25s;
  display: flex;
}

.social-link:hover {
  color: var(--blue);
}

.social-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.footer4_component {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.line-divider {
  background-color: var(--light-light-grey);
  width: 100%;
  height: 1px;
}

.line-divider.line-divider-mobile {
  display: none;
}

.footer5_right {
  align-items: center;
  display: flex;
}

.footer1_column {
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.footer1_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer1_left {
  max-width: 22.5rem;
  margin-right: 2.5rem;
}

.form-input {
  border: .125rem solid var(--light-light-grey);
  background-color: var(--white);
  color: var(--black);
  height: 3.25rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  transition: background-color .25s, border-color .25s;
}

.form-input:focus {
  border-color: #dae5e7;
}

.form-input::placeholder {
  color: #0b0b1f80;
}

.form-input.is-message {
  height: 7.5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.form-input.is-message.is-white {
  border-style: none;
}

.form-input.is-white {
  border-color: var(--white);
}

.form-input.is-white:focus {
  background-color: #f3f7f8;
  border-color: #f3f7f8;
}

.fs-styleguide-divider {
  color: #fff;
  letter-spacing: .2rem;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 2rem;
  font-size: .6875rem;
  font-weight: 700;
  display: flex;
}

.contact1_form {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox-wrapper {
  margin-bottom: 0;
  padding-left: 1.75rem;
  font-size: .875rem;
}

.checkbox-label {
  margin-bottom: .25rem;
  font-weight: 500;
}

.contact2_image-wrapper {
  justify-content: center;
  align-items: center;
}

.contact2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  align-items: center;
}

.contact4_form {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide-color-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.background-color-primary {
  background-color: var(--blue);
}

.button-outline {
  border: .125rem solid var(--blue);
  color: var(--blue);
  background-color: #fff0;
  padding: .625rem 1.875rem;
  font-weight: 600;
  transition: color .25s, background-color .25s;
}

.button-outline:hover {
  background-color: var(--blue);
  color: #fff;
}

.layout16_component {
  grid-column-gap: 3.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--black);
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 4rem;
  display: grid;
}

.cms1_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cms1_image-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  position: relative;
}

.read-more-icon {
  width: 1rem;
  margin-left: .5rem;
  line-height: 0;
}

.read-more-wrapper {
  align-items: center;
  display: flex;
}

.read-more {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 600;
  display: inline-block;
}

.cms2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cms3_content-wrapper {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem 2rem 1.5rem;
  display: flex;
}

.cms3_image-wrapper {
  height: 16rem;
  position: relative;
}

.layout28_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.layout20_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center stretch;
  display: grid;
}

.layout22_item {
  background-color: #fff;
  padding: 2.5rem;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-color-light-grey.time-space {
  margin-right: 4px;
}

.text-size-small.text-weight-normal.text-color-new-dark-green {
  display: none;
}

.layout23_component {
  background-color: #ddd0;
  height: auto;
  display: flex;
}

.layout23_slide-nav {
  bottom: -.5rem;
}

.layout23_arrow-circle {
  border: .125rem solid var(--black);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

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

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

.layout23_mask {
  height: auto;
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.layout23_slide {
  margin-bottom: 2.5rem;
}

.layout21_client {
  align-items: center;
  display: flex;
}

.layout21_client-image-wrapper {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1rem;
  overflow: hidden;
}

.layout1_component {
  grid-column-gap: 0rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.layout1_content {
  max-width: 37.5rem;
}

.layout2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  align-items: center;
}

.layout4_image-wrapper {
  justify-content: center;
  align-items: center;
}

.team1_image-wrapper {
  justify-content: center;
  align-items: center;
  height: 24rem;
  margin-bottom: 1.5rem;
}

.faq2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.faq-explander-horizontal {
  background-color: var(--black);
  width: 1.25rem;
  height: .125rem;
}

.faq-explander-vertical {
  background-color: var(--black);
  width: .125rem;
  height: 1.25rem;
  position: absolute;
}

.faq-expander {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .25rem;
  margin-left: 2.5rem;
  display: flex;
  position: relative;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-answer {
  color: var(--light-slate-grey);
  font-family: Inter, sans-serif;
  font-weight: 400;
  overflow: hidden;
}

.layout18_lightbox {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout19_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.layout29_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.layout6_icon-wrapper {
  flex: none;
  margin-right: 1.5rem;
}

.layout7_image-wrapper {
  justify-content: center;
  align-items: center;
}

.layout9_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.layout9_item {
  background-color: var(--white);
  padding: 2.5rem;
}

.layout10_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout10_item {
  text-align: center;
}

.pricing1_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
}

.pricing1_item {
  background-color: var(--white);
  text-align: center;
  padding: 2.5rem 2rem 2rem;
}

.pricing1_cost {
  margin-top: 1.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.pricing1_value-tag {
  background-color: var(--black);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.pricing2_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.pricing2_cost {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.pricing2_icon-wrapper {
  background-color: var(--light-light-grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.button-lightgrey {
  background-color: var(--light-light-grey);
  color: var(--black);
  padding: .75rem 2rem;
  font-weight: 600;
  transition: color .25s, background-color .25s;
}

.button-lightgrey:hover {
  background-color: var(--black);
  color: #fff;
}

.pricing3_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing3_item {
  border: .125rem solid var(--light-light-grey);
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 2rem 2rem;
  display: flex;
}

.button-black {
  background-color: var(--black);
  color: #fff;
  padding: .75rem 2rem;
  font-weight: 600;
  transition: background-color .25s;
}

.button-black:hover {
  background-color: var(--blue);
  color: var(--white);
}

.button-black.button-fullwidth {
  width: 100%;
}

.footer4_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 20rem 1fr 20rem;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.header5_content {
  max-width: 37.5rem;
}

.layout5_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  height: 100vh;
}

.footer5_component {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.footer2_column {
  flex-direction: column;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.footer2_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer5_content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.error-message {
  border-left: .125rem solid var(--error-red);
  color: var(--error-red);
  background-color: #e72f3c1a;
  margin-top: .5rem;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.success-message {
  background-color: var(--light-light-grey);
  text-align: left;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.success-message.large {
  padding: 1.5rem 2rem;
  font-size: .9375rem;
}

.success-message.large.white {
  background-color: var(--white);
}

.team2_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout18_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.layout7_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  align-items: center;
}

.layout7_content {
  max-width: 37.5rem;
  padding-right: 3.5rem;
}

.layout8_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  align-items: center;
}

.layout8_image-wrapper {
  justify-content: center;
  align-items: center;
}

.layout8_content {
  max-width: 37.5rem;
  padding-left: 3.5rem;
}

.pricing2_item {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 2rem 2rem;
  display: flex;
}

.pricing3_cost {
  margin-top: 1.25rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
}

.cms2_image-wrapper {
  margin-bottom: 1.5rem;
  position: relative;
}

.cms3_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout27_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.layout22_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.protected_wrap {
  background-color: var(--light-light-grey);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.protected_content {
  text-align: center;
  flex-direction: column;
  width: 22.5rem;
  margin-bottom: 0;
}

.footer4_menu {
  text-align: right;
  font-weight: 600;
}

.layout2_form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout14_form {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.protected_form {
  flex-direction: column;
  align-items: stretch;
}

.password_grid {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-columns: 1fr;
  justify-items: stretch;
  margin-top: 1.5rem;
}

.not-found_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 24rem;
  margin-bottom: 0;
  display: flex;
}

.not-found_wrap {
  background-color: var(--light-light-grey);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.fs-styleguide-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 16rem 1fr;
  margin-bottom: 5rem;
}

.fs-styleguide-grid.fs-styleguide-grid-last {
  margin-bottom: 0;
}

.fs-styleguide-color {
  width: 100%;
}

.color {
  width: 100%;
  height: 5rem;
  margin-bottom: .5rem;
}

.color.is-primary {
  background-color: var(--blue);
}

.color.is-primary-hover {
  background-color: var(--blue-hover);
}

.color.is-black {
  background-color: var(--black);
}

.color.is-lightgrey {
  background-color: var(--light-light-grey);
}

.color.is-white {
  background-color: var(--white);
}

.color.is-turquoise {
  background-color: var(--turquoise);
}

.color.is-red {
  background-color: var(--error-red);
}

.fs-styleguide-button-div {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.fs-styleguide-space-label {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 1px;
  align-items: center;
  height: 1.75rem;
  padding: .25rem .75rem .25rem .5rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.6;
  display: block;
}

.fs-styleguide-space-wrapper {
  background-color: var(--light-light-grey);
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.fs-styleguide-grid-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide-button-padding {
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.fs-styleguide-box-shadow {
  box-shadow: 0 0 24px #eff4f5;
}

.faq-answer-margin {
  margin-top: 1rem;
}

.fs-styleguide-header {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6rem 2.5rem;
  display: flex;
}

.social-icon {
  width: 1rem;
  line-height: 0;
}

.fs-styleguide-nav {
  z-index: 99999999;
}

.nav1_component, .nav2_component {
  background-color: var(--white);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.nav3_component {
  background-color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.nav4_component, .nav5_component {
  background-color: var(--white);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.nav5_nav-menu-wrapper {
  margin-left: -1rem;
}

.fs-styleguide-nav-fixed {
  z-index: 1001;
  position: fixed;
  inset: 0% 0% auto;
}

.nav1_menu {
  align-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.nav1_link {
  padding: .5rem 1rem;
  transition: color .25s;
}

.nav1_link:hover {
  color: var(--blue);
}

.nav1_link.w--current {
  color: var(--black);
}

.nav1_link.w--current:hover {
  color: var(--blue);
}

.nav1_dropdown-list {
  background-color: var(--light-light-grey);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.nav1_dropdown-toggle {
  padding: .5rem 2.25rem .5rem 1rem;
}

.nav1_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.nav2_menu {
  place-content: space-between;
  font-weight: 600;
  display: flex;
}

.nav2_link {
  color: var(--black);
  padding: .5rem 1rem;
  transition: color .25s;
}

.nav2_link:hover {
  color: var(--blue);
}

.nav2_link.w--current {
  color: var(--black);
}

.nav2_link.w--current:hover {
  color: var(--blue);
}

.nav2_dropdown-list {
  background-color: var(--light-light-grey);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.nav2_dropdown-toggle {
  padding: .5rem 2.25rem .5rem 1rem;
}

.nav2_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.nav3_menu {
  flex: 1;
  place-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  margin-right: auto;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-weight: 600;
  display: flex;
}

.nav3_link {
  color: var(--black);
  padding: .5rem 1rem;
  transition: color .25s;
}

.nav3_link:hover {
  color: var(--blue);
}

.nav3_link.w--current {
  color: var(--black);
}

.nav3_link.w--current:hover {
  color: var(--blue);
}

.nav3_dropdown-toggle {
  padding: .5rem 2.25rem .5rem 1rem;
}

.nav3_dropdown-list {
  background-color: var(--light-light-grey);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.nav3_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.nav3_button-wrapper {
  text-align: left;
}

.nav4_menu {
  align-content: space-between;
  align-items: center;
  margin-right: -1rem;
  font-weight: 600;
  display: flex;
}

.nav4_link {
  color: var(--black);
  padding: .5rem 1rem;
  transition: color .25s;
}

.nav4_link:hover {
  color: var(--blue);
}

.nav4_link.w--current {
  color: var(--black);
}

.nav4_link.w--current:hover {
  color: var(--blue);
}

.nav4_dropdown-toggle {
  padding: .5rem 2.25rem .5rem 1rem;
}

.nav4_dropdown-list {
  background-color: var(--light-light-grey);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.nav4_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.nav5_menu {
  align-content: space-between;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.nav5_link {
  color: var(--black);
  padding: .5rem 1rem;
  transition: color .25s;
}

.nav5_link:hover {
  color: var(--blue);
}

.nav5_link.w--current {
  color: var(--black);
}

.nav5_social-mobile {
  float: left;
  text-align: left;
  padding: .75rem 2.5rem 1rem;
  display: none;
}

.footer1_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: color .25s;
}

.footer1_link:hover {
  color: var(--blue);
}

.footer1_logo {
  max-height: 1.5rem;
}

.footer1_bottom-text-link {
  transition: color .25s;
}

.footer1_bottom-text-link:hover {
  color: var(--blue);
}

.footer2_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: color .25s;
}

.footer2_link:hover {
  color: var(--blue);
}

.footer2_info {
  max-width: 22.5rem;
  margin-right: 2.5rem;
}

.footer2_logo {
  max-height: 1.5rem;
}

.footer2_bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.footer2_bottom-text-link {
  text-decoration: none;
  transition: color .25s;
}

.footer2_bottom-text-link:hover {
  color: var(--blue);
}

.footer3_nav-menu {
  text-align: center;
  font-weight: 600;
}

.footer3_link {
  padding: .5rem 1rem;
  text-decoration: none;
  transition: color .25s;
  display: inline-block;
}

.footer3_link:hover {
  color: var(--blue);
}

.footer3_logo {
  max-height: 1.5rem;
}

.footer4_text-link {
  text-decoration: none;
  transition: color .25s;
}

.footer4_text-link:hover {
  color: var(--blue);
}

.footer4_link {
  margin-left: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: color .25s;
  display: inline-block;
}

.footer4_link:hover {
  color: var(--blue);
}

.footer5_text-link {
  text-decoration: none;
  transition: color .25s;
}

.footer5_text-link:hover {
  color: var(--blue);
}

.footer5_link-wrapper {
  font-weight: 600;
}

.footer5_link {
  margin-right: 1.5rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: color .25s;
  display: inline-block;
}

.footer5_link:hover {
  color: var(--blue);
}

.footer2_title {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.layout1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout4_image {
  object-fit: cover;
}

.layout5_image-wrapper {
  justify-content: center;
  align-items: center;
}

.layout5_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.layout6_image {
  object-fit: cover;
}

.layout6_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  align-items: center;
}

.layout6_features-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr;
}

.layout6_feature {
  align-items: flex-start;
  display: flex;
}

.layout6_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 22.5rem;
}

.layout7_image, .layout8_image {
  object-fit: cover;
}

.team1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team2_image-wrapper {
  height: 16rem;
  margin-bottom: 1.5rem;
}

.team3_image-wrapper {
  height: 12rem;
  margin-bottom: 1.5rem;
}

.layout18_play-circle {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
}

.layout18_video-image {
  object-fit: cover;
}

.layout18_play-icon {
  width: .75rem;
  margin-left: .25rem;
}

.layout19_play-circle {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
}

.layout19_play-icon {
  width: .75rem;
  margin-left: .25rem;
}

.layout19_video-image {
  object-fit: cover;
}

.cms1_image {
  object-fit: cover;
  width: 100%;
  height: 16rem;
}

.cms2_text-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.cms2_image {
  object-fit: cover;
  width: 100%;
  height: 20rem;
}

.cms3_link {
  color: var(--black);
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.cms3_link:hover {
  color: var(--black);
}

.cms3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout20_logo {
  filter: grayscale();
  max-height: 2.5rem;
  transition: filter .25s;
}

.layout20_logo:hover {
  filter: grayscale(0%);
}

.layout22_logo {
  height: 2rem;
  line-height: 0;
}

.layout23_logo {
  max-height: 2.5rem;
  line-height: 0;
}

.layout28_image {
  object-fit: cover;
  width: 100%;
  height: 17.5rem;
}

.layout27_image {
  object-fit: cover;
  width: 100%;
  max-height: 16rem;
}

.contact4_component, .contact1_component {
  margin-bottom: 0;
}

.form-checkbox {
  border-width: .125rem;
  border-color: var(--light-light-grey);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-left: -1.75rem;
  margin-right: .5rem;
  transition: border-color .25s;
}

.form-checkbox:hover {
  border-color: #e1e9eb;
}

.form-checkbox.w--redirected-checked {
  border-color: var(--turquoise);
  background-color: var(--turquoise);
  background-size: .875rem .875rem;
}

.form-checkbox.w--redirected-focus {
  box-shadow: none;
}

.form-checkbox.is-white {
  border-style: none;
}

.contact2_image {
  object-fit: cover;
}

.nav1_logo-link, .nav2_logo-link, .nav3_logo-link, .nav4_logo-link, .nav5_logo-link {
  line-height: 0;
}

.footer4_logo, .nav5-logo, .nav4_logo, .nav3_logo, .nav2_logo {
  max-height: 1.5rem;
}

.nav1_logo {
  height: 100%;
  max-height: 1.5rem;
}

.layout2_image {
  object-fit: cover;
}

.layout23_arrow {
  width: 1.15rem;
  font-size: 0;
  line-height: 0;
}

.layout23_arrow.is-rotated {
  transform: rotate(180deg);
}

.layout21_client-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cms1_title-link, .cms1_title-link:hover, .cms2_title-link, .cms2_title-link:hover {
  color: var(--black);
}

.layout11_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  align-items: center;
}

.layout11_image {
  object-fit: cover;
}

.layout11_list-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.layout11_list-item {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout12_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout12_right {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  align-items: start;
  margin-top: 1rem;
}

.layout12_number {
  color: #0b0b1f54;
  font-weight: 600;
}

.layout12_item {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team4_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.team4_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team4_image-wrapper {
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.team4_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout17_component {
  background-color: var(--white);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  padding: 4rem;
}

.pricing4_table-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--light-light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pricing4_table-cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

.pricing4_checkmark {
  color: var(--turquoise);
  width: 1rem;
  display: inline-block;
}

.pricing4_crossmark {
  color: #0b0b1f54;
  width: .75rem;
  display: inline-block;
}

.pricing4_table-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid var(--light-light-grey);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  padding-bottom: 2rem;
}

.pricing4_table-title-wrapper {
  align-items: center;
  display: flex;
}

.pricing4_help-circle {
  background-color: var(--light-light-grey);
  color: #0b0b1f54;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.pricing4_help-wrapper {
  flex: 1;
  margin-left: .5rem;
  position: relative;
}

.pricing4_help-textbox {
  background-color: var(--light-light-grey);
  width: 12.5rem;
  margin-top: .5rem;
  padding: .5rem .75rem;
  display: none;
  position: absolute;
}

.contact3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  align-items: start;
}

.contact3_content {
  max-width: 32rem;
}

.contact3_contact-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr;
}

.contact3_contact {
  align-items: center;
  display: flex;
}

.contact_icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: .75rem;
  display: flex;
}

.contact3_form {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact3_form-wrapper {
  margin-bottom: 0;
}

.layout24_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout24_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr;
}

.layout24_item {
  background-color: var(--white);
  padding: 2.5rem;
}

.layout24_rating-icon {
  color: #ecb76c;
  width: 1.25rem;
  margin-right: .25rem;
  display: inline-block;
}

.layout24_rating-wrapper {
  margin-bottom: 1.5rem;
}

.layout26_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  align-items: start;
}

.layout26_logo-list {
  flex-wrap: wrap;
  display: flex;
}

.layout26_logo {
  filter: grayscale();
  max-height: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  margin-right: 3rem;
  line-height: 0;
  transition: filter .25s;
}

.layout26_logo:hover {
  filter: grayscale(0%);
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text h4, .text-rich-text h3, .text-rich-text h6, .text-rich-text h5 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text a {
  color: var(--blue);
  font-weight: 600;
}

.text-rich-text a:hover {
  color: var(--blue-hover);
}

.layout31_component {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout31_text-link {
  color: #ffffffbf;
}

.layout31_text-link:hover {
  color: var(--white);
}

.layout32_component {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.layout32_close-icon {
  color: var(--white);
  width: .75rem;
  font-size: 0;
  line-height: 0;
}

.layout32_text-link {
  color: #ffffffbf;
}

.layout32_text-link:hover {
  color: var(--white);
}

.layout32_close {
  margin-right: -1rem;
  padding: 1rem;
}

.empty-state {
  background-color: var(--white);
  height: 0;
  padding: 0;
}

.heading-xlarge {
  font-size: 4rem;
  line-height: 1.25;
}

.blog-title_category-link {
  background-color: var(--black);
  color: var(--white);
  border-radius: 4rem;
  margin-bottom: 1.5rem;
  padding: .25rem 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.blog-title_category-link:hover {
  color: var(--white);
}

.blog-header_image {
  width: 100%;
}

.cms3_list-wrapper {
  justify-content: start;
}

.cms3_item:hover {
  color: var(--black);
}

.category-link {
  background-color: var(--black);
  color: var(--white);
  border-radius: 1.25rem;
  padding: .25rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  position: absolute;
  bottom: .75rem;
  left: .75rem;
}

.category-link:hover {
  color: var(--white);
}

.cms1_image-link, .cms2_image-link {
  width: 100%;
}

.pricing1_checkmark {
  color: var(--turquoise);
  width: 1rem;
  margin-top: .5rem;
  margin-right: .5rem;
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

.pricing1_feature {
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.pricing1_crossmark {
  color: #0b0b1f54;
  width: .75rem;
  margin-top: .5rem;
  margin-right: .5rem;
  font-size: 0;
  line-height: 0;
}

.pricing4_mobile {
  display: none;
}

.pricing4_mobile-table-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.pricing4_mobile-table-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pricing4_mobile-table-cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  padding-top: 2rem;
}

.layout25_client {
  align-items: center;
  display: flex;
}

.cms3_image-overlay {
  background-color: var(--black);
  opacity: .25;
  position: absolute;
  inset: 0%;
}

.layout17_form, .footer1_form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.team1_item, .team3_item {
  text-align: center;
}

.radio-button {
  border: .125rem solid var(--light-light-grey);
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .25rem;
  margin-left: -1.75rem;
}

.radio-wrapper {
  margin-bottom: 0;
  padding-left: 1.75rem;
  font-size: .875rem;
}

.radio-label {
  margin-bottom: .25rem;
  font-weight: 500;
}

.checkbox-button {
  border-width: 2px;
  border-color: var(--light-light-grey);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 0;
  width: 1.375rem;
  height: 1.375rem;
  margin: .125rem 0 0 -1.75rem;
  transition: border-color .25s;
}

.checkbox-button:hover {
  border-color: #e1e9eb;
}

.checkbox-button.w--redirected-checked {
  border-color: var(--turquoise);
  background-color: var(--turquoise);
  background-size: 14px 14px;
}

.checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.fs-styleguide-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-text {
  margin-top: .75rem;
  font-size: .875rem;
  font-weight: 600;
}

.lightbox-play {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.nav2_button-wrapper {
  flex: none;
  justify-content: flex-end;
  width: 11rem;
  display: flex;
}

.faq-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-medium {
  font-size: 2.25rem;
  line-height: 1.5;
}

.heading-small {
  font-size: 1.75rem;
  line-height: 1.5;
}

.main-wrapper {
  margin-bottom: 0;
}

.footer3_top {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-large {
  justify-content: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  max-height: 10%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container-large.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container-medium {
  width: auto;
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-xsmall {
  width: 100%;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

.footer1_form-wrapper, .layout2_form-wrapper, .layout14_form-wrapper {
  margin-bottom: 0;
}

.faq1_line-divider {
  background-color: var(--light-light-grey);
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.faq2_line-divider {
  background-color: var(--light-light-grey);
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.layout17_form-wrapper {
  margin-bottom: .5rem;
}

.nav1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav2_container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 11rem auto;
  grid-auto-columns: auto;
  justify-content: stretch;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav3_container {
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav3_link-wrapper {
  align-items: center;
  display: flex;
}

.nav4_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-styleguide-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: -4.75rem;
  display: flex;
}

.layout17_form-bottom {
  flex-direction: column;
  align-items: center;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-row {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  display: flex;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.text-weight-bold {
  font-family: Helveticaneuebd;
  font-weight: 400;
}

.text-weight-bold.text-color-white {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.pricing3_features {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.team1_social-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  place-items: center;
  display: grid;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-large {
  font-size: 1.5rem;
}

.pricing4_cost {
  font-size: 2rem;
  font-weight: 700;
}

.fs-styleguide-nav-spacer {
  height: 4.5rem;
}

.fs-styleguide-nav-background {
  height: 4.75rem;
}

.nav5_social-wrapper, .footer5_social-wrapper, .footer3_social-wrapper, .footer2_social-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.text-style-quote {
  border-left: .125rem solid var(--black);
  color: var(--black);
  text-align: left;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.7;
}

.text-style-italic {
  font-style: italic;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-light {
  font-weight: 300;
}

.heading-large {
  font-size: 3rem;
  line-height: 1.35;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-muted {
  opacity: .4;
}

.text-style-link {
  color: var(--blue);
  font-weight: 600;
}

.text-style-link:hover {
  color: var(--blue-hover);
}

.text-color-primary {
  color: var(--blue);
}

.fs-styleguide_text-color-wrapper {
  width: 100%;
}

.text-color-black {
  color: var(--black);
}

.text-color-white {
  color: var(--white);
  text-align: left;
  display: block;
}

.text-color-grey {
  color: var(--dark-slate-blue);
  text-align: left;
  font-family: Poppins, sans-serif;
}

.text-color-grey.text-style-allcaps:hover {
  text-decoration: underline;
}

.text-color-grey.text-style-allcaps.spacer-line {
  margin-left: 6px;
  margin-right: 6px;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.max-width-full {
  max-width: none;
}

.icon-small {
  height: 1rem;
}

.fs-styleguide-icon-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.fs-styleguide-icon-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.fs-styleguide-icons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: auto;
  margin-top: 1rem;
  display: grid;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.layer {
  position: absolute;
  inset: 0%;
}

.fs-styleguide-relative {
  height: 5rem;
  position: relative;
}

.clickable-off {
  cursor: none;
}

.clickable-on {
  cursor: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.max-width-xxlarge {
  max-width: 98rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-bottom.margin-xlarge {
  color: var(--lime-green);
  letter-spacing: -1px;
  font-family: Gotham copy;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-0-all {
  margin: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding {
  padding-bottom: 20px;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-huge {
  display: block;
}

.padding-vertical.padding-huge.padding-top-0 {
  padding-top: 6rem;
}

.padding-vertical.padding-large {
  width: auto;
}

.padding-vertical.padding-custom1 {
  padding-top: .25rem;
  padding-bottom: 2rem;
  font-weight: 400;
  position: relative;
}

.padding-vertical.padding-custom-why {
  padding-top: 4rem;
}

.padding-0-all {
  padding: 0;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: visible;
}

.nav2_link-wrapper {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-large {
  height: 2.5rem;
}

.icon-medium {
  height: 2rem;
}

.text-size-regular {
  font-size: 1.125rem;
  line-height: 1.6;
}

.text-size-regular.text-color-grey {
  text-align: left;
}

.heading-xsmall {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-style-nowrap {
  white-space: nowrap;
}

.button-wrapper {
  margin: .5rem;
}

.nav1_button-wrapper {
  margin-left: 1rem;
}

.button-text {
  color: var(--blue);
  background-color: #fff0;
  padding: .75rem 2rem;
  font-weight: 600;
  transition: color .25s;
}

.button-text:hover {
  color: var(--blue-hover);
}

.cms3_content {
  flex: 1;
}

.pricing2_content {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.bd-page-padding {
  background-color: var(--white);
  padding: 10px 0 0;
  position: relative;
  overflow: hidden;
}

.bd-page-padding.right {
  border-right: 1px solid #dfe5ea;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.component-item {
  border: 1px #000;
  border-bottom-color: #b4b1b1;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.logo-text {
  float: none;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  height: auto;
  margin: auto;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.logo-h1 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.2em;
}

.preview {
  text-align: center;
  border: 1px #000;
  width: 100%;
  height: 84vh;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  position: static;
  overflow: scroll;
}

.logo-svg {
  width: 50px;
  height: 40px;
  line-height: 15px;
}

.bd-page-right {
  color: #000;
  object-fit: fill;
  background-color: #f8f8f8;
  border-top: 0 solid #000;
  border-bottom: 1px solid #e0e2e2;
  border-left: 2px solid #e0e2e2;
  border-right: 0 solid #000;
  flex: 1;
  align-self: flex-start;
  width: 50%;
  height: auto;
  display: block;
  position: static;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.logo-wrapper {
  flex: 1;
  width: 70%;
  margin-bottom: 30px;
  display: block;
}

.tabs_menu {
  z-index: 2;
  border: 1px #211f2429;
  border-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 16px;
  overflow: hidden;
}

.logo-wrapper-right {
  z-index: 0;
  color: #211f24;
  background-color: #fff;
  border: 1px #6813df;
  border-bottom: 1px solid #e0e2e2;
  margin-bottom: 0;
  padding: 40px;
  display: block;
  position: sticky;
  top: auto;
  bottom: 0;
  overflow: hidden;
}

.component-container {
  width: 45vw;
  display: block;
  overflow: visible;
}

.bd-page-left {
  background-color: #fff;
  flex: 1;
  width: 50%;
  height: auto;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.tabs_link {
  text-align: center;
  background-color: #dfe5ea;
  border-radius: 6px;
  flex: 0 auto;
  margin-right: 10px;
  padding: 10px 20px;
  font-weight: 400;
}

.tabs_link.w--current {
  color: #fff;
  background-color: #211f24;
}

.tabs-content {
  display: none;
}

.page-horizontal {
  float: none;
  justify-content: flex-start;
  height: auto;
  display: flex;
  position: static;
}

.margin-top-medium {
  margin-top: 32px;
}

.containers {
  border: 1px #000;
  width: 100%;
  height: 75vh;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  position: static;
  overflow: scroll;
}

.text-block {
  border-radius: 0;
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar {
  background-color: #fff;
  position: sticky;
  top: 0;
}

.primary-btn {
  background-color: var(--orange);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all .1s linear;
  display: flex;
  overflow: clip;
}

.primary-btn:hover {
  background-color: var(--orange);
  color: var(--white);
  transform: scale(1.03);
}



.primary-btn.btn-dark-green {
  background-color: var(--dark-slate-grey);
  flex-flow: row;
  justify-content: center;
  transition-duration: .1s;
  display: inline-block;
  overflow: auto;
}

.primary-btn.btn-dark-green:hover {
  background-color: var(--orange);
  color: #fff;
  transform: scale(1.03);
}

.primary-btn.btn-white {
  background-color: var(--white-2);
  color: var(--dark-slate-blue-2);
  transition-property: all;
}

.primary-btn.btn-white:hover {
  background-color: var(--orange);
  color: #fff;
}

.primary-btn.btn-white--outlined {
  border: 1px solid var(--light-slate-grey);
  background-color: var(--white-2);
  color: var(--light-slate-grey);
}

.primary-btn.btn-white--outlined:hover {
  background-color: var(--light-slate-grey);
  color: #fff;
}

.primary-btn.white-outlined {
  background-color: #0000;
  border: 1px solid #fff;
}

.primary-btn.mobile-full {
  transition: all .1s linear;
}

.primary-btn.mobile-full:hover {
  background-color: var(--orange);
  color: #fff;
  transform: scale(1.03);
}

.primary-btn.pricing-btn:hover {
  background-color: var(--dark-slate-grey);
  color: #fff;
}

.nav-container {
  max-width: 80rem;
  height: 80px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link {
  color: var(--dark-slate-blue);
  font-family: Inter, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--lime-green);
}

.small-top-bar {
  background-color: #435c730f;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-family: Helveticaneuemed;
  font-weight: 400;
  display: flex;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.top-link-wrap {
  letter-spacing: .75px;
  justify-content: flex-end;
  font-family: Helveticaneuebd;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.hero-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .25fr;
}

.hero-home-content {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.text-color-dark-green {
  color: var(--dark-slate-grey);
  text-align: left;
  width: auto;
  height: auto;
  min-height: auto;
  font-size: 2rem;
}

.text-color-dark-green.text-align-center {
  text-align: center;
}

.hero-home-img {
  position: relative;
}

.home-hero-section {
  display: block;
}

.title-center {
  text-align: center;
  max-width: 60rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

._3col-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.monitoring-item {
  text-align: center;
}

.large-round {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.round-img {
  z-index: 1;
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/62b0cef9d4137496f59adf9b_IMG-30.jpg");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 500px;
  width: 260px;
  min-width: 260px;
  height: 260px;
  min-height: 260px;
  position: absolute;
}

.round-img._1 {
  -webkit-text-fill-color: inherit;
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/62ef5334664d65b81556973d_62b0cef9d4137496f59adf9b_IMG-30%20%282%29.webp");
  background-position: -80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
}

.round-img._3 {
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/62b45c095107b31dd946532a_reliable.png");
  background-position: 0 0;
  background-size: auto;
}

.round-img._2 {
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/62ef54d006d8482aeec09b8c_62b44f9b59a433c636d63adb_reconcile%20scratchers.webp");
  background-repeat: repeat;
}

/* .cta-section {
  display: none;
} */

.cta-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  overflow: hidden;
}

.cta-content {
  background-color: var(--dark-slate-blue-2);
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 4rem;
  display: flex;
}

.cta-img {
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/62ef54fd629f18380d573ce7_62ab831ac4949f2cfddf696b_pexels-andrea-piacquadio-3760526%201.webp");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.protection-section {
  display: block;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.testimonial-section {
  object-fit: fill;
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/62ab831ac4949f0d4cdf6973_Ellipse%2047.png");
  background-position: 50%;
  background-size: 100% 100%;
  width: 100%;
  display: inline-block;
  position: relative;
}

.grid-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
}

.flex-middle {
  height: 100%;
}

.image-spreadsheet {
  width: 436px;
  min-width: 436px;
  height: 436px;
  min-height: 436px;
  padding-top: 0;
}

.spreedsheet-extra-large-round {
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 18px;
  display: flex;
}

.extra-large-round-img {
  z-index: 1;
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/630031a37936bb641e0364f6_dt.webp");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 500px;
  width: 390px;
  min-width: 390px;
  height: 390px;
  min-height: 390px;
  position: absolute;
}

.testimonial-text-wrap {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.text-style-bold {
  font-family: Helveticaneuemed;
  font-weight: 400;
}

.text-style-bold.text-color-grey {
  text-align: left;
  font-family: Poppins, sans-serif;
}

.text-color-light-grey {
  color: var(--dark-slate-blue-2);
  text-align: left;
  font-family: Poppins, sans-serif;
}

/* .product-features-sections {
  display: none;
} */

.features-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  padding-top: 0;
}

.features-4up {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.feature-item {
  display: flex;
}

.product-feature-img-wrap {
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/62ab831ac4949f7b77df696c_Rectangle%20579.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 6px;
  width: 180px;
  min-width: 180px;
  min-height: 250px;
  margin-right: 1.5rem;
}

.product-feature-img-wrap._1 {
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/6706e2363203d3e9a8101532_62b419a03782e024949c93f3_IMG-15%20copy%20%281%29.jpg");
  background-position: 0 0;
  background-size: cover;
}

.product-feature-img-wrap._2 {
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/62ef55eb664d65150256aa9c_62bd8af576f88542bb4af1b0_62b4181f8d0eccdfd55fb76d_IMG-98%20copy.webp");
  background-position: 0 0;
  background-size: cover;
}

.product-feature-img-wrap._3 {
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/62ef55eb0b52a62d5cd8ceb8_62bd8af5c9600d754d816b20_62b45e08d10f401872838529_IMG-124.webp");
  background-position: 50%;
  background-size: cover;
}

.product-feature-img-wrap._4 {
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/6470297c4f90b915dab4d366_Lotto%20Image.jpeg");
  background-position: 100%;
  background-size: cover;
}



.get-started-content {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
}

.text-color-orange {
  color: var(--orange);
}

.image-2 {
  transform-origin: 100%;
  position: absolute;
  bottom: -139.5px;
  right: -75%;
}

.pricing-sections {
  background-color: var(--white-smoke);
  display: none;
}

.price-grid {
  grid-column-gap: 6rem;
  grid-template-rows: auto;
}

.pricing-item {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  position: relative;
}

.pre-text-caps {
  color: var(--lime-green);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: Gotham;
  line-height: 1.2;
}

.text-block-2 {
  color: var(--lime-green);
}

.price-item {
  text-align: center;
  margin-bottom: .5rem;
}

.or-text {
  color: var(--light-slate-grey);
  text-align: center;
}

.fee-large-text {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: Gotham copy;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.check-item {
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.check-mark {
  margin-right: 12px;
  padding-top: 7px;
}

.check-list {
  margin-bottom: 2.5rem;
}

.btn-wrap {
  justify-content: center;
  display: flex;
}

.testimonials-section {
  background-color: #fff;
}

.tile-left-side {
  margin-bottom: 4rem;
}

.mask {
  width: 33.33%;
  overflow: visible;
}

.slider {
  background-color: #fff;
  height: auto;
  padding-bottom: 60px;
}

.slide-wrap {
  background-image: linear-gradient(to bottom, var(--lime-green), var(--lime-green));
  color: #fff;
  border-radius: 12px;
  margin-right: 12px;
  padding: 40px;
}

.slide-wrap.orange-color {
  background-image: linear-gradient(to bottom, var(--orange), var(--orange));
}

.slide-wrap.dark-green-color {
  background-image: linear-gradient(to bottom, var(--dark-slate-grey), var(--dark-slate-grey));
}

.left-arrow {
  display: none;
}

.testimonial-name {
  align-items: center;
  display: flex;
}

.headshot-testimonial {
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/62ab831ac4949f2010df6978_Ellipse%2052.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 12px;
  display: none;
}

.slide {
  margin-left: 0%;
  margin-right: 0%;
}

.right-arrow {
  display: none;
}

.faq-section {
  background-color: var(--white-smoke);
}

.grid-3 {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
}

.side-bar {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-color-green {
  color: var(--lime-green);
}

.dropdown {
  color: var(--dark-slate-grey);
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 1rem;
  font-family: Helveticaneuebd;
  font-weight: 400;
}

.dropdown-toggle {
  white-space: normal;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
}

.dropdown-toggle.w--open {
  font-size: 1.125rem;
  line-height: 1.4;
}

.dropdown-list {
  background-color: #af7e7e;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 0 30px 30px;
  position: relative;
}

.footer-section {
  background-color: var(--dark-slate-grey);
}

.grid-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: .5fr 1fr;
}

.footer-info {
  text-align: left;
  margin-top: 2px;
}

.footer-logo {
  margin-bottom: 2rem;
}

.link-block {
  margin-right: 8px;
}

.footer-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.f-link {
  color: #fff;
  margin-bottom: .5rem;
  display: inline-block;
}

.copyright-wrap {
  border-top: 1px solid #ffffff1f;
  padding-top: 2rem;
}

.copyright-grid {
  grid-template-rows: auto;
}

.copyright-link {
  margin-left: 1.5rem;
}

.blog-hero {
  background-color: var(--dark-slate-grey);
}

.featured-blog-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.featured-blog-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.featured-bog-img {
  box-sizing: border-box;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  min-height: auto;
  position: static;
}

._3-up-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-thumb {
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  min-height: 300px;
  margin-bottom: 1.5rem;
}

.bold-link {
  color: var(--dark-slate-grey);
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  transition-property: all;
}

.bold-link:hover {
  color: var(--lime-green);
}

.grid-5 {
  opacity: .65;
  grid-template-rows: auto;
}

.min-read {
  justify-content: flex-end;
  display: flex;
}

.title-wrap {
  margin-bottom: 4rem;
}

.blog-indi-hero {
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 12px;
  width: auto;
  height: auto;
  min-height: 420px;
  margin-bottom: 2rem;
  font-weight: 400;
}

.blog-post {
  border-bottom: 1px solid var(--dark-slate-blue);
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.rich-text-block {
  color: var(--dark-slate-blue);
}

.blog-title {
  margin-bottom: 2rem;
}

._2-up-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-wrap {
  justify-content: center;
  display: flex;
}

.cms-related {
  margin-bottom: 4rem;
}

/* ._360-section {
  display: none;
} */

.slide-nav {
  font-size: .6rem;
}

.dd-icon {
  color: var(--lime-green);
}

.tabs-menu {
  justify-content: center;
  margin-bottom: 2rem;
  display: flex;
}

.tab-price {
  color: #435c7380;
  background-color: #ffffff80;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  font-family: Helvetica neu;
  font-weight: 400;
}

.tab-price.w--current {
  background-color: var(--dark-slate-grey);
  color: var(--lime-green);
}

.tab-price.yearly-tab {
  border-radius: 100px 0 0 100px;
}

.tab-price.yearly-tab.w--current {
  background-color: var(--dark-slate-grey);
  color: var(--lime-green);
  border-radius: 100px 0 0 100px;
}

.container-small-copy {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.lightbox-link {
  background-color: var(--lime-green);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  padding: 8px 16px;
  font-family: Helveticaneuemed;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto auto 96px 0%;
}

.lightbox-link:hover {
  background-color: var(--orange);
}

.image-3 {
  object-fit: contain;
  max-width: 100%;
  margin-right: 8px;
  font-size: 1rem;
}

.logo-brand {
  width: 225px;
}

.footer-loog-brand {
  width: 175px;
}

.heading {
  color: var(--light-slate-grey);
  text-align: left;
  white-space: normal;
  font-family: Gotham copy;
  font-size: 1.5rem;
  font-weight: 700;
}

.text-color-dark-green-copy-2 {
  color: var(--dark-slate-grey);
  text-align: left;
  font-size: 4rem;
}

.text-color-white-copy {
  color: var(--white);
  font-size: 3rem;
}

.text-color-dark-green-copy {
  color: var(--dark-slate-grey);
  text-align: center;
  font-size: 3.125rem;
}

.heading-2 {
  text-align: left;
  font-size: 3.125rem;
}

.still-have-question-wrap {
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.still-have-question-wrap.mobile-version {
  display: none;
}

.save-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.save-tag {
  color: #0000;
  background-color: #0000;
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 2px 18px;
  font-family: Helveticaneuebd;
  font-weight: 400;
  display: inline-block;
  position: static;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
}

.empty-state-2 {
  display: none;
}

.navbar-blog {
  background-color: #fff;
  position: sticky;
  top: 0;
}

.extra-large-round-img-copy {
  z-index: 1;
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/65bc30efec42f6b869d7f4f8_IMG_0094.jpg");
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 500px;
  width: 390px;
  min-width: 390px;
  height: 390px;
  min-height: 390px;
  position: absolute;
}

.footer-section-copy {
  background-color: var(--dark-slate-grey);
}

.link, .link-2 {
  color: var(--dark-slate-blue);
  font-family: Inter, sans-serif;
}

.heading-3 {
  color: #435c73;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
}

.text-color-dark-green-2 {
  color: var(--dark-slate-grey);
  font-size: 3rem;
}

.div-block {
  padding-bottom: 20px;
}

.pricing-sections-2 {
  background-color: #f5f7f8;
  display: block;
}

.text-color-dark-green-copy-3 {
  color: #084145;
}

.fee-large-text-2 {
  color: #084145;
  text-align: center;
  font-family: Gotham copy;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

.primary-btn-2 {
  color: #fff;
  background-color: #fca600;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  transition-property: all;
  display: flex;
}

.primary-btn-2:hover {
  color: #084145;
  background-color: #fff;
}

.primary-btn-2.pricing-btn {
  transition-duration: .1s;
  transition-timing-function: linear;
  transform: none;
}

.primary-btn-2.pricing-btn:hover {
  background-color: var(--orange);
  color: #fff;
  transform: scale(1.03);
}

.primary-btn-2.btn-dark-green {
  background-color: #084145;
  flex-flow: row;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  transition-duration: .1s;
  transition-timing-function: linear;
  display: inline-block;
  overflow: auto;
}

.primary-btn-2.btn-dark-green:hover {
  color: #fff;
  background-color: #fca600;
  transform: scale(1.03);
}

.tab-price-2 {
  outline-offset: 0px;
  color: #435c7380;
  background-color: #e9f0f1;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  outline: 3px #435c7380;
  font-family: Helvetica neu;
  font-weight: 400;
}

.tab-price-2.w--current {
  outline-offset: 0px;
  backface-visibility: hidden;
  color: #72c546;
  background-color: #084145;
  outline: 3px #435c7380;
  transition-property: none;
}

.tab-price-2.yearly-tab {
  outline-offset: 0px;
  border-radius: 100px 0 0 100px;
  outline: 3px #435c7380;
  transition-property: none;
}

.tab-price-2.yearly-tab.w--current {
  color: #72c546;
  background-color: #084145;
  border-radius: 100px 0 0 100px;
}

.text-color-dark-green-copy-4 {
  color: #084145;
  text-align: center;
  font-size: 2.75rem;
}

.tabs-menu-2 {
  justify-content: center;
  margin-bottom: 2rem;
  line-height: 1;
  display: flex;
}

.bold-text {
  color: #435c73;
}

.tabs {
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.text-block-3 {
  color: #435c73;
  text-align: left;
}

.div-block-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.text-color-grey-2 {
  color: #435c73;
  text-align: left;
  font-family: Poppins, sans-serif;
}

.tabs-menu-2-copy {
  justify-content: center;
  margin-bottom: 2rem;
  line-height: 1;
  display: flex;
}

.tab-price-2-copy {
  outline-offset: 0px;
  color: #435c7380;
  background-color: #e9f0f1;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  outline: 3px #435c7380;
  font-family: Helvetica neu;
  font-weight: 400;
}

.tab-price-2-copy.w--current {
  outline-offset: 0px;
  backface-visibility: hidden;
  color: #72c546;
  background-color: #084145;
  outline: 3px #435c7380;
  transition-property: none;
}

.tab-price-2-copy.yearly-tab {
  outline-offset: 0px;
  border-radius: 100px 0 0 100px;
  outline: 3px #435c7380;
  transition-property: none;
}

.tab-price-2-copy.yearly-tab.w--current {
  color: #435c7380;
  cursor: default;
  background-color: #0000;
  border-radius: 100px;
  transition: opacity .2s;
  transform: translate(0);
}

.bold-text-2 {
  color: #0000;
}

.text-block-4 {
  color: var(--light-slate-grey);
  font-family: Inter, sans-serif;
}

.save-tag-copy {
  color: #0000;
  background-color: #0000;
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 2px 18px;
  font-family: Helveticaneuebd;
  font-weight: 400;
  display: inline-block;
  position: static;
}

.text-block-5 {
  color: #0000;
}

.text-size-regular-copy {
  font-size: 1.125rem;
  line-height: 1.6;
}

.text-size-regular-copy.text-color-grey {
  text-align: center;
}

.text-color-dark-green-copy {
  color: var(--dark-slate-grey);
  text-align: center;
}

.rich-text-block-2 {
  text-align: left;
  letter-spacing: .4px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
}

.collection-item {
  text-align: left;
}

.product-hero-section {
  display: block;
}

.page-padding-2 {
  background-color: var(--white-2);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
  position: relative;
}

.hero-grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.hero-grid-2:hover {
  grid-column-gap: 2rem;
}

.text-color-dark-green-copy-5 {
  color: #084145;
  text-align: left;
  padding-top: 0;
  font-size: 3rem;
  line-height: 1.1;
}

.lightbox-link-2 {
  color: #fff;
  background-color: #72c546;
  border-radius: 100px;
  justify-content: center;
  padding: 8px 16px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto auto 96px 0%;
}

.lightbox-link-2:hover {
  background-color: #fca600;
}

.heading-4 {
  color: #778c9e;
  white-space: normal;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.spreadsheet {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #d8030300;
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/63f6e7e1e975f121a0582288_stealing.jpg");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 500px;
  width: 390px;
  min-width: 390px;
  height: 390px;
  min-height: 390px;
  position: absolute;
}

.below-hero-section {
  object-fit: fill;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  display: inline-block;
  position: relative;
}

.paragraph {
  text-align: left;
}

.text-size-medium-feature {
  font-size: 1.25rem;
  line-height: 1.6;
}

.text-size-medium-feature.text-color-grey {
  color: #084145;
  text-align: left;
  object-fit: fill;
}

.text-color-grey-3 {
  color: #435c73;
  text-align: left;
}

.grid-6 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.text-color-dark-green-3 {
  color: #084145;
  text-align: left;
}

.testimonial-section-1 {
  object-fit: fill;
  width: 100%;
  display: inline-block;
  position: relative;
}

.testimonial-section-1.hide {
  display: block;
}

.image-4, .text-block-6 {
  font-size: 1rem;
}

.partners-section {
  background-color: var(--white);
  display: block;
}

.column {
  overflow: visible;
}

.columns {
  text-shadow: 0 1px 1px #0003;
  white-space: normal;
  display: block;
  overflow: visible;
}

.grid-7 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  letter-spacing: .4px;
  object-fit: fill;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, .25fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: space-between center;
  place-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
  position: static;
}

.bold-text-3 {
  color: #0000;
}

.feature-tabs-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
}

.heading-6 {
  color: #084145;
  font-size: 1.5rem;
  font-weight: 700;
}

.tabs-content-3 {
  margin-top: 10px;
}

.image-5 {
  border: 15px solid #fff;
  border-radius: 20px;
  max-width: none;
  margin-top: 25%;
  margin-bottom: 0;
  overflow: visible;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: auto;
}

/* .feature-tabs-section {
  display: none;
} */

.feature-tab-link {
  color: #435c73;
  background-color: #fff;
  font-family: Poppins, sans-serif;
}

.feature-tab-link.w--current {
  color: var(--white);
  background-color: #084145;
  border-radius: 12px;
  font-family: Poppins, sans-serif;
}

.text-color-grey-4 {
  color: #435c73;
  text-align: left;
}

.text-color-grey-4.text-size-small-feature {
  font-size: 1rem;
}

.image-no-border {
  border: 15px #fff;
  border-radius: 20px;
  max-width: 100%;
  margin-top: 10%;
  margin-bottom: 5%;
  overflow: visible;
}

.page-padding-3 {
  text-align: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
  position: relative;
}

.feature-text-wrap {
  padding: 4rem 20px 3rem 60px;
}

.text-size-small-feature {
  font-size: 1.25rem;
  line-height: 1.6;
}

.text-size-small-feature.text-color-grey {
  color: #435c73;
  text-align: left;
  object-fit: fill;
  font-size: 1rem;
}

.image-w-border {
  border: 15px solid #fff;
  border-radius: 20px;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 0;
  overflow: visible;
}

.feature-tab-pane-2 {
  background-color: #0000;
  background-image: radial-gradient(circle at 100% 0, #c2c5c7, #fff);
  border-radius: 16px;
}

.image-5-copy {
  border: 15px #fff;
  border-radius: 20px;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 0;
  overflow: visible;
}

.image-5-copy2 {
  border: 15px #fff;
  border-radius: 20px;
  width: 400px;
  max-width: none;
  height: 400px;
  margin-top: 10%;
  margin-bottom: 10%;
  overflow: visible;
}

.image-5-copy {
  border: 15px #fff;
  border-radius: 20px;
  max-width: none;
  margin-top: 25%;
  margin-bottom: 0;
  padding-right: 10%;
  overflow: visible;
}

.image-5-copy-copy {
  border: 15px #fff;
  border-radius: 20px;
  width: 421px;
  max-width: none;
  margin-top: 54px;
  margin-bottom: 0;
  overflow: visible;
}

.image-5-copy-4 {
  border: 15px solid #fff;
  border-radius: 20px;
  width: 350px;
  max-width: none;
  margin-top: 10%;
  margin-bottom: 0;
  overflow: visible;
}

.bold-text-4 {
  font-family: Inter, sans-serif;
}

.div-block-5 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
}

.image-6 {
  clear: none;
  object-fit: fill;
  flex: 0 auto;
  align-self: auto;
  max-width: none;
  position: static;
}

.left-arrow-2 {
  height: 0;
}

.slide-2, .mask-2 {
  height: 200px;
}

.slider-2 {
  height: 100px;
}

.section-logo {
  margin-top: 5%;
  display: block;
  overflow: hidden;
}

.page-padding-4 {
  padding: 5em 5%;
}

.page-padding-4.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.padding-vertical-2 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-2.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.logo-slider-img {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 6%;
}

.page-padding-5 {
  padding: 5em 5%;
}

.page-padding-5.s0 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.logo-slider-img-8 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 8%;
}

.logo-slider-img-4 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 4%;
}

.logo-slider-img-copy {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 6%;
}

.logo-slider-img-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 3%;
}

.logo-slider-img-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 2%;
}

.text-block-7, .text-block-7-copy {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.text-block-7-copy.text-color-light-grey-copy {
  align-self: auto;
}

.grid-8 {
  grid-template-rows: 90px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.column-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-2 {
  align-items: center;
  display: flex;
}

.logo-grid-img {
  max-width: 90%;
}

.image-7 {
  max-width: 100%;
  max-height: 80%;
}

.image-8 {
  max-width: 80%;
  max-height: 80%;
}

.image-9 {
  max-height: 100%;
}

.image-10 {
  max-width: 80%;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.small-top-bar-2 {
  background-color: #435c730f;
  justify-content: center;
  align-items: center;
  min-height: 32px;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  font-weight: 400;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.top-link-wrap-2 {
  letter-spacing: .75px;
  justify-content: flex-end;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.text-color-grey-5 {
  color: #435c73;
  text-align: left;
}

.text-color-grey-5.text-style-allcaps:hover {
  text-decoration: underline;
}

.text-color-grey-5.text-style-allcaps.spacer-line {
  margin-left: 6px;
  margin-right: 6px;
}

.link-3, .link-4 {
  color: #435c73;
  font-family: Inter, sans-serif;
}

.heading-7 {
  text-align: left;
}

.heading-7.text-color-dark-green-3 {
  padding-right: 15%;
  font-weight: 400;
}

.padding-vertical-3 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-3.padding-huge {
  text-decoration: none;
}

.padding-vertical-3.padding-medium {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-vertical-3.padding-huge {
  padding-top: 0;
}

.text-color-white-2 {
  color: #fff;
  text-align: left;
}

.text-weight-bold-2 {
  font-weight: 400;
}

.text-weight-bold-2.text-color-white {
  color: #084145;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.slide-wrap-2 {
  color: #fff;
  background-image: linear-gradient(#72c546, #72c546);
  border-radius: 12px;
  margin-right: 12px;
  padding: 40px;
}

.slide-wrap-2.dark-green-color {
  background-image: linear-gradient(#084145, #084145);
}

.slide-wrap-2.orange-color {
  background-image: linear-gradient(#fca600, #fca600);
}

.page-padding-6 {
  text-align: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
  position: relative;
}

.text-color-dark-green-4 {
  color: #084145;
  text-align: left;
  font-size: 3rem;
}

.grid-10 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: .5fr 1fr;
  padding-top: 60px;
}

.footer-section-copy-2 {
  background-color: #084145;
}

.page-padding-7 {
  text-align: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
  position: relative;
}

.text-block-8 {
  color: #0000;
}

.save-tag-copy-2 {
  color: #0000;
  background-color: #0000;
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 2px 18px;
  font-weight: 400;
  display: inline-block;
  position: static;
}

.bold-text-5 {
  color: #435c73;
}

.save-tag-2 {
  color: #084145;
  background-color: #72c546;
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 2px 18px;
  font-weight: 400;
  display: inline-block;
  position: static;
}

.heading-8 {
  color: #435c73;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 1.5rem;
}

.div-block-6 {
  padding-bottom: 20px;
}

.tab-price-3 {
  outline-offset: 0px;
  color: #435c7380;
  background-color: #e9f0f1;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  outline: 3px #435c7380;
  font-weight: 400;
}

.tab-price-3.w--current {
  outline-offset: 0px;
  backface-visibility: hidden;
  color: #72c546;
  background-color: #084145;
  outline: 3px #435c7380;
  transition-property: none;
}

.tab-price-3.yearly-tab {
  outline-offset: 0px;
  border-radius: 100px 0 0 100px;
  outline: 3px #435c7380;
  transition-property: none;
}

.tab-price-3.yearly-tab.w--current {
  color: #72c546;
  background-color: #084145;
  border-radius: 100px 0 0 100px;
}

.text-block-9 {
  color: #435c73;
  text-align: center;
}

.column-3, .column-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-color-dark-green-2-5 {
  color: var(--dark-slate-grey);
  text-align: center;
  font-size: 2.5rem;
}

.text-color-dark-green-2-5.text-align-center {
  text-align: center;
}

.text-color-dark-green-1 {
  color: var(--dark-slate-grey);
  text-align: left;
  font-size: 1.5rem;
}

.text-color-dark-green-1.text-align-center {
  text-align: center;
}

.text-color-dark-green-2-5-left {
  color: var(--dark-slate-grey);
  text-align: left;
  font-size: 2.5rem;
}

.text-color-dark-green-2-5-left.text-align-center {
  text-align: center;
}

.text-color-dark-green-2-5-left.text-color-white {
  color: var(--white);
}

.text-color-dark-green-2-5-left.text-color-white.larger-text {
  font-size: 3.5rem;
}

.text-color-dark-green-2-middle {
  color: var(--dark-slate-grey);
  text-align: center;
  font-size: 2rem;
}

.text-color-dark-green-2-middle.text-align-center {
  text-align: center;
}

.text-color-dark-green-1-5-left-copy {
  color: var(--dark-slate-grey);
  text-align: left;
  font-size: 1.75rem;
}

.text-color-dark-green-1-5-left-copy.text-align-center {
  text-align: center;
}

.text-color-dark-green-1-75-left-copy-copy {
  color: var(--dark-slate-grey);
  text-align: left;
  font-size: 1.75rem;
}

.text-color-dark-green-1-75-left-copy-copy.text-align-center {
  text-align: center;
}

.trusted-by {
  color: var(--dark-slate-grey);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}

.trusted-by.text-align-center {
  text-align: center;
}

.collection-item-2 {
  text-align: left;
}

.grey-rectangle {
  z-index: -1;
  background-color: var(--light-light-grey);
  border-radius: 20px;
  width: 170%;
  height: 140%;
  position: absolute;
  top: -15%;
  left: -10%;
}

.video-container {
  border-radius: 20px;
  position: static;
}

.background-video {
  position: relative;
  overflow: hidden;
}

.bg-video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.play-pause-button {
  position: relative;
}

.bg-video-fiv {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.background-video-2 {
  z-index: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/65aa28369068940f61961798_freez.png");
  background-position: 0 0;
  background-size: auto;
  border: 1px #000;
  border-radius: 0%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  display: none;
  position: absolute;
  overflow: hidden;
}

.video-container-div {
  position: absolute;
}

.div-block-8 {
  border-radius: 20px;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
  position: relative;
  overflow: hidden;
}

.div-block-8:hover {
  position: relative;
  inset: 0;
  transform: scale(1.05);
}

.image-14 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 64.1359%;
  max-height: 100%;
  display: block;
}

.image-14:hover {
  height: 100%;
}

.image-15 {
  z-index: 2;
  width: auto;
  height: 60px;
  max-height: 60%;
  position: absolute;
  inset: 40% 0% 0% 45%;
}

.lightbox-link-3 {
  z-index: 4;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
}

.text-color-dark-green-2-5-left-2 {
  color: #084145;
  text-align: left;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 2.5rem;
}

.image-18 {
  max-height: 100%;
}

.text-field-6 {
  border-radius: 5px;
}

.image-20 {
  max-width: 100%;
}

.grid-12 {
  grid-template-rows: 90px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.success-message-2 {
  background-color: #fffdfd;
  font-family: Poppins, sans-serif;
}

.headshot-testimonial-2 {
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/65bc30efec42f6b869d7f4f8_IMG_0094.jpg");
  background-position: 50%;
  background-size: cover;
  border-radius: 100px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 12px;
  display: block;
}

.grid-11 {
  grid-template-rows: auto;
}

.div-block-10 {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.column-5 {
  -webkit-text-stroke-color: white;
}

.div-block-9 {
  aspect-ratio: 2.39;
  color: #084145;
  cursor: auto;
  object-fit: fill;
  background-color: #fff;
  border-radius: 20px;
  height: auto;
  margin-top: 20px;
  padding: 40px 5%;
  box-shadow: 0 0 20px -2px #6a729e33;
}

.title-center-2 {
  text-align: center;
  max-width: 60rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.submit-button {
  font-family: Poppins, sans-serif;
}

.submit-button.primary-btn.btn-dark-green {
  border-radius: 30px;
  width: 100%;
  transition: all 75ms cubic-bezier(.6, .04, .98, .335);
  display: inline-block;
}

.submit-button.primary-btn.btn-dark-green:hover {
  background-color: #084145;
  transform: scale(1.04);
}

.submit-button.primary-btn {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #084145;
  background-clip: border-box;
  flex-direction: row;
  justify-content: center;
  display: block;
}

.field-label-4 {
  color: #778c9e;
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.div-block-11 {
  background-color: #f5f7f8;
  border-radius: 12px;
  padding: 40px 40px 0;
  box-shadow: 0 0 10px #0003;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.form-class {
  background-color: #fff;
  display: block;
}

.text-color-white-3 {
  color: #084145;
  text-align: left;
  font-size: .7rem;
}

.page-padding-8 {
  pointer-events: auto;
  text-align: center;
  cursor: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
  position: relative;
}

.headshot-testimonial-3 {
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/65bd9c2d289d258eade3d772_shiv_patel.jpeg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 12px;
  display: block;
}

.headshot-testimonial-4 {
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/65bd9a640c73a3e3875b57e4_Tooley_David.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  margin-right: 12px;
  display: block;
}

.check-list-2 {
  margin-top: 20px;
  margin-bottom: 2.5rem;
}

.text-block-10 {
  text-align: left;
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.sheet_div_main {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.image-17 {
  max-width: 70%;
  max-height: 80%;
}

.text-color-grey-6 {
  color: #435c73;
  text-align: left;
}

.text-color-grey-6.text-size-small-feature {
  color: #084145;
  font-size: 1rem;
}

.text-color-dark-green-referral {
  text-align: left;
  margin-top: 20px;
}

.div-block-13, .pos-div {
  margin-left: 10px;
  margin-right: 10px;
}

.main-wrapper-learn-more {
  margin-bottom: 60px;
}

.select-field {
  background-color: var(--white);
  color: var(--light-slate-grey);
  border-radius: 5px;
}

.why-lotto_section {
  background-color: var(--dark-slate-grey);
  object-fit: fill;
  width: 100%;
  display: inline-block;
  position: relative;
}

/* .why-lotto_section.hide {
  display: none;
} */

.why_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.why_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-22 {
  width: 100%;
  min-width: 110%;
  max-width: 110%;
}

.curve-wrap {
  width: 100%;
  position: relative;
  left: -2px;
}

.proect_section {
  background-color: var(--white-smoke);
  object-fit: fill;
  width: 100%;
  display: inline-block;
  position: relative;
}

.slider-3 {
  background-color: #fff;
  height: auto;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.slide-testimonial_grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.testimonial_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.company_logo {
  max-height: 80px;
}

.text-color-new-dark-green {
  color: var(--dark-slate-grey);
}

.left-arrow-3, .right-arrow-2 {
  align-items: center;
  width: 48px;
  display: flex;
}

.slide-nav-2 {
  height: 1rem;
  padding-top: 0;
  font-size: .75rem;
}

.protection-section-lightbg {
  background-color: var(--white-smoke);
  display: block;
}

.lottery-tracking_section {
  background-color: var(--white);
  display: block;
}

/* .lottery-tracking_section.hide {
  display: none;
} */

.tabs-2 {
  flex-direction: row-reverse;
  display: flex;
}

.tabs-content-4 {
  width: 60%;
}

.tab-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-left: 4rem;
  display: flex;
}

.tab-link {
  color: var(--light-slate-grey);
  background-color: #fff;
  border-bottom: 1px #cfcfcf;
  border-left: 4px solid #72c54600;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.tab-link.w--current {
  border-left: 4px solid var(--lime-green);
  background-color: var(--white-smoke);
  color: var(--dark-slate-grey);
  padding-top: 16px;
  padding-bottom: 16px;
}

.image-23 {
  border-radius: 20px;
  width: 100%;
}

.subtext-text {
  padding-top: 12px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  display: none;
}

.subtext-text.text-color-light-grey.time-space {
  margin-right: 4px;
}

.subtext-text.text-weight-normal.text-color-new-dark-green {
  display: none;
}

.flex-icon {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-24 {
  width: 36px;
}

.arrow-left, .arrrow-right {
  color: var(--black);
}

.how-did-you-hear-type-in {
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.text-color-dark-green-5 {
  color: #084145;
  text-align: left;
  padding-bottom: 0;
  font-size: 1.5rem;
}

.text-color-green-2 {
  color: #72c546;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-padding-9 {
  text-align: center;
  background-color: #fff0;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
  position: relative;
}

.page-padding-9.background-color-lightgrey {
  -webkit-text-fill-color: inherit;
  background-color: #435c730f;
  background-clip: border-box;
}

.container-large-3 {
  justify-content: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-block {
  background-color: #fff0;
  border-radius: 20px;
  padding-top: 0;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.form {
  background-color: var(--light-light-grey);
  border-radius: 20px;
  padding: 40px;
}

.refer-section {
  background-color: var(--white-2);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 0;
  display: block;
}

.field-label-5 {
  color: var(--dark-slate-blue);
  text-align: left;
  border-radius: 0;
}

.text-field-7 {
  color: var(--dark-slate-grey);
  background-color: #fdfeff;
  border: 1px solid #0000;
  border-radius: 5px;
}

.text-field-7:focus {
  border-color: var(--orange);
}

.field-label-6, .field-label-7, .field-label-8, .field-label-9, .field-label-10, .field-label-11 {
  text-align: left;
}

.text-field-8 {
  border: 1px solid #0000;
  border-radius: 5px;
}

.text-field-8:focus {
  border-color: var(--orange);
  color: var(--dark-slate-blue);
}

.text-field-9 {
  border: 1px solid #0000;
  border-radius: 5px;
  padding-bottom: 8px;
}

.text-field-9:focus {
  border-color: var(--orange);
  color: var(--dark-slate-blue);
}

.text-field-10 {
  border: 1px solid #0000;
  border-radius: 5px;
}

.text-field-10:focus {
  border-color: var(--orange);
  color: var(--dark-slate-blue);
}

.text-field-11 {
  border: 1px solid #0000;
  border-radius: 5px;
}

.text-field-11:focus {
  border-color: var(--orange);
  color: var(--dark-slate-blue);
}

.text-field-12 {
  border: 1px solid #0000;
  border-radius: 5px;
}

.text-field-12:focus {
  border-color: var(--orange);
  color: var(--dark-slate-blue);
}

.text-field-13 {
  border-radius: 5px;
}

.heading-9 {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.grid-14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-2);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-15 {
  background-color: #fff0;
}

.div-block-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-2 {
  box-sizing: border-box;
  text-align: center;
  object-fit: fill;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.image-25 {
  background-color: var(--dark-slate-grey);
  color: var(--light-light-grey);
}

.image-26 {
  background-color: var(--dark-slate-grey);
}

.select-field-2 {
  background-color: var(--white);
  color: var(--dark-slate-blue);
  border: 1px solid #0000;
  border-radius: 5px;
  margin-bottom: 20px;
  font-weight: 500;
}

.select-field-2:focus {
  border-color: var(--orange);
}

.image-27 {
  -webkit-text-stroke-color: var(--light-light-grey);
  background-color: #f7ddaa;
  border-radius: 50%;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 70px;
}

.paragraph-3 {
  flex: 0 auto;
  align-self: center;
}

.image-28 {
  -webkit-text-stroke-color: var(--light-light-grey);
  background-color: #e8e1ee;
  border-radius: 50%;
  width: 70px;
}

.paragraph-4 {
  text-align: center;
  align-self: center;
}

.image-29 {
  -webkit-text-stroke-color: var(--light-light-grey);
  background-color: #d9e7d3;
  border-radius: 50%;
  width: 70px;
  display: block;
}

.div-block-19 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.refer-and-earn-title {
  color: #fca000;
  font-size: 7rem;
  font-weight: 700;
}

.refer-and-earn-text {
  color: #084145;
  text-align: right;
  font-size: 2.5rem;
  font-weight: 300;
  display: block;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ebe2e2;
  grid-template-rows: auto;
  grid-template-columns: .75fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-21 {
  padding-top: 20px;
}

.padding-vertical-copy {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-copy.padding-huge.padding-top-0 {
  padding-top: 6rem;
}

.padding-vertical-copy.padding-custom1 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  font-weight: 400;
  position: relative;
}

.padding-vertical-copy.padding-custom-why {
  padding-top: 4rem;
}

.padding-vertical-copy.padding-huge-copy {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 0;
}

.padding-vertical-copy.padding-huge-copy.padding-top-0 {
  padding-top: 6rem;
}

.body {
  height: auto;
}

.container-large-copy {
  justify-content: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  max-height: 10%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.paragraph-3-copy {
  text-align: left;
  flex: 0 auto;
  align-self: center;
  font-size: .8rem;
}

.paragraph-3-title {
  text-align: left;
  flex: 0 auto;
  align-self: center;
  font-size: 1.3rem;
  font-weight: 700;
}

.div-block-22 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  display: flex;
}

.paragraph-3-number {
  color: var(--orange);
  text-align: left;
  flex: 0 auto;
  align-self: center;
  font-size: 1.3rem;
  font-weight: 900;
}

.div-block-23, .div-block-24 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.div-block-26 {
  z-index: 12;
  direction: ltr;
  object-fit: fill;
  border: 1px solid #000;
  width: 0;
  height: 300px;
  margin-right: 0;
  text-decoration: none;
  position: relative;
  inset: 0% auto -300px 30px;
  overflow: hidden;
}

.image-30 {
  max-width: 86.9965px;
  position: relative;
  inset: 0% auto auto 0%;
}

.terms-and-conidtions {
  box-sizing: border-box;
  color: var(--light-slate-grey);
  text-align: left;
  letter-spacing: 1px;
  border-top: 1px solid #ebe6e6;
  margin-top: 40px;
  padding-top: 10px;
  font-size: .8rem;
  font-weight: 300;
  line-height: 20px;
}

.success-message-3 {
  border-radius: 10px;
}

.click-here {
  color: #00f;
  text-align: left;
  vertical-align: baseline;
  margin-bottom: .5rem;
  display: inline-block;
}

.text-block-11 {
  display: inline;
}

.form-heading {
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.new-text {
  color: var(--lime-green);
  margin-left: 10px;
  font-weight: 700;
}

.text-color-grey-5-copy {
  color: #435c73;
  text-align: left;
}

.text-color-grey-5-copy.text-style-allcaps:hover {
  text-decoration: underline;
}

.text-color-grey-5-copy.text-style-allcaps.spacer-line {
  margin-left: 6px;
  margin-right: 6px;
}

.link-3-copy {
  color: #435c73;
  font-family: Inter, sans-serif;
}

.logo-grid-img-pm {
  max-width: 70%;
}

.text-color-green-2-copy {
  color: var(--dark-slate-grey);
  padding-top: 40px;
  padding-bottom: 40px;
}

.spreadsheet-section-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
  position: relative;
}

.spreadsheet-image {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #d8030300;
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/66c687485774956b7cd8e248_Screen%20Shot%202024-08-21%20at%205.00.10%20PM.png");
  background-position: 37px 48px;
  background-repeat: repeat;
  background-size: cover;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  width: 390px;
  min-width: 390px;
  height: 390px;
  min-height: 390px;
  padding-top: 0;
  position: absolute;
}

.tracking-profile {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  background-color: #d8030300;
  background-image: url("https://24317260.fs1.hubspotusercontent-na1.net/hubfs/24317260/_Website__assets/static/66c687485774956b7cd8e248_Screen%20Shot%202024-08-21%20at%205.00.10%20PM.png");
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 20px;
  width: 390px;
  min-width: 390px;
  height: 390px;
  min-height: 390px;
  position: absolute;
  box-shadow: 0 2px 5px #0003;
}

.div-block-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.div-block-28 {
  border-radius: 0%;
  width: 50%;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.image-32 {
  border-radius: 0%;
}

.div-block-29 {
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px 20px 10px;
  display: block;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.div-block-30 {
  color: var(--orange);
}

.image-27-copy {
  -webkit-text-stroke-color: var(--light-light-grey);
  background-color: #084145;
  border-radius: 50%;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 70px;
}

.image-28-copy {
  -webkit-text-stroke-color: var(--light-light-grey);
  background-color: #084145;
  border-radius: 50%;
  width: 70px;
}

.image-29-copy {
  -webkit-text-stroke-color: var(--light-light-grey);
  background-color: #084145;
  border-radius: 50%;
  width: 70px;
  display: block;
}

.success-message-4 {
  color: var(--dark-slate-blue-2);
  -webkit-text-stroke-color: var(--orange);
}

.div-block-31, .div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-33 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.div-block-34 {
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-35 {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: block;
}

.div-block-36 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-37 {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200px;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
  position: relative;
}

.grid-demo {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.trackinglink {
  color: var(--blue);
  text-align: left;
  margin-bottom: 1rem;
}

.text-color-white-link {
  color: var(--white);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  display: block;
}

.text-block-12 {
  text-align: left;
}

.modal-overlay {
  z-index: 100000000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #8d8c8c7a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.modal-content {
  z-index: 2000;
  background-color: #fff;
  border-radius: 20px;
  margin: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.close-button {
  z-index: 2147483647;
  color: var(--light-slate-grey);
  background-color: #3898ec00;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-label {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.modal-content-container {
  margin: 20px;
  display: block;
}

.div-block-38 {
  width: 0%;
  display: flex;
  position: relative;
}

.div-success-message {
  margin: 20px 50px;
}

.how-it-works_section {
  object-fit: fill;
  width: 100%;
  display: inline-block;
  position: relative;
}

.how-it-works_section.hide {
  display: block;
}

.h2-style {
  text-align: center;
  letter-spacing: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
}

.content-flex-5 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.tabs-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.tabs-menu-3 {
  flex-flow: column;
  width: 50%;
  padding-right: 5rem;
  display: flex;
}

.tabs-content-how {
  width: 50%;
}

.link-tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--dark-slate-blue-2);
  letter-spacing: 0;
  background-color: #fff;
  border-bottom: 1px solid #778c9e3d;
  flex-flow: column;
  padding: 20px 0;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25;
  display: flex;
}

.link-tab.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
}

.link-tab-icon {
  background-color: var(--white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  height: 26px;
  min-height: 26px;
  display: flex;
}

.minus-line {
  background-color: var(--dark-slate-blue-2);
  width: 12px;
  height: 2px;
}

.plus-line {
  background-color: var(--dark-slate-blue-2);
  width: 2px;
  height: 12px;
  position: absolute;
}

.link-tab-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.tab-text {
  color: var(--dark-slate-blue-2);
  letter-spacing: 0;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  overflow: hidden;
}

.spacer-1-5 {
  width: 100%;
  height: auto;
}

.tab-content {
  height: 100%;
}

.tab-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.tab-wrap._4th-slide {
  justify-content: flex-end;
  align-items: center;
}

.tab-img {
  z-index: 1;
  max-width: 95%;
  padding-top: 1.75rem;
  position: relative;
}

.tab-img.no-padding {
  padding-top: 0;
}

.tab-img.square-round-img {
  border-radius: 20px;
  max-width: 85%;
  margin-bottom: 8rem;
  padding-top: 0;
}

.tab-img.slide-1 {
  max-width: 95%;
}

.tab-img.slide-4 {
  z-index: 2;
  width: 100%;
  max-width: 70%;
  padding-right: 5%;
}

.tab-img.slide-5 {
  width: 100%;
  max-width: 90%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.background_block {
  background-color: var(--white-smoke);
  border-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.background_block._2nd-slide {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 90%;
  margin: auto;
  inset: 0%;
}

.background_block._3rd-slide {
  width: 50%;
  height: 80%;
  inset: auto 0% 0% auto;
}

.background_block._5th-slide {
  width: 70%;
}

.image-33 {
  z-index: 100;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.position-relartive_wrapper {
  position: relative;
}

.half-circles {
  z-index: 10;
  position: relative;
}

.image-34 {
  position: relative;
  left: -50%;
}

.image-35 {
  position: absolute;
  inset: 2.5% 0% auto auto;
}

.image-36 {
  position: absolute;
  inset: auto auto 2.5% 0%;
}

.image-37 {
  z-index: 10;
  position: absolute;
  inset: 0% 0% auto;
}

.image-38 {
  z-index: 10;
  position: absolute;
  inset: auto 0% 0%;
}

.image-39 {
  z-index: 10;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-40 {
  position: absolute;
  inset: 10% auto auto 10%;
}

.image-40._2nd-img {
  inset: auto auto 2% 10%;
}

.cta-wrap {
  border-radius: 0;
  padding: 0;
  display: flex;
}

.cta-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white-smoke);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 16px 16px 36px;
  display: flex;
}

.cta-text {
  letter-spacing: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.cta-btn {
  background-color: var(--lime-green);
  color: var(--dark-slate-blue-2);
  letter-spacing: 0;
  border-radius: 100px;
  padding: 12px 26px;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  transition: all .2s, color .25s;
}

.cta-btn:hover {
  background-color: var(--orange);
}

.tab-wrap_mobile {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.tab-wrap_mobile._4th-slide {
  justify-content: flex-end;
  align-items: center;
}

.mobile-tab-content, .hide_desktop {
  display: none;
}

.how-did-you-hear-dropdown-div {
  margin-left: 10px;
  margin-right: 10px;
}

.text-color-dark-green-66 {
  color: #084145;
  text-align: left;
  border-radius: 0;
  padding-top: 0;
  font-size: 3rem;
  line-height: 1.1;
}

.blog-post-2 {
  border-bottom: 1px solid #435c73;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.rich-text-block-3 {
  text-align: left;
  font-family: Poppins, sans-serif;
}

.subscribe-newsletter-section {
  object-fit: fill;
  background-color: #f5f7f8;
  width: 100%;
  display: inline-block;
  position: relative;
}

.label-2 {
  color: #778c9e;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.input-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #778c9e;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: .5px solid #778c9e;
  border-radius: 5px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  display: block;
}

.p {
  text-align: center;
  font-size: .75rem;
  font-weight: 300;
}

.rich-text-block-4 {
  color: #435c73;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  display: block;
  position: static;
}

.padding-vertical-4 {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-4.padding-huge {
  display: block;
}

.container-large-4 {
  justify-content: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  max-height: 10%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
}

.heading-10 {
  text-align: center;
  letter-spacing: 0;
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 2.25rem;
  font-weight: 600;
}

.page-padding-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 60px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: block;
  position: relative;
}

.div-block-39 {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading-11, .paragraph-5 {
  text-align: center;
}

.paragraph-6 {
  color: var(--light-slate-grey);
  text-align: center;
}

.text-field-14, .text-field-15 {
  border-radius: 6px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.625rem;
  }

  .text-size-medium.text-color-dark-green {
    font-size: 1rem;
  }

  .team3_list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav5_container {
    grid-column-gap: 1rem;
    grid-template-columns: max-content min-content auto max-content;
  }

  .menu-button {
    margin-right: -.75rem;
    padding: .75rem;
  }

  .menu-button.w--open {
    color: var(--black);
    background-color: #c8c8c800;
  }

  .footer1_grid {
    grid-template-columns: auto auto auto;
  }

  .footer1_left {
    margin-right: 0;
  }

  .layout16_component {
    padding: 3rem;
  }

  .layout1_component {
    align-items: center;
  }

  .layout10_component {
    grid-column-gap: 2rem;
  }

  .pricing2_component {
    grid-template-columns: 1fr 1fr;
  }

  .footer4_grid {
    grid-template-columns: 18rem 1fr 18rem;
  }

  .layout5_component {
    height: auto;
  }

  .footer2_grid {
    grid-template-columns: auto auto auto;
  }

  .layout7_content {
    padding-right: 0;
  }

  .layout8_content {
    padding-left: 0;
  }

  .nav1_menu {
    background-color: var(--light-light-grey);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav1_link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: block;
  }

  .nav1_dropdown-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav1_dropdown-toggle {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav1_icon {
    margin-right: 2.5rem;
  }

  .nav2_menu {
    background-color: var(--light-light-grey);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .nav2_link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: block;
  }

  .nav2_dropdown-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav2_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .nav2_icon {
    margin-right: 2.5rem;
  }

  .nav3_menu {
    background-color: var(--light-light-grey);
    text-align: left;
    margin-left: 0;
  }

  .nav3_link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav3_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .nav3_dropdown-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav3_icon {
    margin-right: 2.5rem;
  }

  .nav3_button-wrapper {
    padding: 1rem 2.5rem 1.5rem;
  }

  .nav4_menu {
    background-color: var(--light-light-grey);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .nav4_link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: block;
  }

  .nav4_dropdown-toggle {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav4_dropdown-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav4_icon {
    margin-right: 2.5rem;
  }

  .nav5_menu {
    background-color: var(--light-light-grey);
    text-align: left;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .nav5_link {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: block;
  }

  .footer1_text, .footer2_bottom {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer3_nav-menu {
    margin-left: 0;
    margin-right: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .layout5_image {
    height: auto;
  }

  .nav2_dropdown {
    width: 100%;
  }

  .nav2_logo-link {
    margin-right: auto;
  }

  .nav3_dropdown {
    width: 100%;
  }

  .nav3_logo-link {
    margin-right: auto;
  }

  .pricing4_table-content, .pricing4_table-cta {
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
  }

  .contact3_form {
    grid-template-columns: 1fr;
  }

  .heading-xlarge {
    font-size: 2.5rem;
  }

  .pricing1_feature {
    display: flex;
  }

  .nav2_button-wrapper {
    justify-content: flex-start;
    width: auto;
    margin-top: .75rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
  }

  .heading-medium {
    font-size: 1.625rem;
  }

  .nav2_container {
    grid-template-rows: auto;
    grid-template-columns: auto max-content;
  }

  .nav3_link-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .heading-large {
    font-size: 2rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    max-width: none;
  }

  .fs-styleguide-icon-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fs-styleguide-icons {
    grid-template-columns: auto auto auto auto;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-0-all {
    margin: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .padding-0-all {
    padding: 0;
  }

  .nav2_link-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav1_button-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
  }

  .bd-page-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tabs_menu {
    border-radius: 8px;
    flex-wrap: wrap;
  }

  .tabs_link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .primary-btn.btn-dark-green {
    display: inline-block;
  }

  .primary-btn.mobile-full {
    border-radius: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-home-content {
    padding-right: 0%;
  }

  ._3col-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .cta-content {
    padding: 3rem;
  }

  .cta-img {
    min-height: 380px;
  }

  .grid {
    grid-template-columns: 1fr;
    display: inline-block;
  }

  .grid-2 {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .testimonial-text-wrap {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .features-4up {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    place-items: start;
  }

  .get-started-content {
    width: 70%;
  }

  .price-grid {
    grid-column-gap: 2rem;
  }

  .mask {
    width: 72%;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .featured-blog-grid {
    grid-column-gap: 4rem;
  }

  ._3-up-grid, ._2-up-grid {
    grid-template-columns: 1fr 1fr;
  }

  .menu-button-2 {
    background-color: var(--light-light-grey);
    color: var(--dark-slate-grey);
    border-radius: 8px;
    margin-top: 16px;
    padding: 10px;
  }

  .menu-button-2.w--open {
    background-color: var(--dark-slate-grey);
    color: #fff;
  }

  .still-have-question-wrap {
    display: none;
  }

  .still-have-question-wrap.mobile-version {
    display: flex;
  }

  .primary-btn-2.btn-dark-green {
    display: inline-block;
  }

  .text-color-grey-2 {
    text-align: left;
  }

  .text-color-dark-green-copy-5 {
    font-size: 2rem;
  }

  .heading-4 {
    font-size: 1rem;
  }

  .grid-6, .feature-tabs-grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .feature-text-wrap {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .section-logo {
    overflow: hidden;
  }

  .page-padding-4.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .page-padding-5.s0 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .logo-slider-img-8, .logo-slider-img-4, .logo-slider-img-copy, .logo-slider-img-3, .logo-slider-img-2 {
    width: 174px;
  }

  .image-7 {
    max-width: 100%;
  }

  .image-8 {
    max-width: 80%;
  }

  .grid-9 {
    display: block;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-17 {
    max-width: 80%;
  }

  .slide-testimonial_grid {
    grid-template-columns: 1fr;
  }

  .testimonial-img {
    height: 400px;
  }

  .tab-menu {
    padding-left: 2rem;
  }

  .tab-link {
    font-size: 1.25rem;
  }

  .refer-section {
    display: block;
  }

  .padding-vertical-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .content-flex-5 {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .tabs-3 {
    flex-flow: column;
  }

  .tabs-menu-3 {
    justify-content: flex-end;
    width: 100%;
    padding-right: 0;
  }

  .tabs-content-how {
    display: none;
  }

  .link-tab {
    justify-content: flex-start;
  }

  .cta-inner {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .mobile-tab-content {
    display: block;
    overflow: hidden;
  }

  .hide_desktop {
    display: block;
  }

  .text-color-dark-green-66 {
    font-size: 2rem;
  }

  .padding-vertical-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .team1_list {
    grid-template-columns: 1fr;
  }

  .button-white {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .team3_list {
    grid-column-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .line-divider.line-divider-mobile {
    display: block;
  }

  .footer5_right {
    flex-direction: column;
    align-items: flex-start;
    margin-top: .5rem;
  }

  .contact1_form, .contact2_component {
    grid-template-columns: 1fr;
  }

  .button-outline {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .layout16_component {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 2.5rem;
  }

  .cms1_list, .cms2_list {
    grid-template-columns: 1fr;
  }

  .layout28_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout28_image-wrapper {
    height: 100%;
  }

  .layout20_component {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .layout22_item {
    padding: 2rem;
  }

  .layout23_arrow-circle {
    width: 3rem;
    height: 3rem;
  }

  .layout23_mask {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .layout1_component {
    grid-template-columns: 1fr;
  }

  .layout1_content {
    max-width: none;
  }

  .layout2_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq2_component, .layout29_component {
    grid-template-columns: 1fr;
  }

  .layout9_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout9_item {
    padding: 2rem;
  }

  .layout10_component {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .pricing1_component {
    grid-template-columns: 1fr;
  }

  .pricing2_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .button-lightgrey {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing3_component {
    grid-template-columns: 1fr;
  }

  .button-black {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer4_grid {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .header5_content {
    max-width: none;
  }

  .layout5_component {
    grid-template-columns: 1fr;
    height: auto;
  }

  .footer5_content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .team2_list {
    grid-column-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout18_component, .layout7_component {
    grid-template-columns: 1fr;
  }

  .layout7_content {
    max-width: none;
  }

  .layout8_component {
    grid-template-columns: 1fr;
  }

  .layout8_content {
    max-width: none;
  }

  .cms3_list {
    grid-template-columns: 1fr;
  }

  .layout27_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout22_component {
    grid-template-columns: 1fr;
  }

  .protected_wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .layout21_component {
    grid-template-columns: 1fr;
  }

  .not-found_wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .fs-styleguide-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-bottom: 3.5rem;
  }

  .fs-styleguide-header {
    padding: 4rem 1.25rem;
  }

  .nav1_link, .nav1_dropdown-toggle {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav1_icon {
    margin-right: 1.25rem;
  }

  .nav2_link, .nav2_dropdown-toggle {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav2_icon {
    margin-right: 1.25rem;
  }

  .nav3_link, .nav3_dropdown-toggle {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav3_icon {
    margin-right: 1.25rem;
  }

  .nav3_button-wrapper, .nav4_link, .nav4_dropdown-toggle {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav4_icon {
    margin-right: 1.25rem;
  }

  .nav5_link, .nav5_social-mobile {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer2_bottom {
    flex-direction: column;
    grid-template-columns: 1fr;
    place-items: flex-start start;
  }

  .footer4_link {
    margin-left: 0;
    margin-right: 1.5rem;
  }

  .footer5_link-wrapper {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .footer2_title {
    font-size: 1.1rem;
  }

  .layout5_image {
    height: auto;
  }

  .layout6_component {
    grid-template-columns: 1fr;
  }

  .layout28_image {
    object-fit: cover;
  }

  .nav1_logo-link, .nav2_logo-link, .nav3_logo-link, .nav4_logo-link, .nav5_logo-link, .footer4_logo-link {
    padding-left: 0;
  }

  .layout11_component, .layout12_component {
    grid-template-columns: 1fr;
  }

  .layout12_right {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .team4_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout17_component {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 2.5rem;
  }

  .pricing4_table-content, .pricing4_table-cta, .pricing4_table-title, .contact3_component, .contact3_form, .layout24_component {
    grid-template-columns: 1fr;
  }

  .layout24_item {
    padding: 2rem;
  }

  .layout26_component {
    grid-template-columns: 1fr;
  }

  .layout26_logo {
    margin-bottom: 0;
    margin-right: 1rem;
  }

  .pricing4_desktop {
    display: none;
  }

  .pricing4_mobile {
    display: block;
  }

  .pricing4_mobile-table-title {
    border-bottom: 1px solid var(--light-light-grey);
    grid-template-columns: 1fr;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  .pricing4_mobile-table-content {
    grid-column-gap: 2rem;
    grid-row-gap: .5rem;
    border-bottom: 1px solid var(--light-light-grey);
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .pricing4_mobile-table-cta {
    grid-template-columns: 1fr;
  }

  .nav2_button-wrapper {
    margin-left: 1.25rem;
  }

  .faq2_line-divider {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .text-size-large {
    font-size: 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    max-width: none;
  }

  .fs-styleguide-icons {
    grid-template-columns: auto auto auto;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-huge {
    margin: 4rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xxhuge {
    margin: 9rem 8rem 8rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-0 {
    padding: 0;
  }

  .padding-xxlarge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-huge {
    padding: 4rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-0-all {
    margin: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-0-all {
    padding: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .nav1_button-wrapper {
    margin-left: 1.25rem;
  }

  .button-text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .bd-page-padding {
    padding-top: 64px;
  }

  .bd-page-right, .bd-page-left {
    width: 100%;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-home-content {
    padding-right: 0%;
  }

  .image-spreadsheet {
    width: 350px;
    min-width: 350px;
    height: 350px;
    min-height: 350px;
  }

  .extra-large-round-img {
    width: 300px;
    min-width: 300px;
    height: 300px;
    min-height: 300px;
  }

  .price-grid {
    grid-template-columns: 1fr;
  }

  .pricing-item {
    margin-top: 10px;
  }

  .mask {
    width: 80%;
  }

  .grid-3 {
    grid-row-gap: 2rem;
  }

  .grid-4, .copyright-grid {
    grid-template-columns: 1fr;
  }

  .copyright-link {
    margin-left: 0;
    margin-right: 1.5rem;
  }

  .featured-blog-grid {
    grid-template-columns: 1fr;
  }

  .featured-bog-img {
    min-height: 360px;
  }

  ._3-up-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .blog-indi-hero {
    min-height: 320px;
  }

  ._2-up-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .logo-brand {
    width: 175px;
  }

  .extra-large-round-img-copy {
    width: 300px;
    min-width: 300px;
    height: 300px;
    min-height: 300px;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hero-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 100%;
  }

  .text-color-dark-green-copy-5 {
    font-size: 2rem;
  }

  .spreadsheet {
    width: 300px;
    min-width: 300px;
    height: 300px;
    min-height: 300px;
  }

  .text-size-medium-feature {
    font-size: 1rem;
  }

  .page-padding-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-small-feature {
    font-size: 1rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img, .logo-slider-img-8 {
    width: 125px;
  }

  .logo-slider-img-4 {
    width: 4%;
  }

  .logo-slider-img-copy {
    width: 125px;
  }

  .logo-slider-img-3 {
    width: 3%;
  }

  .logo-slider-img-2 {
    width: 2%;
  }

  .image-7 {
    max-width: 100%;
    max-height: 100%;
  }

  .image-8 {
    max-width: 80%;
  }

  .grid-9 {
    display: block;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .page-padding-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .bg-video-fiv {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    padding-right: 0;
    position: relative;
  }

  .background-video-2 {
    display: none;
  }

  .div-block-7 {
    display: inline-block;
  }

  .video-container-div {
    border-radius: 20px;
    overflow: hidden;
  }

  .div-block-8 {
    border-radius: 0;
    overflow: hidden;
  }

  .image-14 {
    display: block;
  }

  .image-15 {
    bottom: 40%;
    right: 45%;
  }

  .page-padding-8 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .image-17 {
    max-width: 80%;
  }

  .why_grid {
    grid-template-columns: 1fr;
  }

  .curve-wrap {
    width: 100%;
    min-width: 100%;
  }

  .slider-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide-testimonial_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonial-img {
    height: 360px;
  }

  .testimonial_content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .left-arrow-3, .right-arrow-2 {
    width: 30px;
  }

  .tabs-2 {
    flex-direction: column-reverse;
  }

  .tabs-content-4 {
    width: 100%;
  }

  .tab-menu {
    width: 100%;
    padding-top: 1rem;
    padding-left: 0;
  }

  .page-padding-9 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .form {
    text-align: left;
    margin-bottom: 10px;
  }

  .padding-vertical-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .spreadsheet-section-main {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .spreadsheet-image, .tracking-profile {
    width: 300px;
    min-width: 300px;
    height: 300px;
    min-height: 300px;
  }

  .cta-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cta-text, .cta-btn {
    font-size: 1rem;
  }

  .text-color-dark-green-66 {
    font-size: 2rem;
  }

  .padding-vertical-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .page-padding-10 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .text-size-medium.text-color-dark-green {
    font-size: 1rem;
  }

  .team3_list {
    grid-template-columns: 1fr;
  }

  .nav5_container {
    grid-template-columns: max-content min-content auto;
  }

  .social-link.social-link-dropdown {
    background-color: #fff;
  }

  .footer1_grid {
    grid-template-columns: auto;
  }

  .contact2_image-wrapper {
    min-height: auto;
  }

  .fs-styleguide-color-grid {
    grid-template-columns: 1fr;
  }

  .layout16_component {
    padding: 2rem 2rem 2.5rem;
  }

  .cms2_list, .layout28_component {
    grid-template-columns: 1fr;
  }

  .layout20_component {
    grid-template-columns: 1fr 1fr;
  }

  .layout23_component {
    margin-bottom: 4rem;
  }

  .layout23_slide-right {
    justify-content: flex-start;
    align-items: flex-end;
    width: 45%;
    bottom: -4rem;
  }

  .layout23_slide-left {
    justify-content: flex-end;
    align-items: flex-end;
    width: 45%;
    bottom: -4rem;
  }

  .layout23_mask {
    z-index: 100;
    margin-left: 0;
    margin-right: 0;
  }

  .layout9_component, .pricing2_component, .footer4_grid {
    grid-template-columns: 1fr;
  }

  .footer2_grid {
    grid-template-columns: auto;
  }

  .team2_list, .layout27_component {
    grid-template-columns: 1fr;
  }

  .footer4_menu {
    text-align: left;
  }

  .layout2_form {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .layout14_form, .fs-styleguide-grid {
    grid-template-columns: 1fr;
  }

  .fs-styleguide-header {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .show-mobile-portrait {
    display: block;
  }

  .layout11_list-grid, .layout12_right, .team4_list {
    grid-template-columns: 1fr;
  }

  .layout17_component {
    padding: 2rem;
  }

  .layout17_form, .footer1_form {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .container-large {
    padding-left: 0;
    padding-right: 0;
  }

  .nav2_container {
    grid-template-columns: auto max-content;
  }

  .max-width-full-mobile-portrait {
    max-width: none;
  }

  .fs-styleguide-icon-row {
    grid-template-columns: 1fr;
  }

  .padding-0 {
    padding: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-0-all {
    margin: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    overflow: scroll;
  }

  .padding-vertical.padding-large {
    flex-flow: column;
    justify-content: flex-start;
  }

  .padding-0-all {
    padding: 0;
  }

  .primary-btn.btn-dark-green {
    display: inline-block;
    position: sticky;
  }

  .hero-home-content {
    padding-right: 0%;
  }

  .text-color-dark-green {
    font-size: 2rem;
  }

  .grid {
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: inline-block;
  }

  .spreedsheet-extra-large-round {
    border-radius: 0;
    overflow: auto;
  }

  .feature-item {
    flex-direction: column;
  }

  .product-feature-img-wrap {
    width: 100%;
    margin-bottom: 1.5rem;
    margin-right: 0;
  }

  .get-started-content {
    width: 100%;
  }

  .image-2 {
    display: none;
    right: -63%;
  }

  .price-grid {
    grid-template-columns: 1fr;
  }

  .pricing-item {
    margin-top: 20px;
    padding: 10px;
  }

  .slide-wrap {
    padding: 20px;
  }

  .featured-bog-img {
    min-height: 300px;
  }

  .heading-2 {
    font-size: 2rem;
  }

  .primary-btn-2.btn-dark-green {
    display: inline-block;
    position: sticky;
  }

  .text-color-dark-green-copy-4 {
    font-size: 2rem;
  }

  .text-color-grey-2 {
    text-align: left;
  }

  .tab-price-2-copy.yearly-tab.w--current {
    text-align: center;
  }

  .text-color-dark-green-copy {
    font-size: 2rem;
  }

  .page-padding-2 {
    box-sizing: border-box;
    float: none;
    object-fit: contain;
    height: auto;
    max-height: none;
    display: block;
    position: relative;
  }

  .hero-grid-2 {
    grid-template-rows: auto 173px;
    grid-auto-rows: minmax(8.3rem, 1fr);
  }

  .text-color-dark-green-copy-5 {
    font-size: 2rem;
  }

  .heading-4 {
    font-size: 1rem;
  }

  .review-box-heading {
    font-size: 1.5rem;
  }

  .text-color-dark-green-3 {
    font-size: 2rem;
  }

  .grid-7 {
    grid-template: "Area"
                   "."
                   / 1fr 1fr;
  }

  .image-5 {
    -webkit-text-fill-color: inherit;
    object-fit: scale-down;
    background-clip: border-box;
    max-width: 100%;
    max-height: 100%;
  }

  .div-block-4 {
    object-fit: contain;
    max-width: 200px;
    max-height: 400px;
    overflow: visible;
  }

  .text-color-grey-4 {
    text-align: left;
    font-size: .75rem;
  }

  .image-no-border {
    -webkit-text-fill-color: inherit;
    object-fit: scale-down;
    background-clip: border-box;
    max-width: 100%;
    max-height: 100%;
    margin-top: 0%;
    margin-bottom: 10%;
  }

  .feature-text-wrap {
    padding-left: 30px;
  }

  .image-w-border, .image-5-copy {
    -webkit-text-fill-color: inherit;
    object-fit: scale-down;
    background-clip: border-box;
    max-width: 100%;
    max-height: 100%;
  }

  .image-5-copy2 {
    -webkit-text-fill-color: inherit;
    object-fit: scale-down;
    background-clip: border-box;
    width: 200px;
    max-width: 100%;
    height: 200px;
    max-height: 100%;
    margin-top: 0%;
    margin-bottom: 10%;
  }

  .image-5-copy {
    -webkit-text-fill-color: inherit;
    object-fit: scale-down;
    background-clip: border-box;
    max-width: 100%;
    max-height: 100%;
    margin-top: 0%;
    margin-bottom: 10%;
  }

  .image-5-copy-copy {
    -webkit-text-fill-color: inherit;
    object-fit: scale-down;
    background-clip: border-box;
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 10%;
  }

  .image-5-copy-4 {
    -webkit-text-fill-color: inherit;
    object-fit: scale-down;
    background-clip: border-box;
    border-width: 10px;
    border-radius: 10px;
    max-width: 100%;
    max-height: 100%;
    margin-top: 0%;
    margin-bottom: 10%;
  }

  .page-padding-4.s0 {
    margin-bottom: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-2.padding-xxlarge {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 6%;
  }

  .page-padding-5.s0 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 1em;
  }

  .logo-slider-img-8 {
    width: 7%;
  }

  .logo-slider-img-4, .logo-slider-img-copy {
    width: 100px;
  }

  .logo-slider-img-3, .logo-slider-img-2 {
    width: 2%;
  }

  .text-block-7-copy.text-color-light-grey-copy {
    font-size: .9rem;
  }

  .grid-8 {
    grid-column-gap: 2px;
    grid-template-rows: 51px;
  }

  .logo-grid-img, .image-7 {
    max-width: 100%;
    max-height: 100%;
  }

  .image-8 {
    max-width: 70%;
    max-height: 90%;
  }

  .image-10 {
    max-width: 100%;
    max-height: 100%;
  }

  .grid-9 {
    clear: none;
    grid-column-gap: 0px;
    display: block;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-wrap-2 {
    padding: 20px;
  }

  .text-color-dark-green-4 {
    font-size: 2rem;
  }

  .image-11 {
    max-height: 100%;
  }

  .text-color-dark-green-2-5 {
    font-size: 2rem;
  }

  .text-color-dark-green-1 {
    font-size: 1.5rem;
  }

  .text-color-dark-green-2-5-left, .text-color-dark-green-2-middle, .text-color-dark-green-1-5-left-copy, .text-color-dark-green-1-75-left-copy-copy {
    font-size: 2rem;
  }

  .trusted-by {
    font-size: 1rem;
  }

  .grey-rectangle {
    border-radius: 0;
    height: 120%;
    top: -10%;
  }

  .bg-video-fiv {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
  }

  .background-video-2 {
    max-height: NaN% ;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: none;
    overflow: hidden;
  }

  .div-block-8 {
    border-radius: 0;
    overflow: visible;
  }

  .image-12 {
    aspect-ratio: auto;
    width: 99.9888%;
    height: 100%;
    max-height: 100%;
    display: block;
    position: absolute;
  }

  .image-13 {
    height: 10%;
    max-height: 100%;
  }

  .image-14 {
    height: 100%;
    margin-top: 0;
    display: block;
  }

  .image-15 {
    width: 30%;
    max-width: 30%;
    height: 30%;
    max-height: 30%;
    padding-left: 0%;
    display: block;
    position: absolute;
    inset: 45% 35% 35%;
  }

  .image-16 {
    max-height: 40%;
  }

  .text-color-dark-green-2-5-left-2 {
    font-size: 2rem;
  }

  .image-20 {
    max-width: 100%;
    max-height: 100%;
  }

  .grid-12 {
    grid-column-gap: 2px;
    grid-template-rows: 51px;
  }

  .grid-11 {
    display: block;
  }

  .div-block-9 {
    margin-top: 20px;
  }

  .title-center-2 {
    margin-bottom: 1rem;
  }

  .div-block-11 {
    background-color: #f5f7f8;
    border: 3px #000;
    border-radius: 12px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 -6px 10px #0003;
  }

  .grid-13 {
    display: inline-block;
  }

  .image-21 {
    max-height: 40%;
  }

  .image-17 {
    max-width: 70%;
    max-height: 90%;
  }

  .text-color-grey-6 {
    text-align: left;
    font-size: .75rem;
  }

  .text-color-dark-green-5 {
    font-size: 1.5rem;
  }

  .form {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-bottom: 0;
    display: block;
  }

  .div-block-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: block;
  }

  .refer-and-earn-text {
    font-size: 2rem;
  }

  .padding-vertical-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-copy.padding-huge, .padding-vertical-copy.padding-huge-copy {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    overflow: scroll;
  }

  .body {
    aspect-ratio: auto;
    overflow: visible;
  }

  .terms-and-conidtions {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-color-grey-5-copy.text-style-allcaps.spacer-line, .link-3-copy {
    display: none;
  }

  .logo-grid-img-pm {
    max-width: 90%;
    max-height: 100%;
  }

  .text-color-green-2-copy {
    padding-left: 20px;
  }

  .grid-demo {
    display: inline-block;
  }

  .cta-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding: 12px 12px 12px 20px;
  }

  .cta-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-color-dark-green-66 {
    font-size: 2rem;
  }

  .padding-vertical-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-4.padding-huge {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    overflow: scroll;
  }

  .container-large-4 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_8cd32fdc-0a3e-502d-1438-9357ebd666b2-63df6900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_755df257-28b4-9331-ea5a-639d7799eeac-63df6900 {
  align-self: center;
}

#w-node-_5724567f-6d8c-29d7-96e5-ae66360423bc-63df6900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ba20694b-da43-f45c-4ac2-b58b051d297f-63df6900, #w-node-_7e31901b-abe9-2d9b-d269-587a1429f8d2-63df6900, #w-node-c1455212-3833-43e7-c082-793945d41613-63df6900, #w-node-_90e69340-d77b-a3a0-cd6c-a61b8876580b-63df6900, #w-node-eb895193-b5d4-13bb-8977-10d3ea029bc8-63df6900, #w-node-bb2f3a77-ebbd-3890-356c-375db6cf3435-63df6900, #w-node-_8a2599a1-f4b4-4cc3-6348-1d2265bc1cc9-63df6900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3ebcacc5-cad6-3ecb-acc2-2c02a5a8b7e6-63df6900 {
  place-self: center;
}

#w-node-_3ebcacc5-cad6-3ecb-acc2-2c02a5a8b7d4-63df6900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f9666076-56bb-57dd-4a0e-6e3a1bdef850-63df6900, #w-node-dc29a028-c5a6-6822-8fd6-e6999ce15a94-63df6900, #w-node-a18fb8f8-bdb5-6178-d324-31fe1e752799-63df6900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60aae5f3-9702-3eea-f08d-8d32ba9c1621-63df6900 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_60aae5f3-9702-3eea-f08d-8d32ba9c162a-63df6900, #w-node-_60aae5f3-9702-3eea-f08d-8d32ba9c1631-63df6900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60aae5f3-9702-3eea-f08d-8d32ba9c1638-63df6900 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_6239f607-ffff-7a31-1f61-15bc01206a9d-63df6900, #w-node-_6239f607-ffff-7a31-1f61-15bc01206a9e-63df6900, #w-node-_6239f607-ffff-7a31-1f61-15bc01206aad-63df6900, #w-node-_6239f607-ffff-7a31-1f61-15bc01206aae-63df6900, #w-node-_6239f607-ffff-7a31-1f61-15bc01206abd-63df6900, #w-node-_6239f607-ffff-7a31-1f61-15bc01206abe-63df6900, #w-node-_6239f607-ffff-7a31-1f61-15bc01206acd-63df6900, #w-node-_6239f607-ffff-7a31-1f61-15bc01206ace-63df6900, #w-node-_6239f607-ffff-7a31-1f61-15bc01206add-63df6900, #w-node-_6239f607-ffff-7a31-1f61-15bc01206ade-63df6900, #w-node-a3907f14-65d3-6677-7248-d1d242c290b7-63df6900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3907f14-65d3-6677-7248-d1d242c290b4-63df6900, #w-node-_705cf965-30fd-039b-9827-e15f924bd164-63df6900 {
  place-self: center;
}

#w-node-_705cf965-30fd-039b-9827-e15f924bd167-63df6900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_554ecc60-6059-4dbf-21f6-743c4e6f7a1f-63df6900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a4e20d2d-eaf9-c968-d8fe-369fb5841ce4-63df6900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-edf2da85-958f-20c7-cbaa-9259687cc170-63df6900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7963a9f1-8b35-b134-4042-d66beb1328c2-63df6900, #w-node-_36a39bb7-fcda-a195-1cbe-92e9ee894208-63df6900, #w-node-a03ca287-f51f-2e6d-1840-a172f272c2eb-63df6900, #w-node-_4f6e0816-8823-e4a5-832e-8315f18bf518-63df6900, #w-node-c4f3d65e-a460-20c9-a667-f5d747286630-63df6900, #w-node-_22089822-bf9f-daa9-c3a3-847d766491cd-63df6900, #w-node-_22089822-bf9f-daa9-c3a3-847d766491e1-63df6900, #w-node-_22089822-bf9f-daa9-c3a3-847d76649235-63df6900, #w-node-_22089822-bf9f-daa9-c3a3-847d76649245-63df6900, #w-node-_22089822-bf9f-daa9-c3a3-847d766491e5-63df6900, #w-node-_22089822-bf9f-daa9-c3a3-847d766491f5-63df6900, #w-node-_22089822-bf9f-daa9-c3a3-847d766491f9-63df6900, #w-node-_22089822-bf9f-daa9-c3a3-847d76649209-63df6900, #w-node-_22089822-bf9f-daa9-c3a3-847d7664920d-63df6900, #w-node-_22089822-bf9f-daa9-c3a3-847d7664921d-63df6900, #w-node-_882ce97c-139d-264f-815a-6246831eb24f-63df6900, #w-node-_1307b7fa-a7b2-fb0f-4044-ab6a2f0035be-63df6900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a644d275-b99a-a58e-3606-a53c8342b341-63df6900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b6dcb05d-a831-7fba-bdb3-c98646c1d516-63df6900 {
  align-self: center;
}

#w-node-_2ebcc9b9-b117-6034-11d8-313ff08ec3f4-63df6900 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-b5897ca3-01e4-ae3f-fc67-6249fe9c05e9-63df6900 {
  place-self: center;
}

#w-node-_841c23f5-73e7-7854-38c4-03d834dc9d36-541f1bc2, #w-node-_841c23f5-73e7-7854-38c4-03d834dc9d53-541f1bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_841c23f5-73e7-7854-38c4-03d834dc9d5e-541f1bc2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_841c23f5-73e7-7854-38c4-03d834dc9d60-541f1bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_841c23f5-73e7-7854-38c4-03d834dc9d62-541f1bc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8f032f06-2422-c859-003a-2cff456f65e0-66df6909 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_65cb8e8d-b730-fb76-c4f0-d1562e246845-66df6909, #w-node-_81265c27-e541-11b1-701b-4ed206745f4f-66df6909, #w-node-d726aa4a-287a-ee59-4e15-c5a99c1ba912-66df6909 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d998f69-c4c5-8af4-b9a3-1b074762abdc-0cdf690e {
  justify-self: start;
}

#w-node-_8da515a9-1a4b-320d-016d-c8337245a6be-0cdf690e {
  justify-self: center;
}

#w-node-_1c38cc0d-2abf-c516-115e-de4a47ac4c96-0cdf690e {
  justify-self: end;
}

#w-node-_09099084-9fca-0502-99a4-f51284e4d871-0cdf690e {
  place-self: center end;
}

#layout2-email.w-node-_664bdf5a-4dae-8495-3320-d8bfcf9f222b-0cdf690e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abe72b19-24c8-7c13-2415-373415453c1e-0cdf690e, #w-node-_415b57a8-21e5-658b-fe1c-e82a7854f23d-0cdf690e {
  place-self: center end;
}

#w-node-fd003db5-ceaa-da91-3a20-ed124597051f-0cdf690e {
  justify-self: end;
}

#w-node-_4abfff72-4848-8de7-72ec-cee3e081e798-0cdf690e {
  place-self: center start;
}

#layout17-email.w-node-d6c4e4d6-5dd2-0f12-877d-8152c81750c3-0cdf690e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b18d10f0-4564-02dd-6cb9-7cb6588a3b8c-0cdf690e {
  align-self: center;
}

#w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1b44-0cdf690e, #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1b45-0cdf690e {
  place-self: center;
}

#w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1b6e-0cdf690e, #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1b85-0cdf690e, #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1b89-0cdf690e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1b8d-0cdf690e {
  justify-self: start;
}

#w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1bd2-0cdf690e, #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1bd6-0cdf690e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1bda-0cdf690e, #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1bf4-0cdf690e {
  justify-self: start;
}

#footer1-email.w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1c51-0cdf690e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1ca5-0cdf690e {
  justify-self: end;
}

#w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1ce2-0cdf690e {
  justify-self: center;
}

#w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbab9b-0cdf690e, #w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbab9f-0cdf690e {
  align-self: center;
}

#w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbaba3-0cdf690e, #w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbadfe-0cdf690e {
  justify-self: start;
}

#w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbae0c-0cdf690e {
  justify-self: center;
}

#w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbae0e-0cdf690e {
  justify-self: end;
}

#w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbae1d-0cdf690e {
  place-self: center end;
}

#layout2-email.w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbae39-0cdf690e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbae67-0cdf690e, #w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbae7d-0cdf690e {
  place-self: center end;
}

#w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbae9b-0cdf690e {
  justify-self: end;
}

#w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbaeae-0cdf690e {
  place-self: center start;
}

#layout17-email.w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbb0b0-0cdf690e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbb0c1-0cdf690e {
  align-self: center;
}

#footer1-email.w-node-cf9d9269-cf6a-7b9c-6b4d-8bdc2c60326f-2c60325f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d5a3008-96f9-5601-3a13-bfa2d8fff4e9-09df690f, #w-node-_7d5a3008-96f9-5601-3a13-bfa2d8fff4ea-09df690f {
  place-self: center;
}

#w-node-_516c9617-6d0a-ec8e-9bef-efac9f866a54-09df690f, #w-node-d0f1c2f0-7837-32a8-daba-a279e6e06c5c-09df690f, #w-node-d0f1c2f0-7837-32a8-daba-a279e6e06c61-09df690f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0f1c2f0-7837-32a8-daba-a279e6e06c65-09df690f {
  justify-self: start;
}

#w-node-b821116c-12e0-30c1-e853-b25f9fd2e73e-09df690f, #w-node-b821116c-12e0-30c1-e853-b25f9fd2e742-09df690f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b821116c-12e0-30c1-e853-b25f9fd2e746-09df690f, #w-node-d0f1c2f0-7837-32a8-daba-a279e6e06c99-09df690f {
  justify-self: start;
}

#footer1-email.w-node-_50a7b1e6-41f1-5269-5616-1ff80832cda7-09df690f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ab7479f9-89de-8a67-7bcc-64c0f50039bd-09df690f {
  justify-self: end;
}

#w-node-ab7479f9-89de-8a67-7bcc-64c0f500394a-09df690f {
  justify-self: center;
}

#w-node-e9f6d17b-7a1f-2543-bd3c-edd56eeb354c-56df6915, #w-node-e9f6d17b-7a1f-2543-bd3c-edd56eeb354d-56df6915, #w-node-e9f6d17b-7a1f-2543-bd3c-edd56eeb354e-56df6915, #w-node-_4e895f2f-c896-89a1-79df-bfc568e19974-56df6915, #w-node-_4e895f2f-c896-89a1-79df-bfc568e19975-56df6915, #w-node-_4e895f2f-c896-89a1-79df-bfc568e19976-56df6915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36345817-4f61-1057-ae3e-8b0168129958-e9df6923, #w-node-_36345817-4f61-1057-ae3e-8b016812995c-e9df6923 {
  align-self: center;
}

#w-node-_36345817-4f61-1057-ae3e-8b0168129960-e9df6923, #w-node-_2a210805-d3bb-b966-48f3-3d10357eb228-e9df6923 {
  justify-self: start;
}

#w-node-_2a210805-d3bb-b966-48f3-3d10357eb236-e9df6923 {
  justify-self: center;
}

#w-node-_2a210805-d3bb-b966-48f3-3d10357eb238-e9df6923 {
  justify-self: end;
}

#w-node-_2a210805-d3bb-b966-48f3-3d10357eb247-e9df6923 {
  place-self: center end;
}

#layout2-email.w-node-_2a210805-d3bb-b966-48f3-3d10357eb263-e9df6923 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a210805-d3bb-b966-48f3-3d10357eb291-e9df6923, #w-node-_2a210805-d3bb-b966-48f3-3d10357eb2a7-e9df6923 {
  place-self: center end;
}

#w-node-_2a210805-d3bb-b966-48f3-3d10357eb2c5-e9df6923 {
  justify-self: end;
}

#w-node-_2a210805-d3bb-b966-48f3-3d10357eb2d8-e9df6923 {
  place-self: center start;
}

#layout17-email.w-node-_2a210805-d3bb-b966-48f3-3d10357eb4da-e9df6923 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a210805-d3bb-b966-48f3-3d10357eb4eb-e9df6923 {
  align-self: center;
}

#w-node-c6594ee8-3ea6-1a6a-0c04-09706523fda4-8cd693b7, #w-node-_7d0806de-2a55-7d47-3840-00eed12b31db-8cd693b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d0806de-2a55-7d47-3840-00eed12b31d3-8cd693b7, #w-node-_7d0806de-2a55-7d47-3840-00eed12b31d2-8cd693b7, #w-node-_7d0806de-2a55-7d47-3840-00eed12b31d4-8cd693b7, #w-node-_7d0806de-2a55-7d47-3840-00eed12b31d5-8cd693b7, #w-node-_7d0806de-2a55-7d47-3840-00eed12b31d6-8cd693b7, #w-node-_7d0806de-2a55-7d47-3840-00eed12b31d7-8cd693b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_92b90195-5dd1-e431-f4ee-22dc32994731-8cd693b7, #w-node-b6ef19db-3b03-9492-8581-c9473e0c0635-dfb864a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dbc4452-b231-cead-5d3f-e768f19b6686-dfb864a6 {
  align-self: auto;
}

#w-node-_44a75380-ac55-3e79-0c8d-88315ad3cb84-dfb864a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_8cd32fdc-0a3e-502d-1438-9357ebd666b2-2d348f18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_755df257-28b4-9331-ea5a-639d7799eeac-2d348f18 {
  align-self: center;
}

#w-node-_5724567f-6d8c-29d7-96e5-ae66360423bc-2d348f18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ba20694b-da43-f45c-4ac2-b58b051d297f-2d348f18, #w-node-_7e31901b-abe9-2d9b-d269-587a1429f8d2-2d348f18, #w-node-c1455212-3833-43e7-c082-793945d41613-2d348f18, #w-node-_90e69340-d77b-a3a0-cd6c-a61b8876580b-2d348f18, #w-node-eb895193-b5d4-13bb-8977-10d3ea029bc8-2d348f18, #w-node-bb2f3a77-ebbd-3890-356c-375db6cf3435-2d348f18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3ebcacc5-cad6-3ecb-acc2-2c02a5a8b7e6-2d348f18 {
  place-self: center;
}

#w-node-_3ebcacc5-cad6-3ecb-acc2-2c02a5a8b7d4-2d348f18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f9666076-56bb-57dd-4a0e-6e3a1bdef850-2d348f18, #w-node-dc29a028-c5a6-6822-8fd6-e6999ce15a94-2d348f18, #w-node-a18fb8f8-bdb5-6178-d324-31fe1e752799-2d348f18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b8ac920-27f5-9e7b-8b66-072919d4995d-2d348f18 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a97bb8a2-0442-0e14-8191-ad4c54a3e4fb-2d348f18, #w-node-_53748292-424d-2a98-ca51-55a493db6455-2d348f18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c784099a-40a5-c604-d3ac-6eff5e1cbbe7-2d348f18 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_1c322059-2d10-9437-48a7-adc2fb01b23a-2d348f18, #w-node-f824d023-9df2-f7ec-21b3-a8cb3c307b81-2d348f18, #w-node-_42ddd933-fde7-98e4-9bec-401be7de1daf-2d348f18, #w-node-_42ddd933-fde7-98e4-9bec-401be7de1db0-2d348f18, #w-node-_752d1a00-5eaf-f37b-7fe4-74bb42e61dfb-2d348f18, #w-node-_752d1a00-5eaf-f37b-7fe4-74bb42e61dfc-2d348f18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fc44c36-fecc-d071-c9a3-b533d70c3a63-2d348f18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0fc44c36-fecc-d071-c9a3-b533d70c3a69-2d348f18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_882ce97c-139d-264f-815a-6246831eb24f-2d348f18, #w-node-_1307b7fa-a7b2-fb0f-4044-ab6a2f0035be-2d348f18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6dcb05d-a831-7fba-bdb3-c98646c1d516-2d348f18, #w-node-_2ebcc9b9-b117-6034-11d8-313ff08ec3f4-2d348f18 {
  align-self: center;
}

#w-node-b5897ca3-01e4-ae3f-fc67-6249fe9c05e9-2d348f18 {
  place-self: center;
}

#w-node-_3e471ecd-3e1d-7566-c4a1-1a85bba32cd0-f697209e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_993da0ca-881e-dc5b-cf95-deeaed89fb9f-f697209e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_531709bb-3bc3-ac19-3e09-27e30310c220-f697209e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5e69edb8-0e8b-5fc9-ba82-31d1a105dabc-f697209e, #w-node-ba83b161-1bed-4681-8c12-5b7f4f0b96bb-f697209e, #w-node-_650ed325-95e4-79d7-87e6-48fe69946897-f697209e {
  place-self: center start;
}

#w-node-_0fa22ecb-963a-beea-3a13-7372811b7a68-fe4c2101 {
  place-self: start center;
}

#w-node-_48a63552-1720-54d6-b4d5-44f12dd9d7ea-fe4c2101, #w-node-_48a63552-1720-54d6-b4d5-44f12dd9d7f7-fe4c2101, #w-node-_48a63552-1720-54d6-b4d5-44f12dd9d804-fe4c2101 {
  place-self: center start;
}

#w-node-_0fa22ecb-963a-beea-3a13-7372811b7a6b-fe4c2101 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a4e20d2d-eaf9-c968-d8fe-369fb5841ce4-63df6900 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8da515a9-1a4b-320d-016d-c8337245a6be-0cdf690e {
    order: -9999;
    justify-self: start;
  }

  #w-node-_8da515a9-1a4b-320d-016d-c8337245a6cb-0cdf690e {
    place-self: center end;
  }

  #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1bd2-0cdf690e, #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1bd6-0cdf690e {
    grid-column: span 1 / span 1;
  }

  #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1c47-0cdf690e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1ca5-0cdf690e {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbae0c-0cdf690e {
    order: -9999;
    justify-self: start;
  }

  #w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbae16-0cdf690e {
    place-self: center end;
  }

  #w-node-cf9d9269-cf6a-7b9c-6b4d-8bdc2c603265-2c60325f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b821116c-12e0-30c1-e853-b25f9fd2e73e-09df690f, #w-node-b821116c-12e0-30c1-e853-b25f9fd2e742-09df690f {
    grid-column: span 1 / span 1;
  }

  #w-node-ab7479f9-89de-8a67-7bcc-64c0f500396b-09df690f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ab7479f9-89de-8a67-7bcc-64c0f50039bd-09df690f {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_2a210805-d3bb-b966-48f3-3d10357eb236-e9df6923 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_2a210805-d3bb-b966-48f3-3d10357eb240-e9df6923 {
    place-self: center end;
  }

  #w-node-_0fc44c36-fecc-d071-c9a3-b533d70c3a69-2d348f18 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_60aae5f3-9702-3eea-f08d-8d32ba9c1621-63df6900 {
    grid-row: span 1 / span 1;
  }

  #w-node-_60aae5f3-9702-3eea-f08d-8d32ba9c1638-63df6900, #w-node-_841c23f5-73e7-7854-38c4-03d834dc9d5e-541f1bc2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_841c23f5-73e7-7854-38c4-03d834dc9d62-541f1bc2 {
    justify-self: start;
  }

  #w-node-_4abfff72-4848-8de7-72ec-cee3e081e798-0cdf690e {
    order: -9999;
  }

  #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1a56-0cdf690e, #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1a57-0cdf690e, #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1a58-0cdf690e, #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1a59-0cdf690e, #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1a5a-0cdf690e, #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1b44-0cdf690e, #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1b45-0cdf690e {
    justify-self: start;
  }

  #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1b6e-0cdf690e {
    grid-column: span 1 / span 1;
  }

  #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1cb2-0cdf690e {
    justify-self: start;
  }

  #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1cde-0cdf690e {
    order: 9999;
  }

  #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1ce2-0cdf690e {
    order: -9999;
    justify-self: start;
  }

  #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1ce4-0cdf690e {
    justify-self: start;
  }

  #w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbaeae-0cdf690e {
    order: -9999;
  }

  #w-node-_4c010544-9006-5632-485f-52f76c1c9af9-09df690f, #w-node-_4c010544-9006-5632-485f-52f76c1c9afa-09df690f, #w-node-_4c010544-9006-5632-485f-52f76c1c9afb-09df690f, #w-node-_4c010544-9006-5632-485f-52f76c1c9afc-09df690f, #w-node-_4c010544-9006-5632-485f-52f76c1c9afd-09df690f, #w-node-_7d5a3008-96f9-5601-3a13-bfa2d8fff4e9-09df690f, #w-node-_7d5a3008-96f9-5601-3a13-bfa2d8fff4ea-09df690f {
    justify-self: start;
  }

  #w-node-_516c9617-6d0a-ec8e-9bef-efac9f866a54-09df690f {
    grid-column: span 1 / span 1;
  }

  #w-node-ab7479f9-89de-8a67-7bcc-64c0f50039c6-09df690f {
    justify-self: start;
  }

  #w-node-ab7479f9-89de-8a67-7bcc-64c0f5003948-09df690f {
    order: 9999;
  }

  #w-node-ab7479f9-89de-8a67-7bcc-64c0f500394a-09df690f {
    order: -9999;
    justify-self: start;
  }

  #w-node-ab7479f9-89de-8a67-7bcc-64c0f500394c-09df690f {
    justify-self: start;
  }

  #w-node-_2a210805-d3bb-b966-48f3-3d10357eb2d8-e9df6923 {
    order: -9999;
  }

  #w-node-_8b8ac920-27f5-9e7b-8b66-072919d4995d-2d348f18 {
    grid-row: span 1 / span 1;
  }

  #w-node-c784099a-40a5-c604-d3ac-6eff5e1cbbe7-2d348f18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_755df257-28b4-9331-ea5a-639d7799eeac-63df6900 {
    place-self: center;
  }

  #w-node-_22089822-bf9f-daa9-c3a3-847d766491e1-63df6900, #w-node-_22089822-bf9f-daa9-c3a3-847d76649245-63df6900, #w-node-_22089822-bf9f-daa9-c3a3-847d766491f5-63df6900, #w-node-_22089822-bf9f-daa9-c3a3-847d76649209-63df6900, #w-node-_22089822-bf9f-daa9-c3a3-847d7664921d-63df6900 {
    justify-self: center;
  }

  #w-node-a644d275-b99a-a58e-3606-a53c8342b341-63df6900 {
    grid-area: Area;
    place-self: center;
  }

  #w-node-b6dcb05d-a831-7fba-bdb3-c98646c1d516-63df6900, #w-node-_2ebcc9b9-b117-6034-11d8-313ff08ec3f4-63df6900, #w-node-b5897ca3-01e4-ae3f-fc67-6249fe9c05e9-63df6900 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1b85-0cdf690e, #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1b89-0cdf690e, #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1bd2-0cdf690e, #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1bd6-0cdf690e, #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1c47-0cdf690e, #w-node-bf2a8fa2-d9e1-b293-aa3a-dc19609c1ca5-0cdf690e, #w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbab97-0cdf690e, #w-node-e190ea9b-02a8-d81a-46e1-a24a1cfbab9f-0cdf690e, #w-node-cf9d9269-cf6a-7b9c-6b4d-8bdc2c603265-2c60325f, #w-node-d0f1c2f0-7837-32a8-daba-a279e6e06c5c-09df690f, #w-node-d0f1c2f0-7837-32a8-daba-a279e6e06c61-09df690f, #w-node-b821116c-12e0-30c1-e853-b25f9fd2e73e-09df690f, #w-node-b821116c-12e0-30c1-e853-b25f9fd2e742-09df690f, #w-node-ab7479f9-89de-8a67-7bcc-64c0f500396b-09df690f, #w-node-ab7479f9-89de-8a67-7bcc-64c0f50039bd-09df690f, #w-node-_36345817-4f61-1057-ae3e-8b0168129954-e9df6923, #w-node-_36345817-4f61-1057-ae3e-8b016812995c-e9df6923 {
    grid-column: span 1 / span 1;
  }

  #w-node-_755df257-28b4-9331-ea5a-639d7799eeac-2d348f18 {
    place-self: center;
  }

  #w-node-a644d275-b99a-a58e-3606-a53c8342b341-2d348f18 {
    grid-area: Area;
  }

  #w-node-b6dcb05d-a831-7fba-bdb3-c98646c1d516-2d348f18, #w-node-_2ebcc9b9-b117-6034-11d8-313ff08ec3f4-2d348f18, #w-node-b5897ca3-01e4-ae3f-fc67-6249fe9c05e9-2d348f18 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_993da0ca-881e-dc5b-cf95-deeaed89fb9f-f697209e {
    align-self: center;
  }
}

.padding-vertical, .padding-huge {
  padding:0px !Important;
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
    content: "" !Important;
}

a {
  text-decoration: none;
}

a, a:focus, a:hover {
    font-style: normal;
    font-weight: 400;
    text-decoration: none !Important;
}

*,
*::before,
*::after {
    box-sizing: border-box; /* Prevent padding and borders from affecting width/height */
}

.blog-listing__post-image {
  border-radius: 12px;
}

article.blog-post {
  max-width: 1100px;
    margin: auto;
}

.blog-listing__post-image-main, .blog-listing__heading {
  margin-bottom: 30px;
}

article.blog-post a {
    color: #72c546;
}

a.blog-listing__post-title-link {
 font-weight: 600 !Important;
}

.hsfc-Form, .hsfc-FormWrapper {
--hsf-background__border-style: none;
}

form button.hsfc-Button {
    background-color: var(--orange) !Important;
    color: #fff;
    border-radius: 100px !Important;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem !Important;
    padding-right: 2rem !Important;
    font-family: Poppins, sans-serif;
    font-size: 1.125rem !Important;
    font-weight: 500 !Important;
    transition: all .1s linear;
    display: flex;
    overflow: clip;
}

.primary-btn-2.btn-dark-green {
  color: #fff !Important;
}

@media (max-width: 768px) {
  h2 {
    font-size: 2rem !Important;
  }
}

.blog-post__author-name {
  display:none !Important;
}
/* div.interactive-button-wrapper:hover {
    transform: scale(1.03) !Important;
    padding: 0 3px !Important;
} */