
img:is([sizes=auto i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

.wp-block-genesis-blocks-gb-columns {
    position: relative
}

.gb-layout-column-wrap {
    display: -ms-grid;
    display: grid;
    grid-template-rows: 1fr;
    grid-gap: 0 2em;
    position: relative;
    z-index: 1
}

.gb-block-layout-column {
    display: block;
    vertical-align: top;
    min-width: 0
}

.gb-block-layout-column-inner,
.gb-layout-column-wrap>.gb-block-layout-column-inner {
    position: relative;
    z-index: 1
}

.gb-block-layout-column {
    display: block;
    width: 100%
}

.gb-columns-center .gb-layout-column-wrap {
    margin: 0 auto
}

.gb-block-layout-column-gap-2 {
    grid-gap: 0 2em
}

.gb-block-layout-column:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: col1
}

.gb-block-layout-column:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: col2
}

.gb-block-layout-column:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: col3
}

.gb-block-layout-column:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    grid-area: col4
}

.gb-block-layout-column:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: col5
}

.gb-block-layout-column:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;
    grid-area: col6
}

.gb-layout-columns-1>.gb-layout-column-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-areas: "col1"
}

.gb-layout-columns-2>.gb-layout-column-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col1 col2"
}

@media only screen and (max-width:600px) {
    .gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "col1" "col2"
    }
}

.gb-layout-columns-4>.gb-layout-column-wrap {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "col1 col2 col3 col4"
}

@media only screen and (max-width:800px) {
    .gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column {
        grid-template-rows: auto;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "col1 col2" "col3 col4"
    }
}

@media only screen and (max-width:600px) {
    .gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "col1" "col2" "col3" "col4"
    }
}

.gb-layout-columns-4 {
    overflow-x: auto
}

.left {
    text-align: left
}

.right {
    text-align: right
}

.wp-block-image {
    margin-bottom: 1.2em
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
    border: 2px solid;
    padding: .667em 1.333em
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
    color: currentColor
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
    background-color: initial;
    background-image: none
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd
}

:where(.wp-block-columns) {
    margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
    color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #000
}

:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
    color: inherit
}

:where(.wp-block-file) {
    margin-bottom: 1.5em
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: relative
}

.wp-block-image>a,
.wp-block-image>figure>a {
    display: inline-block
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

@media not (prefers-reduced-motion) {
    .wp-block-image img.hide {
        visibility: hidden
    }

    .wp-block-image img.show {
        animation: .4s show-content-image
    }
}

.wp-block-image :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
    border-radius: 9999px
}

.wp-block-image figure {
    margin: 0
}

@keyframes show-content-image {
    0% {
        visibility: hidden
    }

    99% {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
    line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8
}

:root :where(.wp-block-latest-posts.is-grid) {
    padding: 0
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
    padding-left: 0
}

ul {
    box-sizing: border-box
}

:root :where(.wp-block-list.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

:root :where(p.has-background) {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

:where(.wp-block-post-comments-form) input:not([type=submit]),
:where(.wp-block-post-comments-form) textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),
:where(.wp-block-post-comments-form) textarea {
    padding: calc(.667em + 2px)
}

:where(.wp-block-post-excerpt) {
    box-sizing: border-box;
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

:where(.wp-block-preformatted.has-background) {
    padding: 1.25em 2.375em
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px
}

:where(.wp-block-search__input) {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none;
    border-radius: 0;
    padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: 4px 8px
}

:root :where(.wp-block-separator.is-style-dots) {
    height: auto;
    line-height: 1;
    text-align: center
}

:root :where(.wp-block-separator.is-style-dots):before {
    color: currentColor;
    content: "···";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em
}

:root :where(.wp-block-site-logo.is-style-rounded) {
    border-radius: 9999px
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
    background-color: #0a7aff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord {
    background-color: #5865f2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
    background-color: #0866ff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
    background-color: #1d4fc4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
    background-color: #ff4500;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
    background-color: #25d366;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
    background: 0 0
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
    height: 1.25em;
    width: 1.25em
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
    color: #f90
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
    color: #1ea0c3
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
    color: #0757fe
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
    color: #0a7aff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
    color: #1e1f26
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
    color: #02e49b
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord {
    color: #5865f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
    color: #e94c89
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
    color: #4280ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
    color: #f45800
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
    color: #0866ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
    color: #0461dd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
    color: #e65678
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
    color: #24292d
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
    color: #382110
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
    color: #ea4434
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
    color: #1d4fc4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
    color: #f00075
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
    color: #e21b24
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
    color: #0d66c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
    color: #3288d4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
    color: #f6405f
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
    color: #e60122
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
    color: #ef4155
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
    color: #ff4500
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
    color: #0478d7
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
    color: #ff5600
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
    color: #1bd760
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
    color: #2aabee
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
    color: #011835
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
    color: #6440a4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
    color: #1da1f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
    color: #1eb7ea
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
    color: #4680c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
    color: #25d366
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
    color: #3499cd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
    color: #d32422
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
    color: red
}

:root :where(.wp-block-social-links .wp-social-link a) {
    padding: .25em
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
    padding: 0
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
    padding-left: .6666666667em;
    padding-right: .6666666667em
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important
}

:root :where(.wp-block-table-of-contents) {
    box-sizing: border-box
}

:where(.wp-block-term-description) {
    box-sizing: border-box;
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

.has-text-align-center {
    text-align: center
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #ddd;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

:where(.is-layout-flex) {
    gap: .5em
}

:where(.is-layout-grid) {
    gap: .5em
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

#toc_container li,
#toc_container ul {
    margin: 0;
    padding: 0
}

#toc_container ul ul {
    margin-left: 1.5em
}

#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%
}

#toc_container span.toc_toggle {
    font-weight: 400;
    font-size: 90%
}

#toc_container a {
    text-decoration: none;
    text-shadow: none
}

#toc_container a:hover {
    text-decoration: underline
}

div#toc_container {
    width: 350px
}

body .tto-custom-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

body .tto-custom-button.align-left {
    align-items: flex-start
}

body .tto-recent-articles .tto-recent-articles--wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 3rem
}

body .tto-recent-articles .recent-article {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 10px 13px rgba(0, 0, 0, .1);
    overflow: hidden;
    transition: .25s ease-in-out box-shadow
}

body .tto-recent-articles .recent-article:hover {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .1)
}

body .tto-recent-articles .recent-article .recent-article--link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 3rem 3rem 7rem;
    border: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left
}

body .tto-recent-articles .recent-article .recent-article--image {
    margin: -3rem -3rem 0;
    overflow: hidden
}

body .tto-recent-articles .recent-article .recent-article--image img {
    aspect-ratio: 2/1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
    transition: .25s ease-in-out all
}

body .tto-recent-articles .recent-article .recent-article--link:hover .recent-article--image img {
    transform: scale(1.1)
}

body .tto-recent-articles .recent-article .recent-article--content {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    margin: 4rem 0 0
}

body .tto-recent-articles .recent-article .recent-article--content-info-title {
    margin: 0 0 1.5rem
}

body .tto-recent-articles .recent-article .recent-article--content-info-date {
    margin: 0 0 2rem
}

body .tto-recent-articles .recent-article .recent-article--content h3 {
    color: #222;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0
}

body .tto-recent-articles .recent-article .recent-article--content p {
    margin: 0
}

body .tto-recent-articles .recent-article .recent-article--content-info-date p {
    color: #555;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1
}

body .tto-recent-articles .recent-article .recent-article--content-info-description p {
    color: #222;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.6
}

body .tto-recent-articles .recent-article .recent-article--content-cta p {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    width: fit-content;
    color: #222;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    transition: .25s ease-in-out all
}

body .tto-recent-articles .recent-article .recent-article--content-cta p.article-category {
    color: #555;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1;
    margin: 3rem 0 0
}

body .tto-recent-articles .recent-article .recent-article--link:hover .recent-article--content-cta p.article-cta {
    gap: 1.6rem
}

@media (max-width:767px) {
    body .tto-recent-articles .tto-recent-articles--wrapper {
        display: block
    }

    body .tto-recent-articles .recent-article {
        max-width: 350px;
        margin: 0 auto
    }

    body .tto-recent-articles .recent-article:not(:first-of-type) {
        margin-top: 5rem
    }
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    box-sizing: inherit
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-3,
.col-md-5,
.col-md-7 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.mr-2 {
    margin-right: .5rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

@media (min-width:768px) {
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .mr-md-5 {
        margin-right: 3rem !important
    }
}

.gform_wrapper.gravity-theme fieldset,
.gform_wrapper.gravity-theme legend {
    background: 0 0;
    padding: 0
}

.gform_wrapper.gravity-theme fieldset {
    border: none;
    display: block;
    margin: 0
}

.gform_wrapper.gravity-theme legend {
    margin-left: 0;
    margin-right: 0
}

.gform-icon {
    font-family: gform-icons-theme !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gform-icon--circle-error:before {
    content: "\e91a"
}

.gform_wrapper.gravity-theme .gform_drop_instructions {
    display: block;
    margin-bottom: 8px
}

.gform_wrapper.gravity-theme .gfield_fileupload_filesize {
    padding: 0 6px
}

.gform_wrapper.gravity-theme .gfield_validation_message ul {
    margin: 16px 0;
    padding-left: 24px
}

.gform_wrapper.gravity-theme .gfield_validation_message ul:empty {
    display: none
}

.gform_wrapper.gravity-theme .ginput_preview {
    margin: 16px 0
}

.gform_wrapper.gravity-theme ::-ms-reveal {
    display: none
}

.gform_wrapper.gravity-theme .gform_validation_container,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gform_validation_container,
body .gform_wrapper.gravity-theme .gform_fields .gfield.gform_validation_container,
body .gform_wrapper.gravity-theme .gform_validation_container {
    display: none !important;
    left: -9000px;
    position: absolute !important
}

.gform_wrapper.gravity-theme .chosen-container {
    display: inline-block;
    font-size: 16px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle
}

.gform_wrapper.gravity-theme .chosen-container * {
    box-sizing: border-box
}

.gform_wrapper.gravity-theme .chosen-container a {
    cursor: pointer
}

.gform_wrapper.gravity-theme .chosen-rtl {
    text-align: right
}

@media only screen and (max-width:641px) {
    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 2;
        min-height: 32px
    }

    .gform_wrapper.gravity-theme textarea {
        line-height: 1.5
    }

    .gform_wrapper.gravity-theme .chosen-container span:not(.ginput_price) {
        display: block;
        margin-bottom: 8px
    }

    .gform_wrapper.gravity-theme li.field_sublabel_below .ginput_complex {
        margin-top: 12px !important
    }

    .gform_wrapper.gravity-theme ul.gfield_checkbox li label,
    .gform_wrapper.gravity-theme ul.gfield_radio li label {
        cursor: pointer;
        width: 85%
    }
}

.gform_wrapper.gravity-theme .gform_hidden {
    display: none
}

.gform_wrapper.gravity-theme .hidden_label .gfield_label,
.gform_wrapper.gravity-theme .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.gform_wrapper.gravity-theme button.screen-reader-text:focus {
    border: 0;
    clip: auto;
    clip-path: none;
    height: auto;
    margin: 0;
    position: static !important;
    width: auto
}

.gform_wrapper.gravity-theme .gfield textarea {
    width: 100%
}

.gform_wrapper.gravity-theme .gfield textarea.small {
    height: 96px
}

.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 288px
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select {
    max-width: 100%
}

.gform_wrapper.gravity-theme .gfield input.small,
.gform_wrapper.gravity-theme .gfield select.small {
    width: calc(25% - 16px * 3 / 4)
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large {
    width: 100%
}

.gform_wrapper.gravity-theme * {
    box-sizing: border-box
}

.gform_wrapper.gravity-theme .gform_fields {
    display: grid;
    grid-column-gap: 2%;
    -ms-grid-columns: (1fr 2%)[12];
    grid-row-gap: 16px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(auto-fill, auto);
    width: 100%
}

.gform_wrapper.gravity-theme .gfield {
    grid-column: 1/-1;
    min-width: 0
}

.gform_wrapper.gravity-theme .gfield.gfield--width-full {
    grid-column: span 12;
    -ms-grid-column-span: 12
}

.gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 6;
    -ms-grid-column-span: 6
}

.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex {
    align-items: flex-start
}

html[dir=rtl] .gform_wrapper.gravity-theme code,
html[dir=rtl] .gform_wrapper.gravity-theme input[type=email],
html[dir=rtl] .gform_wrapper.gravity-theme input[type=tel],
html[dir=rtl] .gform_wrapper.gravity-theme input[type=url] {
    direction: rtl
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_label {
    direction: rtl
}

html[dir=rtl] .gform_wrapper.gravity-theme .gfield_required {
    margin-left: 0;
    margin-right: 4px
}

html[dir=rtl] .gform_wrapper.gravity-theme ::-webkit-input-placeholder {
    text-align: right
}

html[dir=rtl] .gform_wrapper.gravity-theme ::-moz-placeholder {
    text-align: right
}

html[dir=rtl] .gform_wrapper.gravity-theme :-ms-input-placeholder {
    text-align: right
}

html[dir=rtl] .gform_wrapper.gravity-theme :-moz-placeholder {
    text-align: right
}

html[dir=rtl] .gform_wrapper.gravity-theme .gform_wrapper.gravity-theme fieldset {
    display: block
}

html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
    padding-left: 0;
    padding-right: 16px
}

@media (min-width:641px) {
    html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
        padding-left: 0;
        padding-right: 16px
    }
}

.gform_wrapper.gravity-theme .gform_card_icon_container {
    display: flex;
    height: 32px;
    margin: 8px 0 6.4px
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon {
    background-image:url({$theme_path}/static/image/gf-creditcards.svg);
    background-repeat: no-repeat;
    height: 32px;
    margin-right: 4.8px;
    text-indent: -9000px;
    width: 40px
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected {
    position: relative
}

.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected::after {
    background:url({$theme_path}/static/image/gf-creditcards-check.svg) center center no-repeat;
    bottom: 4px;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    width: 13px
}

.gform_wrapper.gravity-theme .gfield_list_group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 8px
}

.gform_wrapper.gravity-theme .gfield_list_group:last-child {
    margin-bottom: 0
}

@media (max-width:640px) {
    .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 0
    }

    .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
        grid-column: 1/-1
    }

    html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
    html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
        padding-right: 0
    }

    .gform_wrapper.gravity-theme .gfield_list_group {
        border: 1px solid rgba(0, 0, 0, .2);
        display: block;
        margin-bottom: 16px;
        padding: 16px
    }

    .gform_wrapper.gravity-theme .gfield_list_group:last-child {
        margin-bottom: 0
    }
}

.gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0
}

.gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 15px;
    padding-top: 5px
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    background: #fff9f9;
    border-radius: 5px;
    border: 1.5px solid #c02b0a;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .11), 0 0 4px rgba(18, 25, 97, .0405344);
    margin-block-end: 8px;
    margin-block-start: 8px;
    padding-block: 16px;
    padding-inline-end: 16px;
    padding-inline-start: 48px;
    position: relative;
    width: 100%
}

.gform_wrapper.gravity-theme .gform_validation_errors:focus {
    outline: #c02b0a solid 2px;
    outline-offset: 2px
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    color: #c02b0a;
    font-size: 13.2px;
    font-weight: 500;
    line-height: 17.6px;
    margin-block-end: 12px;
    margin-block-start: 0;
    margin-inline: 0
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2::before {
    display: none
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon {
    align-items: center;
    display: flex;
    font-size: 28px;
    height: 100%;
    inset-inline-start: 12px;
    position: absolute;
    inset-block-start: 0
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary {
    margin: 0;
    padding: 0
}

.gform_wrapper.gravity-theme .gfield_required {
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-inline-start: 0.125em
}

.gform_wrapper.gravity-theme .gfield_required .gfield_required_text {
    font-style: italic;
    font-weight: 400
}

.gform_wrapper.gravity-theme .gform_required_legend .gfield_required {
    padding-inline-start: 0
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message,
.gform_wrapper.gravity-theme [aria-invalid=true]+label,
.gform_wrapper.gravity-theme label+[aria-invalid=true] {
    color: #c02b0a
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
    background: #fff9f9;
    border: 1px solid #c02b0a;
    font-size: 14.992px;
    margin-block-start: 8px;
    padding: 12.992px 24px
}

.gform_wrapper.gravity-theme .gform_previous_button.button,
.gform_wrapper.gravity-theme .gform_save_link.button {
    -webkit-appearance: none !important;
    background-color: #fff;
    color: #6b7280;
    text-decoration: none
}

.gform_wrapper.gravity-theme .gform_previous_button.button svg,
.gform_wrapper.gravity-theme .gform_save_link.button svg {
    display: inline-block;
    margin-right: 4px
}

.gform_wrapper.gravity-theme button.button:disabled {
    opacity: .6
}

.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
    display: flex
}

.gform_wrapper.gravity-theme #field_submit input,
.gform_wrapper.gravity-theme .gform_footer input {
    align-self: flex-end
}

.gform_wrapper.gravity-theme .ginput_complex {
    display: flex;
    flex-flow: row wrap
}

.gform_wrapper.gravity-theme .ginput_complex fieldset,
.gform_wrapper.gravity-theme .ginput_complex span {
    flex: 1
}

.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend {
    display: block
}

.gform_wrapper.gravity-theme .ginput_complex input,
.gform_wrapper.gravity-theme .ginput_complex select {
    width: 100%
}

@media (min-width:641px) {

    .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
    .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
        padding-right: 1%
    }

    .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
    .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
        padding-left: 1%;
        padding-right: 0
    }

    html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),
    html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
        padding-left: 1%;
        padding-right: 0
    }

    html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
    html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
        padding-left: 0;
        padding-right: 1%
    }
}

@media (max-width:640px) {
    .gform_wrapper.gravity-theme .ginput_complex span {
        flex: 0 0 100%;
        margin-bottom: 8px;
        padding-left: 0
    }
}

.gform_wrapper.gravity-theme .description,
.gform_wrapper.gravity-theme .gfield_description {
    clear: both;
    font-family: inherit;
    font-size: 15px;
    letter-spacing: normal;
    line-height: inherit;
    padding-top: 13px;
    width: 100%
}

html[dir=rtl] .gform_wrapper.gravity-theme .gform_card_icon {
    float: right
}

.gform_wrapper.gravity-theme .gform_footer {
    margin: 6px 0 0;
    padding: 16px 0
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input {
    margin-bottom: 8px
}

.gform_wrapper.gravity-theme .gform_footer button.button:disabled,
.gform_wrapper.gravity-theme .gform_footer input.button:disabled {
    opacity: .6
}

.gform_wrapper.gravity-theme .gform_footer button+input,
.gform_wrapper.gravity-theme .gform_footer input+button,
.gform_wrapper.gravity-theme .gform_footer input+input {
    margin-left: 8px
}

html[dir=rtl] .gform_wrapper.gravity-theme button+input,
html[dir=rtl] .gform_wrapper.gravity-theme input+button,
html[dir=rtl] .gform_wrapper.gravity-theme input+input {
    margin-right: 8px
}

.gform_wrapper.gravity-theme .gfield_checkbox label,
.gform_wrapper.gravity-theme .gfield_radio label {
    display: inline-block;
    font-size: 15px
}

.gform_wrapper.gravity-theme .gfield_checkbox button,
.gform_wrapper.gravity-theme .gfield_checkbox input[type=text],
.gform_wrapper.gravity-theme .gfield_radio button,
.gform_wrapper.gravity-theme .gfield_radio input[type=text] {
    margin-top: 16px
}

.gform_wrapper.gravity-theme .gfield-choice-input {
    display: inline-block;
    margin-top: 0;
    top: 0;
    vertical-align: middle
}

.gform_wrapper.gravity-theme .gfield-choice-input+label {
    margin-bottom: 0;
    max-width: calc(100% - 32px);
    vertical-align: middle
}

.gform_wrapper.gravity-theme .gfield-choice-input:disabled+label {
    color: #757575
}

.gform_wrapper.gravity-theme input[type=number] {
    display: inline-block
}

.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px
}

.gform_wrapper.gravity-theme .ginput_total {
    color: #060
}

.gform_wrapper.gravity-theme .gfield_repeater_cell {
    margin-top: 8px
}

.gform_wrapper.gravity-theme .gfield_repeater_cell label {
    color: #9b9a9a;
    font-size: 12.8px;
    font-weight: 400;
    padding-top: 8px
}

.gform_wrapper.gravity-theme .gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
    padding-top: 8px
}

.gform_wrapper.gravity-theme .gfield_repeater_wrapper input {
    border: 1px solid #c5c6c5;
    border-radius: 4px
}

.gform_wrapper.gravity-theme .gfield_repeater_cell>.gfield_repeater_wrapper {
    background-color: rgba(1, 1, 1, .02);
    border-bottom: 1px solid #eee;
    border-left: 8px solid #f1f1f1;
    border-radius: 8px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .06), 0 2px 1px -1px rgba(0, 0, 0, .06), 0 1px 5px 0 rgba(0, 0, 0, .06);
    padding: 10px 20px
}

.gform_wrapper.gravity-theme .gfield_repeater_buttons {
    padding-top: 16px
}

body .tto-popup[id^=ttoPopup],
body .tto-popup[id^=ttoPopup]>.tto-popup--wrapper {
    display: contents
}

body .tto-popup[id^=ttoPopup] .modal {
    background: 0 0;
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    border: none;
    border-radius: 0;
    z-index: 9999999999
}

body .modal-backdrop {
    background: rgba(0, 0, 0, .4);
    z-index: 2000000000
}

body .tto-popup[id^=ttoPopup] .modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    transition: .4s ease-in-out all
}

body .tto-popup[id^=ttoPopup] .modal .modal-content {
    background: #fff;
    position: relative;
    width: 50%;
    max-width: 550px;
    height: fit-content;
    max-height: calc(100vh - 72px);
    margin: 36px 0;
    overflow: visible
}

body .tto-popup[id^=ttoPopup] .modal .modal-header {
    background-color: #fbfbfb;
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 16px 24px 6px;
    box-shadow: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    z-index: 9
}

body .tto-popup[id^=ttoPopup] .modal .modal-header>.close {
    background: 0 0;
    width: fit-content;
    height: fit-content;
    margin: 0;
    padding: 0;
    outline: 0;
    box-shadow: none
}

body .tto-popup[id^=ttoPopup] .modal .modal-header>.close p {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    line-height: 1
}

body .tto-popup[id^=ttoPopup] .modal .modal-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0
}

body .tto-popup[id^=ttoPopup] .modal .modal-body {
    background-color: #fbfbfb;
    padding: 0 26px 32px 32px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow-y: scroll
}

body .tto-popup[id^=ttoPopup] .modal .modal-body::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    width: 7px
}

body .tto-popup[id^=ttoPopup] .modal .modal-body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .4);
    box-shadow: 0 0 1px rgba(255, 255, 255, .4)
}

body .tto-popup[id^=ttoPopup] .tto-modal .tto-modal--icon {
    background: #fbfbfb;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    top: -32px;
    left: calc(50% - 43px);
    margin: 0;
    border: 5px solid #fbfbfb;
    border-radius: 50%;
    box-shadow: none;
    overflow: hidden;
    z-index: 10
}

body .tto-popup[id^=ttoPopup] .tto-modal .tto-modal--icon img {
    object-fit: cover;
    width: 84%
}

body .tto-popup[id^=ttoPopup] .tto-modal .tto-modal--content .gform_wrapper .top_label .gfield_label {
    color: #193657;
    font-size: 1.6rem;
    margin: 0 0 .7rem
}

body .tto-popup[id^=ttoPopup] .tto-modal .tto-modal--content .gform_wrapper .ginput_container input {
    font-size: 1.5rem !important
}

body .tto-popup[id^=ttoPopup] .tto-modal .tto-modal--content .gform_wrapper .gform_required_legend {
    display: none
}

body .tto-popup[id^=ttoPopup] .tto-modal .tto-modal--content .gform_wrapper .top_label .gfield_label .gfield_required {
    color: var(--accent-color-dark);
    font-size: inherit;
    padding: 0 0 0 .35rem
}

body .tto-popup[id^=ttoPopup] .tto-modal .tto-modal--content .gform_wrapper .gfield {
    margin: 0;
    padding: 0
}

body .tto-popup[id^=ttoPopup] .tto-modal .tto-modal--content .gform_wrapper .gform_footer {
    padding-bottom: 0
}

body .tto-popup[id^=ttoPopup] .tto-modal .tto-modal--content .gform_wrapper .gform_footer input[type=submit] {
    font-size: 1.6rem;
    margin: 1rem auto 0;
    padding: 1.3rem 2.6rem
}

@media (min-width:850px) {
    body .tto-popup[id^=ttoPopup] .modal .modal-body {
        position: initial
    }
}

@media (min-width:1800px) {
    body .tto-popup[id^=ttoPopup] .modal .modal-dialog {
        align-items: flex-start
    }

    body .tto-popup[id^=ttoPopup] .modal .modal-content {
        margin-top: 15rem
    }
}

@media (max-width:849px) {
    body .tto-popup[id^=ttoPopup] .modal .modal-content {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%
    }

    body .tto-popup[id^=ttoPopup] .modal .modal-body {
        position: initial
    }

    body .tto-popup[id^=ttoPopup] .tto-modal .tto-modal--icon {
        position: initial;
        width: 70px;
        height: 70px;
        border: none;
        margin: 0 auto 1rem
    }
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src:url({$theme_path}/static/font/400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    src:url({$theme_path}/static/font/500.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src:url({$theme_path}/static/font/600.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-display: swap;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    src:url({$theme_path}/static/font/700.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

button,
input {
    overflow: visible
}

progress {
    display: inline-block
}

progress {
    vertical-align: baseline
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

details,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figure {
    margin: 1em 40px;
    margin: 1em 4rem
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

strong {
    font-weight: bolder
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
    outline: ButtonText dotted .1rem
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
    outline-offset: -0.2rem
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

html,
input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.footer-widgets,
.nav-primary,
.nav-secondary,
.pagination,
.site-container,
.site-footer,
.site-header,
.site-inner,
.widget,
.wrap {
    clear: both
}

.footer-widgets:after,
.footer-widgets:before,
.nav-primary:after,
.nav-primary:before,
.nav-secondary:after,
.nav-secondary:before,
.pagination:after,
.pagination:before,
.site-container:after,
.site-container:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before,
.site-inner:after,
.site-inner:before,
.widget:after,
.widget:before,
.wrap:after,
.wrap:before {
    clear: both;
    display: block;
    content: ''
}

* {
    -webkit-tap-highlight-color: transparent
}

::-moz-selection {
    background-color: #cbeafb
}

::selection {
    background-color: #cbeafb
}

html {
    font-size: 62.5%;
    max-width: 100vw;
    overflow-x: hidden
}

body {
    background-color: #fff;
    color: #2a3139;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.618;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    max-width: 100vw;
    overflow-x: visible
}

body>div {
    font-size: 16px;
    font-size: 1.6rem
}

p {
    margin: 0 0 1.382em;
    padding: 0
}

a {
    color: #0577bf;
    word-wrap: break-word
}

a:focus,
a:hover {
    color: #2a3139
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none
}

strong {
    font-weight: 600
}

cite,
i {
    font-style: italic
}

code {
    font-family: 'SF Mono', Monaco, Inconsolata, 'Fira Mono', 'Droid Sans Mono', 'Source Code Pro', monospace
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    line-height: 1.236;
    margin: 0 0 .5em
}

h1 {
    font-size: 2.3em
}

h2 {
    font-size: 2em
}

h3 {
    font-size: 1.9em
}

h4 {
    font-size: 1.8em
}

h5 {
    font-size: 1.7em
}

::-moz-placeholder {
    color: #90959f;
    opacity: 1
}

::-webkit-input-placeholder {
    color: #90959f
}

input,
select,
textarea {
    color: #2a3139;
    font-family: Poppins, sans-serif;
    background-color: #fbfcfd;
    border: 1px solid #d4d5d7;
    border-radius: 5px !important;
    padding: 0 1.5em;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3em;
    height: 3em;
    font-weight: 600
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 5px 10px !important
}

.gform_wrapper textarea {
    padding: 10px 12px !important
}

input:focus,
select:focus,
textarea:focus {
    outline: 0;
    border-color: #009cff
}

textarea {
    padding: 1.5em;
    height: auto;
    line-height: 1.618em
}

input[type=checkbox],
input[type=image],
input[type=radio] {
    width: auto
}

input[type=search] {
    -webkit-appearance: none
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    line-height: 3em;
    height: 3em;
    padding: 0 3.333333em;
    -webkit-box-shadow: 0 .25rem 2rem -.5rem rgba(255, 255, 255, 0);
    box-shadow: 0 .25rem 2rem -.5rem rgba(255, 255, 255, 0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease;
    background: #0072ff;
    background: -webkit-linear-gradient(315deg, #00c4ff 0, #0095ff 100%);
    background: -o-linear-gradient(315deg, #00c4ff 0, #0095ff 100%);
    background: linear-gradient(135deg, #00c4ff 0, #0095ff 100%)
}

.button:focus,
.button:hover,
button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    color: #fff;
    -webkit-box-shadow: 0 .5rem 2rem -.5rem rgba(0, 0, 0, .25);
    box-shadow: 0 .5rem 2rem -.5rem rgba(0, 0, 0, .25)
}

.button.white,
button.white,
input[type=button].white,
input[type=reset].white,
input[type=submit].white {
    background: #fff;
    color: #2a3139;
    -webkit-box-shadow: 0 .25rem 2rem rgba(198, 202, 206, .05);
    box-shadow: 0 .25rem 2rem rgba(198, 202, 206, .05)
}

.button.white:focus,
.button.white:hover,
button.white:focus,
button.white:hover,
input[type=button].white:focus,
input[type=button].white:hover,
input[type=reset].white:focus,
input[type=reset].white:hover,
input[type=submit].white:focus,
input[type=submit].white:hover {
    color: #2a3139;
    background: #fff;
    -webkit-box-shadow: 0 .5rem 2rem -.5rem rgba(0, 0, 0, .25);
    box-shadow: 0 .5rem 2rem -.5rem rgba(0, 0, 0, .25)
}

.button.small,
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small {
    font-size: 13px;
    font-size: 1.3rem;
    height: 2.36em;
    line-height: 2.36em;
    padding: 0 2.36em
}

.button.large,
button.large,
input[type=button].large,
input[type=reset].large,
input[type=submit].large {
    font-size: 19px;
    font-size: 1.9rem
}

.button:disabled,
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
    background: #eceef1;
    border-width: 0;
    color: #c6cace;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
    display: none
}

fieldset {
    margin-bottom: 1em
}

iframe,
img,
object {
    max-width: 100%;
    display: block
}

img {
    height: auto
}

figure {
    margin: 0
}

.no-js .wp-video-shortcode {
    background-color: #f6f8fa;
    border: 1px solid #eceef1;
    width: 100%
}

table {
    background-color: #fff;
    border: 1px solid #eceef1;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    width: 100%
}

tbody {
    border-bottom: 1px solid #eceef1
}

td,
th {
    text-align: left;
    padding: .618em;
    border-top: 1px solid #eceef1;
    border-right: 1px solid #eceef1
}

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span,
.wp-custom-logo .site-description,
.wp-custom-logo .site-title {
    position: absolute !important;
    background-color: #fff;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    height: .1rem;
    width: 1px;
    width: .1rem;
    border: 0;
    overflow: hidden
}

.screen-reader-shortcut:focus,
.screen-reader-text:focus {
    clip: auto !important;
    height: auto;
    width: auto;
    display: block;
    padding: 10px 20px;
    padding: 1rem 2rem;
    z-index: 100000;
    text-decoration: none;
    -webkit-box-shadow: 0 0 .2rem .2rem rgba(42, 49, 57, .1);
    box-shadow: 0 0 .2rem .2rem rgba(42, 49, 57, .1)
}

.genesis-skip-link {
    margin: 0
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none
}

.wrap {
    margin: 0 auto;
    padding-left: 6vw;
    padding-right: 6vw
}

.wrap .wrap {
    max-width: 100%;
    width: auto;
    padding: 0
}

.site-inner {
    clear: both
}

.content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px 0;
    padding: 4rem 0;
    min-height: 400px;
    min-height: 40rem
}

.home.page .content {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}

.home.page .content {
    background-color: transparent
}

.page .content,
.single .content {
    position: relative;
    border-radius: 6px;
    background-color: #fff
}

.gallery {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.gallery a,
.gallery img {
    display: block
}

.single .gallery {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    margin: 1.618em auto;
    width: 100vw;
    max-width: 768px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.breadcrumb {
    padding: 10px 0 0;
    padding: 1rem 0 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    color: #c6cace
}

.breadcrumb a {
    color: #fff;
    text-decoration: none
}

.breadcrumb a:focus,
.breadcrumb a:hover {
    text-decoration: underline
}

.search-form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    clear: both
}

.search-form:after,
.search-form:before {
    clear: both;
    display: block;
    content: ''
}

.search-form .search-toggle {
    display: none;
    height: 25px;
    height: 2.5rem;
    width: 25px;
    width: 2.5rem;
    background-image:url('{$theme_path}/static/image/search.svg');
    background-size: 1.75rem;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.shrink .search-form .search-toggle {
    background-image:url('{$theme_path}/static/image/search.svg')
}

.search-form .search-toggle.active {
    background-size: 1.4rem;
    background-image:url('{$theme_path}/static/image/close.svg')
}

.shrink .search-form .search-toggle.active {
    background-image:url('{$theme_path}/static/image/close.svg')
}

.search-form input[type=search] {
    width: 300px;
    width: 30rem;
    margin-right: 1em;
    background-color: rgba(255, 255, 255, .2)
}

.site-header .search-form input[type=search] {
    max-width: 79vw;
    display: block;
    background-color: #f6f8fa
}

.site-header.shrink .search-form input[type=search] {
    color: #2a3139;
    border: 1px solid #eceef1
}

.search-form input[type=submit] {
    display: none
}

.site-header {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    border-bottom: 1px solid rgba(198, 202, 206, .3);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease
}

.site-header>.wrap {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 60px;
    height: 6rem;
    -webkit-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s ease
}

.title-area {
    margin: 0 auto 0 0;
    position: relative;
    display: block;
    width: 150px;
    width: 15rem
}

.site-title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0
}

.site-title a {
    color: #2a3139;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease
}

.shrink .site-title a {
    color: #2a3139
}

.site-description {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
    line-height: 1;
    opacity: .618;
    position: absolute !important;
    background-color: #fff;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    height: .1rem;
    width: 1px;
    width: .1rem;
    border: 0;
    overflow: hidden
}

.custom-logo {
    display: block
}

.shrink .custom-logo {
    display: block
}

.before-header {
    background-color: #f6f8fa;
    border-bottom: 1px solid rgba(198, 202, 206, .3);
    border-top: 1px solid rgba(198, 202, 206, .3);
    position: relative;
    color: #3f454c;
    height: 40px;
    height: 4rem;
    font-size: 12px;
    font-size: 1.2rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease
}

.no-js .before-header {
    padding-top: 10px;
    padding-top: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
    height: auto
}

.menu .before-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin: 3em 0 0;
    padding: 3em 0 0;
    background-color: transparent;
    border-bottom: none;
    height: auto;
    clear: both
}

.menu .before-header:after,
.menu .before-header:before {
    clear: both;
    display: block;
    content: ''
}

.menu .before-header .widget {
    margin-bottom: 1em
}

.before-header .wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%
}

.before-header .wrap:after,
.before-header .wrap:before {
    display: none
}

.before-header .widget {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.before-header .widget:last-of-type {
    margin-bottom: 0
}

.before-header .widget-wrap {
    width: 100%
}

.before-header p {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.before-header .fa {
    margin-right: .5em
}

.before-header .fa:before {
    line-height: 1.618
}

.header-widget-area {
    margin: 0 1em 0 0;
    display: none
}

.header-widget-area .widget:last-of-type {
    margin-bottom: 0
}

.hero-section {
    background-color: #000;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #eceef1;
    text-align: center;
    position: relative;
    padding: 60px 0;
    padding: 6rem 0
}

.hero-section:before {
    content: '';
    display: block !important;
    position: absolute;
    background: rgba(0, 0, 0, .72);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease
}

.hero-section .wrap {
    position: relative;
    z-index: 2
}

.hero-section h1 {
    width: 100%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3)
}

.hero-section p {
    width: 100%;
    max-width: 650px;
    color: #fff;
    margin: .5em auto 0;
    text-align: center;
    font-weight: 500
}

.menu {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    clear: both
}

.menu:after,
.menu:before {
    clear: both;
    display: block;
    content: ''
}

.menu .right {
    margin-left: auto
}

.menu .date,
.menu .search {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 0;
    margin-top: 1em
}

.menu-item {
    display: block;
    padding: 10px 0;
    padding: 1rem 0;
    width: 100%;
    position: relative;
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.menu-item.button {
    padding: 0;
    background: 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 1em 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.menu-item.button:last-of-type a {
    padding-right: 3em
}

.menu-item.button a {
    background: #0072ff;
    background: -webkit-linear-gradient(315deg, #00c6ff 0, #0072ff 100%);
    background: -o-linear-gradient(315deg, #00c6ff 0, #0072ff 100%);
    background: linear-gradient(135deg, #00c6ff 0, #0072ff 100%);
    border-radius: 9rem;
    padding: 1em 3em;
    color: #fff
}

.shrink .menu-item.button a {
    color: #fff
}

.menu-item.button a:focus,
.menu-item.button a:hover {
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 9rem rgba(0, 17, 51, .1);
    box-shadow: inset 0 0 0 9rem rgba(0, 17, 51, .1)
}

.menu-item a {
    text-decoration: none;
    display: inline-block;
    color: #2a3139;
    margin: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease
}

.menu-item a:focus,
.menu-item a:hover {
    color: #066daf
}

.menu-item span {
    display: block
}

.sub-menu {
    display: none;
    clear: both
}

.sub-menu:after,
.sub-menu:before {
    clear: both;
    display: block;
    content: ''
}

.sub-menu:before {
    content: '';
    position: absolute;
    top: -6px;
    top: -.6rem;
    left: 30px;
    left: 3rem;
    height: 12px;
    height: 1.2rem;
    width: 12px;
    width: 1.2rem;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: -1px -1px 2px rgba(0, 16, 44, .12);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 98;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    display: none
}

.sub-menu .menu-item {
    width: 100%;
    height: auto;
    padding: .5em 0
}

.sub-menu .menu-item:first-of-type {
    margin-top: 1em
}

.sub-menu a {
    padding-left: .618em
}

.sub-menu .sub-menu {
    padding-left: 1em
}

.nav-primary,
.nav-secondary {
    width: 93vw;
    max-width: 400px;
    max-width: 40rem;
    margin: 0;
    padding: 0 40px;
    padding: 0 4rem;
    background-color: #fff;
    border-top: 1px solid #eceef1;
    border-bottom: 1px solid #eceef1;
    position: absolute;
    right: -400px;
    right: -40rem;
    top: 0;
    bottom: 0;
    height: 100vh;
    overflow: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease
}

.no-js .nav-primary,
.no-js .nav-secondary {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    right: auto;
    border: 0;
    padding: 0
}

.no-js .nav-primary .wrap,
.no-js .nav-secondary .wrap {
    padding: 0
}

.no-js .nav-primary .menu,
.no-js .nav-secondary .menu {
    padding: 0
}

.no-js .nav-primary .menu-item,
.no-js .nav-secondary .menu-item {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    width: auto;
    padding-right: 10px;
    padding-right: 1rem
}

.nav-primary .menu,
.nav-secondary .menu {
    padding: 5em 0 7.5em;
    position: relative
}

.nav-secondary {
    width: 100%
}

.nav-secondary .sub-menu .menu-item {
    height: auto
}

.site-footer .menu {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 14px;
    font-size: 1.4rem
}

.site-footer .menu-item {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0
}

.site-footer .menu-item:last-of-type {
    margin-bottom: 0
}

.site-footer .menu-item:last-of-type a {
    margin-bottom: 2px
}

.site-footer .menu-item a {
    padding: 0;
    margin-bottom: 1em;
    color: #6f7784;
    font-weight: 500;
    font-size: 1.3rem
}

.site-footer .menu-item a:focus,
.site-footer .menu-item a:hover {
    color: #0977bd
}

.menu-toggle {
    padding: 1em .5em;
    margin-right: -.5em;
    cursor: pointer;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    height: auto;
    position: relative;
    color: #2a3139;
    z-index: 1
}

.menu-toggle:focus,
.menu-toggle:hover {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #2a3139
}

.menu-toggle.activated,
.shrink .menu-toggle {
    color: #2a3139
}

.menu-toggle.activated span,
.shrink .menu-toggle span {
    background: #2a3139
}

.menu-toggle.activated span:after,
.menu-toggle.activated span:before,
.shrink .menu-toggle span:after,
.shrink .menu-toggle span:before {
    background: #2a3139
}

.menu-toggle span {
    display: block;
    float: right;
    position: relative;
    height: 2px;
    background: #2a3139;
    width: 20px;
    width: 2rem;
    border-radius: 3px;
    font-size: 0
}

.menu-toggle span::after,
.menu-toggle span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2a3139;
    border-radius: 3px;
    content: ' '
}

.menu-toggle span::before {
    top: -5px;
    top: -.5rem;
    -webkit-transition: top .2s .2s, -webkit-transform .2s;
    transition: top .2s .2s, -webkit-transform .2s 0s;
    -o-transition: top .2s .2s, transform .2s;
    transition: top .2s .2s, transform .2s 0s;
    transition: top .2s .2s, transform .2s 0s, -webkit-transform .2s 0s
}

.menu-toggle span::after {
    bottom: -5px;
    bottom: -.5rem;
    -webkit-transition: bottom .2s .2s, -webkit-transform .2s;
    transition: bottom .2s .2s, -webkit-transform .2s 0s;
    -o-transition: bottom .2s .2s, transform .2s;
    transition: bottom .2s .2s, transform .2s 0s;
    transition: bottom .2s .2s, transform .2s 0s, -webkit-transform .2s 0s
}

.menu-toggle.activated span {
    background: 0 0
}

.menu-toggle.activated span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .2s, -webkit-transform .2s .2s;
    transition: top .2s 0s, -webkit-transform .2s .2s;
    -o-transition: top .2s, transform .2s .2s;
    transition: top .2s 0s, transform .2s .2s;
    transition: top .2s 0s, transform .2s .2s, -webkit-transform .2s .2s
}

.menu-toggle.activated span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom .2s, -webkit-transform .2s .2s;
    transition: bottom .2s 0s, -webkit-transform .2s .2s;
    -o-transition: bottom .2s, transform .2s .2s;
    transition: bottom .2s 0s, transform .2s .2s;
    transition: bottom .2s 0s, transform .2s .2s, -webkit-transform .2s .2s
}

.sub-menu-toggle {
    position: absolute;
    right: 3em;
    height: auto;
    top: .1em;
    background: 0 0;
    padding: 1em;
    margin: 0 -1em;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sub-menu-toggle:focus {
    outline: #eceef1 solid 2px
}

.sub-menu-toggle:before {
    content: '';
    display: block;
    margin: 2px 0 -2px;
    margin: .2rem 0 -.2rem;
    border: 4px solid transparent;
    border: .4rem solid transparent;
    border-top-color: #2a3139
}

.sub-menu-toggle.activated:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: -2px 0 2px;
    margin: -.2rem 0 .2rem
}

.pagination {
    padding: 6vw 0;
    clear: both
}

.pagination:after,
.pagination:before {
    clear: both;
    display: block;
    content: ''
}

.screen-reader-text {
    color: #000
}

.sidebar {
    position: relative;
    z-index: 1
}

.sidebar ul {
    color: #4d5968;
    margin-left: 1em;
    line-height: 2
}

.sidebar ul>li {
    list-style-type: disc
}

.sidebar li li {
    list-style-type: circle
}

.sidebar a {
    color: #3f454c
}

.sidebar a:focus,
.sidebar a:hover {
    color: #009cff
}

.sidebar .widget {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 3.5vw 0
}

.sidebar .widget:first-of-type {
    padding-top: 0
}

.site-footer {
    width: 100%;
    color: #4d5968;
    border-top: 1px solid #eceef1;
    position: relative
}

.site-footer a {
    color: #3f454c;
    text-decoration: none
}

.site-footer a:focus,
.site-footer a:hover {
    color: #009cff
}

.before-footer {
    background-color: #f6f8fa;
    border-bottom: 1px solid #eceef1;
    padding: 30px 0;
    padding: 3rem 0
}

.before-footer .wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.before-footer .wrap:after,
.before-footer .wrap:before {
    display: none
}

.before-footer .widget {
    margin-bottom: 0;
    width: 100%
}

.before-footer .widget:last-of-type {
    margin-bottom: 0
}

.before-footer h2,
.before-footer h3,
.before-footer h4,
.before-footer h5 {
    color: #2a3139
}

.footer-widgets {
    padding: 50px 0 0;
    padding: 5rem 0 0;
    position: relative;
    font-size: 15px;
    font-size: 1.5rem
}

.footer-widgets .widget-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1em;
    color: #545a64;
    font-weight: 600
}

.footer-widgets .widget-area {
    margin: 0 auto 40px;
    margin: 0 auto 4rem
}

.footer-widgets .widget-area.footer-widgets-1 i {
    margin-top: .2em;
    margin-right: .618em;
    display: inline-block;
    float: left
}

.footer-widgets .widget-area.footer-widgets-1 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.footer-widgets .widget-area.footer-widgets-2 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.footer-widgets .widget-area.footer-widgets-1 .widget {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3
}

.footer-widgets .widget-area.footer-widgets-1 .widget-1 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.footer-widgets .widget-area.footer-widgets-2 .widget {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3
}

.footer-widgets .widget-area.footer-widgets-2 .widget-1 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.footer-widgets .widget-area .widget {
    display: block;
    margin-bottom: 40px;
    margin-bottom: 4rem
}

.footer-widgets .widget-area .widget:last-of-type {
    margin-bottom: 0
}

.footer-widgets .widget-area .widget.widget_nav_menu {
    margin-bottom: 0;
    padding-right: 3rem
}

.footer-credits {
    width: 100%;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 20px 0;
    padding: 2rem 0;
    border-top: 1px solid #eceef1;
    font-size: 15px;
    font-size: 1.5rem
}

.footer-credits .menu-item {
    width: auto;
    margin-left: 2em
}

.footer-credits p {
    margin-bottom: 0
}

.sidebar .enews input {
    margin-bottom: 1em
}

.site-footer .enews form {
    position: relative;
    margin-top: .618em
}

.site-footer .enews input[type=email],
.site-footer .enews input[type=text] {
    margin-top: 10px;
    margin-top: 1rem
}

.site-footer .enews input[type=submit] {
    position: absolute;
    right: 0;
    bottom: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: transparent;
    padding-right: 0
}

.site-footer .enews input[type=submit]:focus+.send-icon,
.site-footer .enews input[type=submit]:hover+.send-icon {
    opacity: 1
}

.site-footer .enews .send-icon {
    display: block;
    height: 18px;
    height: 1.8rem;
    width: 18px;
    width: 1.8rem;
    background-image:url('{$theme_path}/static/image/paper-plane.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 2em;
    bottom: 1em;
    margin: 0;
    pointer-events: none;
    opacity: .236;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease
}

.no-js .slick-slide:first-of-type {
    display: block;
    width: 100%
}

.slick-arrow {
    -webkit-box-shadow: none;
    box-shadow: none
}

.front-page-widget {
    width: 100%;
    padding: 60px 0;
    padding: 6rem 0;
    position: relative
}

.front-page-widget .widget:last-of-type {
    margin-bottom: 0
}

.front-page-widget .textwidget {
    width: 100%
}

.front-page-widget li,
.front-page-widget p {
    color: #4d5968
}

.front-page-1 {
    padding: 0;
    background-color: #c6cace
}

.front-page-1>.wrap {
    width: 100%;
    max-width: 100%;
    padding: 0
}

.front-page-1 .slick-slider {
    max-height: 100vh
}

.front-page-1 .slick-slide {
    min-height: 100%
}

.front-page-1 .slick-dots {
    line-height: 0
}

.front-page-1 .slick-wrap {
    padding-top: 40px;
    padding-top: 4rem;
    max-width: 88vw
}

.front-page-1 .slick-content {
    max-width: 768px
}

.front-page-1 .slick-arrow {
    visibility: hidden;
    overflow: hidden
}

.front-page-1 h2:not(.fp1-headline) {
    font-size: 2em;
    margin-bottom: .6em
}

.front-page-1 p {
    max-width: 512px;
    line-height: 1.382
}

.front-page-2 .wrap {
    padding: 0
}

.front-page-2 .gallery img {
    width: 100%;
    height: auto;
    min-height: 10px;
    min-height: 1rem;
    padding: 0 6vw;
    margin: 2px
}

.no-js .front-page-2 .gallery-item {
    max-width: 50%
}

.front-page-2 .slick-list {
    width: 100%
}

.front-page-2 .slick-track {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-width: 100%
}

.front-page-3 .wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.front-page-3 .wrap:after,
.front-page-3 .wrap:before {
    display: none
}

.front-page-3 iframe {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01)
}

.front-page-4 .wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.front-page-4 .widget:first-of-type {
    margin-bottom: 50px;
    margin-bottom: 5rem
}

.front-page-5 {
    padding: 0;
    text-align: center;
    border: none !important
}

.front-page-5 .wrap {
    width: 100%;
    min-width: 100%;
    padding: 0
}

.front-page-5 .widget-title {
    text-align: center;
    margin: 0 0 50px;
    margin: 0 0 5rem
}

.front-page-5 .image {
    display: block
}

.front-page-5 .image:before {
    content: '';
    display: block !important;
    position: absolute;
    background: rgba(42, 49, 57, .5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease
}

.front-page-5 .image:before {
    opacity: 0
}

.front-page-5 .image:focus:before,
.front-page-5 .image:hover:before {
    opacity: 1
}

.front-page-5 .image:focus+.title,
.front-page-5 .image:hover+.title {
    opacity: 1;
    top: 50%
}

.front-page-5 .title {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1em;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease
}

.front-page-5 img {
    min-width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease
}

.front-page-6 {
    background: #0072ff;
    background: -webkit-linear-gradient(315deg, #00c6ff 0, #0072ff 100%);
    background: -o-linear-gradient(315deg, #00c6ff 0, #0072ff 100%);
    background: linear-gradient(135deg, #00c6ff 0, #0072ff 100%);
    border: none !important;
    color: #fff
}

.front-page-6 .wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.front-page-6 .wrap:after,
.front-page-6 .wrap:before {
    display: none
}

.front-page-6 .widget:last-of-type .button {
    margin-bottom: 0
}

.front-page-6 p {
    color: #fff;
    max-width: 768px
}

.front-page-7 {
    text-align: center
}

.front-page-7 .wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0
}

.front-page-7 .wrap:after,
.front-page-7 .wrap:before {
    display: none
}

.front-page-7 .widget {
    width: 100%
}

.front-page-9 {
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
    text-align: center
}

.front-page-9:before {
    content: '';
    display: block !important;
    position: absolute;
    background: rgba(42, 49, 57, .5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease
}

.front-page-9 .widget {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 768px
}

.front-page-9 .widget-wrap {
    height: 100%
}

.front-page-9 p {
    color: #eceef1
}

.front-page-9 form {
    margin-top: 1.382em
}

.front-page-9 ::-moz-placeholder {
    color: #eceef1;
    opacity: 1
}

.front-page-9 ::-webkit-input-placeholder {
    color: #eceef1
}

.front-page-9 input {
    background-color: rgba(255, 255, 255, .25);
    border: 0;
    margin: 0 auto 1em;
    color: #fff;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease
}

.front-page-9 input[type=submit] {
    margin-bottom: 0;
    width: auto
}

.front-page-9 input:focus,
.front-page-9 input:hover {
    background-color: rgba(255, 255, 255, .3)
}

@media (min-width:384px) {
    .before-header p {
        display: -ms-inline-flexbox;
        display: -webkit-inline-box;
        display: inline-flex;
        margin: 0 1em 0 0
    }

    .front-page-1 h2:not(.fp1-headline) {
        font-size: 2.2em;
        line-height: 1.236;
        padding: 0 1rem
    }

    .front-page-1 p {
        line-height: 1.618
    }
}

@media (min-width:512px) {

    .button+.button,
    .button+button,
    button+.button,
    button+button,
    input[type=button]+.button,
    input[type=button]+button,
    input[type=reset]+.button,
    input[type=reset]+button,
    input[type=submit]+.button,
    input[type=submit]+button {
        margin-top: 0;
        clear: none
    }

    .front-page-1 .slick-arrow {
        visibility: visible
    }

    .front-page-9 input {
        display: inline-block;
        margin: 0 .2em 1em;
        width: auto
    }
}

@media (min-width:768px) {
    body {
        font-size: 1.8rem
    }

    body>div {
        font-size: 2rem
    }

    h1 {
        font-size: 3em
    }

    .wrap {
        width: 88%;
        max-width: 1300px;
        padding-left: 0;
        padding-right: 0
    }

    .content {
        padding: 6rem
    }

    .home.page .content {
        margin: 0
    }

    .page .content,
    .single .content {
        margin: -6rem auto 5rem
    }

    .single .content {
        -webkit-box-shadow: 0 10px 28px -7px rgba(0, 0, 0, .3);
        box-shadow: 0 10px 28px -7px rgba(0, 0, 0, .3)
    }

    .page .content:before,
    .single .content:before {
        display: block
    }

    .first {
        clear: both;
        margin-left: 0
    }

    .hero-section {
        padding: 10rem 0 16rem
    }

    body.search .hero-section {
        padding: 10rem 0
    }

    .hero-section .wrap {
        padding: 0 6rem
    }

    .nav-primary,
    .nav-secondary {
        right: calc(-40rem + -6vw)
    }

    .nav-primary.activated,
    .nav-secondary.activated {
        right: -6vw
    }

    .sidebar .widget {
        padding: 3rem 0
    }

    .sidebar .widget:first-of-type {
        padding-top: 3rem
    }

    .site-footer .widget-area {
        margin-bottom: 0
    }

    .before-footer {
        padding: 5rem 0
    }

    .before-footer p {
        margin: 0
    }

    .footer-widgets {
        padding: 5rem 0 0
    }

    .footer-widgets .wrap {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-widgets .widget-area {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .footer-widgets .widget-area.footer-widgets-1 {
        margin-left: 0
    }

    .footer-widgets .widget-area.footer-widgets-2 {
        margin-bottom: 0
    }

    .footer-credits {
        margin-top: 6rem
    }

    .footer-credits .wrap {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .footer-credits .widget {
        width: 100%
    }

    .front-page-widget {
        padding: 10rem 0
    }

    .front-page-1 {
        padding: 0
    }

    .front-page-1 .slick-slider {
        max-height: 100vh
    }

    .front-page-1 .slick-arrow {
        top: 50%
    }

    .front-page-2 {
        padding: 5rem 0
    }

    .front-page-2 .widget-wrap {
        max-width: calc(100% + 10vw);
        width: calc(100% + 10vw);
        margin: 0 -5vw
    }

    .front-page-2 .gallery img {
        padding: 0 5vw
    }

    .no-js .front-page-2 .gallery img {
        padding: 0 1rem
    }

    .no-js .front-page-2 .gallery-item {
        max-width: 100%
    }

    .front-page-4 .pull-left {
        max-width: 150% !important;
        width: 150%;
        right: 0;
        position: relative;
        margin-left: -50%
    }

    .front-page-5 {
        padding: 0
    }

    .front-page-6 {
        padding: 10rem 0
    }

    .front-page-6 .widget {
        margin-bottom: 0
    }

    .front-page-6 p {
        margin-bottom: 0
    }

    .front-page-9 .wrap {
        padding: 5rem 0
    }

    .front-page-9 input {
        margin-bottom: 0
    }
}

@media (min-width:896px) {
    .content {
        width: 100%
    }

    .single .gallery {
        max-width: 896px
    }

    .search-form .search-toggle {
        display: block
    }

    .site-header .search-form input[type=search] {
        display: none;
        position: absolute;
        right: 2em;
        top: 0;
        bottom: 0;
        margin: auto 1em auto 0
    }

    .site-header>.wrap {
        padding: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 10rem
    }

    .site-description {
        text-align: left;
        line-height: 1.382
    }

    .before-header {
        width: 100vw;
        max-width: 100%
    }

    .before-header .wrap {
        padding: 0;
        width: 100%;
        max-width: 100%
    }

    .before-header .widget {
        width: 100%
    }

    .header-widget-area {
        margin: 0 0 0 .5em;
        display: block;
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .hero-section {
        padding: 10rem 0 16rem
    }

    .menu {
        font-size: 1.4rem
    }

    .menu .date,
    .menu .search {
        margin-top: 0;
        margin-left: .618em
    }

    .menu-item {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-order: initial;
        -webkit-box-ordinal-group: initial;
        order: initial;
        padding: 0 .618em;
        width: auto;
        height: 10rem
    }

    .menu-item:first-of-type>a {
        padding-left: 0
    }

    .menu-item:last-of-type a {
        padding-right: 0
    }

    .menu-item.button {
        margin: 0 0 0 1em
    }

    .sub-menu {
        display: block;
        background-color: #fff;
        top: -2000px;
        left: 0;
        position: absolute;
        margin-left: -1em;
        width: 20rem;
        z-index: 99;
        padding: 1em 0;
        border: 1px solid #eceef1;
        border-radius: 5px;
        -webkit-box-shadow: 0 10px 28px rgba(0, 16, 44, .2), 0 1px 5px rgba(0, 16, 44, .35);
        box-shadow: 0 10px 28px rgba(0, 16, 44, .2), 0 1px 5px rgba(0, 16, 44, .35);
        right: auto;
        -webkit-box-shadow: 0 10px 28px rgba(0, 16, 44, .18), 0 1px 5px rgba(0, 16, 44, .2);
        box-shadow: 0 10px 28px rgba(0, 16, 44, .18), 0 1px 5px rgba(0, 16, 44, .2);
        opacity: 0;
        pointer-events: none;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        transition: opacity .2s linear, top .25s step-end, -webkit-transform .2s cubic-bezier(.36, .66, .04, 1);
        -webkit-transition: opacity .2s linear, top .25s step-end, -webkit-transform .2s cubic-bezier(.36, .66, .04, 1);
        -o-transition: transform .2s cubic-bezier(.36, .66, .04, 1), opacity .2s linear, top .25s step-end;
        transition: transform .2s cubic-bezier(.36, .66, .04, 1), opacity .2s linear, top .25s step-end;
        transition: transform .2s cubic-bezier(.36, .66, .04, 1), opacity .2s linear, top .25s step-end, -webkit-transform .2s cubic-bezier(.36, .66, .04, 1)
    }

    .menu-item.menu-item-has-children:hover>.sub-menu {
        top: 90%;
        opacity: 1;
        pointer-events: all;
        transition: opacity .1s linear, top .25s step-start, -webkit-transform .25s cubic-bezier(.17, .67, .52, 1);
        -webkit-transition: opacity .1s linear, top .25s step-start, -webkit-transform .25s cubic-bezier(.17, .67, .52, 1);
        -o-transition: transform .25s cubic-bezier(.17, .67, .52, 1), opacity .1s linear, top .25s step-start;
        transition: transform .25s cubic-bezier(.17, .67, .52, 1), opacity .1s linear, top .25s step-start;
        transition: transform .25s cubic-bezier(.17, .67, .52, 1), opacity .1s linear, top .25s step-start, -webkit-transform .25s cubic-bezier(.17, .67, .52, 1);
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s
    }

    ul.menu>li.menu-item>.sub-menu>li.menu-item {
        position: initial
    }

    ul.menu>li.menu-item>.sub-menu>li.menu-item>.sub-menu {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 100%;
        right: auto;
        margin: 0
    }

    .service-header-menu .sub-menu {
        width: 26rem
    }

    .sub-menu:before {
        display: block
    }

    .sub-menu .menu-item {
        padding: .5em 1em;
        height: auto
    }

    .sub-menu .menu-item:first-of-type {
        margin-top: 0
    }

    .sub-menu a {
        padding: 0;
        position: relative;
        word-wrap: break-word;
        color: #626365;
        font-size: 1.3rem
    }

    .service-header-menu .sub-menu li.menu-item a {
        display: flex
    }

    .service-header-menu .sub-menu li.menu-item a:before {
        content: '';
        display: inline-block;
        height: 20px;
        width: 20px;
        background-size: contain;
        margin-right: 8px;
        transition: .15s ease-in-out all
    }

    .service-header-menu .sub-menu:before {
        display: none;
        content:url('{$theme_path}/static/image/content-marketing-color.svg') url('{$theme_path}/static/image/digital-marketing-colo.svg') url('{$theme_path}/static/image/email-marketing-color-v1.svg') url('{$theme_path}/static/image/search-engine-marketing-color.svg') url('{$theme_path}/static/image/search-engine-optimization-color.svg') url('{$theme_path}/static/image/social-media-marketing-color.svg') url('{$theme_path}/static/image/website-design-color.svg')
    }

    .service-header-menu .sub-menu li.menu-item.tto-pencil>a:before {
        background-image:url('{$theme_path}/static/image/content-marketing-outline.svg')
    }

    .service-header-menu .sub-menu li.menu-item.tto-pencil>a:hover:before {
        background-image:url('{$theme_path}/static/image/content-marketing-color.svg')
    }

    .service-header-menu .sub-menu li.menu-item.tto-globe>a:before {
        background-image:url('{$theme_path}/static/image/digital-marketing-outline.svg')
    }

    .service-header-menu .sub-menu li.menu-item.tto-globe>a:hover:before {
        background-image:url('{$theme_path}/static/image/digital-marketing-colo.svg')
    }

    .service-header-menu .sub-menu li.menu-item.tto-mail>a:before {
        background-image:url('{$theme_path}/static/image/email-marketing-outline.svg')
    }

    .service-header-menu .sub-menu li.menu-item.tto-mail>a:hover:before {
        background-image:url('{$theme_path}/static/image/email-marketing-color-v1.svg')
    }

    .service-header-menu .sub-menu li.menu-item.tto-graph>a:before {
        background-image:url('{$theme_path}/static/image/search-engine-marketing.svg')
    }

    .service-header-menu .sub-menu li.menu-item.tto-graph>a:hover:before {
        background-image:url('{$theme_path}/static/image/search-engine-marketing-color.svg')
    }

    .service-header-menu .sub-menu li.menu-item.tto-glass>a:before {
        background-image:url('{$theme_path}/static/image/search-engine-optimization-outline.svg')
    }

    .service-header-menu .sub-menu li.menu-item.tto-glass>a:hover:before {
        background-image:url('{$theme_path}/static/image/search-engine-optimization-color.svg')
    }

    .service-header-menu .sub-menu li.menu-item.tto-social>a:before {
        background-image:url('{$theme_path}/static/image/social-media-marketing-outline.svg')
    }

    .service-header-menu .sub-menu li.menu-item.tto-social>a:hover:before {
        background-image:url('{$theme_path}/static/image/social-media-marketing-color.svg')
    }

    .service-header-menu .sub-menu li.menu-item.tto-page>a:before {
        background-image:url('{$theme_path}/static/image/website-design-outline.svg')
    }

    .service-header-menu .sub-menu li.menu-item.tto-page>a:hover:before {
        background-image:url('{$theme_path}/static/image/website-design-color.svg')
    }

    .sub-menu .sub-menu {
        margin: -.1rem 0 0 19.9rem;
        padding-left: 0;
        left: -.1rem;
        top: -.5em;
        border: 1px solid #eceef1
    }

    .nav-primary,
    .nav-secondary {
        overflow: visible;
        border: none;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        height: auto;
        width: auto;
        max-width: none;
        display: block;
        margin: 0;
        padding: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .nav-primary.activated,
    .nav-secondary.activated {
        -webkit-box-shadow: none;
        box-shadow: none;
        right: auto
    }

    .no-js .nav-primary,
    .no-js .nav-secondary {
        display: block;
        width: auto
    }

    .nav-primary .menu,
    .nav-secondary .menu {
        padding: 0
    }

    .nav-secondary {
        width: 100%;
        border-top: 1px solid rgba(198, 202, 206, .3)
    }

    .nav-secondary .menu-item {
        height: 6rem
    }

    .nav-secondary .menu>.menu-item:first-of-type {
        padding-left: 0
    }

    .menu-toggle {
        display: none
    }

    .sub-menu-toggle {
        display: none
    }

    .pagination {
        padding: 5rem 0
    }

    .front-page-1 .slick-wrap {
        width: 88%;
        max-width: 1152px;
        padding-top: 10rem
    }

    .has-before-header .front-page-1 .slick-wrap {
        padding-top: 14rem
    }

    .has-nav-secondary .front-page-1 .slick-wrap {
        padding-top: 16rem
    }

    .has-nav-secondary.has-before-header .front-page-1 .slick-wrap {
        padding-top: 20rem
    }
}

@media (min-width:1152px) {
    .header-widget-area {
        margin: 0 0 0 2em
    }

    .menu-item {
        padding: 0 1em
    }

    .front-page-2 {
        padding: 7.5rem 0
    }

    .front-page-2 .widget-wrap {
        max-width: calc(100% + 7.5rem);
        width: calc(100% + 7.5rem);
        margin: 0 -3.75rem
    }

    .front-page-2 .gallery img {
        padding: 0 3.75rem
    }
}

@media (min-width:1280px) {
    .hero-section {
        padding: 14rem 0 20rem
    }

    body.search .hero-section {
        padding: 14rem 0
    }

    .menu .date,
    .menu .search {
        margin-left: 1.5em
    }
}

@media print {

    *,
    :after,
    :before {
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #2a3139 !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: ' (' attr(href) ')'
    }

    .site-title>a:after,
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: ''
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm .5cm
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    .content {
        width: 100%
    }

    .breadcrumb,
    .header-widget-area,
    .nav-primary,
    .nav-secondary,
    .sidebar,
    button,
    input,
    select,
    textarea {
        display: none !important
    }

    .title-area {
        text-align: center;
        width: 100%
    }

    .site-title>a {
        margin: 0;
        text-decoration: none;
        text-indent: 0
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        top: -10rem
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3
    }

    img {
        page-break-after: avoid;
        page-break-inside: avoid
    }

    table {
        page-break-inside: avoid
    }

    ul {
        page-break-before: avoid
    }
}

.topbar-menu li {
    height: auto
}

.topbar-menu li a {
    margin: 0;
    color: #3e4248;
    font-weight: 500;
    font-size: 1.3rem
}

.white {
    color: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0, rgba(255, 255, 255, .89)), color-stop(100%, #f1f1f1), to(rgba(237, 237, 237, .89)));
    background: -webkit-linear-gradient(top, #000 0, rgba(255, 255, 255, .89) 0, #f1f1f1 100%, rgba(237, 237, 237, .89));
    background: -o-linear-gradient(top, #000 0, rgba(255, 255, 255, .89) 0, #f1f1f1 100%, rgba(237, 237, 237, .89));
    background: linear-gradient(180deg, #000 0, rgba(255, 255, 255, .89) 0, #f1f1f1 100%, rgba(237, 237, 237, .89))
}

.cta-button {
    text-transform: uppercase;
    z-index: 9
}

.white:hover {
    color: #000
}

.btn-shadow {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.basic {
    background: 0 0;
    color: #0261a7;
    padding: 0;
    font-weight: 600
}

.basic:hover {
    background: 0 0;
    color: #199fdd;
    padding: 0;
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
    -webkit-box-shadow: none;
    box-shadow: none
}

.featured-link {
    line-height: 2.5em;
    height: 2.5em
}

.featured-link:hover {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px)
}

.tto-before-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 4px;
    margin: 0 auto;
    color: #3e4248;
    font-weight: 500;
    font-size: 1.3rem
}

.tto-before-header-left {
    display: flex;
    justify-content: center;
    align-items: center
}

.tto-before-header-left a,
.tto-before-header-right a {
    text-decoration: none;
    color: inherit
}

.tto-before-header-left a:focus,
.tto-before-header-right a:focus {
    outline: 0
}

.tto-before-header-left svg,
.tto-before-header-right svg {
    color: #8b9099
}

.tto-before-header--menu {
    display: flex
}

.tto-before-header--menu .topbar-menu {
    margin-right: 2rem
}

.tto-header-right .button {
    padding: 0 2.1em;
    font-size: 13px;
    font-size: 1.3rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .14)
}

.fp1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fp2 {
    width: 100%;
    padding: 2rem 5% 4rem
}

textarea {
    font-size: 1.3rem !important
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 1.3rem !important
}

@media (max-width:642px) {

    .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox .gchoice input,
    .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox .gchoice input[type=checkbox],
    .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio .gchoice input[type=radio] {
        margin-left: 1em !important
    }

    .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox .gchoice input,
    .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio .gchoice input[type=radio] {
        margin-left: 1.5em !important
    }

    .gform_legacy_markup_wrapper ul {
        margin-left: 0 !important
    }
}

.fp3 {
    width: 100%;
    padding: 5rem 0;
    background: #f5f5f5
}

.fp4 {
    padding: 5rem 0;
    background: #fff;
    width: 100%
}

.fp5 {
    padding: 5rem 0;
    background: #f5f5f5;
    width: 100%
}

.featured-basic {
    font-weight: 700
}

.tto-before-footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bf-icon {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    padding: 1.2rem;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#36cdf0), to(#199fdd));
    background: -webkit-linear-gradient(top, #36cdf0 0, #199fdd 100%);
    background: -o-linear-gradient(top, #36cdf0 0, #199fdd 100%);
    background: linear-gradient(180deg, #36cdf0 0, #199fdd 100%)
}

.bf-icon svg {
    height: 30px !important;
    width: 30px !important
}

.bf-content {
    margin-left: 2rem
}

.bf-content-headline {
    font-size: 2.4rem;
    margin: 0 0 .5rem;
    font-weight: 600
}

.bf-content p {
    font-size: 1.6rem;
    margin: 0
}

.footer-contact.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact-link {
    padding-bottom: .7rem;
    color: #6f7784;
    font-weight: 500;
    font-size: 1.5rem
}

footer.site-footer .contact-link {
    font-size: 1.3rem
}

.contact-link a {
    text-decoration: none;
    color: inherit
}

.address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: .7rem
}

.footer-creds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem
}

.footer-creds a {
    text-decoration: none;
    color: inherit
}

.social-icon-container {
    font-size: 2.1rem
}

.social-icon-container svg {
    color: #bcbcbc
}

.tto-before-header-left .social-icon-container svg {
    color: #bcbcbc;
    font-size: 1.6rem
}

.social-icon-container:hover svg {
    color: #009cff
}

.tto-mobile-menu-ctas {
    display: none
}

.button.primary {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.social-icon-container {
    display: flex;
    align-items: center
}

.tto-guide__toc p {
    margin: 0
}

.tto-guide__toc {
    margin: 5rem 0
}

.tto-guide__toc a {
    text-decoration: none
}

.tto-guide__toc a:not(.button) {
    box-shadow: none;
    color: #009cff
}

.tto-guide__toc a:not(.button):focus,
.tto-guide__toc a:not(.button):hover {
    color: #3cb3ff
}

.tto-guide__toc-header {
    font-size: .8em
}

div#static-toc-column {
    position: relative
}

.tto_toc_container a:hover {
    color: #3c6fdd
}

@media (max-width:992px) {
    .tto-header-right .button {
        padding: 0 1.2em;
        font-size: 12px;
        font-size: 1.2rem;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .14)
    }
}

.menu {
    font-size: 1.3rem
}

@media (max-width:896px) {
    .tto-before-header--menu {
        display: none
    }

    .tto-mobile-menu-ctas {
        display: flex;
        flex-direction: column;
        margin: 2rem 0 0;
        justify-content: center;
        text-align: center
    }

    .button.mobile-menu-cta {
        font-size: 1.4rem;
        margin: .7rem 0
    }

    .button.mobile-menu-cta svg {
        font-size: 1.4rem
    }

    .nav-primary.activated,
    .nav-secondary.activated {
        display: block;
        left: auto;
        -webkit-box-shadow: 0 0 4rem rgba(42, 49, 57, .2);
        box-shadow: 0 0 4rem rgba(42, 49, 57, .2)
    }

    .tto-before-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 88%
    }

    .tto-before-header-left {
        padding-bottom: .7rem
    }

    .before-header-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .before-header-contact span {
        padding-bottom: .7rem
    }

    .button {
        font-size: 13px;
        font-size: 1.3rem
    }

    .fp1 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .gform_wrapper .gform_footer input.button {
        margin: 0 0 16px !important
    }

    .tto-before-footer-left {
        margin: 0 0 2rem
    }

    .footer-creds {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .social-icons {
        margin: 0 0 2rem
    }
}

@media (max-width:768px) {
    .hero-section h1 {
        font-size: 2.6rem
    }
}

@media (max-width:512px) {
    .featured-white {
        font-size: 1.3rem
    }

    .front-page-1 {
    }

    .fp2 {
        padding: 2rem 5%
    }

    .fp3,
    .fp4,
    .fp5 {
        padding: 3rem 0
    }

    .bf-icon {
        height: 45px;
        width: 45px
    }

    .bf-icon svg {
        height: 20px !important;
        width: 20px !important
    }

    .bf-content-headline {
        font-size: 1.8rem
    }

    .bf-content p {
        font-size: 1.4rem
    }

    .before-footer {
        padding: 2rem 0 1rem
    }

    .footer-widgets {
    }

    .footer-creds {
        text-align: center;
        margin: 3rem 1rem;
        gap: 1.5rem
    }

    .footer-credits {
        padding: 1rem 0 .7rem
    }

    .footer-creds-left {
        margin: 0 0 .5rem
    }

    .social-icon-container {
        font-size: 1.8rem
    }
}

@media (min-width:896px) {
    .title-area {
        width: 20rem
    }

    .fp1 {
        padding: 0
    }

    .fp2 {
        padding: 14rem 5% 4rem;
        position: relative
    }

    .tto-before-footer-left {
        padding-right: 2rem
    }
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: 75%;
    margin: 10rem auto;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transform: transform .3s ease-out
}

.modal.show .modal-dialog {
    transform: transform .3s ease-out
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #2a3139;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 2px;
    box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2rem 1rem;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.modal-header .close {
    padding: 1rem;
    margin: 2rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 2rem 2rem;
    text-align: left;
    font-weight: 500
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal-backdrop.fade.show {
    display: none !important
}

.modal.fade.show:before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .3);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

@media (max-width:768px) {
    .modal-dialog {
        width: 90%;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-content {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .5)
    }
}

.screen-reader-shortcut {
    color: #000
}

body .site-footer,
body .site-inner {
    overflow-x: visible
}

.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.tab {
    width: 100%;
    color: #fff;
    overflow: hidden;
    margin-bottom: 2rem
}

.tab>p {
    display: none
}

@media (min-width:896px) {
    .nav-primary ul.menu li.menu-item.mega-menu>ul.sub-menu {
        display: flex;
        min-width: 500px;
        width: fit-content;
        height: fit-content
    }

    .nav-primary>.wrap>ul.menu>li.menu-item.mega-menu>ul.sub-menu>li.menu-item {
        display: block;
        white-space: nowrap
    }

    .nav-primary>.wrap>ul.menu>li.menu-item.mega-menu>ul.sub-menu>li.menu-item>a {
        font-size: 1.5rem;
        font-weight: 700;
        cursor: default
    }

    .nav-primary>.wrap>ul.menu>li.menu-item.mega-menu>ul.sub-menu>li.menu-item>a:hover {
        color: #626365
    }

    .nav-primary>.wrap>ul.menu>li.menu-item.mega-menu>ul.sub-menu>li.menu-item>ul.sub-menu {
        position: relative;
        opacity: 1;
        height: fit-content;
        top: 0;
        left: 0;
        right: 0;
        padding: 1rem 0 0;
        border: none;
        box-shadow: none
    }

    .nav-primary>.wrap>ul.menu>li.menu-item.mega-menu>ul.sub-menu>li.menu-item>ul.sub-menu>li.menu-item {
        padding-left: 0;
        padding-right: 0
    }
}

body .footer-widgets .google-partner-badge {
    width: 100px
}

body .footer-widgets .google-partner-badge a {
    display: block;
    width: 100%;
    height: 100%;
    transition: .25s ease-in-out all
}

body .footer-widgets .google-partner-badge a:hover {
    opacity: .85
}

.sneaky {
    position: relative;
    transition: .15s ease-in-out all
}

.sneaky.fromLeft {
    transform: translateX(150px)
}

.sneaky.fromRight {
    transform: translateX(-150px)
}

div#toc_container.inline {
    float: none;
    width: 100%
}

@media (max-width:896px) {
    .wp-block-genesis-blocks-gb-columns .gform_legacy_markup_wrapper {
        padding: 0 2rem
    }
}

body.home .front-page-1 .fp1>div,
body.home .front-page-1 .fp1>div>div,
body.home .front-page-1 .fp1>div>div>div {
    height: 100%
}

body.home .front-page-1 .fp1>div>div>.gb-layout-column-wrap {
    gap: 0
}

body.home .front-page-1 .fp1 {
    display: block;
    width: 100%;
}

body.home .front-page-1 h1,
body.home .front-page-1 p {
    max-width: 100%;
    color: #fff;
    font-size: 6.8rem;
    font-weight: 700;
    line-height: 1.236;
    margin: 0 0 3.5rem;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    z-index: 1
}

body.home .front-page-1 .tto-custom-button {
    height: auto;
    text-transform: uppercase;
    z-index: 9
}

body.home .front-page-1 .fp1 .gb-block-layout-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6rem 10% 6rem
}

body.home .front-page-1 .fp1 .gb-block-layout-column:first-of-type {
    background-image: linear-gradient(270deg, #052c6d 0, #23c2ef 0, #31549c 100%, #96d5ec 100%, #31549c 100%, #b6b6b6 100%, #fff 100%)
}

body.home .front-page-1 .fp1 .gb-block-layout-column:last-of-type {
    background-image: linear-gradient(270deg, #052c6d 0, #31549c 100%)
}

body.home .front-page-2 {
    padding: 0
}

body.home .front-page-2 .fp2 {
    background-color: #fff;
    -webkit-box-shadow: 0 7px 20px -5px rgba(0, 0, 0, .25);
    position: absolute;
    width: 90%;
    top: -80px;
    left: 5%;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    border-radius: 6px;
    box-shadow: 0 7px 20px -5px rgba(0, 0, 0, .25)
}

body.home .front-page-2 h2 {
    font-size: 2.5rem;
    font-weight: 400
}

body.home .featured-services {
    display: flex
}

body.home .featured-services--item {
    flex: 1
}

body.home .featured-services--item-link {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: calc(100% - 1.2rem);
    color: inherit;
    font-size: 1.4rem;
    font-weight: 600;
    margin: .6rem;
    padding: 1rem .6rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .3);
    transition: .2s ease-in-out all
}

body.home .featured-services--item-link:hover {
    filter: brightness(97%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .3)
}

body.home .featured-services--item-icon {
    display: flex;
    align-items: center;
    border-radius: 50%;
    transition: .2s ease-in-out all
}

body.home .featured-services--item-link:hover .featured-services--item-icon {
    filter: brightness(110%)
}

body.home .featured-services--item-icon svg {
    height: 30px;
    width: 30px
}

body.home .featured-services--item-name {
    width: 80%
}

body.home .featured-services--item-name p {
    color: #2a3139;
    margin: 0
}

body.home .front-page-3 {
    padding: 15rem 5% 7rem
}

body.home .front-page-3 .fp3,
body.home .front-page-4 .fp4,
body.home .front-page-5 .fp5,
body.home .front-page-6 .fp6,
body.home .front-page-7 .fp7 {
    background-color: transparent;
    padding: 0
}

body.home .front-page-3 .fp3 .gb-layout-column-wrap {
    display: flex;
    align-items: center;
    max-width: 1000px;
    gap: 8rem;
    margin: 0 auto
}

body.home .front-page-3 .wp-block-image {
    width: fit-content;
    margin: 0 auto
}

body.home .front-page-3 .wp-block-image img {
    width: 100%;
    max-width: 120px
}

body.home .front-page-4 {
    padding: 0 5% 7rem
}

body.home .front-page-4 h2 {
    font-size: 2em
}

body.home .front-page-5,
body.home .front-page-6,
body.home .front-page-7 {
    display: block;
    background-image: none;
    padding: 7rem 6.5%
}

body.home .front-page-5 h2,
body.home .front-page-6 h2,
body.home .front-page-7 h2 {
    color: #2a3139;
    margin: 0;
    text-align: left
}

body.home .front-page-5 .tto-custom-button,
body.home .front-page-6 .tto-custom-button,
body.home .front-page-7 .tto-custom-button {
    margin: 0 0 2rem
}

body.home .featured-content-boxes .gb-block-layout-column-inner {
    height: 100%
}

body.home .featured-content-boxes .featured-content-box {
    width: 100%;
    height: 100%
}

body.home .featured-content-box .featured-content-box--link {
    background-color: #0657a7;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
    transition: .2s ease-in-out all;
    z-index: 1
}

body.home .featured-content-box .featured-content-box--link:before {

    background-image: linear-gradient(180deg, rgba(22, 191, 218, .4) 0, rgba(7, 113, 216, .56) 100%);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

body.home .featured-content-box .featured-content-box--link:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    transform: translateY(-2px)
}

body.home .featured-content-box .featured-content-box--background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

body.home .featured-content-box .featured-content-box--background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left
}

body.home .featured-content-box.content-layout .featured-content-box--background img {
    object-position: bottom left
}

body.home .featured-content-box .featured-content-box--content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 3
}

body.home .featured-content-box.content-layout .featured-content-box--content {
    background-color: #fff;
    width: 65%;
    margin: 0 0 0 auto
}

body.home .featured-content-box .featured-content-box--content-label {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 1.5rem 2.5rem
}

body.home .featured-content-box .featured-content-box--content-label p {
    background-color: #fff;
    width: fit-content;
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0;
    padding: 0 12px;
    border-radius: 3px
}

body.home .featured-content-box.content-layout .featured-content-box--content-label p {
    background-image: linear-gradient(135deg, #00c6ff 0, #0095ff 100%);
    color: #fff
}

body.home .featured-content-box .featured-content-box--content-copy,
body.home .featured-content-box .featured-content-box--content-cta {
    padding: 1.5rem 2.5rem
}

body.home .featured-content-box .featured-content-box--content-copy h3 {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
    margin: 0 0 5px;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

body.home .featured-content-box.content-layout .featured-content-box--content-copy h3 {
    color: #2a3139;
    text-shadow: none
}

body.home .featured-content-box .featured-content-box--content-copy p {
    color: #2a3139;
    margin: 0;
    text-align: left
}

body.home .featured-content-box .featured-content-box--content-cta {
    text-align: left
}

body.home .featured-content-box .featured-content-box--content-cta p {
    width: fit-content;
    margin: 0
}

body.home .featured-content-box.content-layout .featured-content-box--content-cta p {
    color: #fff
}

body.home .front-page-6 .culture-grid {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(9, 1fr);
    gap: 4rem;
    min-height: 300px
}

body.home .front-page-6 .culture-grid .culture-grid-item.first {
    grid-row: 1;
    grid-column: 1/span 5
}

body.home .front-page-6 .culture-grid .culture-grid-item.second {
    grid-row: 2;
    grid-column: 1/span 5
}

body.home .front-page-6 .culture-grid .culture-grid-item.third {
    grid-row: 1/span 2;
    grid-column: 6/span 2
}

body.home .front-page-6 .culture-grid .culture-grid-item.fourth {
    grid-row: 1/span 2;
    grid-column: 8/span 2
}

body.home .front-page-6 .culture-grid-item .culture-grid-item--link {
    background-color: #555;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem 3rem;
    border-radius: 8px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
    transition: .17s ease-in-out all;
    text-decoration: none;
    z-index: 1
}

body.home .front-page-6 .culture-grid-item.fourth .culture-grid-item--link,
body.home .front-page-6 .culture-grid-item.third .culture-grid-item--link {
    padding: 3rem 2rem
}

body.home .front-page-6 .culture-grid-item .culture-grid-item--link:before {
    content: '';
    background-image: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

body.home .front-page-6 .culture-grid-item .culture-grid-item--link:hover {
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .2);
    transform: translateY(-2px)
}

body.home .front-page-6 .culture-grid-item .culture-grid-item--background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

body.home .front-page-6 .culture-grid-item .culture-grid-item--background img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

body.home .front-page-6 .culture-grid-item.first .culture-grid-item--background img {
    object-position: top center
}

body.home .front-page-6 .culture-grid-item.second .culture-grid-item--background img {
    object-position: bottom center
}

body.home .front-page-6 .culture-grid-item.third .culture-grid-item--background img {
    object-position: left center
}

body.home .front-page-6 .culture-grid-item.fourth .culture-grid-item--background img {
    object-position: right center
}

body.home .front-page-6 .culture-grid-item .culture-grid-item--content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    z-index: 3
}

body.home .front-page-6 .culture-grid-item.fourth .culture-grid-item--content,
body.home .front-page-6 .culture-grid-item.third .culture-grid-item--content {
    flex-direction: column
}

body.home .front-page-6 .culture-grid-item .culture-grid-item--content-title {
    flex: 7;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%
}

body.home .front-page-6 .culture-grid-item.fourth .culture-grid-item--content-title,
body.home .front-page-6 .culture-grid-item.third .culture-grid-item--content-title {
    flex: 9;
    flex-direction: column;
    align-items: flex-start
}

body.home .front-page-6 .culture-grid-item .culture-grid-item--content-cta {
    flex: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center
}

body.home .front-page-6 .culture-grid-item.fourth .culture-grid-item--content-cta,
body.home .front-page-6 .culture-grid-item.third .culture-grid-item--content-cta {
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    text-align: left
}

body.home .front-page-6 .culture-grid-item .culture-grid-item--content-cta p {
    color: #fff;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .39)
}

body.home .front-page-6 .culture-grid-item .culture-grid-item--content h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .39)
}

body.home .front-page-7 .tto-recent-articles .tto-recent-articles--wrapper {
    column-gap: 2em
}

body.home .front-page-7 .tto-recent-articles .recent-article {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    transition: none
}

body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--link {
    background-color: #333;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
    transition: .2s ease-in-out all;
    z-index: 1
}

body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--link:before {
    content: '';
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, .65) 100%);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--link:hover {
    box-shadow: 0 7px 16px 1px rgba(0, 0, 0, .23);
    transform: translateY(-2px)
}

body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    z-index: -1
}

body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--image img {
    aspect-ratio: unset;
    height: 100%;
    transform: none;
    transition: none
}

body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 3
}

body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--content-info-date,
body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--content-info-description {
    display: none
}

body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--content-info {
    flex: 1;
    padding: 1rem 3rem;
    min-height: 125px
}

body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--content-info-title {
    margin: 0
}

body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--content-info h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--content-cta {
    display: contents
}

body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--content-cta p.article-cta {
    display: block;
    width: 100%;
    height: 3em;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 3em;
    padding: 0 3rem;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .51);
    transition: all .3s ease
}

body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--content-cta p.article-cta:hover {
    transform: translateX(4px)
}

body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--content-cta p.article-category {
    order: -1;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
    padding: 3rem 3rem 1rem;
    letter-spacing: 1.2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5)
}

body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--content-cta p.article-category span:first-of-type {
    display: none
}

@media (max-width:1095px) {
    body .tto-recent-articles .tto-recent-articles--wrapper {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 3rem
    }

    body .tto-recent-articles .tto-recent-articles--wrapper {
        grid-template-columns: repeat(3, 1fr)
    }

    body.home .front-page-6 .culture-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    body.home .front-page-6 .culture-grid .culture-grid-item.first {
        grid-row: 1;
        grid-column: 1/span 2
    }

    body.home .front-page-6 .culture-grid .culture-grid-item.second {
        grid-row: 2;
        grid-column: 1/span 2
    }

    body.home .front-page-6 .culture-grid .culture-grid-item.third {
        grid-row: 1/span 2;
        grid-column: 3
    }

    body.home .front-page-6 .culture-grid .culture-grid-item.fourth {
        grid-row: 1/span 2;
        grid-column: 4
    }

    body.home .front-page-6 .culture-grid-item .culture-grid-item--link,
    body.home .front-page-6 .culture-grid-item.fourth .culture-grid-item--link,
    body.home .front-page-6 .culture-grid-item.third .culture-grid-item--link {
        padding: 3rem
    }
}

@media (max-width:895px) {
    body.home .front-page-1 .fp1 {
        height: fit-content
    }

    body.home .front-page-1 .fp1>div>div>.gb-layout-column-wrap {
        display: flex;
        flex-direction: column
    }

    body.home .front-page-1 .fp1 .gb-block-layout-column {
        padding: 5rem 10%
    }

    body.home .front-page-1 h1,
    body.home .front-page-1 p {
        font-size: 1.6em;
        margin: 0 0 .5em
    }

    body.home .front-page-2 {
        padding: 2rem 5%
    }

    body.home .front-page-2 .fp2 {
        position: unset;
        border-top: 3px solid #06c3f2;
        -webkit-box-shadow: 0 7px 20px -3px rgba(0, 0, 0, .25);
        box-shadow: 0 7px 20px -3px rgba(0, 0, 0, .25)
    }

    body.home .featured-services {
        flex-direction: column
    }

    body.home .featured-services--item-link {
        justify-content: center
    }

    body.home .front-page-3 {
        padding: 5rem 5% 2rem
    }

    body.home .front-page-3 .fp3 .gb-layout-column-wrap {
        flex-wrap: wrap;
        gap: 6rem
    }

    body.home .front-page-3 .fp3 .gb-layout-column-wrap>.gb-block-layout-column {
        flex: 1 1 calc((100% - 12rem)/ 3);
        max-width: calc((100% - 12rem)/ 3)
    }

    body.home .front-page-4 {
        padding: 0 5% 4rem
    }

    body.home .front-page-4 h2 {
        margin: 2rem 0 1rem;
        font-size: 2.5rem
    }

    body.home .front-page-4 .gform_wrapper {
        padding: 0
    }

    body.home .featured-content-boxes>.gb-layout-column-wrap {
        display: flex;
        flex-direction: column;
        gap: 2rem
    }

    body.home .front-page-6 .culture-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    body.home .front-page-6 .culture-grid .culture-grid-item.first {
        grid-row: 1;
        grid-column: 1/span 2
    }

    body.home .front-page-6 .culture-grid .culture-grid-item.second {
        grid-row: 2;
        grid-column: 1/span 2
    }

    body.home .front-page-6 .culture-grid .culture-grid-item.third {
        grid-row: 3;
        grid-column: 1
    }

    body.home .front-page-6 .culture-grid .culture-grid-item.fourth {
        grid-row: 3;
        grid-column: 2
    }

    body.home .front-page-7 .tto-recent-articles .tto-recent-articles--wrapper {
        display: flex;
        flex-direction: column;
        gap: 2rem
    }

    body.home .front-page-7 .tto-recent-articles .recent-article {
        max-width: 100%;
        margin: 0
    }

    body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--content-info {
        min-height: 0
    }

    body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--content-cta p.article-cta {
        font-size: 1.3rem
    }

    body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--content-cta p.article-category {
        padding: 2rem 3rem 1rem;
        font-size: 1.4rem
    }

    body .interactive-services-list {
        max-width: 100%
    }
}

@media (max-width:512px) {
    body.home .front-page-1 {
    }

    body.home .front-page-2 .fp2 {
        width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none
    }

    body.home .front-page-3 {
        padding: 4rem 5% 8rem
    }

    body.home .front-page-3 .fp3 .gb-layout-column-wrap {
        column-gap: 3rem;
        justify-content: center
    }

    body.home .front-page-3 .fp3 .gb-layout-column-wrap>.gb-block-layout-column {
        flex: 1 1 calc((100% - 3rem)/ 2);
        max-width: calc((100% - 3rem)/ 2)
    }

    body.home .front-page-4 {
        display: none
    }

    body.home .front-page-5 h2,
    body.home .front-page-6 h2,
    body.home .front-page-7 h2 {
        font-size: 2.5rem
    }

    body.home .featured-content-box.content-layout .featured-content-box--content {
        background-color: #fff;
        width: 82.5%
    }

    body.home .front-page-6 .culture-grid {
        grid-template-rows: repeat(4, 1fr);
        grid-template-columns: repeat(1, 1fr)
    }

    body.home .front-page-6 .culture-grid .culture-grid-item.first,
    body.home .front-page-6 .culture-grid .culture-grid-item.fourth,
    body.home .front-page-6 .culture-grid .culture-grid-item.second,
    body.home .front-page-6 .culture-grid .culture-grid-item.third {
        grid-row: auto;
        grid-column: auto
    }

    body.home .front-page-6 .culture-grid-item.fourth .culture-grid-item--content,
    body.home .front-page-6 .culture-grid-item.third .culture-grid-item--content {
        flex-direction: row
    }

    body.home .front-page-6 .culture-grid-item.fourth .culture-grid-item--content-title,
    body.home .front-page-6 .culture-grid-item.third .culture-grid-item--content-title {
        flex: 7;
        flex-direction: row;
        align-items: center
    }

    body.home .front-page-6 .culture-grid-item .culture-grid-item--content-cta {
        justify-content: flex-end;
        padding: 0 0 0 2rem;
        text-align: right
    }

    body.home .front-page-6 .culture-grid-item.fourth .culture-grid-item--content-cta,
    body.home .front-page-6 .culture-grid-item.third .culture-grid-item--content-cta {
        flex: 3;
        flex-direction: row;
        align-items: center;
        text-align: center
    }

    body.home .front-page-6 .culture-grid-item .culture-grid-item--content h3 {
        font-size: 1.6rem
    }

    body.home .front-page-7 .tto-recent-articles .recent-article .recent-article--content-info h3 {
        font-size: 1.9rem
    }
}

@media (max-width:299px) {
    body.home .front-page-3 .fp3 .gb-layout-column-wrap>.gb-block-layout-column {
        flex: 1 1 100%;
        max-width: 100%
    }
}

body .interactive-services-list {
    display: block;
    position: relative;
    z-index: 1
}

body .interactive-services-list:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #fff 0, #fff 40%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
    z-index: -1
}

body .interactive-services-list ul.services-box-list,
body .interactive-services-list ul.services-box-list li.services-list--item {
    list-style-type: none;
    width: fit-content;
    line-height: 2;
    margin: 0;
    padding: 0
}

body .interactive-services-list ul.services-box-list li.services-list--item a {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #333;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 1.2rem 0 0;
    padding: 0;
    text-decoration: none;
    transition: .25s ease-in-out all
}

body .interactive-services-list ul.services-box-list li.services-list--item a:hover {
    gap: 1.25rem;
    opacity: .88
}

body .interactive-services-list ul.services-box-list li.services-list--item a svg {
    opacity: 0;
    transition: .25s ease-in-out all
}

body .interactive-services-list ul.services-box-list li.services-list--item a:hover svg {
    opacity: 1
}

@media (max-width:600px) {
    body .interactive-services-list:before {
        background: #fff
    }

    body .interactive-services-list li.services-list--item {
        padding: 5px 0
    }

    body .wp-block-genesis-blocks-gb-columns>.gb-layout-column-wrap {
        display: flex;
        flex-direction: column;
        gap: 3rem
    }
}

body .gform_wrapper.gravity-theme .gform_required_legend {
    display: none
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }

    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.site-topbar {
    background-color: #f6f8fa;
    border-bottom: 1px solid rgba(198, 202, 206, .3);
    border-top: 1px solid rgba(198, 202, 206, .3);
    position: relative;
    color: #3f454c;
    height: 40px;
    height: 4rem;
    font-size: 12px;
    font-size: 1.2rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease
}

.no-js .site-topbar {
    padding-top: 10px;
    padding-top: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
    height: auto
}

.nav-primary {
    transition: none
}

.mobile-menu-ctas {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin: 36px 0 0;
    padding: 36px 0 7.5em;
    background-color: transparent;
    border-top: 1px solid rgba(198, 202, 206, .3);
    clear: both
}

.menu-item.mobile-only {
    display: none
}

@media (min-width:896px) {
    .mobile-menu-ctas {
        display: none
    }
}

@media (max-width:895px) {
    .site-topbar {
        display: none
    }

    .nav-primary {
        display: none;
        transition: .3s ease-in-out right
    }

    .nav-primary .menu {
        padding: 5em 0 0
    }

    .menu-item.mobile-only {
        display: block
    }
}

@media (max-width:767px) {

    .nav-primary.activated,
    .nav-secondary.activated {
        right: 0
    }
}

.newsletter-form .ginput_container.ginput_container_email {
    height: 100%
}

.newsletter-form .ginput_container.ginput_container_email input {
    height: 100%;
    min-width: 300px
}

.newsletter-form .gfield.gfield--type-email.gfield--input-type-email {
    grid-column: span 8 !important
}

.newsletter-form .gfield.gfield--type-submit {
    grid-column: span 4 !important
}

body .gform_legacy_markup_wrapper .new-schedule-form .top_label div.ginput_container {
    margin-top: 0
}

.new-schedule-form label.gfield_label.gform-field-label {
    font-size: 1.6rem
}

.gform_legacy_markup_wrapper .new-schedule-form .gfield_checkbox li input,
.gform_legacy_markup_wrapper .new-schedule-form .gfield_checkbox li input[type=checkbox] {
    height: auto;
    margin: 0;
    margin-right: 3px
}

.styled-form form {
    border-radius: 4px;
    border-top: 3px solid #06c3f2;
    -webkit-box-shadow: 0 10px 28px -7px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 28px -7px rgba(0, 0, 0, .3);
    padding: 2rem
}

.new-schedule-form .gfield_checkbox {
    display: flex;
    flex-wrap: wrap
}

.new-schedule-form .gfield_checkbox .gchoice {
    display: block;
    flex: 1 50%;
    width: 50%
}

.new-schedule-form .gfield_checkbox .gchoice input {
    height: auto;
    margin: 0;
    margin-right: 3px
}

.moving-copy-container {
    height: 100%
}

.footer-contact.contact-info {
    gap: 1.5rem
}

.hero-section {
    background-image:url({$theme_path}/static/image/hero.jpg)
}
