:root {
    --color-1: red;
    --color-2: blue;
    --color-3: green;
    --body-background-color: #fff;
    --text-color-main: #061812;
    --text-color-heading: #061812;
    --text-color-white: #fff;
    --link-color-1: #f22768;
    --link-color-2: #666;
    --link-hover-color-1: #666;
    --border-color-1: #8c8a8a;
    --border-color-2: #f6f6f6;
    --border-color-3: #ddd;
    --background-color-1: #061812;
    --background-color-2: #eaeaea;
    --background-color-3: #f6f6f6;
    --background-white: #fff;
    --purple-bg: #7400c2;
    --dot-color-1: #a3a4a3;
    --dot-color-2: #d1d1d1;
    --icon-color-1: #2fbf90;
    --gradient-1: linear-gradient(180deg, #486cd8, #2351d9);
    --gradient-2: #31bf90;
    --font-stack-1: "Montserrat", sans-serif;
    --font-stack-2: "Montserrat", sans-serif;
    --font-size-h1: 3rem;
    --font-size-h2: 2.5rem;
    --font-size-h3: 2rem;
    --font-size-h4: 1.5rem;
    --font-size-h5: 1.5rem;
    --font-size-h6: 1.13rem;
    --font-size-p: 1rem;
    --font-size-80: 5rem;
    --font-size-h1-large: 4.75rem;
    --font-size-38: 2.375rem;
    --font-size-28: 1.75rem;
    --overlay-1: rgba(0, 0, 0, .85);
    --overlay-2: rgba(0, 0, 0, .7);
    --form-gutter-width: 1rem;
    --section-padding: 6rem 0;
    --section-padding-small: 2rem 0;
    --section-padding-large: 10rem 0;
    --section-padding-xsmall: 1rem 0;
    --section-no-padding: 0;
    --section-padding-single-xsmall: 0.6rem;
    --section-padding-single-small: 2.5rem;
    --section-padding-single-medium: 5rem;
    --section-padding-single-large: 7.5rem;
    --section-padding-single-extra-large: 10rem;
    --section-padding-single-double-large: 12.5rem;
    --section-padding-single-medium-responsive: 4rem;
    --section-padding-single-small-responsive: 2rem;
    --section-padding-single-large-responsive: 6rem;
    --section-padding-single-extra-large-responsive: 8rem;
    --section-padding-single-double-large-responsive: 10rem;
    --container-width: 70rem;
    --container-max-width: 90%;
    --gutter-width: 1.875rem;
    --gutter-padding: 0.9375rem;
    --bp-mobile-portrait: 320px, --bp-mobile-landscape:480px, --bp-tablet:640px, --bp-full-nav:700px, --bp-ipad:767px, --bp-desktop-narrow:900px, --bp-desktop:1024px, --bp-container-max:1100px, --bp-large:1260px
}

html {
    scroll-behavior: smooth
}

:target:before {
    content: "";
    display: block;
    height: 160px;
    margin: -160px 0 0
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

body {
    background: var(--body-background-color);
    color: var(--text-color-main);
    font-family: var(--font-stack-2);
    font-size: 1rem;
    line-height: 1.65
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

ol,
p,
ul {
    padding-bottom: 1.5rem
}

.h1,
h1 {
    font-family: var(--font-stack-1);
    font-size: var(--font-size-h1);
    font-weight: 900;
    padding-bottom: 1.5rem
}

.h1,
.h2,
h1,
h2 {
    color: var(--text-color-heading);
    line-height: 1.2
}

.h2,
h2 {
    font-family: var(--font-stack-2);
    font-size: var(--font-size-h2);
    padding-bottom: 2rem
}

.h2,
.h3,
h2,
h3 {
    font-weight: 800
}

.h3,
h3 {
    color: var(--text-color-heading);
    font-family: var(--font-stack-1);
    font-size: var(--font-size-h3);
    line-height: 1.2;
    padding-bottom: 1.25rem
}

.h4,
h4 {
    color: var(--text-color-main);
    font-family: var(--font-stack-2);
    font-size: var(--font-size-h4);
    font-weight: 300;
    line-height: 1.5;
    padding-bottom: 1rem
}

.h5,
h5 {
    font-size: var(--font-size-h5);
    line-height: 1.2
}

.h5,
.h6,
h5,
h6 {
    color: var(--text-color-main);
    font-family: var(--font-stack-2);
    font-weight: 700;
    padding-bottom: 1.25rem
}

.h6,
h6 {
    font-size: var(--font-size-h6);
    line-height: 1.1
}

.h1-large {
    font-size: var(--font-size-h1-large);
    line-height: 1.1
}

.font-38 {
    font-size: var(--font-size-38);
    font-weight: 800;
    line-height: normal;
    line-height: 1.25;
    text-transform: capitalize
}

.font-28 {
    font-size: var(--font-size-28);
    line-height: 1.7
}

@media(min-width:1200px) {
    .font-80 {
        font-size: var(--font-size-80);
        line-height: 1.125
    }
}

.accent-right-margin {
    margin-right: 16px
}

.accent-left-margin {
    margin-left: 16px
}

strong {
    font-weight: 800
}

.body-container-wrapper ul {
    list-style: none
}

.body-container-wrapper ol,
.body-container-wrapper ul {
    margin-bottom: 24px;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 40px
}

.body-container-wrapper ul li {
    position: relative
}

.body-container-wrapper ul li:before {
    content: "\f058";
    font-family: FontAwesome;
    left: -21px;
    position: absolute
}

.body-container-wrapper ul li:marker {
    display: none
}

.body-container-wrapper ol li:not(:last-child),
.body-container-wrapper ul li:not(:last-child) {
    margin-bottom: 16px
}

@media screen and (max-width:767px) {

    .h1,
    h1 {
        font-size: 44px
    }

    .h2,
    h2 {
        font-size: 34px;
        padding-bottom: 1.5rem
    }

    .h3,
    h3 {
        font-size: 28px
    }
}

.text-align-left {
    text-align: left
}

.text-align-right {
    text-align: right
}

.text-align-center {
    text-align: center
}

.dis-flex {
    display: flex;
    flex-wrap: wrap
}

.align-items-start {
    align-items: flex-start
}

.align-items-center {
    align-items: center
}

.align-items-end {
    align-items: flex-end
}

*,
:after,
:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

body,
html {
    margin: 0;
    padding: 0
}

body {
    animation: fadeIn .5s
}

img,
video {
    display: block;
    max-width: 100%
}

a {
    color: var(--text-color-main);
    text-decoration: underline;
    transition: all .3s ease
}

a:hover {
    color: #31bf90
}

a:hover svg {
    fill: #31bf90
}

.text-centered {
    text-align: center
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.row--justify-content-between {
    justify-content: space-between
}

.row--justify-content-center {
    justify-content: center
}

.row--justify-flex-start {
    justify-content: flex-start
}

.row--justify-flex-end {
    justify-content: flex-end
}

.row .col-1-12 {
    margin-right: 1.0945%;
    width: 7.33%
}

.row .col-1-12:nth-child(12n) {
    margin-right: 0
}

.row .col-1-6 {
    margin-right: 1.208%;
    width: 15.66%
}

.row .col-1-6:nth-child(6n) {
    margin-right: 0
}

.row .col-1-5 {
    margin-right: 2.5%;
    width: 18%
}

.row .col-1-5:nth-child(5n) {
    margin-right: 0
}

.row .col-1-4 {
    margin-right: 2.66%;
    width: 23%
}

.row .col-1-4:nth-child(4n) {
    margin-right: 0
}

.row .col-1-3 {
    margin-right: 3.5%;
    width: 31%
}

.row .col-1-3:nth-child(3n) {
    margin-right: 0
}

.row .col-1-2 {
    margin-right: 5%;
    width: 47%
}

.row .col-1-2:nth-child(2n) {
    margin-right: 0
}

@media(max-width:1280px) {
    .row .col-1-12 {
        width: 15.66%
    }

    .row .col-1-12,
    .row .col-1-12:nth-child(12n) {
        margin-right: 2.408%
    }

    .row .col-1-12:nth-child(6n) {
        margin-right: 0
    }
}

@media(max-width:1024px) {
    .row .col-1-12 {
        width: 23%
    }

    .row .col-1-12,
    .row .col-1-12:nth-child(12n),
    .row .col-1-12:nth-child(6n) {
        margin-right: 2.66%
    }

    .row .col-1-12:nth-child(4n) {
        margin-right: 0
    }

    .row .col-1-6 {
        margin-right: 2.66%;
        width: 23%
    }

    .row .col-1-6:nth-child(6n) {
        margin-right: 2.66
    }

    .row .col-1-6:nth-child(4n) {
        margin-right: 0
    }

    .row .col-1-5 {
        width: 23%
    }

    .row .col-1-5,
    .row .col-1-5:nth-child(5n) {
        margin-right: 2.66%
    }

    .row .col-1-5:nth-child(4n) {
        margin-right: 0
    }

    .row .col-1-4 {
        width: 31%
    }

    .row .col-1-4,
    .row .col-1-4:nth-child(4n) {
        margin-right: 3.5%
    }

    .row .col-1-4:nth-child(3n) {
        margin-right: 0
    }
}

@media(max-width:991px) {
    .row .col-1-2 {
        width: 100%
    }

    .row .col-1-2,
    .row .col-1-2:nth-child(2n),
    .row .col-1-2:nth-child(3n),
    .row .col-1-2:nth-child(4n) {
        margin-right: 0
    }
}

@media(max-width:840px) {
    .row .col-1-12 {
        width: 31%
    }

    .row .col-1-12,
    .row .col-1-12:nth-child(12n),
    .row .col-1-12:nth-child(4n),
    .row .col-1-12:nth-child(6n) {
        margin-right: 3.5%
    }

    .row .col-1-12:nth-child(3n) {
        margin-right: 0
    }

    .row .col-1-6 {
        width: 31%
    }

    .row .col-1-6,
    .row .col-1-6:nth-child(4n),
    .row .col-1-6:nth-child(6n) {
        margin-right: 3.5%
    }

    .row .col-1-6:nth-child(3n) {
        margin-right: 0
    }

    .row .col-1-5 {
        width: 31%
    }

    .row .col-1-5,
    .row .col-1-5:nth-child(4n),
    .row .col-1-5:nth-child(5n) {
        margin-right: 3.5%
    }

    .row .col-1-5:nth-child(3n) {
        margin-right: 0
    }

    .row .col-1-3 {
        width: 48%
    }

    .row .col-1-3,
    .row .col-1-3:nth-child(3n),
    .row .col-1-3:nth-child(4n) {
        margin-right: 4%
    }

    .row .col-1-3:nth-child(2n) {
        margin-right: 0
    }
}

@media(max-width:767px) {
    .row .col-1-12 {
        width: 48%
    }

    .row .col-1-12,
    .row .col-1-12:nth-child(12n),
    .row .col-1-12:nth-child(3n),
    .row .col-1-12:nth-child(4n),
    .row .col-1-12:nth-child(6n) {
        margin-right: 4%
    }

    .row .col-1-12:nth-child(2n) {
        margin-right: 0
    }

    .row .col-1-6 {
        width: 48%
    }

    .row .col-1-6,
    .row .col-1-6:nth-child(4n),
    .row .col-1-6:nth-child(6n) {
        margin-right: 4%
    }

    .row .col-1-6:nth-child(2n) {
        margin-right: 0
    }

    .row .col-1-5 {
        width: 48%
    }

    .row .col-1-5,
    .row .col-1-5:nth-child(3n),
    .row .col-1-5:nth-child(4n),
    .row .col-1-5:nth-child(5n) {
        margin-right: 4%
    }

    .row .col-1-5:nth-child(2n) {
        margin-right: 0
    }

    .row .col-1-4 {
        margin-right: 4%;
        width: 48%
    }

    .row .col-1-4:nth-child(4n) {
        margin-right: 0
    }

    .row .col-1-4:nth-child(3n) {
        margin-right: 4%
    }

    .row .col-1-4:nth-child(2n) {
        margin-right: 0
    }
}

@media(max-width:480px) {
    .row .col-1-12 {
        margin-right: 0;
        width: 100%
    }

    .row .col-1-12:nth-child(12n),
    .row .col-1-12:nth-child(2n),
    .row .col-1-12:nth-child(3n),
    .row .col-1-12:nth-child(4n),
    .row .col-1-12:nth-child(6n),
    .row .col-1-6 {
        margin-right: 0
    }

    .row .col-1-6 {
        width: 100%
    }

    .row .col-1-5,
    .row .col-1-6:nth-child(2n),
    .row .col-1-6:nth-child(4n),
    .row .col-1-6:nth-child(6n) {
        margin-right: 0
    }

    .row .col-1-5 {
        width: 100%
    }

    .row .col-1-4,
    .row .col-1-5:nth-child(2n),
    .row .col-1-5:nth-child(3n),
    .row .col-1-5:nth-child(4n),
    .row .col-1-5:nth-child(5n) {
        margin-right: 0
    }

    .row .col-1-4 {
        width: 100%
    }

    .row .col-1-3,
    .row .col-1-4:nth-child(2n),
    .row .col-1-4:nth-child(3n),
    .row .col-1-4:nth-child(4n) {
        margin-right: 0
    }

    .row .col-1-3 {
        width: 100%
    }

    .row .col-1-2,
    .row .col-1-3:nth-child(2n),
    .row .col-1-3:nth-child(3n),
    .row .col-1-3:nth-child(4n) {
        margin-right: 0
    }

    .row .col-1-2 {
        width: 100%
    }

    .row .col-1-2:nth-child(2n),
    .row .col-1-2:nth-child(3n),
    .row .col-1-2:nth-child(4n) {
        margin-right: 0
    }
}

.row .col-5-12 {
    width: calc(40.66% - var(--gutter-width))
}

.row .col-7-12 {
    width: calc(57.33% - var(--gutter-width))
}

.row .col-2-3 {
    width: calc(65.66% - var(--gutter-width))
}

.row .col-3-4 {
    width: calc(74% - var(--gutter-width))
}

.row .col-5-6 {
    width: calc(82.33% - var(--gutter-width))
}

.row .col-11-12 {
    width: calc(90.66% - var(--gutter-width))
}

.row .col-full-width {
    width: 100%
}

.border-top-shape {
    background-position: top;
    top: -64px
}

.border-bottom-shape,
.border-top-shape {
    background-repeat: repeat;
    background-size: cover;
    height: 65px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9
}

.border-bottom-shape {
    background-position: bottom;
    bottom: -64px
}

.bottom-border-margin {
    margin-bottom: 65px
}

.top-border-margin {
    margin-top: 65px
}

section {
    padding: var(--section-padding);
    padding-left: 0;
    padding-right: 0
}

section.padding--small {
    padding: var(--section-padding-small)
}

section.padding--large {
    padding: var(--section-padding-large)
}

section.no-padding,
section.no_bottom_padding,
section.no_top_padding {
    padding: var(--section-no-padding)
}

section.padding_top_none {
    padding-top: 0
}

section.padding_bottom_none {
    padding-bottom: 0
}

section.padding_top_xsmall {
    padding-top: var(--section-padding-single-xsmall)
}

section.padding_bottom_xsmall {
    padding-bottom: var(--section-padding-single-xsmall)
}

section.padding_top_small {
    padding-top: var(--section-padding-single-small)
}

section.padding_bottom_small {
    padding-bottom: var(--section-padding-single-small)
}

section.padding_top_medium {
    padding-top: var(--section-padding-single-medium)
}

section.padding_bottom_medium {
    padding-bottom: var(--section-padding-single-medium)
}

section.padding_top_large {
    padding-top: 20px
}

section.padding_bottom_large {
    padding-bottom: 40px
}

section.padding_top_extra_large {
    padding-top: var(--section-padding-single-extra-large)
}

section.padding_bottom_extra_large {
    padding-bottom: var(--section-padding-single-extra-large)
}

section.padding_top_double_large {
    padding-top: var(--section-padding-single-double-large)
}

section.padding_bottom_double_large {
    padding-bottom: var(--section-padding-single-double-large)
}

@media screen and (max-width:899px) {
    section.padding_top_small {
        padding-top: var(--section-padding-single-small-responsive)
    }

    section.padding_bottom_small {
        padding-bottom: var(--section-padding-single-small-responsive)
    }

    section.padding_top_medium {
        padding-top: var(--section-padding-single-medium-responsive)
    }

    section.padding_bottom_medium {
        padding-bottom: var(--section-padding-single-medium-responsive)
    }

    section.padding_top_large {
        padding-top: 0
    }

    section.padding_bottom_large {
        padding-bottom:30px
    }
}

.container {
    margin: 0 auto;
    max-width: calc(100% - 40px);
    width: var(--container-width)
}

.justify-content-flex-start {
    justify-content: flex-start
}

.justify-content-center {
    justify-content: center
}

.justify-content-flex-end {
    justify-content: flex-end
}

.btn {
    cursor: pointer;
    display: inline-block;
    line-height: 1.4;
    position: relative;
    text-align: center;
    text-decoration: none
}

.btn span {
    color: inherit !important
}

.btn i {
    display: none
}

.btn span {
    cursor: pointer;
    position: relative;
    z-index: 1
}

.btn--1 {
    background: #2351d9;
    border: 2px solid #2351d9;
    color: #fff !important;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    min-width: 160px;
    padding: 11px 20px;
    text-align: center;
    text-decoration: none
}

.btn--1:hover {
    background: #fff;
    color: #061812 !important
}

.btn--1 span,
.btn--2 {
    font-weight: 600
}

.btn--2 {
    background: #fff;
    color: #061812 !important;
    display: inline-block;
    line-height: 1.4;
    min-width: 160px;
    padding: 11px 20px;
    text-align: center;
    text-decoration: none
}

.btn--2,
.btn--2:hover {
    border: 2px solid #2351d9
}

.btn--2:hover {
    background: #2351d9;
    color: #fff !important
}

.btn--3 {
    background: #31bf90;
    border: 2px solid #31bf90;
    color: #061812 !important;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    min-width: 160px;
    padding: 11px 20px;
    text-align: center;
    text-decoration: none
}

.btn--3:hover,
.btn--4 {
    background: #fff;
    color: #061812 !important
}

.btn--4 {
    border: 2px solid #31bf90;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    min-width: 160px;
    padding: 11px 20px;
    text-align: center;
    text-decoration: none
}

.btn--4:hover {
    background: #31bf90
}

@media screen and (max-width:767px) {
    .btn--1 {
        margin-left: .5rem
    }

    .btn--1,
    .btn--2,
    .btn--3,
    .btn--4 {
        font-size: 1rem
    }

    .btn--1 span,
    .btn--2 span,
    .btn--3 span,
    .btn--4 span {
        padding: 0
    }

    .btn--1:before {
        bottom: -.5rem;
        left: -.5rem
    }
}

@media screen and (max-width:479px) {

    .btn--1 span,
    .btn--2 span,
    .btn--3 span,
    .btn--4 span {
        padding: 0
    }
}

.form__field {
    width: 100%
}

.form__field input:not([type=checkbox]),
.form__field input:not([type=radio]),
.form__field textarea {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    font-family: var(--font-stack-2);
    font-size: var(--font-size-h6);
    padding: 1.5rem 1.75rem;
    width: 100%
}

.form__field input {
    height: 4.375rem
}

.form__field textarea {
    min-height: 13rem
}

.form__row {
    display: flex;
    margin-bottom: calc(var(--form-gutter-width)*2);
    width: 100%
}

.form__row--two-columns {
    justify-content: space-between
}

.form__row--two-columns .form__field {
    width: calc(50% - 1rem)
}

.form__row--justify-content-center {
    justify-content: center
}

.form button[type=submit] {
    background: var(--gradient-2);
    color: #fff !important;
    display: inline-block;
    font-weight: 800;
    min-width: 160px;
    padding: 11px 20px;
    text-align: center;
    text-transform: uppercase
}

.form button[type=submit]:hover {
    opacity: 60%
}

.form__submit-wrapper {
    margin-left: .625rem;
    margin-top: 2rem;
    position: relative
}

ul.no-list.hs-error-msgs.inputs-list {
    margin-top: 0;
    padding: 0
}

ul.no-list.hs-error-msgs.inputs-list li {
    font-size: 12px
}

ul.no-list.hs-error-msgs.inputs-list li:before {
    display: none
}

ul.no-list.hs-error-msgs.inputs-list li label {
    color: red;
    font-weight: 600
}

.hs-form-field {
    margin-bottom: 10px
}

.hs-form-field label {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px
}

.hs-form input:not([type=submit]),
.hs-form input[type=email],
.hs-form input[type=text],
.hs-form select,
.hs-form textarea {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #555;
    border-radius: 0;
    font-family: var(--font-stack-2);
    font-size: var(--font-size-h6);
    height: auto !important;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%
}

.hs-form select {
    background-image: url(/files/hubfs/caret-down-solid.svg);
    background-position: calc(100% - 15px);
    background-repeat: no-repeat;
    background-size: 13px
}

.hs-form fieldset {
    max-width: 100% !important
}

.hs-form ::placeholder {
    color: #999;
    font-size: 1rem
}

.hs-form .input,
.hs-form fieldset.form-columns-1 .hs-input,
.hs-form fieldset.form-columns-1 .input,
.hs-form fieldset.form-columns-2 .input {
    display: flex;
    width: 100% !important
}

.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important
}

.hs-form input[type=submit] {
    background: #2351d9;
    border: 2px solid #2351d9;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    min-width: 160px;
    padding: 11px 20px;
    text-align: center;
    white-space: normal;
    width: auto
}

.hs-form input[type=submit]:hover {
    background: #fff;
    color: #061812 !important
}

.hs-form-field input:focus {
    border: 2px solid #31bf90;
    border-radius: 0;
    outline: none
}

.hs-form-field input:focus-visible {
    outline: none
}

.hs-form-field textarea {
    height: 100px;
    resize: none
}

.body-container-wrapper ul.inputs-list {
    margin: 5px 0 0;
    padding: 0;
    width: 100%
}

.body-container-wrapper ul.inputs-list li {
    margin: 0 0 10px !important
}

.body-container-wrapper ul.inputs-list li:last-child {
    margin-bottom: 0 !important
}

.body-container-wrapper ul.inputs-list li:before {
    display: none
}

.hs-fieldtype-radio .hs-form-radio {
    display: inline-block;
    width: 100%
}

.hs-fieldtype-radio .hs-form-radio .hs-form-radio-display input {
    display: none
}

.hs-fieldtype-radio .hs-form-radio .hs-form-radio-display input+span {
    display: inline-block;
    font-weight: 400;
    padding-left: 30px;
    position: relative
}

.hs-fieldtype-radio .hs-form-radio .hs-form-radio-display input+span:before {
    border: 1px solid #555;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 20px;
    left: 0;
    margin: 0 10px 0 0;
    padding: 0;
    position: absolute;
    vertical-align: middle;
    width: 20px !important
}

.hs-fieldtype-radio .hs-form-radio .hs-form-radio-display input:checked+span:before {
    background: #fff;
    border: 6px solid #555
}

.hs-fieldtype-checkbox .hs-form-checkbox {
    display: inline-block;
    width: 100%
}

.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input {
    display: none !important
}

.hs-fieldtype-checkbox .hs-form-checkbox input {
    display: none
}

.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input+span,
.hs-fieldtype-checkbox .hs-form-checkbox input+span {
    display: inline-block;
    font-weight: 400;
    padding-left: 30px;
    position: relative
}

.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input+span:before,
.hs-fieldtype-checkbox .hs-form-checkbox input+span:before {
    border: 1px solid #555;
    content: "";
    display: inline-block;
    height: 22px;
    left: 0;
    margin: 0 10px 0 0;
    padding: 0;
    position: absolute;
    vertical-align: middle;
    width: 22px !important
}

.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input:checked+span:before,
.hs-fieldtype-checkbox .hs-form-checkbox input:checked+span:before {
    background-color: #555
}

.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input+span:after,
.hs-fieldtype-checkbox .hs-form-checkbox input+span:after {
    color: #fff;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    left: 4px;
    opacity: 0;
    position: absolute
}

.hs-fieldtype-booleancheckbox .hs-form-booleancheckbox input:checked+span:after,
.hs-fieldtype-checkbox .hs-form-checkbox input:checked+span:after {
    opacity: 1
}

.hs_error_rollup {
    display: none
}

.hs-form {
    text-align: left
}

.hs-form fieldset.form-columns-1 input[type=checkbox],
.hs-form fieldset.form-columns-1 input[type=radio] {
    width: auto !important
}

@media screen and (max-width:767px) {

    .form__field input:not([type=checkbox]),
    .form__field input:not([type=radio]),
    .form__field textarea {
        font-size: var(--font-size-p)
    }

    .form__submit-wrapper {
        margin-left: .5rem
    }

    .form__submit-wrapper:before {
        bottom: -.5rem;
        left: -.5rem
    }

    .form input[type=submit] {
        font-size: .8rem;
        padding: 1.2rem 3rem
    }
}

@media screen and (max-width:479px) {
    .form input[type=submit] {
        font-size: .7rem;
        padding: 1rem 2.4rem
    }
}

blockquote {
    border-bottom: 1px solid #e0f7f0;
    border-top: 1px solid #e0f7f0;
    font-size: 18px;
    font-style: italic;
    line-height: 42px;
    margin: 0 0 40px;
    padding: 30px 0;
    position: relative
}

blockquote:before {
    content: "\f10d";
    top: -22px
}

blockquote:after,
blockquote:before {
    align-items: center;
    color: #31bf90;
    display: flex;
    flex-wrap: wrap;
    font-family: FontAwesome;
    font-size: 22px;
    font-style: normal;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100px
}

blockquote:after {
    bottom: -22px;
    content: "\f10e"
}

#vidyard-overlay-wrapper {
    z-index: 222222
}

div#vidyard-popbox {
    height: auto;
    max-width: 1024px;
    width: 100%
}

.video-wrapper-main {
    position: relative
}

.video-play-button {
    border-radius: 50%;
    box-sizing: content-box;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    left: 50%;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10
}

.video-play-button:hover {
    color: #2351d9
}

.video-play-button:before {
    animation: pulse-border 1.5s ease-out infinite;
    background: #2351d9;
    opacity: .8;
    z-index: 0
}

.video-play-button:after,
.video-play-button:before {
    border-radius: 50%;
    content: "";
    display: block;
    height: 56px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 56px
}

.video-play-button:after {
    background: #fff;
    opacity: .45;
    transition: all .2s;
    z-index: 1
}

.video-play-button i {
    display: block;
    position: relative;
    z-index: 3
}

@keyframes pulse-border {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
    }

    to {
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5)
    }
}

.white-popup-block {
    align-items: center;
    background: rgba(0, 0, 0, .85);
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .7s ease;
    visibility: hidden;
    width: 100%;
    z-index: 9999
}

.white-popup-block.active {
    opacity: 1;
    visibility: visible
}

.video-popup-main {
    position: relative
}

a.popup-modal-dismiss {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: -31px
}

.video-popup-main video {
    position: relative;
    width: auto
}

.serach-result-wrapper input.hs-search-field__input {
    border: 0;
    padding: 0;
    width: auto
}

.body-container-wrapper {
    padding-top: 74px
}

.fa,
.far,
.fas {
    font-family: FontAwesome;
    font-style: normal
}