@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, 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],
input[type=submit] {
    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] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    height: 100%;
    width: 100%
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    box-sizing: border-box;
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    min-height: 100%;
    position: relative
}

html.is-leadbox {
    background-color: transparent
}

body {
    min-height: 100%
}

h1,
h2,
h3,
h4,
h1.jumbo {
    margin: 0
}

p {
    margin: 0
}

a {
    font-size: inherit
}

img {
    max-width: 100%;
    width: 100%
}

section {
    position: relative;
    transition: opacity .5s ease-in, min-height .5s ease-in, height .5s ease-in
}

.container {
    width: 100%
}

.row-compose,
.widget-row,
.layout,
.inner-column,
.column {
    position: relative
}

.site-header .layout {
    align-items: center;
    min-height: 64px
}

.column {
    display: flex;
    flex-direction: column
}

.inner-column {
    flex: 1 1 auto
}

.inner-column:not(.area-placeholder) {
    min-height: 1px
}

.widget {
    word-wrap: break-word;
    padding: 1vw
}

.leadbox .widget {
    padding: 1vw
}

.bar .widget {
    padding: 1vw
}

.has-background-image {
    background-position: center center;
    background-repeat: no-repeat
}

.has-background-size-cover {
    background-size: cover
}

.has-background-size-center {
    background-size: contain
}

.has-background-size-repeat {
    background-repeat: repeat
}

.flex-display {
    display: flex
}

.flex-direction-column {
    flex-direction: column
}

.flex-direction-column .container {
    min-height: 1px
}

.flex-direction-row {
    flex-direction: row
}

.flex-justify-flex-start {
    justify-content: flex-start
}

.flex-justify-center {
    justify-content: center
}

.flex-justify-flex-end {
    justify-content: flex-end
}

[class*=section-arrow--]::before {
    border: solid transparent;
    border-color: rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 1
}

.section-arrow--top::before {
    border-bottom-color: inherit;
    border-width: 0 30px 18px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.section-arrow--bottom::before {
    border-top-color: inherit;
    border-width: 18px 30px 0;
    left: 50%;
    top: 100%;
    transform: translateX(-50%)
}

.section-arrow--left::before {
    border-bottom-color: inherit;
    border-width: 0 30px 24px;
    bottom: 100%;
    right: 50%;
    transform: translateX(50%)
}

@media(min-width: 48em) {
    .section-arrow--left::before {
        border-bottom-color: transparent;
        border-right-color: inherit;
        border-width: 30px 24px 30px 0;
        bottom: 0;
        right: 100%;
        top: 50%;
        transform: translateY(-50%) translateX(0)
    }
}

.section-arrow--right::before {
    border-top-color: inherit;
    border-width: 24px 30px 0;
    left: 50%;
    top: 100%;
    transform: translateX(-50%)
}

@media(min-width: 48em) {
    .section-arrow--right::before {
        border-left-color: inherit;
        border-top-color: transparent;
        border-width: 30px 0 30px 24px;
        left: 100%;
        top: 50%;
        transform: translateY(-50%) translateX(0)
    }
}

.page .is-delayed {
    min-height: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0
}

.is-visible {
    height: auto;
    opacity: 1;
    overflow: visible
}

.lp-text a,
.lp-text-react a,
.lp-headline a {
    color: inherit;
    text-decoration: underline
}

.lp-text a>span,
.lp-text-react a>span,
.lp-headline a>span {
    color: inherit;
    text-decoration: underline
}

.lp-text a:hover,
.lp-text a:active,
.lp-text-react a:hover,
.lp-text-react a:active,
.lp-headline a:hover,
.lp-headline a:active {
    text-decoration: none
}

.lp-text a:hover>span,
.lp-text a:active>span,
.lp-text-react a:hover>span,
.lp-text-react a:active>span,
.lp-headline a:hover>span,
.lp-headline a:active>span {
    text-decoration: none
}

.lp-blog-feed a,
.lp-blog-post a {
    color: inherit;
    text-decoration: none
}

.lp-blog-feed a>span,
.lp-blog-post a>span {
    color: inherit;
    text-decoration: none
}

.lp-blog-feed a:hover,
.lp-blog-feed a:active,
.lp-blog-post a:hover,
.lp-blog-post a:active {
    text-decoration: none
}

.lp-blog-feed a:hover>span,
.lp-blog-feed a:active>span,
.lp-blog-post a:hover>span,
.lp-blog-post a:active>span {
    text-decoration: none
}

.lp-post-body p {
    min-height: 18px;
    margin: 20px 0
}

.lp-post-body h1,
.lp-post-body h2,
.lp-post-body h3,
.lp-post-body h4,
.lp-post-body h5,
.lp-post-body h6 {
    margin: 24px 0
}

.widget-widget>iframe {
    max-width: 100%;
    width: 100%
}

.inner-composite {
    display: flex
}

.page grammarly-btn {
    display: none
}

.page .lp-form__input+span,
.page .lp-form-react__input+span {
    display: none !important
}

@media(max-width: 480px) {
    .hidden-mobile {
        display: none !important
    }
}

@media(min-width: 481px)and (max-width: 768px) {
    .hidden-tablet {
        display: none !important
    }
}

@media(min-width: 769px) {
    .hidden-desktop {
        display: none !important
    }
}

.hide-section {
    display: none
}

form .widget-column {
    padding-top: 1vw;
    padding-bottom: 1vw
}

form .widget-column .widget {
    padding-bottom: 0;
    padding-top: 0
}

form .widget-column .widget .lp-button-react-wrapper {
    margin-top: 12px
}

form[data-form-id] button:disabled {
    opacity: .5;
    pointer-events: none;
    transition: opacity 7.5s ease
}

@keyframes animation-circular-rotate {
    0% {
        transform-origin: 50% 50%
    }

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

@-webkit-keyframes animation-circular-rotate {
    0% {
        transform-origin: 50% 50%
    }

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

@-webkit-keyframes animation-circular-progress {
    0% {
        stroke-dasharray: 1px, 200px;
        stroke-dashoffset: 0px
    }

    50% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -15px
    }

    100% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -125px
    }
}

@keyframes animation-circular-progress {
    0% {
        stroke-dasharray: 1px, 200px;
        stroke-dashoffset: 0px
    }

    50% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -15px
    }

    100% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -125px
    }
}

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

.container--fluid {
    max-width: none
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%
}

[class*=flex__] {
    flex: 0 0 auto;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.flex--12 .flex__item--xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%
}

.flex--12 .flex__item--xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%
}

.flex--12 .flex__item--xs-3 {
    flex-basis: 25%;
    max-width: 25%
}

.flex--12 .flex__item--xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
}

.flex--12 .flex__item--xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%
}

.flex--12 .flex__item--xs-6 {
    flex-basis: 50%;
    max-width: 50%
}

.flex--12 .flex__item--xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%
}

.flex--12 .flex__item--xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%
}

.flex--12 .flex__item--xs-9 {
    flex-basis: 75%;
    max-width: 75%
}

.flex--12 .flex__item--xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%
}

.flex--12 .flex__item--xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%
}

.flex--12 .flex__item--xs-12 {
    flex-basis: 100%;
    max-width: 100%
}

.flex--12 .flex__offset--xs-1 {
    margin-left: 8.3333333333%
}

.flex--12 .flex__offset--xs-2 {
    margin-left: 16.6666666667%
}

.flex--12 .flex__offset--xs-3 {
    margin-left: 25%
}

.flex--12 .flex__offset--xs-4 {
    margin-left: 33.3333333333%
}

.flex--12 .flex__offset--xs-5 {
    margin-left: 41.6666666667%
}

.flex--12 .flex__offset--xs-6 {
    margin-left: 50%
}

.flex--12 .flex__offset--xs-7 {
    margin-left: 58.3333333333%
}

.flex--12 .flex__offset--xs-8 {
    margin-left: 66.6666666667%
}

.flex--12 .flex__offset--xs-9 {
    margin-left: 75%
}

.flex--12 .flex__offset--xs-10 {
    margin-left: 83.3333333333%
}

.flex--12 .flex__offset--xs-11 {
    margin-left: 91.6666666667%
}

.flex--10 .flex__item--xs-1 {
    flex-basis: 10%;
    max-width: 10%
}

.flex--10 .flex__item--xs-2 {
    flex-basis: 20%;
    max-width: 20%
}

.flex--10 .flex__item--xs-3 {
    flex-basis: 30%;
    max-width: 30%
}

.flex--10 .flex__item--xs-4 {
    flex-basis: 40%;
    max-width: 40%
}

.flex--10 .flex__item--xs-5 {
    flex-basis: 50%;
    max-width: 50%
}

.flex--10 .flex__item--xs-6 {
    flex-basis: 60%;
    max-width: 60%
}

.flex--10 .flex__item--xs-7 {
    flex-basis: 70%;
    max-width: 70%
}

.flex--10 .flex__item--xs-8 {
    flex-basis: 80%;
    max-width: 80%
}

.flex--10 .flex__item--xs-9 {
    flex-basis: 90%;
    max-width: 90%
}

.flex--10 .flex__item--xs-10 {
    flex-basis: 100%;
    max-width: 100%
}

.flex--10 .flex__offset--xs-1 {
    margin-left: 10%
}

.flex--10 .flex__offset--xs-2 {
    margin-left: 20%
}

.flex--10 .flex__offset--xs-3 {
    margin-left: 30%
}

.flex--10 .flex__offset--xs-4 {
    margin-left: 40%
}

.flex--10 .flex__offset--xs-5 {
    margin-left: 50%
}

.flex--10 .flex__offset--xs-6 {
    margin-left: 60%
}

.flex--10 .flex__offset--xs-7 {
    margin-left: 70%
}

.flex--10 .flex__offset--xs-8 {
    margin-left: 80%
}

.flex--10 .flex__offset--xs-9 {
    margin-left: 90%
}

.flex--xs-start {
    justify-content: flex-start
}

.flex--xs-center {
    justify-content: center
}

.flex--xs-end {
    justify-content: flex-end
}

.flex--xs-around {
    justify-content: space-around
}

.flex--xs-between {
    justify-content: space-between
}

.flex--xs-top {
    align-items: flex-start
}

.flex--xs-middle {
    align-items: center
}

.flex--xs-bottom {
    align-items: flex-end
}

.flex--xs-first {
    order: -1
}

.flex--xs-last {
    order: 1
}

.flex__item--xs-auto {
    flex: 1 1 auto
}

.flex__item--xs-grow {
    flex-grow: 1
}

.flex__item--xs-no-grow {
    flex-grow: 0
}

.flex__item--xs-shrink {
    flex-shrink: 1
}

.flex__item--xs-no-shrink {
    flex-shrink: 0
}

.flex__item--xs-none {
    flex: none
}

.flex--xs-inline-flex {
    display: inline-flex
}

.flex--xs-flex-nowrap {
    flex-wrap: nowrap
}

.flex--xs-flex-wrap-rev {
    flex-wrap: wrap-reverse
}

.flex--xs-horizontal-rev {
    flex-direction: column-reverse
}

.flex--xs-vertical {
    flex-direction: column
}

.flex--xs-vertical-rev {
    flex-direction: row-reverse
}

@media(min-width: 480px) {
    .flex--12 .flex__item--sm-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flex--12 .flex__item--sm-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .flex--12 .flex__item--sm-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .flex--12 .flex__item--sm-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .flex--12 .flex__item--sm-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .flex--12 .flex__item--sm-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .flex--12 .flex__item--sm-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .flex--12 .flex__item--sm-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .flex--12 .flex__item--sm-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .flex--12 .flex__item--sm-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .flex--12 .flex__item--sm-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .flex--12 .flex__item--sm-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .flex--12 .flex__offset--sm-1 {
        margin-left: 8.3333333333%
    }

    .flex--12 .flex__offset--sm-2 {
        margin-left: 16.6666666667%
    }

    .flex--12 .flex__offset--sm-3 {
        margin-left: 25%
    }

    .flex--12 .flex__offset--sm-4 {
        margin-left: 33.3333333333%
    }

    .flex--12 .flex__offset--sm-5 {
        margin-left: 41.6666666667%
    }

    .flex--12 .flex__offset--sm-6 {
        margin-left: 50%
    }

    .flex--12 .flex__offset--sm-7 {
        margin-left: 58.3333333333%
    }

    .flex--12 .flex__offset--sm-8 {
        margin-left: 66.6666666667%
    }

    .flex--12 .flex__offset--sm-9 {
        margin-left: 75%
    }

    .flex--12 .flex__offset--sm-10 {
        margin-left: 83.3333333333%
    }

    .flex--12 .flex__offset--sm-11 {
        margin-left: 91.6666666667%
    }

    .flex--10 .flex__item--sm-1 {
        flex-basis: 10%;
        max-width: 10%
    }

    .flex--10 .flex__item--sm-2 {
        flex-basis: 20%;
        max-width: 20%
    }

    .flex--10 .flex__item--sm-3 {
        flex-basis: 30%;
        max-width: 30%
    }

    .flex--10 .flex__item--sm-4 {
        flex-basis: 40%;
        max-width: 40%
    }

    .flex--10 .flex__item--sm-5 {
        flex-basis: 50%;
        max-width: 50%
    }

    .flex--10 .flex__item--sm-6 {
        flex-basis: 60%;
        max-width: 60%
    }

    .flex--10 .flex__item--sm-7 {
        flex-basis: 70%;
        max-width: 70%
    }

    .flex--10 .flex__item--sm-8 {
        flex-basis: 80%;
        max-width: 80%
    }

    .flex--10 .flex__item--sm-9 {
        flex-basis: 90%;
        max-width: 90%
    }

    .flex--10 .flex__item--sm-10 {
        flex-basis: 100%;
        max-width: 100%
    }

    .flex--10 .flex__offset--sm-1 {
        margin-left: 10%
    }

    .flex--10 .flex__offset--sm-2 {
        margin-left: 20%
    }

    .flex--10 .flex__offset--sm-3 {
        margin-left: 30%
    }

    .flex--10 .flex__offset--sm-4 {
        margin-left: 40%
    }

    .flex--10 .flex__offset--sm-5 {
        margin-left: 50%
    }

    .flex--10 .flex__offset--sm-6 {
        margin-left: 60%
    }

    .flex--10 .flex__offset--sm-7 {
        margin-left: 70%
    }

    .flex--10 .flex__offset--sm-8 {
        margin-left: 80%
    }

    .flex--10 .flex__offset--sm-9 {
        margin-left: 90%
    }

    .flex--sm-start {
        justify-content: flex-start
    }

    .flex--sm-center {
        justify-content: center
    }

    .flex--sm-end {
        justify-content: flex-end
    }

    .flex--sm-around {
        justify-content: space-around
    }

    .flex--sm-between {
        justify-content: space-between
    }

    .flex--sm-top {
        align-items: flex-start
    }

    .flex--sm-middle {
        align-items: center
    }

    .flex--sm-bottom {
        align-items: flex-end
    }

    .flex--sm-first {
        order: -1
    }

    .flex--sm-last {
        order: 1
    }

    .flex__item--sm-auto {
        flex: 1 1 auto
    }

    .flex__item--sm-grow {
        flex-grow: 1
    }

    .flex__item--sm-no-grow {
        flex-grow: 0
    }

    .flex__item--sm-shrink {
        flex-shrink: 1
    }

    .flex__item--sm-no-shrink {
        flex-shrink: 0
    }

    .flex__item--sm-none {
        flex: none
    }

    .flex--sm-inline-flex {
        display: inline-flex
    }

    .flex--sm-flex-nowrap {
        flex-wrap: nowrap
    }

    .flex--sm-flex-wrap-rev {
        flex-wrap: wrap-reverse
    }

    .flex--sm-horizontal-rev {
        flex-direction: column-reverse
    }

    .flex--sm-vertical {
        flex-direction: column
    }

    .flex--sm-vertical-rev {
        flex-direction: row-reverse
    }
}

@media(min-width: 768px) {
    .flex--12 .flex__item--md-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flex--12 .flex__item--md-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .flex--12 .flex__item--md-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .flex--12 .flex__item--md-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .flex--12 .flex__item--md-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .flex--12 .flex__item--md-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .flex--12 .flex__item--md-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .flex--12 .flex__item--md-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .flex--12 .flex__item--md-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .flex--12 .flex__item--md-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .flex--12 .flex__item--md-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .flex--12 .flex__item--md-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .flex--12 .flex__offset--md-1 {
        margin-left: 8.3333333333%
    }

    .flex--12 .flex__offset--md-2 {
        margin-left: 16.6666666667%
    }

    .flex--12 .flex__offset--md-3 {
        margin-left: 25%
    }

    .flex--12 .flex__offset--md-4 {
        margin-left: 33.3333333333%
    }

    .flex--12 .flex__offset--md-5 {
        margin-left: 41.6666666667%
    }

    .flex--12 .flex__offset--md-6 {
        margin-left: 50%
    }

    .flex--12 .flex__offset--md-7 {
        margin-left: 58.3333333333%
    }

    .flex--12 .flex__offset--md-8 {
        margin-left: 66.6666666667%
    }

    .flex--12 .flex__offset--md-9 {
        margin-left: 75%
    }

    .flex--12 .flex__offset--md-10 {
        margin-left: 83.3333333333%
    }

    .flex--12 .flex__offset--md-11 {
        margin-left: 91.6666666667%
    }

    .flex--10 .flex__item--md-1 {
        flex-basis: 10%;
        max-width: 10%
    }

    .flex--10 .flex__item--md-2 {
        flex-basis: 20%;
        max-width: 20%
    }

    .flex--10 .flex__item--md-3 {
        flex-basis: 30%;
        max-width: 30%
    }

    .flex--10 .flex__item--md-4 {
        flex-basis: 40%;
        max-width: 40%
    }

    .flex--10 .flex__item--md-5 {
        flex-basis: 50%;
        max-width: 50%
    }

    .flex--10 .flex__item--md-6 {
        flex-basis: 60%;
        max-width: 60%
    }

    .flex--10 .flex__item--md-7 {
        flex-basis: 70%;
        max-width: 70%
    }

    .flex--10 .flex__item--md-8 {
        flex-basis: 80%;
        max-width: 80%
    }

    .flex--10 .flex__item--md-9 {
        flex-basis: 90%;
        max-width: 90%
    }

    .flex--10 .flex__item--md-10 {
        flex-basis: 100%;
        max-width: 100%
    }

    .flex--10 .flex__offset--md-1 {
        margin-left: 10%
    }

    .flex--10 .flex__offset--md-2 {
        margin-left: 20%
    }

    .flex--10 .flex__offset--md-3 {
        margin-left: 30%
    }

    .flex--10 .flex__offset--md-4 {
        margin-left: 40%
    }

    .flex--10 .flex__offset--md-5 {
        margin-left: 50%
    }

    .flex--10 .flex__offset--md-6 {
        margin-left: 60%
    }

    .flex--10 .flex__offset--md-7 {
        margin-left: 70%
    }

    .flex--10 .flex__offset--md-8 {
        margin-left: 80%
    }

    .flex--10 .flex__offset--md-9 {
        margin-left: 90%
    }

    .flex--md-start {
        justify-content: flex-start
    }

    .flex--md-center {
        justify-content: center
    }

    .flex--md-end {
        justify-content: flex-end
    }

    .flex--md-around {
        justify-content: space-around
    }

    .flex--md-between {
        justify-content: space-between
    }

    .flex--md-top {
        align-items: flex-start
    }

    .flex--md-middle {
        align-items: center
    }

    .flex--md-bottom {
        align-items: flex-end
    }

    .flex--md-first {
        order: -1
    }

    .flex--md-last {
        order: 1
    }

    .flex__item--md-auto {
        flex: 1 1 auto
    }

    .flex__item--md-grow {
        flex-grow: 1
    }

    .flex__item--md-no-grow {
        flex-grow: 0
    }

    .flex__item--md-shrink {
        flex-shrink: 1
    }

    .flex__item--md-no-shrink {
        flex-shrink: 0
    }

    .flex__item--md-none {
        flex: none
    }

    .flex--md-inline-flex {
        display: inline-flex
    }

    .flex--md-flex-nowrap {
        flex-wrap: nowrap
    }

    .flex--md-flex-wrap-rev {
        flex-wrap: wrap-reverse
    }

    .flex--md-horizontal-rev {
        flex-direction: column-reverse
    }

    .flex--md-vertical {
        flex-direction: column
    }

    .flex--md-vertical-rev {
        flex-direction: row-reverse
    }
}

@media(min-width: 1024px) {
    .flex--12 .flex__item--lg-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flex--12 .flex__item--lg-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .flex--12 .flex__item--lg-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .flex--12 .flex__item--lg-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .flex--12 .flex__item--lg-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .flex--12 .flex__item--lg-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .flex--12 .flex__item--lg-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .flex--12 .flex__item--lg-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .flex--12 .flex__item--lg-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .flex--12 .flex__item--lg-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .flex--12 .flex__item--lg-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .flex--12 .flex__item--lg-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .flex--12 .flex__offset--lg-1 {
        margin-left: 8.3333333333%
    }

    .flex--12 .flex__offset--lg-2 {
        margin-left: 16.6666666667%
    }

    .flex--12 .flex__offset--lg-3 {
        margin-left: 25%
    }

    .flex--12 .flex__offset--lg-4 {
        margin-left: 33.3333333333%
    }

    .flex--12 .flex__offset--lg-5 {
        margin-left: 41.6666666667%
    }

    .flex--12 .flex__offset--lg-6 {
        margin-left: 50%
    }

    .flex--12 .flex__offset--lg-7 {
        margin-left: 58.3333333333%
    }

    .flex--12 .flex__offset--lg-8 {
        margin-left: 66.6666666667%
    }

    .flex--12 .flex__offset--lg-9 {
        margin-left: 75%
    }

    .flex--12 .flex__offset--lg-10 {
        margin-left: 83.3333333333%
    }

    .flex--12 .flex__offset--lg-11 {
        margin-left: 91.6666666667%
    }

    .flex--10 .flex__item--lg-1 {
        flex-basis: 10%;
        max-width: 10%
    }

    .flex--10 .flex__item--lg-2 {
        flex-basis: 20%;
        max-width: 20%
    }

    .flex--10 .flex__item--lg-3 {
        flex-basis: 30%;
        max-width: 30%
    }

    .flex--10 .flex__item--lg-4 {
        flex-basis: 40%;
        max-width: 40%
    }

    .flex--10 .flex__item--lg-5 {
        flex-basis: 50%;
        max-width: 50%
    }

    .flex--10 .flex__item--lg-6 {
        flex-basis: 60%;
        max-width: 60%
    }

    .flex--10 .flex__item--lg-7 {
        flex-basis: 70%;
        max-width: 70%
    }

    .flex--10 .flex__item--lg-8 {
        flex-basis: 80%;
        max-width: 80%
    }

    .flex--10 .flex__item--lg-9 {
        flex-basis: 90%;
        max-width: 90%
    }

    .flex--10 .flex__item--lg-10 {
        flex-basis: 100%;
        max-width: 100%
    }

    .flex--10 .flex__offset--lg-1 {
        margin-left: 10%
    }

    .flex--10 .flex__offset--lg-2 {
        margin-left: 20%
    }

    .flex--10 .flex__offset--lg-3 {
        margin-left: 30%
    }

    .flex--10 .flex__offset--lg-4 {
        margin-left: 40%
    }

    .flex--10 .flex__offset--lg-5 {
        margin-left: 50%
    }

    .flex--10 .flex__offset--lg-6 {
        margin-left: 60%
    }

    .flex--10 .flex__offset--lg-7 {
        margin-left: 70%
    }

    .flex--10 .flex__offset--lg-8 {
        margin-left: 80%
    }

    .flex--10 .flex__offset--lg-9 {
        margin-left: 90%
    }

    .flex--lg-start {
        justify-content: flex-start
    }

    .flex--lg-center {
        justify-content: center
    }

    .flex--lg-end {
        justify-content: flex-end
    }

    .flex--lg-around {
        justify-content: space-around
    }

    .flex--lg-between {
        justify-content: space-between
    }

    .flex--lg-top {
        align-items: flex-start
    }

    .flex--lg-middle {
        align-items: center
    }

    .flex--lg-bottom {
        align-items: flex-end
    }

    .flex--lg-first {
        order: -1
    }

    .flex--lg-last {
        order: 1
    }

    .flex__item--lg-auto {
        flex: 1 1 auto
    }

    .flex__item--lg-grow {
        flex-grow: 1
    }

    .flex__item--lg-no-grow {
        flex-grow: 0
    }

    .flex__item--lg-shrink {
        flex-shrink: 1
    }

    .flex__item--lg-no-shrink {
        flex-shrink: 0
    }

    .flex__item--lg-none {
        flex: none
    }

    .flex--lg-inline-flex {
        display: inline-flex
    }

    .flex--lg-flex-nowrap {
        flex-wrap: nowrap
    }

    .flex--lg-flex-wrap-rev {
        flex-wrap: wrap-reverse
    }

    .flex--lg-horizontal-rev {
        flex-direction: column-reverse
    }

    .flex--lg-vertical {
        flex-direction: column
    }

    .flex--lg-vertical-rev {
        flex-direction: row-reverse
    }
}

@media(min-width: 1280px) {
    .flex--12 .flex__item--xl-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flex--12 .flex__item--xl-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .flex--12 .flex__item--xl-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .flex--12 .flex__item--xl-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .flex--12 .flex__item--xl-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .flex--12 .flex__item--xl-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .flex--12 .flex__item--xl-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .flex--12 .flex__item--xl-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .flex--12 .flex__item--xl-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .flex--12 .flex__item--xl-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .flex--12 .flex__item--xl-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .flex--12 .flex__item--xl-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .flex--12 .flex__offset--xl-1 {
        margin-left: 8.3333333333%
    }

    .flex--12 .flex__offset--xl-2 {
        margin-left: 16.6666666667%
    }

    .flex--12 .flex__offset--xl-3 {
        margin-left: 25%
    }

    .flex--12 .flex__offset--xl-4 {
        margin-left: 33.3333333333%
    }

    .flex--12 .flex__offset--xl-5 {
        margin-left: 41.6666666667%
    }

    .flex--12 .flex__offset--xl-6 {
        margin-left: 50%
    }

    .flex--12 .flex__offset--xl-7 {
        margin-left: 58.3333333333%
    }

    .flex--12 .flex__offset--xl-8 {
        margin-left: 66.6666666667%
    }

    .flex--12 .flex__offset--xl-9 {
        margin-left: 75%
    }

    .flex--12 .flex__offset--xl-10 {
        margin-left: 83.3333333333%
    }

    .flex--12 .flex__offset--xl-11 {
        margin-left: 91.6666666667%
    }

    .flex--10 .flex__item--xl-1 {
        flex-basis: 10%;
        max-width: 10%
    }

    .flex--10 .flex__item--xl-2 {
        flex-basis: 20%;
        max-width: 20%
    }

    .flex--10 .flex__item--xl-3 {
        flex-basis: 30%;
        max-width: 30%
    }

    .flex--10 .flex__item--xl-4 {
        flex-basis: 40%;
        max-width: 40%
    }

    .flex--10 .flex__item--xl-5 {
        flex-basis: 50%;
        max-width: 50%
    }

    .flex--10 .flex__item--xl-6 {
        flex-basis: 60%;
        max-width: 60%
    }

    .flex--10 .flex__item--xl-7 {
        flex-basis: 70%;
        max-width: 70%
    }

    .flex--10 .flex__item--xl-8 {
        flex-basis: 80%;
        max-width: 80%
    }

    .flex--10 .flex__item--xl-9 {
        flex-basis: 90%;
        max-width: 90%
    }

    .flex--10 .flex__item--xl-10 {
        flex-basis: 100%;
        max-width: 100%
    }

    .flex--10 .flex__offset--xl-1 {
        margin-left: 10%
    }

    .flex--10 .flex__offset--xl-2 {
        margin-left: 20%
    }

    .flex--10 .flex__offset--xl-3 {
        margin-left: 30%
    }

    .flex--10 .flex__offset--xl-4 {
        margin-left: 40%
    }

    .flex--10 .flex__offset--xl-5 {
        margin-left: 50%
    }

    .flex--10 .flex__offset--xl-6 {
        margin-left: 60%
    }

    .flex--10 .flex__offset--xl-7 {
        margin-left: 70%
    }

    .flex--10 .flex__offset--xl-8 {
        margin-left: 80%
    }

    .flex--10 .flex__offset--xl-9 {
        margin-left: 90%
    }

    .flex--xl-start {
        justify-content: flex-start
    }

    .flex--xl-center {
        justify-content: center
    }

    .flex--xl-end {
        justify-content: flex-end
    }

    .flex--xl-around {
        justify-content: space-around
    }

    .flex--xl-between {
        justify-content: space-between
    }

    .flex--xl-top {
        align-items: flex-start
    }

    .flex--xl-middle {
        align-items: center
    }

    .flex--xl-bottom {
        align-items: flex-end
    }

    .flex--xl-first {
        order: -1
    }

    .flex--xl-last {
        order: 1
    }

    .flex__item--xl-auto {
        flex: 1 1 auto
    }

    .flex__item--xl-grow {
        flex-grow: 1
    }

    .flex__item--xl-no-grow {
        flex-grow: 0
    }

    .flex__item--xl-shrink {
        flex-shrink: 1
    }

    .flex__item--xl-no-shrink {
        flex-shrink: 0
    }

    .flex__item--xl-none {
        flex: none
    }

    .flex--xl-inline-flex {
        display: inline-flex
    }

    .flex--xl-flex-nowrap {
        flex-wrap: nowrap
    }

    .flex--xl-flex-wrap-rev {
        flex-wrap: wrap-reverse
    }

    .flex--xl-horizontal-rev {
        flex-direction: column-reverse
    }

    .flex--xl-vertical {
        flex-direction: column
    }

    .flex--xl-vertical-rev {
        flex-direction: row-reverse
    }
}

.font-scale-1 {
    font-size: .5625rem
}

.font-scale-2 {
    font-size: .625rem
}

.font-scale-3 {
    font-size: .75rem
}

.font-scale-4 {
    font-size: .875rem
}

.font-scale-5 {
    font-size: 1rem
}

.font-scale-6 {
    font-size: 1.125rem
}

.font-scale-7 {
    font-size: 1.3125rem
}

.font-scale-8 {
    font-size: 1.5rem
}

.font-scale-9 {
    font-size: 1.6875rem
}

.font-scale-10 {
    font-size: 1.875rem
}

.font-scale-11 {
    font-size: 2.0625rem
}

.font-scale-12 {
    font-size: 2.25rem
}

.font-scale-13 {
    font-size: 2.5rem
}

.font-scale-14 {
    font-size: 2.75rem
}

.font-scale-15 {
    font-size: 3rem
}

.font-scale-16 {
    font-size: 3.25rem
}

.font-scale-17 {
    font-size: 3.5rem
}

.font-scale-18 {
    font-size: 3.75rem
}

@media(min-width: 480px) {
    .font-scale-1 {
        font-size: .5625rem
    }

    .font-scale-2 {
        font-size: .625rem
    }

    .font-scale-3 {
        font-size: .75rem
    }

    .font-scale-4 {
        font-size: .875rem
    }

    .font-scale-5 {
        font-size: 1rem
    }

    .font-scale-6 {
        font-size: 1.125rem
    }

    .font-scale-7 {
        font-size: 1.3125rem
    }

    .font-scale-8 {
        font-size: 1.5rem
    }

    .font-scale-9 {
        font-size: 1.75rem
    }

    .font-scale-10 {
        font-size: 2rem
    }

    .font-scale-11 {
        font-size: 2.375rem
    }

    .font-scale-12 {
        font-size: 2.75rem
    }

    .font-scale-13 {
        font-size: 3.125rem
    }

    .font-scale-14 {
        font-size: 3.5rem
    }

    .font-scale-15 {
        font-size: 3.875rem
    }

    .font-scale-16 {
        font-size: 4.25rem
    }

    .font-scale-17 {
        font-size: 4.625rem
    }

    .font-scale-18 {
        font-size: 5rem
    }
}

@media(min-width: 768px) {
    .font-scale-1 {
        font-size: .625rem
    }

    .font-scale-2 {
        font-size: .75rem
    }

    .font-scale-3 {
        font-size: .875rem
    }

    .font-scale-4 {
        font-size: 1rem
    }

    .font-scale-5 {
        font-size: 1.125rem
    }

    .font-scale-6 {
        font-size: 1.25rem
    }

    .font-scale-7 {
        font-size: 1.5rem
    }

    .font-scale-8 {
        font-size: 1.75rem
    }

    .font-scale-9 {
        font-size: 2rem
    }

    .font-scale-10 {
        font-size: 2.5rem
    }

    .font-scale-11 {
        font-size: 3rem
    }

    .font-scale-12 {
        font-size: 3.5rem
    }

    .font-scale-13 {
        font-size: 4rem
    }

    .font-scale-14 {
        font-size: 4.5rem
    }

    .font-scale-15 {
        font-size: 5rem
    }

    .font-scale-16 {
        font-size: 5.5rem
    }

    .font-scale-17 {
        font-size: 6rem
    }

    .font-scale-18 {
        font-size: 6.5rem
    }
}

.line-height-scale-1 {
    line-height: .875
}

.line-height-scale-2 {
    line-height: 1
}

.line-height-scale-3 {
    line-height: 1.125
}

.line-height-scale-4 {
    line-height: 1.25
}

.line-height-scale-5 {
    line-height: 1.375
}

.line-height-scale-6 {
    line-height: 1.5
}

.line-height-scale-7 {
    line-height: 1.625
}

.line-height-scale-8 {
    line-height: 1.75
}

.line-height-scale-9 {
    line-height: 1.875
}

.line-height-scale-10 {
    line-height: 2
}

.lp-text-react p,
.lp-text-react h1,
.lp-text-react h2,
.lp-text-react h3 {
    min-height: 1em;
}

.lp-text-react p:empty:before,
.lp-text-react h1:empty:before,
.lp-text-react h2:empty:before,
.lp-text-react h3:empty:before {
    content: " ";
    white-space: pre
}

p.gutter-bottom-1,
.lp-list.gutter-bottom-1 {
    margin-bottom: 0em
}

p.gutter-bottom-2,
.lp-list.gutter-bottom-2 {
    margin-bottom: 0.25em
}

p.gutter-bottom-3,
.lp-list.gutter-bottom-3 {
    margin-bottom: 0.4375em
}

p.gutter-bottom-4,
.lp-list.gutter-bottom-4 {
    margin-bottom: 0.5em
}

p.gutter-bottom-5,
.lp-list.gutter-bottom-5 {
    margin-bottom: 0.5625em
}

p.gutter-bottom-6,
.lp-list.gutter-bottom-6 {
    margin-bottom: 0.625em
}

p.gutter-bottom-7,
.lp-list.gutter-bottom-7 {
    margin-bottom: 0.6875em
}

p.gutter-bottom-8,
.lp-list.gutter-bottom-8 {
    margin-bottom: 0.75em
}

p.gutter-bottom-9,
.lp-list.gutter-bottom-9 {
    margin-bottom: 0.8125em
}

p.gutter-bottom-10,
.lp-list.gutter-bottom-10 {
    margin-bottom: 0.875em
}

p.gutter-bottom-11,
.lp-list.gutter-bottom-11 {
    margin-bottom: 0.9375em
}

p.gutter-bottom-12,
.lp-list.gutter-bottom-12 {
    margin-bottom: 1em
}

p.gutter-bottom-13,
.lp-list.gutter-bottom-13 {
    margin-bottom: 1.25em
}

p.gutter-bottom-14,
.lp-list.gutter-bottom-14 {
    margin-bottom: 1.5em
}

h1.gutter-bottom-1,
h2.gutter-bottom-1,
h3.gutter-bottom-1 {
    padding-bottom: 0em
}

h1.gutter-bottom-2,
h2.gutter-bottom-2,
h3.gutter-bottom-2 {
    padding-bottom: 0.25em
}

h1.gutter-bottom-3,
h2.gutter-bottom-3,
h3.gutter-bottom-3 {
    padding-bottom: 0.4375em
}

h1.gutter-bottom-4,
h2.gutter-bottom-4,
h3.gutter-bottom-4 {
    padding-bottom: 0.5em
}

h1.gutter-bottom-5,
h2.gutter-bottom-5,
h3.gutter-bottom-5 {
    padding-bottom: 0.5625em
}

h1.gutter-bottom-6,
h2.gutter-bottom-6,
h3.gutter-bottom-6 {
    padding-bottom: 0.625em
}

h1.gutter-bottom-7,
h2.gutter-bottom-7,
h3.gutter-bottom-7 {
    padding-bottom: 0.6875em
}

h1.gutter-bottom-8,
h2.gutter-bottom-8,
h3.gutter-bottom-8 {
    padding-bottom: 0.75em
}

h1.gutter-bottom-9,
h2.gutter-bottom-9,
h3.gutter-bottom-9 {
    padding-bottom: 0.8125em
}

h1.gutter-bottom-10,
h2.gutter-bottom-10,
h3.gutter-bottom-10 {
    padding-bottom: 0.875em
}

h1.gutter-bottom-11,
h2.gutter-bottom-11,
h3.gutter-bottom-11 {
    padding-bottom: 0.9375em
}

h1.gutter-bottom-12,
h2.gutter-bottom-12,
h3.gutter-bottom-12 {
    padding-bottom: 1em
}

h1.gutter-bottom-13,
h2.gutter-bottom-13,
h3.gutter-bottom-13 {
    padding-bottom: 1.25em
}

h1.gutter-bottom-14,
h2.gutter-bottom-14,
h3.gutter-bottom-14 {
    padding-bottom: 1.5em
}

.lp-button {
    text-decoration: none
}

.is-bold {
    font-weight: 700
}

.is-italic {
    font-style: italic
}

.is-strikethrough {
    text-decoration: line-through
}

.is-underline,
.is-underline label {
    text-decoration: underline
}

.is-strikethrough.is-underline {
    text-decoration: line-through underline
}

.text-align-left {
    text-align: left
}

.text-align-right {
    text-align: right
}

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

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

.lp-list.text-align-left li {
    padding-left: 24px
}

.lp-list.text-align-left li::before {
    position: absolute
}

.lp-list.text-align-left.lp-list--numbered li {
    padding-left: 30px
}

.lp-list.text-align-left.lp-list--icon li {
    padding-left: 1.5em
}

.lp-list li {
    position: relative;
    width: 100%;
    white-space: pre-wrap
}

.lp-list li:not(:last-child) {
    margin-bottom: .5em
}

.lp-list li::before {
    display: inline-block;
    font-size: 1em;
    font-weight: 700
}

.lp-list--numbered {
    counter-reset: numbered
}

.lp-list--numbered.text-align-left li::before {
    left: -3px;
    top: 1px
}

.lp-list--numbered.text-align-center li::before,
.lp-list--numbered.text-align-right li::before {
    margin-right: 10px
}

.lp-list--numbered li {
    counter-increment: numbered
}

.lp-list--numbered li::before {
    content: counter(numbered)
}

.lp-list--bullet.text-align-center li,
.lp-list--bullet.text-align-right li {
    padding-left: 12px
}

.lp-list--bullet li::before {
    content: "•";
    text-align: center;
    transform: scale(1.5);
    transform-origin: center right
}

.lp-list--checkmark.text-align-left li {
    padding-left: 20px
}

.lp-list--checkmark.text-align-left li::before {
    left: 2px;
    top: 2px
}

.lp-list--checkmark.text-align-center li::before,
.lp-list--checkmark.text-align-right li::before {
    transform: translateY(-3px)
}

.lp-list--checkmark li::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: scale(0.85)
}

.lp-list--icon.text-align-center li::before,
.lp-list--icon.text-align-right li::before {
    transform: translateY(-3px)
}

.lp-list--checkmark.text-align-left.font-scale-1 li {
    padding-left: 15px
}

.lp-list--checkmark.text-align-left.font-scale-1 li::before {
    left: -4px
}

.lp-list--checkmark.text-align-left.font-scale-2 li {
    padding-left: 15px
}

.lp-list--checkmark.text-align-left.font-scale-2 li::before {
    left: -4px
}

.lp-list--checkmark.text-align-left.font-scale-3 li {
    padding-left: 15px
}

.lp-list--checkmark.text-align-left.font-scale-3 li::before {
    left: -4px
}

.lp-list--checkmark.text-align-left.font-scale-4 li::before {
    left: -6px
}

.lp-list--checkmark.text-align-left.font-scale-5 li::before {
    left: -6px
}

.lp-list--checkmark.text-align-left.font-scale-6 li::before {
    left: -6px
}

.lp-list--checkmark.text-align-left.font-scale-7 li {
    padding-left: 25px
}

.lp-list--checkmark.text-align-left.font-scale-7 li::before {
    left: -10px
}

.lp-list--checkmark.text-align-left.font-scale-8 li {
    padding-left: 25px
}

.lp-list--checkmark.text-align-left.font-scale-8 li::before {
    left: -10px
}

.lp-list--checkmark.text-align-left.font-scale-9 li {
    padding-left: 25px
}

.lp-list--checkmark.text-align-left.font-scale-9 li::before {
    left: -10px
}

.lp-list--checkmark.text-align-left.font-scale-10 li {
    padding-left: 25px
}

.lp-list--checkmark.text-align-left.font-scale-10 li::before {
    left: -10px
}

.lp-list--checkmark.text-align-left.font-scale-10 li {
    padding-left: 35px
}

.lp-list--checkmark.text-align-left.font-scale-11 li {
    padding-left: 1.05em
}

.lp-list--checkmark.text-align-left.font-scale-11 li::before {
    left: -0.1em
}

.lp-list--checkmark.text-align-left.font-scale-12 li {
    padding-left: 1.05em
}

.lp-list--checkmark.text-align-left.font-scale-12 li::before {
    left: -0.1em
}

.lp-list--checkmark.text-align-left.font-scale-13 li {
    padding-left: 1.05em
}

.lp-list--checkmark.text-align-left.font-scale-13 li::before {
    left: -0.1em
}

.lp-list--checkmark.text-align-left.font-scale-14 li {
    padding-left: 1.05em
}

.lp-list--checkmark.text-align-left.font-scale-14 li::before {
    left: -0.1em
}

.lp-list--checkmark.text-align-left.font-scale-15 li {
    padding-left: 1.05em
}

.lp-list--checkmark.text-align-left.font-scale-15 li::before {
    left: -0.1em
}

.lp-list--checkmark.text-align-left.font-scale-16 li {
    padding-left: 1.05em
}

.lp-list--checkmark.text-align-left.font-scale-16 li::before {
    left: -0.1em
}

.lp-list--checkmark.text-align-left.font-scale-17 li {
    padding-left: 1.05em
}

.lp-list--checkmark.text-align-left.font-scale-17 li::before {
    left: -0.1em
}

.lp-list--checkmark.text-align-left.font-scale-18 li {
    padding-left: 1.05em
}

.lp-list--checkmark.text-align-left.font-scale-18 li::before {
    left: -0.1em
}

.lp-list--bullet.text-align-left.font-scale-1 li {
    padding-left: 15px
}

.lp-list--bullet.text-align-left.font-scale-1 li::before {
    top: 2px;
    left: -2px
}

.lp-list--bullet.text-align-left.font-scale-2 li {
    padding-left: 15px
}

.lp-list--bullet.text-align-left.font-scale-2 li::before {
    top: 2px;
    left: -2px
}

.lp-list--bullet.text-align-left.font-scale-3 li {
    padding-left: 15px
}

.lp-list--bullet.text-align-left.font-scale-3 li::before {
    top: 2px;
    left: -2px
}

.lp-list--bullet.text-align-left.font-scale-4 li {
    padding-left: 20px
}

.lp-list--bullet.text-align-left.font-scale-4 li::before {
    left: 0
}

.lp-list--bullet.text-align-left.font-scale-5 li {
    padding-left: 20px
}

.lp-list--bullet.text-align-left.font-scale-5 li::before {
    left: 0
}

.lp-list--bullet.text-align-left.font-scale-6 li {
    padding-left: 20px
}

.lp-list--bullet.text-align-left.font-scale-6 li::before {
    left: 0
}

.lp-list--bullet.text-align-left.font-scale-7 li::before {
    left: 2px
}

.lp-list--bullet.text-align-left.font-scale-8 li::before {
    left: 2px
}

.lp-list--bullet.text-align-left.font-scale-9 li::before {
    left: 2px
}

.lp-list--bullet.text-align-left.font-scale-10 li {
    padding-left: 35px
}

.lp-list--bullet.text-align-left.font-scale-10 li::before {
    left: 6px
}

.lp-list--bullet.text-align-left.font-scale-11 li {
    padding-left: 1.05em
}

.lp-list--bullet.text-align-left.font-scale-11 li::before {
    left: .25em;
    line-height: .75em;
    top: .18em
}

.lp-list--bullet.text-align-left.font-scale-12 li {
    padding-left: 1.05em
}

.lp-list--bullet.text-align-left.font-scale-12 li::before {
    left: .25em;
    line-height: .75em;
    top: .18em
}

.lp-list--bullet.text-align-left.font-scale-13 li {
    padding-left: 1.05em
}

.lp-list--bullet.text-align-left.font-scale-13 li::before {
    left: .25em;
    line-height: .75em;
    top: .18em
}

.lp-list--bullet.text-align-left.font-scale-14 li {
    padding-left: 1.05em
}

.lp-list--bullet.text-align-left.font-scale-14 li::before {
    left: .25em;
    line-height: .75em;
    top: .18em
}

.lp-list--bullet.text-align-left.font-scale-15 li {
    padding-left: 1.05em
}

.lp-list--bullet.text-align-left.font-scale-15 li::before {
    left: .25em;
    line-height: .75em;
    top: .18em
}

.lp-list--bullet.text-align-left.font-scale-16 li {
    padding-left: 1.05em
}

.lp-list--bullet.text-align-left.font-scale-16 li::before {
    left: .25em;
    line-height: .75em;
    top: .18em
}

.lp-list--bullet.text-align-left.font-scale-17 li {
    padding-left: 1.05em
}

.lp-list--bullet.text-align-left.font-scale-17 li::before {
    left: .25em;
    line-height: .75em;
    top: .18em
}

.lp-list--bullet.text-align-left.font-scale-18 li {
    padding-left: 1.05em
}

.lp-list--bullet.text-align-left.font-scale-18 li::before {
    left: .25em;
    line-height: .75em;
    top: .18em
}

.lp-list--numbered.text-align-left.font-scale-1 li {
    padding-left: 15px
}

.lp-list--numbered.text-align-left.font-scale-1 li:nth-child(n+10) {
    padding-left: 20px
}

.lp-list--numbered.text-align-left.font-scale-1 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-2 li {
    padding-left: 15px
}

.lp-list--numbered.text-align-left.font-scale-2 li:nth-child(n+10) {
    padding-left: 20px
}

.lp-list--numbered.text-align-left.font-scale-2 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-3 li {
    padding-left: 15px
}

.lp-list--numbered.text-align-left.font-scale-3 li:nth-child(n+10) {
    padding-left: 20px
}

.lp-list--numbered.text-align-left.font-scale-3 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-4 li {
    padding-left: 20px
}

.lp-list--numbered.text-align-left.font-scale-4 li:nth-child(n+10) {
    padding-left: 30px
}

.lp-list--numbered.text-align-left.font-scale-4 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-5 li {
    padding-left: 20px
}

.lp-list--numbered.text-align-left.font-scale-5 li:nth-child(n+10) {
    padding-left: 30px
}

.lp-list--numbered.text-align-left.font-scale-5 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-6 li {
    padding-left: 20px
}

.lp-list--numbered.text-align-left.font-scale-6 li:nth-child(n+10) {
    padding-left: 30px
}

.lp-list--numbered.text-align-left.font-scale-6 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-7 li {
    padding-left: 25px
}

.lp-list--numbered.text-align-left.font-scale-7 li:nth-child(n+10) {
    padding-left: 45px
}

.lp-list--numbered.text-align-left.font-scale-7 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-8 li {
    padding-left: 25px
}

.lp-list--numbered.text-align-left.font-scale-8 li:nth-child(n+10) {
    padding-left: 45px
}

.lp-list--numbered.text-align-left.font-scale-8 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-9 li {
    padding-left: 25px
}

.lp-list--numbered.text-align-left.font-scale-9 li:nth-child(n+10) {
    padding-left: 45px
}

.lp-list--numbered.text-align-left.font-scale-9 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-10 li {
    padding-left: 35px
}

.lp-list--numbered.text-align-left.font-scale-10 li:nth-child(n+10) {
    padding-left: 60px
}

.lp-list--numbered.text-align-left.font-scale-10 li::before {
    left: -2px
}

.lp-list--numbered.text-align-left.font-scale-11 li {
    padding-left: 1.05em
}

.lp-list--numbered.text-align-left.font-scale-11 li:nth-child(n+10) {
    padding-left: 1.625em
}

.lp-list--numbered.text-align-left.font-scale-11 li::before {
    left: -2px;
    line-height: .75em;
    top: .18em
}

.lp-list--numbered.text-align-left.font-scale-12 li {
    padding-left: 1.05em
}

.lp-list--numbered.text-align-left.font-scale-12 li:nth-child(n+10) {
    padding-left: 1.625em
}

.lp-list--numbered.text-align-left.font-scale-12 li::before {
    left: -2px;
    line-height: .75em;
    top: .18em
}

.lp-list--numbered.text-align-left.font-scale-13 li {
    padding-left: 1.05em
}

.lp-list--numbered.text-align-left.font-scale-13 li:nth-child(n+10) {
    padding-left: 1.625em
}

.lp-list--numbered.text-align-left.font-scale-13 li::before {
    left: -2px;
    line-height: .75em;
    top: .18em
}

.lp-list--numbered.text-align-left.font-scale-14 li {
    padding-left: 1.05em
}

.lp-list--numbered.text-align-left.font-scale-14 li:nth-child(n+10) {
    padding-left: 1.625em
}

.lp-list--numbered.text-align-left.font-scale-14 li::before {
    left: -2px;
    line-height: .75em;
    top: .18em
}

.lp-list--numbered.text-align-left.font-scale-15 li {
    padding-left: 1.05em
}

.lp-list--numbered.text-align-left.font-scale-15 li:nth-child(n+10) {
    padding-left: 1.625em
}

.lp-list--numbered.text-align-left.font-scale-15 li::before {
    left: -2px;
    line-height: .75em;
    top: .18em
}

.lp-list--numbered.text-align-left.font-scale-16 li {
    padding-left: 1.05em
}

.lp-list--numbered.text-align-left.font-scale-16 li:nth-child(n+10) {
    padding-left: 1.625em
}

.lp-list--numbered.text-align-left.font-scale-16 li::before {
    left: -2px;
    line-height: .75em;
    top: .18em
}

.lp-list--numbered.text-align-left.font-scale-17 li {
    padding-left: 1.05em
}

.lp-list--numbered.text-align-left.font-scale-17 li:nth-child(n+10) {
    padding-left: 1.625em
}

.lp-list--numbered.text-align-left.font-scale-17 li::before {
    left: -2px;
    line-height: .75em;
    top: .18em
}

.lp-list--numbered.text-align-left.font-scale-18 li {
    padding-left: 1.05em
}

.lp-list--numbered.text-align-left.font-scale-18 li:nth-child(n+10) {
    padding-left: 1.625em
}

.lp-list--numbered.text-align-left.font-scale-18 li::before {
    left: -2px;
    line-height: .75em;
    top: .18em
}

.lp-list--icon.text-align-left li::before {
    left: -6px
}

.lp-list--icon.text-align-left.font-scale-1 li {
    padding-left: 20px
}

.lp-list--icon.text-align-left.font-scale-2 li {
    padding-left: 20px
}

.lp-list--icon.text-align-left.font-scale-3 li {
    padding-left: 20px
}

.lp-list--icon.text-align-left.font-scale-7 li {
    padding-left: 40px
}

.lp-list--icon.text-align-left.font-scale-8 li {
    padding-left: 40px
}

.lp-list--icon.text-align-left.font-scale-9 li {
    padding-left: 40px
}

.lp-list--icon.text-align-left.font-scale-10 li {
    padding-left: 40px
}

.lp-list--icon.text-align-left.font-scale-10 li {
    padding-left: 55px
}

.lp-list--icon.text-align-left.font-scale-11 li::before {
    left: -5px
}

.lp-list--icon.text-align-left.font-scale-12 li::before {
    left: -5px
}

.lp-list--icon.text-align-left.font-scale-13 li::before {
    left: -5px
}

.lp-list--icon.text-align-left.font-scale-14 li::before {
    left: -5px
}

.lp-list--icon.text-align-left.font-scale-15 li::before {
    left: -5px
}

.lp-list--icon.text-align-left.font-scale-16 li::before {
    left: -5px
}

.lp-list--icon.text-align-left.font-scale-17 li::before {
    left: -5px
}

.lp-list--icon.text-align-left.font-scale-18 li::before {
    left: -5px
}

@media(max-width: 480px) {
    .lp-list--checkmark.text-align-left.font-scale-7 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-8 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-9 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-10 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-11 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-12 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-13 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-14 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-15 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-16 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-17 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-18 li::before {
        left: -5px
    }

    .lp-list--numbered.text-align-left.font-scale-1 li:nth-child(n+10) {
        padding-left: 20px
    }

    .lp-list--numbered.text-align-left.font-scale-2 li:nth-child(n+10) {
        padding-left: 20px
    }

    .lp-list--numbered.text-align-left.font-scale-3 li:nth-child(n+10) {
        padding-left: 20px
    }

    .lp-list--numbered.text-align-left.font-scale-4 li:nth-child(n+10) {
        padding-left: 25px
    }

    .lp-list--numbered.text-align-left.font-scale-5 li:nth-child(n+10) {
        padding-left: 25px
    }

    .lp-list--numbered.text-align-left.font-scale-6 li:nth-child(n+10) {
        padding-left: 25px
    }

    .lp-list--numbered.text-align-left.font-scale-7 li:nth-child(n+10) {
        padding-left: 35px
    }

    .lp-list--numbered.text-align-left.font-scale-8 li:nth-child(n+10) {
        padding-left: 35px
    }

    .lp-list--numbered.text-align-left.font-scale-9 li:nth-child(n+10) {
        padding-left: 35px
    }

    .lp-list--numbered.text-align-left.font-scale-10 li:nth-child(n+10) {
        padding-left: 40px
    }

    .lp-list--icon.text-align-left.font-scale-7 li {
        padding-left: 28px
    }

    .lp-list--icon.text-align-left.font-scale-7 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-8 li {
        padding-left: 28px
    }

    .lp-list--icon.text-align-left.font-scale-8 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-9 li {
        padding-left: 28px
    }

    .lp-list--icon.text-align-left.font-scale-9 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-10 li {
        padding-left: 35px
    }

    .lp-list--icon.text-align-left.font-scale-11 li {
        padding-left: 1.25em
    }

    .lp-list--icon.text-align-left.font-scale-11 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-12 li {
        padding-left: 1.25em
    }

    .lp-list--icon.text-align-left.font-scale-12 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-13 li {
        padding-left: 1.25em
    }

    .lp-list--icon.text-align-left.font-scale-13 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-14 li {
        padding-left: 1.25em
    }

    .lp-list--icon.text-align-left.font-scale-14 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-15 li {
        padding-left: 1.25em
    }

    .lp-list--icon.text-align-left.font-scale-15 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-16 li {
        padding-left: 1.25em
    }

    .lp-list--icon.text-align-left.font-scale-16 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-17 li {
        padding-left: 1.25em
    }

    .lp-list--icon.text-align-left.font-scale-17 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-18 li {
        padding-left: 1.25em
    }

    .lp-list--icon.text-align-left.font-scale-18 li::before {
        left: -5px
    }
}

[data-widget-type=lp-image-text] .composite-box,
[data-widget-type=lp-calendar-text] .composite-box {
    align-items: stretch
}

[data-widget-type=lp-image-text] .composite-column-compose,
[data-widget-type=lp-calendar-text] .composite-column-compose {
    display: flex
}

[data-widget-type=lp-image-text] .layout-TC .composite-column-compose,
[data-widget-type=lp-image-text] .layout-BC .composite-column-compose,
[data-widget-type=lp-calendar-text] .layout-TC .composite-column-compose,
[data-widget-type=lp-calendar-text] .layout-BC .composite-column-compose {
    flex-direction: column
}

[data-widget-type=lp-image-text] .layout-TR .composite-row-compose,
[data-widget-type=lp-image-text] .layout-CR .composite-row-compose,
[data-widget-type=lp-image-text] .layout-BR .composite-row-compose,
[data-widget-type=lp-image-text] .layout-TL .composite-row-compose,
[data-widget-type=lp-image-text] .layout-CL .composite-row-compose,
[data-widget-type=lp-image-text] .layout-BL .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-TR .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-CR .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-BR .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-TL .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-CL .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-BL .composite-row-compose {
    flex: 1 1 100%;
    flex-direction: row
}

[data-widget-type=lp-image-text] .layout-TR .composite-row-compose,
[data-widget-type=lp-image-text] .layout-TL .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-TR .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-TL .composite-row-compose {
    align-items: flex-start
}

[data-widget-type=lp-image-text] .layout-CR .composite-row-compose,
[data-widget-type=lp-image-text] .layout-CL .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-CR .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-CL .composite-row-compose {
    align-items: center
}

[data-widget-type=lp-image-text] .layout-BR .composite-row-compose,
[data-widget-type=lp-image-text] .layout-BL .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-BR .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-BL .composite-row-compose {
    align-items: flex-end
}

@media(max-width: 767px) {
    .section .composite {
        padding: 8px
    }
}

.leadbox .section,
.leadbox .page>section {
    padding: initial
}

@media(max-width: 479px) {
    .inner-column {
        padding: 8px
    }
}

@media(min-width: 480px)and (max-width: 767px) {
    .inner-column {
        padding: 12px
    }
}

.page-background {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgb(236, 236, 236);
}

section {
    margin: 0 auto;
}

.container {
    max-width: 1140px;
}

@media (min-width:calc(1140px / 16)) {
    .widget {
        padding: calc(1140px / 100);
    }
}

h1 {
    color: rgba(0, 0, 0, 1);
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-style: normal;
}

h2 {
    color: rgba(0, 0, 0, 1);
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
}

h3 {
    color: rgba(0, 0, 0, 1);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-style: normal;
}

p {
    color: rgba(0, 0, 0, 1);
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
}

ul {
    color: rgba(0, 0, 0, 1);
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1rem;
}

p {
    font-size: 1.125rem;
}

ul {
    font-size: 1.125rem;
}

.lp-list.lp-list--bullet.text-align-left li::before {
    left: 0;
}

.lp-list.lp-list--bullet.text-align-left li {
    padding-left: 20px;
}

.lp-list.lp-list--numbered.text-align-left li::before {
    left: -3px;
}

.lp-list.lp-list--numbered.text-align-left li {
    padding-left: 20px;
}

.lp-list.lp-list--numbered.text-align-left li:nth-child(n + 10) {
    padding-left: 30px;
}

@media only screen and (max-width:480px) {
    .lp-list.lp-list--numbered.text-align-left li:nth-child(n + 10) {
        padding-left: 25px;
    }
}

.lp-list.lp-list--icon.text-align-left li::before {
    left: -6px;
}

.lp-list.lp-list--checkmark.text-align-left li::before {
    left: -6px;
}

h1 {
    padding-bottom: 0.5625em;
}

h2 {
    padding-bottom: 0.4375em;
}

h3 {
    padding-bottom: 0em;
}

p {
    margin-bottom: 0em;
}

p,
.lp-list {
    margin-bottom: 0em;
}

ul {
    margin-bottom: 0em;
}

h1 {
    line-height: 1.125;
}

h2 {
    line-height: 1.375;
}

h3 {
    line-height: 1.125;
}

p {
    line-height: 1.125;
}

ul {
    line-height: 1.125;
}

@media (min-width:480px) {
    h1 {
        font-size: 2rem;
    }
}

@media (min-width:768px) {
    h1 {
        font-size: 2.5rem;
    }
}

@media (min-width:480px) {
    h2 {
        font-size: 1.3125rem;
    }
}

@media (min-width:768px) {
    h2 {
        font-size: 1.5rem;
    }
}

@media (min-width:480px) {
    h3 {
        font-size: 0.875rem;
    }
}

@media (min-width:768px) {
    h3 {
        font-size: 1rem;
    }
}

@media (min-width:480px) {
    p {
        font-size: 1rem;
    }
}

@media (min-width:768px) {
    p {
        font-size: 1.125rem;
    }
}

@media (min-width:480px) {
    ul {
        font-size: 1rem;
    }
}

@media (min-width:768px) {
    ul {
        font-size: 1.125rem;
    }
}

.lp-calendar-react .date,
.lp-calendar-react .month {
    font-family: "Roboto", sans-serif;
}

.css-3s0jxe {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.css-3s0jxe>.container {
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

.site-header .css-3s0jxe>.container {
    padding-top: -5px;
    padding-right: 0;
    padding-bottom: -5px;
    padding-left: 0;
    -webkit-transition: padding 0.03s ease;
    transition: padding 0.03s ease;
}

.bar .css-3s0jxe {
    padding: 0 50px;
}

@media (max-width:23.75em) {
    .bar .css-3s0jxe {
        padding: 0 25px;
    }
}

@media (min-width:71.25em) {
    .css-3s0jxe>.container {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
}

.css-v8gnm5 {
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

@media(min-width:71.25em) {
    .css-v8gnm5.column {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .css-v8gnm5.column>.inner-column {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
}

.css-19n65v1 {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("unnamed-1.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

.bar .css-19n65v1 {
    padding-top: 0;
    padding-bottom: 0;
}

.css-8f3iaw {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

.bar .css-8f3iaw {
    padding-top: 0;
    padding-bottom: 0;
}

.section--center-widgets .css-1v1axsl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:767px) {
    .bar .css-1v1axsl {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section--center-widgets .css-8x0d4x {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
}

.css-42nimz {
    height: 0;
    width: 100%;
    margin: 12px 0;
    border: none;
    border-bottom-width: 4px;
    border-bottom-color: rgb(28, 122, 188);
    border-bottom-style: solid;
}

.css-1b5csnr {
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

@media(min-width:71.25em) {
    .css-1b5csnr.column {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .css-1b5csnr.column>.inner-column {
        padding-top: 11.4px;
        padding-right: 11.4px;
        padding-bottom: 11.4px;
        padding-left: 11.4px;
    }
}

.css-efs6e5 {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 1vw;
    padding-right: 1vw;
    padding-bottom: 1vw;
    padding-left: 1vw;
}

.bar .css-efs6e5 {
    padding-top: 0;
    padding-bottom: 0;
}

.css-1yltisf {
    text-align: center;
}

.css-1lbg554 {
    display: inline-block;
    vertical-align: middle;
    max-width: 2306px;
}

@media (max-width:530px) {
    .site-header .composite .widget .css-1lbg554 {
        max-width: calc(100% - 80px);
    }
}

.css-typ4wm {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    text-shadow: none;
    -webkit-transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear, text-shadow 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear, text-shadow 0.2s linear;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: relative;
    width: 100%;
    font-weight: bold;
    min-height: 60px;
    min-width: 120px;
    padding: 20px 32px;
    font-family: "Open Sans", sans-serif;
    border-radius: 12px;
}

.css-typ4wm::before {
    border-radius: 12px;
}

.css-typ4wm,
.css-typ4wm:focus,
.css-typ4wm:active {
    border-color: rgb(28, 122, 188);
    background: rgb(28, 122, 188);
    color: rgba(255, 255, 255, 1);
}

.css-typ4wm:hover {
    background-color: rgb(20, 89, 137);
    border-color: rgb(20, 89, 137);
    color: rgba(255, 255, 255, 1);
}

.css-8rx21o {
    height: 6px;
}

@media (min-width:48em) {
    .css-8rx21o {
        height: 0px;
    }
}

.css-1klih5i {
    height: 6px;
}

@media (min-width:48em) {
    .css-1klih5i {
        height: 48px;
    }
}

.css-1ko1i6l {
    height: 6px;
}

@media (min-width:48em) {
    .css-1ko1i6l {
        height: 101px;
    }
}

.css-v44aeq {
    background-color: rgba(28, 122, 188, 1);
    border-color: rgba(28, 122, 188, 1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.css-v44aeq>.container {
    padding-top: 0vw;
    padding-right: 1vw;
    padding-bottom: 0vw;
    padding-left: 1vw;
}

.site-header .css-v44aeq>.container {
    padding-top: -5px;
    padding-right: 0;
    padding-bottom: -5px;
    padding-left: 0;
    -webkit-transition: padding 0.03s ease;
    transition: padding 0.03s ease;
}

.bar .css-v44aeq {
    padding: 0 50px;
}

@media (max-width:23.75em) {
    .bar .css-v44aeq {
        padding: 0 25px;
    }
}

@media (min-width:71.25em) {
    .css-v44aeq>.container {
        padding-top: 0px;
        padding-right: 11.4px;
        padding-bottom: 0px;
        padding-left: 11.4px;
    }
}

.css-tugli7 {
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

@media(min-width:71.25em) {
    .css-tugli7.column {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .css-tugli7.column>.inner-column {
        padding-top: 0px;
        padding-right: 11.4px;
        padding-bottom: 0px;
        padding-left: 11.4px;
    }
}

.css-1f18d76 {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 0vw;
    padding-right: 1vw;
    padding-bottom: 0vw;
    padding-left: 1vw;
}

.bar .css-1f18d76 {
    padding-top: 0;
    padding-bottom: 0;
}

.page-background {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgb(236, 236, 236);
}

section {
    margin: 0 auto;
}

.container {
    max-width: 1140px;
}

@media (min-width:calc(1140px / 16)) {
    .widget {
        padding: calc(1140px / 100);
    }
}

h1 {
    color: rgba(0, 0, 0, 1);
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-style: normal;
}

h2 {
    color: rgba(0, 0, 0, 1);
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
}

h3 {
    color: rgba(0, 0, 0, 1);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-style: normal;
}

p {
    color: rgba(0, 0, 0, 1);
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
}

ul {
    color: rgba(0, 0, 0, 1);
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1rem;
}

p {
    font-size: 1.125rem;
}

ul {
    font-size: 1.125rem;
}

.lp-list.lp-list--bullet.text-align-left li::before {
    left: 0;
}

.lp-list.lp-list--bullet.text-align-left li {
    padding-left: 20px;
}

.lp-list.lp-list--numbered.text-align-left li::before {
    left: -3px;
}

.lp-list.lp-list--numbered.text-align-left li {
    padding-left: 20px;
}

.lp-list.lp-list--numbered.text-align-left li:nth-child(n + 10) {
    padding-left: 30px;
}

@media only screen and (max-width:480px) {
    .lp-list.lp-list--numbered.text-align-left li:nth-child(n + 10) {
        padding-left: 25px;
    }
}

.lp-list.lp-list--icon.text-align-left li::before {
    left: -6px;
}

.lp-list.lp-list--checkmark.text-align-left li::before {
    left: -6px;
}

h1 {
    padding-bottom: 0.5625em;
}

h2 {
    padding-bottom: 0.4375em;
}

h3 {
    padding-bottom: 0em;
}

p {
    margin-bottom: 0em;
}

p,
.lp-list {
    margin-bottom: 0em;
}

ul {
    margin-bottom: 0em;
}

h1 {
    line-height: 1.125;
}

h2 {
    line-height: 1.375;
}

h3 {
    line-height: 1.125;
}

p {
    line-height: 1.125;
}

ul {
    line-height: 1.125;
}

@media (min-width:480px) {
    h1 {
        font-size: 2rem;
    }
}

@media (min-width:768px) {
    h1 {
        font-size: 2.5rem;
    }
}

@media (min-width:480px) {
    h2 {
        font-size: 1.3125rem;
    }
}

@media (min-width:768px) {
    h2 {
        font-size: 1.5rem;
    }
}

@media (min-width:480px) {
    h3 {
        font-size: 0.875rem;
    }
}

@media (min-width:768px) {
    h3 {
        font-size: 1rem;
    }
}

@media (min-width:480px) {
    p {
        font-size: 1rem;
    }
}

@media (min-width:768px) {
    p {
        font-size: 1.125rem;
    }
}

@media (min-width:480px) {
    ul {
        font-size: 1rem;
    }
}

@media (min-width:768px) {
    ul {
        font-size: 1.125rem;
    }
}

.lp-calendar-react .date,
.lp-calendar-react .month {
    font-family: "Roboto", sans-serif;
}

@-webkit-keyframes animation-uhzp3a {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

@keyframes animation-uhzp3a {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.css-3s0jxe {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.css-3s0jxe>.container {
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

.site-header .css-3s0jxe>.container {
    padding-top: -5px;
    padding-right: 0;
    padding-bottom: -5px;
    padding-left: 0;
    -webkit-transition: padding 0.03s ease;
    transition: padding 0.03s ease;
}

.bar .css-3s0jxe {
    padding: 0 50px;
}

@media (max-width:23.75em) {
    .bar .css-3s0jxe {
        padding: 0 25px;
    }
}

@media (min-width:71.25em) {
    .css-3s0jxe>.container {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
}

.css-v8gnm5 {
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

@media(min-width:71.25em) {
    .css-v8gnm5.column {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .css-v8gnm5.column>.inner-column {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
}

.css-19n65v1 {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("unnamed-1.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

.bar .css-19n65v1 {
    padding-top: 0;
    padding-bottom: 0;
}

.css-8f3iaw {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

.bar .css-8f3iaw {
    padding-top: 0;
    padding-bottom: 0;
}

.section--center-widgets .css-47r3vg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:767px) {
    .bar .css-47r3vg {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section--center-widgets .css-8x0d4x {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
}

.css-42nimz {
    height: 0;
    width: 100%;
    margin: 12px 0;
    border: none;
    border-bottom-width: 4px;
    border-bottom-color: rgb(28, 122, 188);
    border-bottom-style: solid;
}

.css-1b5csnr {
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

@media(min-width:71.25em) {
    .css-1b5csnr.column {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .css-1b5csnr.column>.inner-column {
        padding-top: 11.4px;
        padding-right: 11.4px;
        padding-bottom: 11.4px;
        padding-left: 11.4px;
    }
}

.css-efs6e5 {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 1vw;
    padding-right: 1vw;
    padding-bottom: 1vw;
    padding-left: 1vw;
}

.bar .css-efs6e5 {
    padding-top: 0;
    padding-bottom: 0;
}

.css-1yltisf {
    text-align: center;
}

.css-1lbg554 {
    display: inline-block;
    vertical-align: middle;
    max-width: 2306px;
}

@media (max-width:530px) {
    .site-header .composite .widget .css-1lbg554 {
        max-width: calc(100% - 80px);
    }
}

.css-1j4dfvg {
    font-weight: 500;
    text-align: center;
}

.css-1j4dfvg .lp-progressbar-react__value {
    color: rgb(150, 12, 12);
}

.css-1j4dfvg .lp-progressbar-react__bar {
    background: rgb(236, 236, 236);
}

.css-1j4dfvg .bar-completed {
    background: rgb(79, 96, 251);
    width: 50%;
}

.css-1j4dfvg .lp-progressbar-react__bar {
    width: 100%;
    height: 6px;
    border-radius: 6px;
    position: relative;
}

.css-1j4dfvg .lp-progressbar-react__bar .bar-completed {
    height: inherit;
    border-radius: 6px;
    position: absolute;
    overflow: hidden;
}

.css-1j4dfvg .lp-progressbar-react__bar .is-animating {
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
    -webkit-animation: animation-uhzp3a 2.5s linear infinite;
    animation: animation-uhzp3a 2.5s linear infinite;
    height: inherit;
    width: 100%;
    position: absolute;
}

.css-1j4dfvg .lp-progressbar-react__value {
    font-weight: 500;
    width: 100%;
    margin: 0 0 12px;
    font-size: 0.875rem;
}

.css-typ4wm {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    text-shadow: none;
    -webkit-transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear, text-shadow 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear, text-shadow 0.2s linear;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: relative;
    width: 100%;
    font-weight: bold;
    min-height: 60px;
    min-width: 120px;
    padding: 20px 32px;
    font-family: "Open Sans", sans-serif;
    border-radius: 12px;
}

.css-typ4wm::before {
    border-radius: 12px;
}

.css-typ4wm,
.css-typ4wm:focus,
.css-typ4wm:active {
    border-color: rgb(28, 122, 188);
    background: rgb(28, 122, 188);
    color: rgba(255, 255, 255, 1);
}

.css-typ4wm:hover {
    background-color: rgb(20, 89, 137);
    border-color: rgb(20, 89, 137);
    color: rgba(255, 255, 255, 1);
}

.css-19tg3vl {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    text-shadow: none;
    -webkit-transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear, text-shadow 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear, text-shadow 0.2s linear;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: relative;
    width: 100%;
    font-weight: bold;
    min-height: 60px;
    min-width: 120px;
    padding: 20px 32px;
    background: transparent;
    font-family: "Open Sans", sans-serif;
    border-radius: 12px;
}

.css-19tg3vl::before {
    border-radius: 12px;
}

.css-19tg3vl,
.css-19tg3vl:focus,
.css-19tg3vl:active {
    border-color: rgb(28, 122, 188);
    color: rgb(28, 122, 188);
}

.css-19tg3vl:hover {
    background-color: rgb(28, 122, 188);
    color: rgb(255, 255, 255);
}

.css-8rx21o {
    height: 6px;
}

@media (min-width:48em) {
    .css-8rx21o {
        height: 0px;
    }
}

.css-1klih5i {
    height: 6px;
}

@media (min-width:48em) {
    .css-1klih5i {
        height: 48px;
    }
}

.css-1ko1i6l {
    height: 6px;
}

@media (min-width:48em) {
    .css-1ko1i6l {
        height: 101px;
    }
}

.css-v44aeq {
    background-color: rgba(28, 122, 188, 1);
    border-color: rgba(28, 122, 188, 1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.css-v44aeq>.container {
    padding-top: 0vw;
    padding-right: 1vw;
    padding-bottom: 0vw;
    padding-left: 1vw;
}

.site-header .css-v44aeq>.container {
    padding-top: -5px;
    padding-right: 0;
    padding-bottom: -5px;
    padding-left: 0;
    -webkit-transition: padding 0.03s ease;
    transition: padding 0.03s ease;
}

.bar .css-v44aeq {
    padding: 0 50px;
}

@media (max-width:23.75em) {
    .bar .css-v44aeq {
        padding: 0 25px;
    }
}

@media (min-width:71.25em) {
    .css-v44aeq>.container {
        padding-top: 0px;
        padding-right: 11.4px;
        padding-bottom: 0px;
        padding-left: 11.4px;
    }
}

.css-tugli7 {
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

@media(min-width:71.25em) {
    .css-tugli7.column {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .css-tugli7.column>.inner-column {
        padding-top: 0px;
        padding-right: 11.4px;
        padding-bottom: 0px;
        padding-left: 11.4px;
    }
}

.css-1f18d76 {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 0vw;
    padding-right: 1vw;
    padding-bottom: 0vw;
    padding-left: 1vw;
}

.bar .css-1f18d76 {
    padding-top: 0;
    padding-bottom: 0;
}

.css-10z4j6b {
    font-weight: 500;
    text-align: center;
}

.css-10z4j6b .lp-progressbar-react__value {
    color: rgb(150, 12, 12);
}

.css-10z4j6b .lp-progressbar-react__bar {
    background: rgb(236, 236, 236);
}

.css-10z4j6b .bar-completed {
    background: rgb(28, 122, 188);
    width: 75%;
}

.css-10z4j6b .lp-progressbar-react__bar {
    width: 100%;
    height: 6px;
    border-radius: 6px;
    position: relative;
}

.css-10z4j6b .lp-progressbar-react__bar .bar-completed {
    height: inherit;
    border-radius: 6px;
    position: absolute;
    overflow: hidden;
}

.css-10z4j6b .lp-progressbar-react__bar .is-animating {
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
    -webkit-animation: animation-uhzp3a 2.5s linear infinite;
    animation: animation-uhzp3a 2.5s linear infinite;
    height: inherit;
    width: 100%;
    position: absolute;
}

.css-10z4j6b .lp-progressbar-react__value {
    font-weight: 500;
    width: 100%;
    margin: 0 0 12px;
    font-size: 0.875rem;
}

a {
    cursor: pointer;
}

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, 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],
input[type=submit] {
    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] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    height: 100%;
    width: 100%
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    box-sizing: border-box;
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    min-height: 100%;
    position: relative
}

html.is-leadbox {
    background-color: transparent
}

body {
    min-height: 100%
}

h1,
h2,
h3,
h4,
h1.jumbo {
    margin: 0
}

p {
    margin: 0
}

a {
    font-size: inherit
}

img {
    max-width: 100%;
    width: 100%
}

section {
    position: relative;
    transition: opacity .5s ease-in, min-height .5s ease-in, height .5s ease-in
}

.container {
    width: 100%
}

.row-compose,
.widget-row,
.layout,
.inner-column,
.column {
    position: relative
}

.site-header .layout {
    align-items: center;
    min-height: 64px
}

.column {
    display: flex;
    flex-direction: column
}

.inner-column {
    flex: 1 1 auto
}

.inner-column:not(.area-placeholder) {
    min-height: 1px
}

.widget {
    word-wrap: break-word;
    padding: 1vw
}

.leadbox .widget {
    padding: 1vw
}

.bar .widget {
    padding: 1vw
}

.has-background-image {
    background-position: center center;
    background-repeat: no-repeat
}

.has-background-size-cover {
    background-size: cover
}

.has-background-size-center {
    background-size: contain
}

.has-background-size-repeat {
    background-repeat: repeat
}

.flex-display {
    display: flex
}

.flex-direction-column {
    flex-direction: column
}

.flex-direction-column .container {
    min-height: 1px
}

.flex-direction-row {
    flex-direction: row
}

.flex-justify-flex-start {
    justify-content: flex-start
}

.flex-justify-center {
    justify-content: center
}

.flex-justify-flex-end {
    justify-content: flex-end
}

[class*=section-arrow--]::before {
    border: solid transparent;
    border-color: rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    z-index: 1
}

.section-arrow--top::before {
    border-bottom-color: inherit;
    border-width: 0 30px 18px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.section-arrow--bottom::before {
    border-top-color: inherit;
    border-width: 18px 30px 0;
    left: 50%;
    top: 100%;
    transform: translateX(-50%)
}

.section-arrow--left::before {
    border-bottom-color: inherit;
    border-width: 0 30px 24px;
    bottom: 100%;
    right: 50%;
    transform: translateX(50%)
}

@media(min-width: 48em) {
    .section-arrow--left::before {
        border-bottom-color: transparent;
        border-right-color: inherit;
        border-width: 30px 24px 30px 0;
        bottom: 0;
        right: 100%;
        top: 50%;
        transform: translateY(-50%) translateX(0)
    }
}

.section-arrow--right::before {
    border-top-color: inherit;
    border-width: 24px 30px 0;
    left: 50%;
    top: 100%;
    transform: translateX(-50%)
}

@media(min-width: 48em) {
    .section-arrow--right::before {
        border-left-color: inherit;
        border-top-color: transparent;
        border-width: 30px 0 30px 24px;
        left: 100%;
        top: 50%;
        transform: translateY(-50%) translateX(0)
    }
}

.page .is-delayed {
    min-height: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0
}

.is-visible {
    height: auto;
    opacity: 1;
    overflow: visible
}

.lp-text a,
.lp-text-react a,
.lp-headline a {
    color: inherit;
    text-decoration: underline
}

.lp-text a>span,
.lp-text-react a>span,
.lp-headline a>span {
    color: inherit;
    text-decoration: underline
}

.lp-text a:hover,
.lp-text a:active,
.lp-text-react a:hover,
.lp-text-react a:active,
.lp-headline a:hover,
.lp-headline a:active {
    text-decoration: none
}

.lp-text a:hover>span,
.lp-text a:active>span,
.lp-text-react a:hover>span,
.lp-text-react a:active>span,
.lp-headline a:hover>span,
.lp-headline a:active>span {
    text-decoration: none
}

.lp-blog-feed a,
.lp-blog-post a {
    color: inherit;
    text-decoration: none
}

.lp-blog-feed a>span,
.lp-blog-post a>span {
    color: inherit;
    text-decoration: none
}

.lp-blog-feed a:hover,
.lp-blog-feed a:active,
.lp-blog-post a:hover,
.lp-blog-post a:active {
    text-decoration: none
}

.lp-blog-feed a:hover>span,
.lp-blog-feed a:active>span,
.lp-blog-post a:hover>span,
.lp-blog-post a:active>span {
    text-decoration: none
}

.lp-blog-feed a.pagination-arrow,
.lp-blog-post a.pagination-arrow {
    margin: auto 40px
}

.lp-blog-feed a.pagination-arrow.disabled,
.lp-blog-post a.pagination-arrow.disabled {
    pointer-events: none;
    opacity: .3
}

.lp-post-body p {
    min-height: 18px;
    margin: 20px 0
}

.lp-post-body h1,
.lp-post-body h2,
.lp-post-body h3,
.lp-post-body h4,
.lp-post-body h5,
.lp-post-body h6 {
    margin: 24px 0
}

.widget-widget>iframe {
    max-width: 100%;
    width: 100%
}

.inner-composite {
    display: flex
}

.page grammarly-btn {
    display: none
}

.page .lp-form__input+span,
.page .lp-form-react__input+span {
    display: none !important
}

@media(max-width: 480px) {
    .hidden-mobile {
        display: none !important
    }
}

@media(min-width: 481px)and (max-width: 768px) {
    .hidden-tablet {
        display: none !important
    }
}

@media(min-width: 769px) {
    .hidden-desktop {
        display: none !important
    }
}

.hide-section {
    display: none
}

form .widget-column {
    padding-top: 1vw;
    padding-bottom: 1vw
}

form .widget-column .widget {
    padding-bottom: 0;
    padding-top: 0
}

form .widget-column .widget .lp-button-react-wrapper {
    margin-top: 12px
}

form[data-form-id] button:disabled {
    opacity: .5;
    pointer-events: none;
    transition: opacity 7.5s ease
}

@keyframes animation-circular-rotate {
    0% {
        transform-origin: 50% 50%
    }

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

@-webkit-keyframes animation-circular-rotate {
    0% {
        transform-origin: 50% 50%
    }

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

@-webkit-keyframes animation-circular-progress {
    0% {
        stroke-dasharray: 1px, 200px;
        stroke-dashoffset: 0px
    }

    50% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -15px
    }

    100% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -125px
    }
}

@keyframes animation-circular-progress {
    0% {
        stroke-dasharray: 1px, 200px;
        stroke-dashoffset: 0px
    }

    50% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -15px
    }

    100% {
        stroke-dasharray: 100px, 200px;
        stroke-dashoffset: -125px
    }
}

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

.container--fluid {
    max-width: none
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%
}

[class*=flex__] {
    flex: 0 0 auto;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.flex--12 .flex__item--xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%
}

.flex--12 .flex__item--xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%
}

.flex--12 .flex__item--xs-3 {
    flex-basis: 25%;
    max-width: 25%
}

.flex--12 .flex__item--xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
}

.flex--12 .flex__item--xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%
}

.flex--12 .flex__item--xs-6 {
    flex-basis: 50%;
    max-width: 50%
}

.flex--12 .flex__item--xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%
}

.flex--12 .flex__item--xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%
}

.flex--12 .flex__item--xs-9 {
    flex-basis: 75%;
    max-width: 75%
}

.flex--12 .flex__item--xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%
}

.flex--12 .flex__item--xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%
}

.flex--12 .flex__item--xs-12 {
    flex-basis: 100%;
    max-width: 100%
}

.flex--12 .flex__offset--xs-1 {
    margin-left: 8.3333333333%
}

.flex--12 .flex__offset--xs-2 {
    margin-left: 16.6666666667%
}

.flex--12 .flex__offset--xs-3 {
    margin-left: 25%
}

.flex--12 .flex__offset--xs-4 {
    margin-left: 33.3333333333%
}

.flex--12 .flex__offset--xs-5 {
    margin-left: 41.6666666667%
}

.flex--12 .flex__offset--xs-6 {
    margin-left: 50%
}

.flex--12 .flex__offset--xs-7 {
    margin-left: 58.3333333333%
}

.flex--12 .flex__offset--xs-8 {
    margin-left: 66.6666666667%
}

.flex--12 .flex__offset--xs-9 {
    margin-left: 75%
}

.flex--12 .flex__offset--xs-10 {
    margin-left: 83.3333333333%
}

.flex--12 .flex__offset--xs-11 {
    margin-left: 91.6666666667%
}

.flex--10 .flex__item--xs-1 {
    flex-basis: 10%;
    max-width: 10%
}

.flex--10 .flex__item--xs-2 {
    flex-basis: 20%;
    max-width: 20%
}

.flex--10 .flex__item--xs-3 {
    flex-basis: 30%;
    max-width: 30%
}

.flex--10 .flex__item--xs-4 {
    flex-basis: 40%;
    max-width: 40%
}

.flex--10 .flex__item--xs-5 {
    flex-basis: 50%;
    max-width: 50%
}

.flex--10 .flex__item--xs-6 {
    flex-basis: 60%;
    max-width: 60%
}

.flex--10 .flex__item--xs-7 {
    flex-basis: 70%;
    max-width: 70%
}

.flex--10 .flex__item--xs-8 {
    flex-basis: 80%;
    max-width: 80%
}

.flex--10 .flex__item--xs-9 {
    flex-basis: 90%;
    max-width: 90%
}

.flex--10 .flex__item--xs-10 {
    flex-basis: 100%;
    max-width: 100%
}

.flex--10 .flex__offset--xs-1 {
    margin-left: 10%
}

.flex--10 .flex__offset--xs-2 {
    margin-left: 20%
}

.flex--10 .flex__offset--xs-3 {
    margin-left: 30%
}

.flex--10 .flex__offset--xs-4 {
    margin-left: 40%
}

.flex--10 .flex__offset--xs-5 {
    margin-left: 50%
}

.flex--10 .flex__offset--xs-6 {
    margin-left: 60%
}

.flex--10 .flex__offset--xs-7 {
    margin-left: 70%
}

.flex--10 .flex__offset--xs-8 {
    margin-left: 80%
}

.flex--10 .flex__offset--xs-9 {
    margin-left: 90%
}

.flex--xs-start {
    justify-content: flex-start
}

.flex--xs-center {
    justify-content: center
}

.flex--xs-end {
    justify-content: flex-end
}

.flex--xs-around {
    justify-content: space-around
}

.flex--xs-between {
    justify-content: space-between
}

.flex--xs-top {
    align-items: flex-start
}

.flex--xs-middle {
    align-items: center
}

.flex--xs-bottom {
    align-items: flex-end
}

.flex--xs-first {
    order: -1
}

.flex--xs-last {
    order: 1
}

.flex__item--xs-auto {
    flex: 1 1 auto
}

.flex__item--xs-grow {
    flex-grow: 1
}

.flex__item--xs-no-grow {
    flex-grow: 0
}

.flex__item--xs-shrink {
    flex-shrink: 1
}

.flex__item--xs-no-shrink {
    flex-shrink: 0
}

.flex__item--xs-none {
    flex: none
}

.flex--xs-inline-flex {
    display: inline-flex
}

.flex--xs-flex-nowrap {
    flex-wrap: nowrap
}

.flex--xs-flex-wrap-rev {
    flex-wrap: wrap-reverse
}

.flex--xs-horizontal-rev {
    flex-direction: column-reverse
}

.flex--xs-vertical {
    flex-direction: column
}

.flex--xs-vertical-rev {
    flex-direction: row-reverse
}

@media(min-width: 480px) {
    .flex--12 .flex__item--sm-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flex--12 .flex__item--sm-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .flex--12 .flex__item--sm-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .flex--12 .flex__item--sm-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .flex--12 .flex__item--sm-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .flex--12 .flex__item--sm-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .flex--12 .flex__item--sm-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .flex--12 .flex__item--sm-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .flex--12 .flex__item--sm-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .flex--12 .flex__item--sm-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .flex--12 .flex__item--sm-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .flex--12 .flex__item--sm-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .flex--12 .flex__offset--sm-1 {
        margin-left: 8.3333333333%
    }

    .flex--12 .flex__offset--sm-2 {
        margin-left: 16.6666666667%
    }

    .flex--12 .flex__offset--sm-3 {
        margin-left: 25%
    }

    .flex--12 .flex__offset--sm-4 {
        margin-left: 33.3333333333%
    }

    .flex--12 .flex__offset--sm-5 {
        margin-left: 41.6666666667%
    }

    .flex--12 .flex__offset--sm-6 {
        margin-left: 50%
    }

    .flex--12 .flex__offset--sm-7 {
        margin-left: 58.3333333333%
    }

    .flex--12 .flex__offset--sm-8 {
        margin-left: 66.6666666667%
    }

    .flex--12 .flex__offset--sm-9 {
        margin-left: 75%
    }

    .flex--12 .flex__offset--sm-10 {
        margin-left: 83.3333333333%
    }

    .flex--12 .flex__offset--sm-11 {
        margin-left: 91.6666666667%
    }

    .flex--10 .flex__item--sm-1 {
        flex-basis: 10%;
        max-width: 10%
    }

    .flex--10 .flex__item--sm-2 {
        flex-basis: 20%;
        max-width: 20%
    }

    .flex--10 .flex__item--sm-3 {
        flex-basis: 30%;
        max-width: 30%
    }

    .flex--10 .flex__item--sm-4 {
        flex-basis: 40%;
        max-width: 40%
    }

    .flex--10 .flex__item--sm-5 {
        flex-basis: 50%;
        max-width: 50%
    }

    .flex--10 .flex__item--sm-6 {
        flex-basis: 60%;
        max-width: 60%
    }

    .flex--10 .flex__item--sm-7 {
        flex-basis: 70%;
        max-width: 70%
    }

    .flex--10 .flex__item--sm-8 {
        flex-basis: 80%;
        max-width: 80%
    }

    .flex--10 .flex__item--sm-9 {
        flex-basis: 90%;
        max-width: 90%
    }

    .flex--10 .flex__item--sm-10 {
        flex-basis: 100%;
        max-width: 100%
    }

    .flex--10 .flex__offset--sm-1 {
        margin-left: 10%
    }

    .flex--10 .flex__offset--sm-2 {
        margin-left: 20%
    }

    .flex--10 .flex__offset--sm-3 {
        margin-left: 30%
    }

    .flex--10 .flex__offset--sm-4 {
        margin-left: 40%
    }

    .flex--10 .flex__offset--sm-5 {
        margin-left: 50%
    }

    .flex--10 .flex__offset--sm-6 {
        margin-left: 60%
    }

    .flex--10 .flex__offset--sm-7 {
        margin-left: 70%
    }

    .flex--10 .flex__offset--sm-8 {
        margin-left: 80%
    }

    .flex--10 .flex__offset--sm-9 {
        margin-left: 90%
    }

    .flex--sm-start {
        justify-content: flex-start
    }

    .flex--sm-center {
        justify-content: center
    }

    .flex--sm-end {
        justify-content: flex-end
    }

    .flex--sm-around {
        justify-content: space-around
    }

    .flex--sm-between {
        justify-content: space-between
    }

    .flex--sm-top {
        align-items: flex-start
    }

    .flex--sm-middle {
        align-items: center
    }

    .flex--sm-bottom {
        align-items: flex-end
    }

    .flex--sm-first {
        order: -1
    }

    .flex--sm-last {
        order: 1
    }

    .flex__item--sm-auto {
        flex: 1 1 auto
    }

    .flex__item--sm-grow {
        flex-grow: 1
    }

    .flex__item--sm-no-grow {
        flex-grow: 0
    }

    .flex__item--sm-shrink {
        flex-shrink: 1
    }

    .flex__item--sm-no-shrink {
        flex-shrink: 0
    }

    .flex__item--sm-none {
        flex: none
    }

    .flex--sm-inline-flex {
        display: inline-flex
    }

    .flex--sm-flex-nowrap {
        flex-wrap: nowrap
    }

    .flex--sm-flex-wrap-rev {
        flex-wrap: wrap-reverse
    }

    .flex--sm-horizontal-rev {
        flex-direction: column-reverse
    }

    .flex--sm-vertical {
        flex-direction: column
    }

    .flex--sm-vertical-rev {
        flex-direction: row-reverse
    }
}

@media(min-width: 768px) {
    .flex--12 .flex__item--md-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flex--12 .flex__item--md-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .flex--12 .flex__item--md-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .flex--12 .flex__item--md-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .flex--12 .flex__item--md-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .flex--12 .flex__item--md-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .flex--12 .flex__item--md-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .flex--12 .flex__item--md-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .flex--12 .flex__item--md-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .flex--12 .flex__item--md-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .flex--12 .flex__item--md-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .flex--12 .flex__item--md-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .flex--12 .flex__offset--md-1 {
        margin-left: 8.3333333333%
    }

    .flex--12 .flex__offset--md-2 {
        margin-left: 16.6666666667%
    }

    .flex--12 .flex__offset--md-3 {
        margin-left: 25%
    }

    .flex--12 .flex__offset--md-4 {
        margin-left: 33.3333333333%
    }

    .flex--12 .flex__offset--md-5 {
        margin-left: 41.6666666667%
    }

    .flex--12 .flex__offset--md-6 {
        margin-left: 50%
    }

    .flex--12 .flex__offset--md-7 {
        margin-left: 58.3333333333%
    }

    .flex--12 .flex__offset--md-8 {
        margin-left: 66.6666666667%
    }

    .flex--12 .flex__offset--md-9 {
        margin-left: 75%
    }

    .flex--12 .flex__offset--md-10 {
        margin-left: 83.3333333333%
    }

    .flex--12 .flex__offset--md-11 {
        margin-left: 91.6666666667%
    }

    .flex--10 .flex__item--md-1 {
        flex-basis: 10%;
        max-width: 10%
    }

    .flex--10 .flex__item--md-2 {
        flex-basis: 20%;
        max-width: 20%
    }

    .flex--10 .flex__item--md-3 {
        flex-basis: 30%;
        max-width: 30%
    }

    .flex--10 .flex__item--md-4 {
        flex-basis: 40%;
        max-width: 40%
    }

    .flex--10 .flex__item--md-5 {
        flex-basis: 50%;
        max-width: 50%
    }

    .flex--10 .flex__item--md-6 {
        flex-basis: 60%;
        max-width: 60%
    }

    .flex--10 .flex__item--md-7 {
        flex-basis: 70%;
        max-width: 70%
    }

    .flex--10 .flex__item--md-8 {
        flex-basis: 80%;
        max-width: 80%
    }

    .flex--10 .flex__item--md-9 {
        flex-basis: 90%;
        max-width: 90%
    }

    .flex--10 .flex__item--md-10 {
        flex-basis: 100%;
        max-width: 100%
    }

    .flex--10 .flex__offset--md-1 {
        margin-left: 10%
    }

    .flex--10 .flex__offset--md-2 {
        margin-left: 20%
    }

    .flex--10 .flex__offset--md-3 {
        margin-left: 30%
    }

    .flex--10 .flex__offset--md-4 {
        margin-left: 40%
    }

    .flex--10 .flex__offset--md-5 {
        margin-left: 50%
    }

    .flex--10 .flex__offset--md-6 {
        margin-left: 60%
    }

    .flex--10 .flex__offset--md-7 {
        margin-left: 70%
    }

    .flex--10 .flex__offset--md-8 {
        margin-left: 80%
    }

    .flex--10 .flex__offset--md-9 {
        margin-left: 90%
    }

    .flex--md-start {
        justify-content: flex-start
    }

    .flex--md-center {
        justify-content: center
    }

    .flex--md-end {
        justify-content: flex-end
    }

    .flex--md-around {
        justify-content: space-around
    }

    .flex--md-between {
        justify-content: space-between
    }

    .flex--md-top {
        align-items: flex-start
    }

    .flex--md-middle {
        align-items: center
    }

    .flex--md-bottom {
        align-items: flex-end
    }

    .flex--md-first {
        order: -1
    }

    .flex--md-last {
        order: 1
    }

    .flex__item--md-auto {
        flex: 1 1 auto
    }

    .flex__item--md-grow {
        flex-grow: 1
    }

    .flex__item--md-no-grow {
        flex-grow: 0
    }

    .flex__item--md-shrink {
        flex-shrink: 1
    }

    .flex__item--md-no-shrink {
        flex-shrink: 0
    }

    .flex__item--md-none {
        flex: none
    }

    .flex--md-inline-flex {
        display: inline-flex
    }

    .flex--md-flex-nowrap {
        flex-wrap: nowrap
    }

    .flex--md-flex-wrap-rev {
        flex-wrap: wrap-reverse
    }

    .flex--md-horizontal-rev {
        flex-direction: column-reverse
    }

    .flex--md-vertical {
        flex-direction: column
    }

    .flex--md-vertical-rev {
        flex-direction: row-reverse
    }
}

@media(min-width: 1024px) {
    .flex--12 .flex__item--lg-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flex--12 .flex__item--lg-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .flex--12 .flex__item--lg-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .flex--12 .flex__item--lg-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .flex--12 .flex__item--lg-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .flex--12 .flex__item--lg-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .flex--12 .flex__item--lg-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .flex--12 .flex__item--lg-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .flex--12 .flex__item--lg-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .flex--12 .flex__item--lg-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .flex--12 .flex__item--lg-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .flex--12 .flex__item--lg-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .flex--12 .flex__offset--lg-1 {
        margin-left: 8.3333333333%
    }

    .flex--12 .flex__offset--lg-2 {
        margin-left: 16.6666666667%
    }

    .flex--12 .flex__offset--lg-3 {
        margin-left: 25%
    }

    .flex--12 .flex__offset--lg-4 {
        margin-left: 33.3333333333%
    }

    .flex--12 .flex__offset--lg-5 {
        margin-left: 41.6666666667%
    }

    .flex--12 .flex__offset--lg-6 {
        margin-left: 50%
    }

    .flex--12 .flex__offset--lg-7 {
        margin-left: 58.3333333333%
    }

    .flex--12 .flex__offset--lg-8 {
        margin-left: 66.6666666667%
    }

    .flex--12 .flex__offset--lg-9 {
        margin-left: 75%
    }

    .flex--12 .flex__offset--lg-10 {
        margin-left: 83.3333333333%
    }

    .flex--12 .flex__offset--lg-11 {
        margin-left: 91.6666666667%
    }

    .flex--10 .flex__item--lg-1 {
        flex-basis: 10%;
        max-width: 10%
    }

    .flex--10 .flex__item--lg-2 {
        flex-basis: 20%;
        max-width: 20%
    }

    .flex--10 .flex__item--lg-3 {
        flex-basis: 30%;
        max-width: 30%
    }

    .flex--10 .flex__item--lg-4 {
        flex-basis: 40%;
        max-width: 40%
    }

    .flex--10 .flex__item--lg-5 {
        flex-basis: 50%;
        max-width: 50%
    }

    .flex--10 .flex__item--lg-6 {
        flex-basis: 60%;
        max-width: 60%
    }

    .flex--10 .flex__item--lg-7 {
        flex-basis: 70%;
        max-width: 70%
    }

    .flex--10 .flex__item--lg-8 {
        flex-basis: 80%;
        max-width: 80%
    }

    .flex--10 .flex__item--lg-9 {
        flex-basis: 90%;
        max-width: 90%
    }

    .flex--10 .flex__item--lg-10 {
        flex-basis: 100%;
        max-width: 100%
    }

    .flex--10 .flex__offset--lg-1 {
        margin-left: 10%
    }

    .flex--10 .flex__offset--lg-2 {
        margin-left: 20%
    }

    .flex--10 .flex__offset--lg-3 {
        margin-left: 30%
    }

    .flex--10 .flex__offset--lg-4 {
        margin-left: 40%
    }

    .flex--10 .flex__offset--lg-5 {
        margin-left: 50%
    }

    .flex--10 .flex__offset--lg-6 {
        margin-left: 60%
    }

    .flex--10 .flex__offset--lg-7 {
        margin-left: 70%
    }

    .flex--10 .flex__offset--lg-8 {
        margin-left: 80%
    }

    .flex--10 .flex__offset--lg-9 {
        margin-left: 90%
    }

    .flex--lg-start {
        justify-content: flex-start
    }

    .flex--lg-center {
        justify-content: center
    }

    .flex--lg-end {
        justify-content: flex-end
    }

    .flex--lg-around {
        justify-content: space-around
    }

    .flex--lg-between {
        justify-content: space-between
    }

    .flex--lg-top {
        align-items: flex-start
    }

    .flex--lg-middle {
        align-items: center
    }

    .flex--lg-bottom {
        align-items: flex-end
    }

    .flex--lg-first {
        order: -1
    }

    .flex--lg-last {
        order: 1
    }

    .flex__item--lg-auto {
        flex: 1 1 auto
    }

    .flex__item--lg-grow {
        flex-grow: 1
    }

    .flex__item--lg-no-grow {
        flex-grow: 0
    }

    .flex__item--lg-shrink {
        flex-shrink: 1
    }

    .flex__item--lg-no-shrink {
        flex-shrink: 0
    }

    .flex__item--lg-none {
        flex: none
    }

    .flex--lg-inline-flex {
        display: inline-flex
    }

    .flex--lg-flex-nowrap {
        flex-wrap: nowrap
    }

    .flex--lg-flex-wrap-rev {
        flex-wrap: wrap-reverse
    }

    .flex--lg-horizontal-rev {
        flex-direction: column-reverse
    }

    .flex--lg-vertical {
        flex-direction: column
    }

    .flex--lg-vertical-rev {
        flex-direction: row-reverse
    }
}

@media(min-width: 1280px) {
    .flex--12 .flex__item--xl-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%
    }

    .flex--12 .flex__item--xl-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%
    }

    .flex--12 .flex__item--xl-3 {
        flex-basis: 25%;
        max-width: 25%
    }

    .flex--12 .flex__item--xl-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%
    }

    .flex--12 .flex__item--xl-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .flex--12 .flex__item--xl-6 {
        flex-basis: 50%;
        max-width: 50%
    }

    .flex--12 .flex__item--xl-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%
    }

    .flex--12 .flex__item--xl-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%
    }

    .flex--12 .flex__item--xl-9 {
        flex-basis: 75%;
        max-width: 75%
    }

    .flex--12 .flex__item--xl-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%
    }

    .flex--12 .flex__item--xl-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%
    }

    .flex--12 .flex__item--xl-12 {
        flex-basis: 100%;
        max-width: 100%
    }

    .flex--12 .flex__offset--xl-1 {
        margin-left: 8.3333333333%
    }

    .flex--12 .flex__offset--xl-2 {
        margin-left: 16.6666666667%
    }

    .flex--12 .flex__offset--xl-3 {
        margin-left: 25%
    }

    .flex--12 .flex__offset--xl-4 {
        margin-left: 33.3333333333%
    }

    .flex--12 .flex__offset--xl-5 {
        margin-left: 41.6666666667%
    }

    .flex--12 .flex__offset--xl-6 {
        margin-left: 50%
    }

    .flex--12 .flex__offset--xl-7 {
        margin-left: 58.3333333333%
    }

    .flex--12 .flex__offset--xl-8 {
        margin-left: 66.6666666667%
    }

    .flex--12 .flex__offset--xl-9 {
        margin-left: 75%
    }

    .flex--12 .flex__offset--xl-10 {
        margin-left: 83.3333333333%
    }

    .flex--12 .flex__offset--xl-11 {
        margin-left: 91.6666666667%
    }

    .flex--10 .flex__item--xl-1 {
        flex-basis: 10%;
        max-width: 10%
    }

    .flex--10 .flex__item--xl-2 {
        flex-basis: 20%;
        max-width: 20%
    }

    .flex--10 .flex__item--xl-3 {
        flex-basis: 30%;
        max-width: 30%
    }

    .flex--10 .flex__item--xl-4 {
        flex-basis: 40%;
        max-width: 40%
    }

    .flex--10 .flex__item--xl-5 {
        flex-basis: 50%;
        max-width: 50%
    }

    .flex--10 .flex__item--xl-6 {
        flex-basis: 60%;
        max-width: 60%
    }

    .flex--10 .flex__item--xl-7 {
        flex-basis: 70%;
        max-width: 70%
    }

    .flex--10 .flex__item--xl-8 {
        flex-basis: 80%;
        max-width: 80%
    }

    .flex--10 .flex__item--xl-9 {
        flex-basis: 90%;
        max-width: 90%
    }

    .flex--10 .flex__item--xl-10 {
        flex-basis: 100%;
        max-width: 100%
    }

    .flex--10 .flex__offset--xl-1 {
        margin-left: 10%
    }

    .flex--10 .flex__offset--xl-2 {
        margin-left: 20%
    }

    .flex--10 .flex__offset--xl-3 {
        margin-left: 30%
    }

    .flex--10 .flex__offset--xl-4 {
        margin-left: 40%
    }

    .flex--10 .flex__offset--xl-5 {
        margin-left: 50%
    }

    .flex--10 .flex__offset--xl-6 {
        margin-left: 60%
    }

    .flex--10 .flex__offset--xl-7 {
        margin-left: 70%
    }

    .flex--10 .flex__offset--xl-8 {
        margin-left: 80%
    }

    .flex--10 .flex__offset--xl-9 {
        margin-left: 90%
    }

    .flex--xl-start {
        justify-content: flex-start
    }

    .flex--xl-center {
        justify-content: center
    }

    .flex--xl-end {
        justify-content: flex-end
    }

    .flex--xl-around {
        justify-content: space-around
    }

    .flex--xl-between {
        justify-content: space-between
    }

    .flex--xl-top {
        align-items: flex-start
    }

    .flex--xl-middle {
        align-items: center
    }

    .flex--xl-bottom {
        align-items: flex-end
    }

    .flex--xl-first {
        order: -1
    }

    .flex--xl-last {
        order: 1
    }

    .flex__item--xl-auto {
        flex: 1 1 auto
    }

    .flex__item--xl-grow {
        flex-grow: 1
    }

    .flex__item--xl-no-grow {
        flex-grow: 0
    }

    .flex__item--xl-shrink {
        flex-shrink: 1
    }

    .flex__item--xl-no-shrink {
        flex-shrink: 0
    }

    .flex__item--xl-none {
        flex: none
    }

    .flex--xl-inline-flex {
        display: inline-flex
    }

    .flex--xl-flex-nowrap {
        flex-wrap: nowrap
    }

    .flex--xl-flex-wrap-rev {
        flex-wrap: wrap-reverse
    }

    .flex--xl-horizontal-rev {
        flex-direction: column-reverse
    }

    .flex--xl-vertical {
        flex-direction: column
    }

    .flex--xl-vertical-rev {
        flex-direction: row-reverse
    }
}

.font-scale-1 {
    font-size: .5625rem
}

.font-scale-2 {
    font-size: .625rem
}

.font-scale-3 {
    font-size: .75rem
}

.font-scale-4 {
    font-size: .875rem
}

.font-scale-5 {
    font-size: 1rem
}

.font-scale-6 {
    font-size: 1.125rem
}

.font-scale-7 {
    font-size: 1.3125rem
}

.font-scale-8 {
    font-size: 1.5rem
}

.font-scale-9 {
    font-size: 1.6875rem
}

.font-scale-10 {
    font-size: 1.875rem
}

.font-scale-11 {
    font-size: 2.0625rem
}

.font-scale-12 {
    font-size: 2.25rem
}

.font-scale-13 {
    font-size: 2.5rem
}

.font-scale-14 {
    font-size: 2.75rem
}

.font-scale-15 {
    font-size: 3rem
}

.font-scale-16 {
    font-size: 3.25rem
}

.font-scale-17 {
    font-size: 3.5rem
}

.font-scale-18 {
    font-size: 3.75rem
}

@media(min-width: 480px) {
    .font-scale-1 {
        font-size: .5625rem
    }

    .font-scale-2 {
        font-size: .625rem
    }

    .font-scale-3 {
        font-size: .75rem
    }

    .font-scale-4 {
        font-size: .875rem
    }

    .font-scale-5 {
        font-size: 1rem
    }

    .font-scale-6 {
        font-size: 1.125rem
    }

    .font-scale-7 {
        font-size: 1.3125rem
    }

    .font-scale-8 {
        font-size: 1.5rem
    }

    .font-scale-9 {
        font-size: 1.75rem
    }

    .font-scale-10 {
        font-size: 2rem
    }

    .font-scale-11 {
        font-size: 2.375rem
    }

    .font-scale-12 {
        font-size: 2.75rem
    }

    .font-scale-13 {
        font-size: 3.125rem
    }

    .font-scale-14 {
        font-size: 3.5rem
    }

    .font-scale-15 {
        font-size: 3.875rem
    }

    .font-scale-16 {
        font-size: 4.25rem
    }

    .font-scale-17 {
        font-size: 4.625rem
    }

    .font-scale-18 {
        font-size: 5rem
    }
}

@media(min-width: 768px) {
    .font-scale-1 {
        font-size: .625rem
    }

    .font-scale-2 {
        font-size: .75rem
    }

    .font-scale-3 {
        font-size: .875rem
    }

    .font-scale-4 {
        font-size: 1rem
    }

    .font-scale-5 {
        font-size: 1.125rem
    }

    .font-scale-6 {
        font-size: 1.25rem
    }

    .font-scale-7 {
        font-size: 1.5rem
    }

    .font-scale-8 {
        font-size: 1.75rem
    }

    .font-scale-9 {
        font-size: 2rem
    }

    .font-scale-10 {
        font-size: 2.5rem
    }

    .font-scale-11 {
        font-size: 3rem
    }

    .font-scale-12 {
        font-size: 3.5rem
    }

    .font-scale-13 {
        font-size: 4rem
    }

    .font-scale-14 {
        font-size: 4.5rem
    }

    .font-scale-15 {
        font-size: 5rem
    }

    .font-scale-16 {
        font-size: 5.5rem
    }

    .font-scale-17 {
        font-size: 6rem
    }

    .font-scale-18 {
        font-size: 6.5rem
    }
}

.line-height-scale-1 {
    line-height: .875
}

.line-height-scale-2 {
    line-height: 1
}

.line-height-scale-3 {
    line-height: 1.125
}

.line-height-scale-4 {
    line-height: 1.25
}

.line-height-scale-5 {
    line-height: 1.375
}

.line-height-scale-6 {
    line-height: 1.5
}

.line-height-scale-7 {
    line-height: 1.625
}

.line-height-scale-8 {
    line-height: 1.75
}

.line-height-scale-9 {
    line-height: 1.875
}

.line-height-scale-10 {
    line-height: 2
}

.lp-text-react p,
.lp-text-react h1,
.lp-text-react h2,
.lp-text-react h3 {
    min-height: 1em;
}

.lp-text-react p:empty:before,
.lp-text-react h1:empty:before,
.lp-text-react h2:empty:before,
.lp-text-react h3:empty:before {
    content: " ";
    white-space: pre
}

p.gutter-bottom-1,
.lp-list.gutter-bottom-1 {
    margin-bottom: 0em
}

p.gutter-bottom-2,
.lp-list.gutter-bottom-2 {
    margin-bottom: 0.25em
}

p.gutter-bottom-3,
.lp-list.gutter-bottom-3 {
    margin-bottom: 0.4375em
}

p.gutter-bottom-4,
.lp-list.gutter-bottom-4 {
    margin-bottom: 0.5em
}

p.gutter-bottom-5,
.lp-list.gutter-bottom-5 {
    margin-bottom: 0.5625em
}

p.gutter-bottom-6,
.lp-list.gutter-bottom-6 {
    margin-bottom: 0.625em
}

p.gutter-bottom-7,
.lp-list.gutter-bottom-7 {
    margin-bottom: 0.6875em
}

p.gutter-bottom-8,
.lp-list.gutter-bottom-8 {
    margin-bottom: 0.75em
}

p.gutter-bottom-9,
.lp-list.gutter-bottom-9 {
    margin-bottom: 0.8125em
}

p.gutter-bottom-10,
.lp-list.gutter-bottom-10 {
    margin-bottom: 0.875em
}

p.gutter-bottom-11,
.lp-list.gutter-bottom-11 {
    margin-bottom: 0.9375em
}

p.gutter-bottom-12,
.lp-list.gutter-bottom-12 {
    margin-bottom: 1em
}

p.gutter-bottom-13,
.lp-list.gutter-bottom-13 {
    margin-bottom: 1.25em
}

p.gutter-bottom-14,
.lp-list.gutter-bottom-14 {
    margin-bottom: 1.5em
}

h1.gutter-bottom-1,
h2.gutter-bottom-1,
h3.gutter-bottom-1 {
    padding-bottom: 0em
}

h1.gutter-bottom-2,
h2.gutter-bottom-2,
h3.gutter-bottom-2 {
    padding-bottom: 0.25em
}

h1.gutter-bottom-3,
h2.gutter-bottom-3,
h3.gutter-bottom-3 {
    padding-bottom: 0.4375em
}

h1.gutter-bottom-4,
h2.gutter-bottom-4,
h3.gutter-bottom-4 {
    padding-bottom: 0.5em
}

h1.gutter-bottom-5,
h2.gutter-bottom-5,
h3.gutter-bottom-5 {
    padding-bottom: 0.5625em
}

h1.gutter-bottom-6,
h2.gutter-bottom-6,
h3.gutter-bottom-6 {
    padding-bottom: 0.625em
}

h1.gutter-bottom-7,
h2.gutter-bottom-7,
h3.gutter-bottom-7 {
    padding-bottom: 0.6875em
}

h1.gutter-bottom-8,
h2.gutter-bottom-8,
h3.gutter-bottom-8 {
    padding-bottom: 0.75em
}

h1.gutter-bottom-9,
h2.gutter-bottom-9,
h3.gutter-bottom-9 {
    padding-bottom: 0.8125em
}

h1.gutter-bottom-10,
h2.gutter-bottom-10,
h3.gutter-bottom-10 {
    padding-bottom: 0.875em
}

h1.gutter-bottom-11,
h2.gutter-bottom-11,
h3.gutter-bottom-11 {
    padding-bottom: 0.9375em
}

h1.gutter-bottom-12,
h2.gutter-bottom-12,
h3.gutter-bottom-12 {
    padding-bottom: 1em
}

h1.gutter-bottom-13,
h2.gutter-bottom-13,
h3.gutter-bottom-13 {
    padding-bottom: 1.25em
}

h1.gutter-bottom-14,
h2.gutter-bottom-14,
h3.gutter-bottom-14 {
    padding-bottom: 1.5em
}

.lp-button {
    text-decoration: none
}

.is-bold {
    font-weight: 700
}

.is-italic {
    font-style: italic
}

.is-strikethrough {
    text-decoration: line-through
}

.is-underline,
.is-underline label {
    text-decoration: underline
}

.is-strikethrough.is-underline {
    text-decoration: line-through underline
}

.text-align-left {
    text-align: left
}

.text-align-right {
    text-align: right
}

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

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

.lp-list.text-align-left li {
    padding-left: 24px
}

.lp-list.text-align-left li::before {
    position: absolute
}

.lp-list.text-align-left.lp-list--numbered li {
    padding-left: 30px
}

.lp-list.text-align-left.lp-list--icon li {
    padding-left: 1.5em
}

.lp-list li {
    position: relative;
    width: 100%;
    white-space: pre-wrap
}

.lp-list li:not(:last-child) {
    margin-bottom: .5em
}

.lp-list li::before {
    display: inline-block;
    font-size: 1em;
    font-weight: 700
}

.lp-list--numbered {
    counter-reset: numbered
}

.lp-list--numbered.text-align-left li::before {
    left: -3px;
    top: 1px
}

.lp-list--numbered.text-align-center li::before,
.lp-list--numbered.text-align-right li::before {
    margin-right: 10px
}

.lp-list--numbered li {
    counter-increment: numbered
}

.lp-list--numbered li::before {
    content: counter(numbered)
}

.lp-list--bullet.text-align-center li,
.lp-list--bullet.text-align-right li {
    padding-left: 12px
}

.lp-list--bullet li::before {
    content: "•";
    text-align: center;
    transform: scale(1.5);
    transform-origin: center right
}

.lp-list--checkmark.text-align-left li {
    padding-left: 20px
}

.lp-list--checkmark.text-align-left li::before {
    left: 2px;
    top: 2px
}

.lp-list--checkmark.text-align-center li::before,
.lp-list--checkmark.text-align-right li::before {
    transform: translateY(-3px)
}

.lp-list--checkmark li::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transform: scale(0.85)
}

.lp-list--icon.text-align-center li::before,
.lp-list--icon.text-align-right li::before {
    transform: translateY(-3px)
}

.lp-list--checkmark.text-align-left.font-scale-1 li {
    padding-left: 15px
}

.lp-list--checkmark.text-align-left.font-scale-1 li::before {
    left: -4px
}

.lp-list--checkmark.text-align-left.font-scale-2 li {
    padding-left: 15px
}

.lp-list--checkmark.text-align-left.font-scale-2 li::before {
    left: -4px
}

.lp-list--checkmark.text-align-left.font-scale-3 li {
    padding-left: 15px
}

.lp-list--checkmark.text-align-left.font-scale-3 li::before {
    left: -4px
}

.lp-list--checkmark.text-align-left.font-scale-4 li::before {
    left: -6px
}

.lp-list--checkmark.text-align-left.font-scale-5 li::before {
    left: -6px
}

.lp-list--checkmark.text-align-left.font-scale-6 li::before {
    left: -6px
}

.lp-list--checkmark.text-align-left.font-scale-7 li {
    padding-left: 25px
}

.lp-list--checkmark.text-align-left.font-scale-7 li::before {
    left: -10px
}

.lp-list--checkmark.text-align-left.font-scale-8 li {
    padding-left: 25px
}

.lp-list--checkmark.text-align-left.font-scale-8 li::before {
    left: -10px
}

.lp-list--checkmark.text-align-left.font-scale-9 li {
    padding-left: 25px
}

.lp-list--checkmark.text-align-left.font-scale-9 li::before {
    left: -10px
}

.lp-list--checkmark.text-align-left.font-scale-10 li {
    padding-left: 25px
}

.lp-list--checkmark.text-align-left.font-scale-10 li::before {
    left: -10px
}

.lp-list--checkmark.text-align-left.font-scale-10 li {
    padding-left: 35px
}

.lp-list--checkmark.text-align-left.font-scale-11 li {
    padding-left: 1.05em
}

.lp-list--checkmark.text-align-left.font-scale-11 li::before {
    left: -0.1em
}

.lp-list--checkmark.text-align-left.font-scale-12 li {
    padding-left: 1.05em
}

.lp-list--checkmark.text-align-left.font-scale-12 li::before {
    left: -0.1em
}

.lp-list--checkmark.text-align-left.font-scale-13 li {
    padding-left: 1.05em
}

.lp-list--checkmark.text-align-left.font-scale-13 li::before {
    left: -0.1em
}

.lp-list--checkmark.text-align-left.font-scale-14 li {
    padding-left: 1.05em
}

.lp-list--checkmark.text-align-left.font-scale-14 li::before {
    left: -0.1em
}

.lp-list--checkmark.text-align-left.font-scale-15 li {
    padding-left: 1.05em
}

.lp-list--checkmark.text-align-left.font-scale-15 li::before {
    left: -0.1em
}

.lp-list--checkmark.text-align-left.font-scale-16 li {
    padding-left: 1.05em
}

.lp-list--checkmark.text-align-left.font-scale-16 li::before {
    left: -0.1em
}

.lp-list--checkmark.text-align-left.font-scale-17 li {
    padding-left: 1.05em
}

.lp-list--checkmark.text-align-left.font-scale-17 li::before {
    left: -0.1em
}

.lp-list--checkmark.text-align-left.font-scale-18 li {
    padding-left: 1.05em
}

.lp-list--checkmark.text-align-left.font-scale-18 li::before {
    left: -0.1em
}

.lp-list--bullet.text-align-left.font-scale-1 li {
    padding-left: 15px
}

.lp-list--bullet.text-align-left.font-scale-1 li::before {
    top: 2px;
    left: -2px
}

.lp-list--bullet.text-align-left.font-scale-2 li {
    padding-left: 15px
}

.lp-list--bullet.text-align-left.font-scale-2 li::before {
    top: 2px;
    left: -2px
}

.lp-list--bullet.text-align-left.font-scale-3 li {
    padding-left: 15px
}

.lp-list--bullet.text-align-left.font-scale-3 li::before {
    top: 2px;
    left: -2px
}

.lp-list--bullet.text-align-left.font-scale-4 li {
    padding-left: 20px
}

.lp-list--bullet.text-align-left.font-scale-4 li::before {
    left: 0
}

.lp-list--bullet.text-align-left.font-scale-5 li {
    padding-left: 20px
}

.lp-list--bullet.text-align-left.font-scale-5 li::before {
    left: 0
}

.lp-list--bullet.text-align-left.font-scale-6 li {
    padding-left: 20px
}

.lp-list--bullet.text-align-left.font-scale-6 li::before {
    left: 0
}

.lp-list--bullet.text-align-left.font-scale-7 li::before {
    left: 2px
}

.lp-list--bullet.text-align-left.font-scale-8 li::before {
    left: 2px
}

.lp-list--bullet.text-align-left.font-scale-9 li::before {
    left: 2px
}

.lp-list--bullet.text-align-left.font-scale-10 li {
    padding-left: 35px
}

.lp-list--bullet.text-align-left.font-scale-10 li::before {
    left: 6px
}

.lp-list--bullet.text-align-left.font-scale-11 li {
    padding-left: 1.05em
}

.lp-list--bullet.text-align-left.font-scale-11 li::before {
    left: .25em;
    line-height: .75em;
    top: .18em
}

.lp-list--bullet.text-align-left.font-scale-12 li {
    padding-left: 1.05em
}

.lp-list--bullet.text-align-left.font-scale-12 li::before {
    left: .25em;
    line-height: .75em;
    top: .18em
}

.lp-list--bullet.text-align-left.font-scale-13 li {
    padding-left: 1.05em
}

.lp-list--bullet.text-align-left.font-scale-13 li::before {
    left: .25em;
    line-height: .75em;
    top: .18em
}

.lp-list--bullet.text-align-left.font-scale-14 li {
    padding-left: 1.05em
}

.lp-list--bullet.text-align-left.font-scale-14 li::before {
    left: .25em;
    line-height: .75em;
    top: .18em
}

.lp-list--bullet.text-align-left.font-scale-15 li {
    padding-left: 1.05em
}

.lp-list--bullet.text-align-left.font-scale-15 li::before {
    left: .25em;
    line-height: .75em;
    top: .18em
}

.lp-list--bullet.text-align-left.font-scale-16 li {
    padding-left: 1.05em
}

.lp-list--bullet.text-align-left.font-scale-16 li::before {
    left: .25em;
    line-height: .75em;
    top: .18em
}

.lp-list--bullet.text-align-left.font-scale-17 li {
    padding-left: 1.05em
}

.lp-list--bullet.text-align-left.font-scale-17 li::before {
    left: .25em;
    line-height: .75em;
    top: .18em
}

.lp-list--bullet.text-align-left.font-scale-18 li {
    padding-left: 1.05em
}

.lp-list--bullet.text-align-left.font-scale-18 li::before {
    left: .25em;
    line-height: .75em;
    top: .18em
}

.lp-list--numbered.text-align-left.font-scale-1 li {
    padding-left: 15px
}

.lp-list--numbered.text-align-left.font-scale-1 li:nth-child(n+10) {
    padding-left: 20px
}

.lp-list--numbered.text-align-left.font-scale-1 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-2 li {
    padding-left: 15px
}

.lp-list--numbered.text-align-left.font-scale-2 li:nth-child(n+10) {
    padding-left: 20px
}

.lp-list--numbered.text-align-left.font-scale-2 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-3 li {
    padding-left: 15px
}

.lp-list--numbered.text-align-left.font-scale-3 li:nth-child(n+10) {
    padding-left: 20px
}

.lp-list--numbered.text-align-left.font-scale-3 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-4 li {
    padding-left: 20px
}

.lp-list--numbered.text-align-left.font-scale-4 li:nth-child(n+10) {
    padding-left: 30px
}

.lp-list--numbered.text-align-left.font-scale-4 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-5 li {
    padding-left: 20px
}

.lp-list--numbered.text-align-left.font-scale-5 li:nth-child(n+10) {
    padding-left: 30px
}

.lp-list--numbered.text-align-left.font-scale-5 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-6 li {
    padding-left: 20px
}

.lp-list--numbered.text-align-left.font-scale-6 li:nth-child(n+10) {
    padding-left: 30px
}

.lp-list--numbered.text-align-left.font-scale-6 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-7 li {
    padding-left: 25px
}

.lp-list--numbered.text-align-left.font-scale-7 li:nth-child(n+10) {
    padding-left: 45px
}

.lp-list--numbered.text-align-left.font-scale-7 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-8 li {
    padding-left: 25px
}

.lp-list--numbered.text-align-left.font-scale-8 li:nth-child(n+10) {
    padding-left: 45px
}

.lp-list--numbered.text-align-left.font-scale-8 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-9 li {
    padding-left: 25px
}

.lp-list--numbered.text-align-left.font-scale-9 li:nth-child(n+10) {
    padding-left: 45px
}

.lp-list--numbered.text-align-left.font-scale-9 li::before {
    left: -3px
}

.lp-list--numbered.text-align-left.font-scale-10 li {
    padding-left: 35px
}

.lp-list--numbered.text-align-left.font-scale-10 li:nth-child(n+10) {
    padding-left: 60px
}

.lp-list--numbered.text-align-left.font-scale-10 li::before {
    left: -2px
}

.lp-list--numbered.text-align-left.font-scale-11 li {
    padding-left: 1.05em
}

.lp-list--numbered.text-align-left.font-scale-11 li:nth-child(n+10) {
    padding-left: 1.625em
}

.lp-list--numbered.text-align-left.font-scale-11 li::before {
    left: -2px;
    line-height: .75em;
    top: .18em
}

.lp-list--numbered.text-align-left.font-scale-12 li {
    padding-left: 1.05em
}

.lp-list--numbered.text-align-left.font-scale-12 li:nth-child(n+10) {
    padding-left: 1.625em
}

.lp-list--numbered.text-align-left.font-scale-12 li::before {
    left: -2px;
    line-height: .75em;
    top: .18em
}

.lp-list--numbered.text-align-left.font-scale-13 li {
    padding-left: 1.05em
}

.lp-list--numbered.text-align-left.font-scale-13 li:nth-child(n+10) {
    padding-left: 1.625em
}

.lp-list--numbered.text-align-left.font-scale-13 li::before {
    left: -2px;
    line-height: .75em;
    top: .18em
}

.lp-list--numbered.text-align-left.font-scale-14 li {
    padding-left: 1.05em
}

.lp-list--numbered.text-align-left.font-scale-14 li:nth-child(n+10) {
    padding-left: 1.625em
}

.lp-list--numbered.text-align-left.font-scale-14 li::before {
    left: -2px;
    line-height: .75em;
    top: .18em
}

.lp-list--numbered.text-align-left.font-scale-15 li {
    padding-left: 1.05em
}

.lp-list--numbered.text-align-left.font-scale-15 li:nth-child(n+10) {
    padding-left: 1.625em
}

.lp-list--numbered.text-align-left.font-scale-15 li::before {
    left: -2px;
    line-height: .75em;
    top: .18em
}

.lp-list--numbered.text-align-left.font-scale-16 li {
    padding-left: 1.05em
}

.lp-list--numbered.text-align-left.font-scale-16 li:nth-child(n+10) {
    padding-left: 1.625em
}

.lp-list--numbered.text-align-left.font-scale-16 li::before {
    left: -2px;
    line-height: .75em;
    top: .18em
}

.lp-list--numbered.text-align-left.font-scale-17 li {
    padding-left: 1.05em
}

.lp-list--numbered.text-align-left.font-scale-17 li:nth-child(n+10) {
    padding-left: 1.625em
}

.lp-list--numbered.text-align-left.font-scale-17 li::before {
    left: -2px;
    line-height: .75em;
    top: .18em
}

.lp-list--numbered.text-align-left.font-scale-18 li {
    padding-left: 1.05em
}

.lp-list--numbered.text-align-left.font-scale-18 li:nth-child(n+10) {
    padding-left: 1.625em
}

.lp-list--numbered.text-align-left.font-scale-18 li::before {
    left: -2px;
    line-height: .75em;
    top: .18em
}

.lp-list--icon.text-align-left li::before {
    left: -6px
}

.lp-list--icon.text-align-left.font-scale-1 li {
    padding-left: 20px
}

.lp-list--icon.text-align-left.font-scale-2 li {
    padding-left: 20px
}

.lp-list--icon.text-align-left.font-scale-3 li {
    padding-left: 20px
}

.lp-list--icon.text-align-left.font-scale-7 li {
    padding-left: 40px
}

.lp-list--icon.text-align-left.font-scale-8 li {
    padding-left: 40px
}

.lp-list--icon.text-align-left.font-scale-9 li {
    padding-left: 40px
}

.lp-list--icon.text-align-left.font-scale-10 li {
    padding-left: 40px
}

.lp-list--icon.text-align-left.font-scale-10 li {
    padding-left: 55px
}

.lp-list--icon.text-align-left.font-scale-11 li::before {
    left: -5px
}

.lp-list--icon.text-align-left.font-scale-12 li::before {
    left: -5px
}

.lp-list--icon.text-align-left.font-scale-13 li::before {
    left: -5px
}

.lp-list--icon.text-align-left.font-scale-14 li::before {
    left: -5px
}

.lp-list--icon.text-align-left.font-scale-15 li::before {
    left: -5px
}

.lp-list--icon.text-align-left.font-scale-16 li::before {
    left: -5px
}

.lp-list--icon.text-align-left.font-scale-17 li::before {
    left: -5px
}

.lp-list--icon.text-align-left.font-scale-18 li::before {
    left: -5px
}

@media(max-width: 480px) {
    .lp-list--checkmark.text-align-left.font-scale-7 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-8 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-9 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-10 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-11 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-12 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-13 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-14 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-15 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-16 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-17 li::before {
        left: -5px
    }

    .lp-list--checkmark.text-align-left.font-scale-18 li::before {
        left: -5px
    }

    .lp-list--numbered.text-align-left.font-scale-1 li:nth-child(n+10) {
        padding-left: 20px
    }

    .lp-list--numbered.text-align-left.font-scale-2 li:nth-child(n+10) {
        padding-left: 20px
    }

    .lp-list--numbered.text-align-left.font-scale-3 li:nth-child(n+10) {
        padding-left: 20px
    }

    .lp-list--numbered.text-align-left.font-scale-4 li:nth-child(n+10) {
        padding-left: 25px
    }

    .lp-list--numbered.text-align-left.font-scale-5 li:nth-child(n+10) {
        padding-left: 25px
    }

    .lp-list--numbered.text-align-left.font-scale-6 li:nth-child(n+10) {
        padding-left: 25px
    }

    .lp-list--numbered.text-align-left.font-scale-7 li:nth-child(n+10) {
        padding-left: 35px
    }

    .lp-list--numbered.text-align-left.font-scale-8 li:nth-child(n+10) {
        padding-left: 35px
    }

    .lp-list--numbered.text-align-left.font-scale-9 li:nth-child(n+10) {
        padding-left: 35px
    }

    .lp-list--numbered.text-align-left.font-scale-10 li:nth-child(n+10) {
        padding-left: 40px
    }

    .lp-list--icon.text-align-left.font-scale-7 li {
        padding-left: 28px
    }

    .lp-list--icon.text-align-left.font-scale-7 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-8 li {
        padding-left: 28px
    }

    .lp-list--icon.text-align-left.font-scale-8 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-9 li {
        padding-left: 28px
    }

    .lp-list--icon.text-align-left.font-scale-9 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-10 li {
        padding-left: 35px
    }

    .lp-list--icon.text-align-left.font-scale-11 li {
        padding-left: 1.25em
    }

    .lp-list--icon.text-align-left.font-scale-11 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-12 li {
        padding-left: 1.25em
    }

    .lp-list--icon.text-align-left.font-scale-12 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-13 li {
        padding-left: 1.25em
    }

    .lp-list--icon.text-align-left.font-scale-13 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-14 li {
        padding-left: 1.25em
    }

    .lp-list--icon.text-align-left.font-scale-14 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-15 li {
        padding-left: 1.25em
    }

    .lp-list--icon.text-align-left.font-scale-15 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-16 li {
        padding-left: 1.25em
    }

    .lp-list--icon.text-align-left.font-scale-16 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-17 li {
        padding-left: 1.25em
    }

    .lp-list--icon.text-align-left.font-scale-17 li::before {
        left: -5px
    }

    .lp-list--icon.text-align-left.font-scale-18 li {
        padding-left: 1.25em
    }

    .lp-list--icon.text-align-left.font-scale-18 li::before {
        left: -5px
    }
}

[data-widget-type=lp-image-text] .composite-box,
[data-widget-type=lp-calendar-text] .composite-box {
    align-items: stretch
}

[data-widget-type=lp-image-text] .composite-column-compose,
[data-widget-type=lp-calendar-text] .composite-column-compose {
    display: flex
}

[data-widget-type=lp-image-text] .layout-TC .composite-column-compose,
[data-widget-type=lp-image-text] .layout-BC .composite-column-compose,
[data-widget-type=lp-calendar-text] .layout-TC .composite-column-compose,
[data-widget-type=lp-calendar-text] .layout-BC .composite-column-compose {
    flex-direction: column
}

[data-widget-type=lp-image-text] .layout-TR .composite-row-compose,
[data-widget-type=lp-image-text] .layout-CR .composite-row-compose,
[data-widget-type=lp-image-text] .layout-BR .composite-row-compose,
[data-widget-type=lp-image-text] .layout-TL .composite-row-compose,
[data-widget-type=lp-image-text] .layout-CL .composite-row-compose,
[data-widget-type=lp-image-text] .layout-BL .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-TR .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-CR .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-BR .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-TL .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-CL .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-BL .composite-row-compose {
    flex: 1 1 100%;
    flex-direction: row
}

[data-widget-type=lp-image-text] .layout-TR .composite-row-compose,
[data-widget-type=lp-image-text] .layout-TL .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-TR .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-TL .composite-row-compose {
    align-items: flex-start
}

[data-widget-type=lp-image-text] .layout-CR .composite-row-compose,
[data-widget-type=lp-image-text] .layout-CL .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-CR .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-CL .composite-row-compose {
    align-items: center
}

[data-widget-type=lp-image-text] .layout-BR .composite-row-compose,
[data-widget-type=lp-image-text] .layout-BL .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-BR .composite-row-compose,
[data-widget-type=lp-calendar-text] .layout-BL .composite-row-compose {
    align-items: flex-end
}

@media(max-width: 767px) {
    .section .composite {
        padding: 8px
    }
}

.leadbox .section,
.leadbox .page>section {
    padding: initial
}

@media(max-width: 479px) {
    .inner-column {
        padding: 8px
    }
}

@media(min-width: 480px)and (max-width: 767px) {
    .inner-column {
        padding: 12px
    }
}

/*# sourceMappingURL=page-styles.css.map */
.page-background {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgb(236, 236, 236);
}

section {
    margin: 0 auto;
}

.container {
    max-width: 1140px;
}

@media (min-width:calc(1140px / 16)) {
    .widget {
        padding: calc(1140px / 100);
    }
}

h1 {
    color: rgba(0, 0, 0, 1);
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-style: normal;
}

h2 {
    color: rgba(0, 0, 0, 1);
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
}

h3 {
    color: rgba(0, 0, 0, 1);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    font-style: normal;
}

p {
    color: rgba(0, 0, 0, 1);
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
}

ul {
    color: rgba(0, 0, 0, 1);
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1rem;
}

p {
    font-size: 1.125rem;
}

ul {
    font-size: 1.125rem;
}

.lp-list.lp-list--bullet.text-align-left li::before {
    left: 0;
}

.lp-list.lp-list--bullet.text-align-left li {
    padding-left: 20px;
}

.lp-list.lp-list--numbered.text-align-left li::before {
    left: -3px;
}

.lp-list.lp-list--numbered.text-align-left li {
    padding-left: 20px;
}

.lp-list.lp-list--numbered.text-align-left li:nth-child(n + 10) {
    padding-left: 30px;
}

@media only screen and (max-width:480px) {
    .lp-list.lp-list--numbered.text-align-left li:nth-child(n + 10) {
        padding-left: 25px;
    }
}

.lp-list.lp-list--icon.text-align-left li::before {
    left: -6px;
}

.lp-list.lp-list--checkmark.text-align-left li::before {
    left: -6px;
}

h1 {
    padding-bottom: 0.5625em;
}

h2 {
    padding-bottom: 0.4375em;
}

h3 {
    padding-bottom: 0em;
}

p {
    margin-bottom: 0em;
}

p,
.lp-list {
    margin-bottom: 0em;
}

ul {
    margin-bottom: 0em;
}

h1 {
    line-height: 1.125;
}

h2 {
    line-height: 1.375;
}

h3 {
    line-height: 1.125;
}

p {
    line-height: 1.125;
}

ul {
    line-height: 1.125;
}

@media (min-width:480px) {
    h1 {
        font-size: 2rem;
    }
}

@media (min-width:768px) {
    h1 {
        font-size: 2.5rem;
    }
}

@media (min-width:480px) {
    h2 {
        font-size: 1.3125rem;
    }
}

@media (min-width:768px) {
    h2 {
        font-size: 1.5rem;
    }
}

@media (min-width:480px) {
    h3 {
        font-size: 0.875rem;
    }
}

@media (min-width:768px) {
    h3 {
        font-size: 1rem;
    }
}

@media (min-width:480px) {
    p {
        font-size: 1rem;
    }
}

@media (min-width:768px) {
    p {
        font-size: 1.125rem;
    }
}

@media (min-width:480px) {
    ul {
        font-size: 1rem;
    }
}

@media (min-width:768px) {
    ul {
        font-size: 1.125rem;
    }
}

.lp-calendar-react .date,
.lp-calendar-react .month {
    font-family: "Roboto", sans-serif;
}

@-webkit-keyframes animation-uhzp3a {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

@keyframes animation-uhzp3a {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.css-3s0jxe {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.css-3s0jxe>.container {
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

.site-header .css-3s0jxe>.container {
    padding-top: -5px;
    padding-right: 0;
    padding-bottom: -5px;
    padding-left: 0;
    -webkit-transition: padding 0.03s ease;
    transition: padding 0.03s ease;
}

.bar .css-3s0jxe {
    padding: 0 50px;
}

@media (max-width:23.75em) {
    .bar .css-3s0jxe {
        padding: 0 25px;
    }
}

@media (min-width:71.25em) {
    .css-3s0jxe>.container {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
}

.css-v8gnm5 {
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

@media(min-width:71.25em) {
    .css-v8gnm5.column {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .css-v8gnm5.column>.inner-column {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
}

.css-19n65v1 {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

.bar .css-19n65v1 {
    padding-top: 0;
    padding-bottom: 0;
}

.css-8f3iaw {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

.bar .css-8f3iaw {
    padding-top: 0;
    padding-bottom: 0;
}

.section--center-widgets .css-1v1axsl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:767px) {
    .bar .css-1v1axsl {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section--center-widgets .css-8x0d4x {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
}

.css-42nimz {
    height: 0;
    width: 100%;
    margin: 12px 0;
    border: none;
    border-bottom-width: 4px;
    border-bottom-color: rgb(28, 122, 188);
    border-bottom-style: solid;
}

.css-164x8k7 {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.css-164x8k7>.container {
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 10vw;
    padding-left: 0vw;
}

.site-header .css-164x8k7>.container {
    padding-top: -5px;
    padding-right: 0;
    padding-bottom: -5px;
    padding-left: 0;
    -webkit-transition: padding 0.03s ease;
    transition: padding 0.03s ease;
}

.bar .css-164x8k7 {
    padding: 0 50px;
}

@media (max-width:23.75em) {
    .bar .css-164x8k7 {
        padding: 0 25px;
    }
}

@media (min-width:71.25em) {
    .css-164x8k7>.container {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 114px;
        padding-left: 0px;
    }
}

.css-1b5csnr {
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

@media(min-width:71.25em) {
    .css-1b5csnr.column {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .css-1b5csnr.column>.inner-column {
        padding-top: 11.4px;
        padding-right: 11.4px;
        padding-bottom: 11.4px;
        padding-left: 11.4px;
    }
}

.css-efs6e5 {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 1vw;
    padding-right: 1vw;
    padding-bottom: 1vw;
    padding-left: 1vw;
}

.bar .css-efs6e5 {
    padding-top: 0;
    padding-bottom: 0;
}

.css-1yltisf {
    text-align: center;
}

.css-1lbg554 {
    display: inline-block;
    vertical-align: middle;
    max-width: 300px;
    margin-top: -30px;
}

h1.lp-headline.text-align-center.font-scale-8.headline,
h1.lp-headline.text-align-center.font-scale-8.headline span,
h2.lp-headline.text-align-center.font-scale-8.line-height-scale-3.subhead,
h2.lp-headline.text-align-center.font-scale-8.line-height-scale-3.subhead span,
h1.lp-headline.text-align-center.font-scale-9.headline,
h1.lp-headline.text-align-center.font-scale-9.headline span {
    font-size: 24px !important;
}

h1.lp-headline.text-align-center.font-scale-12.headline {
    font-size: 36px;
}

a#callButton {
    font-size: 30px;
}

p.text-align-center.font-scale-7 {
    font-size: 16px !important;
}

@media (max-width:530px) {
    .site-header .composite .widget .css-1lbg554 {
        max-width: 200px;
    }

    h2.lp-headline.text-align-center.font-scale-8.line-height-scale-3.subhead,
    h2.lp-headline.text-align-center.font-scale-8.line-height-scale-3.subhead strong,
    h1.lp-headline.text-align-center.font-scale-8.headline,
    h1.lp-headline.text-align-center.font-scale-8.headline span,
    h1.lp-headline.text-align-center.font-scale-9.headline,
    h1.lp-headline.text-align-center.font-scale-9.headline span {
        font-size: 16px !important;
    }

    h1.lp-headline.text-align-center.font-scale-9.headline,
    h1.lp-headline.text-align-center.font-scale-9.headline span {
        margin-top: -20px !important;
    }

    h1.lp-headline.text-align-center.font-scale-12.headline span {
        font-size: 24px !important;
    }

    h1.lp-headline.text-align-left.font-scale-9.headline,
    .font-scale-8 {
        font-size: 16px !important;
    }

    .btn2,
    .btn3,
    .btn4,
    a.lp-button-react.w-f8dd1ee6-9d39-065b-ec8b-1783b1eee68e.lp-button-react--full.is-bold.lp-button-react--large.lp-button-react--line.font-scale-8.line-height-scale-5.css-19tg3vl {
        margin-top: -20px;
    }

    .row.flex.flex--12.css-47r3vg.progress-bar {
        margin-top: -20px;
    }

    a#callButton {
        font-size: 18px;
        margin-top: -20px;
    }
}

.css-mqxgdq {
    font-weight: 500;
    text-align: center;
}

.css-mqxgdq .lp-progressbar-react__value {
    color: rgba(76, 81, 93, 1);
}

.css-mqxgdq .lp-progressbar-react__bar {
    background: rgba(76, 81, 93, 1);
}

.css-mqxgdq .bar-completed {
    background: rgb(28, 122, 188);
    width: 100%;
}

.css-mqxgdq .lp-progressbar-react__bar {
    width: 100%;
    height: 6px;
    border-radius: 6px;
    position: relative;
}

.css-mqxgdq .lp-progressbar-react__bar .bar-completed {
    height: inherit;
    border-radius: 6px;
    position: absolute;
    overflow: hidden;
}

.css-mqxgdq .lp-progressbar-react__bar .is-animating {
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
    background-size: 50px 50px;
    -webkit-animation: animation-uhzp3a 2.5s linear infinite;
    animation: animation-uhzp3a 2.5s linear infinite;
    height: inherit;
    width: 100%;
    position: absolute;
}

.css-mqxgdq .lp-progressbar-react__value {
    font-weight: 500;
    width: 100%;
    margin: 0 0 12px;
    font-size: 0.875rem;
}

.css-wihq04 {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    text-shadow: none;
    -webkit-transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear, text-shadow 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear, text-shadow 0.2s linear;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: relative;
    width: 100%;
    font-weight: bold;
    min-height: 60px;
    min-width: 120px;
    padding: 20px 32px;
    position: relative;
    z-index: 0;
    font-family: "Open Sans", sans-serif;
    border-radius: 12px;
}

.css-wihq04::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.css-wihq04:hover::before {
    opacity: 0;
}

.css-wihq04::before {
    border-radius: 12px;
}

.css-wihq04,
.css-wihq04:focus,
.css-wihq04:active {
    border-color: rgb(105, 115, 102);
    background: rgb(50, 119, 34);
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.css-wihq04::before {
    background: linear-gradient(rgb(72, 170, 48), rgb(55, 130, 37));
}

.css-wihq04:hover {
    border-color: rgb(50, 119, 34);
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 -1px 0 rgba(230, 230, 230, 0.5);
}

.css-v44aeq {
    background-color: rgba(28, 122, 188, 1);
    border-color: rgba(28, 122, 188, 1);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.css-v44aeq>.container {
    padding-top: 0vw;
    padding-right: 1vw;
    padding-bottom: 0vw;
    padding-left: 1vw;
}

.site-header .css-v44aeq>.container {
    padding-top: -5px;
    padding-right: 0;
    padding-bottom: -5px;
    padding-left: 0;
    -webkit-transition: padding 0.03s ease;
    transition: padding 0.03s ease;
}

.bar .css-v44aeq {
    padding: 0 50px;
}

@media (max-width:23.75em) {
    .bar .css-v44aeq {
        padding: 0 25px;
    }
}

@media (min-width:71.25em) {
    .css-v44aeq>.container {
        padding-top: 0px;
        padding-right: 11.4px;
        padding-bottom: 0px;
        padding-left: 11.4px;
    }
}

.css-tugli7 {
    padding-top: 0vw;
    padding-right: 0vw;
    padding-bottom: 0vw;
    padding-left: 0vw;
}

@media(min-width:71.25em) {
    .css-tugli7.column {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .css-tugli7.column>.inner-column {
        padding-top: 0px;
        padding-right: 11.4px;
        padding-bottom: 0px;
        padding-left: 11.4px;
    }
}

.css-1f18d76 {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 0vw;
    padding-right: 1vw;
    padding-bottom: 0vw;
    padding-left: 1vw;
}

.bar .css-1f18d76 {
    padding-top: 0;
    padding-bottom: 0;
}

.step2,
.step3,
.step4,
.step5,
.progress-bar {
    display: none;
}