/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

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

[hidden],
template {
    display: none
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: 0 0;
    text-decoration: none
}

a:focus {
    outline: dotted thin
}

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

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

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

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

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

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

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

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

/*! formstone v1.4.22 [grid.css] 2021-10-01 | GPL-3.0 License | formstone.it */
.fs-grid .fs-row,
.fs_grid_row {
    min-width: 300px;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:739px) {

    .fs-grid .fs-row,
    .fs_grid_row {
        width: 96%;
        width: calc(100% - 40px)
    }
}

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

    .fs-grid .fs-row,
    .fs_grid_row {
        width: 720px
    }
}

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

    .fs-grid .fs-row,
    .fs_grid_row {
        width: 960px
    }
}

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

    .fs-grid .fs-row,
    .fs_grid_row {
        width: 1200px
    }
}

.fs-grid-fluid .fs-row,
.fs_grid_row_fluid {
    width: 96%;
    width: calc(100% - 40px)
}

@media screen and (max-width:499px) {

    .fs-grid-adaptive .fs-row,
    .fs_grid_row_adaptive {
        width: 300px
    }
}

@media screen and (min-width:500px) and (max-width:739px) {

    .fs-grid-adaptive .fs-row,
    .fs_grid_row_adaptive {
        width: 480px
    }
}

.fs_grid_row_reverse {
    flex-direction: row-reverse
}

.fs_grid_row_justify_around {
    justify-content: space-around
}

.fs_grid_row_justify_between {
    justify-content: space-between
}

.fs_grid_row_justify_start {
    justify-content: flex-start
}

.fs_grid_row_justify_center {
    justify-content: center
}

.fs_grid_row_justify_end {
    justify-content: flex-end
}

.fs_grid_row_align_start {
    align-items: flex-start
}

.fs_grid_row_align_center {
    align-items: center
}

.fs_grid_row_align_end {
    align-items: flex-end
}

.fs-grid .fs-row .fs-row,
.fs_grid_row_row {
    min-width: auto;
    width: 102.08333333%;
    margin-left: -1.04166667%;
    margin-right: -1.04166667%
}

.fs-grid .fs-row [class*=fs-cell][class*=-contained] .fs-row,
.fs_grid_row_row_contained {
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.fs_grid_row_destroy {
    width: auto;
    margin-left: 0;
    margin-right: 0
}

.fs-grid .fs-row [class*=fs-cell],
.fs_grid_cell {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    flex: 0 0 97.91666667%;
    flex-basis: auto;
    margin-left: 1.04166667%;
    margin-right: 1.04166667%
}

.fs-grid .fs-row [class*=fs-cell][class*=-padded],
.fs_grid_cell_padded {
    box-sizing: content-box;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.04166667%;
    padding-right: 1.04166667%
}

.fs-grid .fs-row [class*=fs-cell][class*=-contained],
.fs_grid_cell_contained {
    width: 100%;
    flex: 0 0 100%;
    margin-left: 0;
    margin-right: 0
}

.fs_grid_cell_justify_start {
    margin-right: auto
}

.fs_grid_cell_centered,
.fs_grid_cell_justify_center {
    margin-right: auto;
    margin-left: auto
}

.fs_grid_cell_justify_end,
.fs_grid_cell_right {
    margin-left: auto
}

.fs_grid_cell_align_start {
    align-self: flex-start
}

.fs_grid_cell_align_center {
    align-self: center
}

.fs_grid_cell_align_end {
    align-self: flex-end
}

.fs_grid_cell_first {
    order: -1
}

.fs_grid_cell_last {
    order: 1
}

.fs_grid_cell_destroy {
    width: auto;
    margin-left: 0;
    margin-right: 0
}

* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: inherit
}

.fs-grid .fs-row.fs-all-reverse {
    flex-direction: row-reverse
}

.fs-grid .fs-row.fs-all-justify-around {
    justify-content: space-around
}

.fs-grid .fs-row.fs-all-justify-between {
    justify-content: space-between
}

.fs-grid .fs-row.fs-all-justify-start {
    justify-content: flex-start
}

.fs-grid .fs-row.fs-all-justify-center {
    justify-content: center
}

.fs-grid .fs-row.fs-all-justify-end {
    justify-content: flex-end
}

.fs-grid .fs-row.fs-all-align-start {
    align-items: flex-start
}

.fs-grid .fs-row.fs-all-align-center {
    align-items: center
}

.fs-grid .fs-row.fs-all-align-end {
    align-items: flex-end
}

.fs-grid .fs-row .fs-cell.fs-all-first,
.fs-grid .fs-row [class*=-contained].fs-all-first {
    order: -1
}

.fs-grid .fs-row .fs-cell.fs-all-last,
.fs-grid .fs-row [class*=-contained].fs-all-last {
    order: 1
}

.fs-grid .fs-row .fs-cell.fs-all-align-start,
.fs-grid .fs-row [class*=-contained].fs-all-align-start {
    align-self: flex-start
}

.fs-grid .fs-row .fs-cell.fs-all-align-center,
.fs-grid .fs-row [class*=-contained].fs-all-align-center {
    align-self: center
}

.fs-grid .fs-row .fs-cell.fs-all-align-end,
.fs-grid .fs-row [class*=-contained].fs-all-align-end {
    align-self: flex-end
}

.fs-grid .fs-row .fs-cell.fs-all-justify-start,
.fs-grid .fs-row [class*=-contained].fs-all-justify-start {
    margin-right: auto
}

.fs-grid .fs-row .fs-cell.fs-all-justify-center,
.fs-grid .fs-row [class*=-contained].fs-all-justify-center {
    margin-right: auto;
    margin-left: auto
}

.fs-grid .fs-row .fs-cell.fs-all-justify-end,
.fs-grid .fs-row [class*=-contained].fs-all-justify-end {
    margin-left: auto
}

.fs-grid .fs-row .fs-all-fifth {
    width: 17.91666667%;
    max-width: 17.91666667%;
    min-width: 0;
    flex: 0 0 17.91666667%
}

.fs-grid .fs-row .fs-all-fourth {
    width: 22.91666667%;
    max-width: 22.91666667%;
    min-width: 0;
    flex: 0 0 22.91666667%
}

.fs-grid .fs-row .fs-all-third {
    width: 31.25%;
    max-width: 31.25%;
    min-width: 0;
    flex: 0 0 31.25%
}

.fs-grid .fs-row .fs-all-half {
    width: 47.91666667%;
    max-width: 47.91666667%;
    min-width: 0;
    flex: 0 0 47.91666667%
}

.fs-grid .fs-row .fs-all-full {
    width: 97.91666667%;
    max-width: 97.91666667%;
    min-width: 0;
    flex: 0 0 97.91666667%
}

.fs-grid .fs-row .fs-all-push-fifth {
    margin-left: 21.04166667%
}

.fs-grid .fs-row .fs-all-push-fourth {
    margin-left: 26.04166667%
}

.fs-grid .fs-row .fs-all-push-third {
    margin-left: 34.375%
}

.fs-grid .fs-row .fs-all-push-half {
    margin-left: 51.04166667%
}

.fs-grid .fs-row [class*=-contained].fs-all-fifth {
    width: 20%;
    max-width: 20%;
    min-width: 0;
    flex: 0 0 20%
}

.fs-grid .fs-row [class*=-contained].fs-all-fourth {
    width: 25%;
    max-width: 25%;
    min-width: 0;
    flex: 0 0 25%
}

.fs-grid .fs-row [class*=-contained].fs-all-third {
    width: 33.33333333%;
    max-width: 33.33333333%;
    min-width: 0;
    flex: 0 0 33.33333333%
}

.fs-grid .fs-row [class*=-contained].fs-all-half {
    width: 50%;
    max-width: 50%;
    min-width: 0;
    flex: 0 0 50%
}

.fs-grid .fs-row [class*=-contained].fs-all-full {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    flex: 0 0 100%
}

.fs-grid .fs-row [class*=-contained].fs-all-push-fifth {
    margin-left: 20%
}

.fs-grid .fs-row [class*=-contained].fs-all-push-fourth {
    margin-left: 25%
}

.fs-grid .fs-row [class*=-contained].fs-all-push-third {
    margin-left: 33.33333333%
}

.fs-grid .fs-row [class*=-contained].fs-all-push-half {
    margin-left: 50%
}

.fs-grid .fs-row .fs-all-auto {
    width: auto;
    max-width: 97.91666667%;
    flex: 1;
    flex-grow: 1
}

.fs-grid .fs-row .fs-all-hide {
    display: none
}

.fs-grid .fs-row .fs-all-destroy {
    width: auto;
    margin-left: 0;
    margin-right: 0
}

@media screen and (max-width:739px) {
    .fs-grid .fs-row.fs-sm-reverse {
        flex-direction: row-reverse
    }

    .fs-grid .fs-row.fs-sm-justify-around {
        justify-content: space-around
    }

    .fs-grid .fs-row.fs-sm-justify-between {
        justify-content: space-between
    }

    .fs-grid .fs-row.fs-sm-justify-start {
        justify-content: flex-start
    }

    .fs-grid .fs-row.fs-sm-justify-center {
        justify-content: center
    }

    .fs-grid .fs-row.fs-sm-justify-end {
        justify-content: flex-end
    }

    .fs-grid .fs-row.fs-sm-align-start {
        align-items: flex-start
    }

    .fs-grid .fs-row.fs-sm-align-center {
        align-items: center
    }

    .fs-grid .fs-row.fs-sm-align-end {
        align-items: flex-end
    }

    .fs-grid .fs-row .fs-sm-1 {
        width: 31.25%;
        max-width: 31.25%;
        min-width: 0;
        flex: 0 0 31.25%
    }

    .fs-grid .fs-row .fs-sm-2 {
        width: 64.58333333%;
        max-width: 64.58333333%;
        min-width: 0;
        flex: 0 0 64.58333333%
    }

    .fs-grid .fs-row .fs-sm-3 {
        width: 97.91666667%;
        max-width: 97.91666667%;
        min-width: 0;
        flex: 0 0 97.91666667%
    }

    .fs-grid .fs-row .fs-sm-push-1 {
        margin-left: 34.375%
    }

    .fs-grid .fs-row .fs-sm-push-2 {
        margin-left: 67.70833333%
    }

    .fs-grid .fs-row [class*=-contained].fs-sm-1 {
        width: 33.33333333%;
        max-width: 33.33333333%;
        min-width: 0;
        flex: 0 0 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-sm-2 {
        width: 66.66666667%;
        max-width: 66.66666667%;
        min-width: 0;
        flex: 0 0 66.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-sm-3 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: 0 0 100%
    }

    .fs-grid .fs-row [class*=-contained].fs-sm-push-1 {
        margin-left: 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-sm-push-2 {
        margin-left: 66.66666667%
    }

    .fs-grid .fs-row .fs-cell.fs-sm-first,
    .fs-grid .fs-row [class*=-contained].fs-sm-first {
        order: -1
    }

    .fs-grid .fs-row .fs-cell.fs-sm-last,
    .fs-grid .fs-row [class*=-contained].fs-sm-last {
        order: 1
    }

    .fs-grid .fs-row .fs-cell.fs-sm-align-start,
    .fs-grid .fs-row [class*=-contained].fs-sm-align-start {
        align-self: flex-start
    }

    .fs-grid .fs-row .fs-cell.fs-sm-align-center,
    .fs-grid .fs-row [class*=-contained].fs-sm-align-center {
        align-self: center
    }

    .fs-grid .fs-row .fs-cell.fs-sm-align-end,
    .fs-grid .fs-row [class*=-contained].fs-sm-align-end {
        align-self: flex-end
    }

    .fs-grid .fs-row .fs-cell.fs-sm-justify-start,
    .fs-grid .fs-row [class*=-contained].fs-sm-justify-start {
        margin-right: auto
    }

    .fs-grid .fs-row .fs-cell.fs-sm-justify-center,
    .fs-grid .fs-row [class*=-contained].fs-sm-justify-center {
        margin-right: auto;
        margin-left: auto
    }

    .fs-grid .fs-row .fs-cell.fs-sm-justify-end,
    .fs-grid .fs-row [class*=-contained].fs-sm-justify-end {
        margin-left: auto
    }

    .fs-grid .fs-row .fs-sm-fifth {
        width: 17.91666667%;
        max-width: 17.91666667%;
        min-width: 0;
        flex: 0 0 17.91666667%
    }

    .fs-grid .fs-row .fs-sm-fourth {
        width: 22.91666667%;
        max-width: 22.91666667%;
        min-width: 0;
        flex: 0 0 22.91666667%
    }

    .fs-grid .fs-row .fs-sm-third {
        width: 31.25%;
        max-width: 31.25%;
        min-width: 0;
        flex: 0 0 31.25%
    }

    .fs-grid .fs-row .fs-sm-half {
        width: 47.91666667%;
        max-width: 47.91666667%;
        min-width: 0;
        flex: 0 0 47.91666667%
    }

    .fs-grid .fs-row .fs-sm-full {
        width: 97.91666667%;
        max-width: 97.91666667%;
        min-width: 0;
        flex: 0 0 97.91666667%
    }

    .fs-grid .fs-row .fs-sm-push-fifth {
        margin-left: 21.04166667%
    }

    .fs-grid .fs-row .fs-sm-push-fourth {
        margin-left: 26.04166667%
    }

    .fs-grid .fs-row .fs-sm-push-third {
        margin-left: 34.375%
    }

    .fs-grid .fs-row .fs-sm-push-half {
        margin-left: 51.04166667%
    }

    .fs-grid .fs-row [class*=-contained].fs-sm-fifth {
        width: 20%;
        max-width: 20%;
        min-width: 0;
        flex: 0 0 20%
    }

    .fs-grid .fs-row [class*=-contained].fs-sm-fourth {
        width: 25%;
        max-width: 25%;
        min-width: 0;
        flex: 0 0 25%
    }

    .fs-grid .fs-row [class*=-contained].fs-sm-third {
        width: 33.33333333%;
        max-width: 33.33333333%;
        min-width: 0;
        flex: 0 0 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-sm-half {
        width: 50%;
        max-width: 50%;
        min-width: 0;
        flex: 0 0 50%
    }

    .fs-grid .fs-row [class*=-contained].fs-sm-full {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: 0 0 100%
    }

    .fs-grid .fs-row [class*=-contained].fs-sm-push-fifth {
        margin-left: 20%
    }

    .fs-grid .fs-row [class*=-contained].fs-sm-push-fourth {
        margin-left: 25%
    }

    .fs-grid .fs-row [class*=-contained].fs-sm-push-third {
        margin-left: 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-sm-push-half {
        margin-left: 50%
    }

    .fs-grid .fs-row .fs-sm-auto {
        width: auto;
        max-width: 97.91666667%;
        flex: 1;
        flex-grow: 1
    }

    .fs-grid .fs-row .fs-sm-hide {
        display: none
    }

    .fs-grid .fs-row .fs-sm-destroy {
        width: auto;
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width:499px) {
    .fs-grid .fs-row.fs-xs-reverse {
        flex-direction: row-reverse
    }

    .fs-grid .fs-row.fs-xs-justify-around {
        justify-content: space-around
    }

    .fs-grid .fs-row.fs-xs-justify-between {
        justify-content: space-between
    }

    .fs-grid .fs-row.fs-xs-justify-start {
        justify-content: flex-start
    }

    .fs-grid .fs-row.fs-xs-justify-center {
        justify-content: center
    }

    .fs-grid .fs-row.fs-xs-justify-end {
        justify-content: flex-end
    }

    .fs-grid .fs-row.fs-xs-align-start {
        align-items: flex-start
    }

    .fs-grid .fs-row.fs-xs-align-center {
        align-items: center
    }

    .fs-grid .fs-row.fs-xs-align-end {
        align-items: flex-end
    }

    .fs-grid .fs-row .fs-xs-1 {
        width: 31.25%;
        max-width: 31.25%;
        min-width: 0;
        flex: 0 0 31.25%
    }

    .fs-grid .fs-row .fs-xs-2 {
        width: 64.58333333%;
        max-width: 64.58333333%;
        min-width: 0;
        flex: 0 0 64.58333333%
    }

    .fs-grid .fs-row .fs-xs-3 {
        width: 97.91666667%;
        max-width: 97.91666667%;
        min-width: 0;
        flex: 0 0 97.91666667%
    }

    .fs-grid .fs-row .fs-xs-push-1 {
        margin-left: 34.375%
    }

    .fs-grid .fs-row .fs-xs-push-2 {
        margin-left: 67.70833333%
    }

    .fs-grid .fs-row [class*=-contained].fs-xs-1 {
        width: 33.33333333%;
        max-width: 33.33333333%;
        min-width: 0;
        flex: 0 0 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-xs-2 {
        width: 66.66666667%;
        max-width: 66.66666667%;
        min-width: 0;
        flex: 0 0 66.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-xs-3 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: 0 0 100%
    }

    .fs-grid .fs-row [class*=-contained].fs-xs-push-1 {
        margin-left: 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-xs-push-2 {
        margin-left: 66.66666667%
    }

    .fs-grid .fs-row .fs-cell.fs-xs-first,
    .fs-grid .fs-row [class*=-contained].fs-xs-first {
        order: -1
    }

    .fs-grid .fs-row .fs-cell.fs-xs-last,
    .fs-grid .fs-row [class*=-contained].fs-xs-last {
        order: 1
    }

    .fs-grid .fs-row .fs-cell.fs-xs-align-start,
    .fs-grid .fs-row [class*=-contained].fs-xs-align-start {
        align-self: flex-start
    }

    .fs-grid .fs-row .fs-cell.fs-xs-align-center,
    .fs-grid .fs-row [class*=-contained].fs-xs-align-center {
        align-self: center
    }

    .fs-grid .fs-row .fs-cell.fs-xs-align-end,
    .fs-grid .fs-row [class*=-contained].fs-xs-align-end {
        align-self: flex-end
    }

    .fs-grid .fs-row .fs-cell.fs-xs-justify-start,
    .fs-grid .fs-row [class*=-contained].fs-xs-justify-start {
        margin-right: auto
    }

    .fs-grid .fs-row .fs-cell.fs-xs-justify-center,
    .fs-grid .fs-row [class*=-contained].fs-xs-justify-center {
        margin-right: auto;
        margin-left: auto
    }

    .fs-grid .fs-row .fs-cell.fs-xs-justify-end,
    .fs-grid .fs-row [class*=-contained].fs-xs-justify-end {
        margin-left: auto
    }

    .fs-grid .fs-row .fs-xs-fifth {
        width: 17.91666667%;
        max-width: 17.91666667%;
        min-width: 0;
        flex: 0 0 17.91666667%
    }

    .fs-grid .fs-row .fs-xs-fourth {
        width: 22.91666667%;
        max-width: 22.91666667%;
        min-width: 0;
        flex: 0 0 22.91666667%
    }

    .fs-grid .fs-row .fs-xs-third {
        width: 31.25%;
        max-width: 31.25%;
        min-width: 0;
        flex: 0 0 31.25%
    }

    .fs-grid .fs-row .fs-xs-half {
        width: 47.91666667%;
        max-width: 47.91666667%;
        min-width: 0;
        flex: 0 0 47.91666667%
    }

    .fs-grid .fs-row .fs-xs-full {
        width: 97.91666667%;
        max-width: 97.91666667%;
        min-width: 0;
        flex: 0 0 97.91666667%
    }

    .fs-grid .fs-row .fs-xs-push-fifth {
        margin-left: 21.04166667%
    }

    .fs-grid .fs-row .fs-xs-push-fourth {
        margin-left: 26.04166667%
    }

    .fs-grid .fs-row .fs-xs-push-third {
        margin-left: 34.375%
    }

    .fs-grid .fs-row .fs-xs-push-half {
        margin-left: 51.04166667%
    }

    .fs-grid .fs-row [class*=-contained].fs-xs-fifth {
        width: 20%;
        max-width: 20%;
        min-width: 0;
        flex: 0 0 20%
    }

    .fs-grid .fs-row [class*=-contained].fs-xs-fourth {
        width: 25%;
        max-width: 25%;
        min-width: 0;
        flex: 0 0 25%
    }

    .fs-grid .fs-row [class*=-contained].fs-xs-third {
        width: 33.33333333%;
        max-width: 33.33333333%;
        min-width: 0;
        flex: 0 0 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-xs-half {
        width: 50%;
        max-width: 50%;
        min-width: 0;
        flex: 0 0 50%
    }

    .fs-grid .fs-row [class*=-contained].fs-xs-full {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: 0 0 100%
    }

    .fs-grid .fs-row [class*=-contained].fs-xs-push-fifth {
        margin-left: 20%
    }

    .fs-grid .fs-row [class*=-contained].fs-xs-push-fourth {
        margin-left: 25%
    }

    .fs-grid .fs-row [class*=-contained].fs-xs-push-third {
        margin-left: 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-xs-push-half {
        margin-left: 50%
    }

    .fs-grid .fs-row .fs-xs-auto {
        width: auto;
        max-width: 97.91666667%;
        flex: 1;
        flex-grow: 1
    }

    .fs-grid .fs-row .fs-xs-hide {
        display: none
    }

    .fs-grid .fs-row .fs-xs-destroy {
        width: auto;
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (min-width:740px) and (max-width:979px) {
    .fs-grid .fs-row.fs-md-reverse {
        flex-direction: row-reverse
    }

    .fs-grid .fs-row.fs-md-justify-around {
        justify-content: space-around
    }

    .fs-grid .fs-row.fs-md-justify-between {
        justify-content: space-between
    }

    .fs-grid .fs-row.fs-md-justify-start {
        justify-content: flex-start
    }

    .fs-grid .fs-row.fs-md-justify-center {
        justify-content: center
    }

    .fs-grid .fs-row.fs-md-justify-end {
        justify-content: flex-end
    }

    .fs-grid .fs-row.fs-md-align-start {
        align-items: flex-start
    }

    .fs-grid .fs-row.fs-md-align-center {
        align-items: center
    }

    .fs-grid .fs-row.fs-md-align-end {
        align-items: flex-end
    }

    .fs-grid .fs-row .fs-md-1 {
        width: 14.58333333%;
        max-width: 14.58333333%;
        min-width: 0;
        flex: 0 0 14.58333333%
    }

    .fs-grid .fs-row .fs-md-2 {
        width: 31.25%;
        max-width: 31.25%;
        min-width: 0;
        flex: 0 0 31.25%
    }

    .fs-grid .fs-row .fs-md-3 {
        width: 47.91666667%;
        max-width: 47.91666667%;
        min-width: 0;
        flex: 0 0 47.91666667%
    }

    .fs-grid .fs-row .fs-md-4 {
        width: 64.58333333%;
        max-width: 64.58333333%;
        min-width: 0;
        flex: 0 0 64.58333333%
    }

    .fs-grid .fs-row .fs-md-5 {
        width: 81.25%;
        max-width: 81.25%;
        min-width: 0;
        flex: 0 0 81.25%
    }

    .fs-grid .fs-row .fs-md-6 {
        width: 97.91666667%;
        max-width: 97.91666667%;
        min-width: 0;
        flex: 0 0 97.91666667%
    }

    .fs-grid .fs-row .fs-md-push-1 {
        margin-left: 17.70833333%
    }

    .fs-grid .fs-row .fs-md-push-2 {
        margin-left: 34.375%
    }

    .fs-grid .fs-row .fs-md-push-3 {
        margin-left: 51.04166667%
    }

    .fs-grid .fs-row .fs-md-push-4 {
        margin-left: 67.70833333%
    }

    .fs-grid .fs-row .fs-md-push-5 {
        margin-left: 84.375%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-1 {
        width: 16.66666667%;
        max-width: 16.66666667%;
        min-width: 0;
        flex: 0 0 16.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-2 {
        width: 33.33333333%;
        max-width: 33.33333333%;
        min-width: 0;
        flex: 0 0 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-3 {
        width: 50%;
        max-width: 50%;
        min-width: 0;
        flex: 0 0 50%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-4 {
        width: 66.66666667%;
        max-width: 66.66666667%;
        min-width: 0;
        flex: 0 0 66.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-5 {
        width: 83.33333333%;
        max-width: 83.33333333%;
        min-width: 0;
        flex: 0 0 83.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-6 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: 0 0 100%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-push-1 {
        margin-left: 16.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-push-2 {
        margin-left: 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-push-3 {
        margin-left: 50%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-push-4 {
        margin-left: 66.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-push-5 {
        margin-left: 83.33333333%
    }

    .fs-grid .fs-row .fs-cell.fs-md-first,
    .fs-grid .fs-row [class*=-contained].fs-md-first {
        order: -1
    }

    .fs-grid .fs-row .fs-cell.fs-md-last,
    .fs-grid .fs-row [class*=-contained].fs-md-last {
        order: 1
    }

    .fs-grid .fs-row .fs-cell.fs-md-align-start,
    .fs-grid .fs-row [class*=-contained].fs-md-align-start {
        align-self: flex-start
    }

    .fs-grid .fs-row .fs-cell.fs-md-align-center,
    .fs-grid .fs-row [class*=-contained].fs-md-align-center {
        align-self: center
    }

    .fs-grid .fs-row .fs-cell.fs-md-align-end,
    .fs-grid .fs-row [class*=-contained].fs-md-align-end {
        align-self: flex-end
    }

    .fs-grid .fs-row .fs-cell.fs-md-justify-start,
    .fs-grid .fs-row [class*=-contained].fs-md-justify-start {
        margin-right: auto
    }

    .fs-grid .fs-row .fs-cell.fs-md-justify-center,
    .fs-grid .fs-row [class*=-contained].fs-md-justify-center {
        margin-right: auto;
        margin-left: auto
    }

    .fs-grid .fs-row .fs-cell.fs-md-justify-end,
    .fs-grid .fs-row [class*=-contained].fs-md-justify-end {
        margin-left: auto
    }

    .fs-grid .fs-row .fs-md-fifth {
        width: 17.91666667%;
        max-width: 17.91666667%;
        min-width: 0;
        flex: 0 0 17.91666667%
    }

    .fs-grid .fs-row .fs-md-fourth {
        width: 22.91666667%;
        max-width: 22.91666667%;
        min-width: 0;
        flex: 0 0 22.91666667%
    }

    .fs-grid .fs-row .fs-md-third {
        width: 31.25%;
        max-width: 31.25%;
        min-width: 0;
        flex: 0 0 31.25%
    }

    .fs-grid .fs-row .fs-md-half {
        width: 47.91666667%;
        max-width: 47.91666667%;
        min-width: 0;
        flex: 0 0 47.91666667%
    }

    .fs-grid .fs-row .fs-md-full {
        width: 97.91666667%;
        max-width: 97.91666667%;
        min-width: 0;
        flex: 0 0 97.91666667%
    }

    .fs-grid .fs-row .fs-md-push-fifth {
        margin-left: 21.04166667%
    }

    .fs-grid .fs-row .fs-md-push-fourth {
        margin-left: 26.04166667%
    }

    .fs-grid .fs-row .fs-md-push-third {
        margin-left: 34.375%
    }

    .fs-grid .fs-row .fs-md-push-half {
        margin-left: 51.04166667%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-fifth {
        width: 20%;
        max-width: 20%;
        min-width: 0;
        flex: 0 0 20%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-fourth {
        width: 25%;
        max-width: 25%;
        min-width: 0;
        flex: 0 0 25%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-third {
        width: 33.33333333%;
        max-width: 33.33333333%;
        min-width: 0;
        flex: 0 0 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-half {
        width: 50%;
        max-width: 50%;
        min-width: 0;
        flex: 0 0 50%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-full {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: 0 0 100%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-push-fifth {
        margin-left: 20%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-push-fourth {
        margin-left: 25%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-push-third {
        margin-left: 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-md-push-half {
        margin-left: 50%
    }

    .fs-grid .fs-row .fs-md-auto {
        width: auto;
        max-width: 97.91666667%;
        flex: 1;
        flex-grow: 1
    }

    .fs-grid .fs-row .fs-md-hide {
        display: none
    }

    .fs-grid .fs-row .fs-md-destroy {
        width: auto;
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (min-width:980px) {
    .fs-grid .fs-row.fs-lg-reverse {
        flex-direction: row-reverse
    }

    .fs-grid .fs-row.fs-lg-justify-around {
        justify-content: space-around
    }

    .fs-grid .fs-row.fs-lg-justify-between {
        justify-content: space-between
    }

    .fs-grid .fs-row.fs-lg-justify-start {
        justify-content: flex-start
    }

    .fs-grid .fs-row.fs-lg-justify-center {
        justify-content: center
    }

    .fs-grid .fs-row.fs-lg-justify-end {
        justify-content: flex-end
    }

    .fs-grid .fs-row.fs-lg-align-start {
        align-items: flex-start
    }

    .fs-grid .fs-row.fs-lg-align-center {
        align-items: center
    }

    .fs-grid .fs-row.fs-lg-align-end {
        align-items: flex-end
    }

    .fs-grid .fs-row .fs-lg-1 {
        width: 6.25%;
        max-width: 6.25%;
        min-width: 0;
        flex: 0 0 6.25%
    }

    .fs-grid .fs-row .fs-lg-2 {
        width: 14.58333333%;
        max-width: 14.58333333%;
        min-width: 0;
        flex: 0 0 14.58333333%
    }

    .fs-grid .fs-row .fs-lg-3 {
        width: 22.91666667%;
        max-width: 22.91666667%;
        min-width: 0;
        flex: 0 0 22.91666667%
    }

    .fs-grid .fs-row .fs-lg-4 {
        width: 31.25%;
        max-width: 31.25%;
        min-width: 0;
        flex: 0 0 31.25%
    }

    .fs-grid .fs-row .fs-lg-5 {
        width: 39.58333333%;
        max-width: 39.58333333%;
        min-width: 0;
        flex: 0 0 39.58333333%
    }

    .fs-grid .fs-row .fs-lg-6 {
        width: 47.91666667%;
        max-width: 47.91666667%;
        min-width: 0;
        flex: 0 0 47.91666667%
    }

    .fs-grid .fs-row .fs-lg-7 {
        width: 56.25%;
        max-width: 56.25%;
        min-width: 0;
        flex: 0 0 56.25%
    }

    .fs-grid .fs-row .fs-lg-8 {
        width: 64.58333333%;
        max-width: 64.58333333%;
        min-width: 0;
        flex: 0 0 64.58333333%
    }

    .fs-grid .fs-row .fs-lg-9 {
        width: 72.91666667%;
        max-width: 72.91666667%;
        min-width: 0;
        flex: 0 0 72.91666667%
    }

    .fs-grid .fs-row .fs-lg-10 {
        width: 81.25%;
        max-width: 81.25%;
        min-width: 0;
        flex: 0 0 81.25%
    }

    .fs-grid .fs-row .fs-lg-11 {
        width: 89.58333333%;
        max-width: 89.58333333%;
        min-width: 0;
        flex: 0 0 89.58333333%
    }

    .fs-grid .fs-row .fs-lg-12 {
        width: 97.91666667%;
        max-width: 97.91666667%;
        min-width: 0;
        flex: 0 0 97.91666667%
    }

    .fs-grid .fs-row .fs-lg-push-1 {
        margin-left: 9.375%
    }

    .fs-grid .fs-row .fs-lg-push-2 {
        margin-left: 17.70833333%
    }

    .fs-grid .fs-row .fs-lg-push-3 {
        margin-left: 26.04166667%
    }

    .fs-grid .fs-row .fs-lg-push-4 {
        margin-left: 34.375%
    }

    .fs-grid .fs-row .fs-lg-push-5 {
        margin-left: 42.70833333%
    }

    .fs-grid .fs-row .fs-lg-push-6 {
        margin-left: 51.04166667%
    }

    .fs-grid .fs-row .fs-lg-push-7 {
        margin-left: 59.375%
    }

    .fs-grid .fs-row .fs-lg-push-8 {
        margin-left: 67.70833333%
    }

    .fs-grid .fs-row .fs-lg-push-9 {
        margin-left: 76.04166667%
    }

    .fs-grid .fs-row .fs-lg-push-10 {
        margin-left: 84.375%
    }

    .fs-grid .fs-row .fs-lg-push-11 {
        margin-left: 92.70833333%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-1 {
        width: 8.33333333%;
        max-width: 8.33333333%;
        min-width: 0;
        flex: 0 0 8.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-2 {
        width: 16.66666667%;
        max-width: 16.66666667%;
        min-width: 0;
        flex: 0 0 16.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-3 {
        width: 25%;
        max-width: 25%;
        min-width: 0;
        flex: 0 0 25%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-4 {
        width: 33.33333333%;
        max-width: 33.33333333%;
        min-width: 0;
        flex: 0 0 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-5 {
        width: 41.66666667%;
        max-width: 41.66666667%;
        min-width: 0;
        flex: 0 0 41.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-6 {
        width: 50%;
        max-width: 50%;
        min-width: 0;
        flex: 0 0 50%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-7 {
        width: 58.33333333%;
        max-width: 58.33333333%;
        min-width: 0;
        flex: 0 0 58.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-8 {
        width: 66.66666667%;
        max-width: 66.66666667%;
        min-width: 0;
        flex: 0 0 66.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-9 {
        width: 75%;
        max-width: 75%;
        min-width: 0;
        flex: 0 0 75%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-10 {
        width: 83.33333333%;
        max-width: 83.33333333%;
        min-width: 0;
        flex: 0 0 83.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-11 {
        width: 91.66666667%;
        max-width: 91.66666667%;
        min-width: 0;
        flex: 0 0 91.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-12 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: 0 0 100%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-push-1 {
        margin-left: 8.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-push-2 {
        margin-left: 16.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-push-3 {
        margin-left: 25%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-push-4 {
        margin-left: 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-push-5 {
        margin-left: 41.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-push-6 {
        margin-left: 50%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-push-7 {
        margin-left: 58.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-push-8 {
        margin-left: 66.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-push-9 {
        margin-left: 75%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-push-10 {
        margin-left: 83.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-push-11 {
        margin-left: 91.66666667%
    }

    .fs-grid .fs-row .fs-cell.fs-lg-first,
    .fs-grid .fs-row [class*=-contained].fs-lg-first {
        order: -1
    }

    .fs-grid .fs-row .fs-cell.fs-lg-last,
    .fs-grid .fs-row [class*=-contained].fs-lg-last {
        order: 1
    }

    .fs-grid .fs-row .fs-cell.fs-lg-align-start,
    .fs-grid .fs-row [class*=-contained].fs-lg-align-start {
        align-self: flex-start
    }

    .fs-grid .fs-row .fs-cell.fs-lg-align-center,
    .fs-grid .fs-row [class*=-contained].fs-lg-align-center {
        align-self: center
    }

    .fs-grid .fs-row .fs-cell.fs-lg-align-end,
    .fs-grid .fs-row [class*=-contained].fs-lg-align-end {
        align-self: flex-end
    }

    .fs-grid .fs-row .fs-cell.fs-lg-justify-start,
    .fs-grid .fs-row [class*=-contained].fs-lg-justify-start {
        margin-right: auto
    }

    .fs-grid .fs-row .fs-cell.fs-lg-justify-center,
    .fs-grid .fs-row [class*=-contained].fs-lg-justify-center {
        margin-right: auto;
        margin-left: auto
    }

    .fs-grid .fs-row .fs-cell.fs-lg-justify-end,
    .fs-grid .fs-row [class*=-contained].fs-lg-justify-end {
        margin-left: auto
    }

    .fs-grid .fs-row .fs-lg-fifth {
        width: 17.91666667%;
        max-width: 17.91666667%;
        min-width: 0;
        flex: 0 0 17.91666667%
    }

    .fs-grid .fs-row .fs-lg-fourth {
        width: 22.91666667%;
        max-width: 22.91666667%;
        min-width: 0;
        flex: 0 0 22.91666667%
    }

    .fs-grid .fs-row .fs-lg-third {
        width: 31.25%;
        max-width: 31.25%;
        min-width: 0;
        flex: 0 0 31.25%
    }

    .fs-grid .fs-row .fs-lg-half {
        width: 47.91666667%;
        max-width: 47.91666667%;
        min-width: 0;
        flex: 0 0 47.91666667%
    }

    .fs-grid .fs-row .fs-lg-full {
        width: 97.91666667%;
        max-width: 97.91666667%;
        min-width: 0;
        flex: 0 0 97.91666667%
    }

    .fs-grid .fs-row .fs-lg-push-fifth {
        margin-left: 21.04166667%
    }

    .fs-grid .fs-row .fs-lg-push-fourth {
        margin-left: 26.04166667%
    }

    .fs-grid .fs-row .fs-lg-push-third {
        margin-left: 34.375%
    }

    .fs-grid .fs-row .fs-lg-push-half {
        margin-left: 51.04166667%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-fifth {
        width: 20%;
        max-width: 20%;
        min-width: 0;
        flex: 0 0 20%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-fourth {
        width: 25%;
        max-width: 25%;
        min-width: 0;
        flex: 0 0 25%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-third {
        width: 33.33333333%;
        max-width: 33.33333333%;
        min-width: 0;
        flex: 0 0 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-half {
        width: 50%;
        max-width: 50%;
        min-width: 0;
        flex: 0 0 50%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-full {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: 0 0 100%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-push-fifth {
        margin-left: 20%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-push-fourth {
        margin-left: 25%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-push-third {
        margin-left: 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-lg-push-half {
        margin-left: 50%
    }

    .fs-grid .fs-row .fs-lg-auto {
        width: auto;
        max-width: 97.91666667%;
        flex: 1;
        flex-grow: 1
    }

    .fs-grid .fs-row .fs-lg-hide {
        display: none
    }

    .fs-grid .fs-row .fs-lg-destroy {
        width: auto;
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (min-width:1220px) {
    .fs-grid .fs-row.fs-xl-reverse {
        flex-direction: row-reverse
    }

    .fs-grid .fs-row.fs-xl-justify-around {
        justify-content: space-around
    }

    .fs-grid .fs-row.fs-xl-justify-between {
        justify-content: space-between
    }

    .fs-grid .fs-row.fs-xl-justify-start {
        justify-content: flex-start
    }

    .fs-grid .fs-row.fs-xl-justify-center {
        justify-content: center
    }

    .fs-grid .fs-row.fs-xl-justify-end {
        justify-content: flex-end
    }

    .fs-grid .fs-row.fs-xl-align-start {
        align-items: flex-start
    }

    .fs-grid .fs-row.fs-xl-align-center {
        align-items: center
    }

    .fs-grid .fs-row.fs-xl-align-end {
        align-items: flex-end
    }

    .fs-grid .fs-row .fs-xl-1 {
        width: 6.25%;
        max-width: 6.25%;
        min-width: 0;
        flex: 0 0 6.25%
    }

    .fs-grid .fs-row .fs-xl-2 {
        width: 14.58333333%;
        max-width: 14.58333333%;
        min-width: 0;
        flex: 0 0 14.58333333%
    }

    .fs-grid .fs-row .fs-xl-3 {
        width: 22.91666667%;
        max-width: 22.91666667%;
        min-width: 0;
        flex: 0 0 22.91666667%
    }

    .fs-grid .fs-row .fs-xl-4 {
        width: 31.25%;
        max-width: 31.25%;
        min-width: 0;
        flex: 0 0 31.25%
    }

    .fs-grid .fs-row .fs-xl-5 {
        width: 39.58333333%;
        max-width: 39.58333333%;
        min-width: 0;
        flex: 0 0 39.58333333%
    }

    .fs-grid .fs-row .fs-xl-6 {
        width: 47.91666667%;
        max-width: 47.91666667%;
        min-width: 0;
        flex: 0 0 47.91666667%
    }

    .fs-grid .fs-row .fs-xl-7 {
        width: 56.25%;
        max-width: 56.25%;
        min-width: 0;
        flex: 0 0 56.25%
    }

    .fs-grid .fs-row .fs-xl-8 {
        width: 64.58333333%;
        max-width: 64.58333333%;
        min-width: 0;
        flex: 0 0 64.58333333%
    }

    .fs-grid .fs-row .fs-xl-9 {
        width: 72.91666667%;
        max-width: 72.91666667%;
        min-width: 0;
        flex: 0 0 72.91666667%
    }

    .fs-grid .fs-row .fs-xl-10 {
        width: 81.25%;
        max-width: 81.25%;
        min-width: 0;
        flex: 0 0 81.25%
    }

    .fs-grid .fs-row .fs-xl-11 {
        width: 89.58333333%;
        max-width: 89.58333333%;
        min-width: 0;
        flex: 0 0 89.58333333%
    }

    .fs-grid .fs-row .fs-xl-12 {
        width: 97.91666667%;
        max-width: 97.91666667%;
        min-width: 0;
        flex: 0 0 97.91666667%
    }

    .fs-grid .fs-row .fs-xl-push-1 {
        margin-left: 9.375%
    }

    .fs-grid .fs-row .fs-xl-push-2 {
        margin-left: 17.70833333%
    }

    .fs-grid .fs-row .fs-xl-push-3 {
        margin-left: 26.04166667%
    }

    .fs-grid .fs-row .fs-xl-push-4 {
        margin-left: 34.375%
    }

    .fs-grid .fs-row .fs-xl-push-5 {
        margin-left: 42.70833333%
    }

    .fs-grid .fs-row .fs-xl-push-6 {
        margin-left: 51.04166667%
    }

    .fs-grid .fs-row .fs-xl-push-7 {
        margin-left: 59.375%
    }

    .fs-grid .fs-row .fs-xl-push-8 {
        margin-left: 67.70833333%
    }

    .fs-grid .fs-row .fs-xl-push-9 {
        margin-left: 76.04166667%
    }

    .fs-grid .fs-row .fs-xl-push-10 {
        margin-left: 84.375%
    }

    .fs-grid .fs-row .fs-xl-push-11 {
        margin-left: 92.70833333%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-1 {
        width: 8.33333333%;
        max-width: 8.33333333%;
        min-width: 0;
        flex: 0 0 8.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-2 {
        width: 16.66666667%;
        max-width: 16.66666667%;
        min-width: 0;
        flex: 0 0 16.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-3 {
        width: 25%;
        max-width: 25%;
        min-width: 0;
        flex: 0 0 25%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-4 {
        width: 33.33333333%;
        max-width: 33.33333333%;
        min-width: 0;
        flex: 0 0 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-5 {
        width: 41.66666667%;
        max-width: 41.66666667%;
        min-width: 0;
        flex: 0 0 41.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-6 {
        width: 50%;
        max-width: 50%;
        min-width: 0;
        flex: 0 0 50%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-7 {
        width: 58.33333333%;
        max-width: 58.33333333%;
        min-width: 0;
        flex: 0 0 58.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-8 {
        width: 66.66666667%;
        max-width: 66.66666667%;
        min-width: 0;
        flex: 0 0 66.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-9 {
        width: 75%;
        max-width: 75%;
        min-width: 0;
        flex: 0 0 75%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-10 {
        width: 83.33333333%;
        max-width: 83.33333333%;
        min-width: 0;
        flex: 0 0 83.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-11 {
        width: 91.66666667%;
        max-width: 91.66666667%;
        min-width: 0;
        flex: 0 0 91.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-12 {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: 0 0 100%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-push-1 {
        margin-left: 8.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-push-2 {
        margin-left: 16.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-push-3 {
        margin-left: 25%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-push-4 {
        margin-left: 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-push-5 {
        margin-left: 41.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-push-6 {
        margin-left: 50%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-push-7 {
        margin-left: 58.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-push-8 {
        margin-left: 66.66666667%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-push-9 {
        margin-left: 75%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-push-10 {
        margin-left: 83.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-push-11 {
        margin-left: 91.66666667%
    }

    .fs-grid .fs-row .fs-cell.fs-xl-first,
    .fs-grid .fs-row [class*=-contained].fs-xl-first {
        order: -1
    }

    .fs-grid .fs-row .fs-cell.fs-xl-last,
    .fs-grid .fs-row [class*=-contained].fs-xl-last {
        order: 1
    }

    .fs-grid .fs-row .fs-cell.fs-xl-align-start,
    .fs-grid .fs-row [class*=-contained].fs-xl-align-start {
        align-self: flex-start
    }

    .fs-grid .fs-row .fs-cell.fs-xl-align-center,
    .fs-grid .fs-row [class*=-contained].fs-xl-align-center {
        align-self: center
    }

    .fs-grid .fs-row .fs-cell.fs-xl-align-end,
    .fs-grid .fs-row [class*=-contained].fs-xl-align-end {
        align-self: flex-end
    }

    .fs-grid .fs-row .fs-cell.fs-xl-justify-start,
    .fs-grid .fs-row [class*=-contained].fs-xl-justify-start {
        margin-right: auto
    }

    .fs-grid .fs-row .fs-cell.fs-xl-justify-center,
    .fs-grid .fs-row [class*=-contained].fs-xl-justify-center {
        margin-right: auto;
        margin-left: auto
    }

    .fs-grid .fs-row .fs-cell.fs-xl-justify-end,
    .fs-grid .fs-row [class*=-contained].fs-xl-justify-end {
        margin-left: auto
    }

    .fs-grid .fs-row .fs-xl-fifth {
        width: 17.91666667%;
        max-width: 17.91666667%;
        min-width: 0;
        flex: 0 0 17.91666667%
    }

    .fs-grid .fs-row .fs-xl-fourth {
        width: 22.91666667%;
        max-width: 22.91666667%;
        min-width: 0;
        flex: 0 0 22.91666667%
    }

    .fs-grid .fs-row .fs-xl-third {
        width: 31.25%;
        max-width: 31.25%;
        min-width: 0;
        flex: 0 0 31.25%
    }

    .fs-grid .fs-row .fs-xl-half {
        width: 47.91666667%;
        max-width: 47.91666667%;
        min-width: 0;
        flex: 0 0 47.91666667%
    }

    .fs-grid .fs-row .fs-xl-full {
        width: 97.91666667%;
        max-width: 97.91666667%;
        min-width: 0;
        flex: 0 0 97.91666667%
    }

    .fs-grid .fs-row .fs-xl-push-fifth {
        margin-left: 21.04166667%
    }

    .fs-grid .fs-row .fs-xl-push-fourth {
        margin-left: 26.04166667%
    }

    .fs-grid .fs-row .fs-xl-push-third {
        margin-left: 34.375%
    }

    .fs-grid .fs-row .fs-xl-push-half {
        margin-left: 51.04166667%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-fifth {
        width: 20%;
        max-width: 20%;
        min-width: 0;
        flex: 0 0 20%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-fourth {
        width: 25%;
        max-width: 25%;
        min-width: 0;
        flex: 0 0 25%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-third {
        width: 33.33333333%;
        max-width: 33.33333333%;
        min-width: 0;
        flex: 0 0 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-half {
        width: 50%;
        max-width: 50%;
        min-width: 0;
        flex: 0 0 50%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-full {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: 0 0 100%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-push-fifth {
        margin-left: 20%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-push-fourth {
        margin-left: 25%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-push-third {
        margin-left: 33.33333333%
    }

    .fs-grid .fs-row [class*=-contained].fs-xl-push-half {
        margin-left: 50%
    }

    .fs-grid .fs-row .fs-xl-auto {
        width: auto;
        max-width: 97.91666667%;
        flex: 1;
        flex-grow: 1
    }

    .fs-grid .fs-row .fs-xl-hide {
        display: none
    }

    .fs-grid .fs-row .fs-xl-destroy {
        width: auto;
        margin-left: 0;
        margin-right: 0
    }
}

/*! formstone v1.4.22 [background.css] 2021-10-01 | GPL-3.0 License | formstone.it */
.fs-background {
    overflow: hidden;
    position: relative
}

.fs-background,
.fs-background-container,
.fs-background-media {
    transition: none
}

.fs-background-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    overflow: hidden
}

.fs-background-media {
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0
}

.fs-background-media.fs-background-animated {
    transition: opacity .5s linear
}

.fs-background-media iframe,
.fs-background-media img,
.fs-background-media video {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-user-drag: none
}

.fs-background-media.fs-background-fixed,
.fs-background-media.fs-background-native {
    width: 100%;
    height: 100%
}

.fs-background-media.fs-background-fixed img,
.fs-background-media.fs-background-native img {
    display: none
}

.fs-background-media.fs-background-native {
    background-position: center;
    background-size: cover
}

.fs-background-media.fs-background-fixed {
    background-position: center;
    background-attachment: fixed
}

.fs-background-embed.fs-background-ready:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ''
}

.fs-background-embed.fs-background-ready iframe {
    z-index: 0
}

/*! formstone v1.4.22 [carousel.css] 2021-10-01 | GPL-3.0 License | formstone.it */
.fs-carousel.fs-carousel-enabled {
    width: 100%;
    position: relative
}

.fs-carousel.fs-carousel-enabled:after {
    clear: both;
    content: '';
    display: table
}

.fs-carousel,
.fs-carousel *,
.fs-carousel :after,
.fs-carousel :before,
.fs-carousel:after,
.fs-carousel:before {
    box-sizing: border-box;
    transition: none;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.fs-carousel-enabled.fs-carousel-contained,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-container,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-viewport,
.fs-carousel-enabled.fs-carousel-contained .fs-carousel-wrapper {
    overflow: hidden
}

.fs-carousel-enabled .fs-carousel-viewport {
    position: relative
}

.fs-carousel-enabled .fs-carousel-viewport:after {
    clear: both;
    content: '';
    display: table
}

.fs-carousel-enabled .fs-carousel-wrapper {
    position: relative
}

.fs-carousel-enabled .fs-carousel-wrapper:after {
    clear: both;
    content: '';
    display: table
}

.fs-carousel-enabled .fs-carousel-container {
    position: relative
}

.fs-carousel-enabled .fs-carousel-canister {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    margin: 0;
    overflow: hidden;
    transition: transform .5s;
    transform: translate3d(0, 0, 0)
}

.fs-carousel-enabled.fs-carousel-auto_height .fs-carousel-canister {
    align-items: flex-start;
    transition: height .5s, transform .5s
}

.fs-carousel-enabled .fs-carousel-item {
    min-height: 1px;
    display: block
}

.fs-carousel-enabled .fs-carousel-item img {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fs-carousel-single .fs-carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.fs-carousel-single .fs-carousel-item.fs-carousel-visible {
    position: relative;
    z-index: 2
}

.fs-carousel-controls {
    display: none
}

.fs-carousel-enabled .fs-carousel-controls {
    width: 100%;
    margin: 0;
    padding: 0
}

.fs-carousel-controls_custom.fs-carousel-visible,
.fs-carousel-enabled .fs-carousel-controls.fs-carousel-visible {
    display: block
}

.fs-carousel-enabled .fs-carousel-control {
    border: none;
    cursor: pointer;
    padding: 0
}

.fs-carousel-pagination {
    display: none
}

.fs-carousel-enabled .fs-carousel-pagination {
    width: 100%
}

.fs-carousel-enabled .fs-carousel-pagination.fs-carousel-visible {
    display: block
}

.fs-carousel-enabled .fs-carousel-page {
    border: none;
    cursor: pointer;
    display: inline-block;
    padding: 0
}

.fs-carousel-enabled.fs-carousel-rtl {
    direction: rtl
}

/*! formstone v1.4.22 [checkpoint.css] 2021-10-01 | GPL-3.0 License | formstone.it */
.fs-checkpoint[data-checkpoint-animation=fade-down],
.fs-checkpoint[data-checkpoint-animation=fade-in],
.fs-checkpoint[data-checkpoint-animation=fade-left],
.fs-checkpoint[data-checkpoint-animation=fade-right],
.fs-checkpoint[data-checkpoint-animation=fade-up] {
    opacity: 0;
    transition: opacity .5s linear, transform .5s
}

.fs-checkpoint[data-checkpoint-animation=fade-down].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=fade-in].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=fade-left].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=fade-right].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=fade-up].fs-checkpoint-active {
    opacity: 1
}

.fs-checkpoint[data-checkpoint-animation=fade-up] {
    transform: translateY(50px)
}

.fs-checkpoint[data-checkpoint-animation=fade-down] {
    transform: translateY(-50px)
}

.fs-checkpoint[data-checkpoint-animation=fade-down].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=fade-up].fs-checkpoint-active {
    transform: translateY(0)
}

.fs-checkpoint[data-checkpoint-animation=fade-left] {
    transform: translateX(-50px)
}

.fs-checkpoint[data-checkpoint-animation=fade-right] {
    transform: translateX(50px)
}

.fs-checkpoint[data-checkpoint-animation=fade-left].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=fade-right].fs-checkpoint-active {
    transform: translateX(0)
}

.fs-checkpoint[data-checkpoint-animation=zoom-in-down],
.fs-checkpoint[data-checkpoint-animation=zoom-in-left],
.fs-checkpoint[data-checkpoint-animation=zoom-in-right],
.fs-checkpoint[data-checkpoint-animation=zoom-in-up],
.fs-checkpoint[data-checkpoint-animation=zoom-in] {
    opacity: 0;
    transition: opacity .5s linear, transform .5s
}

.fs-checkpoint[data-checkpoint-animation=zoom-in-down].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=zoom-in-left].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=zoom-in-right].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=zoom-in-up].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=zoom-in].fs-checkpoint-active {
    opacity: 1
}

.fs-checkpoint[data-checkpoint-animation=zoom-in] {
    transform: translateY(0) scale(.5)
}

.fs-checkpoint[data-checkpoint-animation=zoom-in-up] {
    transform: translateY(50px) scale(.5)
}

.fs-checkpoint[data-checkpoint-animation=zoom-in-down] {
    transform: translateY(-50px) scale(.5)
}

.fs-checkpoint[data-checkpoint-animation=zoom-in-down].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=zoom-in-up].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=zoom-in].fs-checkpoint-active {
    transform: translateY(0) scale(1)
}

.fs-checkpoint[data-checkpoint-animation=zoom-in-left] {
    transform: translateX(-50px) scale(.5)
}

.fs-checkpoint[data-checkpoint-animation=zoom-in-right] {
    transform: translateX(50px) scale(.5)
}

.fs-checkpoint[data-checkpoint-animation=zoom-in-left].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=zoom-in-right].fs-checkpoint-active {
    transform: translateX(0) scale(1)
}

.fs-checkpoint[data-checkpoint-animation=zoom-out-down],
.fs-checkpoint[data-checkpoint-animation=zoom-out-left],
.fs-checkpoint[data-checkpoint-animation=zoom-out-right],
.fs-checkpoint[data-checkpoint-animation=zoom-out-up],
.fs-checkpoint[data-checkpoint-animation=zoom-out] {
    opacity: 0;
    transition: opacity .5s linear, transform .5s
}

.fs-checkpoint[data-checkpoint-animation=zoom-out-down].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=zoom-out-left].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=zoom-out-right].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=zoom-out-up].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=zoom-out].fs-checkpoint-active {
    opacity: 1
}

.fs-checkpoint[data-checkpoint-animation=zoom-out] {
    transform: translateY(0) scale(1.25)
}

.fs-checkpoint[data-checkpoint-animation=zoom-out-up] {
    transform: translateY(50px) scale(1.25)
}

.fs-checkpoint[data-checkpoint-animation=zoom-out-down] {
    transform: translateY(-50px) scale(1.25)
}

.fs-checkpoint[data-checkpoint-animation=zoom-out-down].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=zoom-out-up].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=zoom-out].fs-checkpoint-active {
    transform: translateY(0) scale(1)
}

.fs-checkpoint[data-checkpoint-animation=zoom-out-left] {
    transform: translateX(-50px) scale(1.25)
}

.fs-checkpoint[data-checkpoint-animation=zoom-out-right] {
    transform: translateX(50px) scale(1.25)
}

.fs-checkpoint[data-checkpoint-animation=zoom-out-left].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=zoom-out-right].fs-checkpoint-active {
    transform: translateX(0) scale(1)
}

.fs-checkpoint[data-checkpoint-animation=flip-down],
.fs-checkpoint[data-checkpoint-animation=flip-left],
.fs-checkpoint[data-checkpoint-animation=flip-right],
.fs-checkpoint[data-checkpoint-animation=flip-up] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity .5s linear, transform .5s
}

.fs-checkpoint[data-checkpoint-animation=flip-up] {
    transform: perspective(3000px) rotateX(-91deg)
}

.fs-checkpoint[data-checkpoint-animation=flip-down] {
    transform: perspective(3000px) rotateX(91deg)
}

.fs-checkpoint[data-checkpoint-animation=flip-down].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=flip-up].fs-checkpoint-active {
    transform: perspective(3000px) rotateX(0)
}

.fs-checkpoint[data-checkpoint-animation=flip-left] {
    transform: perspective(3000px) rotateY(91deg)
}

.fs-checkpoint[data-checkpoint-animation=flip-right] {
    transform: perspective(3000px) rotateY(-91deg)
}

.fs-checkpoint[data-checkpoint-animation=flip-left].fs-checkpoint-active,
.fs-checkpoint[data-checkpoint-animation=flip-right].fs-checkpoint-active {
    transform: perspective(3000px) rotateY(0)
}

/*! formstone v1.4.22 [lightbox.css] 2021-10-01 | GPL-3.0 License | formstone.it */
.fs-lightbox {
    width: 200px;
    height: 200px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 101;
    opacity: 0;
    margin: 0 auto;
    transform: translateZ(0)
}

.fs-lightbox,
.fs-lightbox :not(input):not(textarea) {
    box-sizing: border-box;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.fs-lightbox-fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto
}

.fs-lightbox-animating {
    transition: height .25s, width .25s, opacity .25s linear, top .25s
}

.fs-lightbox-animating .fs-lightbox-content,
.fs-lightbox-animating .fs-lightbox-control,
.fs-lightbox-animating .fs-lightbox-meta,
.fs-lightbox-animating .fs-lightbox-thumbnails,
.fs-lightbox-animating .fs-lightbox-tools {
    transition: opacity .25s linear .25s, visibility .25s linear .25s
}

.fs-lightbox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    opacity: 0;
    transition: opacity .25s linear
}

.fs-lightbox-open {
    opacity: 1
}

.fs-lightbox-overlay.fs-lightbox-open {
    opacity: .75
}

.fs-lightbox-close {
    border: none;
    position: absolute;
    z-index: 105;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0
}

.fs-lightbox-container {
    width: 100%;
    height: 100%;
    z-index: 103;
    overflow: hidden
}

.fs-lightbox-container:after {
    clear: both;
    content: '';
    display: table
}

.fs-lightbox-content {
    width: 100%;
    background: #fff;
    opacity: 1;
    overflow: hidden;
    padding: 0;
    visibility: visible
}

.fs-lightbox-content:after {
    clear: both;
    content: '';
    display: table
}

.fs-lightbox-inline .fs-lightbox-content {
    width: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.fs-lightbox-iframed .fs-lightbox-content {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.fs-lightbox-mobile .fs-lightbox-image_container {
    width: 1px;
    height: 1px;
    position: absolute;
    margin: 0;
    transform: translate3D(0, 0, 0)
}

.fs-lightbox-image {
    display: block
}

.fs-lightbox-mobile .fs-lightbox-image {
    position: relative;
    transform: translate(0, 0)
}

.fs-lightbox-video {
    width: 100%;
    height: 100%
}

.fs-lightbox-iframe {
    width: 100%;
    height: 100%;
    border: none;
    overflow: auto
}

.fs-lightbox-meta {
    opacity: 1;
    clear: both;
    visibility: visible
}

.fs-lightbox-control {
    border: none;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 105;
    cursor: pointer;
    display: block;
    margin-right: auto;
    margin-left: auto;
    opacity: 1;
    visibility: visible;
    white-space: nowrap
}

.fs-lightbox-control_previous {
    left: 0
}

.fs-lightbox-control_next {
    right: 0
}

.fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox:hover .fs-lightbox-control_disabled {
    opacity: 0;
    visibility: hidden
}

.fs-lightbox-caption:after {
    clear: both;
    content: '';
    display: table
}

.fs-lightbox-toggle {
    border: none;
    padding: 0;
    display: none
}

.fs-lightbox-thumbnails {
    height: 60px;
    clear: both;
    overflow: hidden;
    padding: 0
}

.fs-lightbox-thumbnail_container {
    height: 80px;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 30px;
    text-align: center;
    white-space: nowrap
}

.fs-lightbox-thumbnail_item {
    width: 50px;
    height: 50px;
    position: relative;
    background: 0 0;
    border: none;
    display: inline-block;
    margin: 0 10px 0 0;
    opacity: .25;
    overflow: hidden;
    padding: 0;
    transition: opacity .25s linear
}

.fs-lightbox-thumbnail_item:last-child {
    margin: 0
}

.fs-lightbox-thumbnail_item img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    display: block;
    transform: translateY(-50%)
}

.fs-lightbox-thumbnail_item.fs-lightbox-active,
.no-touchevents .fs-lightbox-thumbnail_item:hover {
    opacity: 1
}

.fs-lightbox-loading .fs-lightbox-content,
.fs-lightbox-loading .fs-lightbox-control,
.fs-lightbox-loading .fs-lightbox-meta,
.fs-lightbox-loading .fs-lightbox-thumbnails,
.fs-lightbox-loading .fs-lightbox-tools {
    opacity: 0;
    transition: opacity .25s linear, visibility .25s linear;
    visibility: hidden
}

.fs-lightbox-loading .fs-lightbox-loading_icon,
.fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-thumbnails,
.fs-lightbox-ready.fs-lightbox-loading .fs-lightbox-tools {
    opacity: 1;
    visibility: visible
}

.fs-lightbox-mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #111;
    border-radius: 0
}

.fs-lightbox-mobile .fs-lightbox-container {
    position: static;
    background: #111
}

.fs-lightbox-mobile .fs-lightbox-content {
    height: 100%;
    background-color: #111
}

.fs-lightbox-mobile .fs-lightbox-tools {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #111
}

.fs-lightbox-mobile .fs-lightbox-controls {
    text-align: center
}

.fs-lightbox-mobile .fs-lightbox-control {
    opacity: 1;
    visibility: visible
}

.no-touchevents .fs-lightbox-mobile .fs-lightbox-control,
.no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control {
    visibility: visible
}

.fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox-mobile .fs-lightbox-control_disabled,
.no-touchevents .fs-lightbox-mobile:hover .fs-lightbox-control_disabled {
    cursor: default !important;
    opacity: 0;
    visibility: hidden
}

.fs-lightbox-mobile .fs-lightbox-position {
    color: #999
}

.fs-lightbox-mobile .fs-lightbox-caption p {
    color: #eee
}

.fs-lightbox-mobile.fs-lightbox-iframe .fs-lightbox-content,
.fs-lightbox-mobile.fs-lightbox-inline .fs-lightbox-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
    width: auto;
    position: static;
    background: 0 0
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 105;
    background-color: #111
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-toggle {
    display: inline-block;
    margin: 0 5px
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
    width: 100%;
    height: 80%;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 104;
    background: #222;
    transform: translate(0, 100%);
    transition: transform .25s, opacity .25s linear .25s, visibility .25s linear .25s
}

.fs-lightbox-touch.fs-lightbox-caption_open .fs-lightbox-meta {
    transform: translate(0, 0)
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnails {
    width: 100%;
    height: 70px;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 104;
    background: #111;
    transform: translate(0, 100%);
    transition: transform .25s, opacity .25s linear .25s, visibility .25s linear .25s
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-thumbnail_container {
    height: 100px
}

.fs-lightbox-touch.fs-lightbox-thumbnails_open .fs-lightbox-thumbnails {
    transform: translate(0, 0)
}

.fs-lightbox-lock {
    overflow: hidden !important
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-container,
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-content {
    overflow: visible
}

.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-content {
    position: relative
}

.fs-lightbox .fs-viewer {
    top: 0;
    bottom: 0
}

.fs-lightbox .fs-viewer,
.fs-lightbox .fs-viewer .fs-viewer-wrapper {
    height: auto;
    width: auto;
    position: absolute;
    right: 0;
    left: 0;
    background: #111
}

.fs-lightbox .fs-viewer .fs-viewer-wrapper {
    top: 0;
    bottom: 0
}

.fs-lightbox .fs-viewer .fs-viewer-loading_icon {
    display: none !important
}

.fs-lightbox .fs-viewer .fs-viewer-viewport {
    top: 5px;
    right: 15px;
    bottom: 15px;
    left: 15px
}

.fs-lightbox .fs-viewer .fs-viewer-controls {
    position: absolute;
    bottom: 10px
}

/*! formstone v1.4.22 [navigation.css] 2021-10-01 | GPL-3.0 License | formstone.it */
.fs-navigation,
.fs-navigation *,
.fs-navigation :after,
.fs-navigation :before,
.fs-navigation:after,
.fs-navigation:before {
    box-sizing: border-box;
    transition: none;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.fs-navigation-toggle-nav.fs-navigation-enabled {
    display: none
}

.fs-navigation-toggle-nav.fs-navigation-open {
    display: block
}

.fs-navigation-toggle-handle.fs-navigation-enabled {
    border: none;
    padding: 0;
    width: 100%;
    cursor: pointer;
    display: block
}

.fs-navigation-overlay-nav.fs-navigation-enabled,
.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled {
    width: 270px;
    height: 100%;
    height: calc(100% + 60px);
    position: fixed;
    top: 0;
    background: #fff;
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.fs-navigation-push-nav.fs-navigation-enabled,
.fs-navigation-reveal-nav.fs-navigation-enabled {
    visibility: hidden;
    z-index: 0
}

.fs-navigation-reveal-nav.fs-navigation-animated {
    transition: visibility 1ms linear .2s
}

.fs-navigation-overlay-nav.fs-navigation-animated,
.fs-navigation-push-nav.fs-navigation-animated {
    transition: transform .2s, visibility 1ms linear .2s
}

.fs-navigation-overlay-left-nav.fs-navigation-enabled,
.fs-navigation-push-left-nav.fs-navigation-enabled,
.fs-navigation-reveal-left-nav.fs-navigation-enabled {
    left: 0
}

.fs-navigation-overlay-right-nav.fs-navigation-enabled,
.fs-navigation-push-right-nav.fs-navigation-enabled,
.fs-navigation-reveal-right-nav.fs-navigation-enabled {
    right: 0
}

.fs-navigation-overlay-left-nav.fs-navigation-enabled,
.fs-navigation-push-left-nav.fs-navigation-enabled {
    transform: translate3D(-270px, 0, 0)
}

.fs-navigation-overlay-right-nav.fs-navigation-enabled,
.fs-navigation-push-right-nav.fs-navigation-enabled {
    transform: translate3D(270px, 0, 0)
}

.fs-navigation-overlay-nav.fs-navigation-enabled {
    z-index: 3
}

.fs-navigation-reveal-nav.fs-navigation-open {
    visibility: visible;
    transition: visibility 1ms
}

.fs-navigation-overlay-nav.fs-navigation-open,
.fs-navigation-push-nav.fs-navigation-open {
    transform: translate3D(0, 0, 0);
    transition: transform .2s, visibility 1ms;
    visibility: visible
}

.fs-navigation-overlay-handle.fs-navigation-enabled,
.fs-navigation-push-handle.fs-navigation-enabled {
    border: none;
    padding: 0;
    cursor: pointer;
    display: block
}

.fs-navigation-overlay-content:before {
    width: 100%;
    height: 100%;
    height: calc(100% + 60px);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, .75);
    content: '';
    display: block;
    opacity: 0;
    transition: opacity .2s, visibility .2s;
    visibility: hidden
}

.fs-navigation-overlay-content.fs-navigation-open:before {
    opacity: 1;
    visibility: visible
}

.fs-navigation-push-content.fs-navigation-enabled,
.fs-navigation-reveal-content.fs-navigation-enabled {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    transform: translate3D(0, 0, 0)
}

.fs-navigation-push-content.fs-navigation-animated,
.fs-navigation-reveal-content.fs-navigation-animated {
    transition: transform .2s
}

.fs-navigation-push-left-content.fs-navigation-open,
.fs-navigation-reveal-left-content.fs-navigation-open {
    transform: translateX(270px)
}

.fs-navigation-push-right-content.fs-navigation-open,
.fs-navigation-reveal-right-content.fs-navigation-open {
    transform: translateX(-270px)
}

.fs-navigation-handle.fs-navigation-enabled {
    border: none;
    padding: 0
}

.fs-navigation-lock {
    overflow: hidden !important
}

/*! formstone v1.4.22 [tabs.css] 2021-10-01 | GPL-3.0 License | formstone.it */
.fs-tabs.fs-tabs-enabled:after {
    clear: both;
    content: '';
    display: table
}

.fs-tabs-tab.fs-tabs-enabled {
    box-sizing: border-box;
    border: none;
    cursor: pointer
}

.fs-tabs-content.fs-tabs-enabled {
    box-sizing: border-box;
    display: none
}

.fs-tabs-content.fs-tabs-enabled:after {
    clear: both;
    content: '';
    display: table
}

.fs-tabs-content.fs-tabs-active {
    display: block
}

.fs-tabs-tab.fs-tabs-mobile,
.fs-tabs-tab_mobile,
.fs-tabs-tab_mobile.fs-tabs-active {
    display: none
}

.fs-tabs-tab_mobile.fs-tabs-mobile,
.fs-tabs-tab_mobile.fs-tabs-mobile.fs-tabs-active {
    display: block
}

.fs-lightbox {
    background: #214274;
    color: #fff
}

.fs-lightbox-container {
    position: relative;
    background: #143269
}

.fs-lightbox-container:after {
    position: absolute;
    background: linear-gradient(to bottom, rgba(17, 71, 52, 0) 0, #214274 100%);
    height: 30px;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    pointer-events: none
}

.fs-lightbox-content {
    height: 100%
}

.fs-lightbox-close {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    height: 60px;
    width: 60px;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 20px
}

.fs-lightbox-overlay {
    background: #ffe800
}

.fs-lightbox.fs-lightbox-mobile .fs-lightbox-container,
.fs-lightbox.fs-lightbox-mobile .fs-lightbox-overlay {
    background: #214274
}

.fs-lightbox.fs-lightbox-mobile .fs-lightbox-container:after {
    display: none
}

.fs-lightbox.fs-lightbox-mobile .fs-lightbox-content {
    background: #214274;
    overflow-y: auto
}

:root {
    --scroll-margin: 75px;
    --content-border-radius: 15px;
    --content-border-radius-small: 10px;
    --block-spacing: 60px;
    --block-spacing-large: 80px
}

[id] {
    scroll-margin-top: var(--scroll-margin)
}

.icon {
    font-size: 10px
}

.contact .contact_form_control:before,
.icon:before {
    content: ' ';
    vertical-align: middle;
    display: inline-block;
    background-image: url(../../../themes/cfg/public/images/sprite.svg);
    background-repeat: no-repeat;
    background-size: 43em 72.1em
}

.no-svg .contact .contact_form_control:before,
.no-svg .icon:before {
    background-image: url(https://bluegiantfinancellc.org/finances/wp-content/themes/cfg/public/images/sprite.png)
}

.icon.arrow_left:before {
    background-position: -.5em -.5em;
    width: 2.5em;
    height: 1.9em
}

.icon.arrow_right:before {
    background-position: -.5em -3.4em;
    width: 2.5em;
    height: 1.9em
}

.icon.footer_eol:before {
    background-position: -.5em -6.3em;
    width: 3.1em;
    height: 3.1em
}

.contact .contact_form_control:before,
.icon.form_arrow:before {
    background-position: -.5em -10.4em;
    width: 1em;
    height: 1.4em
}

.icon.logo_icon:before {
    background-position: -.5em -12.8em;
    width: 6.6em;
    height: 6.6em
}

.icon.logo_main:before {
    background-position: -.5em -20.4em;
    width: 42em;
    height: 7.3em
}

.icon.logo_white:before {
    background-position: -.5em -28.7em;
    width: 42em;
    height: 7.3em
}

.icon.nav_close:before {
    background-position: -.5em -37em;
    width: 2.6em;
    height: 2.6em
}

.icon.nav_handle:before {
    background-position: -.5em -40.6em;
    width: 2.6em;
    height: 2.6em
}

.icon.quote:before {
    background-position: -.5em -44.2em;
    width: 5.6em;
    height: 4.2em
}

.icon.search_handle:before {
    background-position: -.5em -49.4em;
    width: 1.8em;
    height: 1.8em
}

.icon.social_color_facebook:before {
    background-position: -.5em -52.2em;
    width: 2.4em;
    height: 2.4em
}

.icon.social_color_linkedin:before {
    background-position: -.5em -55.6em;
    width: 2.4em;
    height: 2.4em
}

.icon.social_color_twitter:before {
    background-position: -.5em -59em;
    width: 2.4em;
    height: 2.4em
}

.icon.social_white_facebook:before {
    background-position: -.5em -62.4em;
    width: 2.4em;
    height: 2.4em
}

.icon.social_white_linkedin:before {
    background-position: -.5em -65.8em;
    width: 2.4em;
    height: 2.4em
}

.icon.social_white_twitter:before {
    background-position: -.5em -69.2em;
    width: 2.4em;
    height: 2.4em
}

.fs-grid .fs-row {
    max-width: 1300px
}

embed,
iframe {
    border: none
}

.screen-reader-text {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important
}

.responsive_image img {
    display: block;
    width: 100%
}

.map_wrapper,
.video_wrapper {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%
}

.map_wrapper embed,
.map_wrapper iframe,
.video_wrapper embed,
.video_wrapper iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.map_wrapper {
    padding-bottom: 60%
}

@media only screen and (min-width:980px) {
    :root {
        --scroll-margin: 110px;
        --block-spacing: 100px;
        --block-spacing-large: 120px
    }

    .map_wrapper {
        padding-bottom: 100%
    }
}

:focus {
    outline: 0
}

body,
html {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    width: 100%;
    min-width: 320px;
    background: #f7f7f7;
    color: #111;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: clip
}

body.locked,
html.locked {
    overflow: clip !important
}

html[lang=en] {
    margin-top: 0 !important
}

a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

button,
input[type=button],
input[type=submit] {
    background: 0 0;
    border: none;
    border-radius: 0
}

figure {
    margin: 0
}

blockquote {
    margin: 0;
    padding: 0
}

.page_wrapper {
    position: relative;
    overflow: hidden;
    background: #fff
}

.page_anchor {
    scroll-margin-top: var(--scroll-margin)
}

.clear {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.screenreader {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important
}

.js .js-hide,
.no-js .js-show {
    display: none
}

.no-svg .has_svg,
.svg .no_svg {
    display: none !important
}

.header {
    position: sticky;
    height: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10
}

.header_wrapper {
    background: #fff;
    box-shadow: 0 0 5px rgba(17, 17, 17, .2);
    padding: 15px 0;
    transition: background .15s linear, box-shadow .15s linear, padding .15s
}

@media only screen and (min-width:740px) {
    :root {
        --content-border-radius: 20px;
        --block-spacing-large: 100px
    }

    .fs-grid .fs-row {
        width: calc(100% - 60px)
    }

    .header_wrapper {
        padding: 15px 0
    }
}

@media only screen and (min-width:980px) {
    .header_wrapper {
        padding: 25px 0;
        background-color: transparent;
        box-shadow: 0 0 5px rgba(17, 17, 17, 0)
    }

    .header_wrapper:hover {
        background-color: #fff;
        box-shadow: 0 0 5px rgba(17, 17, 17, .2)
    }
}

.header_container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between
}

.header_logo {
    position: relative
}

.header_logo .icon {
    font-size: 6px;
    transition: opacity .15s linear
}

@media only screen and (min-width:500px) {
    .header_logo .icon {
        font-size: 7px
    }
}

@media only screen and (min-width:1220px) {
    :root {
        --block-spacing-large: 140px
    }

    .header_wrapper {
        padding: 30px 0
    }

    .scrolled .header_wrapper {
        padding: 10px 0
    }

    .header_logo .icon {
        font-size: 9px
    }
}

.header_logo .logo_main {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1
}

.header_logo .logo_white {
    opacity: 0
}

.header_nav {
    display: none
}

@media only screen and (min-width:980px) {
    .scrolled .header_wrapper {
        background-color: #fff;
        box-shadow: 0 0 5px rgba(17, 17, 17, .2);
        padding: 10px 0
    }

    .header_nav {
        display: block
    }
}

.header_handle {
    color: #143269;
    display: none
}

.header_handle.fs-navigation-enabled {
    position: relative;
    color: #214274;
    font-size: 14px;
    letter-spacing: .1em;
    padding-right: 30px;
    text-transform: uppercase;
    display: block
}

.header_handle.fs-navigation-enabled .icon {
    font-size: 8px
}

.header_handle.fs-navigation-enabled .contact .contact_form_control:before,
.header_handle.fs-navigation-enabled .icon:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

@media only screen and (max-width:499px) {
    .header_handle .mobile_handle_label {
        width: 1px !important;
        height: 1px !important;
        position: absolute !important;
        clip: rect(1px, 1px, 1px, 1px) !important;
        margin: 0 !important;
        overflow: hidden !important;
        padding: 0 !important
    }
}

.alert {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    background: #214274;
    font-size: 14px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
    color: #fff
}

.alert p {
    margin: 0
}

.alert a {
    border-bottom: 1px solid transparent;
    color: #ffe800
}

.alert a:focus,
.alert a:hover {
    border-color: currentColor
}

.footer {
    position: relative;
    background-color: #f7f7f7;
    color: #4d4d4d
}

.footer .footer_row {
    padding: 60px 0
}

.footer_logo {
    display: inline-block;
    margin: 0
}

.footer_logo .icon {
    font-size: 7px
}

@media only screen and (min-width:740px) {
    .alert {
        padding: 15px
    }

    .footer_logo .icon {
        font-size: 8px
    }
}

.footer_address {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    margin: 30px 0 0
}

.footer_contact {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    margin: 30px 0 0;
    white-space: nowrap
}

.footer_contact a {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #3f7dd3
}

.footer_contact a:focus,
.footer_contact a:hover {
    color: #214274
}

.footer_nav {
    margin: 30px 0 0
}

@media only screen and (max-width:739px) {
    .footer .footer_row {
        padding: 40px 0;
        text-align: center
    }

    .footer_nav {
        display: none
    }

    .footer_disclosure .contact .contact_form_control:before,
    .footer_disclosure .icon:before {
        right: 0
    }
}

.footer_nav .menu {
    margin: 0;
    padding: 0
}

.footer_nav .menu li {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer_nav .menu a {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #4d4d4d;
    font-size: 16px
}

.footer_nav .menu a:focus,
.footer_nav .menu a:hover {
    color: #214274
}

.footer_disclosure {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    position: relative;
    font-size: 14px;
    margin: 30px 0 0;
    padding: 40px 0 0
}

.footer_disclosure .contact .contact_form_control:before,
.footer_disclosure .icon:before {
    position: absolute;
    top: 0;
    left: 0;
    margin: auto
}

@media only screen and (min-width:740px) {
    .footer_disclosure {
        margin: 30px 5% 0 0;
        padding: 0 0 0 50px
    }

    .footer_disclosure .contact .contact_form_control:before,
    .footer_disclosure .icon:before {
        bottom: 2px
    }
}

.footer_copyright {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: rgba(17, 17, 17, .6);
    font-size: 14px;
    margin: 30px 0 0
}

.footer_social {
    margin: 30px 0 0
}

.footer_social .social_links {
    justify-content: center
}

.footer_social .social_links .social_link {
    margin: 0 2px
}

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

    .footer_address,
    .footer_nav,
    .footer_social {
        margin-top: 0
    }

    .footer_contact {
        margin-top: 20px
    }
}

.footer_newsletter {
    position: relative;
    background: #214274;
    padding: 40px 0
}

@media only screen and (min-width:740px) {
    .footer_social .social_links {
        justify-content: flex-end
    }

    .footer_social .social_links .social_link {
        margin: 0 0 0 6px
    }

    .footer_newsletter {
        padding: 60px 0
    }
}

@media only screen and (max-width:979px) {
    .footer_newsletter .footer_newsletter_header {
        margin: 0 0 30px;
        text-align: center
    }
}

@media only screen and (min-width:980px) {
    .footer_logo .icon {
        font-size: 9px
    }

    .footer_newsletter .footer_newsletter_container {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .footer_newsletter .footer_newsletter_header {
        flex: 0 0 49%;
        margin: 0
    }

    .footer_newsletter .footer_newsletter_form {
        flex: 0 0 49%
    }
}

.footer_newsletter .footer_newsletter_heading {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3;
    color: #ffe800;
    margin: 0
}

@media only screen and (min-width:740px) {
    .footer_newsletter .footer_newsletter_heading {
        font-size: 24px
    }
}

.footer_newsletter .footer_newsletter_intro {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    color: #111;
    margin: 5px 0 0
}

.footer_newsletter .footer_newsletter_form .gform_confirmation_message {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    color: #fff
}

.footer_newsletter .footer_newsletter_form .gform_wrapper .ginput_recaptcha {
    padding-top: 20px
}

.footer_newsletter .footer_newsletter_form .gform_wrapper .gform_validation_errors {
    flex: 0 0 100%;
    margin: 0 0 15px
}

.footer_newsletter .footer_newsletter_form .gform_wrapper .validation_message {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important
}

.footer_newsletter .footer_newsletter_form .gform_wrapper.gform_validation_error .gform_body,
.footer_newsletter .footer_newsletter_form .gform_wrapper.gform_validation_error .gform_footer {
    border-color: #900
}

@media only screen and (min-width:500px) {
    .footer_newsletter .footer_newsletter_form .gform_wrapper form {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start
    }

    .footer_newsletter .footer_newsletter_form .gform_wrapper .gform_footer {
        margin: 0 0 0 20px
    }
}

.footer_newsletter .footer_newsletter_form .gform_wrapper .gform_body {
    flex-grow: 1
}

@media only screen and (max-width:499px) {
    .footer_newsletter .footer_newsletter_form .gform_wrapper .gform_footer {
        justify-content: center
    }
}

.footer_newsletter .footer_newsletter_form .gform_wrapper .gfield {
    margin: 0
}

.footer_newsletter .footer_newsletter_form .gform_wrapper label {
    color: #ffe800
}

.footer_newsletter .footer_newsletter_form .gform_wrapper input[type=email],
.footer_newsletter .footer_newsletter_form .gform_wrapper input[type=text] {
    height: 46px;
    border-color: #fff;
    color: #fff;
    line-height: 46px
}

.footer_newsletter .footer_newsletter_form .gform_wrapper input[type=email]::-moz-placeholder,
.footer_newsletter .footer_newsletter_form .gform_wrapper input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, .6)
}

.footer_newsletter .footer_newsletter_form .gform_wrapper input[type=email]:-ms-input-placeholder,
.footer_newsletter .footer_newsletter_form .gform_wrapper input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6)
}

.footer_newsletter .footer_newsletter_form .gform_wrapper input[type=email]::placeholder,
.footer_newsletter .footer_newsletter_form .gform_wrapper input[type=text]::placeholder {
    color: rgba(255, 255, 255, .6)
}

.footer_newsletter .footer_newsletter_form .gform_wrapper .gform_page_footer input.button,
.footer_newsletter .footer_newsletter_form .gform_wrapper button.button,
.footer_newsletter .footer_newsletter_form .gform_wrapper input[type=submit] {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: rgba(255, 255, 255, .1);
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none
}

.footer_newsletter .footer_newsletter_form .gform_wrapper .gform_page_footer input.button,
.footer_newsletter .footer_newsletter_form .gform_wrapper .gform_page_footer input.button:active,
.footer_newsletter .footer_newsletter_form .gform_wrapper .gform_page_footer input.button:focus,
.footer_newsletter .footer_newsletter_form .gform_wrapper .gform_page_footer input.button:hover,
.footer_newsletter .footer_newsletter_form .gform_wrapper .gform_page_footer input.button:link,
.footer_newsletter .footer_newsletter_form .gform_wrapper .gform_page_footer input.button:visited,
.footer_newsletter .footer_newsletter_form .gform_wrapper button.button,
.footer_newsletter .footer_newsletter_form .gform_wrapper button.button:active,
.footer_newsletter .footer_newsletter_form .gform_wrapper button.button:focus,
.footer_newsletter .footer_newsletter_form .gform_wrapper button.button:hover,
.footer_newsletter .footer_newsletter_form .gform_wrapper button.button:link,
.footer_newsletter .footer_newsletter_form .gform_wrapper button.button:visited,
.footer_newsletter .footer_newsletter_form .gform_wrapper input[type=submit],
.footer_newsletter .footer_newsletter_form .gform_wrapper input[type=submit]:active,
.footer_newsletter .footer_newsletter_form .gform_wrapper input[type=submit]:focus,
.footer_newsletter .footer_newsletter_form .gform_wrapper input[type=submit]:hover,
.footer_newsletter .footer_newsletter_form .gform_wrapper input[type=submit]:link,
.footer_newsletter .footer_newsletter_form .gform_wrapper input[type=submit]:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

.footer_newsletter .footer_newsletter_form .gform_wrapper .gform_page_footer input.button:focus,
.footer_newsletter .footer_newsletter_form .gform_wrapper .gform_page_footer input.button:hover,
.footer_newsletter .footer_newsletter_form .gform_wrapper button.button:focus,
.footer_newsletter .footer_newsletter_form .gform_wrapper button.button:hover,
.footer_newsletter .footer_newsletter_form .gform_wrapper input[type=submit]:focus,
.footer_newsletter .footer_newsletter_form .gform_wrapper input[type=submit]:hover {
    background-color: #fff;
    border-color: #fff;
    color: #111
}

.speedbump {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: rgba(17, 17, 17, .7);
    box-shadow: 0 0 15px rgba(17, 17, 17, .2);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity .15s linear, visibility .15s linear;
    will-change: opacity, visibility
}

.speedbump.open {
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

.speedbump.open .speedbump_container {
    transform: translate(0, 0)
}

.speedbump .speedbump_container {
    max-width: 700px;
    width: 90%;
    background: #fff;
    border-radius: var(--content-border-radius);
    padding: 50px 40px 40px;
    text-align: center;
    transform: translate(0, 10px);
    transition: transform .15s
}

.speedbump .speedbump_container p {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3;
    color: #3f7dd3;
    margin: 0 0 30px
}

.speedbump .speedbump_close {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #333;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px
}

.speedbump .speedbump_close,
.speedbump .speedbump_close:active,
.speedbump .speedbump_close:focus,
.speedbump .speedbump_close:hover,
.speedbump .speedbump_close:link,
.speedbump .speedbump_close:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

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

    .footer_newsletter .footer_newsletter_form .gform_wrapper .gform_page_footer input.button,
    .footer_newsletter .footer_newsletter_form .gform_wrapper button.button,
    .footer_newsletter .footer_newsletter_form .gform_wrapper input[type=submit] {
        font-size: 16px;
        padding: 16px 34px
    }

    .speedbump .speedbump_container p {
        font-size: 24px
    }

    .speedbump .speedbump_close {
        font-size: 16px;
        padding: 16px 34px
    }
}

.speedbump .speedbump_close:focus,
.speedbump .speedbump_close:hover {
    background-color: #eaeaea;
    border-color: #eaeaea;
    color: #111
}

.speedbump .speedbump_continue {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #111;
    border: 2px solid #111;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px
}

.speedbump .speedbump_continue,
.speedbump .speedbump_continue:active,
.speedbump .speedbump_continue:focus,
.speedbump .speedbump_continue:hover,
.speedbump .speedbump_continue:link,
.speedbump .speedbump_continue:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

@media only screen and (min-width:740px) {
    .speedbump .speedbump_continue {
        font-size: 16px;
        padding: 16px 34px
    }
}

.speedbump .speedbump_continue:focus,
.speedbump .speedbump_continue:hover {
    background-color: #214274;
    border-color: #214274;
    color: #fff
}

.social_links {
    display: flex
}

.social_links .social_link {
    display: block;
    position: relative;
    height: 34px;
    width: 34px;
    flex: 0 0 34px;
    background: 0 0;
    border-radius: 100%
}

.social_links .social_link.facebook {
    background: #4267b2
}

.social_links .social_link.twitter {
    background: #1da1f2
}

.social_links .social_link.linkedin {
    background: #2867b2
}

.social_links .social_link.pinterest {
    background: #e60023
}

.social_links .social_link.youtube {
    background: red
}

.social_links .social_link.blogger {
    background: #f57d00
}

.social_links .social_link:hover {
    background: #111
}

.social_links .social_link .icon {
    font-size: 7px
}

.social_links .social_link .contact .contact_form_control:before,
.social_links .social_link .icon:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

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

.header li {
    margin: 0;
    padding: 0
}

.header a {
    display: block
}

.header .menu {
    display: flex;
    justify-content: flex-end
}

.header .main_nav .menu {
    margin-right: -20px
}

.header .main_nav .menu>li {
    position: relative
}

.header .main_nav .menu>li>a {
    display: block;
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #111;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    padding: 15px 20px
}

.header .main_nav .menu>li>a:focus,
.header .main_nav .menu>li>a:hover {
    color: #25946b
}

.header .main_nav .menu>li.menu-item-has-children>a:after {
    display: inline-block;
    position: relative;
    height: 8px;
    width: 8px;
    top: -4px;
    right: -5px;
    border-right: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    border-radius: 2px;
    content: '';
    margin: 0 0 0 5px;
    transform: rotate(45deg)
}

.header .main_nav .menu>li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0)
}

.header .main_nav .menu>li.menu-item-has-children:hover .sub-menu .sub-menu {
    transform: none
}

.header .main_nav .menu>li.current-menu-ancestor>a,
.header .main_nav .menu>li.current-menu-item>a {
    color: #25946b
}

.header .main_nav .sub-menu {
    position: absolute;
    width: 300px;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(17, 17, 17, .15);
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: opacity .15s linear, visibility .15s linear, transform .15s
}

.header .main_nav .sub-menu li {
    margin: 0
}

.header .main_nav .sub-menu li a {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #333;
    font-size: 16px;
    padding: 5px
}

.header .main_nav .sub-menu li a:focus,
.header .main_nav .sub-menu li a:hover {
    color: #25946b
}

.header .utility_nav {
    padding-top: 5px
}

.header .utility_nav .menu {
    margin-right: -20px
}

.header .utility_nav .menu>li {
    position: relative
}

.header .utility_nav .menu>li>a {
    display: block;
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #214274;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .15em;
    margin: 0;
    padding: 10px 20px;
    text-transform: uppercase
}

.header .utility_nav .menu>li>a:focus,
.header .utility_nav .menu>li>a:hover {
    color: #ffe800
}

.header.theme_dark .main_nav .menu>li>a {
    color: #fff
}

.header.theme_dark .main_nav .menu>li>a:focus,
.header.theme_dark .main_nav .menu>li>a:hover {
    color: #25946b
}

.header.theme_dark .utility_nav .menu>li>a {
    color: #fff
}

.header.theme_dark .utility_nav .menu>li>a:focus,
.header.theme_dark .utility_nav .menu>li>a:hover {
    color: #25946b
}

.header.theme_dark:hover .main_nav .menu>li>a,
.scrolled .header.theme_dark .main_nav .menu>li>a {
    color: #111
}

.header.theme_dark:hover .main_nav .menu>li>a:focus,
.header.theme_dark:hover .main_nav .menu>li>a:hover,
.scrolled .header.theme_dark .main_nav .menu>li>a:focus,
.scrolled .header.theme_dark .main_nav .menu>li>a:hover {
    color: #25946b
}

.header.theme_dark:hover .utility_nav .menu>li>a,
.scrolled .header.theme_dark .utility_nav .menu>li>a {
    color: #214274
}

.header.theme_dark:hover .utility_nav .menu>li>a:focus,
.header.theme_dark:hover .utility_nav .menu>li>a:hover,
.scrolled .header.theme_dark .utility_nav .menu>li>a:focus,
.scrolled .header.theme_dark .utility_nav .menu>li>a:hover {
    color: #25946b
}

.fs-navigation-overlay-content.fs-navigation-enabled:before {
    z-index: 14;
    background: rgba(17, 17, 17, .8)
}

.nav_tray {
    display: none
}

.nav_tray,
.nav_tray.fs-navigation-enabled {
    z-index: 15;
    padding: 0 0 80px
}

.nav_tray.fs-navigation-enabled {
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    width: 80%;
    max-width: 400px;
    background: #214274
}

.nav_tray.fs-navigation-overlay-right-nav {
    transform: translate3D(101%, 0, 0)
}

.nav_tray.fs-navigation-open {
    box-shadow: 0 0 10px rgba(17, 17, 17, .3);
    transform: translate3D(0, 0, 0)
}

.nav_tray .main_nav {
    margin: 20px 0 40px;
    padding: 0
}

.nav_tray .main_nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.nav_tray .main_nav ul ul {
    border: none;
    padding: 0 0 10px
}

.nav_tray .main_nav li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin: 0;
    padding: 10px 0
}

.nav_tray .main_nav li li {
    border: none;
    padding: 0 0 0 20px
}

.nav_tray .main_nav li li a {
    font-size: 14px;
    padding: 10px
}

.nav_tray .main_nav a {
    position: relative;
    display: block;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.2;
    padding: 15px 60px 15px 30px;
    text-transform: capitalize
}

.nav_tray .main_nav .current-menu-item>a {
    color: #ffe800
}

.nav_tray .main_nav .toggle_handle {
    position: absolute;
    height: 100%;
    width: 50px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.nav_tray .main_nav .toggle_handle:after {
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    content: "";
    margin: auto;
    transform: rotate(-90deg);
    transition: transform .15s
}

.nav_tray .main_nav .toggle_handle.fs-swap-active:after {
    transform: rotate(0)
}

.nav_tray .main_nav ul.sub-menu.fs-swap-enabled {
    overflow: hidden;
    height: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: opacity .15s linear, visibility .15s linear, transform .15s
}

.nav_tray .main_nav ul.sub-menu.fs-swap-active {
    height: auto;
    padding: 5px 0 10px;
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0)
}

.nav_tray .utility_nav {
    margin: 0 0 40px;
    padding: 0
}

.nav_tray .utility_nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.nav_tray .utility_nav li {
    margin: 0;
    padding: 0 0 5px
}

.nav_tray .utility_nav a {
    display: block;
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: .15em;
    margin: 0;
    padding: 10px 30px;
    text-transform: uppercase
}

.mobile_social {
    margin: auto 30px 20px
}

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

.mobile_social .social_links .social_link {
    margin: 0 10px 0 0
}

.gform_anchor {
    scroll-margin-top: var(--scroll-margin)
}

.gform_confirmation_message {
    color: #ffe800;
    font-size: 20px
}

.gform_wrapper form,
.gravityform_container form {
    padding: 0
}

.gform_wrapper .gform_fields,
.gravityform_container .gform_fields {
    margin: 0;
    padding: 0
}

.gform_wrapper .gfield,
.gravityform_container .gfield {
    position: relative;
    width: 100%;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin: 0 0 25px;
    padding: 0;
    clear: both
}

.gform_wrapper .gfield.gform_hidden,
.gravityform_container .gfield.gform_hidden {
    margin: 0
}

.gform_wrapper .gfield:before,
.gravityform_container .gfield:before {
    display: none
}

.gform_wrapper .gfield_html p,
.gravityform_container .gfield_html p {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    margin: 0 0 10px
}

.gform_wrapper h2,
.gform_wrapper h3,
.gform_wrapper h4,
.gravityform_container h2,
.gravityform_container h3,
.gravityform_container h4 {
    margin: 0
}

.gform_wrapper .gform_footer,
.gravityform_container .gform_footer {
    display: flex;
    align-items: center;
    clear: both;
    margin: 30px 0 0
}

.gform_wrapper label,
.gravityform_container label {
    display: block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #111;
    font-size: 14px;
    margin: 0
}

.gform_wrapper .hidden_label>label,
.gravityform_container .hidden_label>label {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important
}

.gform_wrapper .ginput_complex label,
.gravityform_container .ginput_complex label {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    margin: 5px 0 0;
    text-transform: uppercase
}

.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper select,
.gform_wrapper textarea,
.gravityform_container input[type=email],
.gravityform_container input[type=tel],
.gravityform_container input[type=text],
.gravityform_container input[type=url],
.gravityform_container select,
.gravityform_container textarea {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    width: 100%;
    height: 50px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #999;
    color: #111;
    font-size: 16px;
    line-height: 1.4;
    padding: 14px 0
}

.gform_wrapper input[type=email],
.gform_wrapper input[type=email]:active,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=email]:hover,
.gform_wrapper input[type=email]:link,
.gform_wrapper input[type=email]:visited,
.gform_wrapper input[type=tel],
.gform_wrapper input[type=tel]:active,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=tel]:hover,
.gform_wrapper input[type=tel]:link,
.gform_wrapper input[type=tel]:visited,
.gform_wrapper input[type=text],
.gform_wrapper input[type=text]:active,
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=text]:hover,
.gform_wrapper input[type=text]:link,
.gform_wrapper input[type=text]:visited,
.gform_wrapper input[type=url],
.gform_wrapper input[type=url]:active,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=url]:hover,
.gform_wrapper input[type=url]:link,
.gform_wrapper input[type=url]:visited,
.gform_wrapper select,
.gform_wrapper select:active,
.gform_wrapper select:focus,
.gform_wrapper select:hover,
.gform_wrapper select:link,
.gform_wrapper select:visited,
.gform_wrapper textarea,
.gform_wrapper textarea:active,
.gform_wrapper textarea:focus,
.gform_wrapper textarea:hover,
.gform_wrapper textarea:link,
.gform_wrapper textarea:visited,
.gravityform_container input[type=email],
.gravityform_container input[type=email]:active,
.gravityform_container input[type=email]:focus,
.gravityform_container input[type=email]:hover,
.gravityform_container input[type=email]:link,
.gravityform_container input[type=email]:visited,
.gravityform_container input[type=tel],
.gravityform_container input[type=tel]:active,
.gravityform_container input[type=tel]:focus,
.gravityform_container input[type=tel]:hover,
.gravityform_container input[type=tel]:link,
.gravityform_container input[type=tel]:visited,
.gravityform_container input[type=text],
.gravityform_container input[type=text]:active,
.gravityform_container input[type=text]:focus,
.gravityform_container input[type=text]:hover,
.gravityform_container input[type=text]:link,
.gravityform_container input[type=text]:visited,
.gravityform_container input[type=url],
.gravityform_container input[type=url]:active,
.gravityform_container input[type=url]:focus,
.gravityform_container input[type=url]:hover,
.gravityform_container input[type=url]:link,
.gravityform_container input[type=url]:visited,
.gravityform_container select,
.gravityform_container select:active,
.gravityform_container select:focus,
.gravityform_container select:hover,
.gravityform_container select:link,
.gravityform_container select:visited,
.gravityform_container textarea,
.gravityform_container textarea:active,
.gravityform_container textarea:focus,
.gravityform_container textarea:hover,
.gravityform_container textarea:link,
.gravityform_container textarea:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

.gform_wrapper input[type=email]::-moz-placeholder,
.gform_wrapper input[type=tel]::-moz-placeholder,
.gform_wrapper input[type=text]::-moz-placeholder,
.gform_wrapper input[type=url]::-moz-placeholder,
.gform_wrapper select::-moz-placeholder,
.gform_wrapper textarea::-moz-placeholder,
.gravityform_container input[type=email]::-moz-placeholder,
.gravityform_container input[type=tel]::-moz-placeholder,
.gravityform_container input[type=text]::-moz-placeholder,
.gravityform_container input[type=url]::-moz-placeholder,
.gravityform_container select::-moz-placeholder,
.gravityform_container textarea::-moz-placeholder {
    color: rgba(17, 17, 17, .4)
}

.gform_wrapper input[type=email]:-ms-input-placeholder,
.gform_wrapper input[type=tel]:-ms-input-placeholder,
.gform_wrapper input[type=text]:-ms-input-placeholder,
.gform_wrapper input[type=url]:-ms-input-placeholder,
.gform_wrapper select:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder,
.gravityform_container input[type=email]:-ms-input-placeholder,
.gravityform_container input[type=tel]:-ms-input-placeholder,
.gravityform_container input[type=text]:-ms-input-placeholder,
.gravityform_container input[type=url]:-ms-input-placeholder,
.gravityform_container select:-ms-input-placeholder,
.gravityform_container textarea:-ms-input-placeholder {
    color: rgba(17, 17, 17, .4)
}

.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=url]::placeholder,
.gform_wrapper select::placeholder,
.gform_wrapper textarea::placeholder,
.gravityform_container input[type=email]::placeholder,
.gravityform_container input[type=tel]::placeholder,
.gravityform_container input[type=text]::placeholder,
.gravityform_container input[type=url]::placeholder,
.gravityform_container select::placeholder,
.gravityform_container textarea::placeholder {
    color: rgba(17, 17, 17, .4)
}

.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus,
.gravityform_container input[type=email]:focus,
.gravityform_container input[type=tel]:focus,
.gravityform_container input[type=text]:focus,
.gravityform_container input[type=url]:focus,
.gravityform_container select:focus,
.gravityform_container textarea:focus {
    border-color: #214274
}

.gform_wrapper textarea,
.gravityform_container textarea {
    min-height: 200px;
    line-height: 1.4
}

.gform_wrapper select,
.gravityform_container select {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    width: 100%;
    height: 50px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAQCAYAAACr+QluAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAARqADAAQAAAABAAAAEAAAAAD6vhhJAAAAnklEQVRYCe3XzQmAMAwF4Gwg3tzGCRxCB9CLU4qenUb0eQgIFfGnKSSx8Cjk0LTfKSUiqpARKZAUq0aTIUWjrz1yHDAhMyKN06DHgrSIipUCh1E6FSKHS0riqEVhHwkc9SgSOGZQYuKYQ4mBYxblC455lDc4blCe4LhDuYPjFuUKxz3KGU6P4v73UTfm82Ni7zwhrz9KSJuhVIZlG5UNHeMzz+CBG9QAAAAASUVORK5CYII=) right center/35px 8px no-repeat;
    border: none;
    border-bottom: 1px solid #999;
    color: #111;
    font-size: 16px;
    line-height: 1.4;
    padding: 14px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.gform_wrapper select,
.gform_wrapper select:active,
.gform_wrapper select:focus,
.gform_wrapper select:hover,
.gform_wrapper select:link,
.gform_wrapper select:visited,
.gravityform_container select,
.gravityform_container select:active,
.gravityform_container select:focus,
.gravityform_container select:hover,
.gravityform_container select:link,
.gravityform_container select:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

.gform_wrapper select::-moz-placeholder,
.gravityform_container select::-moz-placeholder {
    color: rgba(17, 17, 17, .4)
}

.gform_wrapper select:-ms-input-placeholder,
.gravityform_container select:-ms-input-placeholder {
    color: rgba(17, 17, 17, .4)
}

.gform_wrapper select::placeholder,
.gravityform_container select::placeholder {
    color: rgba(17, 17, 17, .4)
}

.gform_wrapper select:focus,
.gravityform_container select:focus {
    border-color: #214274
}

.gform_wrapper .gform_page_footer input.button,
.gform_wrapper button.button,
.gform_wrapper input[type=submit],
.gravityform_container .gform_page_footer input.button,
.gravityform_container button.button,
.gravityform_container input[type=submit] {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #111;
    border: 2px solid #111;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    clear: both;
    cursor: pointer;
    margin: 0;
    text-transform: uppercase
}

.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input.button:active,
.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input.button:link,
.gform_wrapper .gform_page_footer input.button:visited,
.gform_wrapper button.button,
.gform_wrapper button.button:active,
.gform_wrapper button.button:focus,
.gform_wrapper button.button:hover,
.gform_wrapper button.button:link,
.gform_wrapper button.button:visited,
.gform_wrapper input[type=submit],
.gform_wrapper input[type=submit]:active,
.gform_wrapper input[type=submit]:focus,
.gform_wrapper input[type=submit]:hover,
.gform_wrapper input[type=submit]:link,
.gform_wrapper input[type=submit]:visited,
.gravityform_container .gform_page_footer input.button,
.gravityform_container .gform_page_footer input.button:active,
.gravityform_container .gform_page_footer input.button:focus,
.gravityform_container .gform_page_footer input.button:hover,
.gravityform_container .gform_page_footer input.button:link,
.gravityform_container .gform_page_footer input.button:visited,
.gravityform_container button.button,
.gravityform_container button.button:active,
.gravityform_container button.button:focus,
.gravityform_container button.button:hover,
.gravityform_container button.button:link,
.gravityform_container button.button:visited,
.gravityform_container input[type=submit],
.gravityform_container input[type=submit]:active,
.gravityform_container input[type=submit]:focus,
.gravityform_container input[type=submit]:hover,
.gravityform_container input[type=submit]:link,
.gravityform_container input[type=submit]:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

.gform_wrapper .gform_page_footer input.button:focus,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper button.button:focus,
.gform_wrapper button.button:hover,
.gform_wrapper input[type=submit]:focus,
.gform_wrapper input[type=submit]:hover,
.gravityform_container .gform_page_footer input.button:focus,
.gravityform_container .gform_page_footer input.button:hover,
.gravityform_container button.button:focus,
.gravityform_container button.button:hover,
.gravityform_container input[type=submit]:focus,
.gravityform_container input[type=submit]:hover {
    background-color: #214274;
    border-color: #214274;
    color: #fff
}

.gform_wrapper .gfield:after,
.gravityform_container .gfield:after {
    width: 100%;
    content: "";
    display: table
}

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

    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper button.button,
    .gform_wrapper input[type=submit],
    .gravityform_container .gform_page_footer input.button,
    .gravityform_container button.button,
    .gravityform_container input[type=submit] {
        font-size: 16px;
        padding: 16px 34px
    }

    .gform_wrapper .gfield .ginput_complex>span,
    .gform_wrapper .gfield.split_left,
    .gform_wrapper .gfield.split_right,
    .gravityform_container .gfield .ginput_complex>span,
    .gravityform_container .gfield.split_left,
    .gravityform_container .gfield.split_right {
        width: 48%;
        clear: none
    }

    .gform_wrapper .gfield .ginput_complex>span:nth-child(odd),
    .gform_wrapper .gfield.split_left,
    .gravityform_container .gfield .ginput_complex>span:nth-child(odd),
    .gravityform_container .gfield.split_left {
        float: left;
        clear: left
    }

    .gform_wrapper .gfield .ginput_complex>span:nth-child(even),
    .gform_wrapper .gfield.split_right,
    .gravityform_container .gfield .ginput_complex>span:nth-child(even),
    .gravityform_container .gfield.split_right {
        float: right
    }

    .gform_wrapper .gfield .ginput_complex span,
    .gravityform_container .gfield .ginput_complex span {
        margin-bottom: 10px
    }

    .gform_wrapper .gfield .ginput_complex>span.address_line_1,
    .gform_wrapper .gfield .ginput_complex>span.address_line_2,
    .gravityform_container .gfield .ginput_complex>span.address_line_1,
    .gravityform_container .gfield .ginput_complex>span.address_line_2 {
        width: 100%;
        clear: left;
        margin-right: 0
    }

    .gform_wrapper .gfield .ginput_complex>span.address_city,
    .gravityform_container .gfield .ginput_complex>span.address_city {
        width: 48%;
        clear: left;
        margin-right: 4%
    }

    .gform_wrapper .gfield .ginput_complex>span.address_state,
    .gravityform_container .gfield .ginput_complex>span.address_state {
        width: 30%;
        clear: none;
        float: left;
        margin-right: 4%
    }

    .gform_wrapper .gfield .ginput_complex>span.address_zip,
    .gravityform_container .gfield .ginput_complex>span.address_zip {
        width: 14%;
        clear: none;
        float: right
    }

    .gform_wrapper .gfield .ginput_complex>span.name_first,
    .gform_wrapper .gfield .ginput_complex>span.name_last,
    .gform_wrapper .gfield .ginput_complex>span.name_prefix,
    .gform_wrapper .gfield .ginput_complex>span.name_suffix,
    .gravityform_container .gfield .ginput_complex>span.name_first,
    .gravityform_container .gfield .ginput_complex>span.name_last,
    .gravityform_container .gfield .ginput_complex>span.name_prefix,
    .gravityform_container .gfield .ginput_complex>span.name_suffix {
        width: 27%;
        clear: none;
        float: left;
        margin: 0 4% 0 0
    }

    .gform_wrapper .gfield .ginput_complex>span.name_prefix,
    .gform_wrapper .gfield .ginput_complex>span.name_suffix,
    .gravityform_container .gfield .ginput_complex>span.name_prefix,
    .gravityform_container .gfield .ginput_complex>span.name_suffix {
        width: 17%
    }

    .gform_wrapper .gfield .ginput_complex>span.name_suffix,
    .gravityform_container .gfield .ginput_complex>span.name_suffix {
        float: right;
        margin: 0
    }

    .gform_wrapper .gfield.half,
    .gravityform_container .gfield.half {
        float: left;
        width: 48.25%;
        clear: none;
        margin-right: 3.5%
    }

    .gform_wrapper .gfield.half.end,
    .gravityform_container .gfield.half.end {
        float: right;
        margin-right: 0
    }

    .gform_wrapper .gfield.third,
    .gravityform_container .gfield.third {
        float: left;
        width: 31%;
        clear: none;
        margin-right: 3.5%
    }

    .gform_wrapper .gfield.third.end,
    .gravityform_container .gfield.third.end {
        float: right;
        margin-right: 0
    }

    .gform_wrapper .ginput_container_creditcard .ginput_full,
    .gravityform_container .ginput_container_creditcard .ginput_full {
        width: 48%;
        clear: none
    }

    .gform_wrapper .ginput_container_creditcard .ginput_full:nth-child(1),
    .gravityform_container .ginput_container_creditcard .ginput_full:nth-child(1) {
        float: left
    }

    .gform_wrapper .ginput_container_creditcard .ginput_full:nth-child(2),
    .gravityform_container .ginput_container_creditcard .ginput_full:nth-child(2) {
        float: right
    }
}

.gform_wrapper .gfield_description,
.gravityform_container .gfield_description {
    display: block;
    color: #999;
    font-size: 12px;
    margin: -5px 0 10px
}

.gform_wrapper .gfield_required,
.gravityform_container .gfield_required {
    display: inline-block;
    overflow: hidden;
    height: 6px;
    width: 6px;
    background: #ffe800;
    border-radius: 100%;
    margin-left: 5px;
    vertical-align: super
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li,
.gravityform_container .gfield_checkbox li,
.gravityform_container .gfield_radio li {
    margin: 5px 0
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label,
.gravityform_container .gfield_checkbox label,
.gravityform_container .gfield_radio label {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 0 10px;
    text-transform: none
}

.gform_wrapper .gfield_checkbox input,
.gform_wrapper .gfield_radio input,
.gravityform_container .gfield_checkbox input,
.gravityform_container .gfield_radio input {
    position: relative;
    top: 1px
}

.gform_wrapper .gform_validation_container,
.gravityform_container .gform_validation_container {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important
}

.gform_wrapper .gform_validation_errors,
.gravityform_container .gform_validation_errors {
    width: 100%;
    background: #900;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 25px;
    padding: 10px;
    text-align: center
}

.gform_wrapper .validation_message,
.gravityform_container .validation_message {
    color: #900;
    clear: both;
    font-size: 12px;
    margin: 5px 0 0;
    text-align: left;
    text-transform: uppercase
}

.gform_wrapper .gfield_error input[type=email],
.gform_wrapper .gfield_error input[type=tel],
.gform_wrapper .gfield_error input[type=text],
.gform_wrapper .gfield_error input[type=url],
.gform_wrapper .gfield_error textarea,
.gravityform_container .gfield_error input[type=email],
.gravityform_container .gfield_error input[type=tel],
.gravityform_container .gfield_error input[type=text],
.gravityform_container .gfield_error input[type=url],
.gravityform_container .gfield_error textarea {
    border-color: #900
}

.gform_wrapper .gfield_error .validation_message,
.gravityform_container .gfield_error .validation_message {
    color: #900
}

.gform_wrapper .gform_ajax_spinner,
.gravityform_container .gform_ajax_spinner {
    display: block;
    width: 30px;
    height: 30px;
    border: 4px solid rgba(17, 71, 52, .4);
    border-left-color: #214274;
    -webkit-animation: 1.1s linear infinite gform_spinner;
    animation: 1.1s linear infinite gform_spinner;
    border-radius: 50%;
    margin: 0 -50px 0 20px
}

@-webkit-keyframes gform_spinner {
    0% {
        transform: rotate(0)
    }

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

@keyframes gform_spinner {
    0% {
        transform: rotate(0)
    }

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

.page_header.basic {
    margin-bottom: 60px;
    padding-top: 140px;
    text-align: center
}

@media only screen and (min-width:740px) {
    .page_header.basic {
        padding-top: 160px
    }
}

.page_header.basic .page_header_label {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
    display: block;
    color: #214274;
    margin: 0 0 20px
}

.page_header.basic .page_header_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 1.3;
    color: #111;
    margin: 0
}

@media only screen and (min-width:740px) {
    .page_header.basic .page_header_title {
        font-size: 36px
    }
}

@media only screen and (min-width:980px) {
    .header.theme_dark .logo_main {
        opacity: 0
    }

    .header.theme_dark .logo_white,
    .header.theme_dark:hover .logo_main,
    .scrolled .header.theme_dark .logo_main {
        opacity: 1
    }

    .header.theme_dark:hover .logo_white,
    .scrolled .header.theme_dark .logo_white {
        opacity: 0
    }

    .gform_wrapper .gfield .ginput_complex span,
    .gravityform_container .gfield .ginput_complex span {
        margin-bottom: 30px
    }

    .page_header.basic {
        margin-bottom: 80px;
        padding-top: 200px
    }

    .page_header.basic .page_header_title {
        font-size: 40px
    }
}

.page_header.basic .page_header_title strong {
    color: #a0c2cf;
    font-weight: 600
}

.page_header.basic .page_header_intro {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    margin: 20px 0 0
}

.page_header.basic .page_header_intro p {
    margin: 0
}

.page_header.basic .page_header_intro p+p {
    margin: 20px 0 0
}

.page_header.basic .page_header_intro a {
    border-bottom: 1px solid rgba(17, 71, 52, .4);
    color: #214274
}

.page_header.basic .page_header_intro a:focus,
.page_header.basic .page_header_intro a:hover {
    border-color: inherit;
    color: #214274
}

.page_header.basic .page_header_link {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #111;
    border: 2px solid #111;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    margin: 30px 0 0
}

.page_header.basic .page_header_link,
.page_header.basic .page_header_link:active,
.page_header.basic .page_header_link:focus,
.page_header.basic .page_header_link:hover,
.page_header.basic .page_header_link:link,
.page_header.basic .page_header_link:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

.page_header.basic .page_header_link:focus,
.page_header.basic .page_header_link:hover {
    background-color: #214274;
    border-color: #214274;
    color: #fff
}

.page_header.billboard {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 75vh;
    background: #111;
    padding: 140px 0 80px
}

@media only screen and (min-width:740px) {
    .page_header.basic .page_header_link {
        font-size: 16px;
        padding: 16px 34px
    }

    .page_header.billboard {
        padding: 180px 0 100px
    }
}

.page_header.billboard:after {
    background: linear-gradient(to bottom, rgba(17, 17, 17, .5) 0, rgba(17, 17, 17, 0) 100%);
    position: fixed;
    height: 140px;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    content: '';
    pointer-events: none
}

.page_header.billboard .page_header_media img {
    max-width: none;
    max-height: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.page_header.billboard .page_header_media:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(17, 17, 17, .3) 40%, rgba(17, 17, 17, .8) 100%);
    content: '';
    text-shadow: 0 0 20px rgba(17, 17, 17, .8)
}

.page_header.billboard .page_header_row {
    position: relative;
    z-index: 1
}

.page_header.billboard .page_header_label {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
    display: block;
    color: #fff;
    margin: 0 0 20px
}

.page_header.billboard .page_header_title {
    font-size: 54px;
    line-height: 1.2;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    margin: 0
}

@media only screen and (min-width:740px) {
    .page_header.billboard .page_header_title {
        font-size: 74px
    }
}

@media only screen and (min-width:980px) {
    .page_header.billboard {
        padding: 240px 0 140px
    }

    .page_header.billboard .page_header_title {
        font-size: 94px
    }
}

.page_header.billboard .page_header_title strong {
    color: #ffe800;
    font-weight: 400
}

.page_header.billboard .page_header_intro {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    margin: 20px 0 0
}

.page_header.billboard .page_header_intro p {
    margin: 0
}

.page_header.billboard .page_header_intro p+p {
    margin: 20px 0 0
}

.page_header.billboard .page_header_link {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: rgba(255, 255, 255, .1);
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    margin: 30px 0 0
}

.page_header.billboard .page_header_link,
.page_header.billboard .page_header_link:active,
.page_header.billboard .page_header_link:focus,
.page_header.billboard .page_header_link:hover,
.page_header.billboard .page_header_link:link,
.page_header.billboard .page_header_link:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

.page_header.billboard .page_header_link:focus,
.page_header.billboard .page_header_link:hover {
    background-color: #fff;
    border-color: #fff;
    color: #111
}

.page_header.hidden {
    padding: 70px 0 0
}

@media only screen and (min-width:500px) {
    .page_header.hidden {
        padding: 80px 0 0
    }
}

@media only screen and (min-width:980px) {
    .page_header.hidden {
        padding: 140px 0 0
    }
}

@media only screen and (min-width:1220px) {
    .page_header.hidden {
        padding: 150px 0 0
    }
}

.wp-block-acfab-region {
    color: #111
}

.wp-block-acfab-region .wp-block-buttons {
    margin: 30px 0 0
}

.wp-block-acfab-region .wp-block-button {
    display: inline-block;
    margin: 0 10px 10px 0
}

.wp-block-acfab-region .wp-block-button__link {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #111;
    border: 2px solid #111;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none
}

.wp-block-acfab-region .wp-block-button__link,
.wp-block-acfab-region .wp-block-button__link:active,
.wp-block-acfab-region .wp-block-button__link:focus,
.wp-block-acfab-region .wp-block-button__link:hover,
.wp-block-acfab-region .wp-block-button__link:link,
.wp-block-acfab-region .wp-block-button__link:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

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

    .page_header.billboard .page_header_link,
    .wp-block-acfab-region .wp-block-button__link {
        font-size: 16px;
        padding: 16px 34px
    }
}

.wp-block-acfab-region .wp-block-button__link:focus,
.wp-block-acfab-region .wp-block-button__link:hover {
    background-color: #214274;
    border-color: #214274;
    color: #fff
}

.wp-block-acfab-region .wp-block-group {
    clear: both;
    padding: 60px 0
}

.wp-block-acfab-region .wp-block-group.is-style-gray {
    background: #f7f7f7
}

.wp-block-acfab-region .wp-block-group.is-style-slate {
    background: #a0c2cf
}

.wp-block-acfab-region .wp-block-group>:not(:empty):not(.acf_align_full):not(.wp-block-group) {
    width: 96%;
    width: calc(98% - 40px);
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:740px) {
    .wp-block-acfab-region .wp-block-group>:not(:empty):not(.acf_align_full):not(.wp-block-group) {
        max-width: 948px;
        width: calc(81.25% - 50px)
    }
}

.wp-block-acfab-region .wp-block-group>:not(:empty):not(.acf_align_full):not(.wp-block-group):first-child {
    margin-top: var(--block-margin)
}

.wp-block-acfab-region .wp-block-group>:not(:empty):not(.acf_align_full):not(.wp-block-group):last-child {
    margin-bottom: var(--block-margin)
}

.wp-block-acfab-region .wp-block-embed {
    margin: 60px 0
}

.wp-block-acfab-region .wp-block-embed.is-type-video .wp-block-embed__wrapper {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%
}

.wp-block-acfab-region .wp-block-embed.is-type-video .wp-block-embed__wrapper embed,
.wp-block-acfab-region .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.wp-block-acfab-region p.is-style-intro {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 1.6
}

@media only screen and (min-width:740px) {
    .wp-block-acfab-region p.is-style-intro {
        font-size: 22px
    }
}

.wp-block-acfab-region .acf_align_full {
    clear: both
}

.wp-block-acfab-region>:not(:empty):not(.acf_align_full):not(.wp-block-group) {
    width: 96%;
    width: calc(98% - 40px);
    margin-left: auto;
    margin-right: auto
}

@media only screen and (min-width:740px) {
    .wp-block-acfab-region>:not(:empty):not(.acf_align_full):not(.wp-block-group) {
        max-width: 948px;
        width: calc(81.25% - 50px)
    }
}

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

    .wp-block-acfab-region .wp-block-group>:not(:empty):not(.acf_align_full):not(.wp-block-group),
    .wp-block-acfab-region>:not(:empty):not(.acf_align_full):not(.wp-block-group) {
        max-width: 948px;
        width: calc(73.5% - 50px)
    }
}

.wp-block-acfab-region>:first-child:not(:empty):not(.acf_align_full):not(.wp-block-group) {
    margin-top: 60px
}

.wp-block-acfab-region>:last-child:not(:empty):not(.acf_align_full):not(.wp-block-group) {
    margin-bottom: 60px
}

@media only screen and (min-width:980px) {
    .wp-block-acfab-region .wp-block-group {
        padding: 80px 0
    }

    .wp-block-acfab-region p.is-style-intro {
        font-size: 24px
    }

    .wp-block-acfab-region>:first-child:not(:empty):not(.acf_align_full):not(.wp-block-group) {
        margin-top: 80px
    }

    .wp-block-acfab-region>:last-child:not(:empty):not(.acf_align_full):not(.wp-block-group) {
        margin-bottom: 80px
    }
}

.wp-block-acfab-region>.acf_align_full+:not(:empty):not(.acf_align_full):not(.wp-block-group) {
    margin-top: 60px
}

.wp-block-acfab-region>:not(:empty):not(.acf_align_full):not(.wp-block-group)+.acf_align_full {
    margin-top: 60px
}

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

    .wp-block-acfab-region>.acf_align_full+:not(:empty):not(.acf_align_full):not(.wp-block-group),
    .wp-block-acfab-region>:not(:empty):not(.acf_align_full):not(.wp-block-group)+.acf_align_full {
        margin-top: 80px
    }
}

.wp-block-acfab-region>:empty {
    margin: 0
}

.wp-block-acfab-region .has-text-align-center {
    text-align: center
}

.wp-block-acfab-region .has-text-align-right {
    text-align: right
}

.editor-writing-flow p,
.page_content p,
.wp-block-acfab-region p {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8
}

.editor-writing-flow a,
.page_content a,
.wp-block-acfab-region a {
    border-bottom: 1px solid rgba(17, 71, 52, .4);
    color: #214274
}

.editor-writing-flow a:focus,
.editor-writing-flow a:hover,
.page_content a:focus,
.page_content a:hover,
.wp-block-acfab-region a:focus,
.wp-block-acfab-region a:hover {
    border-color: inherit;
    color: #214274
}

.editor-writing-flow hr,
.page_content hr,
.wp-block-acfab-region hr {
    border: 1px solid #ccc;
    border-width: 1px 0 0;
    margin: 20px 0
}

.editor-writing-flow h1,
.editor-writing-flow h2,
.editor-writing-flow h3,
.editor-writing-flow h4,
.editor-writing-flow h5,
.editor-writing-flow h6,
.page_content h1,
.page_content h2,
.page_content h3,
.page_content h4,
.page_content h5,
.page_content h6,
.wp-block-acfab-region h1,
.wp-block-acfab-region h2,
.wp-block-acfab-region h3,
.wp-block-acfab-region h4,
.wp-block-acfab-region h5,
.wp-block-acfab-region h6 {
    margin: 40px 0 20px
}

.editor-writing-flow h1.is-style-primary,
.editor-writing-flow h2.is-style-primary,
.editor-writing-flow h3.is-style-primary,
.editor-writing-flow h4.is-style-primary,
.editor-writing-flow h5.is-style-primary,
.editor-writing-flow h6.is-style-primary,
.page_content h1.is-style-primary,
.page_content h2.is-style-primary,
.page_content h3.is-style-primary,
.page_content h4.is-style-primary,
.page_content h5.is-style-primary,
.page_content h6.is-style-primary,
.wp-block-acfab-region h1.is-style-primary,
.wp-block-acfab-region h2.is-style-primary,
.wp-block-acfab-region h3.is-style-primary,
.wp-block-acfab-region h4.is-style-primary,
.wp-block-acfab-region h5.is-style-primary,
.wp-block-acfab-region h6.is-style-primary {
    color: #ffe800
}

.editor-writing-flow h1,
.page_content h1,
.wp-block-acfab-region h1 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 42px;
    line-height: 1.3;
    color: #111
}

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

    .editor-writing-flow h1,
    .page_content h1,
    .wp-block-acfab-region h1 {
        font-size: 52px
    }
}

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

    .editor-writing-flow h1,
    .page_content h1,
    .wp-block-acfab-region h1 {
        font-size: 62px
    }
}

.editor-writing-flow h2,
.page_content h2,
.wp-block-acfab-region h2 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 1.3;
    color: #111
}

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

    .editor-writing-flow h2,
    .page_content h2,
    .wp-block-acfab-region h2 {
        font-size: 36px
    }
}

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

    .editor-writing-flow h2,
    .page_content h2,
    .wp-block-acfab-region h2 {
        font-size: 40px
    }
}

.editor-writing-flow h3,
.page_content h3,
.wp-block-acfab-region h3 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3
}

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

    .editor-writing-flow h3,
    .page_content h3,
    .wp-block-acfab-region h3 {
        font-size: 24px
    }
}

.editor-writing-flow h4,
.page_content h4,
.wp-block-acfab-region h4 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 1.3;
    color: #111
}

.editor-writing-flow h5,
.page_content h5,
.wp-block-acfab-region h5 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #111
}

.editor-writing-flow h6,
.page_content h6,
.wp-block-acfab-region h6 {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
    color: #111
}

.editor-writing-flow ol,
.editor-writing-flow ul,
.page_content ol,
.page_content ul,
.wp-block-acfab-region ol,
.wp-block-acfab-region ul {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    list-style: none;
    margin: 20px 0;
    padding: 0 0 0 20px
}

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

    .editor-writing-flow ol,
    .editor-writing-flow ul,
    .page_content ol,
    .page_content ul,
    .wp-block-acfab-region ol,
    .wp-block-acfab-region ul {
        margin: 25px 0
    }

    .editor-writing-flow ol.is-style-columned,
    .editor-writing-flow ul.is-style-columned,
    .page_content ol.is-style-columned,
    .page_content ul.is-style-columned,
    .wp-block-acfab-region ol.is-style-columned,
    .wp-block-acfab-region ul.is-style-columned {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 5%;
        column-gap: 5%
    }
}

.editor-writing-flow li,
.page_content li,
.wp-block-acfab-region li {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    position: relative;
    line-height: 1.4;
    margin: 10px 0 0
}

.editor-writing-flow ul li:before,
.page_content ul li:before,
.wp-block-acfab-region ul li:before {
    position: absolute;
    height: 6px;
    width: 6px;
    top: 9px;
    left: -18px;
    background: #111;
    border-radius: 100%;
    content: ""
}

.editor-writing-flow ol,
.page_content ol,
.wp-block-acfab-region ol {
    counter-reset: li
}

.editor-writing-flow ol li:before,
.page_content ol li:before,
.wp-block-acfab-region ol li:before {
    position: absolute;
    top: 0;
    right: 100%;
    color: #214274;
    content: counter(li);
    counter-increment: li;
    padding-right: 10px;
    text-align: right
}

.editor-writing-flow ol.is-style-columned,
.editor-writing-flow ul.is-style-columned,
.page_content ol.is-style-columned,
.page_content ul.is-style-columned,
.wp-block-acfab-region ol.is-style-columned,
.wp-block-acfab-region ul.is-style-columned {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0
}

.editor-writing-flow ol.is-style-columned li,
.editor-writing-flow ul.is-style-columned li,
.page_content ol.is-style-columned li,
.page_content ul.is-style-columned li,
.wp-block-acfab-region ol.is-style-columned li,
.wp-block-acfab-region ul.is-style-columned li {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin: 0 0 10px
}

.editor-writing-flow ol.is-style-columned li:before,
.editor-writing-flow ul.is-style-columned li:before,
.page_content ol.is-style-columned li:before,
.page_content ul.is-style-columned li:before,
.wp-block-acfab-region ol.is-style-columned li:before,
.wp-block-acfab-region ul.is-style-columned li:before {
    display: none
}

.editor-writing-flow blockquote,
.page_content blockquote,
.wp-block-acfab-region blockquote {
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    border-left: 6px solid rgba(17, 17, 17, .1);
    clear: both;
    margin: 40px 0;
    padding: 0 0 0 25px
}

.editor-writing-flow blockquote p,
.page_content blockquote p,
.wp-block-acfab-region blockquote p {
    color: #214274;
    font-size: 26px;
    line-height: 1.4;
    margin: 0 0 10px
}

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

    .editor-writing-flow ol.is-style-columned li,
    .editor-writing-flow ul.is-style-columned li,
    .page_content ol.is-style-columned li,
    .page_content ul.is-style-columned li,
    .wp-block-acfab-region ol.is-style-columned li,
    .wp-block-acfab-region ul.is-style-columned li {
        margin: 0 0 12px
    }

    .editor-writing-flow blockquote,
    .page_content blockquote,
    .wp-block-acfab-region blockquote {
        padding: 0 0 0 35px
    }

    .editor-writing-flow blockquote p,
    .page_content blockquote p,
    .wp-block-acfab-region blockquote p {
        font-size: 28px
    }
}

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

    .editor-writing-flow blockquote,
    .page_content blockquote,
    .wp-block-acfab-region blockquote {
        margin: 60px 0
    }

    .editor-writing-flow blockquote p,
    .page_content blockquote p,
    .wp-block-acfab-region blockquote p {
        font-size: 30px
    }
}

.editor-writing-flow blockquote cite,
.page_content blockquote cite,
.wp-block-acfab-region blockquote cite {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    font-style: normal
}

.editor-writing-flow .table_wrapper,
.page_content .table_wrapper,
.wp-block-acfab-region .table_wrapper {
    position: relative
}

.editor-writing-flow .table_wrapper table,
.page_content .table_wrapper table,
.wp-block-acfab-region .table_wrapper table {
    width: 100%;
    min-width: 400px;
    margin: 0
}

@media only screen and (max-width:739px) {

    .editor-writing-flow .table_wrapper,
    .page_content .table_wrapper,
    .wp-block-acfab-region .table_wrapper {
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .editor-writing-flow .table_wrapper .table_wrapper_inner,
    .page_content .table_wrapper .table_wrapper_inner,
    .wp-block-acfab-region .table_wrapper .table_wrapper_inner {
        overflow-y: auto
    }

    .editor-writing-flow .table_wrapper:after,
    .page_content .table_wrapper:after,
    .wp-block-acfab-region .table_wrapper:after {
        position: absolute;
        background: linear-gradient(to right, rgba(17, 17, 17, 0) 0, rgba(17, 17, 17, .25) 100%);
        height: 100%;
        width: 30px;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
        pointer-events: none
    }
}

.editor-writing-flow table,
.page_content table,
.wp-block-acfab-region table {
    margin-top: 20px;
    margin-bottom: 20px
}

.editor-writing-flow table th,
.page_content table th,
.wp-block-acfab-region table th {
    background: #ffe800;
    color: #fff;
    line-height: 1;
    padding: 15px;
    text-align: left;
    text-transform: uppercase
}

.editor-writing-flow table td,
.page_content table td,
.wp-block-acfab-region table td {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px
}

.editor-writing-flow img,
.page_content img,
.wp-block-acfab-region img {
    max-width: 100%;
    height: auto
}

.editor-writing-flow .aligncenter,
.editor-writing-flow .aligncenter img,
.editor-writing-flow .alignleft,
.editor-writing-flow .alignleft img,
.editor-writing-flow .alignright,
.editor-writing-flow .alignright img,
.editor-writing-flow .alignwide,
.editor-writing-flow .alignwide img,
.page_content .aligncenter,
.page_content .aligncenter img,
.page_content .alignleft,
.page_content .alignleft img,
.page_content .alignright,
.page_content .alignright img,
.page_content .alignwide,
.page_content .alignwide img,
.wp-block-acfab-region .aligncenter,
.wp-block-acfab-region .aligncenter img,
.wp-block-acfab-region .alignleft,
.wp-block-acfab-region .alignleft img,
.wp-block-acfab-region .alignright,
.wp-block-acfab-region .alignright img,
.wp-block-acfab-region .alignwide,
.wp-block-acfab-region .alignwide img {
    display: block
}

.editor-writing-flow .alignleft,
.editor-writing-flow .alignright,
.page_content .alignleft,
.page_content .alignright,
.wp-block-acfab-region .alignleft,
.wp-block-acfab-region .alignright {
    max-width: 50%
}

.editor-writing-flow .aligncenter,
.editor-writing-flow .alignnone,
.page_content .aligncenter,
.page_content .alignnone,
.wp-block-acfab-region .aligncenter,
.wp-block-acfab-region .alignnone {
    margin-bottom: 20px
}

.editor-writing-flow .alignwide,
.page_content .alignwide,
.wp-block-acfab-region .alignwide {
    width: 96%;
    width: calc(98% - 40px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

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

    .editor-writing-flow .alignwide,
    .page_content .alignwide,
    .wp-block-acfab-region .alignwide {
        max-width: 948px;
        width: calc(81.25% - 50px)
    }
}

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

    .editor-writing-flow .alignwide,
    .page_content .alignwide,
    .wp-block-acfab-region .alignwide {
        max-width: 948px;
        width: calc(73.5% - 50px)
    }
}

.editor-writing-flow .alignleft,
.page_content .alignleft,
.wp-block-acfab-region .alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px
}

.editor-writing-flow .alignright,
.page_content .alignright,
.wp-block-acfab-region .alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 20px
}

.editor-writing-flow .aligncenter,
.page_content .aligncenter,
.wp-block-acfab-region .aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.editor-writing-flow .aligncenter img,
.page_content .aligncenter img,
.wp-block-acfab-region .aligncenter img {
    margin-left: auto;
    margin-right: auto
}

.editor-writing-flow .wp-caption-text,
.page_content .wp-caption-text,
.wp-block-acfab-region .wp-caption-text {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
    margin: 10px 0 0
}

.page_content>:first-child {
    margin-top: 0
}

.page_content>:last-child {
    margin-bottom: 0
}

.four-o-four {
    margin: 100px 0
}

.four-o-four h1 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #111
}

.four-o-four a {
    color: #ffe800
}

.four-o-four a,
.four-o-four a:active,
.four-o-four a:focus,
.four-o-four a:hover,
.four-o-four a:link,
.four-o-four a:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

.four-o-four a:hover {
    color: #214274
}

.post_header {
    overflow: hidden;
    position: relative;
    background: #214274;
    padding: 140px 0 80px
}

@media only screen and (min-width:740px) {
    .four-o-four {
        margin: 200px 0
    }

    .post_header {
        padding: 180px 0 100px
    }
}

.post_header:after {
    background: linear-gradient(to bottom, rgba(17, 17, 17, .5) 0, rgba(17, 17, 17, 0) 100%);
    position: fixed;
    height: 140px;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    content: '';
    pointer-events: none
}

.post_header .post_header_media img {
    max-width: none;
    max-height: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.post_header .post_header_media:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(17, 71, 52, .8);
    content: '';
    text-shadow: 0 0 20px rgba(17, 17, 17, .8)
}

.post_header .post_header_row {
    position: relative;
    z-index: 1
}

.post_header .post_header_date {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
    display: block;
    color: #fff;
    margin: 0 0 20px
}

.post_header .post_header_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 1.3;
    color: #fff;
    margin: 0
}

@media only screen and (min-width:740px) {
    .post_header .post_header_title {
        font-size: 36px
    }
}

@media only screen and (min-width:980px) {
    .post_header {
        padding: 240px 0 140px
    }

    .post_header .post_header_title {
        font-size: 40px
    }
}

.post_header .post_header_title strong {
    color: #ffe800;
    font-weight: 400
}

.post_header .post_header_intro {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    margin: 20px 0 0
}

@media only screen and (min-width:740px) {
    .post_header .post_header_intro {
        font-size: 22px
    }
}

@media only screen and (min-width:980px) {
    .post_header .post_header_intro {
        font-size: 24px
    }
}

.post_header .post_header_intro p {
    margin: 0
}

.post_header .post_header_intro p+p {
    margin: 20px 0 0
}

.post_author {
    margin: var(--block-spacing) 0
}

@media only screen and (min-width:1466px) {
    .post_author {
        margin: var(--block-spacing) 0 0
    }
}

.post_author .post_author_cell {
    display: flex;
    align-items: center
}

.post_author .post_author_media {
    overflow: hidden;
    width: 90px;
    border-radius: 10px;
    margin-right: 20px
}

.post_author .post_author_media:before {
    float: left;
    width: 1px;
    height: 100%;
    content: '';
    margin-left: -1px;
    padding-bottom: 100%
}

.post_author .post_author_media img {
    display: block;
    width: 100%
}

.post_author .post_author_name {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    border-left: 2px solid #ffe800;
    margin: 0;
    padding: 0 0 0 10px
}

.post_archive .post_list {
    margin-top: 40px;
    margin-bottom: 40px
}

.post_list_header {
    margin-bottom: 40px
}

@media only screen and (min-width:740px) {
    .post_archive .post_list {
        margin-top: 60px;
        margin-bottom: 60px
    }

    .post_list_header {
        margin-bottom: 60px
    }
}

.post_list_header .post_list_field {
    position: relative
}

.post_list_header .post_list_input {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    width: 100%;
    height: 50px;
    background: 0 0;
    border: none;
    border-bottom: 1px solid #999;
    color: #111;
    font-size: 16px;
    line-height: 1.4;
    padding: 14px 60px 14px 0
}

.post_list_header .post_list_input,
.post_list_header .post_list_input:active,
.post_list_header .post_list_input:focus,
.post_list_header .post_list_input:hover,
.post_list_header .post_list_input:link,
.post_list_header .post_list_input:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

.post_list_header .post_list_input::-moz-placeholder {
    color: rgba(17, 17, 17, .4)
}

.post_list_header .post_list_input:-ms-input-placeholder {
    color: rgba(17, 17, 17, .4)
}

.post_list_header .post_list_input::placeholder {
    color: rgba(17, 17, 17, .4)
}

.post_list_header .post_list_input:focus {
    border-color: #214274
}

.post_list_header .post_list_button {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    bottom: 0
}

.post_list_header .post_list_button .contact .contact_form_control:before,
.post_list_header .post_list_button .icon:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

@media only screen and (max-width:739px) {

    .post_list_header .post_list_filters,
    .post_list_header .post_list_search {
        margin-bottom: 20px
    }
}

.post_list_header .post_list_select {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    width: 100%;
    height: 50px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAAAQCAYAAACr+QluAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAARqADAAQAAAABAAAAEAAAAAD6vhhJAAAAnklEQVRYCe3XzQmAMAwF4Gwg3tzGCRxCB9CLU4qenUb0eQgIFfGnKSSx8Cjk0LTfKSUiqpARKZAUq0aTIUWjrz1yHDAhMyKN06DHgrSIipUCh1E6FSKHS0riqEVhHwkc9SgSOGZQYuKYQ4mBYxblC455lDc4blCe4LhDuYPjFuUKxz3KGU6P4v73UTfm82Ni7zwhrz9KSJuhVIZlG5UNHeMzz+CBG9QAAAAASUVORK5CYII=) right center/35px 8px no-repeat;
    border: none;
    border-bottom: 1px solid #999;
    color: #111;
    font-size: 16px;
    line-height: 1.4;
    padding: 14px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.post_list_header .post_list_select,
.post_list_header .post_list_select:active,
.post_list_header .post_list_select:focus,
.post_list_header .post_list_select:hover,
.post_list_header .post_list_select:link,
.post_list_header .post_list_select:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

.post_list_header .post_list_select::-moz-placeholder {
    color: rgba(17, 17, 17, .4)
}

.post_list_header .post_list_select:-ms-input-placeholder {
    color: rgba(17, 17, 17, .4)
}

.post_list_header .post_list_select::placeholder {
    color: rgba(17, 17, 17, .4)
}

.post_list_header .post_list_select:focus {
    border-color: #214274
}

.post_items {
    margin-bottom: -40px
}

.post_item {
    margin-bottom: 40px
}

.post_item .post_item_link {
    display: block;
    border: none
}

.post_item .post_item_link:focus .post_item_title,
.post_item .post_item_link:hover .post_item_title {
    color: #25946b
}

.post_item .post_item_media {
    overflow: hidden;
    background: #eaeaea;
    margin: 0 0 30px
}

@media only screen and (max-width:979px) {
    .post_item .post_item_media:before {
        float: left;
        width: 1px;
        height: 100%;
        content: '';
        margin-left: -1px;
        padding-bottom: 56.25%
    }
}

.post_item .post_item_date {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
    display: block;
    border-left: 2px solid #3f7dd3
    color: #3f7dd3
    margin: 0 0 15px;
    padding: 0 0 0 10px
}

.post_item .post_item_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
    color: #111;
    font-size: 20px;
    margin: 0
}

.post_item .post_item_title,
.post_item .post_item_title:active,
.post_item .post_item_title:focus,
.post_item .post_item_title:hover,
.post_item .post_item_title:link,
.post_item .post_item_title:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

.post_item .post_item_intro {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #111
}

.post_item .post_item_intro p {
    margin: 10px 0 0
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.pagination .page-numbers {
    display: block;
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    height: 40px;
    min-width: 40px;
    border-radius: 20px;
    color: #111;
    line-height: 40px;
    margin: 0 2px;
    padding: 0 3px;
    text-align: center
}

.pagination .page-numbers:focus,
.pagination .page-numbers:hover {
    background: #eaeaea;
    color: #111
}

.pagination .page-numbers.current,
.pagination .page-numbers.current:hover {
    background: #214274;
    color: #fff
}

.pagination .page-numbers.next .contact .contact_form_control:before,
.pagination .page-numbers.next .icon:before,
.pagination .page-numbers.prev .contact .contact_form_control:before,
.pagination .page-numbers.prev .icon:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1px;
    left: 0;
    margin: auto;
    font-size: 7px
}

.no_results {
    text-align: center
}

.service_archive .service_list {
    margin-top: 40px;
    margin-bottom: 60px
}

.service_item {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    background: #111;
    margin-bottom: 10px;
    text-shadow: 0 0 20px rgba(17, 17, 17, .6)
}

@media only screen and (min-width:740px) {
    .pagination {
        margin-top: 40px
    }

    .service_archive .service_list {
        margin-top: 60px;
        margin-bottom: 80px
    }

    .service_item {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:980px) {
    .post_item .post_item_media:before {
        float: left;
        width: 1px;
        height: 100%;
        content: '';
        margin-left: -1px;
        padding-bottom: 100%
    }

    .service_item {
        margin-bottom: 20px
    }

    .service_item .service_item_link:before {
        float: left;
        width: 1px;
        height: 100%;
        content: '';
        margin-left: -1px;
        padding-bottom: 75%
    }
}

.service_item .service_item_link {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    border: none;
    width: 100%
}

.service_item .service_item_link:focus .service_item_body,
.service_item .service_item_link:hover .service_item_body {
    transform: translate(0, 0)
}

.service_item .service_item_link:focus .service_item_media:after,
.service_item .service_item_link:hover .service_item_media:after {
    opacity: .8
}

.service_item .service_item_media {
    display: block
}

.service_item .service_item_media img {
    max-width: none;
    max-height: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.service_item .service_item_media:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(17, 17, 17, .7);
    content: '';
    transition: opacity .15s linear
}

.service_item .service_item_body {
    position: relative;
    z-index: 1;
    width: 100%;
    flex-grow: 1;
    padding: 40px 20px 60px;
    text-align: center
}

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

    .service_item .service_item_link:focus .service_item_handle,
    .service_item .service_item_link:hover .service_item_handle {
        opacity: 1
    }

    .service_item .service_item_body {
        padding: 60px 40px;
        transform: translate(0, 40px);
        transition: transform .15s
    }
}

@media only screen and (min-width:1220px) {
    .service_item {
        margin-bottom: 25px
    }

    .service_item .service_item_body {
        padding: 80px 60px
    }
}

.service_item .service_item_icon {
    display: block;
    height: 60px;
    width: 60px;
    margin: 0 auto 15px;
    -o-object-fit: contain;
    object-fit: contain
}

.service_item .service_item_title {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 26px;
    line-height: 1.3;
    color: #fff;
    margin: 0
}

@media only screen and (min-width:740px) {
    .service_item .service_item_title {
        font-size: 30px
    }
}

@media only screen and (min-width:980px) {
    .service_item .service_item_title {
        font-size: 34px
    }
}

.service_item .service_item_intro {
    color: #fff
}

.service_item .service_item_intro p {
    margin: 20px 0 0
}

.service_item .service_item_handle {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: rgba(255, 255, 255, .1);
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    margin: 30px 0 0;
    text-shadow: none
}

.service_item .service_item_handle,
.service_item .service_item_handle:active,
.service_item .service_item_handle:focus,
.service_item .service_item_handle:hover,
.service_item .service_item_handle:link,
.service_item .service_item_handle:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

.service_item .service_item_handle:focus,
.service_item .service_item_handle:hover {
    background-color: #fff;
    border-color: #fff;
    color: #111
}

.team_header {
    margin-bottom: 60px;
    padding-top: 140px
}

@media only screen and (min-width:740px) {
    .service_item .service_item_handle {
        font-size: 16px;
        padding: 16px 34px
    }

    .team_header {
        padding-top: 160px
    }
}

@media only screen and (min-width:980px) {
    .service_item .service_item_handle {
        opacity: 0;
        background-color: #fff;
        border-color: #fff;
        color: #111
    }

    .team_header {
        margin-bottom: 80px;
        padding-top: 200px
    }
}

.team_header .team_header_media {
    max-width: 400px
}

@media only screen and (max-width:979px) {
    .team_header .team_header_media {
        margin: 0 auto 30px
    }
}

@media only screen and (min-width:740px) and (max-width:979px) {
    .team_header .team_header_media {
        margin-bottom: 50px
    }
}

.team_header .team_header_main {
    margin-bottom: 15px
}

.team_header .team_header_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3;
    color: #111;
    margin: 0
}

@media only screen and (min-width:740px) {
    .team_header .team_header_title {
        font-size: 24px
    }
}

.team_header .team_header_position {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
    display: block;
    border-left: 2px solid #ffe800;
    color: #111;
    margin: 15px 0 0;
    padding: 0 0 0 10px
}

.team_header .team_header_meta {
    margin: 30px 0
}

@media only screen and (max-width:739px) {
    .team_header .team_social_links {
        margin-top: 15px
    }

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

@media only screen and (min-width:740px) {
    .team_header .team_header_meta {
        display: flex;
        align-items: center
    }

    .team_header .team_social_links {
        margin-left: 10px
    }

    .team_header .team_header_bio {
        flex: 0 0 90%
    }
}

.team_header .team_social_links .social_link {
    margin: 0 6px 0 0
}

.team_header .team_header_link {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    border-bottom: 1px solid rgba(17, 71, 52, .4);
    color: #214274;
    line-height: 1.4
}

.team_header .team_header_link:focus,
.team_header .team_header_link:hover {
    border-color: inherit;
    color: #214274
}

.team_header .team_header_bio {
    margin: 20px 0 0
}

.brochure {
    background-color: #f7f7f7;
    padding: var(--block-spacing) 0
}

.brochure .brochure_cell {
    position: relative;
    z-index: 1
}

@media only screen and (min-width:740px) {
    .brochure .brochure_header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 20px
    }
}

.brochure .brochure_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 1.3;
    align-self: center;
    color: #111;
    margin: 0
}

@media only screen and (min-width:740px) {
    .brochure .brochure_title {
        font-size: 36px
    }
}

@media only screen and (min-width:980px) {
    .brochure .brochure_title {
        font-size: 40px
    }
}

.brochure .brochure_link {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #111;
    border: 2px solid #111;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
}

.brochure .brochure_link,
.brochure .brochure_link:active,
.brochure .brochure_link:focus,
.brochure .brochure_link:hover,
.brochure .brochure_link:link,
.brochure .brochure_link:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

.brochure .brochure_link:focus,
.brochure .brochure_link:hover {
    background-color: #214274;
    border-color: #214274;
    color: #fff
}

@media only screen and (max-width:739px) {
    .brochure .brochure_link {
        margin-top: 20px
    }

    .callout {
        position: relative;
        overflow: hidden;
        background: #214274
    }
}

.brochure .brochure_item {
    margin-top: 40px
}

@media only screen and (min-width:740px) {
    .brochure .brochure_link {
        font-size: 16px;
        padding: 16px 34px;
        margin-left: 30px
    }

    .brochure .brochure_item {
        margin-top: 60px
    }

    .brochure .brochure_item:nth-child(odd) {
        padding-right: 2%
    }

    .brochure .brochure_item:nth-child(even) {
        padding-left: 2%
    }
}

.brochure .brochure_media {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px
}

@media only screen and (max-width:979px) {
    .brochure .brochure_media:before {
        float: left;
        width: 1px;
        height: 100%;
        content: '';
        margin-left: -1px;
        padding-bottom: 56.25%
    }
}

@media only screen and (min-width:980px) {
    .brochure .brochure_media:before {
        float: left;
        width: 1px;
        height: 100%;
        content: '';
        margin-left: -1px;
        padding-bottom: 33.33%
    }
}

.brochure .brochure_media img {
    max-width: none;
    max-height: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.brochure .brochure_item_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3;
    color: #003865;
    margin: 0
}

.brochure .brochure_item_content p {
    margin: 20px 0 0
}

.callout .callout_media img {
    max-width: none;
    max-height: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.callout .callout_media:after {
    max-width: none;
    max-height: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    background: rgba(17, 71, 52, .9);
    content: ''
}

.callout .callout_body {
    position: relative;
    z-index: 1;
    padding: 50px 0 40px
}

@media only screen and (min-width:740px) {
    .brochure .brochure_item_title {
        font-size: 24px
    }

    .callout {
        margin: var(--block-spacing) 0
    }

    .callout .callout_cell {
        position: relative;
        overflow: hidden;
        background: #214274;
        display: flex;
        align-items: center
    }

    .callout .callout_media:after {
        background-color: #214274;
        background: linear-gradient(to right, #214274 20%, rgba(17, 71, 52, .8) 100%)
    }

    .callout .callout_body {
        flex: 0 0 65%;
        align-self: center;
        justify-content: space-between;
        padding: 60px 40px
    }
}

@media only screen and (min-width:980px) {
    .callout .callout_body {
        padding: 100px 80px
    }
}

.callout .callout_label {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
    display: block;
    color: #fff;
    margin: 0 0 20px
}

.callout .callout_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3;
    color: #ffe800;
    margin: 0
}

@media only screen and (min-width:740px) {
    .callout .callout_title {
        font-size: 24px
    }
}

.callout .callout_content {
    color: #fff
}

.callout .callout_content p {
    margin: 20px 0 0
}

.callout .callout_link {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: rgba(255, 255, 255, .1);
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    margin: 30px 0 0
}

.callout .callout_link,
.callout .callout_link:active,
.callout .callout_link:focus,
.callout .callout_link:hover,
.callout .callout_link:link,
.callout .callout_link:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

@media only screen and (min-width:740px) {
    .callout .callout_link {
        font-size: 16px;
        padding: 16px 34px
    }
}

.callout .callout_link:focus,
.callout .callout_link:hover {
    background-color: #fff;
    border-color: #fff;
    color: #111
}

.callout .callout_aside {
    position: relative;
    z-index: 1;
    padding: 20px 0 40px
}

@media only screen and (min-width:740px) {
    .callout .callout_aside {
        flex: 0 0 35%;
        padding: 20px 40px 20px 0
    }
}

.callout .callout_stat {
    text-align: center
}

@media only screen and (max-width:739px) {
    .callout .callout_body {
        text-align: center
    }

    .callout .callout_stat {
        margin-bottom: 20px
    }
}

.callout .callout_stat strong {
    display: block;
    font-size: 44px;
    line-height: 1.2;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ffe800
}

@media only screen and (min-width:740px) {
    .callout .callout_stat strong {
        font-size: 62px
    }
}

@media only screen and (min-width:980px) {
    .callout .callout_aside {
        padding: 40px 40px 40px 0
    }

    .callout .callout_stat strong {
        font-size: 80px
    }

    .acf-block-contact:first-child .contact {
        margin-top: 40px
    }
}

.callout .callout_stat span {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    color: #fff
}

.callout .callout_figure {
    max-width: 500px;
    margin: 0 auto
}

.contact .contact_main {
    position: relative;
    background: #f7f7f7;
    padding: 40px 0
}

@media only screen and (min-width:740px) {
    .contact .contact_main {
        padding: 60px 0
    }
}

@media only screen and (min-width:1466px) {
    .contact {
        margin: var(--block-spacing) 0
    }

    .contact .contact_main {
        width: 98%;
        max-width: 1600px;
        border-radius: var(--content-border-radius);
        margin: auto
    }
}

.contact .contact_main_row {
    position: relative;
    z-index: 1
}

@media only screen and (max-width:1219px) {
    .contact .contact_header {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:1220px) {
    .contact .contact_main {
        padding: 80px 0
    }

    .contact .contact_header {
        padding-right: 5%
    }
}

@media only screen and (min-width:740px) {
    .contact .contact_info {
        border-left: 2px solid #3f7dd3
        padding-left: 5%
    }
}

@media only screen and (min-width:980px) {
    .contact .contact_info {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.contact .contact_content p {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    margin: 0
}

.contact .contact_content p+p {
    margin: 20px 0 0
}

.contact .contact_method {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    margin: 20px 0 0
}

.contact .contact_method strong {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    display: block;
    margin: 0 0 5px
}

.contact .contact_method a {
    border-color: transparent;
    color: #111
}

.contact .contact_method a:focus,
.contact .contact_method a:hover {
    border-color: #214274;
    color: #214274
}

.contact .contact_method .contact_button {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #111;
    border: 2px solid #111;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    margin: 20px 0 0
}

.contact .contact_method .contact_button,
.contact .contact_method .contact_button:active,
.contact .contact_method .contact_button:focus,
.contact .contact_method .contact_button:hover,
.contact .contact_method .contact_button:link,
.contact .contact_method .contact_button:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

.contact .contact_method .contact_button:focus,
.contact .contact_method .contact_button:hover {
    background-color: #214274;
    border-color: #214274;
    color: #fff
}

@media only screen and (max-width:739px) {
    .contact .contact_form_controls {
        border-top: 2px solid #214274;
        margin-top: 50px;
        padding-top: 30px
    }
}

@media only screen and (min-width:740px) {
    .contact .contact_method .contact_button {
        font-size: 16px;
        padding: 16px 34px
    }

    .contact .contact_form_controls {
        padding-right: 5%
    }
}

.contact .contact_form_control {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3;
    display: block;
    position: relative;
    border: none;
    color: #111;
    margin: 15px 0;
    padding: 0;
    transition: color .15s linear, padding .15s
}

@media only screen and (min-width:740px) {
    .contact .contact_form_control {
        font-size: 24px
    }
}

.contact .contact_form_control.active,
.contact .contact_form_control.fs-swap-active,
.contact .contact_form_control:focus,
.contact .contact_form_control:hover {
    color: #214274
}

.contact .contact_form_control.active,
.contact .contact_form_control.fs-swap-active,
.contact .contact_form_control:hover {
    padding: 0 0 0 20px
}

.contact .contact_form_control.active:before,
.contact .contact_form_control.fs-swap-active:before,
.contact .contact_form_control:hover:before {
    opacity: 1;
    transform: translate(0, 0)
}

.contact .contact_form_control:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 10px;
    margin: auto;
    opacity: 0;
    transform: translate(-10px, 0);
    transition: opacity .15s linear, transform .15s
}

.contact .contact_title {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 54px;
    line-height: 1.2;
    color: #214274;
    margin: 0
}

@media only screen and (min-width:740px) {
    .contact .contact_title {
        font-size: 74px
    }
}

@media only screen and (min-width:980px) {
    .contact .contact_title {
        font-size: 94px
    }
}

.contact .contact_form {
    min-height: 50vh;
    padding-top: var(--block-spacing)
}

@media only screen and (max-width:1465px) {
    .contact .contact_form {
        margin-bottom: var(--block-spacing)
    }
}

.contact .contact_form.fs-swap-enabled {
    display: none
}

.contact .contact_form.fs-swap-enabled.fs-swap-active {
    display: block
}

.contact .contact_form_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 1.3;
    color: #3f7dd3
    margin: 0 0 40px
}

@media only screen and (min-width:740px) {
    .contact .contact_form_title {
        font-size: 36px
    }

    .facts .facts_header {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:980px) {
    .contact .contact_form_title {
        font-size: 40px
    }
}

.facts {
    overflow: hidden;
    background-color: #003865;
    padding: var(--block-spacing) 0
}

.facts .facts_row {
    position: relative
}

.facts .facts_header {
    position: relative;
    z-index: 1
}

.facts .facts_title {
    position: relative;
    z-index: 1;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 1.3;
    color: #fff;
    margin: 0
}

@media only screen and (min-width:740px) {
    .facts .facts_title {
        font-size: 36px
    }

    .facts .facts_item {
        padding: 0 20px 0 0
    }
}

.facts .facts_item {
    margin-top: 40px
}

.facts .facts_item .facts_item_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    color: #ffe800;
    margin: 0
}

.facts .facts_item .facts_item_content {
    color: #fff
}

.facts .facts_item .facts_item_content p {
    margin: 20px 0 0
}

.features {
    position: relative;
    overflow: hidden;
    background: #25946b
}

@media only screen and (min-width:1466px) {
    .features {
        width: 98%;
        max-width: 1600px;
        border-radius: var(--content-border-radius);
        margin: var(--block-spacing) auto
    }
}

.features .features_cell {
    padding: 50px 0 40px;
    text-align: center
}

@media only screen and (min-width:740px) {
    .features .features_cell {
        padding: 60px 0
    }
}

@media only screen and (min-width:980px) {
    .facts .facts_title {
        font-size: 40px
    }

    .features .features_cell {
        padding: 100px 0
    }
}

.features .features_media img {
    max-width: none;
    max-height: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.features .features_media:after {
    max-width: none;
    max-height: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    background: rgba(37, 148, 107, .9);
    content: ''
}

.features .features_header {
    position: relative;
    z-index: 1;
    margin: 0 auto
}

@media only screen and (min-width:740px) {
    .features .features_header {
        padding: 0 10%
    }
}

@media only screen and (min-width:980px) {
    .features .features_header {
        padding: 0 20%
    }
}

.features .features_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3;
    color: #ffe800;
    margin: 0
}

@media only screen and (min-width:740px) {
    .features .features_title {
        font-size: 24px
    }
}

.features .features_content {
    color: #fff
}

.features .features_content p {
    margin: 20px 0 0
}

.features .features_link {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: rgba(255, 255, 255, .1);
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    margin: 30px 0 0
}

.features .features_link,
.features .features_link:active,
.features .features_link:focus,
.features .features_link:hover,
.features .features_link:link,
.features .features_link:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

@media only screen and (min-width:740px) {
    .features .features_link {
        font-size: 16px;
        padding: 16px 34px
    }
}

.features .features_link:focus,
.features .features_link:hover {
    background-color: #fff;
    border-color: #fff;
    color: #111
}

.features .features_items {
    position: relative;
    z-index: 1
}

.features .features_item {
    margin-top: 40px
}

@media only screen and (min-width:500px) {
    .features .features_item {
        padding: 0 20px
    }
}

@media only screen and (min-width:740px) {
    .features .features_item {
        margin-top: 60px
    }
}

.features .features_item_detail {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    display: block;
    color: #fff;
    margin: 10px 0 0
}

.features .features_item_icon {
    display: block;
    height: 100px;
    width: 100px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain
}

.flyer {
    margin: 0 0 var(--block-spacing)
}

.flyer .flyer_media {
    overflow: hidden;
    position: relative
}

@media only screen and (min-width:740px) {
    .flyer .flyer_media {
        height: 300px
    }

    .flyer .flyer_row {
        margin-top: -125px
    }
}

@media only screen and (min-width:980px) {
    .flyer .flyer_media {
        height: 400px
    }

    .flyer .flyer_row {
        margin-top: -225px
    }
}

.flyer .flyer_media img {
    max-width: none;
    max-height: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.flyer .flyer_row {
    position: relative;
    z-index: 1
}

@media only screen and (min-width:1220px) {
    .flyer .flyer_media {
        height: 500px
    }

    .flyer .flyer_row {
        margin-top: -325px
    }
}

.flyer .flyer_cell {
    background: #fff;
    padding: 40px 0 0
}

@media only screen and (min-width:740px) {
    .flyer .flyer_cell {
        background: #fff;
        box-shadow: 0 0 15px rgba(17, 17, 17, .2);
        padding: 80px 60px;
        display: flex;
        justify-content: space-between;
        align-content: stretch
    }

    .flyer .flyer_body {
        flex: 0 0 60%;
        padding: 0 40px 0 0
    }
}

.flyer .flyer_label {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
    display: block;
    color: #214274;
    margin: 0 0 20px
}

.flyer .flyer_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3;
    color: #111;
    margin: 0
}

.flyer .flyer_content p {
    margin: 20px 0 0
}

.flyer .flyer_content h2,
.flyer .flyer_content h3 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 1.3;
    color: #3f7dd3
    margin: 20px 0
}

.flyer .flyer_footer {
    display: flex;
    margin: 30px 0 0
}

@media only screen and (max-width:739px) {
    .flyer .flyer_media {
        overflow: hidden
    }

    .flyer .flyer_media:before {
        float: left;
        width: 1px;
        height: 100%;
        content: '';
        margin-left: -1px;
        padding-bottom: 56.25%
    }

    .flyer .flyer_footer {
        flex-direction: column;
        align-items: flex-start
    }

    .flyer .flyer_link+.flyer_link_secondary {
        margin-top: 30px
    }
}

@media only screen and (min-width:740px) {
    .flyer .flyer_title {
        font-size: 24px
    }

    .flyer .flyer_footer {
        align-items: center
    }
}

.flyer .flyer_link {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #111;
    border: 2px solid #111;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none
}

.flyer .flyer_link,
.flyer .flyer_link:active,
.flyer .flyer_link:focus,
.flyer .flyer_link:hover,
.flyer .flyer_link:link,
.flyer .flyer_link:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

.flyer .flyer_link:focus,
.flyer .flyer_link:hover {
    background-color: #214274;
    border-color: #214274;
    color: #fff
}

@media only screen and (min-width:740px) {
    .flyer .flyer_link {
        font-size: 16px;
        padding: 16px 34px
    }

    .flyer .flyer_link+.flyer_link_secondary {
        margin-left: 30px
    }
}

.flyer .flyer_link_secondary {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
    border-color: #ccc;
    color: #999
}

.flyer .flyer_link_secondary:focus,
.flyer .flyer_link_secondary:hover {
    border-color: #214274;
    color: #214274
}

.flyer .flyer_aside {
    padding: 40px 0 0
}

@media only screen and (max-width:739px) {
    .flyer .flyer_aside {
        border-top: 1px solid #3f7dd3
        margin-top: 40px
    }
}

.flyer .flyer_aside_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 1.3;
    color: #3f7dd3
    margin: 0 0 30px;
    text-align: center
}

.flyer .flyer_stat {
    text-align: center
}

@media only screen and (max-width:739px) {
    .flyer .flyer_stat {
        margin-bottom: 20px
    }

    .flyer .flyer_stat+.flyer_stat {
        margin-top: 40px
    }

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

.flyer .flyer_stat strong {
    display: block;
    font-size: 44px;
    line-height: 1.2;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #214274
}

@media only screen and (min-width:740px) {
    .flyer .flyer_aside {
        flex: 0 0 35%;
        border-left: 1px solid #3f7dd3
        padding: 0 0 0 40px
    }

    .flyer .flyer_stat {
        margin-top: 40px
    }

    .flyer .flyer_stat strong {
        font-size: 62px
    }
}

@media only screen and (min-width:980px) {
    .flyer .flyer_aside {
        padding: 0 0 0 40px
    }

    .flyer .flyer_stat strong {
        font-size: 80px
    }
}

.flyer .flyer_stat span {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    color: #111
}

.flyer .flyer_service {
    margin-top: 40px;
    text-align: center
}

.flyer .flyer_service_icon {
    display: block;
    height: 60px;
    width: 60px;
    margin: 0 auto 15px;
    -o-object-fit: contain;
    object-fit: contain
}

.flyer .flyer_service_title {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    color: #111;
    margin: 0
}

.flyer .flyer_service_link {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
    border-color: #ccc;
    color: #999
}

.flyer .flyer_service_link:focus,
.flyer .flyer_service_link:hover {
    border-color: #214274;
    color: #214274
}

.news {
    background: #f7f7f7;
    padding: 40px 0
}

@media only screen and (min-width:740px) {
    .news {
        padding: 60px 0
    }
}

@media only screen and (min-width:1466px) {
    .news {
        width: 98%;
        max-width: 1600px;
        margin: var(--block-spacing) auto
    }
}

.news .news_header {
    margin-bottom: 40px
}

@media only screen and (min-width:740px) {
    .news .news_header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 60px
    }
}

.news .news_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 1.3;
    align-self: center;
    color: #111;
    margin: 0
}

@media only screen and (min-width:740px) {
    .news .news_title {
        font-size: 36px
    }
}

@media only screen and (min-width:980px) {
    .news .news_title {
        font-size: 40px
    }
}

.news .news_link {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #111;
    border: 2px solid #111;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
}

.news .news_link,
.news .news_link:active,
.news .news_link:focus,
.news .news_link:hover,
.news .news_link:link,
.news .news_link:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

.news .news_link:focus,
.news .news_link:hover {
    background-color: #214274;
    border-color: #214274;
    color: #fff
}

.photo_grid {
    margin: var(--block-spacing) 0
}

.photo_grid .photo_grid_item {
    margin-bottom: 15px
}

@media only screen and (min-width:740px) {
    .news .news_link {
        font-size: 16px;
        padding: 16px 34px;
        margin-left: 30px
    }

    .photo_grid .photo_grid_item {
        padding: 5px
    }

    .poster .poster_row {
        min-height: 50vh
    }
}

@media only screen and (min-width:980px) {
    .photo_grid .photo_grid_item {
        margin-bottom: 20px;
        padding: 10px
    }
}

@media only screen and (min-width:1220px) {
    .news {
        padding: 80px 0
    }

    .photo_grid .photo_grid_item {
        margin-bottom: 25px;
        padding: 10px
    }
}

.photo_grid .photo_grid_media {
    overflow: hidden
}

.photo_grid .photo_grid_media:before {
    float: left;
    width: 1px;
    height: 100%;
    content: '';
    margin-left: -1px;
    padding-bottom: 100%
}

.poster {
    overflow: hidden;
    position: relative;
    background: #222;
    color: #fff
}

.poster.gravity_right .poster_row {
    justify-content: flex-end
}

.poster .poster_row {
    position: relative;
    z-index: 1;
    padding: 100px 0
}

@media only screen and (min-width:1220px) {
    .poster .poster_row {
        padding: 120px 0
    }
}

.poster .poster_media img {
    max-width: none;
    max-height: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width:739px) {
    .news .news_link {
        margin-top: 20px
    }

    .poster .poster_media:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 56, 101, .8);
        content: ''
    }
}

.poster .poster_cell {
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media only screen and (min-width:740px) {
    .poster .poster_cell {
        background: rgba(0, 56, 101, .8);
        padding: 60px 30px
    }
}

@media only screen and (min-width:980px) {
    .poster .poster_cell {
        padding: 80px 40px
    }
}

@media only screen and (min-width:1220px) {
    .poster .poster_cell {
        padding: 100px 50px
    }
}

.poster .poster_label {
    display: block;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px
}

.poster .poster_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3;
    color: #ffe800;
    margin: 0
}

@media only screen and (min-width:740px) {
    .poster .poster_title {
        font-size: 24px
    }
}

.poster .poster_content p {
    color: #fff;
    margin: 20px 0 0
}

.poster .poster_link {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: rgba(255, 255, 255, .1);
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 30px 0 0
}

.poster .poster_link,
.poster .poster_link:active,
.poster .poster_link:focus,
.poster .poster_link:hover,
.poster .poster_link:link,
.poster .poster_link:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

.poster .poster_link:focus,
.poster .poster_link:hover {
    background-color: #fff;
    border-color: #fff;
    color: #111
}

.pullquote {
    margin: var(--block-spacing) 0
}

@media only screen and (min-width:740px) {
    .poster .poster_link {
        font-size: 16px;
        padding: 16px 34px
    }

    .pullquote.gravity_right .pullquote_media {
        margin-right: 0;
        margin-left: auto
    }

    .pullquote.gravity_right .pullquote_body {
        order: -1
    }
}

.pullquote .pullquote_media {
    overflow: hidden;
    width: 85%;
    max-width: 300px;
    margin-left: 0;
    margin-right: auto
}

.pullquote .pullquote_media:before {
    float: left;
    width: 1px;
    height: 100%;
    content: '';
    margin-left: -1px;
    padding-bottom: 133.33%
}

@media only screen and (max-width:739px) {
    .pullquote .pullquote_media {
        margin: 0 auto 30px
    }

    .pullquote .pullquote_quote .contact .contact_form_control:before,
    .pullquote .pullquote_quote .icon:before {
        font-size: 8px
    }
}

.pullquote .pullquote_media img {
    display: block;
    border-radius: var(--content-border-radius)
}

.pullquote .pullquote_quote {
    border: none;
    color: #214274;
    margin: 0;
    padding: 0
}

.pullquote .pullquote_quote p {
    position: relative;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3;
    color: #214274;
    margin: 0
}

.pullquote .pullquote_quote .contact .contact_form_control:before,
.pullquote .pullquote_quote .icon:before {
    display: block;
    margin-bottom: 10px
}

.pullquote .pullquote_detail {
    float: right;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    border-left: 2px solid #ffe800;
    color: #333;
    line-height: 1.2;
    margin: 15px 0 0;
    padding: 0 0 0 10px
}

.section {
    margin: var(--block-spacing) 0;
    text-align: center
}

.section .icon+.section_title {
    margin-top: 30px
}

.section .section_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 1.3;
    color: #111;
    margin: 0
}

@media only screen and (min-width:740px) {
    .pullquote .pullquote_quote p {
        font-size: 24px
    }

    .section .section_title {
        font-size: 36px
    }
}

.section .section_title strong {
    color: #a0c2cf;
    font-weight: 600
}

.services {
    margin: var(--block-spacing-large) 0
}

.services .services_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr
}

@media only screen and (min-width:740px) {
    .services .services_grid {
        grid-template-columns: 1fr 1fr
    }
}

.services .services_grid.fs-row {
    max-width: 1600px
}

.services .services_grid .fs-cell {
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0
}

.services .services_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    background: #214274;
    padding: 60px 30px
}

@media only screen and (min-width:980px) {
    .section .section_title {
        font-size: 40px
    }

    .services .services_grid {
        grid-template-columns: 1fr 1fr 1fr
    }

    .services .services_header {
        padding: 60px 40px
    }
}

@media only screen and (min-width:1220px) {
    .services .services_header {
        padding: 80px 60px
    }
}

.services .services_label {
    display: block;
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 15px
}

.services .services_title {
    color: #fff;
    margin: 0
}

.services .services_link {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: rgba(255, 255, 255, .1);
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    margin: 30px 0 0
}

.services .services_link,
.services .services_link:active,
.services .services_link:focus,
.services .services_link:hover,
.services .services_link:link,
.services .services_link:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

.services .services_link:focus,
.services .services_link:hover {
    background-color: #fff;
    border-color: #fff;
    color: #111
}

.services .service_item .service_item_link {
    width: 100%
}

.services .service_item .service_item_link:before {
    float: left;
    width: 1px;
    height: 100%;
    content: '';
    margin-left: -1px;
    padding-bottom: 56.25%
}

@media only screen and (min-width:740px) {
    .services .services_link {
        font-size: 16px;
        padding: 16px 34px
    }

    .services .service_item .service_item_body {
        transform: none
    }
}

.services .service_item .service_item_handle,
.services .service_item .service_item_intro {
    width: 1px !important;
    height: 1px !important;
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important
}

.stats {
    position: relative;
    overflow: hidden;
    background: #214274
}

@media only screen and (min-width:1466px) {
    .stats {
        width: 98%;
        max-width: 1600px;
        margin: var(--block-spacing) auto
    }
}

.stats .stats_cell {
    padding: 50px 0 40px;
    text-align: center
}

@media only screen and (min-width:740px) {
    .stats .stats_cell {
        padding: 60px 0
    }
}

@media only screen and (min-width:980px) {
    .stats .stats_cell {
        padding: 100px 0
    }
}

.stats .stats_media img {
    max-width: none;
    max-height: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.stats .stats_media:after {
    max-width: none;
    max-height: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    background: rgba(17, 71, 52, .9);
    content: ''
}

.stats .stats_header {
    position: relative;
    z-index: 1;
    margin: 0 auto
}

@media only screen and (min-width:740px) {
    .stats .stats_header {
        padding: 0 10%
    }
}

@media only screen and (min-width:980px) {
    .stats .stats_header {
        padding: 0 20%
    }
}

.stats .stats_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3;
    color: #ffe800;
    margin: 0
}

@media only screen and (min-width:740px) {
    .stats .stats_title {
        font-size: 24px
    }
}

.stats .stats_content {
    color: #fff
}

.stats .stats_content p {
    margin: 20px 0 0
}

.stats .stats_link {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: rgba(255, 255, 255, .1);
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    margin: 30px 0 0
}

.stats .stats_link,
.stats .stats_link:active,
.stats .stats_link:focus,
.stats .stats_link:hover,
.stats .stats_link:link,
.stats .stats_link:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

@media only screen and (min-width:740px) {
    .stats .stats_link {
        font-size: 16px;
        padding: 16px 34px
    }
}

.stats .stats_link:focus,
.stats .stats_link:hover {
    background-color: #fff;
    border-color: #fff;
    color: #111
}

.stats .stats_items {
    position: relative;
    z-index: 1
}

.stats .stats_item {
    margin-top: 40px;
    text-align: center
}

@media only screen and (min-width:500px) {
    .stats .stats_item {
        padding: 0 20px
    }
}

.stats .stats_item strong {
    display: block;
    font-size: 44px;
    line-height: 1.2;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ffe800
}

@media only screen and (min-width:740px) {
    .stats .stats_item {
        margin-top: 60px
    }

    .stats .stats_item strong {
        font-size: 62px
    }
}

@media only screen and (min-width:980px) {
    .stats .stats_item strong {
        font-size: 80px
    }
}

.stats .stats_item span {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    line-height: 1.8;
    color: #fff
}

.team {
    margin: var(--block-spacing) 0
}

.team .team_header {
    position: relative;
    margin-bottom: 40px;
    padding-top: 30px
}

.team .team_header:before {
    position: absolute;
    height: 2px;
    width: 100%;
    top: 0;
    left: 0;
    background: #3f7dd3
    content: ''
}

@media only screen and (min-width:500px) {
    .team .team_header:before {
        width: 75%
    }
}

@media only screen and (min-width:740px) {
    .team .team_header {
        margin-bottom: 60px
    }

    .team .team_header:before {
        width: 66%
    }
}

@media only screen and (min-width:980px) {
    .team .team_header:before {
        width: 50%
    }
}

.team .team_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3;
    color: #111;
    margin: 0
}

@media only screen and (min-width:740px) {
    .team .team_title {
        font-size: 24px
    }
}

.team .team_item {
    margin-bottom: 15px
}

@media only screen and (min-width:980px) {
    .team .team_item {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:1220px) {
    .team .team_header:before {
        width: 38%
    }

    .team .team_item {
        margin-bottom: 25px
    }
}

.team .team_item_link {
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
    align-items: stretch;
    justify-content: stretch;
    background: #214274;
    border: none
}

.team .team_item_link:before {
    float: left;
    width: 1px;
    height: 100%;
    content: '';
    margin-left: -1px;
    padding-bottom: 100%
}

.team .team_item_link:focus .team_item_body,
.team .team_item_link:hover .team_item_body {
    background: rgba(17, 71, 52, .6)
}

.team .team_item_media {
    width: 100%
}

.team .team_item_media img {
    max-width: none;
    max-height: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.team .team_item_body {
    display: flex;
    position: relative;
    z-index: 1;
    flex: 0 0 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    background: rgba(17, 71, 52, .8);
    padding: 30px;
    transition: background .15s linear
}

.team .team_item_name {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
    margin: 0
}

@media only screen and (min-width:740px) {
    .team .team_item_name {
        font-size: 24px
    }

    .topic.gravity_left .topic_media {
        margin-left: auto
    }

    .topic.gravity_left .topic_media:after {
        top: 10%;
        left: 10%
    }
}

.team .team_item_position {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
    display: block;
    border-left: 2px solid #3f7dd3
    color: #fff;
    margin: 10px 0 0;
    padding: 0 0 0 10px
}

.topic {
    margin: var(--block-spacing) 0
}

.topic .topic_media {
    position: relative
}

.topic .topic_image {
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
    background: #eaeaea
}

@media only screen and (max-width:739px) {
    .services .services_header {
        text-align: center
    }

    .topic .topic_media {
        margin-bottom: 40px
    }

    .topic .topic_image:before {
        float: left;
        width: 1px;
        height: 100%;
        content: '';
        margin-left: -1px;
        padding-bottom: 56.25%
    }
}

.topic .topic_label {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
    display: block;
    color: #214274;
    margin: 0 0 20px
}

.topic .topic_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 1.3;
    color: #111;
    margin: 0
}

@media only screen and (min-width:740px) {
    .topic.gravity_left .topic_body {
        order: -1
    }

    .topic.gravity_right .topic_media:after {
        top: 10%;
        right: 10%;
        transform: scaleX(-1)
    }

    .topic .topic_media {
        width: 90%;
        max-width: 475px
    }

    .topic .topic_image:before {
        float: left;
        width: 1px;
        height: 100%;
        content: '';
        margin-left: -1px;
        padding-bottom: 100%
    }

    .topic .topic_title {
        font-size: 36px
    }
}

@media only screen and (min-width:980px) {
    .topic .topic_title {
        font-size: 40px
    }
}

.topic .topic_title strong {
    color: #a0c2cf;
    font-weight: 600
}

.topic .topic_title+.topic_subtitle {
    margin: 20px 0 0
}

.topic .topic_subtitle {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 1.3;
    color: #111;
    margin: 0
}

@media only screen and (min-width:740px) {
    .topic .topic_subtitle {
        font-size: 24px
    }
}

.topic .topic_content p {
    margin: 20px 0 0
}

.topic .topic_link {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #111;
    border: 2px solid #111;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    margin: 30px 0 0
}

.topic .topic_link,
.topic .topic_link:active,
.topic .topic_link:focus,
.topic .topic_link:hover,
.topic .topic_link:link,
.topic .topic_link:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

@media only screen and (min-width:740px) {
    .topic .topic_link {
        font-size: 16px;
        padding: 16px 34px
    }
}

.topic .topic_link:focus,
.topic .topic_link:hover {
    background-color: #214274;
    border-color: #214274;
    color: #fff
}

.promo {
    background-color: #3f7dd3
    color: #fff;
    padding: var(--block-spacing-large) 0;
    text-align: center
}

.promo .promo_label {
    font-family: Poppins, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px
}

.promo .promo_title {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    line-height: 1.3;
    color: #ffe800;
    margin: 0
}

@media only screen and (min-width:740px) {
    .promo .promo_title {
        font-size: 36px
    }
}

@media only screen and (min-width:980px) {
    .promo .promo_title {
        font-size: 40px
    }
}

.promo .promo_content p {
    margin: 20px 0 0
}

.promo .promo_link {
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: rgba(255, 255, 255, .1);
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    text-decoration: none;
    margin: 30px 0 0
}

.promo .promo_link,
.promo .promo_link:active,
.promo .promo_link:focus,
.promo .promo_link:hover,
.promo .promo_link:link,
.promo .promo_link:visited {
    transition: background-color .15s linear, background-position .15s linear, border .15s linear, box-shadow .15s linear, color .15s linear, opacity .15s linear, text-decoration .15s linear, -webkit-text-decoration .15s linear
}

@media only screen and (min-width:740px) {
    .promo .promo_link {
        font-size: 16px;
        padding: 16px 34px
    }
}

.promo .promo_link:focus,
.promo .promo_link:hover {
    background-color: #fff;
    border-color: #fff;
    color: #111
}